@charset "UTF-8";
/********************************
C系CSS
*********************************/
.c-widbg {
     width: 1140px;
     margin: 0 auto;
     background: #FBFBFB;
}
.c-wid {
    width: 1000px;
    margin: 0 auto;
}
.c-wid2 {
    width: 760px;
    margin: 0 auto;
}
.c-txt {
    line-height: 1.75;
    text-align: justify;
}
.c-txt.is-ver2 {
    text-align: center;
}
.c_btn {
    display: table;
    width: 450px;
    height: 80px;
    margin: 0 auto;
}
.c_btn.is-ver2 {
    width: 190px;
    height: 54px;
}
.c_btn.is-ver3 {
    width: 320px;
    height: 74px;
}
.c_btn.is-ver4 {
    width: 300px;
    height: 60px;
}
.c_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    background: #C81432;
}
.c_btn.is-ver2 a {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.c_btn.is-ver4 a {
    font-size: 20px;
}
.c-cmpy_list ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.c-cmpy_list ul li {
    width: 152px;
    margin: 20px 0 0 0;
    border: 1px solid #F2F2F2;
}
.c-cmpy_list ul li:nth-child(-n+6) {
    margin: 0;
}
.c-cmpy_list ul li img {
    width: 152px;
}
.c-cmpy-txt {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin: 30px 0 0 0;
}
.c-content_in {
    margin: 0 0 40px 0;
}
.c-content_in:last-child {
    margin: 0;
}
.c-content_img img {
    width: 314px;
}
.c-content_dtl {
    padding: 0 0 0 20px;
}
.c-content_dtl dt {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}
.c-content_dtl dd {
    margin: 18px 0 0 0;
    text-align: justify;
}
.c-mv_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    max-height: 360px;
	padding: 56px 0;
    background: #EFEFEF;
	box-sizing: border-box;
}
.c-mv_in {
    width: 1000px;
    margin: 0 auto;
}
.c-mv-ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 24px 0;
	border-bottom: 2px solid #898989;
	text-align: left;
}
.c-mv-txt {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.875;
	margin: 48px 0 0 0;
}
.c-flowBox_wrap {
	position: relative;
	width: 484px;
	padding: 22px 24px 22px 58px;
	margin: 0 0 64px 0;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	background: #fff;
}
.c-flowBox_wrap:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -40px;
	left: 50%;
	margin-left: -13px;
	z-index: 10;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 13px 0 13px;
	border-color: #C81432 transparent transparent transparent;
}
.c-flowBox_txt {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 33px;
	height: 100%;
	background: #C81432;
}
.c-flowBox-txt {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.c-flowBox_wrap dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.c-flowBox_wrap dl dd {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}
.c-qa_wrap dl {
    width: 470px;
    margin: 30px 0 0 0;
}
.c-qa_wrap dl:nth-child(-n+2) {
    margin: 0;
}
.c-qa_wrap dl dt {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
    width: 100%;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 45px 0 75px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}
.c-qa_wrap dl dt:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 28px;
    z-index: 10;
    margin-top: -14px;
    width: 21px;
    height: 28px;
    background: url("../svg/question.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.c-qa_wrap dl dt:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 16px;
    z-index: 10;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
}
.c-qa_wrap dl dt.on:after {
    transform: rotate(180deg);
}
.c-qa_wrap dl dd {
    display: none;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin: 16px 0 0 0;
}
.form_check {
	text-align: center;
	margin-bottom: 50px;
}
.form_check input {
	display: none;
}
.form_check input + label {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	cursor: pointer;
}
.form_check input + label:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	margin-top: -10px;
	z-index: 10;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 2px;
}
.form_check input:checked + label:before {
	background: #C81432;
	border: 1px solid #C81432;
}
.form_check input:checked + label:after {
	content: "";
	position: absolute;
	display: block;
	top: 6px;
	left: 3px;
	transform: rotate(-45deg);
	z-index: 10;
	width: 10px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
@media (min-width:896px) {
    .c_btn a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .c_btn.is-ver2 a:hover {
        opacity: 1;
        background: #E5E3D8;
    }
    .c-content_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .c-flow_wrap {
		display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-flowBox_wrap:last-child {
		margin: 0;
	}
	.c-flowBox_wrap:last-child:before {
		content: none;
	}
    .c-qa_wrap {
        display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
    }
    .c-qa_wrap dl dd a {
        text-decoration: underline;
    }
    .c-qa_wrap dl dd a:hover {
        text-decoration: none;
    }
}
/********************************
footer
*********************************/
footer {
    padding: 80px 0 55px 0;
    background: #393939;
}
.ft_logo {
    text-align: center;
    margin: 0 0 45px 0;
}
.ft_logo img {
    width: 300px;
}
.ft_menu {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin: 0 0 70px 0;
}
.ft_menu ul li {
    margin: 0 32px 0 0;
}
.ft_menu ul li:last-child {
    margin: 0;
}
.ft_menu ul li a {
    font-size: 16px;
    color: #fff;
}
.ft-txt {
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
}
.copy-txt {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
@media (min-width: 896px) {
    .ft_menu ul {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
}
/********************************
cv
*********************************/

@media only screen and (max-width: 896px) {
    /********************************
    C系CSS
    *********************************/
    .c-widbg {
         width: 100%;
         padding: 0 16px;
         box-sizing: border-box;
    }
    .c-wid {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .c-wid2 {
        width: 100%;
        margin: 0 auto;
    }
    .c-txt.is-ver2 {
        line-height: 2;
        text-align: left;
    }
    .c_btn {
        width: 100%;
        height: 60px;
        max-width: 343px;
    }
    .c_btn.is-ver3,
    .c_btn.is-ver4 {
        width: calc(100% - 32px);
    }
    .c_btn a {
        font-size: 20px;
    }
    .c-cmpy_list ul li {
        width: 47%;
        margin: 16px 0 0 0;
    }
    .c-cmpy_list ul li:nth-child(-n+6) {
        margin: 16px 0 0 0;
    }
    .c-cmpy_list ul li:nth-child(-n+2) {
        margin: 0;
    }
    .c-cmpy_list ul li img {
        width: 100%;
    }
    .c-cmpy-txt {
        line-height: 1.3;
    }
    .c-content_in {
        margin: 0 0 32px 0;
    }
    .c-content_img img {
        width: 100%;
    }
    .c-content_dtl {
        padding: 16px 0 0 0;
    }
    .c-content_dtl dd {
        line-height: 1.7;
        margin: 12px 0 0 0;
    }
    .c-mv_wrap {
	    max-height: inherit;
		padding: 32px 0;
	}
	.c-mv_in {
	    width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.c-mv-ttl {
		font-size: 24px;
		padding: 0 0 16px 0;
	}
	.c-mv-txt {
		font-size: 14px;
		line-height: 1.6;
		margin: 16px 0 0 0;
	}
    .c-flowBox_wrap {
		position: relative;
		width: 100%;
		padding: 16px 16px 16px 40px;
		margin: 0 0 60px 0;
	}
	.c-flowBox_wrap:before {
		bottom: -38px;
		margin-left: -10px;
		border-width: 12px 10px 0 10px;
	}
	.c-flow_in:last-child .c-flowBox_wrap:last-child {
		margin: 0;
	}
	.c-flow_in:last-child .c-flowBox_wrap:last-child:before {
		content: none;
	}
	.c-flowBox_txt {
		width: 24px;
	}
	.c-flowBox-txt {
		font-size: 15px;
	}
    .c-qa_wrap dl {
        width: 100%;
        margin: 24px 0 0 0;
    }
    .c-qa_wrap dl:nth-child(-n+2) {
        margin: 24px 0 0 0;
    }
    .c-qa_wrap dl:first-child {
        margin: 0;
    }
    .c-qa_wrap dl dt {
        width: 100%;
        height: auto;
        min-height: 80px;
        padding: 16px 32px 16px 50px;
    }
    .c-qa_wrap dl dt:before {
        left: 16px;
        margin-top: -11px;
        width: 17px;
        height: 22px;
    }
    .c-qa_wrap dl dt:after {
        margin-top: -4px;
        border-width: 8px 5px 0 5px;
    }
    .c-qa_wrap dl dd {
        line-height: 1.4;
    }
    /********************************
    footer
    *********************************/
    footer {
        padding: 56px 0 23px 0;
    }
    .ft_logo {
        margin: 0 0 52px 0;
    }
    .ft_logo img {
        width: 220px;
    }
    .ft_menu {
        margin: 0 0 52px 0;
    }
    .ft_menu ul li {
        line-height: 1.4;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .ft_menu ul li a {
        font-size: 14px;
    }
    .ft-txt {
        line-height: 1.6;
        margin: 0 0 15px 0;
    }
    /********************************
    cv
    *********************************/

}/*@media*/
@media only screen and (max-width: 374px) {
    .c-ttl {
        font-size: 18px;
    }
    /*
    .c_btn {
        width: 280px;
    }
    */
    .c_btn a {
        font-size: 18px;
    }
    .c-content_dtl dt {
        font-size: 16px;
    }
}/*@media*/
