<?php header('Content-Type: text/css; charset=utf-8');?>
@charset "utf-8";
/* 【 background-color 】背景色 ****************/
/* 【 background-image 】　*********************/
/* 【 background-repeat 】　********************/
/* 【 background-size 】　*********************/
/* 【 border 】線　****************************/
.cm__cw .dummy:last-of-type {
    border: none;
}
.dummy {
    border-bottom-color: #595959;
}
.dummy {
    border-bottom-style: solid;
}
.dummy {
    border-bottom-width: 1px;
}
/* 【 color 】色 *****************************/
.dummy span {
    color:red;
}
/* 【 content 】 *****************************/
.dummy::before {
    content: "※";
}
/* 【 display 】 *****************************/
.dummy {
    display: flex;
}
/* 【 font-size 】文字の大きさ ***************/
/* 【 font-weight 】 ************************/
/* 【 height 】高さ *************************/
.dummy {
    font-weight: bold;
}
/* 【 justify-content   ********************/
.dummy {
    justify-content: space-between;
}
/* 【 line-height 】 ************************/
.dummy p {
    line-height: 115%;
}
.dummy p span {
    line-height: 125%;
}
/* 【 left 】 ******************************/
/* 【 margin 】 ***************************/
.dummy {
    margin: 0;
}
.dummy {
    margin: 0 auto;
}
.dummy {
    margin-bottom: 50px;
}
/* 【 max-height 】 *************************/
/* 【 max-width 】 **************************/
/* 【 opacity 】 ****************************/
/* 【 overflow 】 ***************************/
/* 【 padding 】 ****************************/
.dummy .no999 {
    padding-bottom: 0px;
}
.dummy {
    padding-bottom: 50px;
}
.dummy {
    padding-left: 2em;
}
/* 【 position 】************************** */
/* 【 text-align 】 *************************/
.dummy {
    text-align: center;
}
/* 【 text-indent 】 ************************/
.dummy {
    text-indent: -1em;
}
/* 【 top 】 ********************************/
/* 【 vertical-align 】 *********************/
/* 【 width 】横幅 **************************/
.dummy {
    width: 100%;
}
/* 【 other or special CSS 】 *****************/
/*　▽▽▽▽▽▽ レスポンシブ CSS (画面サイズが(max-width: XXXpx) XXX以下で下記効果を適用します。)　▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽　*/
@media screen and (max-width: 640px){
	/* 【 ［SP］/ background-color 】背景色  ****/
	/* 【 ［SP］/ background-image 】　*********/
	/* 【 ［SP］/ background-repeat 】　********/
	/* 【 ［SP］/ background-size 】　**********/
	/* 【 ［SP］/ border 】線　*****************/
	/* 【 ［SP］/ color 】色 ******************/
	/* 【 ［SP］/ display 】 ******************/
	/* 【 ［SP］/ font-size 】文字の大きさ *****/
	/* 【 ［SP］/ font-weight 】 **************/
	/* 【 ［SP］/ height 】高さ ***************/
	/* 【 ［SP］/ justify-content 】 **********/
	/* 【 ［SP］/ line-height 】 *************/
	/* 【 ［SP］/ left 】 ********************/
	/* 【 ［SP］/ margin 】 ******************/
	/* 【 ［SP］/ max-height 】 **************/
	/* 【 ［SP］/ max-width 】 ***************/
	/* 【 ［SP］/ opacity 】 *****************/
	/* 【 ［SP］/ overflow 】 ****************/
	/* 【 ［SP］/ padding 】 *****************/
	/* 【 ［SP］/ position 】 ****************/
	/* 【 ［SP］/ text-align 】 **************/
	/* 【 ［SP］/ text-indent 】 *************/
	/* 【 ［SP］/ top 】 *********************/
	/* 【 ［SP］/ vertical-align 】 **********/
	/* 【 ［SP］/ width 】横幅 ***************/
	/* 【 ［SP］other or special CSS 】 ******/
}
/*************** レスポンシブ E ******************************/