/* R   i
----------------------------------------------------------- */
div#colna {
	font-size: 40px;
	width: 100%;
	padding: 10px;
	background: #030f20;
	border-bottom: 1px solid #CCC;
	color: #FFF;

}

div#colna h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	font-size: 100%;
	line-height: 40px;
}

@media only screen and (max-width: 1000px) {


	div#colna {
		font-size: 60px;
		width: 100%;
		padding: 10px;
		background: #030f20;
		border-bottom: 1px solid #CCC;
		color: #FFF;

	}

	div#colna h1 {
		font-size: 60px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-weight: 700;

		line-height: 60px;
	}
}

.req {
	display: inline-block;
	padding: 5px 5px;
	background-color: #e84109;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-right: 5px;
	float: right;
}

.free {
	display: inline-block;
	padding: 5px 5px;
	background-color: #4E94E4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-right: 5px;
	float: right;
}

@media screen and (max-width: 1000px) {
	.req {
		display: inline-block;
		padding: 5px 5px;
		background-color: #e84109;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		color: #FFF;
		font-size: 24px;
		font-weight: normal;
		float: left;
	}

	.free {
		display: inline-block;
		padding: 5px 5px;
		background-color: #4E94E4;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		color: #FFF;
		font-size: 24px;
		font-weight: normal;
		float: left;
	}
}

/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	padding: 0 25px;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	.content-width {
		width: 970px;
		padding: 0 40px;
	}
}

#wrapper {
	padding-bottom: 124px;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	#wrapper {
		margin: 0 auto;
		min-width: 0;
		width: 970px;
		padding-bottom: 174px;
	}
}

.section-title {
	margin: 0 0 20px;
}

/* Component
----------------------------------------------------------------- */
.marker {
	background: linear-gradient(transparent 70%, #fbd32c 70%);
	font-weight: bold;
}

.side-arrow-list li {
	position: relative;
}

.side-arrow-list li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 13px;
	border-color: transparent transparent transparent #f6b7b7;
}

.side-arrow-list li:last-child::after {
	content: none;
}

/* btn */
.btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	padding: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
	text-align: center;
}

.btn:hover {
	opacity: .7;
	text-decoration: none;
}

/* = Header
----------------------------------------------------------------- */
#header-content {
	margin: 0 auto;
	max-width: 1500px;
	padding: 15px 25px;
	box-sizing: border-box;
}

#site-title {
	margin: 0;
	width: 267px;
}

#header-content .h-right-box {
	font-size: 0;
}

#header-content .h-right-box p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 269px;
}

#header-content .h-right-box .tel {
	margin-right: 15px;
	width: 281px;
	padding-top: 3.5%;
	box-sizing: border-box;
}

#header-content .h-right-box .Email {
	margin-right: 15px;
	width: 281px;
	padding-top: 3.5%;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	#header-content {
		width: 970px;
		padding: 20px 40px;
	}

	#site-title {
		width: auto;
		padding-bottom: 20px;
		border-bottom: 2px solid #c0c0c0;
	}

	.h-right-box {
		padding-top: 18px;
		font-size: 0;
	}

	#header-content .h-right-box p {
		width: auto;
	}

	#header-content .h-right-box .tel {
		margin-right: 30px;
		width: auto;
		padding-top: 25px;
	}

	#header-content .h-right-box .Email {
		margin-right: 30px;
		width: auto;
		padding-top: 25px;
	}
}

/* =Mainvisual
-------------------------------------------------------------- */
#mainvisual {
	background: #e1161c;
	padding: 50px 0;
	text-align: left;
}

#mainvisual .item-container {
	position: relative;
	width: 900px;
	text-align: center;
}

#mainvisual .item-container::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -205px;
	width: 500px;
	height: 500px;
	background: transparent no-repeat center center;
	background-image: url('../images/bg_mv.png');
	background-size: cover;
}

#mainvisual .item-container::after {
	content: '';
	position: absolute;
	right: -100px;
	bottom: -50px;
	width: 300px;
	height: 420px;
	background: transparent no-repeat center bottom;
	background-image: url('../images/bg_img_01.png');
	background-size: cover;
}

#mainvisual .mv-text {
	width: 719px;
	margin-bottom: 10px;
}

#mainvisual .btn-box {
	width: 451px;
	padding-left: 135px;
}

@media screen and (max-width: 1000px) {
	#mainvisual {
		position: relative;
		z-index: 1;
	}

	#mainvisual .item-container::before {
		content: none;
	}

	#mainvisual .item-container::after {
		top: auto;
		right: -48px;
		bottom: -216px;
		width: 330px;
		height: 462px;
	}

	#mainvisual .mv-text {
		margin-bottom: 15px;
		width: auto;
		text-align: left;
	}

	#mainvisual .btn-box {
		width: auto;
		padding-left: 35px;
		text-align: left;
	}
}

/* =Trouble
-------------------------------------------------------------- */
#trouble {
	position: relative;
}

#trouble .trouble-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: transparent no-repeat center bottom;
	background-image: url('../images/ico_trouble.png');
	background-size: 100% auto;
}

#trouble .content-width {
	position: relative;
	padding-top: 80px;
	padding-bottom: 90px;
	background: transparent no-repeat left bottom;
	background-image: url('../images/bg_trouble.png');
	background-size: 362px 420px;
}

#trouble .sec-ttl {
	margin: 0 auto 60px;
}

#trouble .item-container .item-box {
	padding-left: 365px;
	text-align: left;
}

@media screen and (max-width: 1000px) {
	#trouble {
		position: relative;
		z-index: 2;
		background: #fff no-repeat left top;
	}

	#trouble .content-width {
		padding-top: 102px;
		padding-bottom: 260px;
		background-image: url('../images/bg_trouble_sp.png');
		background-position: center bottom;
		background-size: auto;
	}

	#trouble .sec-ttl {
		margin-bottom: 55px;
	}

	#trouble .item-container .item-box {
		padding-left: 0;

	}

}

/* =Point
-------------------------------------------------------------- */
#point {
	background: #f7e1e1;
	padding: 50px 0 80px;
}

#point .sec-ttl {
	margin-bottom: 30px;
}

#point .item-container li {
	width: 33.33%;
}

@media screen and (max-width: 1000px) {
	#point {
		padding-top: 100px;
	}

	#point .sec-ttl {
		margin-bottom: 50px;
	}

	#point .item-container li {
		margin-bottom: 10px;
		width: 100%;
	}

	#point .item-container li:last-child {
		margin-bottom: 0;
	}
}


/* =Professional
-------------------------------------------------------------- */
#professional {
	position: relative;
	z-index: 1;
}

#professional .content-width {
	padding-top: 70px;
	padding-bottom: 70px;
}

#professional .sec-ttl {
	margin-bottom: 25px;
	width: 459px;
	text-align: left;
}

#professional .item-container {
	width: 475px;
	text-align: left;
	font-size: 1.5rem;
}

#professional .item-container p {
	margin-bottom: 0;
}

#professional .item-container p span {
	font-weight: bold;
}

#professional .professional-photo {
	position: absolute;
	right: -76px;
	bottom: -96px;
	width: 539px;
	height: 439px;
}

@media screen and (max-width: 1000px) {
	#professional .content-width {
		padding-top: 134px;
		padding-bottom: 385px;
	}

	#professional .sec-ttl {
		margin-bottom: 50px;
		width: auto;
		text-align: center;
	}

	#professional .item-container {
		width: 100%;
	}

	#professional .item-container p {
		font-size: 3.6rem;
	}

	#professional .professional-photo {
		right: 50%;
		bottom: -270px;
		margin-right: -485px;
		width: 100%;
		height: auto;
	}

	#professional .professional-photo img {
		width: 90%;
	}
}

/* =Applicaction
-------------------------------------------------------------- */
.application {
	position: relative;
	z-index: 2;
	padding: 60px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
}

.application .sec-ttl {
	margin-bottom: 30px;
}

.application .item-container {
	background: transparent no-repeat center top;
	background-image: url('../images/bg_inquiry.png');
	background-size: cover;
	width: 950px;
	padding: 25px 70px 55px;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
}

.application .item-container2 {
	background: transparent no-repeat center top;
	background-image: url('../images/bg_inquiry.png');
	background-size: cover;
	width: 950px;
	padding: 25px 70px 15px;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
}

.application .sub-ttl {
	margin-bottom: 15px;
}

.application .form-box {
	background: #fff;
	padding: 35px 30px 40px;
	border-radius: 10px;
	box-sizing: border-box;
}

.application .form-box p {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
}

.application .form-box p.form-top-text {
	margin-top: 0;
}

.application .form-box dl {
	display: table;
	padding: 10px 0;
	margin: 0;
	border-top: 1px dashed #aeaeae;
}

.application .form-box dl:last-child {
	border-bottom: 1px dashed #aeaeae;
}

.application .form-box dt {
	display: table-cell;
	width: 300px;
	padding-left: 85px;
	font-size: 2.0rem;
	font-weight: bold;
}

.application .form-box dd {
	display: table-cell;
	width: 470px;
	font-size: 2.0rem;
}

.application input[type="text"],
.application input[type="tel"],
.application input[type="Email"],
.application select {
	width: 360px;
	padding: 7px 10px;
	border: 2px solid #bfbfbf;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff no-repeat left top;
	box-shadow: none;
	font-size: 1.8rem;
}

.application .sel-label {
	position: relative;
	display: inline-block;
}

.application .sel-label::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 8px 0 8px;
	border-color: #7a7a7a transparent transparent transparent;
	pointer-events: none;
}

.application .privacy {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
}

.application .privacy a {
	text-decoration: underline;
}

.application .btn-box input[type="submit"] {
	background: url('../images/btn_submit.png');
	width: 225px;
	height: 68px;
	border: none;
}

.application .btn-box input[type="submit"]:hover {
	opacity: .7;
}

@media screen and (max-width: 1000px) {
	.application {
		padding-top: 87px;
		border-top: 4px solid #e1161c;
		border-bottom: 4px solid #e1161c;
		padding-bottom: 122px;
	}

	.application .sec-ttl {
		margin-bottom: 35px;
	}

	.application .item-container {
		width: 890px;
		padding: 30px 30px 80px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: #e1161c;
		background-size: 100% auto;
	}

	.application .item-container2 {
		width: 890px;
		padding: 30px 30px 10px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: #e1161c;
		background-size: 100% auto;
	}

	.application .sub-ttl {
		margin-bottom: 25px;
		text-align: left;
	}

	.application .form-box {
		padding-top: 45px;
		border-radius: 20px;
	}

	.application .form-box p {
		font-size: 3.6rem;
		line-height: 1.55;
	}

	.application .form-box dl {
		width: 100%;
		padding: 0;
		border-width: 2px;
	}

	.application .form-box dl:last-child {
		border-bottom: none;
	}

	.application .form-box dt,
	.application .form-box dd {
		display: block;
		margin: 0;
		width: 100%;
		padding-right: 25px;
		padding-left: 25px;
		box-sizing: border-box;
	}

	.application .form-box dt {
		padding-top: 17px;
		padding-bottom: 17px;
		border-bottom: 2px dashed #aeaeae;
		font-size: 4rem;
	}

	.application .form-box dd {
		font-size: 3.6rem;
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.application input[type="text"],
	.application input[type="tel"],
	.application input[type="Email"],
	.application select {
		width: 100%;
		padding: 14px 20px;
		border-width: 4px;
		border-radius: 10px;
		font-size: 3.6rem;
	}

	.application .sel-label {
		width: 100%;
	}

	.application .sel-label::after {
		right: 26px;
		margin-top: -13px;
		border-width: 27px 16px 0 16px;
	}

	.application .privacy {
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 3.2rem;
	}

	.application .btn-box input[type="submit"] {
		width: 669px;
		height: 138px;
		padding: 0;
		background-image: url('../images/btn_submit_sp.png');
	}
}


/* =Lifestage
-------------------------------------------------------------- */
#lifestage {
	border-bottom: 1px solid #fad9d9;
}

#lifestage .section-inner:first-child {
	background: #dfd9fa;
	padding: 60px 0 50px;
}

#lifestage .section-inner:last-child {
	background: #f1effa;
	padding: 40px 0 60px;
}

#lifestage .section-inner .text-box {
	font-size: 1.7rem;
	text-align: center;
}

#lifestage .section-inner .text-box p {
	margin: 0;
}

.lifestage-text {
	margin-bottom: 40px;
}

.lifestage-list {
	font-size: 0;
}

.lifestage-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	width: 137px;
}

.lifestage-list li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	#lifestage {
		border-width: 0 0 4px;
	}

	#lifestage .section-inner:first-child {
		padding-bottom: 60px;
	}

	#lifestage .section-inner:last-child {
		padding-top: 30px;
		background-color: #fff;
	}

	#lifestage .section-inner .text-box {
		font-size: 4rem;
	}

	.lifestage-text p {
		margin-top: 0;
		margin-bottom: 60px;
	}

	.lifestage-list {
		margin: 0 auto;
		width: 830px;
	}

	.lifestage-list li {
		margin-right: 43px;
		margin-bottom: 42px;
		width: 248px;
	}

	.lifestage-list li:nth-child(3n) {
		margin-right: 0;
	}

	.lifestage-list li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

	.side-arrow-list li::after {
		right: -33px;
		margin-top: -19px;
		border-width: 19px 0 19px 20px;
	}
}


/* =Flow
-------------------------------------------------------------- */
#flow {
	border-bottom: 1px solid #e4e4e4;
	padding: 70px 0;
}

#flow .sec-ttl {
	margin-bottom: 25px;
}

#flow .text-box {
	margin-bottom: 25px;
	font-size: 1.7rem;
	text-align: center;
}

#flow .text-box p {
	margin: 0;
}

#flow .item-container {
	overflow: visible;
}

#flow .item-container li {
	position: relative;
	width: 23%;
	margin-right: 2.6%;
	border: 4px solid #a3ddf2;
	border-radius: 10px;
	box-sizing: border-box;
}

#flow .item-container li:last-child {
	margin-right: 0;
}

#flow .item-container li::after {
	right: -24px;
}

#flow .item-container li .step-num {
	position: absolute;
	z-index: 1;
	top: -16px;
	left: -30px;
	width: 70px;
	height: 70px;
}

#flow .item-container li .sub-ttl {
	background: #fff;
	width: 100%;
	padding: 10px 0 10px 25px;
	box-sizing: border-box;
	border-radius: 6px 6px 0 0;
}

#flow .item-container li p {
	padding: 15px 12px;
	margin: 0;
	font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
	#flow {
		padding-top: 80px;
		padding-bottom: 100px;
		border-bottom: 4px solid #e4e4e4;
	}

	#flow .text-box {
		font-size: 4rem;
		text-align: center;
	}

	#flow .item-container {
		margin: 0 auto;
		width: 830px;
	}

	#flow .item-container li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 82px;
		border-width: 8px;
	}

	#flow .item-container li:last-child {
		margin-bottom: 0;
	}

	#flow .item-container li::after {
		top: auto;
		right: auto;
		bottom: -65px;
		left: 50%;
		margin-top: 0;
		margin-left: -26px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 26px 26px 0 26px;
		border-color: #f6b7b7 transparent transparent transparent;
	}

	#flow .item-container li .step-num {
		top: -38px;
		left: -58px;
		width: auto;
		height: auto;
	}

	#flow .item-container li .sub-ttl {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	#flow .item-container li p {
		padding: 30px 50px;
		font-size: 3.2rem;
	}
}


/* =Voice
-------------------------------------------------------------- */
#voice {
	padding: 70px 0;
}

#voice .item-container {
	margin: -25px auto 0;
	width: 950px;
}

#voice .item-container .item-box {
	padding: 40px 65px 40px;
}

#voice .item-container .item-box:nth-child(1) {
	background: #faefef;
	border-radius: 10px 10px 0 0;
	padding: 65px 65px 45px;
}

#voice .item-container .item-box:nth-child(2) {
	background: #fce0e0;
}

#voice .item-container .item-box:nth-child(3) {
	background: #faefef;
}

#voice .item-container .item-box:nth-child(4) {
	background: #fce0e0;
}

#voice .item-container .item-box:nth-child(5) {
	background: #faefef;
	border-radius: 0 0 10px 10px;
}

#voice .item-container .user-box {
	width: 170px;
}

#voice .item-container .text-box {
	position: relative;
	width: 610px;
	background: #fff;
	padding: 25px 35px;
	border-radius: 10px;
	box-sizing: border-box;
}

#voice .item-container .text-box.right::before,
#voice .item-container .text-box.left::before {
	content: '';
	position: absolute;
	z-index: 1;
}

#voice .item-container .text-box.right::before {
	top: 50%;
	right: 100%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 21px 12px 0;
	border-color: transparent #fff transparent transparent;
}

#voice .item-container .text-box.left::before {
	top: 50%;
	left: 100%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 21px;
	border-color: transparent transparent transparent #fff;
}

#voice .item-container .text-box .sub-ttl {
	font-size: 2rem;
	font-weight: bold;
	color: #e1161c;
	margin: 0;
}

#voice .item-container .text-box p {
	font-size: 1.5rem;
	margin-top: 5px;
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	#voice {
		padding-top: 86px;
		padding-bottom: 120px;
	}

	#voice .item-container {
		margin-top: -45px;
		width: 890px;
	}

	#voice .item-container .item-box {
		padding: 80px 30px 60px;
	}

	#voice .item-container .item-box:nth-child(1) {
		padding: 120px 30px 60px;
		border-radius: 20px 20px 0 0;
	}

	#voice .item-container .text-box {
		margin-bottom: 100px;
		width: 100%;
		padding: 50px 40px;
		border-radius: 20px;
	}

	#voice .item-container .text-box.right::before,
	#voice .item-container .text-box.left::before {
		top: 100%;
		right: auto;
		left: 50%;
		margin-top: 0;
		margin-left: -30px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 30px 0 30px;
		border-color: #fff transparent transparent transparent;
	}

	#voice .item-container .text-box .sub-ttl {
		margin-bottom: 25px;
		font-size: 4.8rem;
		line-height: 1.35;
	}

	#voice .item-container .text-box p {
		font-size: 3.6rem;
	}

	#voice .item-container .user-box {
		width: 100%;
	}
}


/* = Footer
-------------------------------------------------------------- */
#footer {
	background: #f7e1e1;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0 0;
}

#footer .item-container {
	text-align: center;
	padding-bottom: 15px;
}

#footer .item-container #f-site-title {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 20px 3px;
}

#footer .item-container #f-company-box {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 6px 20px 13px;
	border-left: 1px solid #000;
}

#footer .item-container #f-company-box p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.3;
}

#footer .item-container #f-company-box p .large {
	font-size: 2rem;
	font-weight: bold;
}

#copyright {
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
}

#copyright p {
	margin: 0;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	#footer {
		padding-top: 0;
	}

	#footer .item-container #f-site-title {
		margin-bottom: 15px;
		padding: 30px 22px;
		border-bottom: 2px solid #4f4f4f;
	}

	#footer .item-container #f-company-box {
		padding: 0;
		border-left: none;
	}

	#footer .item-container #f-company-box p {
		font-size: 2rem;
	}

	#footer .item-container #f-company-box p .large {
		font-size: 2.8rem;
	}

	#copyright {
		padding: 20px 0;
	}

	#copyright p {
		font-size: 2.4rem;
	}
}

/* =Footer Fixed
-------------------------------------------------------------- */
#fixed-footer {
	position: fixed;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #e1161c;
}

#fixed-footer .inner {
	position: relative;
	background: #fff;
	padding: 10px 160px 10px 45px;
	border-radius: 10px;
	box-sizing: border-box;
}

#fixed-footer .inner::after {
	content: '';
	position: absolute;
	bottom: -16px;
	right: 19px;
	width: 147px;
	height: 129px;
	background: transparent no-repeat center center;
	background-image: url('../images/img_f.png');
	background-size: cover;
}

#fixed-footer .inner #f-tel-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 354px;
	padding-top: 5px;
}

#fixed-footer .inner #f-cv-box {
	display: inline-block;
	vertical-align: middle;
	width: 359px;
}

@media screen and (max-width: 1000px) {
	#fixed-footer {
		width: 970px;
		min-width: 970px;
		left: 50%;
		margin-left: -485px;
		padding: 22px 0;
	}

	#fixed-footer .inner {
		padding: 5px 12px 5px 19px;
		font-size: 0;
	}

	#fixed-footer .inner::after {
		content: none;
	}

	#fixed-footer .inner #f-tel-box {
		margin-right: 20px;
		width: auto;
		padding-top: 5px;
	}

	#fixed-footer .inner #f-cv-box {
		width: auto;
	}
}



.thanks-content {
	margin: 200px 0;
}

.thanks-content p {
	margin: 0;
	font-size: 2rem;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.thanks-content p {
		text-align: left;
	}

}








.content-title {
	padding: 50px 0 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}

@media screen and (max-width:1020px) {
	.content-title {
		padding: 30px 0 0;
		font-size: 33px;
	}
}

.content-title-sub {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:1020px) {
	.content-title-sub {
		font-size: 12px;
	}
}




/*--------------------
faq
--------------------*/
.faq {
	background: #e1161c;
}

.faq__contaier {
	padding: 0 0 60px;
	position: relative;
}

@media screen and (max-width:1020px) {
	.faq__contaier {
		padding: 0 20px 30px;
	}
}

.faq__contaier.contaier-arrow:after {
	border-top-color: #e1161c;
}

.faq__contaier .content-title,
.faq__contaier .content-title-sub {
	color: #fff;
}

.faq__dropdown-container {
	width: 800px;
	margin: 36px auto 0;
}

@media screen and (max-width:1020px) {
	.faq__dropdown-container {
		width: 100%;
		margin: 16px auto 0;
	}
}

.faq__dropdown-menu {
	margin: 0 0 8px;
	background: #fff;
}

.faq__dropdown-menu:last-child {
	margin: 0;
}

.faq__title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #e1161c;
}

@media screen and (max-width:1020px) {
	.faq__title {
		font-size: 36px;
	}
}

.faq__title span {
	color: #e1161c;
}

.faq__dropdown {
	padding: 10px 14px;
	position: relative;
}

@media screen and (max-width:1020px) {
	.faq__dropdown {
		padding: 10px 34px;
		text-indent: -18px;
	}
}

.faq__dropdown:hover {
	cursor: pointer;
}

.faq__dropdown-content {
	padding: 0 34px 20px;
}

.faq__text {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width:1020px) {
	.faq__text {
		font-size: 33px;
	}
}

.faq__dropdown-arrow-down:after,
.faq__dropdown-arrow-up:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	border-style: solid;
}

.faq__dropdown-arrow-down:after {
	border-width: 8px 4px 0 4px;
	border-color: #e1161c transparent transparent transparent;
}

.faq__dropdown-arrow-up:after {
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #e1161c transparent;
}

.faq__dropdown-content {
	display: none;
}



.marker {
	background: linear-gradient(transparent 70%, #fbd32c 70%);
	font-weight: bold;
}


@media (min-width: 1200px) {

	/* 1200px ȏ */
	.marker1 {
		font-size: 3.6rem;
		/* 36px*/
		background: linear-gradient(transparent 70%, #fbd32c 70%);
		font-weight: bold;
		line-height: 1.5;
	}

	.marker2 {
		font-size: 2.4rem;
		/* 36px*/
		background: linear-gradient(transparent 70%, #fbd32c 70%);
		font-weight: bold;
		line-height: 2.4;
	}

	@media screen and (max-width: 640px) {

		/* 640px ȉ */
		.marker1 {
			font-size: 1.6rem;
			/* 36px*/
			background: linear-gradient(transparent 70%, #fbd32c 70%);
			font-weight: bold;
		}

		.marker2 {
			font-size: 0.4rem;
			/* 36px*/
			background: linear-gradient(transparent 70%, #fbd32c 70%);
			font-weight: bold;
		}
	}





	[class^="img-flex-"] {
		margin-bottom: 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.img-flex-2 img {
		width: 49%;
		height: 49%;
	}

	.img-flex-3 img {
		width: 32%;
		height: 32%;
	}

	.img-flex-4 img {
		width: 24%;
		height: 24%;
	}

	@media only screen and (min-width: 769px) {
		.o-container-flex {
			width: 800px;
			margin: 0px auto 0px;
		}
	}

	@media only screen and (max-width: 768px) {
		.o-container-flex {
			width: 91.14583vw;
			margin: -80px auto 0px;
		}
	}

	@media only screen and (max-width: 768px) {
		.p-review>figure {
			margin: 9.89583vw 0 4.94792vw;
		}
	}