@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0; padding: 0; border: 0;
/*font: inherit;*/
/*vertical-align: baseline;*/
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

img {
    width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    /* image-rendering: -webkit-optimize-contrast; */
    /* flex-shrink: 0; */
}

/************************************************************/
/*   COMMON   */
/************************************************************/
/* KEY */
@media screen and (max-width: 768px) { /*SP*/
	.feature_key_set{
		width: 100%;
		display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
	}
	.feature_key_box{
		width: 50%;
	}
	.feature_key_box h3{
		display: inline-block;
		padding: 8px 10px 8px 20px;
		font-size: 20px; color: #fff; line-height: 1.2;
		background-color: #E50012; border-radius: 0 15px 15px 0;
		position: relative;
	}
	.feature_key_box h3::before{
		content: ''; position: absolute;
		top: 0; left: 0;
		width: 8px; height: 100%;
		background-color: #FFE100;
	}
	.feature_spBR{
		display: inline;
	}
	.feature_key_img{
		width: 50%;
		padding: 0 10px;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
	.feature_key_set{
		width: 100%;
		display: flex; flex-wrap: nowrap; justify-content: space-between;
	}
	.feature_key_box{
		width: calc(100% - 260px);
		padding: 20px 0 0;
	}
	.feature_key_box h3{
		display: inline-block;
		padding: 10px 40px;
		font-size: 30px; color: #fff; letter-spacing: 0.1em;
		background-color: #E50012; border-radius: 0 20px 20px 0;
		position: relative;
	}
	.feature_key_box h3::before{
		content: ''; position: absolute;
		top: 0; left: 0;
		width: 10px; height: 100%;
		background-color: #FFE100;
	}
	.feature_spBR{
		display: none;
	}
	.feature_key_img{
		width: 260px;
	}
}

/* SUB KEY */
@media screen and (max-width: 768px) { /*SP*/
	.feature_subKey_set{
		width: 100%;
	}
	.feature_subKey_box{
		width: 100%; padding: 5px 10px 5px 30px;
		background-repeat: repeat-x;
		background-position: 0 0;
		background-size: contain;
		border-radius: 10px 10px 0 0;
		border: 1px solid #009245;
		font-size: 16px; color: #fff; line-height: 1.4;
		position: relative;
	}
	.feature_subKey_box::before{
		content: ''; position: absolute;
		top: 0; bottom: 0; left: 12px; margin: auto;
		width: 7px; height: calc(100% - 14px);
		background-color: #fff;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
	.feature_subKey_set{
		width: 100%;
	}
	.feature_subKey_box{
		width: 100%; padding: 5px 10px 5px 30px;
		background-repeat: repeat-x;
		background-position: 0 0;
		background-size: contain;
		border-radius: 10px 10px 0 0;
		border: 1px solid #009245;
		font-size: 20px; color: #fff; letter-spacing: 0.1em;
		position: relative;
	}
	.feature_subKey_box::before{
		content: ''; position: absolute;
		top: 0; bottom: 0; left: 12px; margin: auto;
		width: 7px; height: calc(100% - 14px);
		background-color: #fff;
	}
}
.feature_c1_set .feature_subKey_box{ background-image: url(/image/feature/c1_bgimg.jpg); border-color: #009245; }
.feature_c2_set .feature_subKey_box{ background-image: url(/image/feature/c2_bgimg.jpg); border-color: #0564A7; }

/* LIST */
@media screen and (max-width: 768px) { /*SP*/
	.feature_list_set{
		width: 100%;
	}
	.feature_list_set dt{
		width: 100%;
		padding: 20px 0 10px;
		display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
	}
	.feature_list_set dd{
		width: 100%;
		padding: 0 0 20px;
		display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
		border-bottom: 1px dashed #000;
	}
	.feature_list_set dd:last-of-type{
		border-bottom: none;
	}
	.feature_list_num{
		width: 30px; margin-right: 20px;
	}
	.feature_list_box p{
		font-size: 16px;
	}
	.feature_list_box span{
		color: #ED1C24;
	}
	.feature_dot{
		position: relative;
		display: inline-block;
		padding: 2px 0 0;
	}
	.feature_dot::before{
		content: ''; position: absolute;
		top: 0; left: 0; right: 0; margin: auto;
		width: 3px; height: 3px;
		border-radius: 100%;
		background-color: #ED1C24;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
	.feature_list_set{
		width: 100%;
		display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch;
	}
	.feature_list_set dt{
		width: calc(100% - 150px);
		padding: 20px 0;
		display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center;
		border-bottom: 1px dashed #000;
	}
	.feature_list_set dt:last-of-type{
		border-bottom: none;
	}
	.feature_list_set dd{
		width: 150px;
		padding: 20px 0 20px 5px;
		display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center;
		border-bottom: 1px dashed #000;
	}
	.feature_list_set dd:last-of-type{
		border-bottom: none;
	}
	.feature_list_num{
		width: 50px; margin-right: 30px;
	}
	.feature_list_box p{
		font-size: 19px;
	}
	.feature_list_box span{
		color: #ED1C24;
	}
	.feature_dot{
		position: relative;
		display: inline-block;
		padding: 5px 0 0;
	}
	.feature_dot::before{
		content: ''; position: absolute;
		top: 0; left: 0; right: 0; margin: auto;
		width: 5px; height: 5px;
		border-radius: 100%;
		background-color: #ED1C24;
	}
}
.feature_c1_set .feature_list_box p{ color: #00993E; }
.feature_c2_set .feature_list_box p{ color: #0564A7; }

/* SNS */
@media screen and (max-width: 768px) { /*SP*/
	.feature_list_set dt.feature_list_sns_A{
		width: 100%;
		border-bottom: none;
	}
	.feature_list_set dd.feature_list_sns_B{
		width: 100%;
		padding: 0 0 20px;
		display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
		flex-direction: column;
	}
	.feature_list_sns_text{
		display: inline-block;
		padding: 10px 30px; margin: 0 0 20px;
		background-color: #ED1C24;
		font-size: 16px; color: #FFE100; font-weight: bold;
		position: static;
	}
	.feature_list_sns_text::before{
		display: none;
	}
	.feature_list_sns_set{
		width: 100%; padding: 0 20px;
		display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;
	}
	.feature_list_sns_set a{
		width: calc((100% - 60px) /4);
		display: block;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
	.feature_list_set dt.feature_list_sns_A{
		width: 100%;
		padding: 20px 0 0;
		border-bottom: none;
	}
	.feature_list_set dd.feature_list_sns_B{
		width: 100%;
		padding: 0 0 20px;
		display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end;
	}
	.feature_list_sns_text{
		display: inline-block;
		padding: 10px 30px;
		background-color: #ED1C24;
		font-size: 18px; color: #FFE100; font-weight: bold;
		position: relative;
	}
	.feature_list_sns_text::before{
		content: ''; position: absolute;
		z-index: -1;
		top: 0; right: 0;
		width: 30px; height: 100%;
		background-color: #ED1C24;
		transform: skewX(30deg);
		transform-origin: 0 0;
	}
	.feature_list_sns_set{
		width: calc((74px * 4) + (30px + 4));
		display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: flex-end;
	}
	.feature_list_sns_set a{
		width: 74px; margin-left: 30px;
		display: block;
	}
}




/************************************************************/
/*   C1   */
/************************************************************/
@media screen and (max-width: 768px) { /*SP*/
	.feature_c1_set{
		width: 100%; margin-bottom: 30px;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
	.feature_c1_set{
		width: 100%; margin-bottom: 60px;
	}
	.feature_list_set dt.feature_c1_box01{
		width: calc(100% - 200px);
	}
	.feature_list_set dd.feature_c1_box02{
		width: 200px;
	}
}
.feature_c1_img01{
	width: 120px;
}
.feature_c1_img02{
	width: 130px;
}
.feature_c1_img03{
	width: 120px;
}
.feature_c1_img04{
	width: 120px;
}
.feature_c1_img05{
	width:  200px;
}
.feature_c1_img06{
	width: 140px;
}

/************************************************************/
/*   C2   */
/************************************************************/
@media screen and (max-width: 768px) { /*SP*/
	.feature_c2_set{
		width: 100%; margin-bottom: 30px;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
	.feature_c2_set{
		width: 100%; margin-bottom: 60px;
	}
}
.feature_c2_img01{
	width: 150px;
}
.feature_c2_img02{
	width: 150px;
}
.feature_c2_img03{
	width: 110px;
}
.feature_c2_img04{
	width: 140px;
}
.feature_c2_img05{
	width: 120px;
}
.feature_c2_img06{
	width: 120px;
}


/************************************************************/
/*   IE Only   */
/************************************************************/
@media all and (-ms-high-contrast:none){ /* IE11 */
    /* *::-ms-backdrop,
	{
        min-height: 0%;
    } */
}