@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
	scroll-behavior:　smooth;
}
body{
	margin:0;
	padding:0;
	color: #202020;
	background-color: #ffffff;
	font-size: 1.6rem;/* 14px */
	font-weight: 500;
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.5px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.pt5 {
	margin-bottom: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right{
	text-align: right;
}
.text700 {
	font-weight: 700;
}
.text_orange {
	color: #ff7326;
}
.marker {
	background:linear-gradient(transparent 60%, #ffd461 60%);
}

h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 2.2rem;
  }
}


.catch {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.8rem;
	}
}

.catch2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.6rem;
	}
}

.catch3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.5rem;
	}
}



/*---------------フッター*/
.footer {
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 40px 20px 60px;
	margin: 0 auto;
}
.footer .footer_company {
	background-color: #ffd791;
}
.footer .footer_company .footer_inner .contents {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footer_company .footer_inner .contents .company_logo {
	width: 100px;
}
.footer .footer_company .footer_inner .contents .text {
	color: #202020;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 400;
	padding-left: 20px;
}
.footer .footer_company .footer_inner .contents .text a {
	color: #ff5000;
}
.footer .footer_company .footer_inner .copyright {
	width: 100%;
	font-size: 1rem;
	color: #202020;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.footer .footer_company .footer_inner .contents {
		flex-direction: column;
	}
	.footer .footer_company .footer_inner .contents .company_logo {
		margin-bottom: 20px;
	}
	.footer .footer_company .footer_inner .contents .text {
		font-size: 1.2rem;
		padding-left: 0;
		text-align: center;
	}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.contact_fixed_btn_wrap .flex_box {
	display: flex;
	flex-wrap: wrap;
}
.contact_fixed_btn_wrap .flex_box .contact_fixed_btn {
	width: calc(100% / 2);
	text-align: center;
}
.contact_fixed_btn_wrap .flex_box .contact_fixed_btn + .contact_fixed_btn {
	border-left: 1px solid #ffffff;
}
.contact_fixed_btn_wrap .contact_fixed_btn.btn1 {
	background-color: #ff7326;
}
.contact_fixed_btn_wrap .contact_fixed_btn.btn2 {
	background-color: #dc0014;
}
.contact_fixed_btn_wrap .contact_fixed_btn a {
	display: block;
	padding: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 1.6rem;
}
.contact_fixed_btn_wrap .contact_fixed_btn a span {
	position: relative;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap .contact_fixed_btn a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.contact_fixed_btn_wrap .contact_fixed_btn a {
		font-size: 1.3rem;
	}
}


/*-----------------------共通*/
.section {
	padding: 60px 0 0;
}
.section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.section-heading {
	margin-bottom: 4em;
}
.section-heading h2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 0.7em;
	position: relative;
}
.section-heading h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background-color: #ff5000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.section-heading .catch {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.section-heading h2 {
		font-size: 2.6rem;
	}
	.section-heading h2::after {
		width: 70px;
	}
}
@media screen and (max-width: 480px) {
	.section-heading h2 {
		font-size: 2.2rem;
	}
	.section-heading h2::after {
		width: 60px;
	}
}

/*----------------------コンテンツ部分*/
.intro {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.intro .section_inner {
	display: flex;
	justify-content: center;
}
.intro .intro_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
}
.intro .intro_box .textbox {
	flex: 1;
	margin-left: 4em;
}
.intro .intro_box .textbox .catch {
	margin-bottom: 1.5em;
}
.intro .intro_box .textbox ul li {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.8em;
	padding-left: 1.5em;
	position: relative;
}
.intro .intro_box .textbox ul li::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("../img/top/ic_check.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.3em;
}
.intro .intro_box .imagebox {
	width: 100%;
	max-width: 260px;
}
@media screen and (max-width: 768px) {
	.intro .intro_box {
		flex-direction: column;
		align-items: center;
	}
	.intro .intro_box .textbox {
		margin-left: 0;
	}
	.intro .intro_box .textbox ul li {
		font-size: 1.6rem;
	}
	.intro .intro_box .imagebox {
		max-width: 200px;
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 480px) {
	.intro .intro_box .textbox ul li {
		font-size: 1.4rem;
	}
}

.about {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
	background-color: #fff5c8;
}
.about .section_inner {
	position: relative;
}
.about .catch {
	letter-spacing: 1px;
	position: relative;
}
.about ul {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
	position: relative;
}
.about ul li {
	width: 25%;
	padding: 1px;
}
.about .catch3 {
	line-height: 2;
	text-align: center;
}
.about .text {
	margin-top: 3em;
	text-align: center;
}
.about .section_inner .img_about {
	width: 120px;
	position: absolute;
}
.about .section_inner .img_about.img01 {
	left: 10%;
	top: 150px;
}
.about .section_inner .img_about.img02 {
	right: 10%;
	top: 130px;
}
@media screen and (max-width: 768px) {
	.about ul li {
		width: 50%;
	}
	.about .text {
		text-align: left;
		width: 80%;
		margin: 3em auto 0;
	}
	.about .text > br {
		display: none;
	}
	.about .section_inner .img_about {
		width: 100px;
	}
	.about .section_inner .img_about.img01 {
		left: 30px;
		top: 120px;
	}
	.about .section_inner .img_about.img02 {
		right: 30px;
		top: 100px;
	}
}
@media screen and (max-width: 480px) {
	.about .section_inner .img_about {
		width: 80px;
	}
	.about .section_inner .img_about.img01 {
		left: 20px;
		top: 170px;
	}
	.about .section_inner .img_about.img02 {
		width: 70px;
		right: 20px;
		top: 170px;
	}
}

.flow {
	overflow: hidden;
	position: relative;
}
.flow .flow_box_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.flow .flow_box_wrap .flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 20px 0 40px;
	margin-bottom: 20px;
}
.flow .flow_box_wrap .flow_box::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 20px solid #ff8c00;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.flow .flow_box_wrap .flow_box:last-child::after {
	display: none;
}
.flow .flow_box_wrap .flow_box .imagebox {
	width: 35%;
	position: relative;
}
.flow .flow_box_wrap .flow_box .imagebox .num {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ff5000;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: -20px;
	top: -20px;
}
.flow .flow_box_wrap .flow_box .textbox {
	width: 60%;
}
.flow .flow_box_wrap .flow_box .textbox .title {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
	.flow .flow_box_wrap .flow_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		padding: 15px 0 40px;
	}
	.flow .flow_box_wrap .flow_box .imagebox .num {
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		line-height: 30px;
		left: -10px;
		top: -15px;
	}
	.flow .flow_box_wrap .flow_box .textbox .title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.flow .flow_box_wrap .flow_box {
		flex-direction: column;
	}
	.flow .flow_box_wrap .flow_box .imagebox {
		width: 100%;
		margin-bottom: 1em;
	}
	.flow .flow_box_wrap .flow_box .textbox {
		width: 100%;
	}
	.flow .flow_box_wrap .flow_box .textbox .title {
		font-size: 1.6rem;
		margin-bottom: 0.7em;
	}
}

.effect {
	overflow: hidden;
	position: relative;
	background-color: #ffffeb;
}
.effect .effect_box_wrap {
	width: 100%;
}
.effect .effect_box_wrap .effect_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.effect .effect_box_wrap .effect_box:nth-child(2n) {
	flex-direction: row-reverse;
}
.effect .effect_box_wrap .effect_box .imagebox {
	width: 47%;
	background-color: #ffffff;
	background-image: url("../img/common/bg_dots.png");
	border: 5px solid #ff8c00;
	border-radius: 20px;
	overflow: hidden;
}
.effect .effect_box_wrap .effect_box .textbox {
	width: 47%;
}
.effect .effect_box_wrap .effect_box .textbox .title {
	font-size: 2.6rem;
	font-weight: 800;
	margin-bottom: 0.8em;
}
.effect .effect_box_wrap .effect_box .textbox .note {
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.effect .effect_box_wrap .effect_box, .effect .effect_box_wrap .effect_box:nth-child(2n) {
		flex-direction: column;
	}
	.effect .effect_box_wrap .effect_box .imagebox {
		width: 100%;
		margin-bottom: 20px;
	}
	.effect .effect_box_wrap .effect_box .textbox {
		width: 100%;
	}
	.effect .effect_box_wrap .effect_box .textbox .title {
		font-size: 2.2rem;
	}
	.effect .effect_box_wrap .effect_box .textbox .note {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.effect .effect_box_wrap .effect_box .textbox .title {
		font-size: 1.7rem;
	}
}

.feature {
	overflow: hidden;
	position: relative;
	background-image: url("../img/common/bg_dots.png");
	padding-bottom: 30px;
}
.feature .feature_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feature .feature_box_wrap .feature_box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3em;
	background-color: #ffffff;
}
.feature .feature_box_wrap .feature_box:nth-child(3n) {
	margin-right: 0;
}
.feature .feature_box_wrap .feature_box .textbox {
	padding: 1.5em;
}
.feature .feature_box_wrap .feature_box .textbox .title {
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.6;
	padding: 6px 10px;
	background-color: #ff8c00;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
	.feature .feature_box_wrap {
		justify-content: space-between;
	}
	.feature .feature_box_wrap .feature_box, .feature .feature_box_wrap .feature_box:nth-child(3n) {
		width: 48%;
		margin-right: 0;
	}
	.feature .feature_box_wrap .feature_box .textbox .title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.feature .feature_box_wrap {
		flex-direction: column;
	}
	.feature .feature_box_wrap .feature_box, .feature .feature_box_wrap .feature_box:nth-child(3n) {
		width: 100%;
		margin-bottom: 2em;
	}
	.feature .feature_box_wrap .feature_box .textbox .title {
		font-size: 1.5rem;
	}
}

.voice {
	overflow: hidden;
	position: relative;
	background-color: #fff2c8;
	padding-bottom: 60px;
}
.voice .voice_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .voice_box_wrap .voice_box {
	width: 31%;
}
.voice .voice_box_wrap .voice_box .imagebox {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
.voice .voice_box_wrap .voice_box .imagebox img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}
.voice .voice_box_wrap .voice_box:hover .imagebox img {
	transform: scale(1.05);
}
.voice .voice_box_wrap .voice_box .textbox .name {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0.8em 0 0.4em;
}
.voice .voice_box_wrap .voice_box .textbox .number {
	font-size: 1.2rem;
	text-align: right;
	margin-bottom: 0.8em;
}
.voice .voice_box_wrap .voice_box .textbox .number span {
	padding: 0.2em 0.5em;
	color: #ffffff;
	background-color: #ff5000;
	border-radius: 3px;
}
.voice .btn_link {
	display: block;
	width: 100%;
	max-width: 300px;
	font-weight: 700;
	line-height: 60px;
	color: #ffffff;
	background-color: #ff5000;
	border-radius: 30px;
	text-align: center;
	margin: 3em auto 0;
	transition: .4s;
}
.voice .btn_link:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.voice .voice_box_wrap {
		flex-direction: column;
	}
	.voice .voice_box_wrap .voice_box {
		width: 100%;
		margin-bottom: 40px;
	}
	.voice .voice_box_wrap .voice_box .textbox .name {
		font-size: 1.6rem;
	}
	.voice .voice_box_wrap .voice_box .textbox .number {
		font-size: 1.1rem;
	}
}

.plan {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.plan .text_scroll {
	display: none;
}
.plan .tbl_plan {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	min-width: 925px;
	text-align: center;
}
.plan .tbl_plan tr th {
	padding: 10px;
	background-color: #ff8c00;
	color: #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.plan .tbl_plan tr th span {
	font-size: 4rem;
	color: #fffa00;
	line-height: 1;
}
.plan .tbl_plan tr td {
	padding: 10px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color: #efefef;
}
.plan .tbl_plan tr:nth-child(even) td {
	background-color: #f9f9f9;
}
.plan .tbl_plan tr td .price {
	line-height: 1.4;
}
.plan .tbl_plan tr td .price span {
	font-size: 2rem;
	font-weight: 700;
}
.plan .tbl_plan tr td .taxin {
	font-size: 1.2rem;
	font-weight: 700;
}
.plan .tbl_plan tr td .head {
	font-size: 1.2rem;
}
.plan .tbl_plan tr td .detail span {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
}
.plan dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.plan dl dt {
	width: 140px;
	text-align: center;
	padding: 1em;
	font-weight: 700;
}
.plan dl dd {
	width: calc(100% - 140px);
	padding: 1em;
	background-color: #ffffff;
}
.plan dl.basic_price {
	border: 2px solid #ff5000;
	background-color: #ff5000;
	margin: 2em 0;
}
.plan dl.basic_price dt {
	color: #ffffff;
	font-size: 1.6rem;
}
.plan dl.basic_price dd {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
}
.plan dl.delivery {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.plan dl.delivery.es_delivery {
	border-top: none;
	margin-bottom: 1.2em;
}
.plan dl.delivery dd {
	line-height: 1.8;
	border-left: 1px solid #cccccc;
}
.plan .list_note li {
	line-height: 1.6;
	padding-left: 1.2em;
	margin-top: 0.5em;
	position: relative;
}
.plan .list_note li::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background-color: #ff8c00;
	position: absolute;
	left: 0;
	top: 0.5em;
}
@media screen and (max-width: 925px) {
	.plan .text_scroll {
		display: block;
	}
	.plan .scroll {
		overflow-x: scroll;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.plan dl dt {
		width: 100px;
	}
	.plan dl dd {
		width: calc(100% - 100px);
	}
	.plan dl.basic_price dt {
		font-size: 1.4rem;
	}
	.plan dl.basic_price dd {
		font-size: 1.4rem;
	}
}

.top_contact {
	padding: 60px 0;
	background-image: url("../img/common/bg_dots.png");
}
.top_contact .contact_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_contact .contact_btn_wrap .contact_btn {
	width: 100%;
	max-width: 300px;
	margin: 0 20px 20px;
}
.top_contact .contact_btn_wrap .contact_btn .btn_link {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
	border-radius: 40px;
	transition: .4s;
}
.top_contact .contact_btn_wrap .contact_btn.material .btn_link {
	background-color: #ff5000;
}
.top_contact .contact_btn_wrap .contact_btn.tasting .btn_link {
	background-color: #ff8c00;
}
.top_contact .contact_btn_wrap .contact_btn.trial .btn_link {
	background-color: #f00014;
}
.top_contact .contact_btn_wrap .contact_btn .btn_link:hover {
	cursor: pointer;
	opacity: .7;
}
.top_contact.contact_bottom .kurosaru {
	width: 90%;
	max-width: 520px;
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.top_contact .contact_btn_wrap {
		flex-direction: column;
	}
	.top_contact .contact_btn_wrap .contact_btn {
		margin: 0 auto 20px;
	}
	.top_contact .contact_btn_wrap .contact_btn .btn_link {
		font-size: 1.5rem;
		line-height: 60px;
		border-radius: 30px;
	}
}
@media screen and (max-width: 480px) {
	.top_contact .contact_btn_wrap .contact_btn .btn_link {
		font-size: 1.3rem;
	}
}



/*--------------------お問合せ・資料請求*/
.page-title-out {
	clear: both;
	overflow: hidden;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding: 6em 0;
	margin-top: 80px;
	background-image: url("../img/common/bg_dots.png");
	z-index: 1;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
	text-align: center;
}
#page-title .page-title-text h3 {
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 700;
}
@media screen and (max-width: 991px) {
	#page-title {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title .page-title-text h3 {
		font-size: 1.8rem;
	}
}

.contact {
	overflow: hidden;
	padding-bottom: 60px;
}
.contact .section_inner {
	max-width: 900px;
}
.contact .form_wrap {
	max-width: 1000px;
	margin: 50px auto 0;
}
.contact .form_wrap .text {
	margin-bottom: 20px;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dddddd;
}
.contact .dl_form:first-child {
	border-top: 1px solid #dddddd;
}
.contact .dl_form dt {
	width: 340px;
	text-align: left;
	line-height: 40px;
}
.contact .dl_form.survey dt {
	padding-right: 40px;
	line-height: 1.8;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #ff6400;
	color: #ffffff;
	margin-left: 15px;
}
.contact .dl_form dd {
	width: calc(100% - 340px);
}
.contact .dl_form dd .purpose_item_wrap {
	display: flex;
	flex-direction: column;
}
.contact .dl_form dd .purpose_item_wrap .purpose_item {
	width: 100%;
	margin-bottom: 0.3em;
}
.contact .dl_form dd .purpose_item_wrap .purpose_item label {
	cursor: pointer;
}
.contact .dl_form dd .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 20px;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.middle {
	max-width: 90%;
}
.contact .dl_form dd .form-control.short {
	max-width: 300px;
	margin: 0 10px 10px 0;
}
.contact .dl_form dd textarea.form-control {
	width: 100%;
	height: auto;
}
.contact .dl_form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url("../img/common/select_arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.contact .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-radius: 25px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #ff6400;
	border: 1px solid #ff6400;
	transition: .4s;
}
.contact input[type=submit]:hover {
	opacity: .7;
	cursor: pointer;
}
.contact .btn_download {
	display: block;
	width: 100%;
	max-width: 260px;
	line-height: 60px;
	border-radius: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #f50a00;
	border: 1px solid #f50a00;
	transition: .4s;
	margin: 50px auto 0;
}
.contact .btn_link {
	display: block;
	width: 100%;
	max-width: 200px;
	line-height: 50px;
	border-radius: 25px;
	color: #ffffff;
	text-align: center;
	background-color: #ff7326;
	border: 1px solid #ff7326;
	transition: .4s;
	margin: 50px auto 0;
}
.contact .btn_download:hover,
.contact .btn_link:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.contact .contact_title {
		font-size: 1.6rem;
	}
	.contact .contact_title::after {
		width: 40px;
	}
	.contact .contact_title span {
		font-size: 1.3rem;
	}
	.contact .dl_form {
		flex-direction: column;
	}
	.contact .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact .dl_form dd {
		width: 100%;
	}
}





