@charset "UTF-8";
/*====================================================================

	Base Settings

	====================================================================*/
/* Base Settings
==================================================*/
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 {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

body {
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	-webkit-backface-visibility: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.4s ease;
}

a img {
	transition: all 0.4s ease;
}

a:hover,a:hover img {
	opacity: 0.8;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

svg {
	vertical-align: middle;
}


.CSSMarquee {
	max-width: 1000px;
	padding: 5px 0px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color:#000;background-color:rgba(255,255,255,0.4);
}
.CSSMarquee p:after {
	content: "";
	white-space: nowrap;
}
.CSSMarquee p {
	font-size: 38px;
	font-weight: 900;
	color: #fe7e15;
	text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name:marqueeRL;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marqueeRL;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marqueeRL;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marqueeRL;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marqueeRL;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}

.section-bg-header {
	padding-top: 60px;
	background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
	background-position:center center;                     /* 画像の表示位置を指定  */
	background-size:cover; 
	margin: 0 auto;   
}
.page-header .inner{
	text-align: center;
	margin: 0 auto;
	max-width:1000px;
	padding: 3px 0px;
}
.page-header .inner .pc{
	display: inline;
}
.page-header .inner .mobi{
	display: none;
}

.page-header {
	margin: 0 auto;
	background: url(../img/topimg_bg.png) no-repeat center top;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.page-header {
	}
	.page-header .inner{
		text-align: center;
		margin: 0 auto;
		max-width:1000px;
	}
	.page-header .inner .pc{ 
		display: none;
	}
	.page-header .inner .mobi{
		display: inline;
	}

}
.page-header_sug {
	margin: 0 auto;
	background: url(../img/topimg_bg.webp) no-repeat center top;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.page-header_sug {
	}
	.page-header .inner{
		text-align: center;
		margin: 0 auto;
		max-width:1000px;
	}
	.page-header .inner .pc{ 
		display: none;
	}
	.page-header .inner .mobi{
		display: inline;
	}
}
.taisaku {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0px;
	text-align: center;
	clear: both;
}

.contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0px;
	text-align: center;
	clear: both;
}
.contents__w {
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0px;
	overflow: hidden;
}
.contents__w .left {
	float: left;
	width: 40%;
}
.contents__w .left img{
	padding: 0px 10px;
}
.contents__w .right {
	float: left;
	width: 60%;
}
.contents__w .right p{
	padding: 30px;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.contents__w .left {
		float: none;
		width: auto;
	}
	.contents__w .left img{
		padding: 0px 10px;
	}
	.contents__w .right {
		float: none;
		width: auto;
	}
	.contents__w .right p{
		padding: 30px;
		font-size: 16px;
	}
}

.contents__box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0px;
	overflow: hidden;
}
.contents__box .box {
	float: left;
	width: 33.33333333%;
	padding-bottom: 30px;
}


.contents__box .box .list {
	padding: 0px 10px;
}

@media screen and (max-width: 768px) {
	.contents__box .box {
		float: left;
		width: 50%;
		padding-bottom: 10px;
	}

	.contents__box .box .list {
		padding: 0px 5px;
	}
}

.contents__box .box .list .title {
	background-color: #1f76e6;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.contents__box .box .list .title {
		background-color: #1f76e6;
		color: #fff;
		padding: 10px 0px;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
	}
}
.contents__box .box .list .con {
	background-color: #fff;
	border-left: 5px solid #1f76e6;
	border-right: 5px solid #1f76e6;
	border-bottom: 5px solid #1f76e6;
}
.contents__box .box .list .con p {
	padding: 10px 15px;
	font-size: 18px;
	color: #000;
	text-align: left;
	height: 140px;
}
@media screen and (max-width: 768px) {
	.contents__box .box .list .con p {
		padding: 10px 15px;
		font-size: 14px;
		color: #000;
		text-align: left;
		height: 200px;
	}
}
.pc{
	display: inline;
}
.mobi{
	display: none;
}

@media screen and (max-width: 768px) {
	.pc{ 
		display: none;
	}
	.mobi{
		display: inline;
	}

}
@media screen and (max-width: 768px) {
	.pc{ 
		display: none;
	}
	.mobi{
		display: inline;
	}
}



/* ============================================================================
	チェックボックスアコーディオン
	============================================================================ */
	.accordion-box {
		width:1020px;
		margin:0 auto;
		border-radius:25px;
		background-color:#fff;
		padding:20px 20px;
	}

	@media screen and (min-width: 769px) {
		.accordion-box input {
			display: none;
		}
	}

	@media screen and (max-width: 768px) {
		.accordion-box {
			position: relative;
			width:100%;
			padding:0;
		}

		.accordion-box label {
			height: 140px; /* グラデーションの高さ */
			cursor: pointer;
			text-align: center;
			font-size: 12px;
			position: absolute;
			bottom: 0;
			width: 100%;
			border-radius: 0 0 25px 25px;

			/* 以下グラデーションは「背景が白」に併せて設定しています */ 
			background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
			background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
			background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
			background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
			background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
		}

		.accordion-box input:checked + label {
			background: inherit; /* 開いた時には背景グラデーションを消す */
			height:0;
		}
		.accordion-box label:after {
			content: "続きをよむ"; /* ラベルの文字 */
			letter-spacing: .05em;
			line-height: 2.0rem;
			position: absolute;
			bottom: 20px;
			left: 50%;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
			color: #fff;
			background-color: #009286;
			width: 14.75rem;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			border: 1px solid #fff;
		}

		.accordion-box input {
			display: none;
		}
		.accordion-box .accordion-container {
			overflow: hidden;
			height: 200px; /* 開く前に見えている部分の高さ */
			-webkit-transition: all 0.1s;
			-moz-transition: all 0.1s;
			-ms-transition: all 0.1s;
			-o-transition: all 0.1s;
			transition: all 0.1s;
			border-radius:25px;
			background-color:#fff;
			padding:20px 20px
		}

		.accordion-box .accordion-container p{
			font-size:12px;
		}

		.accordion-box input:checked + label {
			/* display: none ; 閉じるボタンは要らないとき */
		}

		.accordion-box input:checked + label:after {
			content: "閉じる";
		}

		.accordion-box input:checked ~ .accordion-container {
			height: auto;
			padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
			-webkit-transition: all 0.1s;
			-moz-transition: all 0.1s;
			-ms-transition: all 0.1s;
			-o-transition: all 0.1s;
			transition: all 0.1s;
		}
	}


/* All Wrapper Settings
==================================================*/
/* Page Wrapper */
#toppage,
#kuchikomi {
	width: 100%;
	height: 100%;
}

/* All Wrapper */
#wrapper {
	width: 100%;
	height: 100%;
}

/*====================================================================

	Heading Settings

	====================================================================*/
/* Heading Settings
==================================================*/
/* Heading Wrapper */
#banner {
	width: 100%;
	height: auto;
}

.banner_pc {
	display: none;
}

#goto img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.banner_pc {
		display: block;
	}
	.banner_sp {
		display: none;
	}
}

/*====================================================================

	Heading Settings

	====================================================================*/
/* Heading Settings
==================================================*/
/* Heading Wrapper */
.heading_wrapper {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
}

/* Heading Right Border */
.heading_wrapper:before {
	display: none;
}

/* Heading Left Border */
.heading_wrapper:after {
	display: none;
}

/* Heading English */
.heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese */
.heading_wrapper .heading_jpn h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

/* Heading Japanese Text Part */
.heading_wrapper .heading_jpn h3 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

/* Heading Sub Text */
.heading_wrapper .sub_txt {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

.heading_wrapper .sub_txt span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

@media screen and (min-width: 375px) {
	.heading_wrapper .heading_jpn h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.heading_wrapper .heading_jpn h3 span {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (min-width: 554px) {
	.heading_wrapper .heading_eng h3 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.heading_wrapper .heading_jpn h3 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.heading_wrapper .heading_jpn h3 span {
		font-size: 38px;
		line-height: 38px;
	}
	.heading_wrapper .sub_txt {
		font-size: 16px;
		line-height: 16px;
	}
	.heading_wrapper .sub_txt span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}
}

@media screen and (min-width: 768px) {
	.heading_wrapper {
		margin: 0 auto 35px;
	}
	.heading_wrapper:before {
		content: "";
		position: absolute;
		display: block;
		margin: 0 40px;
		width: 100%;
		max-width: 580px;
		height: 3px;
		background-color: #000;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.heading_wrapper:after {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 14px 0 14px;
		border-color: #000000 transparent transparent transparent;
		margin: auto;
		left: 0;
		right: 0;
		bottom: -16px;
	}
	.heading_wrapper .heading_eng h3 {
		display: block;
		font-size: 34px;
		font-weight: bold;
		line-height: 34px;
	}
	.heading_wrapper .heading_jpn h3 {
		font-size: 46px;
		line-height: 46px;
	}
	.heading_wrapper .heading_jpn h3 span {
		font-size: 46px;
		line-height: 46px;
	}
	.heading_wrapper .sub_txt {
		padding-bottom: 35px;
		font-size: 24px;
		line-height: 24px;
	}
	.heading_wrapper .sub_txt span {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.heading_wrapper {
		margin: 0 auto 50px;
	}
}

/*====================================================================

	Form Settings

	====================================================================*/
/* Badge Requid Settings
==================================================*/
/* Badge Requid */
.badge-required {
	background-color: #e60012;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	margin-left: 5px;
	padding: 5px 10px;
	border-radius: 10px;
}

@media screen and (min-width: 375px) {
	.badge-required {
		background-color: #e60012;
		font-size: 12px;
		line-height: 12px;
		margin-left: 5px;
		padding: 5px 15px;
		border-radius: 13px;
	}
}

@media screen and (min-width: 1100px) {
	.badge-required {
		font-size: 16px;
		line-height: 16px;
		padding: 5px 19px;
	}
}

/* follow-button */
.follow-button {
	position: fixed;
	bottom: 60px;
	right: 0;
}
.follow-button img {
	width: 191px;
}

/*====================================================================

	Bottom Menu Settings

	====================================================================*/
/* Bottom Menu Settings
==================================================*/
/* Bottom Menu */
.bottom_menu {
	position: fixed;
	padding: 5px 10px;
	width: 100%;
	height: 60px;
	background-color: rgba(235,235,235,0.8);
	bottom: 0;
	opacity: 1;
	z-index: 100;
}

/* Bottom Menu Button Wrapper */
.bottom_menu .btn_area {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Line & Mail Button Wrapper */
.square_btn {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Line & Mail Button */
.btn_area .line_btn,
.btn_area .mail_btn {
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

/* Line & Mail Button Link */
.btn_area .line_btn a,
.btn_area .mail_btn a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: initial;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.btn_area .line_btn a span,
.btn_area .mail_btn a span {
	margin-left: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

/* Tel Button */
.btn_area .tel_btn {
	margin: 0;
	-webkit-width: calc(100% - 120px);
	width: calc(100% - 120px);
	height: 50px;
	border-radius: 5px;
	/*	background-color: #ca000e;*/
	background-color: #ff6600;
}

/* Tel Button text */
.btn_area .tel_btn a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: initial;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

/* Line & Mail Button Text */
.btn_area .tel_btn a .txt {
	display: block;
}

.btn_area .tel_btn a .txt {
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.btn_area .tel_btn a .txt span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.btn_area .tel_btn a .txt span:nth-of-type(2) {
	display: none;
}

.btn_area .tel_btn a .txt span:last-of-type {
	display: inline;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

/* Tel Button Icon */
.btn_area .tel_btn .icon {
	margin: 0;
}

/* Icon */
.btn_area .icon .line,
.btn_area .icon .mail,
.btn_area .icon .tel {
	width: 30px;
	height: 30px;
	fill: #fff;
}

@media screen and (min-width: 375px) {
	.btn_area .line_btn a span,
	.btn_area .mail_btn a span {
		margin-left: 10px;
	}
}

@media screen and (min-width: 414px) {
	.btn_area .tel_btn a .txt span:nth-of-type(2) {
		display: inline;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
	}
}

@media screen and (min-width: 768px) {
	.follow-button {
		bottom: 0;
	}
	.follow-button img {
		width: 342px;
	}

	.bottom_menu {
		display: none;
	}
}
@media screen and (min-width: 1290px) {
	.follow-button {
		right: 40px;
		bottom: 117px;
	}
}
@media screen and (min-width: 1760px) {
	.follow-button {
		right: 0;
		bottom: 0;
	}
}

/*====================================================================

	Footer Settings

	====================================================================*/
/* Footer Settings
==================================================*/
/* Footer Wrapper */
footer {
	padding: 30px 20px 100px;
	width: 100%;
	height: 72px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #1572e9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

footer p {
	font-size: 10px;
	line-height: 16px;
}

footer a {
	font-size: 10px;
	line-height: 16px;
}

@media screen and (min-width: 554px) {
	footer {
		margin:0;
	}
	footer a{
		font-size: 10px;
		line-height: 16px;
	}
}


/*====================================================================

	Campaign Banner Settings

	====================================================================*/
/* Campaign Banner Setting
==================================================*/
/* Campaign Banner Wrapper */
#campaign_banner {
	padding: 20px 10px 15px;
	background-color: #009286;
}

/* Campaign Banner List */
#campaign_banner ul {
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Campaign Banner List Item */
#campaign_banner ul li {
	-webkit-width: calc((100% - 8px)/2);
	width: calc((100% - 8px)/2);
}

#campaign_banner ul li:first-child {
	margin-bottom: 8px;
	width: 100%;
}

#campaign_banner ul li.pc_banner {
	display: none;
}

#campaign_banner ul li.sp_banner {
	margin-top: 8px;
	display: block;
	width: 100%;
}

/* Campaign Banner List Item Image */
#campaign_banner ul li img {
	width: 100%;
	height: 100%;
}

/* Campaign Banner List Last Item */

@media screen and (min-width: 768px) {
	#campaign_banner {
		padding: 25px 40px 35px;
	}
	#campaign_banner ul li {
		-webkit-width: calc((100% - 32px)/4);
		width: calc((100% - 32px)/4);
	}
	#campaign_banner ul li:first-child {
		margin-bottom: 0px;
		-webkit-width: calc((100% - 16px)/2);
		width: calc((100% - 16px)/2);
	}
	#campaign_banner ul li.pc_banner {
		margin: 16px 0 0!important;
		display: block;
		width: 100%;
	}
	#campaign_banner ul li.sp_banner {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
}

/* Banner Under Text Setting
==================================================*/
/* Banner Under Text Wrapper */
#campaign_banner .under_txt {
	margin: 10px auto 0;
	width: 100%;
	max-width: 1200px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
}

@media screen and (min-width: 768px) {
	#campaign_banner .under_txt {
		margin: 15px auto;
		font-size: 16px;
		line-height: 16px;
	}
}

@media screen and (min-width: 1000px) {
	#campaign_banner .under_txt {
		margin: 15px auto 0;
	}
}

/*====================================================================

	System Settings

	====================================================================*/
/* Voice Wrapper Settings
==================================================*/
/* Wrapper */
#system {
	padding: 30px 10px 55px;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	#system {
		padding: 30px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading */
@media screen and (min-width: 768px) {
	#system .heading_wrapper .heading_eng h3 {
		color: #1572e9;
	}
}
/* Bar Text Settings
==================================================*/
/* Bar Text */
.bar_txt {
	margin: 25px -10px 20px;
	-webkit-width: calc(100% + 20px);
	width: calc(100% + 20px);
	height: 30px;
	color: #ae0e19;
	font-size: 10px;
	line-height: 30px;
	background-color: #f3e2cd;
	text-align: center;
}

@media screen and (min-width: 375px) {
	.bar_txt {
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {
	.bar_txt {
		margin: 45px -40px 30px;
		-webkit-width: calc(100% + 80px);
		width: calc(100% + 80px);
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
}

@media screen and (min-width: 1000px) {
	.bar_txt {
		margin: 45px auto 50px;
		width: 100%;
		max-width: 835px;
		height: 60px;
		font-size: 26px;
		line-height: 60px;
		border-radius: 30px;
	}
}

/* System Head Text Settings
==================================================*/
/* System Head Text */
.system_head_txt {
	margin: 0 0 20px;
	text-align: center;
}

.system_head_txt h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.system_head_txt p {
	font-size: 10px;
	line-height: 16px;
}

@media screen and (min-width: 375px) {
	.system_head_txt {
		margin: 0 0 30px;
	}
	.system_head_txt p {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (min-width: 768px) {
	.system_head_txt h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.system_head_txt p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.system_head_txt {
		margin: 0 0 50px;
	}
	.system_head_txt h4 {
		font-size: 38px;
		line-height: 38px;
	}
	.system_head_txt p {
		font-size: 24px;
		line-height: 36px;
	}
}

/* System List Settings(All Device)
==================================================*/
/* System List Wrapper */
.system_list {
	margin: 60px 0 0;
	width: 100%;
	height: auto;
}

.system_list ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.system_list ul li {
	position: relative;
	margin: 0 0 50px 0;
	width: 100%;
	z-index: 1;
}

.system_list ul li:nth-child(6) {
	margin: 0 0 40px 0;
}

.system_list ul li .system_list_in {
	position: relative;
	padding: 30px 10px 10px;
	background-color: #f8f8f8;
	border-radius: 0 25px 0 25px;
}

.system_list ul li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(background_shadow.png);
	border-radius: 0 25px 0 25px;
	z-index: -5;
	left: 5px;
	top: 5px;
}

@media screen and (min-width: 768px) {
	.system_list {
		margin: 60px 0 0;
	}
	.system_list ul li {
		margin: 0 30px 50px 0;
		-webkit-width: calc((100% - 30px)/2);
		width: calc((100% - 30px)/2);
	}
	.system_list ul li:nth-child(2n) {
		margin: 0 0 50px 0;
	}
	.system_list ul li.option_plan {
		margin: 0 0 50px 0;
	}
	.system_list ul li:after {
		content: "";
		left: 10px;
		top: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.system_list {
		margin: 120px 0 0;
	}
	.system_list ul li {
		margin: 0 30px 100px 0;
	}
	.system_list ul li:nth-child(2n) {
		margin: 0 0 100px 0;
	}
	.system_list ul li.option_plan {
		margin: 0 0 100px 0;
	}
	.system_list ul li .system_list_in {
		padding: 50px 10px 10px;
		border-radius: 0 50px 0 50px;
	}
	.system_list ul li:after {
		border-radius: 0 50px 0 50px;
	}
}

@media screen and (min-width: 1280px) {
	.system_list ul li .system_list_in {
		padding: 70px 10px 10px;
	}
}

/* Consultation Settings
==================================================*/
/* Consultation */
.system_list ul li.consul .system_list_in {
	padding: 10px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.system_list ul li.consul .system_list_in {
	padding: 20px;
}

.system_list ul li.consul .system_list_in div:first-child {
	padding-bottom: 10px;
	margin: 0 auto;
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-bottom: 3px solid #000;
}

.system_list ul li.consul .system_list_in div:last-child {
	padding-top: 10px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.system_list ul li.consul .system_list_in {
		padding: 40px;
	}
	.system_list ul li.consul .system_list_in div:first-child {
		padding-bottom: 20px;
		font-size: 30px;
		line-height: 40px;
	}
	.system_list ul li.consul .system_list_in div:last-child {
		padding-top: 20px;
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.system_list ul li.consul .system_list_in div:first-child {
		padding-bottom: 20px;
		font-size: 42px;
		line-height: 60px;
		border-bottom: 5px solid #000;
	}
	.system_list ul li.consul .system_list_in div:last-child {
		padding-top: 20px;
		font-size: 26px;
		line-height: 32px;
	}
}

@media screen and (min-width: 1300px) {
	.system_list ul li.consul .system_list_in div:first-child {
		padding-bottom: 30px;
	}
	.system_list ul li.consul .system_list_in div:last-child {
		padding-top: 30px;
	}
}

/* Web Only Discount Settings
==================================================*/
/* Wrapper */
.system_list ul li .discount {
	position: absolute;
	width: 62px;
	height: 62px;
	top: -35px;
	left: 5px;
}

.system_list ul li.option_plan .discount img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 375px) {
	.system_list ul li .discount {
		left: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.system_list ul li .discount {
		width: 90px;
		height: 90px;
		top: -50px;
	}
}

@media screen and (min-width: 1280px) {
	.system_list ul li .discount {
		width: 124px;
		height: 124px;
		top: -70px;
	}
}

/* Pack Title Settings
==================================================*/
/* Wrapper */
.system_list ul li .title {
	position: absolute;
	width: 150px;
	height: 32px;
	margin: auto;
	top: -16px;
	left: 0;
	right: 0;
}

.system_list ul li .title h4 {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #2f57d7;
	box-shadow: 0px 5px #c1d0e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.system_list ul li .title h4:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 0 12px;
	border-color: #2f57d7 transparent transparent transparent;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -8px;
	z-index: 1;
}

.system_list ul li .title h4:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 0 12px;
	border-color: #c1d0e5 transparent transparent transparent;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -13px;
}

@media screen and (min-width: 1000px) {
	.system_list ul li .title {
		width: 220px;
		height: 44px;
		top: -22px;
	}
	.system_list ul li .title h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.system_list ul li .title h4:before {
		border-width: 14px 23px 0 23px;
		bottom: -14px;
	}
	.system_list ul li .title h4:after {
		border-width: 14px 23px 0 23px;
		bottom: -19px;
	}
}

@media screen and (min-width: 1280px) {
	.system_list ul li .title {
		width: 300px;
		height: 64px;
		top: -32px;
	}
	.system_list ul li .title h4 {
		font-size: 30px;
		box-shadow: 0px 10px #c1d0e5;
	}
	.system_list ul li .title h4:after {
		bottom: -24px;
	}
}

/* Pack Title Settings
==================================================*/
/* Wrapper */
.system_list ul li .discount_price {
	position: absolute;
	width: 62px;
	height: 32px;
	top: -15px;
	right: 5px;
}

@media screen and (min-width: 375px) {
	.system_list ul li .discount_price {
		right: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.system_list ul li .discount_price {
		width: 90px;
		height: 46px;
		top: -23px;
	}
}

@media screen and (min-width: 1280px) {
	.system_list ul li .discount_price {
		width: 124px;
		height: 64px;
		top: -30px;
	}
}

/* Explanation Settings
==================================================*/
/* Wrapper */
.system_list ul li .explanation {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.system_list ul li .explanation {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (min-width: 1280px) {
	.system_list ul li .explanation {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
}

/* Price Settings
==================================================*/
/* Wrapper */
.system_list ul li .price {
	margin-bottom: 20px;
	text-align: center;
	height: auto;
}
.system_list ul li.consultation .price {
	width: 60%;
	margin: 0 auto 15px;
}
.system_list ul li .price img {
	height: auto;
}
@media screen and (min-width: 768px) {
	.system_list ul li.consultation .price {
		margin: 0 auto 20px;
	}
	.system_list ul li .price,
	.system_list ul li .price img {
		height: 60px;
	}
}
@media screen and (min-width: 1080px) {
	.system_list ul li .price,
	.system_list ul li .price img {
		height: auto;
	}
	.system_list ul li.consultation .price {
		width: 100%;
	}
}
@media screen and (min-width: 1280px) {
	.system_list ul li.consultation .price {
		margin: 0 auto 25px;
	}
}

/* System Image Settings
==================================================*/
/* Wrapper */
.system_list ul li .system_image {
	position: relative;
	width: 100%;
}

.system_list ul li .system_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.system_list ul li .system_image .good {
	position: absolute;
	right :10px;
	bottom: 10px;
	width: 100px;
}
.system_list ul li  .capacity {
	position: absolute;
	width: 120px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0 10px 0 10px;
	top: 10px;
	left: 10px;
}
@media screen and (min-width: 768px) {
	.system_list ul li .system_image .good {
		width: 100px;
	}
}
@media screen and (min-width: 1300px) {
	.system_list ul li .system_image .good {
		width: 154px;
	}
	.system_list ul li .capacity {
		position: absolute;
		width: 154px;
		height: 63px;
		font-size: 18px;
		line-height: 22px;
	}
}

/* Option Plan Settings
==================================================*/
/* Option Plan */
.system_list ul li.option_plan {
	width: 100%;
}
.system_list ul li.option_plan .system_list_in {
	position: relative;
	padding: 40px 10px 20px;
	background-color: #f8f8f8;
	border-radius: 0 25px 0 25px;
}

.system_list ul li.option_plan .option_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.system_list ul li.option_plan .discount {
	margin: 0 10px 0 0;
	position: initial;
	width: 80px;
	height: 80px;
}

.system_list ul li.option_plan .price {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	height: auto;
}

.system_list ul li.option_plan .option_bottom {
	margin-top: 10px;
}

.system_list ul li.option_plan .explanation {
	margin: 10px 0 30px;
	text-align: left;
}
.system_list ul li.option_plan .explanation div {
	font-size: 20px;
	line-height: 26px;
}
.system_list ul li.option_plan .packtext {
	text-align: center;
	margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
	.system_list ul li.option_plan .discount {
		width: 123px;
		height: 123px;
	}
	.system_list ul li.option_plan .explanation {
		width: 40%;
		margin-top: 5px;
	}
	.system_list ul li.option_plan .explanation div {
		font-size: 24px;
	}
	.system_list ul li.option_plan .price {
		width: 100%;
		margin: -8% 0 0 18%;
	}
	.system_list ul li.option_plan .packtext {
		margin: 10px 0 30px 100px;
	}
}
@media screen and (min-width: 1000px) {
	.system_list ul li.option_plan .system_list_in {
		padding: 60px 30px 30px;
		border-radius: 0 50px 0 50px;
	}
	.system_list ul li.option_plan .discount {
		margin: 0 2% 0 0;
		width: 10%;
		height: 10%;
	}
	.system_list ul li.option_plan .explanation {
		width: 43%;
		margin-top: 0;
	}
	.system_list ul li.option_plan .explanation div {
		/* margin-bottom: 20px; */
		font-size: 32px;
		line-height: 40px;
	}
	.system_list ul li.option_plan .price {
		width: 45%;
		margin: 0 0 20px;
	}
	.system_list ul li.option_plan .price img {
		height: auto;
	}
	.system_list ul li.option_plan .packtext {
		margin: 0;
	}
	.system_list ul li.option_plan .packtext span {
		font-size: 16px;
	}
}

@media screen and (min-width: 1280px) {
	.system_list ul li.option_plan .explanation {
		width: initial;
		margin: 0 10px 0 0;
	}
	.system_list ul li.option_plan .price {
		width: initial;
	}
	.system_list ul li.option_plan .packtext {
		margin: -23px 0 0 146px;
	}
	.system_list ul li.option_plan .packtext span {
		font-size: 20px;
	}
}

/* Under Text Settings
==================================================*/
/* Under Text */
#system .under_txt {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#system .under_txt {
		font-size: 20px;
		line-height: 30px;
	}
	/*#system .under_txt br:nth-child(2) {
		display: none;
		}*/
	}

	@media screen and (min-width: 1000px) {
		#system .under_txt {
			font-size: 24px;
			line-height: 36px;
		}
	}
/*====================================================================

	Television Settings

	====================================================================*/
/* Television Wrapper Settings
==================================================*/
/* Wrapper */
#tv {
	padding: 50px 10px 55px;
	background-color: #1572e9;
}

@media screen and (min-width: 768px) {
	#tv {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#tv .heading_wrapper {
	margin: 0 auto 35px;
}

#tv .heading_wrapper:before {
	background-color: #fff;
}

#tv .heading_wrapper:after {
	border-color: #fff transparent transparent transparent;
}

/* Heading English */
#tv .heading_wrapper .heading_jpn h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

#tv .heading_wrapper .heading_jpn h3 div {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

/* Heading Japanese Text Part */
#tv .heading_wrapper .heading_jpn h3 span {
	color: #fff100;
}

@media screen and (min-width: 375px) {
	#tv .heading_wrapper .heading_jpn h3 div {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (min-width: 768px) {
	#tv .heading_wrapper {
		margin: 0 auto 35px;
		padding: 0 0 30px;
	}
	#tv .heading_wrapper .heading_jpn h3 div {
		font-size: 46px;
		line-height: 58px;
	}
}

@media screen and (min-width: 1000px) {
	#tv .heading_wrapper {
		margin: 0 auto 50px;
	}
	#tv .heading_wrapper .heading_jpn h3 div {
		font-size: 46px;
		line-height: 58px;
	}
}

/* Capture List Settings
==================================================*/
/* Wrapper */
.tvcapture_list {
	width: 100%;
	height: auto;
}

.tvcapture_list ul {
	padding: 0 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tvcapture_list li {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	.tvcapture_list ul {
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: initial;
	}
	.tvcapture_list li {
		margin-right: 20px;
		padding: 10px;
		-webkit-width: calc((100% - 40px)/2);
		width: calc((100% - 40px)/2);
		background-color: #fff;
		border-radius: 10px;
	}
	.tvcapture_list li:last-child {
		margin-right: 0px;
	}
}

/* Televition Bubble List Settings
==================================================*/
/* Wrapper */
.tvbubble_list {
	margin-top: 30px;
	padding: 0 35px;
	width: 100%;
	height: auto;
}

.tvbubble_list ul {
	display: block;
	width: 100%;
	height: auto;
}

.tvbubble_list ul li {
	margin: 0 0 15px 0;
}

@media screen and (min-width: 768px) {
	.tvbubble_list {
		margin-top: 30px;
		padding: 0;
		width: 100%;
		height: auto;
	}
	.tvbubble_list ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: initial;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		flex-direction: initial;
	}
	.tvbubble_list ul li {
		margin: 0 30px 0 0;
	}
	.tvbubble_list ul li:last-child {
		margin: 0;
	}
}

/* Under Text Settings
==================================================*/
/* Wrapper */
#tv .under_txt {
	margin-top: 30px;
}

#tv .under_txt h4 {
	text-align: center;
}

#tv .under_txt h4 div {
	font-size: 22px;
	font-weight: bold;
	line-height: 29px;
}

#tv .under_txt > div {
	margin-top: 20px;
	text-align: center;
}

#tv .under_txt > div div {
	font-size: 16px;
	line-height: 21px;
}

#tv .under_txt > div div span {
	color: #fff100;
	font-size: 16px;
	line-height: 21px;
}

/* Area List Line Link */
.area_list ul li a {
	padding: 0 16px;
}

@media screen and (min-width: 554px) {
	#tv .under_txt h4 div {
		font-size: 30px;
		line-height: 38px;
	}
	#tv .under_txt > div div {
		font-size: 20px;
		line-height: 28px;
	}
	#tv .under_txt > div div span {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (min-width: 768px) {
	#tv .under_txt h4 div {
		display: inline-block;
	}
	#tv .under_txt > div div {
		display: inline-block;
	}
}

@media screen and (min-width: 1000px) {
	#tv .under_txt h4 div {
		font-size: 40px;
		line-height: 36px;
	}
	#tv .under_txt > div div {
		font-size: 26px;
		line-height: 36px;
	}
	#tv .under_txt > div div span {
		font-size: 26px;
		line-height: 36px;
	}
}

/*====================================================================

	Wide Area Wrapper Settings

	====================================================================*/
/* Wide Area Wrapper Settings
==================================================*/
/* Wrapper */
#widearea {
	width: 100%;
	height: auto;
	padding: 25px 0px 0;
	background-color: #fff;
}

.widearea_block {
	position: relative;
	width: 100%;
	height: auto;
}

.widearea_block:after {
	display: none;
}

.widearea_block_in {
	position: relative;
	padding: 20px 0px 20px;
	background-color: #f8f8f8;
	z-index: 2;
}

#widearea .contents_in {
	max-width: 1000px;
}


@media screen and (min-width: 768px) {
	#widearea {
		padding: 100px 40px 0;
	}
	.widearea_block:after {
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../img/background_shadow.png);
		border-radius: 30px;
		z-index: 0;
		left: 10px;
		top: 10px;
	}
	.widearea_block_in {
		padding: 40px 10px 30px;
		border-radius: 30px;
	}
}

/* Service Wrapper Settings
==================================================*/
#widearea .contents_in h4 {
	margin-bottom: 15px;
	color: #000;
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
}

#widearea .contents_in .photo {
	width: 100%;
	height: 178px;
	position: relative;
}

#widearea .contents_in .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

#widearea .contents_in .photo .area {
	position: absolute;
	margin: 0 auto;
	width: 70%;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: -16px;
}

#widearea .contents_in .text {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	color: #000;
}

#widearea .contents_in .text span {
	font-size: 10px;
	line-height: 10px;
}

@media screen and (min-width: 554px) {
	#widearea .contents_in h4 {
		margin-bottom: 25px;
		font-size: 30px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	#widearea .contents_in .photo {
		width: 100%;
		height: 356px;
		position: relative;
	}
	#widearea .contents_in .photo .area {
		width: 50%;
		font-size: 18px;
		line-height: 38px;
		border-radius: 19px;
		bottom: -19px;
	}
	#widearea .contents_in .text {
		margin-top: 25px;
		padding-right: 15px;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		text-align: right;
	}
	#widearea .contents_in .text span {
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (min-width: 768px) {
	#widearea .contents_in h4 {
		font-size: 46px;
		line-height: 46px;
	}
	#widearea .contents_in .photo .area {
		width: 46.53%;
		font-size: 28px;
		line-height: 68px;
		border-radius: 34px;
		bottom: -33px;
	}
}
/*====================================================================

	Service Contact Settings

	====================================================================*/
/* Service Contact Wrapper Settings
==================================================*/
/* Wrapper */
.service_contact {
	width: 100%;
	height: auto;
	padding: 25px 10px 25px;
	background-color: #f8f8f8;
}

.service_contact .contents_in {
	max-width: 1200px;
}

@media screen and (min-width: 768px) {
	.service_contact {
		padding: 30px 40px 30px;
	}
}

/* Contact Block Wrapper Settings
==================================================*/
/* Contact Block Wrapper */
.contact_block {
	margin: 0 auto;
	width: 100%;
	max-width: 520px;
	border-radius: 10px;
	-webkit-filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	position: relative;
}

@media screen and (min-width: 768px) {
	.contact_block {
		margin: 0 auto;
		max-width: initial;
	}
}

@media screen and (min-width: 1300px) {
	.contact_block {
		border-radius: 25px;
	}
}



/* Heading Settings
==================================================*/
/* Heading Wrapper */
.contact_block > .title {
	padding: 0 0 20px 0;
	width: 100%;
	height: auto;
}

.contact_block > .title h4 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.contact_block > .title h4 span {
	display: inline-block;
	color: #ff5e39;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.contact_block > .title .sub_txt {
	text-align: center;
}

.contact_block > .title .sub_txt span:first-child {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.contact_block > .title .sub_txt span:last-child {
	display: block;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.contact_block > .title {
		padding: 40px 60px 0px 235px;
		width: 100%;
		height: 235px;
		background-image: url(../img/contact_lady.png);
		background-repeat: no-repeat;
		background-position: 10px top;
		background-size: contain;
	}
	.contact_block > .title h4 {
		margin-bottom: 10px;
		font-size: 40px;
		line-height: 50px;
	}
	.contact_block > .title h4 span {
		font-size: 40px;
		line-height: 50px;
	}
	.contact_block > .title .sub_txt span:first-child {
		font-size: 20px;
	}
	.contact_block > .title .sub_txt span:last-child {
		font-size: 14px;
	}
}

@media screen and (min-width: 1000px) {
	.contact_block > .title {
		padding: 40px 60px 0px 265px;
		height: 235px;
		background-position: 30px top;
	}
	.contact_block > .title h4 {
		margin-bottom: 20px;
		font-size: 50px;
		line-height: 60px;
	}
	.contact_block > .title h4 span {
		display: inline-block;
		font-size: 50px;
		line-height: 60px;
	}
	.contact_block > .title .sub_txt span:first-child {
		display: inline;
		margin-right: 1em;
	}
	.contact_block > .title .sub_txt span:last-child {
		display: inline;
	}
}

@media screen and (min-width: 1300px) {
	.contact_block > .title {
		padding: 80px 60px 0px 375px;
		width: 100%;
		height: 328px;
		background-position: 60px top;
	}
	.contact_block > .title h4 {
		margin-bottom: 20px;
		font-size: 65px;
		line-height: 82px;
	}
	.contact_block > .title h4 span {
		font-size: 65px;
		line-height: 82px;
	}
	.contact_block > .title .sub_txt span:first-child {
		margin-right: 1em;
		font-size: 24px;
	}
	.contact_block > .title .sub_txt span:last-child {
		font-size: 18px;
	}
}


/* Phone Image Settings
==================================================*/
/* Phone Image Background */
.service_contact .sameday {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #eaa706;
	background: -moz-linear-gradient(left, #eaa706 1%, #ff5e39 100%);
	background: -webkit-linear-gradient(left, #eaa706 1%,#ff5e39 100%);
	background: linear-gradient(to right, #eaa706 1%,#ff5e39 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa706', endColorstr='#ff5e39',GradientType=1 );
	border-radius: 0 20px 0 20px;
}

.service_contact .sameday .title {
	margin: 0 0 20px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service_contact .sameday .body {
	padding: 10px 15px;
	width: 100%;
	background-color: #fff;
	border-radius: 0 20px 0 20px;
}

/* Phone Copy */
.service_contact .sameday .copy_01 {
	padding: 10px 0 15px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-align: center;
}

.service_contact .sameday .copy_02 {
	padding: 0 0 15px;
}

.service_contact .sameday .copy_02 span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px;
	width: 45px;
	height: 45px;
	color: #eaa706;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
}

.service_contact .sameday .copy_02 span:last-child {
	margin: 0;
}

.service_contact .sameday .copy_03 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.service_contact .sameday {
		padding: 30px;
		flex-direction: initial;
		border-radius: 0 50px 0 50px;
	}
	.service_contact .sameday .title {
		margin: 0 30px 0 0;
		width: 200px;
	}
	.service_contact .sameday .body {
		padding: 20px 30px;
		-webkit-width: calc(100% - 230px);
		width: calc(100% - 230px);
		border-radius: 0 40px 0 40px;
	}
}

@media screen and (min-width: 1000px) {
	.service_contact .sameday .title {
		margin: 0 30px 0 0;
		width: 314px;
	}
	.service_contact .sameday .body {
		-webkit-width: calc(100% - 344px);
		width: calc(100% - 344px);
	}
	.service_contact .sameday .copy_01 {
		padding: 10px 0 25px;
		font-size: 46px;
		line-height: 46px;
	}
	.service_contact .sameday .copy_02 span {
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 6px;
		width: 70px;
		height: 70px;
		font-size: 50px;
		line-height: 50px;
	}
	.service_contact .sameday .copy_03 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1300px) {
	.service_contact .sameday {
		padding: 30px 60px 30px 30px;
	}
	.service_contact .sameday .copy_01 {
		padding: 10px 0 25px;
		font-size: 46px;
		line-height: 46px;
	}
	.service_contact .sameday .copy_02 {
		padding: 0 0 15px;
	}
	.service_contact .sameday .copy_02 span {
		font-size: 50px;
		line-height: 50px;
	}
	.service_contact .sameday .copy_03 {
		font-size: 20px;
		line-height: 20px;
	}
}

/* Contact Button Settings
==================================================*/
/* Line Button & Mail Button Wrapper */
.service_contact .btn_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Tel Button */
.service_contact .tel_btn {
	margin: 0;
	width: 100%;
	height: 71px;
	border-radius: 10px;
	background-color: #ae0e1a;
}

/* Line Button */
.service_contact .line_btn {
	margin-top: 5px;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	background-color: #00a614;
}

/* Mail Button */
.service_contact .mail_btn {
	margin-top: 5px;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	background-color: #004eff;
}

/* Contact Button Link */
.service_contact .line_btn a,
.service_contact .mail_btn a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: initial;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	padding-left: 28px;
}

/* Tel Button Link */
.service_contact .tel_btn a {
	padding: 10px;
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	text-align: center;
	vertical-align: baseline;
}

/* Tel Button First Text */
.service_contact .tel_btn span:first-child {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/* Tel Button Last Text */
.service_contact .tel_btn span:last-child {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

/* Mail Button Text */
.service_contact .mail_btn span {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

/* Line Button Text */
.service_contact .line_btn span {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

/* Icon Hidden */
.service_contact .icon {
	display: inline-block;
}

/* Icon Line & Mail */
.service_contact .icon .line,
.service_contact .icon .mail {
	margin-right: 5px;
	width: 25px;
	height: 25px;
	fill: #fff;
}

/* Icon Tel */
.service_contact .icon .tel {
	position: relative;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	fill: #fff;
}

.service_contact .line_btn a,
.service_contact .mail_btn a {
	padding: 5px;
}

.sp_time24 {
	width: 100%;
	text-align: center;
	margin-top: -5px;
	font-size: 12px;
	color: #fff545;
}

@media screen and (min-width: 375px) {
	.service_contact .line_btn {
		margin-top: 5px;
		border-radius: 10px;
	}
	.service_contact .mail_btn {
		margin-top: 5px;
	}
	.service_contact .tel_btn span:first-child {
		margin-bottom: 0;
		font-size: 15px;
		line-height: 20px;
	}
	.service_contact .tel_btn span:last-child {
		font-size: 16px;
		line-height: 35px;
	}
	.service_contact .icon .tel {
		position: static;
		margin: 0;
		width: 25px;
		height: 25px;
		fill:#fff;
		top: 0px;
	}
}

@media screen and (min-width: 1300px) {
	.service_contact .btn_wrapper {
		margin-left: 0px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		flex-direction: initial;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.service_contact .tel_btn a {
		padding: 8px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: initial;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.service_contact .tel_btn span:first-child {
		margin-right: 15px;
		font-size: 28px;
	}
	.service_contact .tel_btn span:last-child {
		display: inline;
		margin-right: 15px;
		font-size: 30px;
	}
	.service_contact .tel_btn {
		margin: 0;
		width: 100%;
		height: 81px;
		border-radius: 10px;
	}
	.service_contact .line_btn {
		margin-top: 20px;
		padding: 8px;
		width: 49%;
		height: 64px;
	}
	.service_contact .mail_btn {
		margin-top: 20px;
		padding: 8px;
		width: 49%;
		height: 64px;
	}
	.service_contact .icon .line,
	.service_contact .icon .mail,
	.service_contact .icon .tel {
		display: inline-block;
		margin: 0 10px 0 0px;
		width: 37px;
		height: 37px;
		fill: #fff;
	}
	.service_contact .icon .tel {
		top: 0;
	}
	.service_contact .mail_btn span {
		font-size: 20px;
		font-weight: bold;
	}
	.service_contact .line_btn span {
		font-size: 20px;
		font-weight: bold;
	}
	.sp_time24 {
		display: none;
	}
}

/* Contact Under Text Settings(PC)
==================================================*/
/* Wrapper */
.pc_under_contact {
	display: none;
}

.pc_under_contact .contact_txt {
	margin-right: 40px;
	position: relative;
}

.pc_under_contact .contact_txt:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 13px;
	border-color: transparent transparent transparent #000000;
	margin: auto;
	top: 0;
	right: -25px;
	bottom: 0;
}

.pc_under_contact .contact_txt .c_time {
	font-size: 16px;
	font-weight: bold;
}

.pc_under_contact .contact_txt .c_text {
	font-size: 13px;
	font-weight: bold;
}

.pc_under_contact .contact_icon {
	width: 48px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pc_under_contact .contact_icon .day {
	margin-right: 0;
}

.pc_under_contact .contact_txt2 {
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

.pc_under_contact .contact_txt2 span {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (min-width: 1300px) {
	.pc_under_contact {
		margin-top: 20px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.pc_under_contact .contact_icon {
		width: 112px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: initial;
	}
	.pc_under_contact .contact_icon .day {
		margin-right: 5px;
	}
}

@media screen and (min-width: 1400px) {
	.pc_under_contact .contact_txt .c_time {
		font-size: 20px;
		font-weight: bold;
	}
	.pc_under_contact .contact_txt2 span {
		font-size: 20px;
	}
}
/* Contact Under Text Settings(SP)
==================================================*/
/* Wrapper */
.sp_under_contact {
	margin: 10px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.sp_under_contact .text_wrapper {
	width: 100%;
}

.sp_under_contact .contact_txt .c_time {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.sp_under_contact .contact_txt .c_text {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.sp_under_contact .contact_txt2 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.sp_under_contact .contact_txt2 span {
	font-size: 14px;
	text-align: center;
}

.sp_under_contact .contact_icon {
	display: none;
}

.sp_under_contact .contact_icon .day {
	margin-bottom: 5px;
	width: 48px;
}

@media screen and (min-width: 375px) {
	.sp_under_contact .contact_icon {
		width: 48px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sp_under_contact .contact_txt .c_time {
		font-size: 16px;
		text-align: left;
	}
	.sp_under_contact .contact_txt .c_text {
		font-size: 13px;
		text-align: left;
	}
	.sp_under_contact .contact_txt2 {
		margin-top: 5px;
		font-size: 13px;
		text-align: left;
	}
	.sp_under_contact .contact_txt2 span {
		font-size: 16px;
		text-align: left;
	}
}

@media screen and (min-width: 1300px) {
	.sp_under_contact {
		display: none;
	}
}

/*====================================================================

	Service Settings

	====================================================================*/
/* Service Wrapper Settings
==================================================*/
/* Wrapper */
#service {
	width: 100%;
	height: auto;
	padding: 50px 10px 55px;
	background-color: #1572e9;
}

@media screen and (min-width: 768px) {
	#service {
		padding: 100px 40px 100px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#service .heading_wrapper {
	margin: 0 auto 35px;
}

/* Heading English */
#service .heading_wrapper .heading_eng h3 {
	display: none;
}

#service .heading_wrapper:before {
	background-color: #fff;
}

#service .heading_wrapper:after {
	border-color: #fff transparent transparent transparent;
}

/* Heading Japanese */
#service .heading_wrapper .heading_jpn h3 {
	color: #fff;
}

/* Heading Japanese Text Part */
#service .heading_wrapper .heading_jpn h3 span {
	color: #fff544;
}

/* Heading Sub Text */
#service .heading_wrapper .sub_txt {
	color: #fff;
}

@media screen and (min-width: 554px) {
	#service .heading_wrapper {
		margin: 50px auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#service .heading_wrapper {
		margin: 0 auto 35px;
	}
	#service .heading_wrapper .heading_eng h3 {
		display: block;
		color: #fff;
	}
}

@media screen and (min-width: 1000px) {
	#service .heading_wrapper {
		margin: 0 auto 80px;
	}
}

/* Inclueded List Settings
==================================================*/
/* Inclueded List Wrapper */
.inclueded_list {
	width: 100%;
	height: auto;
}

/* Inclueded List */
.inclueded_list ul {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* Inclueded List Item */
.inclueded_list ul li {
	margin: 0 10px 10px 0;
	padding: 10px 10px 15px 10px;
	-webkit-width: calc((100% - 10px)/2);
	width: calc((100% - 10px)/2);
	-webkit-filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	height: auto;
	background-color: #fff;
	border-radius: 0 20px 0 20px;
}

/* Inclueded List Last Item */
.inclueded_list ul li:last-child {
	margin: 0 10px 10px 0;
	padding: 10px 0px 0px 0px;
	-webkit-width: calc((100% - 10px)/2);
	width: calc((100% - 10px)/2);
	height: auto;
	background-color: initial;
}

/* Inclueded List Line Last Item */
.inclueded_list ul li:nth-child(2n) {
	margin-right: 0px;
}

.inclueded_list ul li:nth-child(4n) {
	margin-right: 0px;
}

/* Inclueded List Line Heading Wrapper */
.inclueded_list ul li .heading {
	height: 30px;
	background-color: #000;
	border-radius: 15px;
}

/* Inclueded List Line Heading */
.inclueded_list ul li .heading h4 {
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}

/* Inclueded List Line Heading Color Part */
.inclueded_list ul li .heading h4 span {
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}

/* Inclueded List Line Image Wrapper */
.inclueded_list ul li .inclueded_image {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 375px) {
	.inclueded_list ul li .heading h4 {
		font-size: 12px;
	}
	.inclueded_list ul li .heading h4 span {
		margin-right: 10px;
	}
	.inclueded_list ul li:last-child {
		padding: 10px 0px 0px 5px;
	}
}

@media screen and (min-width: 768px) {
	.inclueded_list ul {
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.inclueded_list ul li:nth-child(2n) {
		margin-right: 10px;
	}
	.inclueded_list ul li:nth-child(4n) {
		margin-right: 0px;
	}
	.inclueded_list ul li {
		margin: 0 10px 10px 0;
		padding: 10px 10px 15px 10px;
		-webkit-width: calc((100% - 30px)/4);
		width: calc((100% - 30px)/4);
		border-radius: 0 20px 0 20px;
	}
	.inclueded_list ul li:last-child {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.inclueded_list ul li {
		margin: 0 25px 25px 0;
		padding: 15px;
		-webkit-width: calc((100% - 75px)/4);
		width: calc((100% - 75px)/4);
		border-radius: 0 30px 0 30px;
	}
	.inclueded_list ul li:nth-child(2n) {
		margin-right: 25px;
	}
	.inclueded_list ul li:nth-child(4n) {
		margin-right: 0px;
	}
}

@media screen and (min-width: 1200px) {
	.inclueded_list ul li .heading {
		height: 60px;
		border-radius: 30px;
	}
	.inclueded_list ul li .heading h4 {
		font-size: 17px;
		line-height: 60px;
	}

	.inclueded_list ul li .heading h4 span {
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
		border-radius: 50%;
	}
}

@media screen and (min-width: 1360px) {
	.inclueded_list ul li .heading h4 {
		font-size: 22px;
	}

	.inclueded_list ul li .heading h4 span {
		font-size: 20px;
		line-height: 28px;
	}
}

/* Inclueded List Under Text Settings
==================================================*/
/* Inclueded List Under Text Wrapper(Smart Phone) */
.inclueded_list .sp_under_txt {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #fff;
}

/* Inclueded List Under Text Wrapper */
.inclueded_list .under_txt {
	display: none;
}

@media screen and (min-width: 768px) {
	.inclueded_list .sp_under_txt {
		display: none;
	}
	.inclueded_list .under_txt {
		display: block;
		margin: 45px 0 0 0;
		width: 100%;
		font-size: 22px;
		font-weight: normal;
		line-height: 36px;
		text-align: center;
		color: #fff;
	}
}

/* Accident Settings
==================================================*/
/* Accident Wrapper */
.accident {
	margin-top: 20px;
	padding: 25px;
	width: 100%;
	height: auto;
	border-radius: 30px;
	background-color: #fff545;
}

.accident div:first-child {
	color: #ae0e1a;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}

.accident div:nth-child(2) {
	margin-top: 15px;
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
}

.accident div:nth-child(3) {
	margin-top: 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

@media screen and (min-width: 375px) {
	.accident div:nth-child(2) {
		font-size: 27px;
		line-height: 27px;
	}
}

@media screen and (min-width: 768px) {
	.accident {
		margin-top: 90px;
		padding: 25px;
		border-radius: 30px;
	}
	.accident div:first-child {
		font-size: 26px;
		line-height: 26px;
	}
	.accident div:nth-child(2) {
		margin-top: 25px;
		font-size: 56px;
		line-height: 56px;
	}
	.accident div:nth-child(3) {
		margin-top: 30px;
		font-size: 20px;
		line-height: 30px;
	}
}

/*====================================================================

	Possible Settings

	====================================================================*/
/* Possible Wrapper Settings
==================================================*/
/* Wrapper */
#possible {
	padding: 50px 10px 55px;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	#possible {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#possible .heading_wrapper {
	margin: 0 auto 35px;
}

/* Heading English */
#possible .heading_wrapper .heading_eng h3 {
	display: none;
}

@media screen and (min-width: 554px) {
	#possible .heading_wrapper {
		margin: 0 auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#possible .heading_wrapper {
		margin: 0 auto 35px;
	}
	#possible .heading_wrapper .heading_eng h3 {
		display: block;
		color: #1572e9;
	}
}

@media screen and (min-width: 1000px) {
	#possible .heading_wrapper {
		margin: 0 auto 80px;
	}
	#possible .heading_wrapper .heading_jpn h3 br {
		display: none;
	}
}

/* Possible List Settings
==================================================*/
/* Wrapper */
#possible .possible_list {
	width: 100%;
	height: auto;
}

/* Possible List Wrapper */
#possible .possible_list ul {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

/* Possible List Line */
#possible .possible_list ul li {
	margin: 0 10px 10px 0;
	padding: 10px 10px;
	width: 135px;
	height: 135px;
	-webkit-filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	background-color: #1572e9;
	border-radius: 50%;
	text-align: center;
}

/* Possible List Line Last Item */
#possible .possible_list ul li:nth-child(2n) {
	margin-right: 0px;
}

/* Possible List Last Item */
#possible .possible_list ul li:last-child {
	margin-right: 0px;
}

/* Possible List Heading */
#possible .possible_list ul h4 {
	margin-top: 20px;
	padding-bottom: 5px;
	color: #f6ff00;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

/* Possible List Text */
#possible .possible_list ul div {
	margin-top: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}

@media screen and (min-width: 375px) {
	#possible .possible_list ul li {
		margin: 0 15px 15px 0;
		padding: 20px 20px;
		width: 165px;
		height: 165px;
	}
	#possible .possible_list ul h4 {
		margin-top: 18px;
		font-size: 20px;
		border-bottom: 3px solid #fff;
	}
	#possible .possible_list ul div {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (min-width: 554px) {
	#possible .possible_list ul li {
		padding: 40px 35px;
		width: 241px;
		height: 241px;
	}
	#possible .possible_list ul h4 {
		margin-top: 20px;
		padding-bottom: 10px;
		font-size: 26px;
	}
	#possible .possible_list ul div {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}
}

@media screen and (min-width: 768px) {
	#possible .possible_list ul li {
		margin-right: 15px;
		padding: 20px 15px;
		width: 156px;
		height: 156px;
	}
	#possible .possible_list ul li:nth-child(2n) {
		margin-right: 15px;
	}
	#possible .possible_list ul li:last-child {
		margin-right: 0px;
	}
	#possible .possible_list ul h4 {
		margin-top: 10px;
		padding-bottom: 10px;
		font-size: 22px;
	}
	#possible .possible_list ul div {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1000px) {
	#possible .possible_list ul li {
		padding: 30px 25px;
		width: 214px;
		height: 214px;
	}
	#possible .possible_list ul h4 {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	#possible .possible_list ul div {
		margin-top: 10px;
		line-height: 26px;
	}
}

@media screen and (min-width: 1300px) {
	#possible .possible_list ul li {
		margin-right: 15px;
		padding: 60px 55px;
		width: 288px;
		height: 288px;
	}
	#possible .possible_list ul h4 {
		margin-top: 0;
		font-size: 32px;
	}
	#possible .possible_list ul div {
		margin-top: 20px;
		font-size: 24px;
		line-height: 36px;
	}
}


/* Possible Box Wrapper Settings
==================================================*/
/* Wrapper */
.trashhouse,
.purchase,
.sorting {
	position: relative;
	margin-bottom: 30px;
	border-radius: 0 25px 0 25px;
}

.trashhouse {
	margin-top: 30px;
}

.sorting {
	margin-bottom: 0px;
}

.trashhouse:after,
.purchase:after,
.sorting:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(background_shadow.png);
	border-radius: 0 25px 0 25px;
	z-index: 0;
	left: 5px;
	top: 5px;
}

.trashhouse_in,
.purchase_in,
.sorting_in {
	position: relative;
	padding: 15px 10px;
	background-color: #f8f8f8;
	border-radius: 0 25px 0 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	z-index: 2;
}

/* Heading */
.trashhouse div h4,
.purchase div h4,
.sorting div h4 {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	border-radius: 15px;
	background-color: #1572e9;
	text-align: center;
}

/* Text Wrapper */
.trashhouse div p,
.purchase div p,
.sorting div p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
}

.trashhouse div p br,
.purchase div p br,
.sorting div p br {
	display: none;
}

/* Image Wrapper */
.possible_image {
	margin: 15px auto 0;
	vertical-align: middle;
}

.possible_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.trashhouse,
	.purchase,
	.sorting {
		margin-bottom: 30px;
		border-radius: 0 25px 0 25px;
	}
	.trashhouse:after,
	.purchase:after,
	.sorting:after {
		left: 10px;
		top: 10px;
	}
	.trashhouse {
		margin-top: 70px;
	}
	.trashhouse_in,
	.purchase_in,
	.sorting_in {
		margin-bottom: 30px;
		padding: 30px;
		border-radius: 0 25px 0 25px;
	}
	.trashhouse div h4,
	.purchase div h4,
	.sorting div h4 {
		width: 230px;
		height: 56px;
		font-size: 28px;
		line-height: 56px;
		border-radius: 28px;
	}
	.trashhouse div p,
	.purchase div p,
	.sorting div p {
		margin-top: 20px;
		font-size: 18px;
		line-height: 30px;
	}
	.possible_image {
		margin: 25px auto 0;
		width: 100%;
	}
}

@media screen and (min-width: 1000px) {
	.trashhouse {
		margin-top: 70px;
	}
	.trashhouse_in,
	.purchase_in,
	.sorting_in {
		margin-bottom: 30px;
		padding: 45px 55px;
		flex-direction: initial;
		border-radius: 0 25px 0 25px;
	}
	.trashhouse div h4,
	.purchase div h4,
	.sorting div h4 {
		margin: initial;
	}
	.trashhouse .possible_text,
	.purchase .possible_text,
	.sorting .possible_text {
		width: 48%;
	}
	.trashhouse div p,
	.purchase div p,
	.sorting div p {
		font-size: 18px;
		line-height: 30px;
	}
	.possible_image {
		margin: auto 0;
		vertical-align: middle;
		width: 48%;
	}
}

@media screen and (min-width: 1300px) {
	.trashhouse div p br,
	.purchase div p br,
	.sorting div p br {
		display: block;
	}
}

/* qualification */
.qualification {
	padding: 20px;
	margin-top: 50px;
	background: #eee;
	border-radius: 25px;
	text-align: center;
}
.qualification p {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}
.qualification ul li {
	font-size: 14px;
	margin: 0 0 15px;
}
.qualification ul li span {
	font-size: 14px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.qualification {
		margin-top: 100px;
		text-align: left;
	}
	.qualification p {
		font-size: 34px;
	}
	.qualification ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.qualification ul li {
		width: 50%;
		font-size: 20px;
		margin: 0 0 15px;
	}
	.qualification ul li span {
		font-size: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.qualification {
		padding: 20px 55px;
	}
}

/*====================================================================

	Flow Settings

	====================================================================*/
/* Flow Wrapper Settings
==================================================*/
/* Wrapper */
#example {
	width: 100%;
	height: auto;
	padding: 50px 10px 55px;
	background-color: #1572e9;
}

@media screen and (min-width: 768px) {
	#example {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#example .heading_wrapper {
	margin: 0px auto 35px;
}

#example .heading_wrapper:before {
	background-color: #fff;
}

#example .heading_wrapper:after {
	border-color: #fff transparent transparent transparent;
}

/* Heading English */
#example .heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese */
#example .heading_wrapper .heading_jpn h3 {
	color: #fff;
}

/* Heading Japanese Text Part */
#example .heading_wrapper .heading_jpn h3 span {
	color: #fff544;
}

/* Sub Text */
#example .heading_wrapper .sub_txt {
	color: #fff;
}

@media screen and (min-width: 554px) {
	#example .heading_wrapper {
		margin: 0px auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#example .heading_wrapper {
		margin: 0px auto 35px;
	}
	#example .heading_wrapper .heading_eng h3 {
		display: block;
		color: #fff;
	}
}

@media screen and (min-width: 1000px) {
	#example .heading_wrapper {
		margin: 0px auto 80px;
	}
}

/* Example List Settings
==================================================*/
/* List Wrapper */
.example_list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.example_list li {
	padding: 15px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	-webkit-filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
}

.example_list li:nth-child(n+2) {
	margin-top: 20px;
}

.example_list li:nth-child(n+3) {
	margin-top: 20px;
}

.example_list li .photo {
	margin-right: 16px;
	width: 114px;
	height: 114px;
	border-radius: 20px;
}

.example_list li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.example_list li .exam_text {
	-webkit-width: calc(100% - 130px);
	width: calc(100% - 130px);
}

.example_list li .exam_text .data {
	padding: 10px 0;
	display: block;
	color: #1572e9;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-top: 2px solid #1572e9;
	border-bottom: 2px solid #1572e9;
}

.example_list li .exam_text .price_txt {
	margin-top: 15px;
	font-size: 10px;
	line-height: 10px;
}

.example_list li .exam_text .price {
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
}

@media screen and (min-width: 375px) {
	.example_list li .exam_text .data {
		padding: 10px 0;
		font-size: 16px;
		line-height: 16px;
	}

	.example_list li .exam_text .price_txt {
		margin-top: 10px;
		font-size: 14px;
		line-height: 14px;
	}

	.example_list li .exam_text .price {
		margin-top: 5px;
		font-size: 34px;
		line-height: 34px;
	}
}

@media screen and (min-width: 768px) {
	.example_list li:nth-child(2) {
		margin-top: 0px;
	}
	.example_list li {
		-webkit-width: calc((100% - 20px)/2);
		width: calc((100% - 20px)/2);
	}
}

@media screen and (min-width: 1220px) {
	.example_list li {
		-webkit-width: calc((100% - 36px)/2);
		width: calc((100% - 36px)/2);
	}
	.example_list li:nth-child(n+3) {
		margin-top: 40px;
	}
	.example_list li {
		padding: 25px;
		border-radius: 30px;
	}
	.example_list li .photo {
		margin-right: 34px;
		width: 228px;
		height: 228px;
		border-radius: 20px;
	}
	.example_list li .exam_text {
		margin-top: 24px;
		-webkit-width: calc(100% - 263px);
		width: calc(100% - 263px);
	}
	.example_list li .exam_text .data {
		padding: 10px 0;
		font-size: 24px;
		line-height: 24px;
		background-color: initial;
	}
	.example_list li .exam_text .price_txt {
		margin-top: 35px;
		font-size: 18px;
		line-height: 18px;
	}
	.example_list li .exam_text .price {
		margin-top: 15px;
		font-size: 44px;
		line-height: 44px;
	}
}

/* Example Other List Settings
==================================================*/
/* Example Other List Wrapper */
.exam_other {
	-webkit-filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
}

.exam_other h4 {
	margin-top: 35px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background-color: #02b04f;
}

.exam_other ul {
	padding: 0px 20px 30px;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exam_other ul li {
	margin: 10px 10px 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.exam_other ul li .other_icon {
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.exam_other ul li .other_text {
	font-size: 15px;
	font-weight: bold;
}

@media screen and (min-width: 375px) {
	.exam_other h4 {
		margin-top: 35px;
		width: 100%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 57px;
		text-align: center;
		border-radius: 20px 20px 0 0;
		background-color: #000;
	}
	.exam_other ul li {
		margin: 15px 15px 0 0;
	}
}

@media screen and (min-width: 768px) {
	.exam_other ul {
		padding: 10px 20px 30px;
		width: 100%;
		border-radius: 0 0 20px 20px;
	}
	.exam_other ul li .other_icon {
		margin-right: 10px;
		width: 44px;
		height: 44px;
	}
	.exam_other ul li .other_text {
		font-size: 20px;
		font-weight: bold;
	}
}

@media screen and (min-width: 1220px) {
	.exam_other h4 {
		margin-top: 70px;
		width: 100%;
		font-size: 30px;
		line-height: 87px;
		border-radius: 20px 20px 0 0;
	}
	.exam_other ul {
		padding: 35px 30px 60px;
		width: 100%;
		border-radius: 0 0 20px 20px;
	}
}

/*====================================================================

	Offset Example Settings

	====================================================================*/
/* Wrapper Settings
==================================================*/
/* Wrapper */
#offset {
	padding: 0px 10px 50px;
}

@media screen and (min-width: 768px) {
	#offset {
		padding: 0px 40px 100px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#offset .heading_wrapper {
	margin-bottom: 35px;
}

/* Heading English */
#offset .heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese Text Part */
#offset .heading_wrapper .heading_jpn h3 span {
	margin-top: 5px;
	color: #cf4646;
	display: block;
}

@media screen and (min-width: 554px) {
	#offset .heading_wrapper {
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 768px) {
	#offset .heading_wrapper {
		margin-bottom: 35px;
	}
	#offset .heading_wrapper .heading_jpn h3 span {
		margin-top: 0;
		display: inline;
	}
	#offset .heading_wrapper .heading_eng h3 {
		display: block;
		color: #616161;
	}
}

@media screen and (min-width: 1000px) {
	#offset .heading_wrapper {
		margin-bottom: 80px;
	}
}

/* Offset Box Settings
==================================================*/
/* Wrapper */
.offset_box {
	padding: 20px 15px;
	background-color: #134e92;
	border-radius: 15px;
}

.offset_text {
	margin: 10px 0 25px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.offset_text br {
	display: block;
}

@media screen and (min-width: 554px) {
	.offset_box {
		padding: 30px;
		background-color: #134e92;
		border-radius: 30px;
	}
}

@media screen and (min-width: 768px) {
	.offset_box {
		padding: 40px 30px;
		border-radius: 30px;
	}
	.offset_text {
		margin: 0px 0 30px;
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (min-width: 1000px) {
	.offset_text {
		margin: 10px 0 40px;
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
}

@media screen and (min-width: 1300px) {
	.offset_text {
		margin: 15px 0 55px;
		font-size: 30px;
		line-height: 30px;
	}
	.offset_text br {
		display: none;
	}
}

/* Offset Photo Settings
==================================================*/
/* Wrapper */
.offset_photo {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.offset_photo .before_photo {
	position: relative;
	margin: 0 0 30px 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.offset_photo .before_photo .photo {
	position: relative;
	margin: 0 20px 0 0;
	-webkit-width: calc(100% - 20px);
	width: calc(100% - 20px);
	border-radius: 10px;
}

.offset_photo .before_photo .photo:before {
	content: "";
	position: absolute;
	background-image: url(icon_before.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 91px;
	height: 28px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.offset_photo .before_photo .photo:last-child {
	margin: 0 0 0 0;
}

.offset_photo .before_photo .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 5px;
}

.offset_photo .before_photo:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: auto;
	bottom: -20px;
	right: 0;
	left: 0;
}

.offset_photo .after_photo {
	margin: 0 0 0 0;
	width: 100%;
}

.offset_photo .after_photo .photo {
	position: relative;
	border-radius: 10px;
}

.offset_photo .after_photo .photo:before {
	content: "";
	position: absolute;
	background-image: url(icon_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 91px;
	height: 28px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.offset_photo .after_photo .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 5px;
}

@media screen and (min-width: 554px) {
	.offset_photo .before_photo .photo:before {
		width: 149px;
		height: 46px;
	}
	.offset_photo .after_photo .photo:before {
		width: 149px;
		height: 46px;
	}
}

@media screen and (min-width: 768px) {
	.offset_photo .before_photo:after {
		border-width: 12px 0 12px 12px;
		top: initial;
		bottom: -25px;
		right: 0;
		left: 0;
	}
}

@media screen and (min-width: 1000px) {
	.offset_photo {
		flex-direction: initial;
	}
	.offset_photo .before_photo {
		margin: 0 30px 0 0;
		-webkit-width: calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.offset_photo .after_photo {
		-webkit-width: calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.offset_photo .before_photo:after {
		transform: initial;
		top: 0;
		bottom: 0;
		right: -21px;
		left: initial;
	}
}


/* Offset Photo Settings
==================================================*/
/* Wrapper */
.offset_cost {
	position: relative;
	padding: 25px 20px 25px 20px;
	margin: 20px 0 0 0;
	background-color:#fff;
	border-radius: 20px;
}

.offset_cost:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url(offset_bomb.png);
	background-size: contain;
	right: 10px;
	bottom: 70px;
}

.offset_cost .cost_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.offset_cost .cost_list li {
	margin: 0 0 20px 0;
	padding-right: 20px;
	position: relative;
}

.offset_cost .cost_list li:last-child {
	margin: 0 0 0 0;
}

.offset_cost .cost_list li:first-child:after {
	content:"-";
	position: absolute;
	width: 20px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	right: 0;
	bottom: 0;
}

.offset_cost .cost_list li:nth-child(2):after {
	content:"=";
	position: absolute;
	width: 20px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	right: 0;
	bottom: 0;
}

.offset_cost .cost_list dl dt {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px 20px;
	background-color: #134e92;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	border-radius: 17px;
}

.offset_cost .cost_list dl dd {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.offset_cost .cost_list li:last-child dl dt {
	margin-bottom: 10px;
}

.offset_cost .cost_list li:last-child dl dd {
	font-size: 38px;
	line-height: 38px;
}

@media screen and (min-width: 375px) {
	.offset_cost:after {
		right: 10px;
		bottom: 10px;
	}
}

@media screen and (min-width: 554px) {
	.offset_cost {
		padding: 25px 30px 25px 30px;
	}
	.offset_cost .cost_list li {
		margin: 0 0 20px 0;
		padding-right: 30px;
	}
	.offset_cost .cost_list li {
		margin: 0 0 20px 0;
		padding-right: 30px;
		position: relative;
	}
	.offset_cost .cost_list li:first-child:after {
		right: 5px;
	}

	.offset_cost .cost_list li:nth-child(2):after {
		right: 5px;
	}
	.offset_cost .cost_list dl dt {
		margin-bottom: 20px;
	}
	.offset_cost .cost_list li:last-child dl dt {
		margin-bottom: 15px;
	}
}


@media screen and (min-width: 768px) {
	.offset_cost {
		margin: 40px 0 0 0;
	}
	.offset_cost:after {
		content: "";
		position: absolute;
		width: 170px;
		height: 170px;
		background-image: url(offset_bomb.png);
		background-size: contain;
		right: 20px;
		bottom: -20px;
	}
	.offset_cost .cost_list li {
		margin: 0 0 40px 0;
		padding-right: 70px;
		position: relative;
	}
	.offset_cost .cost_list li:first-child:after {
		content:"-";
		position: absolute;
		width: 50px;
		height: 50px;
		font-size: 50px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		right: 5px;
		bottom: 0;
	}
	.offset_cost .cost_list li:nth-child(2):after {
		content:"=";
		position: absolute;
		width: 40px;
		height: 50px;
		font-size: 40px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		right: 10px;
		bottom: 0;
	}
	.offset_cost .cost_list dl dt {
		margin-bottom: 20px;
		padding: 0px 20px;
		font-size: 18px;
		line-height: 34px;
		border-radius: 17px;
	}
	.offset_cost .cost_list dl dd {
		font-size: 40px;
		line-height: 40px;
	}
	.offset_cost .cost_list li:last-child dl dt {
		margin-bottom: 15px;
	}
	.offset_cost .cost_list li:last-child dl dd {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (min-width: 1000px) {
	.offset_cost {
		padding: 25px 90px 25px 30px;
	}
	.offset_cost:after {
		width: 220px;
		height: 220px;
		bottom: -10px;
	}
}

@media screen and (min-width: 1100px) {
	.offset_cost:after {
		width: 170px;
		height: 170px;
		top: -10px;
		right: 10px;
	}
}

@media screen and (min-width: 1100px) {
	.offset_cost:after {
		width: 170px;
		height: 170px;
		top: -10px;
		right: 10px;
	}
	.offset_cost {
		padding: 25px 90px 25px 30px;
	}
	.offset_cost .cost_list li {
		margin: 0 0 0 0;
		padding-right: 60px;
		position: relative;
	}
	.offset_cost .cost_list li:first-child:after {
		height: 50px;
		line-height: 40px;
	}
	.offset_cost .cost_list li:nth-child(2):after {
		height: 50px;
		line-height: 40px;
	}
	.offset_cost .cost_list li:last-child dl dt {
		margin-bottom: 15px;
	}
	.offset_cost .cost_list li:last-child dl dd {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (min-width: 1200px) {
	.offset_cost:after {
		width: 200px;
		height: 200px;
		top: -20px;
		right: 20px;
	}
	.offset_cost .cost_list li:first-child:after {
		height: 50px;
		line-height: 40px;
	}
	.offset_cost .cost_list li:nth-child(2):after {
		height: 50px;
		line-height: 40px;
	}
	.offset_cost .cost_list li:last-child dl dt {
		margin-bottom: 15px;
	}
	.offset_cost .cost_list li:last-child dl dd {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (min-width: 1300px) {
	.offset_cost .cost_list dl dt {
		margin-bottom: 35px;
	}
	.offset_cost .cost_list dl dd {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: -0.06em;
	}
	.offset_cost .cost_list li:first-child:after {
		width: 50px;
		height: 60px;
		font-size: 50px;
		line-height: 50px;
		right: 5px;
		bottom: 0;
	}
	.offset_cost .cost_list li:nth-child(2):after {
		width: 40px;
		height: 60px;
		font-size: 40px;
		line-height: 50px;
		right: 10px;
		bottom: 0;
	}
	.offset_cost .cost_list li:last-child dl dt {
		margin-bottom: 20px;
	}
	.offset_cost .cost_list li:last-child dl dd {
		font-size: 70px;
		line-height: 70px;
	}
}

/*====================================================================

	Before And After Settings

	====================================================================*/
/* Wrapper Settings
==================================================*/
/* Wrapper */
#before_after {
	padding: 50px 10px 55px;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	#before_after {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading English */
#before_after .heading_wrapper .heading_eng h3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#before_after .heading_wrapper {
		margin: 0 auto 60px;
	}
	#before_after .heading_wrapper .heading_eng h3 {
		display: block;
		color: #1572e9;
	}
}

@media screen and (min-width: 1000px) {
	#before_after .heading_wrapper {
		margin: 0 auto 50px;
	}
}

/* Before And After List Settings(All Device)
==================================================*/
/* Before And After List Wrapper */
.ba_list {
	width: 100%;
	height: auto;
}

.ba_list ul {
	margin-top: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ba_list ul li {
	position: relative;
	width: 100%;
}

.ba_list ul li .ba_list_in {
	position: relative;
	padding: 40px 10px 20px;
	background-color: #fff;
	border-radius: 0 20px 0 20px;
	z-index: 2;
}

.ba_list ul li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(background_shadow.png);
	border-radius: 0 25px 0 25px;
	z-index: 0;
	left: 5px;
	top: 5px;
}

.ba_list ul li:nth-child(2) {
	margin-top: 40px;
}

.ba_list ul li:nth-child(3) {
	margin-top: 70px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.ba_list ul li {
		width: 100%;
	}
	.ba_list ul li .ba_list_in {
		padding: 90px 30px 30px;
		border-radius: 0 30px 0 30px;
	}
	.ba_list ul li:nth-child(2) {
		margin-top: 60px;
	}
	.ba_list ul li:nth-child(3) {
		margin-top: 120px;
	}
	.ba_list ul li:after {
		left: 10px;
		top: 10px;
	}
}
@media screen and (min-width: 1000px) {
	.ba_list ul li .ba_list_in {
		padding: 60px 30px 30px;
	}
	.ba_list ul li:nth-child(2) {
		margin-top: 60px;
	}
	.ba_list ul li:nth-child(3) {
		margin-top: 60px;
	}
	.ba_list ul {
		margin-top: 85px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: initial;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.ba_list ul li {
		-webkit-width: calc((100% - 30px)/2);
		width: calc((100% - 30px)/2);
	}
	.ba_list ul li:nth-child(2) {
		margin-top: 0px;
	}
}

@media screen and (min-width: 1300px) {
	.ba_list ul li .ba_list_in {
		padding: 80px 30px 30px;
	}
	.ba_list ul li:nth-child(3) {
		margin-top: 80px;
	}
}

/* Before After List Title Settings
==================================================*/
/* Wrapper */
.ba_list ul li .title {
	position: absolute;
	width: 60%;
	height: 32px;
	margin: auto;
	top: -16px;
	left: 0;
	right: 0;
}


.ba_list ul li:last-child .title {
	width: 90%;
	height: 64px;
	top: -48px;
	text-align: center;
}

.ba_list ul li .title h4 {
	position: relative;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #426ce2;
	box-shadow: 0px 5px #c1d3e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ba_list ul li .title h4:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 0 12px;
	border-color: #3d5bf2 transparent transparent transparent;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -8px;
	z-index: 1;
}

.ba_list ul li .title h4:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 0 12px;
	border-color: #c1cae5 transparent transparent transparent;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -13px;
}

@media screen and (min-width: 768px) {
	.ba_list ul li .title {
		height: 64px;
		top: -22px;
	}
	.ba_list ul li:last-child .title {
		height: 128px;
		top: -78px;
		text-align: center;
	}
	.ba_list ul li .title h4 {
		font-size: 30px;
		line-height: 48px;
		box-shadow: 0px 10px #c1cae5;
	}
	.ba_list ul li .title h4:before {
		border-width: 14px 23px 0 23px;
		bottom: -14px;
	}
	.ba_list ul li .title h4:after {
		border-width: 14px 23px 0 23px;
		bottom: -24px;
	}
}

@media screen and (min-width: 1000px) {
	.ba_list ul li .title {
		height: 44px;
		top: -22px;
	}
	.ba_list ul li:last-child .title {
		width: 90%;
		height: 44px;
		top: -22px;
	}
	.ba_list ul li .title h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.ba_list ul li .title h4:after {
		border-width: 14px 23px 0 23px;
		bottom: -24px;
	}
}

@media screen and (min-width: 1300px) {
	.ba_list ul li .title {
		height: 64px;
		top: -32px;
	}
	.ba_list ul li:last-child .title {
		height: 64px;
		top: -52px;
	}
	.ba_list ul li .title h4 {
		font-size: 30px;
		box-shadow: 0px 10px #c1d5e5;
	}
}


/* Before After List Contents Settings
==================================================*/
/* Wrapper */
.ba_list ul li .photo {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.ba_list ul li .photo .before,
.ba_list ul li .photo .after {
	-webkit-width: calc((100% - 15px)/2);
	width: calc((100% - 15px)/2);
}

.ba_list ul li .photo .before {
	margin: 0 15px 0 0;
}

.ba_list ul li .photo .before_photo,
.ba_list ul li .photo .after_photo {
	position: relative;
	width: 100%;
	height: 216px;
}

.ba_list ul li .photo .before_photo img,
.ba_list ul li .photo .after_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 5px;
}

.ba_list .before_photo:before {
	content: "";
	position: absolute;
	background-image: url(icon_before.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	top: 0;
	left: 0;
	z-index: 10000;
}

.ba_list .before_photo:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #1572e9;
	margin: auto;
	top: 0;
	right: -12px;
	bottom: 0;
}

.ba_list .after_photo:before {
	content: "";
	position: absolute;
	background-image: url(icon_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	top: 0;
	left: 0;
	z-index: 10000;
}

.ba_list ul li .photo .before_text,
.ba_list ul li .photo .after_text {
	margin-top: 10px;
	width: 100%;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

.ba_list ul li .photo .before_text br,
.ba_list ul li .photo .after_text br {
	display: none;
}

.ba_list ul li .pack_price {
	margin-top: 15px;
	padding: 0 0;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.ba_list ul li .detail {
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ba_list ul li .detail .people {
	margin: 0 15px 0 0;
	-webkit-width: calc((100% - 15px)/2);
	width: calc((100% - 15px)/2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ba_list ul li .detail .time {
	-webkit-width: calc((100% - 15px)/2);
	width: calc((100% - 15px)/2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ba_list ul li .detail_head {
	display: block;
	width: 70px;
	height: 34px;
	color: #1572e9;
	font-size: 12px;
	line-height: 30px;
	border: 2px solid #1572e9;
	text-align: center;
}

.ba_list ul li .detail_body {
	display: block;
	-webkit-width: calc(100% - 70px);
	width: calc(100% - 70px);
	height: 34px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background-color: #1572e9;
	border: 2px solid #1572e9;
}

.ba_list ul li .ba_discription {
	margin-top: 20px;
	padding: 10px 15px;
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	background-color: #fff;
	border: 3px solid #1572e9;
}

@media screen and (min-width: 375px) {
	.ba_list ul li .photo .before_text,
	.ba_list ul li .photo .after_text {
		font-size: 12px;
		line-height: 20px;
	}
	.ba_list ul li .detail_head {
		width: 80px;
	}
	.ba_list ul li .detail_body {
		-webkit-width: calc(100% - 80px);
		width: calc(100% - 80px);
		font-size: 20px;
	}
	.ba_list ul li .ba_discription {
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (min-width: 768px) {
	.ba_list ul li .photo .before,
	.ba_list ul li .photo .after {
		-webkit-width: calc((100% - 25px)/2);
		width: calc((100% - 25px)/2);
	}
	.ba_list ul li .photo .before {
		margin: 0 25px 0 0;
	}
	.ba_list ul li .photo .before_photo,
	.ba_list ul li .photo .after_photo {
		height: 432px;
	}
	.ba_list ul li .photo .before_photo img,
	.ba_list ul li .photo .after_photo img {
		border-radius: 10px;
	}
	.ba_list .before_photo:before {
		width: 83px;
		height: 83px;
	}
	.ba_list .before_photo:after {
		right: -17px;
	}
	.ba_list .after_photo:before {
		width: 83px;
		height: 83px;
	}
	.ba_list ul li .photo .before_text,
	.ba_list ul li .photo .after_text {
		font-size: 20px;
		line-height: 30px;
	}
	.ba_list ul li .photo .before_text br,
	.ba_list ul li .photo .after_text br {
		display: block;
	}
	.ba_list ul li .pack_price {
		margin-top: 30px;
		padding: 0 0 20px;
		border-radius: 20px;
	}
	.ba_list ul li .detail {
		margin-top: 15px;
	}
	.ba_list ul li .detail .people {
		margin: 0 25px 0 0;
		-webkit-width: calc((100% - 25px)/2);
		width: calc((100% - 25px)/2);
	}
	.ba_list ul li .detail .time {
		-webkit-width: calc((100% - 25px)/2);
		width: calc((100% - 25px)/2);
	}
	.ba_list ul li .detail_head {
		width: 124px;
		height: 64px;
		font-size: 18px;
		line-height: 56px;
		border: 4px solid #1572e9;
	}
	.ba_list ul li .detail_body {
		height: 64px;
		font-size: 34px;
		line-height: 56px;
		border: 4px solid #1572e9;
	}
	.ba_list ul li .ba_discription {
		margin-top: 40px;
		padding: 20px 30px;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.ba_list ul li .photo {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.ba_list ul li .photo .before_photo {
		margin: 0 25px 0 0;
	}
	.ba_list ul li .photo .before_photo,
	.ba_list ul li .photo .after_photo {
		height: 248px;
	}
	.ba_list ul li .detail_head {
		width: 80px;
		font-size: 14px;
	}
	.ba_list ul li .detail_body {
		-webkit-width: calc(100% - 80px);
		width: calc(100% - 80px);
		font-size: 20px;
	}
	.ba_list ul li .photo .before_text,
	.ba_list ul li .photo .after_text {
		margin-top: 10px;
		width: 100%;
		max-width: initial;
		color: #000;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
}

@media screen and (min-width: 1300px) {
	.ba_list ul li .photo .before_photo,
	.ba_list ul li .photo .after_photo {
		height: 360px;
	}
	.ba_list ul li .detail_head {
		width: 124px;
		font-size: 18px;
	}
	.ba_list ul li .detail_body {
		font-size: 34px;
	}
	.ba_list ul li .photo .before_text,
	.ba_list ul li .photo .after_text {
		margin-top: 15px;
		font-size: 20px;
		line-height: 30px;
	}
	.ba_list ul li .pack_title {
		font-size: 28px;
		line-height: 70px;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #134e92;
	}
}

/*====================================================================

	Problem Settings

	====================================================================*/
/* Problem Wrapper Settings
==================================================*/
/* Wrapper */
#problem {
	padding: 50px 10px 55px;
	background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
	#problem {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#problem .heading_wrapper {
	margin: 0 auto 35px;
}

/* Heading English */
#problem .heading_wrapper .heading_eng h3 {
	display: none;
}

#problem .heading_wrapper .heading_jpn h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

#problem .heading_wrapper .heading_jpn h3 div {
	font-size: 20px;
	line-height: 20px;
}

/* Heading Japanese Text Part */
#problem .heading_wrapper .heading_jpn h3 span {
	color: #cf4646;
}

#problem .heading_wrapper .sub_txt {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

@media screen and (min-width: 375px) {
	#problem .heading_wrapper .heading_jpn h3 div {
		font-size: 24px;
		line-height: 28px;
	}
}


@media screen and (min-width: 554px) {
	#problem .heading_wrapper {
		margin: 0 auto 35px;
	}
	#problem .heading_wrapper .heading_jpn h3 div {
		font-size: 38px;
		line-height: 38px;
	}
	#problem .heading_wrapper .sub_txt {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}
}

@media screen and (min-width: 768px) {
	#problem .heading_wrapper {
		margin: 0 auto 35px;
	}
	#problem .heading_wrapper .heading_eng h3 {
		display: block;
		color: #1572e9;
	}
	#problem .heading_wrapper .heading_jpn h3 div {
		font-size: 46px;
		line-height: 46px;
	}
	#problem .heading_wrapper .sub_txt {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
}

@media screen and (min-width: 1000px) {
	#problem .heading_wrapper {
		margin: 0 auto 80px;
	}
	#problem .heading_wrapper .heading_jpn h3 div {
		display: inline-block;
		font-size: 46px;
		line-height: 46px;
	}
}

/* Problem List Settings
==================================================*/
/* Problem List Wrapper */
.problem_list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.problem_list ul li {
	margin: 0 auto 20px;
	width: 400px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.problem_list .bubble {
	padding: 0px 15px 5px;
	width: 210px;
	height: 81px;
	background-image: url(../img/problem_bubble.png);
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.problem_list .bubble span {
	font-size: 10px;
	line-height: 16px;
	border-bottom: 1px dotted #000;
}

.problem_list .problem_icon {
	width: 81px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.problem_list .problem_icon img {
	display: block;
}

.under_bubble {
	width: 100%;
	height: 74px;
	color: #fff;
	border-radius: 37px;
	background-color: #1572e9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.under_bubble span {
	display: inline-block;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
}

@media screen and (min-width: 375px) {
	.problem_list ul li {
		width: 400px;
	}
	.problem_list .bubble {
		padding: 0px 15px 10px;
		width: 283px;
		height: 107px;
	}
	.problem_list .bubble span {
		font-size: 12px;
		line-height: 24px;
	}
	.problem_list .problem_icon {
		width: initial;
	}
	.under_bubble span {
		display: inline-block;
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (min-width: 554px) {
	.problem_list ul li {
		margin: 0 auto 40px;
		width: 457px;
	}
	.problem_list .bubble {
		padding: 25px 20px 27px;
		width: 340px;
		height: 133px;
	}
	.problem_list .bubble span {
		font-size: 16px;
		line-height: 26px;
	}
	.under_bubble span br {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.under_bubble {
		height: 60px;
		border-radius: 30px;
	}
	.under_bubble span {
		font-size: 20px;
		line-height: 60px;
	}
}

@media screen and (min-width: 1300px) {
	.problem_list ul {
		margin: 0 0 45px 0;
	}
	.problem_list ul li {
		margin: 0 30px 35px 0;
		-webkit-width: calc((100% - 30px)/2);
		width: calc((100% - 30px)/2);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.problem_list ul li:nth-child(2n) {
		margin: 0 0 35px 0;
		-webkit-width: calc((100% - 30px)/2);
		width: calc((100% - 30px)/2);
	}
	.problem_list .bubble {
		padding: 25px 25px 27px;
		width: 463px;
		height: 179px;
	}
	.problem_list .bubble span {
		font-size: 20px;
		line-height: 40px;
	}
	.under_bubble {
		height: 120px;
		border-radius: 60px;
	}
	.under_bubble span {
		font-size: 34px;
		line-height: 120px;
	}
}

/*====================================================================

	Cost Settings

	====================================================================*/
/* Cost Wrapper Settings
==================================================*/
/* Wrapper */
#cost {
	padding: 50px 10px 55px;
	background-color: #fff;
	background-image: url(background_low_cost.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 400%;
}

@media screen and (min-width: 414px) {
	#cost {
		background-size: 300%;
	}
}

@media screen and (min-width: 768px) {
	#cost {
		padding: 100px 40px 105px;
		background-size: initial;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#cost .heading_wrapper {
	margin: 0 auto 35px;
}

/* Heading English */
#cost .heading_wrapper .heading_eng h3 {
	display: none;
}

#cost .heading_wrapper .heading_jpn h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

#cost .heading_wrapper .heading_jpn h3 div {
	font-size: 20px;
	line-height: 20px;
}

/* Heading Japanese Text Part */
#cost .heading_wrapper .heading_jpn h3 span {
	color: #cf4646;
}

#cost .heading_wrapper .sub_txt span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

@media screen and (min-width: 375px) {
	#cost .heading_wrapper .heading_jpn h3 div {
		font-size: 24px;
		line-height: 28px;
	}
}


@media screen and (min-width: 554px) {
	#cost .heading_wrapper {
		margin: 0 auto 35px;
	}
	#cost .heading_wrapper .heading_jpn h3 div {
		font-size: 38px;
		line-height: 38px;
	}
	#cost .heading_wrapper .sub_txt span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}
}

@media screen and (min-width: 768px) {
	#cost .heading_wrapper {
		margin: 0 auto 35px;
	}
	#cost .heading_wrapper .heading_eng h3 {
		display: block;
		color: #000;
	}
	#cost .heading_wrapper .heading_jpn h3 div {
		font-size: 46px;
		line-height: 46px;
	}
	#cost .heading_wrapper .sub_txt span {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
}

@media screen and (min-width: 1000px) {
	#cost .heading_wrapper {
		margin: 0 auto 80px;
	}
	#cost .heading_wrapper .heading_jpn h3 div {
		display: inline-block;
		font-size: 46px;
		line-height: 46px;
	}
}

/* Cost Wrapper Settings
==================================================*/
/* All Wrapper */
.contents_in .cost_wrapper {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Wrapper */
.cost_asia,
.cost_purchase {
	margin-bottom: 20px;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	background-image: url(background_recycle.png);
	background-repeat: no-repeat;
	background-position: right 20px bottom 10px;
	background-size: 100px 100px;
	border-radius: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(13px 13px 10px rgba(0,0,0,0.1));
}

/* Heading */
.cost_asia h4,
.cost_purchase h4 {
	margin-bottom: 20px;
	color: #1572e9;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Main Text */
.cost_asia p,
.cost_purchase p {
	color: #000;
	font-size: 12px;
}

/* Image Wrapper */
.asia_image,
.purchase_image {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

/* Asia Image */
.asia_image img {
	width: 100%;
	height: 242px;
	border-radius: 20px;
	object-fit: cover;
}

/* Purchase Image */
.purchase_image img {
	width: 100%;
	height: 302px;
	border-radius: 20px;
	object-fit: cover;
}

/* Under Text */
#cost .under_txt {
	margin: 20px auto 0;
	color: #000;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}

@media screen and (min-width: 375px) {
	.cost_asia,
	.cost_purchase {
		padding: 20px 20px 30px;
		border-radius: 0 20px 0 20px;
	}
	.cost_asia h4,
	.cost_purchase h4 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.cost_asia p,
	.cost_purchase p {
		font-size: 12px;
	}
	.asia_image img {
		border-radius: 10px;
	}
	.purchase_image img {
		border-radius: 10px;
	}
	#cost .under_txt {
		font-size: 10px;
		line-height: 16px;
	}
}

@media screen and (min-width: 554px) {
	.cost_asia h4,
	.cost_purchase h4 {
		font-size: 28px;
	}
	.cost_asia p,
	.cost_purchase p {
		font-size: 18px;
		line-height: 34px;
	}
	#cost .under_txt {
		margin: 20px auto 0;
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (min-width: 768px) {
	.cost_asia,
	.cost_purchase {
		padding: 30px 30px 50px;
		margin-bottom: 20px;
		width: 100%;
	}
	.cost_asia,
	.cost_purchase {
		background-position: right 40px bottom 30px;
		background-size: initial;
	}
	.cost_asia h4,
	.cost_purchase h4 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.cost_asia p,
	.cost_purchase p {
		font-size: 16px;
		line-height: 28px;
	}
	#cost .under_txt {
		margin: 20px auto 0;
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (min-width: 1100px) {
	.contents_in .cost_wrapper {
		flex-direction: initial;
	}
	.cost_asia,
	.cost_purchase {
		margin-bottom: 0px;
		padding: 30px 30px 50px;
		width: 48%;
		border-radius: 0 30px 0 30px;
	}
	.cost_asia p,
	.cost_purchase p {
		font-size: 18px;
		line-height: 34px;
	}
	#cost .under_txt {
		margin: 100px auto 0;
		font-size: 20px;
		line-height: 32px;
	}
}

/*====================================================================

	Flow Settings

	====================================================================*/
/* Flow Wrapper Settings
==================================================*/
/* Wrapper */
#flow {
	width: 100%;
	height: auto;
	padding: 50px 10px 55px;
	background-color: #1572e9;
}

@media screen and (min-width: 768px) {
	#flow {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#flow .heading_wrapper {
	margin: 0px auto 35px;
}

/* Heading English */
#flow .heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese */
#flow .heading_wrapper .heading_jpn h3 {
	color: #fff;
}

/* Sub Text */
#flow .heading_wrapper .sub_txt {
	color: #fff;
}

@media screen and (min-width: 554px) {
	#flow .heading_wrapper {
		margin: 0px auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#flow .heading_wrapper {
		margin: 0px auto 35px;
	}
	#flow .heading_wrapper:before {
		background-color: #fff;
	}
	#flow .heading_wrapper:after {
		border-color: #fff transparent transparent transparent;
	}
	#flow .heading_wrapper .heading_eng h3 {
		display: block;
		color: #fff;
	}
}

@media screen and (min-width: 1000px) {
	#flow .heading_wrapper {
		margin: 0px auto 80px;
	}
}

/* Flow List Wrapper Settings
==================================================*/
/* Wrapper */
.flow_list {
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 25px;
}

/* Flow List Wrapper */
.flow_list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* Flow List Line */
.flow_list ul li {
	margin-bottom: 20px;
	padding: 0 15px;
	width: 50%;
	position: relative;
}

/* Flow List Line After 3rd */
.flow_list ul li:nth-child(n+3) {
	margin-bottom: 0px;
}

/* Flow List Line Before Triangle */
.flow_list ul li:before {
	content: "";
	position: absolute;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #dbdbdb;
	top: -60px;
	left: 0;
	bottom: 0;
}

/* Flow List 2nd Line After Triangle */
.flow_list ul li:nth-child(2):after {
	content: "";
	position: absolute;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #dbdbdb;
	top: -60px;
	right: 0;
	bottom: 0;
}

/* Flow List 1st Line Before Triangle */
.flow_list ul li:first-child:before {
	display: none;
}

/* Flow List Last Line Border */
.flow_list ul li:last-child {
	border-right: none;
}

/* Flow List Circle Wrapper */
.flow_list ul li .flow_circle {
	margin: 0 auto;
	padding: 5px;
	width: 80px;
	height: 80px;
	background-color: #1572e9;
	border-radius: 73px;
	text-align: center;
}

/* Flow List Circle Text */
.flow_circle span {
	display: inline-block;
	margin-bottom: 3px;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}

/* Flow List Circle Image Wrapper */
.flow_image {
	height: 40px;
}

/* Flow List Circle Image */
.flow_image img {
	height: 100%;
}

/* Flow List Circle Under Heading */
.flow_list ul li h4 {
	margin: 5px auto;
	color: #1572e9;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Flow List Circle Under Heading */
.flow_list ul li p {
	font-size: 10px;
	line-height: 15px;
}

@media screen and (min-width: 375px) {
	.flow_list ul li {
		margin-bottom: 20px;
		padding: 0 35px;
		width: 50%;
		position: relative;
	}
}

@media screen and (min-width: 768px) {
	.flow_list ul li p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (min-width: 1000px) {
	.flow_list ul {
		flex-wrap: initial;
	}
	.flow_list ul li {
		margin-bottom: 0px;
		padding: 0 35px;
		width: 25%;
		border-right: 2px solid #dbdbdb;
	}
	.flow_list ul li:before {
		border-width: 17.5px 0 17.5px 23px;
		top: 0;
	}
	.flow_list ul li:nth-child(2):after {
		display: none;
	}
	.flow_list ul li .flow_circle {
		padding: 20px;
		width: 146px;
		height: 146px;
	}
	.flow_circle span {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.flow_image {
		height: initial;
	}
	.flow_list ul li p {
		font-size: 18px;
		line-height: 28px;
	}
	.flow_list ul li h4 {
		margin: 25px auto;
		font-size: 24px;
	}
}

/* Under Text Settings
==================================================*/
/* Wrapper */
#flow .under_txt {
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}

@media screen and (min-width: 375px) {
	#flow .under_txt {
		font-size: 10px;
		line-height: 16px;
	}
}

@media screen and (min-width: 554px) {
	#flow .under_txt {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (min-width: 768px) {
	#flow .under_txt {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (min-width: 1100px) {
	#flow .under_txt {
		margin: 60px auto 0;
		font-size: 20px;
		line-height: 32px;
	}
}

/*====================================================================

	Voice Settings

	====================================================================*/
/* Voice Wrapper Settings
==================================================*/
/* Wrapper */
#voice {
	padding: 50px 10px 55px;
	background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
	#voice {
		padding: 100px 40px 105px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#voice .heading_wrapper {
	margin: 0 auto 35px;
}

/* Heading English */
#voice .heading_wrapper .heading_eng h3 {
	display: none;
}

@media screen and (min-width: 554px) {
	#voice .heading_wrapper {
		margin: 0 auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#voice .heading_wrapper {
		margin: 0 auto 35px;
	}
	#voice .heading_wrapper .heading_eng h3 {
		display: block;
		color: #1572e9;
	}
}

@media screen and (min-width: 1000px) {
	#voice .heading_wrapper {
		margin: 0 auto 80px;
	}
}


/* Voice List Settings
==================================================*/
/* Voice List Wrapper */
.voice_list {
	margin-top: 30px;
	width: 100%;
}

/* Voice List */
.voice_list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* Voice List Item */
.voice_list ul li {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.voice_list ul li .voice_list_in {
	position: relative;
	padding: 20px;
	width: 100%;
	background-color: #fff;
	border-radius: 0 15px 0 15px;
	z-index: 5;
}

.voice_list ul li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(background_shadow.png);
	border-radius: 0 25px 0 25px;
	z-index: 0;
	left: 5px;
	top: 5px;
}


/* Voice List Item Hidden */
.voice_list ul li:nth-child(n+2) {
	margin-top: 20px;
}

/* Voice List Item Hidden */
.voice_list ul li:nth-child(n+3) {
	display: none;
}

@media screen and (min-width: 554px) {
	.voice_list ul li .voice_list_in {
		padding: 35px;
		border-radius: 0 25px 0 25px;
	}
}

@media screen and (min-width: 768px) {
	.voice_list ul li {
		margin: 0 45px 0 0;
		-webkit-width: calc((100% - 45px)/2);
		width: calc((100% - 45px)/2);
	}
	.voice_list ul li:nth-child(2n) {
		margin: 0;
	}
	.voice_list ul li:after {
		left: 10px;
		top: 10px;
	}
	.voice_list ul li:nth-child(n+2) {
		margin-top: 0px;
	}
	.voice_list ul li:nth-child(n+3) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
	}
}

/* Voice Head Settings
==================================================*/
/* Voice List Item Head */
.voice_head {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #acacac;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Face Icon */
.voice_head .face_icon {
	width: 31%;
	vertical-align: top;
}

/* Voice List Item Head Text */
.voice_head .title_box {
	width: 64%;
}

/* Voice List Item Head Data Text */
.title_box .data {
	margin-bottom: 10px;
	width: 100%;
	height: 24px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
}

/* Woman Background */
.woman .title_box .data {
	background-color: #e44371;
}

/* Man Background */
.man .title_box .data {
	background-color: #134e91;
}

/* Voice List Item Head Title */
.title_box .title {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

/* Woman Background */
.woman .title_box .title {
	color: #e44371;
}

/* Man Background */
.man .title_box .title {
	color: #134e91;
}

@media screen and (min-width: 375px) {
	.voice_head {
		padding-bottom: 15px;
		border-bottom: 3px solid #acacac;
	}
	.title_box .data {
		margin-bottom: 15px;
	}
	.title_box .title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (min-width: 554px) {
	.voice_head {
		padding-bottom: 20px;
	}
	.title_box .data {
		margin-bottom: 20px;
		height: 44px;
		font-size: 22px;
		line-height: 44px;
		border-radius: 22px;
	}
	.title_box .title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (min-width: 768px) {
	.voice_head {
		padding-bottom: 10px;
	}
	.title_box .data {
		margin-bottom: 10px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		border-radius: 11px;
	}
	.title_box .title {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (min-width: 900px) {
	.title_box .data {
		margin-bottom: 15px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 15px;
	}
	.title_box .title {
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (min-width: 1100px) {
	.voice_head {
		padding-bottom: 25px;
	}
	.title_box .data {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.title_box .title {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1450px) {
	.title_box .data {
		margin-bottom: 25px;
		height: 44px;
		font-size: 22px;
		line-height: 44px;
		border-radius: 22px;
	}
	.title_box .title {
		font-size: 28px;
		line-height: 38px;
	}
}

/* Voice Body Settings
==================================================*/
/* Voice List Item Body */
.voice_body {
	padding-top: 10px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

@media screen and (min-width: 554px) {
	.voice_body {
		padding-top: 15px;
		font-size: 18px;
		line-height: 32px;
	}
}

@media screen and (min-width: 768px) {
	.voice_body {
		padding-top: 15px;
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (min-width: 1100px) {
	.voice_body {
		padding-top: 35px;
		font-size: 18px;
		line-height: 32px;
	}
}

/* View More Button Settings
==================================================*/
/* View More Button */
.view_more_btn {
	margin: 30px auto 0;
	width: 180px;
	height: 46px;
	color: #fff;
	border-radius: 23px;
	background-color: #17a76f;
	-webkit-filter: drop-shadow(20px 20px 10px rgba(0,0,0,0.1));
	filter: drop-shadow(20px 20px 10px rgba(0,0,0,0.1));
}

/* View More Button Link */
.view_more_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 46px;
	text-align: center;
	border-radius: 45px;
}

@media screen and (min-width: 554px) {
	.view_more_btn {
		margin: 60px auto 0;
		width: 360px;
		height: 90px;
		border-radius: 45px;
	}
	.view_more_btn a {
		font-size: 26px;
		line-height: 90px;
	}
}

/*====================================================================

	Area Settings

	====================================================================*/
/* Area Wrapper Settings
==================================================*/
/* Wrapper */
#area {
	padding: 50px 20px 55px;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	#area {
		padding: 100px 40px 105px;
	}
	#area .contents_in .area_accordion {
		padding: 0 90px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#area .heading_wrapper {
	margin: 0 auto 35px;
}

/* Heading English */
#area .heading_wrapper .heading_eng h3 {
	display: none;
}

@media screen and (min-width: 554px) {
	#area .heading_wrapper {
		margin: 0 auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#area .heading_wrapper {
		margin: 0 auto 35px;
	}
	#area .heading_wrapper:before {
		background-color: #1572e9;
	}
	#area .heading_wrapper:after {
		border-color: #1572e9 transparent transparent transparent;
	}
	#area .heading_wrapper .heading_eng h3 {
		display: block;
		color: #1572e9;
	}
}

@media screen and (min-width: 1000px) {
	#area .heading_wrapper {
		margin: 0 auto 35px;
	}
}

/*====================================================================

	Area Settings

	====================================================================*/
/* Area Wrapper Settings
==================================================*/
/* Wrapper */
.area_btn_wrapper {
	display: none;
}

/* Image Wrapper */
.area_image {
	margin-right: 15px;
}

/* Area List Wrapper */
.area_list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* Area List Line */
.area_list ul li {
	margin-right: 10px;
	height: 56px;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
	border-radius: 28px;
	background-color: #1572e9;
	text-align: center;
}
.area_list ul li:last-child {
	margin-right: 0;
}
/* Area List Line Link */
.area_list ul li a {
	display: block;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	line-height: 56px;
}

/* Area Accordion Heading */
.area_accordion dt {
	margin-bottom: 10px;
	padding-left: 40px;
	display: block;
	width: 100%;
	height: 37px;
	color: #1572e9;
	font-size: 15px;
	font-weight: bold;
	line-height: 37px;
	border-bottom: 3px solid #a0a0a0;
	position: relative;
}

/* Area Accordion Heading Before Arrow */
.area_accordion dt:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #1572e9;
	border-right: 3px solid #1572e9;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.4s;
}

/* Area Accordion Active Heading Before Arrow */
.area_accordion dt.active:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #1572e9;
	border-right: 3px solid #1572e9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.4s;
}

/* Area Accordion Contents */
.area_accordion dd {
	display: none;
}

/* Area Accordion Toggle Contents Heading */
.area_accordion .toggle h4 {
	color: #1572e9;
	font-size: 12px;
	font-weight: bold;
}

/* Area Accordion Toggle Contents Heading First Letter */
.area_accordion .toggle h4:first-letter {
	font-size: 15px;
	font-weight: bold;
}

/* Area Accordion Toggle Contents Text */
.area_accordion .toggle p {
	font-size: 12px;
}
.area_accordion .toggle p a {
	font-size: 12px;
}

/* Area Accordion Toggle Contents List Line */
.area_accordion .toggle li {
	padding: 10px 20px 15px;
	background-color: #fbfae1;
	border-radius: 10px;
	margin-bottom: 5px;
}

/* Area Accordion Toggle Contents List Last Line */
.area_accordion .toggle li:last-child {
	margin-bottom: 30px;
}

@media screen and (min-width: 554px) {
	.area_accordion dt {
		margin-bottom: 20px;
		padding-left: 55px;
		font-size: 26px;
		height: 67px;
		line-height: 67px;
	}
	.area_accordion dt:before {
		top: 22px;
		width: 14px;
		height: 14px;
		border-top: 4px solid #1572e9;
		border-right: 4px solid #1572e9;
	}
	.area_accordion dt.active:before {
		top: 30px;
		width: 14px;
		height: 14px;
		border-top: 4px solid #1572e9;
		border-right: 4px solid #1572e9;
	}
	.area_accordion .toggle h4 {
		font-size: 20px;
	}
	.area_accordion .toggle h4:first-letter {
		font-size: 24px;
	}
	.area_accordion .toggle p {
		font-size: 20px;
	}
	.area_accordion .toggle p a{
		font-size: 20px;
	}
	.area_accordion .toggle li {
		padding: 10px 20px 15px;
		background-color: #fbfae1;
		border-radius: 25px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1220px) {
	.area_btn_wrapper {
		margin-bottom: 50px;
		width: 100%;
		height: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

/*====================================================================

	Cation Settings

	====================================================================*/
/* Cation Wrapper Settings
==================================================*/
/* Wrapper */
#trouble {
	width: 100%;
	height: auto;
	padding: 50px 10px 55px;
	background-color: #1572e9;
}

@media screen and (min-width: 768px) {
	#trouble {
		padding: 100px 40px 105px;
	}
}

@media screen and (min-width: 1300px) {
	#trouble .contents_in {
		padding: 0 90px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#trouble .heading_wrapper {
	margin: 0px auto 35px;
}

/* Heading English */
#trouble .heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese */
#trouble .heading_wrapper .heading_jpn h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

/* Heading Japanese Text New Line */
#trouble .heading_wrapper .heading_jpn h3 div {
	font-size: 20px;
	line-height: 20px;
}

/* Sub Text */
#trouble .heading_wrapper .sub_txt {
	color: #fff;
}

@media screen and (min-width: 375px) {
	#trouble .heading_wrapper .heading_jpn h3 div {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (min-width: 554px) {
	#trouble .heading_wrapper {
		margin: 0px auto 35px;
	}
	#trouble .heading_wrapper .heading_jpn h3 div {
		font-size: 38px;
		line-height: 38px;
	}
}

@media screen and (min-width: 768px) {
	#trouble .heading_wrapper {
		margin: 0px auto 35px;
	}
	#trouble .heading_wrapper:before {
		background-color: #fff;
	}
	#trouble .heading_wrapper:after {
		border-color: #fff transparent transparent transparent;
	}
	#trouble .heading_wrapper .heading_eng h3 {
		display: block;
		color: #fff;
	}
	#trouble .heading_wrapper .heading_jpn h3 div {
		font-size: 46px;
		line-height: 46px;
	}
}

@media screen and (min-width: 1000px) {
	#trouble .heading_wrapper {
		margin: 0px auto 80px;
	}
	#trouble .heading_wrapper .heading_jpn h3 div {
		display: inline-block;
		font-size: 46px;
		line-height: 46px;
	}
}

/* Trouble Block Settings
==================================================*/
/* Trouble Block Wrapper */
.trouble_block {
	padding: 20px;
	background-color: #fff;
	border-radius: 0 15px 0 15px;
	text-align: center;
	position: relative;
}

/* Trouble Block Warning Image */
.trouble_block:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 76px;
	background-image: url(icon_trouble_warning.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -15px;
	left: 20px;
}

/* Trouble Block Heading */
.trouble_block h4 {
	display: inline-block;
	margin: 0 0 15px;
	padding-bottom: 5px;
	color: #1572e9;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: 2px solid #1572e9;
	position: relative;
}

/* Trouble Block Main Text */
.trouble_block p {
	font-size: 10px;
	line-height: 15px;
}

/* Dumping Trouble Wrapper */
.trouble_dumping {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.trouble_block {
		padding: 50px 25px;
		border-radius: 0 25px 0 25px;
	}
	.trouble_block:before {
		width: 80px;
		height: 123px;
		top: -15px;
		left: 25px;
	}
	.trouble_block h4 {
		padding-bottom: 8px;
		font-size: 28px;
		line-height: 28px;
		border-bottom: 4px solid #1572e9;
	}
	.trouble_block p {
		font-size: 16px;
		line-height: 28px;
	}
	.trouble_dumping {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.trouble_block {
		padding: 50px 20px;
	}
	.trouble_block:before {
		width: 109px;
		height: 167px;
		top: -34px;
		left: 56px;
	}
	.trouble_block h4 {
		display: inline-block;
		margin: 0 0 30px;
		padding-bottom: 10px;
	}
	.trouble_block p {
		font-size: 18px;
		line-height: 30px;
	}
	.trouble_dumping {
		margin-top: 45px;
	}
}

@media screen and (min-width: 1300px) {
	.trouble_block {
		padding: 50px;
	}
}

/*====================================================================

	Question Settings

	====================================================================*/
/* Question Wrapper Settings
==================================================*/
/* Wrapper */
#question {
	padding: 50px 10px 55px;
	background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
	#question {
		padding: 100px 40px 105px;
	}
}

@media screen and (min-width: 1300px) {
	#question .contents_in {
		padding: 0 90px;
	}
}
/* Heading Settings
==================================================*/
/* Heading Wrapper */
#question .heading_wrapper {
	margin: 0 auto 35px;
}
/* Heading English */
#question .heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese Text Part */
#question .heading_wrapper .heading_jpn h3 span {
	color: #cf4646;
}

@media screen and (min-width: 554px) {
	#question .heading_wrapper {
		margin: 0 auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#question .heading_wrapper {
		margin: 0 auto 35px;
	}
	#question .heading_wrapper .heading_eng h3 {
		display: block;
		color: #616161;
	}
}

@media screen and (min-width: 1000px) {
	#question .heading_wrapper {
		margin: 0 auto 80px;
	}
}

/* Question Accordion Settings
==================================================*/
/* Question Accordion Heading */
.question_accordion dt {
	margin: 0 0 5px 0;
	padding: 10px 40px 10px 53px;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background-color: #fff;
	position: relative;
}

/* Question Accordion Heading Before Question Icon */
.question_accordion dt:before {
	content: "Q";
	position: absolute;
	display: block;
	width: 40px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	background-color: #ff7c5e;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
	bottom: 0;
}

/* Question Accordion Heading After Arrow */
.question_accordion dt:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 8px 6.5px;
	border-color: transparent transparent #f2a67d transparent;
	transition: all 0.4s;
}

.question_accordion dt:first-of-type:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Question Accordion Active Heading After Arrow */
.question_accordion dt.active:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 8px 6.5px;
	border-color: transparent transparent #f2a67d transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.4s;
}

.question_accordion dt.active:first-of-type:after {
	transform: initial;
}

.question_accordion dd {
	display: none;
}

.question_accordion dd:first-of-type {
	display: block;
}

/* Question Accordion Toggle Contents Main Text */
.question_accordion .toggle {
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
	position: relative;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
}

/* Question Accordion Heading Before Answer Icon */
.question_accordion .toggle:before {
	content: "A";
	position: absolute;
	display: block;
	width: 40px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	background-color: #f2a67d;
	border-radius: 0 0 0 7px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
}

/* Question Accordion Last Toggle Contents */
.question_accordion .toggle:last-child {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.question_accordion dt {
		margin: 0 0 5px;
		padding: 20px 50px 20px 85px;
		font-size: 22px;
		line-height: 26px;
	}
	.question_accordion dt:before {
		content: "Q";
		position: absolute;
		display: block;
		width: 66px;
		height: 100%;
		color: #fff;
		font-size: 24px;
		line-height: 24px;
		background-color: #ff7c5e;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: 0;
		left: 0;
		bottom: 0;
	}
	.question_accordion dt:after {
		top: 23px;
		right: 20px;
		border-width: 0 13px 15px 13px;
	}
	.question_accordion dt.active:after {
		top: 27px;
		right: 20px;
		border-width: 0 13px 15px 13px;
	}
	.question_accordion .toggle {
		position: relative;
		padding: 10px 20px 10px 85px;
		min-height: 66px;
		font-size: 18px;
		line-height: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.question_accordion .toggle:before {
		content: "A";
		position: absolute;
		display: block;
		width: 66px;
		height: 100%;
		color: #fff;
		font-size: 24px;
		background-color: #f2a67d;
		border-radius: 0 0 0 7px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: 0;
		left: 0;
	}
	.question_accordion .toggle:last-child {
		margin: 0 0 30px;
	}
}

/*====================================================================

	Form Settings

	====================================================================*/
/* Form Wrapper Settings
==================================================*/
/* Wrapper */
#form {
	width: 100%;
	height: auto;
	padding: 50px 10px 55px;
	background-color: #1572e9;
}

@media screen and (min-width: 768px) {
	#form {
		padding: 100px 40px 105px;
	}
}

@media screen and (min-width: 1000px) {
	#form .contents_in {
		padding: 0 90px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#form .heading_wrapper {
	margin: 0px auto 35px;
}


/* Heading English */
#form .heading_wrapper .heading_eng h3 {
	display: none;
}

/* Heading Japanese */
#form .heading_wrapper .heading_jpn h3 {
	color: #fff;
}

/* Heading Japanese Text Part */
#form .heading_wrapper .heading_jpn h3 span {
	color: #fff544;
}

/* Sub Text */
#form .heading_wrapper .sub_txt {
	color: #fff;
}

@media screen and (min-width: 554px) {
	#form .heading_wrapper {
		margin: 0px auto 35px;
	}
}

@media screen and (min-width: 768px) {
	#form .heading_wrapper {
		margin: 0px auto 35px;
	}
	#form .heading_wrapper:before {
		background-color: #fff;
	}
	#form .heading_wrapper:after {
		border-color: #fff transparent transparent transparent;
	}
	#form .heading_wrapper .heading_eng h3 {
		display: block;
		color: #fff;
	}
}

@media screen and (min-width: 1000px) {
	#form .heading_wrapper {
		margin: 0px auto 80px;
	}
}

/* Form Area Settings
==================================================*/
/* Form Area Wrapper */
input[type="radio" i] {
	margin: 1px 3px 0px 5px!important;
}

.form_area {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

/* Form Area Data List */
.form_area dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form_area dl:nth-child(n+9) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* Form Area Contents Inner Space */
.form_area dd {
	padding: 10px 10px;
}

/* Form Area Last Data Title Radius */
.form_area dt:last-of-type {
	border-radius: 0;
}

/* Form Area Last Data Detail Radius */
.form_area dd:last-of-type {
	padding: 10px 10px;
	border-radius: 0 0 10px 10px;
}

/* Form Heading */
.form_head {
	padding-left: 0px;
	width: 50%;
	height: 58px;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	background-color: #f9f9f9;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.form_head:nth-child(n+9) {
	width: 100%;
	height: auto;
	min-height: 35px;
	border-right: none;
}


/* Form Heading 1st Item */
.form_head:first-of-type {
	border-radius: 10px 0 0 0;
	border-top: none;
}

/* Form Body 2nd Item */
.form_body:first-of-type {
	min-height: 54px;
	border-radius: 0;
}

/* Form Label */
.form_head label {
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}

/* New Line */
.line2 div {
	font-size: 12px;
	display: inline-block;
}

/* Form Body */
.form_body {
	padding: 0 30px;
	width: 50%;
	min-height: 54px;
	background-color: #fff;
	border-top: 1px solid #c9c9c9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.form_body:first-of-type {
	border-radius: 0 10px 0 0;
}

.form_body:nth-child(n+9) {
	width: 100%;
}

/* Input Form Red */
input#working_date,
input#working_time,
input#name,
input#tel,
input#e-mail,
input#post,
input#pref,
input#address,
input#free_estimates {
	width: 100%;
	max-width: 468px;
	padding: 10px;
	background-color: #fce6e4;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	box-sizing: border-box;
}

/* Input Form Red Focus */
input#working_date:focus,
input#working_time:focus,
input#name:focus,
input#tel:focus,
input#e-mail:focus,
input#post:focus,
input#pref:focus,
input#address:focus,
input#free_estimates:focus {
	box-shadow: 0 0 0 1px #009286;
	outline: none;
}

/* Input Form */
input#introduction_name {
	margin: 10px auto 0;
	display: block;
	-webkit-width: calc(100% - 22px);
	width: calc(100% - 22px);
	padding: 10px;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
}

/* Input Form Focus */
input#introduction_name:focus {
	box-shadow: 0 0 0 1px #009286;
	outline: none;
}

.form_area dd .address {
	margin: 0 auto;
	width: 100%;
	max-width: 468px;
}

.form_area dd.residence .body_title {
	margin: 10px 0 5px;
}

.form_area dd.residence .body_title:first-child {
	margin: 0 0 5px;
}

.form_area dd.residence input#post {
	display: inline-block;
}

.form_area dd.residence .note {
	margin-top: 5px;
	display: inline-block;
	color: #f00;
}

.form_area dd.free {
	padding: 10px;
}

.form_area dd.free > div {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	max-width: 468px;
}

.form_area dd.free span {
	margin-bottom: 5px;
	font-size: 12px;
	display: inline-block;
}

/* Remarks Wrapper */
.remarks {
	width: 100%;
}

/* Remarks Text Area */
.remarks textarea {
	margin: 20px auto 0;
	display: block;
	padding: 10px;
	-webkit-width: calc(100% - 22px);
	width: calc(100% - 22px);
	height: 90px;
	border-radius: 5px;
	resize: none;
}

/* Remarks Text Area Focus */
.remarks textarea:focus {
	box-shadow: 0 0 0 1px #009286;
	outline: none;
}

/* Luggage Type Check Box Wrapper */
.luggage_type {
	width: 505px;
}

/* Check Box Wrapper */
.checkbox {
	margin-right: 25px;
	display: inline-block;
}

/* Form Around Text */
.form_body .under_text {
	font-size: 10px;
	line-height: 16px;
}

.form_body .where_know .under_text {
	margin-top: 5px;
}

/* Form Around Text Red Text Part */
.form_body .under_text span {
	font-size: 10px;
	line-height: 16px;
	color: #e31e18;
}

/* Form Button Wrapper */
.form_btn {
	display: block;
	margin: 30px auto 0;
	width: 180px;
}

/* Submit Button */
button#submit_btn {
	width: 180px;
	height: 45px;
	border: none;
	border-radius: 45px;
	background-color: #fff544;
	outline: none;
	cursor: pointer;
}

/* Submit Button Text */
button#submit_btn span {
	color: #1572e9;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

@media screen and (min-width: 375px) {
	.form_head {
		padding-left: 0px;
		width: 50%;
		height: 58px;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		background-color: #f9f9f9;
		border-top: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.form_head label {
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
	}
	.line2 div {
		font-size: 14px;
		display: inline-block;
	}
	.form_body .under_text {
		font-size: 12px;
		line-height: 16px;
	}
	.form_body .under_text span {
		font-size: 12px;
		line-height: 16px;
		color: #e31e18;
	}
}

@media screen and (min-width: 554px) {
	.form_area dd:last-of-type {
		padding: 20px 30px;
	}
}

@media screen and (min-width: 768px) {
	.form_area {
		border-radius: 25px;
	}
	.form_area dl {
		flex-direction: initial;
	}
	.form_area dd:first-of-type {
		border-radius: 0 25px 0 0;
	}
	.form_area dd{
		padding: 0 30px;
	}
	.form_area dd.know,
	.form_area dd.residence {
		padding: 30px;
		min-height: 175px;
	}
	.form_area dt:last-of-type {
		border-radius: 0 0 0 25px;
	}
	.form_area dd:last-of-type {
		padding: 30px;
		border-radius: 0 0 25px 0;
	}
	.form_head {
		padding-left: 35px;
		width: 260px;
		min-height: 110px;
		justify-content: initial;
	}
	.form_head:first-of-type {
		width: 260px;
		min-height: 116px;
		border-radius: 25px 0 0 0;
	}
	.form_head:nth-child(n+9) {
		width: 260px;
		min-height: 54px;
		border-right: 1px solid #c9c9c9;
	}
	.form_body:first-of-type {
		min-height: 116px;
		border-radius: 0 0 25px 0;
		border-top: none;
	}
	.form_body:nth-child(n+9) {
		-webkit-width: calc(100% - 260px);
		width: calc(100% - 260px);
	}
	.line2 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.line2 div {
		display: block;
		font-size: 14px;
	}
	.form_body {
		-webkit-width: calc(100% - 260px);
		width: calc(100% - 260px);
		min-height: 110px;
		justify-content: initial;
	}
	input#working_date {
		width: 100%;
		max-width: 230px;
	}
	input#post {
		width: 100%;
		max-width: 130px;
	}
	.form_body .under_text {
		font-size: 16px;
		line-height: 26px;
	}
	.form_body .under_text span {
		font-size: 16px;
		line-height: 26px;
		color: #e31e18;
	}
	.form_area dd.residence input#post {
		margin-right: 10px;
	}
	.form_area dd.free {
		padding: 30px;
	}
	.form_btn {
		display: block;
		margin: 80px auto 0;
		width: 360px;
	}
	button#submit_btn {
		width: 360px;
		height: 90px;
	}
	button#submit_btn span {
		font-size: 26px;
		line-height: 26px;
	}
}


@media screen and (min-width: 1100px) {
	.form_head {
		padding-left: 35px;
		width: 300px;
		min-height: 110px;
		font-size: 20px;
		line-height: 32px;

	}
	.form_head:first-of-type {
		width: 300px;
		background-color: #f9f9f9;
		border-radius: 25px 0 0 0;
		border-top: none;
	}
	.form_head:nth-child(n+9) {
		width: 300px;
		min-height: 54px;
		border-right: 1px solid #c9c9c9;
	}
	.form_head label {
		font-size: 20px;
		line-height: 32px;
	}
	.line2 div {
		font-size: 20px;
	}
	.form_body {
		-webkit-width: calc(100% - 300px);
		width: calc(100% - 300px);
		min-height: 110px;
		justify-content: initial;
	}
	.form_body:nth-child(n+9) {
		-webkit-width: calc(100% - 300px);
		width: calc(100% - 300px);
	}
	.form_area dd .address {
		margin: initial;
	}
	.form_area dd.free > div {
		margin: initial;
	}
	.form_area dd.residence .note {
		margin: 0
	}
	.form_area dd.free span {
		font-size: 14px;
	}
}

/*====================================================================

	Factory Settings

	====================================================================*/
/* Factory Wrapper Settings
==================================================*/
/* Wrapper */
#factory {
	width: 100%;
	height: auto;
	padding: 30px 20px 30px;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	#factory {
		padding: 70px 40px 70px;
	}
}

@media screen and (min-width: 1000px) {
	#factory .contents_in {
		padding: 0 90px;
	}
}



/*====================================================================

	Choice Settings

	====================================================================*/
/* System Wrapper Settings
==================================================*/
/* Wrapper */
#choice {
	padding: 50px 20px 40px;
	text-align: center;
	background: #eaa706;
	background: -moz-linear-gradient(left, #eaa706 0%, #ff5e39 100%);
	background: -webkit-linear-gradient(left, #eaa706 0%,#ff5e39 100%);
	background: linear-gradient(to right, #eaa706 0%,#ff5e39 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa706', endColorstr='#ff5e39',GradientType=1 );
}

#choice .contents_in {
	max-width: initial;
}

@media screen and (min-width: 768px) {
	#choice {
		padding: 100px 40px 80px;
	}
}

/* Heading Settings
==================================================*/
/* Heading Wrapper */
#choice .heading_wrapper {
	margin: 0 auto 35px;
}

#choice .heading_wrapper:before {
	background-color: #fff;
}

#choice .heading_wrapper:after {
	border-color: #fff transparent transparent transparent;
}

/* Heading English */
#choice .heading_wrapper .heading_eng h3 {
	display:block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#choice .heading_wrapper .heading_jpn h3 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}

/* Heading Japanese Text Part */
#choice .heading_wrapper .heading_jpn h3 span {
	color: #fff100;
}

@media screen and (min-width: 375px) {
	#choice .heading_wrapper .heading_jpn h3 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (min-width: 768px) {
	#choice .heading_wrapper .heading_eng h3 {
		color: #fff600;
		font-size: 40px;
		margin-bottom: 10px;
	}
	#choice .heading_wrapper {
		margin: 0 auto 35px;
		padding: 0 0 30px;
	}
	#choice .heading_wrapper .heading_jpn h3 {
		font-size: 46px;
		line-height: 58px;
	}
}

@media screen and (min-width: 1000px) {
	#choice .heading_wrapper {
		margin: 0 auto 50px;
	}
}

/* Choice List Settings
==================================================*/
/* Wrapper */
.choice_list {
	width: 100%;
	height: auto;
}

.choice_list ul {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.choice_list ul li {
	position: relative;
	width: calc(100%/2);
}

.choice_list ul li:nth-child(n+3) {
	margin-top: 25px;
}

.choice_list ul li:after {
	display: none;
}

.choice_list ul li:last-child:after {
	display: none;
}

.choice_circle {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.circle_image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	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;
}

.circle_image img {
	display: block;
	max-width: 80%;
}

.circle_title {
	position: absolute;
	display: inline-block;
	width: 150px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	right: auto;
	bottom: -15px;
	left: auto;
}

.circle_title h4 {
	display: inline;
	color: #f67e22;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.choice_text {
	padding-top: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

#choice .under_txt {
	margin-top: 25px;
	display: block;
	width: 100%;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	background-color: #ffea00;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	.choice_list ul li:nth-child(n+3) {
		margin-top: 40px;
	}
	.circle_image {
		width: 200px;
		height: 200px;
	}
	.circle_title {
		padding: 0 20px;
		width: initial;
		background-color: #fff;
		border-radius: 10px;
		bottom: -20px;
	}
	.circle_title h4 {
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
	}
	.choice_text {
		padding-top: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	.choice_list ul li:first-child .choice_text br:nth-child(2) {
		display: none;	
	}
	.choice_list ul li:nth-child(2) .choice_text br:first-child {
		display: none;	
	}
	.choice_list ul li:nth-child(4) .choice_text br:first-child {
		display: none;	
	}
	#choice .under_txt {
		margin-top: 70px;
		padding: 0 60px;
		display: inline-block;
		width: initial;
		font-size: 20px;
		line-height: 40px;
		border-radius: 10px;
	}
}

@media screen and (min-width: 1300px) {
	.choice_list ul li {
		width: calc(100%/4);
	}
	.choice_list ul li:nth-child(n+3) {
		margin-top: 0;
	}
	.choice_list ul li:after {
		content: "";
		position: absolute;
		display: block;
		width: 2px;
		height: 250px;
		background-color: #fff;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.choice_text {
		padding-top: 45px;
	}
	#choice .under_txt {
		margin-top: 70px;
		padding: 0 60px;
		font-size: 26px;
		line-height: 70px;
		border-radius: 10px;
	}
}

@media screen and (min-width: 1600px) {
	.circle_image {
		width: 252px;
		height: 252px;
	}
	.circle_image img {
		display: block;
		max-width: 100%;
	}
	.circle_title {
		padding: 0 40px;
		border-radius: 10px;
		bottom: -35px;
	}
	.circle_title h4 {
		font-size: 35px;
		line-height: 70px;
	}
	.choice_text {
		padding-top: 45px;
		font-size: 20px;
		line-height: 34px;
		text-align: center;
	}
}


/* Heading Settings
==================================================*/
/* Heading */
#factory .heading h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* Factory List Wrapper */
.factory_list {
	width: 100%;
}

/* Factory List Line */
.factory_list ul li {
	border-top: 1px solid #b2b2b2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* Factory List Last Line Border */
.factory_list ul li:last-child {
	border-bottom: 1px solid #b2b2b2;
}

/* Factory List Text Part Wrapper */
.factory_list ul li div {
	padding: 15px 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

/* Factory List 1st Text Part */
.factory_list ul li div:first-child {
	margin-left: 5px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

/* Factory List 2st Text Part */
.factory_list ul li div:nth-child(2) {
	padding: 15px 10px;
	color: #b2b2b2;
	vertical-align: middle;
}

/* Factory List Last Text Part */
.factory_list ul li div:last-child {
	margin-right: 5px;
	-webkit-width: calc(100% - 120px);
	width: calc(100% - 120px);
	line-height: 18px;
}

@media screen and (min-width: 768px) {
	#factory .heading h3 {
		margin-bottom: 40px;
		font-size: 20px;
	}
	.factory_list ul li div {
		padding: 30px 0;
		font-size: 15px;
		line-height: 10px;
	}

	.factory_list ul li div:first-child {
		margin-left: 60px;
		width: 80px;
	}

	.factory_list ul li div:nth-child(2) {
		padding: 30px 40px;
	}

	.factory_list ul li div:last-child {
		margin-right: 60px;
		-webkit-width: calc(100% - 325px);
		width: calc(100% - 325px);
		line-height: 20px;
	}
}

@media screen and (min-width: 850px) {
	#factory .heading h3 {
		margin-bottom: 40px;
		font-size: 32px;
	}
	.factory_list ul li div {
		font-size: 18px;
		line-height: 18px;
	}
	.factory_list ul li div:last-child {
		-webkit-width: calc(100% - 334px);
		width: calc(100% - 334px);
		line-height: 26px;
	}
}

/*====================================================================

	Line Modal Settings

	====================================================================*/
/* Line Modal Settings
==================================================*/
/* Line Modal Wrapper */
.modalLine {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(223,114,28,0.8);
	z-index: 99999;
	top: 0;
	left: 0;
}

.modalLine__inner {
	position: fixed;
	width: 90%;
	max-width: 338px;
	height: 290px;
	color:#000;
	background-color: #fff;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	cursor: auto;
}

.modalLine__inner .position-inner {
	padding: 30px 25px;
	position: relative;
	width: 100%;
	height: 100%;
}

.modalLine__inner .position-inner::-webkit-scrollbar {
	display: none;
}

.modalLine__inner .position-inner .close {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 0;
	right: 0;
}

.modalLine__inner .position-inner .close:after {
	content: "×";
	position: absolute;
	color: #000;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.modalLine__wrap {
	padding: 20px;
	background-color: #005733;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}

.modalLine__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.modalLine__text span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}

.modalLine__outertext {
	margin-top: 10px;
	font-size: 10px;
	text-align: center
}

.modalLine__button {
	margin-top: 10px;
	background-color: #00a614;
	border-radius: 5px;
}

.modalLine__button a {
	padding: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.modalLine__icon {
	margin-right: 20px;
}
.modalLine__icon svg {
	fill: #fff;
	width: 40px;
}

.modalLine__button-text {
	display: inline;
	font-size: 20px;
	line-height: 40px;
}

@media screen and (min-width: 375px) {
	.modalLine__inner .position-inner {
		padding: 30px;
	}
	.modalLine__text {
		font-size: 22px;
		line-height: 22px;
	}
	.modalLine__text span {
		font-size: 35px;
		line-height: 42px;
	}
}



/*↓トップへ戻る */
#telbtn {
	position: fixed;
	bottom: 30px;
	right: 60px;
	font-size: 14px;
	z-index: 9997;
}

/* スマホでの表示 */
@media(max-width: 599px) {
	#telbtn {
		position: fixed;
		bottom: 30px;
		right: 10px;
		font-size: 14px;
		z-index: 9997;
	}
}


.ellipse-btn {
	text-align: center;
	display: inline-block;
	height:      50px;
	line-height: 20px;
	padding: 10px 25px 50px;
	background-color: #ff0000;
	border: 1px solid #000;
	border-radius: 25px;
	font-family: Arial,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,Osaka,”メイリオ”,Meiryo,”ＭＳ Ｐゴシック”,”MS PGothic”,sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: .7s cubic-bezier(.17, .85, .438, .99);
	-o-transition: .7s cubic-bezier(.17, .85, .438, .99);
	transition: .7s cubic-bezier(.17, .85, .438, .99);
}
.ellipse-btn　span {
	text-align: center;
	font-size: 11px;
	font-weight: 100;
}

.ellipse-btn.black-border {
	border: 1px solid #000;
}

.ellipse-btn:hover {
	border: 1px solid var(--main-color);
	color: #fff;
	background-color: #ff0000;
}


.btn__area {
	width: 220px;
	clear: both;
	overflow: hidden;
}

.btn__area__left {
	float: left;
	width: 50%;
}
.btn__area__cen {
	text-align: center;
	background-color: #fff;
}
.btn__area__cen p {
	clear: both;
}
