@charset "utf-8";
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
}
body{
    font-size: 62.5%;
    font-family: -apple-system,BlinkMacSystemFont,GeneralFonts,Hiragino Kaku Gothic ProN,Yu Gothic Medium,YuGothic-Medium,游ゴシック Medium,YuGothic,游ゴシック,Meiryo,Helvetica Neue,Segoe UI,sans-serif;
}
.right{
	text-align:right !important;
}

.only_pc{
	display: block!important;
}
.only_sp{
	display: none!important;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.pd_t_b_30{padding: 30px 0;}
.pd_t_b_50{padding: 50px 0;}
.w900{width: 900px;margin: 0 auto;}
.center{text-align:center;}
.left{text-align:left;}
p{font-size:20px;}
a{color:#b60081;}
.red{color:#b60081;}
sup{
    position:relative;
    top:-0.1em;
    font-size:calc(0.625rem + ((1vw - 3.2px) * 0.4545));
    vertical-align:top;
}
#content .notice{text-align: center;  }
#content .notice p{display: inline-block;  }
#content a:hover{opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=90)";}
#content a img:hover{opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=90)";}
#content{
	width:100%;
	color:#3d3a39;
	margin:0 auto;
	padding:0;
}
#content a:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#content img{
	vertical-align: bottom;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
}
body header {
	height: 80px !important;
	width: 1100px !important;
	margin:0 auto !important;
	padding: 0 !important;
	box-shadow: none;
    -moz-box-shadow: none;
}
.nav_fixed{
	width:1100px;
	height: 80px;
	box-shadow: none;
	padding:0 !important;
	position: absolute;
}
.header_top{
	margin:0;
}
.header_top h2 {
    font-size: 2em;
    color: #b50081;
}
.header_top h2 img {
    margin: 0 8px 0 0;
}
.header_top .headLogo {
    padding: 20px 10px 10px;
}
#content h3.img01{
	text-align:center;
	margin:30px auto 10px;
}
.title_gradient{
	font-size:36px;
	font-weight:bold;
    display: inline-block;
    line-height: 1.3;
    background: linear-gradient(90deg, #fc3f8d 0%, #b60081 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-align: center;
}
#content .kome{
	font-size:13px;
	text-align:left;
	
}
.bg_gray{
    background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 12px, #f4f4f4 10px, #f4f4f4 25px);
    /*background: #f0f0f0;*/
}
.underline_M{
	background: linear-gradient(transparent 50%, #ffe5f7 50%);
    padding: 0 40px;
}

.cp-obi{
    margin: 50px auto 0;
	background:#b60081;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:10px 30px;
    width: 900px;
}
.og{
	width:800px;
	text-align:center;
	margin:20px auto 40px;
}
.cp-kakunin{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	width:700px;
	margin:0 auto;
}
#cs-cp h4{
	font-size:15px;
	font-weight:bold;
	color:#FFF;
    margin-top:30px;
    background:#b60081;
	padding:5px 10px 3px;
    display: inline-block;
}
#cs-cp h5{
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
    text-align:left; 
}
.cp-case{
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}
#cs-cp p{
	font-size:15px;
}
.cp_sentence{
    font-size: 18px;
}

#introduction_area h3{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#introduction_area .bg_red{
    padding: 40px 0;
    margin-top: 25px;
}
ul.type_list{
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    line-height: 1.25;
}
ul.type_list li{
    width: 280px;
    text-align: center;
}
ul.type_list li+li{
    margin-left: 29px;
}
ul.type_list h4{
    font-size: 16px;
    padding: 15px 0 17px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
ul.type_list h4 span{
    font-size: 20px;
    color: #B60081;
}
ul.type_list  li > p{
    font-size: 16px;
}
.scroll_list_area{
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 8px #cdc2c8;
    /*border-top: 3px solid #B60081;
    border-bottom: 3px solid #B60081;*/
}
.scroll_list_area h3{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
#content .scroll_list p{
    margin-top: 8px;
    font-size: 14px;
}
.list_stepbox{
    display: flex;
    width: 700px;
    margin: 20px auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_stepbox li{
    width: 340px;
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px;
    height: 265px;
    border: 2px solid #D7D7D7;
    border-radius: 12px;
}
.list_stepbox li:nth-of-type(n+3){
    margin-top: 20px;
}
#content .list_stepbox li p{
    font-size: 1.6rem;
    font-weight: bold;
}
#content .list_stepbox p:first-child{
    font-size: 2.0rem;
    color: #B60081;
    margin-bottom: 8px;
}
.list_stepbox li img{
    height: 90px;
    margin-top: auto;
}

.cp_title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #b60081;
    background-color: #ffffff;
    padding: 10px 0 7px;
    width: 1000px;
    box-shadow: 0px 0px 0px 5px #ffffff;
  border: dashed 2px #b60081;
    margin-left: auto;
    margin-right: auto;
    margin:0 auto 30px;
}
.cp_title span{
    font-size: 0.85em;
}
.list_plan{
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.list_plan li{
    width: 32%;
}
.list_plan li+li{
    margin-left: 2%;
}
.list_plan + .notice{
    margin-top: 20px;
}
.btn_pink{
    text-align: center;
}
.btn_pink p{
    font-weight: bold;
    font-size: 2.0rem;
    color: #b60081;
    margin-bottom: 8px;
}
.btn_pink a{
    width: 600px;
    display: block;
    margin: 0 auto;
    padding: 17px 0 15px;
    background: linear-gradient(80deg, #ff418d 0%, #b60081 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.6rem;
    position: relative;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0px 3px 4px #cdc2c8;
}
#content .btn_pink a:hover{
    opacity: 0.7;
}

.btn_pink a:before{
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/btn_ic01.png");
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    top: calc(50% - 22px);
    left: 50px;
}
.btn_pink a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/btn_ic02.png");
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: calc(50% - 16px);
    right: 50px;
}
ul.list_plan > li{
    position: relative;
}
ul.list_plan > li a{
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 1.5rem;
    text-align: right;
    text-decoration: none;
}
/* plan_area------------*/
#plan_area{
        width: 900px;
        margin: 0 auto;
    }
#plan_area > section{
    text-align: center;
    background-color: #ffffff;
    padding-top: 50px;
    position: relative;
}
#plan_area > section+section{
    margin-top: 50px;
}
#plan_area h3{
    font-size: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    display: inline-block;
    top: -15px;
    right: 0;
    left: 0;
    z-index: 1;
}
#plan_area > section h3:after{
    position: absolute;
    content: "";
    display: inline-block;
    top: -5px;
    right: calc(50% - 170px);
    width: 350px;
    height: 45px;
    transform: skewX(-20deg);
    z-index: -1;
}
#plan_area p.lead_text{
    font-size: 2.4rem;
    font-weight: bold;
    display: inline-block;
}
#plan_area .text_box > li{
    padding: 15px 0;
    display: flex;
    align-items: center;
}
#plan_area .text_box > li img{
    margin-right: 10px;
    width: 60px;
}
#plan_area .text_box > li div{
    flex: 1;
}
#plan_area h4{
    font-size: 1.8rem;
    font-weight: bold;
}
#plan_area .text_box{
    text-align: left;
    display: inline-block;
    width: 700px;
}
#plan_area p{
    font-size: 1.6rem;
    line-height: 1.7;
}
/* plan_color------------*/
#plan_area > section.plan_right{
    border-bottom: 3px #ff6c00 solid;
    border-top: 3px #ff6c00 solid;
}
#plan_area > section.plan_right .text_box > li+li{
    border-top: 1px #ff6c00 dashed;
}
#plan_area > section.plan_right h3:after{
    background-color: #ff6c00;
}
#plan_area > section.plan_right .maker{
background: linear-gradient(transparent 60%, #fff0e5 40%);
}
#plan_area > section.plan_right h4,
#plan_area > section.plan_right p.lead_text,
#plan_area > section.plan_right .color{
    color: #ff6c00;
}
#plan_area > section.plan_standard h3:after{
    background-color: #00a9c7;
}
#plan_area > section.plan_standard{
    border-bottom: 3px #00a9c7 solid;
    border-top: 3px #00a9c7 solid;
}
#plan_area > section.plan_standard .text_box > li+li{
    border-top: 1px #00a9c7 dashed;
}
#plan_area > section.plan_standard h3:after{
    background-color: #00a9c7;
}
#plan_area > section.plan_standard .maker{
background: linear-gradient(transparent 60%, #e5f6f9 40%);
}
#plan_area > section.plan_standard h4,
#plan_area > section.plan_standard p.lead_text,
#plan_area > section.plan_standard .color{
    color: #00a9c7;
}
#plan_area > section.plan_premium h3:after{
    background-color: #d3004a;
}
#plan_area > section.plan_premium{
    border-bottom: 3px #d3004a solid;
    border-top: 3px #d3004a solid;
}
#plan_area > section.plan_premium .text_box > li+li{
    border-top: 1px #d3004a dashed;
}
#plan_area > section.plan_premium h3:after{
    background-color: #d3004a;
}
#plan_area > section.plan_premium .maker{
background: linear-gradient(transparent 60%, #fbe5ed 40%);
}
#plan_area > section.plan_premium h4,
#plan_area > section.plan_premium p.lead_text,
#plan_area > section.plan_premium .color{
    color: #d3004a;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 740px) {
	.only_pc{
		display: none!important;
	}
	.only_sp{
		display: block!important;
	}
	body{
		margin:0;
	}
	#content{
		width:100%;
	}

	#content p {
		font-size: 13px;
	}
	.mb10{margin-bottom:5px;}
	.mb20{margin-bottom:10px;}
	.mb30{margin-bottom:15px;}
	.mb50{margin-bottom:25px;}
	.mb100{marign-bottom:50px;}
    .mt10{margin-top:5px;}
	.mt20{margin-top:10px;}
	.mt30{margin-top:15px;}
	.mt50{margin-top:25px;}
    .pd_t_b_30{padding: 15px 0;}
    .pd_t_b_50{padding: 25px 0;}
    .w900{width: auto; margin: 0 15px;}
	p{font-size:13px;}
    #content .notice{width: auto;margin-right: 15px;margin-left: 15px }
	body header {
		height: 50px !important;
		width: 100% !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	.nav_fixed{
		height: 50px;
		box-shadow: none;
		padding:0 !important;
	}
	.header_top{
		margin:0;
	}
	#main{
		padding-top:50px !important;
	}
	#content h3.img01{
		text-align:center;
		margin:3% 10% 1%;
	}
    .title_gradient{
	font-size:24px;
}
	.cp-obi{
        margin: 25px 0 0;
		background:#00b379;
		color:#FFFFFF;
		font-size:16px;
		padding: 5px;
		line-height: 1.3;
        width: 100%;
	}
	.step{
		float:none;
		width:100;
	}
	.step-kome{
		float:none;
		width:90%;
		text-align:left;
		margin:5% 5% 5%;
	}
	.step-kome img{
		width:70%;
	}
	.step-item{
		background:#00b379;
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
		text-align:center;
		margin:0 auto 5%;
		width:80%;
	}
	.step-text{
		font-size:18px;
		font-weight:bold;
		text-align:center;
		color:#b60081;
		line-height: 1.1;
	}
    #content .kome{
	font-size:12px;
}
	.w77{
		width:auto;
		margin-left:10px;
		margin-right:10px;
	}
	.bg{
	    background: repeating-linear-gradient(-45deg, #cffad3, #cffad3 12px, #e0fce2 10px, #e0fce2 25px);
	}
	.notes{
		font-size: 2.75vw !important;
		line-height: 4.15vw;
		text-align: justify;
	}
    
    .scroll_list_area{
    padding: 20px;
}
.scroll_list_area h3{
    font-size: 22px;
}
	.underline{
        padding: 4px 0;
	}
    .underline_M{
        font-size: 1.7rem;
        padding: 4px 0;
	}
    
	.og{
        margin: 15px 0;
		width:100%;
		margin-bottom:3%;
	}
	.cp-kakunin{
		font-size:16px;
		width:auto;
		margin:0 5% 0;
	}
	#cs-cp h4{
		font-size:13px;
        margin-top:20px;
	}
    #cs-cp h5{
		font-size:13px;
		margin-top:15px;
	}
	.cp-case{
		font-size:18px;
		font-weight:bold;
		margin-bottom:2%;
        margin-top: 15px;
	}
	#cs-cp p{
		font-size:13px;
	}
    .cp_title{
    font-size: 18px;
    width: auto;
    margin:0 20px 30px;
}
    .cp_sentence{
    font-size: 14px;
}
#introduction_area{
    margin-top: 15px;
}
    #introduction_area h3{
    font-size: 20px;
}
#introduction_area .bg_red{
    padding: 30px 0;
    margin-top: 15px;
}
ul.type_list{
    width: auto;
    margin: 0 10px;
    line-height: 1.4;
}
ul.type_list li{
    width: 47%;
}
ul.type_list li+li{
    margin-left: 0;
}
    ul.type_list li:nth-of-type(n+3){
         margin-top: 30px;
    }
    ul.type_list li:nth-of-type(2n){
        margin-left: 6%;
    }
ul.type_list h4{
    font-size: 13px;
    padding: 7px 0 10px;
    margin-bottom: 10px;
}
ul.type_list h4 span{
    font-size: 15px;
}
ul.type_list  li > p{
    font-size: 14px;
}
    
.hoken_box{
    margin: 7px auto 0;
    padding: 15px 7px;
    width: auto;
}
#content .hoken_box>p{
    font-size:14px;
    }
.hoken_box span{
    font-size: 22px;
    margin-top: 5px;
    padding: 4px 15px 2px;
}
#content .list_stepbox p:first-child{
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.list_stepbox{
    display: block;
    width: auto;
    margin: 20px 20px 0;
}
.list_stepbox li{
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 36px 20px 10px;
    height: auto;
}
.list_stepbox li:nth-of-type(n+3){
    margin-top: 40px;
}
.list_stepbox li:nth-of-type(2){
    margin-top: 20px;
}
#content .list_stepbox li p{
    font-size: 1.5rem;
}
.list_stepbox .text_box span{
    font-size: 1.8rem;
}
.list_stepbox li img{
    height: 80px;
    margin-top: 15px;
}
.list_plan{
    margin: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
}
.list_plan li{
    width: 48%;
}
.list_plan li:nth-of-type(n+3){
    margin: 40px 0 0;
}
ul.list_plan > li a{
    font-size: 1.3rem;
    bottom: -15px;
    right: 0;
}
.list_plan + .notice{
    margin-top: 30px;  
}
@media screen and (max-width: 449px) {
.list_plan li{
    width: 100%;
}
.list_plan li+li{
    margin: 40px 0 0;
}
}

.btn_pink p{
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.btn_pink a{
    width: auto;
    margin: 0 15px;
    padding: 12px 0 10px;
    font-size: 1.8rem;
    position: relative;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0px 3px 4px #cdc2c8;
}
.btn_pink a:before{
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/btn_ic01.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: calc(50% - 15px);
    left: 30px;
}
.btn_pink a:after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/btn_ic02.png");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: calc(50% - 10px);
    right: 30px;
}
/* plan_area------------*/
    #plan_area{
        width: 100%;
        margin: 0;
    }
#plan_area > section{
    text-align: center;
    background-color: #ffffff;
    padding-top: 40px;
    position: relative;
}
#plan_area h3{
    font-size: 1.8rem;
    position: absolute;
    display: inline-block;
    top: -12px;
    right: 0;
    left: 0;
    z-index: 1;
}
#plan_area > section h3:after{
    position: absolute;
    content: "";
    display: inline-block;
    top: -7px;
    right: calc(50% - 150px);
    width: 300px;
    height: 40px;
    transform: skewX(-20deg);
    z-index: -1;
}
#plan_area p.lead_text{
    font-size: 2.0rem;
}
#plan_area .text_box > li{
    padding: 15px 0;
}
#plan_area .text_box > li img{
    margin-right: 10px;
    width: 40px;
}
#plan_area h4{
    font-size: 1.6rem;
}
#plan_area .text_box{
    text-align: left;
    display: inline-block;
    width: auto;
    margin: 0 15px;
}
#plan_area p{
    font-size: 1.4rem;
    line-height: 1.7;
}
}

/* gotoTop
------------------------------------------------------------ */
p#gotoTop {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 60px;
	height: 60px;
	z-index: 999;
}


/* toggle
------------------------------------------------------------ */
.toggle_contents{
	margin-bottom:20px;
	margin-top:20px;
}
.toggle_title {
position: relative;
    text-align: center;
    color: #b60081;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    letter-spacing: 0.15em;
    /* box-shadow: 0px 0px 0px 5px #FFFFFF; */
    border: 1px solid #b60081;
}
.toggle_btn {
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #b60081;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.toggle_btn:before,
.toggle_btn:after {
	display: block;
	content: '';
	background-color: #FFFFFF;
	position: absolute; width: 10px;
	height: 2px; top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display:none;
	margin-top:20px;
}
.type{
	margin-bottom: 20px;
}
ul.type li {
    width: 100px;
    float: left;
    /* margin: 0 0.9rem 0 0; */
    padding: 0 0.5rem;
    border: solid 1px rgba(87, 63, 41, 0.6);
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FDFBEE;
}
ul.type li.on {
    background-color: #FFEE82;
}
ul.type li p {
    display: table-cell;
    width: 350px;
    max-width: 350px;
    height: 90px;
    min-height: 90px;
    color: #050505;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}
ul.type li strong {
    display: block;
    padding: 0 0 0.5rem;
    font-size: 11px;
    font-weight: bold;
}
ul.type li:last-child {
    border-right: solid 1px rgba(87, 63, 41, 0.6);
}
li{
	list-style: none;
}
table.detailTbl {
	/* border: 1px solid rgba(87,63,41,0.6); */
	border-width: 0 0 0 1px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #050505;
	margin-top: 10px;
	/* width: 1050px; */
}
table.detailTbl tr,
table.detailTbl th,
table.detailTbl td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.detailTbl tr {
	float: left;
	width: 100px;
	margin-bottom: 5px;
	/* width: 14.2855%; */
}
table.detailTbl th,
table.detailTbl td {
	display: block;
	width: 100%;
	min-height: 41px;
	/* border: 1px solid rgba(87,63,41,0.6); */
	text-align: center;
}
table.detailTbl th {
	width: 100px;
	background-color: #F7F6F0;
	border-width: 0 1px 1px 0;
	border: 1px solid rgba(87,63,41,0.6);
	border-right: none;
}
table.detailTbl tr:nth-child(1) th,
table.detailTbl tr:nth-child(2) th,
table.detailTbl tr:nth-child(3) th,
table.detailTbl tr:nth-child(4) th,
table.detailTbl tr:nth-child(5) th,
table.detailTbl tr:nth-child(6) th,
table.detailTbl tr:nth-child(7) th {
	border-top: 1px solid rgba(87,63,41,0.6);
}
table.detailTbl tr:nth-child(7) th,
table.detailTbl tr:nth-child(7) td,
table.detailTbl tr:nth-child(14) th,
table.detailTbl tr:nth-child(14) td,
table.detailTbl tr:last-child th,
table.detailTbl tr:last-child td {
	border-right: 1px solid rgba(87,63,41,0.6);
}
table.detailTbl th strong {
	display: table-cell;
	padding: 0.2rem 0;
	min-width: 100px;
	height:50px;
	font-size: 11px;
	line-height: 1.4;
	vertical-align: middle;
}
table.detailTbl td {
	padding: .7rem;
	border-width: 0 1px 1px 0;
	border: 1px solid rgba(87,63,41,0.6);
	border-right: none;
	border-top: none;
	font-size: 11px;
}
ul.type p span.sp,
table.detailTbl td span.sp {
	display: inline-block;
	padding: 0.2rem 0.8rem;
	font-size: 0.85rem;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.detailTbl td span.sp { border-color: #ccc; }
ul.type p span.sp::before,
table.detailTbl td span.sp::before {
	content: '\f067';
	margin-right: 0.3rem;
	font-family: 'FontAwesome'
}
div p.notes {
    text-align: left;
    margin: 10px 0 0;
    padding: 0;
    font-size: 12px;
}

@media screen and (max-width:740px) {
	.toggle_contents{
		margin-bottom:5%;
	}
	.toggle_title {
		position: relative;
		text-align: center;
		font-size:3.2vw;
		line-height:2;
		padding:3% 0;
		cursor:pointer;
		display:block;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.toggle_btn {
		position:absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		display: block;
		width: 20px;
		height: 20px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border-radius: 50%;
	}
	.toggle_contents dd {
		display:none;
		margin-top:4%;
	}
	ul.type{
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	ul.type li {
		width: 33.3%;
		margin: 0 0 2% 0;
		padding: 1vw;
		font-size: 3vw;
	}
	ul.type li p {
	    height: auto;
	    color: #050505;
	    font-size: 2.75vw;
	}
	ul.type li strong { font-size: 2.75vw; }
	ul.type li:nth-child(3),
	ul.type li:nth-child(6) { border-right: solid 1px rgba(87,63,41,0.6); }
	ul.type li:nth-child(4n) { margin-right: 0; }
	ul.type li:nth-child(7n) { border-right: none; }
	ul.type li:nth-child(n+8) { margin-top: 0; }
	ul.type li:last-child { border-right: solid 1px rgba(87,63,41,0.6); }
	/**/
	table.detailTbl {
		max-width: auto;
		width: 100%;
		margin-bottom: 3vw;
		overflow: visible;
	}
	table.detailTbl tr {
		width: 33.3%;
		min-width: auto;
		margin-bottom: 2%;
		overflow: visible;
	}
	table.detailTbl th {
		/* border-top: 1px solid #ccc; */
		width: 100%;
		height: 17vw;
		overflow: visible;
	}
	table.detailTbl tr:nth-child(7) th,
	table.detailTbl tr:nth-child(7) td,
	table.detailTbl tr:nth-child(14) th,
	table.detailTbl tr:nth-child(14) td {
		border-right: none;
	}
	table.detailTbl tr:nth-child(3) th,
	table.detailTbl tr:nth-child(3) td,
	table.detailTbl tr:nth-child(6) th,
	table.detailTbl tr:nth-child(6) td,
	table.detailTbl tr:nth-child(9) th,
	table.detailTbl tr:nth-child(9) td,
	table.detailTbl tr:nth-child(12) th,
	table.detailTbl tr:nth-child(12) td,
	table.detailTbl tr:nth-child(15) th,
	table.detailTbl tr:nth-child(15) td,
	table.detailTbl tr:last-child th,
	table.detailTbl tr:last-child td {
		border-right: 1px solid rgba(87,63,41,0.6);
	}
	table.detailTbl th strong {
		display: table-cell;
		margin: 0 auto;
		padding: 0.2rem 0;
		width: 33.3%;
		min-width: 21.5vw;
		min-height: auto;
		height: 17vw;
		font-size: 2.75vw;
		line-height: 1.4;
		vertical-align: middle;
	}
	table.detailTbl td {
		padding: 3vw;
		font-size: 3vw;
		min-height: 11vw;
		height: 11vw;
	}
}

/* banner_box
------------------------------------------------------------ */
    .banner_box a{
        display: block;
        width: 700px;
		margin:0 auto;
	}

@media screen and (max-width: 740px) {
	.banner_box a{
        width: 90%;
		margin:0 5%;
	}
}
/*.bg_fukidasi
------------------------------------------------------------ */
.bg_fukidasi{
    position: relative;
}
.bg_fukidasi:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 276px;
    height: 67px;
    top: 0;
    left: 5px;
    background: url(../img/fukidasi.png);
    background-repeat: no-repeat;
}


@media screen and (max-width: 740px) {
    .bg_fukidasi:after{
    width: 160px;
    height: 45px;
    top: 0;
    left: calc(50% - 80px);
    background: url(../img/fukidasi.png);
    background-size: 160px;
    background-repeat: no-repeat;
}
}
/*.title_line
------------------------------------------------------------ */
.title_line{
    position: relative;
  line-height: 1.25;
  padding:0.3em 0.6em 0.1em;
  display: inline-block;
  top:0;
    background: #ffffff;
}
.title_line:after,
.title_line:before{
    position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.title_line:after{
      content: '';
  border-top: solid 2px #B60081;
  border-right: solid 2px #B60081;
  border-bottom: solid 2px #B60081;
  right: 0;
}
.title_line:before{
    border-left: solid 2px #B60081;
  border-top: solid 2px #B60081;
  border-bottom: solid 2px #B60081;
  left: 0;
}

@media screen and (max-width: 740px) {
    .title_line{
    padding:0.1em 0.4em 0;
}
}
/*.縦リボン
------------------------------------------------------------ */
.ribbon-wrapper {
  position: relative;
  }

.ribbon {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 22px;
  margin: 0;
  padding: 6px 0 4px;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #B60081;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #B60081;
  border-right: 20px solid #B60081;
  border-bottom: 8px solid transparent;
}
@media screen and (max-width: 740px) {
  .ribbon {
  top: -8px;
  left: 22px;
  margin: 0;
  padding: 5px 0 4px;
  width: 40px;
  font-size: 15px;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #B60081;
  border-right: 20px solid #B60081;
  border-bottom: 8px solid transparent;
}
}
/*.title_line
------------------------------------------------------------ */
.title_line{
    position: relative;
  line-height: 1.25;
  padding:0.4em 1.2em;
  display: inline-block;
  top:0;
    font-size: 2.6px;
}
.title_line:after,
.title_line:before{
    position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.title_line:after{
      content: '';
  border-top: solid 2px #00b379;;
  border-right: solid 2px #00b379;;
  border-bottom: solid 2px #00b379;;
  right: 0;
}
.title_line:before{
    border-left: solid 2px #00b379;;
  border-top: solid 2px #00b379;;
  border-bottom: solid 2px #00b379;;
  left: 0;
}

@media screen and (max-width: 740px) {
    .title_line{
    padding:0.4em 1em 0.2em;
}
}
/* 下向きアロー
------------------------------------------------------------ */
    a.down_arrow {
    position: relative;
    text-decoration: none;
    /*border-bottom: 1px solid currentColor;*/
    font-weight: bold;
	}
/*    a.down_arrow:hover {
        border-bottom: none;
	}*/
    .down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 10px;
    top:0.5em;
    width: 0.4em;
    height: 0.4em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
@media screen and (max-width: 740px) {
	.down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 8px;
    top:0.4em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
}
/* かぎかっこ見出し
------------------------------------------------------------ */
.title_2_area{
    position: relative;
    width: 900px;
    margin: 0 auto;
}
.title_2_area:before, .title_2_area:after { 
  content:'';
  width: 15px;
  height: 35px;
  position: absolute;
  display: inline-block;
}

.title_2_area:before {
  border-left: solid 1px #ff418d;
  border-top: solid 1px #ff418d;
  top:-5px;
  left: 0;
}

.title_2_area:after {
  border-right: solid 1px #b60081;
  border-bottom: solid 1px #b60081;
  bottom:2px;
  right: 0;
}
@media screen and (max-width: 740px) {
.title_2_area{
    width: auto;
    margin: 0 5px;
}
    .title_2_area:before, .title_2_area:after { 
  content:'';
  width: 10px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
}
/* 一定の速度で横に動くスライダー
------------------------------------------------------------ */
.scroll_list_wrap{
    overflow: hidden;
    display: flex;
    margin: 30px 0 0;
}
.scroll_list{
    display: flex;
    animation: infiniteScroll 50s linear infinite;
}
.scroll_list li{
    padding: 0 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}
.scroll_list li > img{
    height: 70px;
    max-width: none;
}
@keyframes infiniteScroll{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 740px) {
    .scroll_list_wrap{
    margin: 20px 0 0;
}
    .scroll_list li{
    padding: 0 10px;
}
.scroll_list li > img{
    height: 35px;
    max-width: none;
}
}
/* hoverで伸びるボタン
------------------------------------------------------------ */
.btn_extend {
  padding: 8px 20px 6px 45px;
  color: #b60081;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight:bold;
}

.btn_extend::before {
  content: '';
  width: 35px;
  height: 35px;
  background-color: #b60081;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}
.btn_extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  left: 13px;
  top: 12px;
  transform: rotate(45deg);
}
.btn_extend:hover {
  color: #FFFFFF;
transition: .2s;
}
.btn_extend:hover::before {
  width: 100%;
}
@media screen and (max-width: 740px) {
.btn_extend {
  padding: 8px 20px 6px 40px;
  color: #ffffff;
  position: relative;
  overflow: visible;
  background-color: #b60081;
  border-radius: 100px;

}
.btn_extend::before {
  content: none;
}
.btn_extend::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  left: 15px;
  top: 11px;
  transform: rotate(45deg);
}
}