@charset "utf-8";

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

/*=======*/
/* Index */
/*=======*/
.index .fh5co-cover .desc h2 span {
	display: block;
	width: 100%;
	height: 54px;
	background: url(/images/index/index_h01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.index .fh5co-cover .desc h2 span {
	width: auto;
	height: auto;
	background: none;
}
}

.fh5co-cover .desc h2 span img {
	display: none;
}

@media screen and (max-width: 768px) {
.fh5co-cover .desc h2 span img {
	display: block;
}
}

.index-section {
	padding: 3em 0;
}

@media screen and (max-width: 768px) {
.index-section {
	padding: 2em 0;
}
}

.index-section:nth-child(odd) {
	background: #D7EDFF;
}

.index-section:nth-child(even) {
	background: #FFF;
}

.index-section .about-head {
	text-align: center;
}

.index-section .about-head h3 {
	display: inline-block;
	padding: 16px 24px;
	border-radius: 4px;
	background: #97CBFF;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
.index-section .about-head h3 {
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 18px;
}
}

.index-section .about-head p {
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.index-section .about-head p {
	font-size: 16px;
	text-align: left;
}
}

@media screen and (max-width: 992px) {
.index-section .about-head p br {
	display: none;
}
}

.index-section .about-img figure {
	margin-bottom: 0;
	text-align: center;
}

.index-section .about-img .sp {
	display: none;
}

@media screen and (max-width: 768px) {
.index-section .about-img .sp {
	display: block;
}
.index-section .about-img .pc {
	display: none;
}
}


.index-section .about-img figure img {
	max-width: 100%;
}

.index-section .flow-head {
	text-align: center;
}

.index-section .flow-head h3 {
	font-size: 36px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.index-section .flow-head h3 {
	font-size: 27px;
	margin-bottom: 0;
}
}

.index-section .flow-head p {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.index-section .flow-head p {
	display: none;
}
}

.index-section .flow-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.index-section .flow-list ul::after {
	content: "";
	clear: both;
	display: block;
}

.index-section .flow-list li {
	float: left;
	width: 20%;
	margin-top: 30px;
	padding: 0 15px;
}

@media screen and (max-width: 992px) {
.index-section .flow-list li {
	width: 33.33333%;
}
}

@media screen and (max-width: 640px) {
.index-section .flow-list li {
	width: 50%;
}
}

@media screen and (max-width: 375px) {
.index-section .flow-list li {
	width: 100%;
}
}

.index-section .flow-list h4 {
	margin-bottom: 8px;
}

@media screen and (max-width: 375px) {
.index-section .flow-list h4 {
	text-align: center;
}
}

.index-section .flow-list img {
	max-width: 100%;
}

.index-section .flow-list p {
	margin-bottom: 0;
}

.index-section .point-box {
	margin-top: 30px;
	padding: 16px 24px;
	border-radius: 4px;
	background: #FFF url(/images/index/index_ic01.png) no-repeat 24px 50%;
}

.index-section .point-box p {
	display: table-cell;
	height: 48px;
	padding-left: 72px;
	color: #003974;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
.index-section .point-box p {
	height: 78px;
}
}

@media screen and (max-width: 768px) {
.index-section .point-box p {
	font-size: 16px;
}
}

/*==================*/
/* 書類廃棄サービス */
/*==================*/
.service .fh5co-cover .desc h2 span {
	display: block;
	width: 100%;
	height: 47px;
	background: url(/images/service/service_h01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.service .fh5co-cover .desc h2 span {
	width: auto;
	height: auto;
	background: none;
}
}

.service .fh5co-cover .desc .container p {
	height: 89px;
	margin: 0;
	background: url(/images/service/service_h02.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
.service .fh5co-cover .desc .container p {
	height: auto;
	background: none;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 1px 2px 4px rgba(23,82,147,.65);
	text-indent: 0;
	white-space: normal;
	overflow: auto;
}
}

.service-section {
	padding: 3em 0;
	background: #FFF;
}

@media screen and (max-width: 768px) {
.service-section {
	padding: 2em 0;
}

.service-section .col-sm-6 {
	width: 100%;
}
}

.service-section h3 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.service-section h3 {
	font-size: 27px;
}
}

.service-section .service-box {
	padding-top: 30px;
}

@media screen and (max-width: 768px) {
.service-section .service-box {
	padding-bottom: 30px;
	border-bottom: solid 1px #CCC;
}

.service-section .col-sm-6:last-child .service-box {
	padding-bottom: 0;
	border-bottom: none;
}
}

.service-section .service-box h4 {
	position: relative;
	margin-bottom: 16px;
	padding-top: 78px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.service-section .service-box h4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.service-section .service01 h4::before {
	background-image: url(/images/service/service_ic01.png);
}

.service-section .service02 h4::before {
	background-image: url(/images/service/service_ic02.png);
}

.service-section .service03 h4::before {
	background-image: url(/images/service/service_ic03.png);
}

.service-section .service04 h4::before {
	background-image: url(/images/service/service_ic04.png);
}

.service-section .service05 h4::before {
	background-image: url(/images/service/service_ic05.png);
}

.service-section .service06 h4::before {
	background-image: url(/images/service/service_ic06.png);
}

.service-section .service07 h4::before {
	background-image: url(/images/service/service_ic07.png);
}

.service-section .service08 h4::before {
	background-image: url(/images/service/service_ic08.png);
}

.service-section .service09 h4::before {
	background-image: url(/images/service/service_ic09.png);
}

.service-section .service10 h4::before {
	background-image: url(/images/service/service_ic10.png);
}

.service-section .service11 h4::before {
	background-image: url(/images/service/service_ic11.png);
}

.service-section .service12 h4::before {
	background-image: url(/images/service/service_ic12.png);
}

.service-section .service-box p {
	margin-bottom: 0;
}

.attention-section {
	padding: 3em 0;
	background: #D7EDFF;
}

@media screen and (max-width: 768px) {
.attention-section {
	padding: 2em 0;
}
}

.attention-section h3 {
	color: #F00;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.attention-section h3 {
	font-size: 27px;
}
}

.attention-section ul {
	float: none !important;
	margin: 0 auto 30px;
	list-style: none;
}

.attention-section li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 18px;
	text-align: left;
}

.attention-section li::before {
	content: "・"
}

.attention-section h4 {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.attention-section h4  {
	font-size: 18px;
}
}

.attention-section h4 + p {
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
.attention-section h4 + p {
	text-align: left;
}

.attention-section h4 + p .sp {
	display: none;
}
}

.attention-section .attention-box {
	margin-top: 16px;
	padding: 16px 24px;
	border-radius: 4px;
	background: #FFF;
}

.attention-section .attention01 {
	background: url(/images/service/service_ic13.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
.attention-section .attention01 {
	background-size: 32px auto;
}
}

.attention-section .attention02 {
	background: url(/images/service/service_ic14.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
.attention-section .attention02 {
	background-size: 40px auto;
}
}

.attention-section .attention03 {
	background: url(/images/service/service_ic15.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
.attention-section .attention03 {
	background-size: 40px auto;
}
}

.attention-section .attention-box h5 {
	display: table-cell;
	height: 60px;
	padding-left: 76px;
	color: #003974;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
.attention-section .attention-box h5 {
	height: 40px;
	padding-left: 56px;
	font-size: 16px;
	text-align: left;
}
}

.attention-section .attention-box p {
	margin-top: .5em;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
.attention-section .attention-box p {
	text-align: left;
}
}

@media screen and (max-width: 1200px) {
.attention-section .attention-box p br {
	display: none;
}
}

/*==========*/
/* 利用料金 */
/*==========*/
.price .fh5co-cover .desc h2 span {
	display: block;
	width: 100%;
	height: 47px;
	background: url(/images/price/price_h01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.price .fh5co-cover .desc h2 span {
	width: auto;
	height: auto;
	background: none;
}
}

.price-section {
	margin-top: -432px;
	padding: 3em 0;
}

@media screen and (max-width: 768px) {
.price-section {
	margin-top: -284px;
	padding: 2em 0;
}
}
.price-section h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.price-section h3 {
	font-size: 18px;
}

.price-section .col-md-6.col-sm-6:nth-of-type(even) h3 {
	padding-top: 2em;
}

.price-section h3.pc {
	display: none;
}
}

.price-section table {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #0085B2;
	border-right: 1px solid #0085B2;
}

@media screen and (max-width: 768px) {
.price-section table {
	border-top: none;
	border-right: none;
}
}

.price-section th,
.price-section td {
	width: 50%;
	padding: 8px;
	line-height: 1.42857;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
.price-section th,
.price-section td {
	display: block;
	width: 100%;
	border-left: 1px solid #0085B2;
	border-right: 1px solid #0085B2;
}
}

.price-section th {
	border-left: 1px solid #0085B2;
	border-bottom: 1px solid #FFF;
	background: #0085B2;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.price-section th {
	border-bottom: none;
	font-size: 16px;
}
}

.price-section tr:last-child th {
	border-bottom: 1px solid #0085B2;
}

@media screen and (max-width: 768px) {
.price-section tr:last-child th {
	border-bottom: none;
}
}

.price-section td {
	border-bottom: 1px solid #0085B2;
	background: #FFF;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
.price-section td {
	font-size: 16px;
}
}

.price-section td .note-ic {
	color: #F00;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.price-section td .note-ic {
	font-size: 12px;
}
}

.price-section figure {
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
.price-section figure {
	margin-top: 30px;
}
}

.price-section figure img {
	max-width: 100%;
}

.price-section figcaption.sp {
	display: none;
}

@media screen and (max-width: 768px) {
.price-section  figcaption.sp {
	display: block;
	margin-top: .5em;
	font-size: 14px;
}
}

.price-section .note ul {
	margin: 2em 0 3em;
	padding: 0;
	list-style: none;
}

.price-section .note:last-of-type ul{
	margin-bottom: 0;
}

.price-section .note li::after{
	content: "";
	clear: both;
	display: block;
}

.price-section .note li {
	font-size: 16px;
}

.price-section .note .note-ic {
	float: left;
	width: 2em;
}

.price-section .note .note-txt {
	padding-left: 2.5em;
}

/*==========*/
/* ご利用例 */
/*==========*/
.case .fh5co-cover .desc h2 span {
	display: block;
	width: 100%;
	height: 47px;
	background: url(/images/case/case_h01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.case .fh5co-cover .desc h2 span {
	width: auto;
	height: auto;
	background: none;
}
}

.case .fh5co-cover .desc .container p {
	height: 238px;
	margin: 0;
	background: url(/images/case/case_h02.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
.case .fh5co-cover .desc .container p {
	height: auto;
	background: none;
	color: #333;
	font-size: 17px;
	line-height: 1.4;
	text-shadow: 1px 2px 4px rgba(23,82,147,.65);
	text-indent: 0;
	white-space: normal;
	overflow: auto;
}
}

.case .fh5co-cover .desc .container p br.sp,
.case .fh5co-cover .desc .container p br.sp2 {
	display: none;
}

@media screen and (max-width: 768px) {
.case .fh5co-cover .desc .container p br.sp {
	display: block;
}

.case .fh5co-cover .desc .container p span {
	display: inline-block;
	margin-bottom: 1em;
}
}

@media screen and (max-width: 320px) {
.case .fh5co-cover .desc .container p br.sp2 {
	display: block;
}
}

.case-section {
	padding: 4em 0 3em;
}

@media screen and (max-width: 768px) {
.case-section {
	padding: 3em 0 2em;
}
}

.case-section:nth-child(odd) {
	background: #D7EDFF;
}

.case-section:nth-child(even) {
	background: #FFF;
}

.case-section h3 {
	position: relative;
	margin-bottom: 60px;
	padding-left: 24px;
	color: #003973;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	z-index: 1;
}

@media screen and (max-width: 768px) {
.case-section h3 {
	margin-bottom: 45px;
	font-size: 18px;
}
}

@media screen and (max-width: 480px) {
.case-section h3 br {
	display: none;
}
}

.case-section h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 94px;
	height: 94px;
	border-radius: 47px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}

@media screen and (max-width: 768px) {
.case-section h3::before {
	left: -5px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
}
}

.case-section:nth-child(odd) h3::before {
	background: #FFF;
}

.case-section:nth-child(even) h3::before {
	background: #D7EDFF;
}

.case-section figure {
	margin-bottom: 0;
	text-align: center;
}

.case-section figure img {
	max-width: 100%;
}

/*==========*/
/* 会社情報 */
/*==========*/
.company .fh5co-cover .desc h2 span {
	display: block;
	width: 100%;
	height: 47px;
	background: url(/images/company/company_h01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.company .fh5co-cover .desc h2 span {
	width: auto;
	height: auto;
	background: none;
}
}

.company .fh5co-cover .desc .container p {
	height: 89px;
	margin: 0;
	background: url(/images/company/company_h02.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
.company .fh5co-cover .desc .container p {
	height: auto;
	background: none;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 1px 2px 4px rgba(23,82,147,.65);
	text-indent: 0;
	white-space: normal;
	overflow: auto;
}
}

.company .fh5co-cover .desc .container p br.sp,
.company .fh5co-cover .desc .container p br.sp2 {
	display: none;
}

@media screen and (max-width: 768px) {
.company .fh5co-cover .desc .container p br.sp {
	display: block;
}
}

@media screen and (max-width: 320px) {
.company .fh5co-cover .desc .container p br.sp2 {
	display: block;
}
}

.company-section {
	padding: 3em 0;
	background: #FFF;
}

@media screen and (max-width: 768px) {
.company-section {
	padding: 2em 0;
}
}

.company-section table {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #0085B2;
	border-right: 1px solid #0085B2;
}

@media screen and (max-width: 768px) {
.company-section table {
	border-top: none;
	border-right: none;
}
}

.company-section th,
.company-section td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
.company-section th,
.company-section td {
	display: block;
	width: 100%;
	border-left: 1px solid #0085B2;
	border-right: 1px solid #0085B2;
}
}

.company-section th {
	width: 25%;
	border-left: 1px solid #0085B2;
	border-bottom: 1px solid #FFF;
	background: #0085B2;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.company-section th {
	width: 100%;
	border-bottom: none;
	font-size: 16px;
}
}

.company-section tr:last-child th {
	border-bottom: 1px solid #0085B2;
}

@media screen and (max-width: 768px) {
.company-section tr:last-child th {
	border-bottom: none;
}
}

.company-section td {
	border-bottom: 1px solid #0085B2;
	background: #FFF;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
.company-section td {
	font-size: 16px;
}
}

.company-section td .sp {
	display: none;
}

@media screen and (max-width: 768px) {
.company-section td .sp {
	display: block;
}
}

/*==============*/
/* お問い合わせ */
/*==============*/
.contact .fh5co-cover .desc h2 span {
	display: block;
	width: 100%;
	height: 47px;
	background: url(/images/contact/contact_h01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.contact .fh5co-cover .desc h2 span {
	width: auto;
	height: auto;
	background: none;
}
}

.contact .fh5co-cover .desc .container > p {
	height: 39px;
	margin: 0;
	background: url(/images/contact/contact_h02.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
.contact .fh5co-cover .desc .container > p {
	height: auto;
	background: none;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 1px 2px 4px rgba(23,82,147,.65);
	text-indent: 0;
	white-space: normal;
	overflow: auto;
}
}

.contact .desc-contact-box {
	margin-top: 72px;
	padding: 1em;
	border: solid 4px #D7EBFF;
	background: #FFF;
	color: #333;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 768px) {
.contact .desc-contact-box {
	margin-top: 54px;
}
}

.contact .desc-contact-box p {
	margin-bottom: 0.3em;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
.contact .desc-contact-box p {
	font-size: 14px;
}
}

.contact .desc-contact-box .title {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 94px;
	font-size: 36px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.contact .desc-contact-box .title {
	padding-left: 46px;
	font-size: 18px;
}
}

@media screen and (max-width: 375px) {
.contact .desc-contact-box .title {
	text-align: left;
}
}

.contact .desc-contact-box .title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 70px;
	background: url(/images/contact/contact_ic01.png) no-repeat 0 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
.contact .desc-contact-box .title::before {
	width: 38px;
	height: 38px;
	background-size: 38px auto;
}
}

.contact .desc-contact-box .tel {
	font-size: 36px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.contact .desc-contact-box .tel {
	font-size: 20px;
}
}

.contact .desc-contact-box .tel span {
	color: #0044B2;
}

.contact .desc-contact-box .tel.sp {
	display: none;
}

@media screen and (max-width: 768px) {
.contact .desc-contact-box .tel.pc {
	display: none;
}

.contact .desc-contact-box .tel.sp {
	display: block;
}
}

.contact-section {
	padding: 3em 0;
	background: #FFF;
}

@media screen and (max-width: 768px) {
.contact-section {
	padding: 2em 0;
}
}

.contact-section .contact-head {
	text-align: center;
}

.contact-section .contact-head h3 {
	position: relative;
	display: inline-block;
	padding-left: 94px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
.contact-section .contact-head h3 {
	padding-left: 46px;
	font-size: 18px;
}
}

@media screen and (max-width: 375px) {
.contact-section .contact-head h3 {
	text-align: left;
}
}

.contact-section .contact-head h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 70px;
	background: url(/images/contact/contact_ic02.png) no-repeat 0 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
.contact-section .contact-head h3::before {
	width: 38px;
	height: 38px;
	background-size: 38px auto;
}

.contact-section .contact-head h3 + p {
	text-align: left;
}
}

.contact-section dl::after {
	content: "";
	clear: both;
	display: block;
}

.contact-section dt {
	float: left;
	clear: both;
	width: 330px;
	margin-bottom: 1em;
	padding-top: 12px;
	padding-left: 44px;
	color: #F00;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
.contact-section dt {
	float: noen;
	clear: both;
	width: 100%;
	margin-bottom: .5em;
}
}

.contact-section dt i {
	display: inline-block;
	margin: -12px 16px 0 -44px;
	color: #333;
	font-size: 28px;
}

.contact-section dt .icon-mail {
	vertical-align: -.25em;
}

.contact-section dd {
	margin-bottom: 1em;
	padding-left: 335px;
}

@media screen and (max-width: 768px) {
.contact-section dd {
	padding-left: 0;
}
}

.contact-section .contact-box.check dd {
	padding-top: 12px;
}

@media screen and (max-width: 768px) {
.contact-section .contact-box.check dd {
	padding-top: 0;
}
}

.contact-section .contact-box.error,
.contact-section .contact-box.finish {
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 768px) {
.contact-section .contact-box.error,
.contact-section .contact-box.finish {
	font-size: 16px;
}
}

.contact-section .contact-box.error p:first-of-type,
.contact-section .contact-box.error p span {
	color: #F00;
}


.contact-section dd span {
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.contact-section dd span {
	margin-top: 4px;
	font-size: 12px;
}
}

.contact-section input[type="text"],
.contact-section textarea {
	width: 100%;
	padding: 8px;
}

.contact-section select {
	padding: 8px 24px 8px 8px;
	font-family: inherit;
}

.contact-section input,
.contact-section select,
.contact-section textarea {
	outline: 0;
	border: solid 1px #CCC;
}

.contact-section .w-small {
	width: 16% !important;
}

@media screen and (max-width: 768px) {
.contact-section .w-small {
	width: 30% !important;
}
}

.contact-section .form-bt {
	margin: 3em 0 1em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.0;
}

@media screen and (max-width: 768px) {
.contact-section .form-bt {
	margin: 2em 0 .5em;
}
}

.contact-section .form-bt .btn-primary {
	margin: 0 15px;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.contact-section .form-bt .btn-primary {
	font-size: 16px;
}
}

.contact-section .form-bt .btn-return {
	background: #999;
}

.contact-section .privacy-box h4 {
	margin-top: 3em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
.contact-section .privacy-box h4 {
	margin-top: 2em;
	font-size: 16px;
}
}

.contact-section .privacy-box ul {
	list-style: none;
	padding-left: 0;
}

.contact-section .privacy-box li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
.contact-section .privacy-box li {
	font-size: 14px;
}
}

.contact-section .privacy-box li::before {
	content: "";
	position: absolute;
	top: .375em;
	left: 0;
	width: 12px;
	height: 12px;
	background: #CECECE;
}

/* WebKitの料金表のズレ対応 */
@media screen and (max-width: 768px) {
  .price-section .pc-mode {
    display: none;
  }
  .company-section .pc-mode {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .price-section .sp-mode {
    display: none;
  }
  .company-section .sp-mode {
    display: none;
  }
}
