


/* sec_support_main
------------------------------------------------------------*/

#sec_support_main{
    margin:0;
    margin-top: 0;
    padding:0 0 0 0;
    text-align: left;
}

#sec_support_main .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_support_main h1 {
    width: 100%;
    margin: 0 0 40px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 26px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Lato";
    padding-left: 2px;
}

#sec_support_main h1:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 100%;
    height: 4px;
    left: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #003F98;
    transform:skewX(-45deg);
}


.support_main_box{
    overflow: hidden;
}
.support_main_box_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

.support_main_box_left p{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
}

.support_main_box_left .plan_eye{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.7;
    color: #003F98;
    font-weight: bold;
}

.support_main_box_right{
    float: right;
    width: 100%;
    text-align: center;
}

.support_main_box_right img{
    width: 100%;
	max-width: 470px;
}



/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_support_main h1:before {
        bottom: -5px;
        width: 100%;
        height: 5px;
    }
    #sec_support_main h1 {
        font-size: 28px;
    }
    
    .support_main_box_left p{
        font-size: 14px;
    }
	 .support_main_box_left .plan_eye{
        font-size: 22px;
    }
    .support_main_box_left{
        float: left;
        width: calc(100% - 35%);
        padding-right: 30px;
        box-sizing: border-box;   
    }

    .support_main_box_right{
        float: right;
        width: 35%;
        max-width: 470px;
        text-align: right;
    }
   
}

/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_support_main{
        padding: 0 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_support_main .inner{
        padding: 50px 10px 60px 10px;
        box-sizing: border-box;
        
    }
    
    #sec_support_main h1 {
        font-size: 38px;
    }
    .support_main_box_left p{
        font-size: 16px;
    }
    .support_main_box_left{
        float: left;
        width: calc(100% - 40%);
        padding-right: 50px;
        box-sizing: border-box;

    }
    .support_main_box_right{
        float: right;
        width: 40%;
        max-width: 470px;
        text-align: right;
        margin-top: 20px;
    }
}





/* sec_support_merit
------------------------------------------------------------*/

#sec_support_merit{
    margin:0;
    margin-top: 30px;
    padding:0 0 0 0;
    text-align: left;
    background: url("../images/common/bg_lattice.png") left top repeat;
}

#sec_support_merit .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_support_merit h1 {
    width: 100%;
    margin: 0px 0 70px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.02em;
    
    line-height: 1.5;
}

#sec_support_merit h1:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003F98;

}


.merit_box{
	border: 2px solid #003F98;
	border-radius: 10px;
	padding: 0;
	background: #FFF;
	margin-bottom: 30px;
}

.merit_box h2{
	background: #003F98;
	border-radius: 6px 6px 0 0;
	padding: 5px 5px 7px 5px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 22px;
	
}

.merit_box h2 span.merit{
	display:inline-block;
	background: #FFF;
	border-radius: 50px;
	font-size: 14px;
	color: #003F98;
	font-weight: 900;
	padding: 1px 10px 2px 10px;
	margin-right: 10px;
	vertical-align:bottom;
	margin-bottom: 4px;
	letter-spacing: -0.1em;
}

.merit_box h2 span.h2_highlight{
	color: #FFFF00;
}
.merit_box h2 span.h2_small{
	display:inline-block;
	font-size: 70%;
	letter-spacing: 0;
	vertical-align:bottom;
	margin-bottom: 10px;
}

.merit_detail{
    overflow: hidden;
	padding: 20px 20px;
	
}
.merit_detail_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

.merit_detail_left p{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
	line-height: 1.7;
}

.merit_detail_left p span{
	color: #D80000;
	font-size: 20px;
}


.merit_detail_left img{
    width: 100%;
	max-width: 810px;
}


.merit_detail_right{
    float: right;
    width: 100%;
    text-align: center;
	margin-top: 10px;
}

.merit_detail_right img{
    width: 100%;
	max-width: 230px;
}



.merit_detail_right2{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

.merit_detail_right2 p{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
	line-height: 1.7;
}

.merit_detail_right2 p.title{
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
	line-height: 1.7;
}

.merit_detail_right2 p span{
	color: #D80000;
	font-size: 20px;
}


.merit_detail_right2 img{
    width: 100%;
	max-width: 810px;
}


.merit_detail_left2{
    float: left;
    width: 100%;
    text-align: center;
	margin-top: 10px;
}

.merit_detail_left2 img{
    width: 100%;
	max-width: 230px;
}


dl.menu{
	width:100%;
	font-size: 1rem;
	margin-bottom: 20px;
}
dl.menu div{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 0;
	padding: 0px 0;
	font-weight: 700;
	font-size: 15px;
}

dl.menu dt{
	margin:0;
	padding: 0 5px 0 20px;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
	width: 100%;
	
}

dl.menu dt:before {
	display: inline-block;
	content: "";
	margin-top: 14px;
	margin-right: 7px;
	width: 7px;
	height: 7px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #1F1F1F;
}

dl.menu dd.hiyou{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
	width: 30%;
	
	
}
dl.menu dd.price{
	margin:0;
	padding: 0 10px 0 0px;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
	width: 65%;
	letter-spacing: -0.01em;
}

dl.menu dd.price span{
	color: #D80000;
}

.merit_attention{
	padding: 0;
	margin-bottom: 30px;
}

.merit_attention p{
    text-indent: -1em;
    margin-left: 1em;
    font-size: 14px;
    color: #222;
    letter-spacing: 0.05em;
}

.merit_attention .list-1 {
    list-style-type: disc;
    margin-left: 50px;
    margin-bottom: 5px;
}

.merit_attention .list-1 li {
    padding: 0;
    font-size: 14px;
    color: #222;
}

.merit_attention .list-1 li::marker {
    color: #222;
    font-size: 0.8em;
}

.merit_attention .list-1 li span{
    font-size: 85%;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_support_merit h1:before {
      bottom: -20px;
    }
    #sec_support_merit h1 {
        font-size: 38px;
    }
    .merit_detail{
		padding: 40px 50px;
	}
	
	.merit_box h2{
		padding: 0px 5px 5px 5px;
		font-size: 30px;
	}
	.merit_box h2 span.merit{
		font-size: 16px;
		padding: 1px 20px 2px 20px;
		margin-bottom: 9px;
		margin-right: 15px;
	}
	
	.merit_detail_left{
        float: left;
        width: calc(100% - 22%);
        padding-right: 15px;
        box-sizing: border-box;

    }
	
	.merit_detail_left p{
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.7;
	}

	.merit_detail_left p span{
		color: #D80000;
		font-size: 20px;
	}

	
    .merit_detail_right{
        float: right;
        width: 22%;
        max-width: 230px;
        text-align: right;
        margin-top: 10px;
    }
	
	
	.merit_detail_right2{
        float: right;
        width: calc(100% - 22%);
        padding-left: 15px;
        box-sizing: border-box;

    }
	
	.merit_detail_right2 p{
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.7;
	}

	.merit_detail_right2 p span{
		color: #D80000;
		font-size: 20px;
	}

	
    .merit_detail_left2{
        float: left;
        width: 22%;
        max-width: 230px;
        text-align: right;
        margin-top: 10px;
    }
	
   	dl.menu div{
		font-size: 16px;
		flex-wrap: wrap;
	}
	dl.menu dt{
		margin:0;
		padding: 0 5px 0 20px;
		background-color: #ffffff;
		z-index: 2;
		text-align: left;
		width: 100%;
	}

	dl.menu dt:before {
		display: inline-block;
		content: "";
		margin-top: 14px;
		margin-right: 7px;
		width: 7px;
		height: 7px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #1F1F1F;
	}

	dl.menu dd.hiyou{
		margin:0;
		padding: 0 0 0 5px;
		background-color: #ffffff;
		z-index: 2;
		text-align: right;
		width: 30%;
	}
	dl.menu dd.price{
		margin:0;
		padding: 0 10px 0 0px;
		background-color: #ffffff;
		z-index: 2;
		text-align: right;
		width: 65%;
		letter-spacing: -0.01em;
	}

    .merit_attention p{
        font-size: 16px;
    }

    .merit_attention .list-1 li {
        font-size: 16px;
    }

    
    
}
/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_support_merit{
        padding: 0 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_support_merit .inner{
        padding: 50px 20px 60px 20px;
        box-sizing: border-box;
        
    }
    
    #sec_support_merit h1 {
        font-size: 40px;
    }
	
	.merit_box h2{
		padding: 0px 5px 5px 5px;
		font-size: 40px;
	}
	
	.merit_box h2 span.merit{
		font-size: 18px;
		padding: 1px 20px 2px 20px;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	.merit_detail_left{
        float: left;
        width: calc(100% - 230px);
        padding-right: 15px;
        box-sizing: border-box;

    }
	
	.merit_detail_left p{
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.7;
	}

	.merit_detail_left p span{
		color: #D80000;
		font-size: 24px;
	}
	
    .merit_detail_right{
        float: right;
        width: 230px;
        max-width: 230px;
        text-align: right;
        margin-top: 10px;
    }
	
 	.merit_detail_right2{
        float: right;
        width: calc(100% - 230px);
        padding-left: 15px;
        box-sizing: border-box;

    }
	
	.merit_detail_right2 p{
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.7;
	}

	.merit_detail_right2 p span{
		color: #D80000;
		font-size: 24px;
	}
	
    .merit_detail_left2{
        float: left;
        width: 230px;
        max-width: 230px;
        text-align: right;
        margin-top: 10px;
    }
	
	dl.menu div{
		font-size: 18px;
		flex-wrap: nowrap;
	}
	dl.menu dt{
		margin:0;
		padding: 0 5px 0 20px;
		background-color: #ffffff;
		z-index: 2;
		text-align: left;
		width: calc( 100% - 310px );
	}

	dl.menu dt:before {
		display: inline-block;
		content: "";
		margin-top: 14px;
		margin-right: 7px;
		width: 7px;
		height: 7px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #1F1F1F;
	}

	dl.menu dd.hiyou{
		margin:0;
		padding: 0 0 0 5px;
		background-color: #ffffff;
		z-index: 2;
		text-align: right;
		width: 90px;
	}
	dl.menu dd.price{
		margin:0;
		padding: 0 10px 0 0px;
		background-color: #ffffff;
		z-index: 2;
		text-align: right;
		width: 220px;
		letter-spacing: -0.01em;
	}
}


/* sec_faq_list
------------------------------------------------------------*/

#sec_faq_list{
    margin:0;
    margin-top: 30px;
    padding:0 0 0 0;
    text-align: left;
    
}

#sec_faq_list .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_faq_list h1 {
    width: 100%;
    margin: 0px 0 80px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Lato";
}

#sec_faq_list h1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003F98;

}

#sec_faq_list h1 span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #111111;
    line-height: 14px;
    padding-top: 10px;
}



/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_faq_list h1:before {
      bottom: -30px;
    }
    #sec_faq_list h1 {
        font-size: 38px;
    }
    
    #sec_faq_list h1 span{
        font-size: 16px;
    }
    
    
}
/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_faq_list{
        padding: 0 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_faq_list .inner{
        padding: 50px 20px 60px 20px;
        box-sizing: border-box;
        
    }
    
    #sec_faq_list h1 {
        font-size: 38px;
    }
    #sec_faq_list h1 span{
        font-size: 18px;
    }
    
    
    
}




#QandA-1 {
	width: 100%;
}
#QandA-1 h2 {
    background: #003F98; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 3px 20px 5px 20px;
    font-size: 18px;
}

#QandA-1 dl{
    padding: 15px 10px;
	border-bottom: 1px solid #CCC;
}

#QandA-1 dt {
    font-size: 16px;
    font-weight: 600;
    color: #003F98;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
    font-family: 'Lato';
    letter-spacing: 0.2em;
}
#QandA-1 dd {
    font-size: 15px;
	margin: 5px 16px 5px 33px;
    text-indent: -30px;
	font-weight: 500;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
    font-family: 'Lato';
    letter-spacing: 0.2em;
    font-size: 16px;
    
}

#QandA-1 dd span.txt-red{
	color: #CC0000;
	font-weight: 600;
	margin-left: 0px;
	display: block;
	text-indent: 0px;
	margin-top: 5px;
}

#QandA-1 dd .list-square {
    list-style-type: none;
    margin-left: 25px;
    margin-bottom: 5px;
	text-indent: 0px;
}

#QandA-1 dd .list-square li {
    padding: 0;
    font-size: 15px;
    color: #222;
	margin-bottom: 3px;
}

.sikaku {
    position: relative;
    padding: 0 0 0 0px;
	
}
.sikaku:before {
    content:"";
    position: absolute;
    top: 8px;
    left: -22px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #1F1F1F;
}



#QandA-1 dd .list-disc {
    list-style-type: none;
    margin-left: 30px;
    margin-bottom: 5px;
	text-indent: 0px;
}

#QandA-1 dd .list-disc li {
    padding: 0;
    font-size: 15px;
    color: #222;
	margin-bottom: 3px;
}
.maru {
    position: relative;
    padding: 0 0 0 20px;
}
.maru:before {
    content:"";
    position: absolute;
    top: 12px;
    left: -20px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #1F1F1F;
    border-radius: 50%;
}

#QandA-1 dd .list-number {
    list-style-type: number;
    margin-left: 30px;
    margin-bottom: 5px;
	text-indent: 0px;
}

#QandA-1 dd .list-number li {
    padding: 0;
    font-size: 15px;
    color: #222;
	margin-bottom: 3px;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
   
    
}
/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
	
	#QandA-1 dl{
		padding: 30px 20px;
	}
	
    #QandA-1 h2 {
		font-size: 24px;
	}
    #QandA-1 dt {
		font-size: 20px;
	}
	#QandA-1 dd {
		font-size: 16px;
		margin: 5px 16px 5px 36px;
		text-indent: -36px;
	}
	#QandA-1 dd:before {
		font-size: 20px;
	}
	
	#QandA-1 dd .list-square li {
		font-size: 16px;
	}
	#QandA-1 dd .list-disc li {
		font-size: 16px;
	}
	#QandA-1 dd .list-number li {
		font-size: 16px;
	}
	
}







