@charset 'UTF-8';

/*--------------------------------------------------------------------------
	 tool
---------------------------------------------------------------------------*/
table {
	border-collapse: collapse ;
}
.t_bold {
	font-weight: 600;
}

.min-txt {
	font-family:'Noto Serif JP','游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.border_line {
	line-height: 1.7;
	display: inline; 
	padding-bottom: 0px;
	background:linear-gradient(transparent 70%, #fbf314 0%);
}
.border_line--02 {
	background-image: linear-gradient(to right, #ec911b 10px, transparent 2px);
    background-size: 14px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}
.txt_bold {
	font-weight: 600;
}
.txt_red {
	color: #dc2823;
}
.txt--big {
	font-size: 1.2em;
}
.txt--small {
	font-size: .8em;
}

.line__img {
	line-height: 1.3;
	position: relative;
	display: inline-block;
	z-index: 0;
}
.line__img::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-image: url(../img/line_img.png);
	background-repeat: repeat-x;
	z-index: -1;
}

.line__img--red {
	line-height: 1.3;
	position: relative;
	display: inline-block;
	z-index: 0;
	padding-bottom: 10px;
}
.line__img--red::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #dd2225;
	z-index: -1;
}



.font-en {
	font-family: Helvetica,sans-serif;
}
  

@media screen and (min-width: 768px){
	.txt-c-pc {
		text-align: center;
	}
}

.scroll-hint-icon {
    width: 140px!important;
    height: 100px!important;
}
.mi-pc {
	display: block!important;
}
.mi-sp {
	display: none!important;
}

/*--------------------------------------------------------------------------
	.sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
	position: relative;
	background-color: #fffdf5;
}
.sec-mv .inner {
	max-width: 1000px;
	position: relative;
}
.sec-mv .inner .mv {
	width: 874px;
	margin: 0 auto;
	padding: 39px 0 31px;
}


/*--------------------------------------------------------------------------
	.sec-01
---------------------------------------------------------------------------*/

.sec-01 {
}
.sec-01 .ac_area {
	background-color: #ec911b;
	padding-bottom: 3px;
}
.sec-01 .ac_area h2 {
	position: relative;
	background-color: #ec911b;
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding: 20px 30px;
	margin-top: 30px;
	cursor: pointer;
}

.sec-01 .ac_area h2::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.sec-01 .ac_area h2::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 15px solid #ec911b;
	border-bottom: 0;
	transition: .3s ease;
	transform: translate(-15px, -50%) rotate(0deg);
}

.sec-01 .ac_area h2.is-active::after {
	transform: translate(-15px, -50%) rotate(180deg);
}

.sec-01 .ac_area .ac_area__inner {
	margin: 0 3px;
	background-color: #fff7ed;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 55px;
	padding-right: 55px;
	display: none;
	position: relative;
}
.sec-01 .ac_area .ac_area__inner .img01 {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 152px;
	height: 180px;
	
}
.sec-01 .ac_area .ac_area__inner h3 {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
}
.sec-01 .ac_area .ac_area__inner h3 .line__img {
	padding: 0 0 0 10px;
}
.sec-01 .ac_area .ac_area__inner .txt01 {
	padding-top: 43px;
	font-size: 25px;
	line-height: 1.44;
}
.sec-01 .ac_area .ac_area__inner .txt02 {
	margin-top: 10px;
	font-size: 25px;
	line-height: 1.44;
}
.sec-01 .ac_area .ac_area__inner .txt03 {
	padding-top: 18px;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0em;
}
.sec-01 .ac_area .ac_area__inner h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	margin-top: 35px;
}
.sec-01 .ac_area .ac_area__inner h4 .flex__txt {
	padding-left: 10px;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
	margin-bottom: 40px;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item {
	width: 423px;
	border: 3px solid #828282;
	background-color: #fff;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item h5 {
	color: #fff;
	background-color: #828282;
	font-size: 28px;
	text-align: center;
	line-height: 1;
	padding: 15px 0;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 165px;
	padding: 0 20px;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__txt {
	font-size: 32px;
	font-weight:600;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__txt span {
	font-size: 43px;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__txt span.num {
	font-size: 58px;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__img {
	width: 147px;
}

.sec-01 .ac_area .ac_area__inner .sec-01__flex .item:nth-child(2) {
	border: 3px solid #ec911b;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item:nth-child(2) h5 {
	background-color: #ec911b;
}
.sec-01 .ac_area .ac_area__inner .check__list {
	
}
.sec-01 .ac_area .ac_area__inner .check__list li {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}
.sec-01 .ac_area .ac_area__inner .check__list li + li {
	margin-top: 20px;
}
.sec-01 .ac_area .ac_area__inner .check__list li span {
	font-size: 1.3em;
}
.sec-01 .ac_area .ac_area__inner .check__list li span.num {
	font-size: 1.6em;
}
.sec-01 .ac_area .ac_area__inner .check__list li::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 22px;
	background-image: url(../img/icon_check.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.sec-01 .ac_area .ac_area__inner .txt04 {
	padding-top: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.sec-01 .ac_area .ac_area__inner .txt05 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	padding-top: 15px;
}
.sec-01 .ac_area .ac_area__inner .js-scrollable {
	margin: 0 -22px;
}
.sec-01 .ac_area .ac_area__inner .scroll__img {
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.scroll-hint-text {
	display: none;
}
.sec-01 .ac_area .ac_area__inner .txt06 {
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 15px;
	text-align: right;
	letter-spacing: -0.03em;
}
.sec-01 .ac_area .ac_area__inner .txt06 span {
	font-size: 0.8em;
}



/*--------------------------------------------------------------------------
	.sec-02
---------------------------------------------------------------------------*/

.sec-02 {
	background-color: #fffdf5;
	padding-top: 80px;
	padding-bottom: 40px;
}
.sec-02 h2 {
	font-size: 50px;
	text-align: center;
}
.sec-02 .img01 {
	padding-top: 25px;
}


/*--------------------------------------------------------------------------
	.sec-03
---------------------------------------------------------------------------*/
.sec-03 {
	padding: 46px 0 60px 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(254, 246, 237, 1) 4px, rgba(254, 246, 237, 1) 8px );
	position: relative;
}
.sec-03::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 57px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 84px solid transparent;
    border-left: 84px solid transparent;
    border-top: 45px solid #333333;
    border-bottom: 0;
    transform: translate(-50%, 0);
}
.sec-03 .box {
	border: 4px solid #ec911b;
	background-color: #fff7ed;
	margin-top: 75px;
	position: relative;
}
.sec-03 .box h2 {
	color: #fff;
	background-color: #ec911b;
	font-size: 40px;
	text-align: center;
	line-height: 1;
	padding: 20px 0;
}
.sec-03 .box .img01 {
	position: absolute;
    right: 130px;
    top: -70px;
	width: 141px;
	height: 167px;
}
.sec-03 .box .txt01 {
	font-size: 26px;
	line-height: 1.462;
	padding: 25px 40px;
	letter-spacing: -0.03em;
}
  


/*--------------------------------------------------------------------------
	.sec-04
---------------------------------------------------------------------------*/
.sec-04 {
	background-color: #ffeed8;
}
.sec-04 h2 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #dc2823;
	padding: 50px 0;
}
.sec-04 .sec-04_cont {
	border: 3px solid #dc2823;
	background-color: #fff;
	margin-top: 130px;
	position: relative;
	padding: 80px 120px 50px;
}
.sec-04 .sec-04_cont + .sec-04_cont {
	margin-top: 120px;
}
.sec-04 .sec-04_cont h3 {
	display: flex;
	justify-content: center;
	letter-spacing: 0;
}
.sec-04 .sec-04_cont h3 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 750px;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #dc2823;
	padding: 20px 0;
	transform: translate(-50%, -50%);
}
.sec-04 .sec-04_cont h3 span.w65 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 650px;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #dc2823;
	padding: 20px 0;
	transform: translate(-50%, -50%);
}
.sec-04 .sec-04_cont h4 {
	font-size: 45px;
	text-align: center;
	letter-spacing: 0;
}
.sec-04 .sec-04_cont h4 .line__img--red {
	width: 600px;
	margin: 0 auto;
}
.sec-04 .sec-04_cont .img01 {
	width: 600px;
	margin: 30px auto 0;
}

.sec-04 .sec-04_cont .txt01 {
	font-size: 30px;
	letter-spacing: -0.05em;
	line-height: 1.4;
	padding: 30px 25px 0;
}
.sec-04 .sec-04_cont .ac_area {
	background-color: #ec911b;
	padding-bottom: 3px;
}
.sec-04 .sec-04_cont .ac_area h5 {
	position: relative;
	background-color: #ec911b;
	font-size: 36px;
	text-align: center;
	color: #fff;
	padding: 20px 30px;
	margin-top: 30px;
	cursor: pointer;
}
.sec-04 .sec-04_cont .ac_area h5::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.sec-04 .sec-04_cont .ac_area h5::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 15px solid #ec911b;
	border-bottom: 0;
	transition: .3s ease;
	transform: translate(-15px, -50%) rotate(0deg);
}

.sec-04 .sec-04_cont .ac_area h5.is-active::after {
	transform: translate(-15px, -50%) rotate(180deg);
}
.sec-04 .sec-04_cont .ac_area .ac_area__inner {
	margin: 0 3px;
	background-color: #fff9f9;
	padding-top: 40px;
	padding-bottom: 40px;
	display: none;
}
.sec-04 .sec-04_cont .ac_area .ac_area__inner .reason__txt {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.sec-04 .sec-04_cont .reason__list {
	margin-top: 30px;
	padding: 0 80px;
}
.sec-04 .sec-04_cont .reason__list li {
	position: relative;
	padding-left: 30px;
	font-size: 28px;
	line-height: 1.4;
}
.sec-04 .sec-04_cont .reason__list li::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #ec911b;
	border-radius: 16px;
}
.sec-04 .sec-04_cont .img02 {
	width: 574px;
	margin: 25px auto 38px;
}
.sec-04 .sec-04_cont .img03 {
	width: 600px;
	margin: 30px auto 0;
}
.sec-04 .sec-04_cont .txt02 {
	font-size: 18px;
	letter-spacing: -0.05em;
	padding: 20px 0 0;
	text-align: center;
}
.sec-04 .sec-04_cont .ttl02 {
	font-size: 40px;
	margin-top: 25px;
}

.sec-04 .sec-04_cont .img04 {
	width: 600px;
	margin: 30px auto 0;
}
.sec-04 .sec-04_cont .txt03 {
	font-size: 30px;
	letter-spacing: -0.05em;
	line-height: 1.4;
	padding: 25px 0 0;
	margin: 0 auto;
	width: 600px;
}
.sec-04 .sec-04_cont .ttl03 {
	margin-top: 40px;
	text-align: center;
}
.sec-04 .sec-04_cont .ttl03 .txt--small {
	display: block;
	padding-bottom: 10px;
}
.sec-04 .sec-04_cont .img05 {
	width: 600px;
	margin: 30px auto 0;
}


.sec-04 .sec-04_cont h4.h4--02 {
	font-size: 45px;
	text-align: center;
	letter-spacing: 0;
	margin-top: 30px;
}
.sec-04 .sec-04_cont h4.h4--02 .line__img--red {
	width: auto;
}
.sec-04 .sec-04_cont .img06 {
	width: 600px;
	margin: 30px auto 0;
}

.sec-04 .sec-04_cont .box__wrap {
	margin-top: 65px;
	background-color: #fff8ee;
	position: relative;
	padding: 60px 30px 40px;
}
.sec-04 .sec-04_cont .box__wrap h5 {
	display: flex;
	justify-content: center;
	letter-spacing: 0;
}
.sec-04 .sec-04_cont .box__wrap h5 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 450px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #ec911b;
	border-radius: 12px;
	padding: 10px 0;
	transform: translate(-50%, -50%);
}
.sec-04 .sec-04_cont .box__wrap h6 {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.sec-04 .sec-04_cont .box__wrap .box__list {
	margin-top: 20px;
}
.sec-04 .sec-04_cont .box__wrap .box__list li {
	position: relative;
	padding-left: 25px;
	font-size: 28px;
	letter-spacing: -0.07em;
}
.sec-04 .sec-04_cont .box__wrap .box__list li::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #ec911b;
	border-radius: 12px;
}
.sec-04 .sec-04_cont .img07 {
	margin: 30px auto 0;
}


/*--------------------------------------------------------------------------
	.sec-solicitation
---------------------------------------------------------------------------*/
.sec-solicitation {
	width: 100%;
	display: block;
	overflow: hidden;
}
.sec-solicitation .solicitation01 {
	padding-top: 40px;
	height: 550px;
	background-image: url(../img/bg_solicitation.png);
	background-size: 3000px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.sec-solicitation .solicitation01 .solicitation__img--01 {
	width: 1000px;
	margin: 0 auto;
}
.sec-solicitation .solicitation02 {
	height: 567px;
	background-image: url(../img/solicitation_img02.png);
	background-size: 1035px auto;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -110px;
    position: relative;
    z-index: -1;
}


/*--------------------------------------------------------------------------
	.sec-flow
---------------------------------------------------------------------------*/
.sec-flow {
	background-color: #f8f4e6;
}
.sec-flow h2 {
	background-color: #dc2823;
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 50px 0;
}
.sec-flow .flow__list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.sec-flow .flow__list .item {
	width: 215px;
	background-color: #fff;
	border-radius: 16px;
	padding-bottom: 25px;
	letter-spacing: -0.03em;
	position: relative;
}
@media screen and (max-width: 1000px){
	.sec-flow .flow__list .item {
		width: 20%;
		background-color: #fff;
		border-radius: 16px;
		padding-bottom: 45px;
		letter-spacing: -0.03em;
		position: relative;
	}
}
.sec-flow .flow__list .item + .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 250px;
    width: 17px;
    height: 34px;
    background: url(../img/ico_arw_red.svg) no-repeat left top;
    background-size: cover;
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
}
.sec-flow .flow__list .item .flow__img {
	width: 100%;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.sec-flow .flow__list .item .flow__txt--01 {
	font-size: 30px;
	color: #dc2823;
	text-align: center;
	margin-top: 25px;
	padding: 0 13px;
	line-height: 1.3;
}
.sec-flow .flow__list .item .flow__txt--01--02 {
	font-size: 25px;
	letter-spacing: -0.06em;
}
.sec-flow .flow__list .item .flow__txt--01 span {
	font-size: 23px;
	display: block;
}
.sec-flow .flow__list .item .flow__txt--02 {
	margin-top: 10px;
	padding: 0 13px;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
}


/*--------------------------------------------------------------------------
	.sec-know
---------------------------------------------------------------------------*/
.sec-know {
}
.sec-know h2 {
	background-color: #ec911b;
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 50px 0;
}
.sec-know .know__wrap {
	margin-top: 60px;
	background-color: #fff8ee;
	padding: 30px 200px 50px;
}
.sec-know .know__wrap h3 {
	font-size: 48px;
	text-align: center;
}
.sec-know .know__wrap h3 {
	font-size: 48px;
	text-align: center;
}
.sec-know .know__wrap h3 .sub {
	font-size: 31px;
}
.sec-know .know__wrap .know__list {
	margin-top: 20px;
}
.sec-know .know__wrap .know__list li {
	position: relative;
	padding-left: 25px;
	font-size: 28px;
	letter-spacing: -0.07em;
	line-height: 1.3;
	margin-top: 15px;
}
.sec-know .know__wrap .know__list li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #ec911b;
	border-radius: 12px;
}
.sec-know .know__wrap .img01 {
	width: 600px;
	margin: 30px auto 0;
}
.sec-know .know__wrap .txt01 {
	font-size: 28px;
	letter-spacing: -0.05em;
	line-height: 1.4;
	padding: 25px 0 0;
	margin: 0 auto;
	width: 600px;
}

/*--------------------------------------------------------------------------
	.sec-faq
---------------------------------------------------------------------------*/
.sec-faq {
	padding: 0 0 65px 0;
	background-color: #f8f4e6;
}
.sec-faq h2 {
	background-color: #dc2823;
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 50px 0;
}
.sec-faq .inner {
	max-width: 1100px;
}
.sec-faq .faq__list {
	margin-top: 80px;
	padding-bottom: 20px;
}
.sec-faq .faq__list .item {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 3.441px 4.915px 12px 0px rgba(84, 2, 0, 0.2);
	letter-spacing: -0.05em;
}
.sec-faq .faq__list .item +.item {
	margin-top: 40px;
}
.sec-faq .faq__list .item dt {
	padding: 35px 120px 35px 140px;
	position: relative;
	cursor: pointer;
	font-size: 32px;
	line-height: 1.4;
}
.sec-faq .faq__list .item dt .icon_q {
	position: absolute;
	left: 50px;
	top: 50%;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	font-size: 53px;
	font-weight: 600;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background-color: #dc2823;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sec-faq .faq__list .item dt i {
	position: absolute;
    top: 50%;
    right: 50px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}

.sec-faq .faq__list .item dt i::before,
.sec-faq .faq__list .item dt i::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 8px;
    background-color: #dc2823;
    transition: all 0.3s ease 0s;
}
.sec-faq .faq__list .item dt i::before {
	transform: translateY(-50%);
}
.sec-faq .faq__list .item dt i::after {
    transform: translateY(-50%) rotate(-90deg);
}
.sec-faq .faq__list .item dt.is-active i::after {
	transform: translateY(-50%) rotate(0deg);
}
.sec-faq .faq__list .item dd {
	display: none;
}
.sec-faq .faq__list .item dd {
	padding: 15px 35px 35px 140px;
	font-size: 22px;
	position: relative;
	line-height: 1.6;
}
.sec-faq .faq__list .item dd .m-txt {
	font-size: 0.8em;
	display: block;
}
.sec-faq .faq__list .item dd .icon_a {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	font-size: 53px;
	font-weight: 600;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background-color: #dc2823;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sec-faq .txt__wrap p {
	font-size: 18px;
	letter-spacing: -0.1em;
	line-height: 1.4;
	margin-top: 15px
}
.sec-faq .txt__wrap p + p {
	margin-top: 25px;
}
.sec-faq .white__box{
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 3.441px 4.915px 12px 0px rgba(84, 2, 0, 0.2);
	margin-top: 30px;
	padding: 25px 45px;
}
  
.sec-faq .white__box p {
	font-size: 18px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.sec-faq .white__box .ttl {
	font-size: 25px;
	padding-bottom: 15px;
}
/*--------------------------------------------------------------------------
	.cta-area
---------------------------------------------------------------------------*/
#floating {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	background-color: #fff;
	box-shadow: 0px -6px 12px 0px rgba(57, 32, 0, 0.06);
	width: 100%;
	z-index: 10;
}  
#floating.view {
	
}
#floating.d-none {
	display: none;
}
.cta-area {
	padding-top: 50px;
	padding-bottom: 50px;
}
#floating .cta-area {
	margin-top: 0;
	padding: 30px 0 30px 0;
	position: relative;
}
#floating .cta-area .close__btn {
	width: 60px;
	position: absolute;
	right: 10px;
	top: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}
  
.cta-area .cta__flex {
	display: flex;
	justify-content: center;
}
.cta-area .cta__flex .item {
	width: 700px;
	text-align: center;
}
.cta-area .cta__flex .item .ttl {
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.cta-area .cta__flex .item .ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 40px;
    background-color: #333;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.cta-area .cta__flex .item .ttl::after {
    content: '';
    position: absolute;
	left: auto;
    right: 0;
    top: 0;
    width: 5px;
    height: 40px;
    background-color: #333;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.cta-area .cta__flex .item .ttl span.red__txt {
	color: #dc2823;
}
.cta-area .cta__flex .item .ttl span.num__txt {
	font-family: Helvetica,sans-serif;
	font-size: 40px;
}
.cta-area .cta__flex .item .ttl span.small__txt {
	font-size: 30px;
}
.cta-area .cta__flex .item--02 .ttl span {
	color: #ec911b;
}
.cta-area .cta__flex .item .btn {
	position: relative;
	z-index: 0;
	margin-top: 15px;
}
.cta-area .cta__flex .item .btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	bottom: -5px;
	border-radius: 85px;
	width: 100%;
	height: 85px;
	background-color: #b10f0a;
	z-index: -1;
}
  
.cta-area .cta__flex .item .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 85px;
	width: 100%;
	height: 85px;
	background-color: #dc2823;
	box-shadow: 0px 6px 0px 0px rgba(177, 15, 10, 0.004),5.736px 8.192px 18px 0px rgba(17, 17, 17, 0.2);
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
}
.cta-area .cta__flex .item .btn a:hover {
	opacity: 1;
}
.cta-area .cta__flex .item--02 .btn::before {
	background-color: #b16706;
}
.cta-area .cta__flex .item--02 .btn a {
	background-color: #ec911b;
}
.cta-area .cta__flex .item .btn a span {
	position: relative;
	display: flex;
	align-items: center;
}
.cta-area .cta__flex .item .btn a span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0;
    margin-left: 18px;
	margin-top: 2px;
    transition: .3s ease;
}

.acd_close {
	width: 300px;
	height: 70px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 3px;
	border-color: rgb(51, 51, 51);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	box-shadow: 2.868px 4.096px 10px 0px rgba(1, 1, 1, 0.16);
	border-radius: 40px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1;
	cursor: pointer;
	transition: .3s ease;
	margin: 0 auto;
}
.acd_close span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 15px;
}
.triangle--04 {
	position: relative;
}
.triangle--04::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 19px solid #333335;
	border-top: 0;
	margin-left: 5px;
	transition: .3s ease;
	transform: translate(0, -50%);
}

.white__box--min {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 3.441px 4.915px 12px 0px rgba(84, 2, 0, 0.2);
	margin: 0 0 50px;
	padding: 25px 45px;
}
.white__box--min p {
	font-size: 16px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
