/* "SP" Style Sheet */


/* COMMON
===================================================== */
.inner1200 {}
.inner800 {}
.fs-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fs-120 {
	font-size: 120%;
	line-height: 1.5em;
}
.fs-150 {
	font-size: 130%;
	line-height: 1.5em;
}
.fc-grey {
	color: #8EA091;
}
.fc-orange {
	color: #FF7E1D;
}
.fc-green {
	color: #44A25A;
}
.fc-lgreen {
	color: #66BF7B;
}
.fw-bold {
	font-weight: bold;
}
.bg-lgreen {
	background-color: #E9F4EB;
	padding: 15px;
}
.btn-link {
	font-size: 110%;
	line-height: 1.5em;
}
.btn-link a {
	display: block;
	color: #FFF;
	background-color: #FF7E1D;
	padding: 10px;
}
.btn-link a:hover {
	text-decoration: none;
	background-color: #F25B0F;
}
.btn-link a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 110%;
	margin-right: 10px;
	content: "\f0da";
}



/* HEADER
===================================================== */
header {}
header div.logo-cont {}
header div.logo-cont h1 {
	position: fixed;
	top: 5px;
	left: 10px;
	z-index: 10;
}
header div.logo-cont h1 img {
	width: 130px;
	height: auto;
}
header ul.top-icon-list {
	position: fixed;
	right: 60px;
	top: 8px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	z-index: 10;
}
header ul.top-icon-list li {
	display: table-cell;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	font-size: 130%;
	line-height: 1em;
	text-align: center;
	color: #9CDAE7;
	border: solid 1px #9CDAE7;
	border-radius: 15px;
}
header ul.top-icon-list li.bd-none {
	border: none;
}
header ul.top-icon-list li a {
	color: #9CDAE7;
}
header ul.top-icon-list li i {
	margin: 0;
}
ul.slicknav_nav li i {
	font-size: 120%;
	line-height: 1em;
	padding-right: 5px;
}



/* FOOTER
===================================================== */
footer {}
footer nav.f-navi {}
footer nav.f-navi ul li a:before {
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 120%;
  color: #FFF;
	margin-right: 10px;
	content: "\f0da";
}
footer nav.f-navi ul li a:hover {
	text-decoration: none;
}
footer nav.f-navi ul li a.parent {}
footer nav.f-navi > ul {}
footer nav.f-navi > ul > li {
	border-bottom: solid 1px #FFF;
}
footer nav.f-navi > ul > li > a {
	display: block;
	color: #FFF;
	background-color: #66BF7B;
	padding: 10px 15px;
}
footer nav.f-navi ul li:last-child {
	border-bottom: none;
}
footer nav.f-navi ul li ul {
	display: none;
}
footer nav.f-navi ul li ul li:first-child {
	border-top: solid 1px #FFF;
}
footer nav.f-navi ul li ul li {
	border-bottom: solid 1px #FFF;
}
footer nav.f-navi ul li ul li a {
	display: block;
	color: #FFF;
	background-color: #A9CDAE;
	padding: 10px 15px;
}
footer div.contact-area {
	text-align: center;
	border-top: solid 2px #66BF7B;
	background-color: #FFF;
	padding: 10px 0;
}
footer div.contact-area div.logo-cont {}
footer div.contact-area div.logo-cont img.logo {
	margin-bottom: 15px;
}
footer div.contact-area div.info-cont {}
footer div.contact-area div.info-cont ul.contact-area {
	width: auto;
}
footer div.contact-area div.info-cont ul.contact-area li {
	width: auto;
	padding: 0 5px;
}
footer div.contact-area div.info-cont ul.contact-area li p.tel-num {
	display: inline-block;
	font-family: "Oswald";
	font-size: 220%;
	line-height: 1em;
	font-weight: 400;
	color: #FFF;
	border-radius: 3px;
	background-color: #FF7E1D;
	padding: 5px 10px;
	margin-bottom: 2px;
}
footer div.contact-area div.info-cont ul.contact-area li p.tel-num:before {
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 90%;
	margin-right: 5px;
	content: "\f095";
}
footer div.contact-area div.info-cont ul.contact-area li p.tel-num a {
	color: #FFF;
}
footer div.contact-area div.info-cont ul.contact-area li p.hours {
	font-size: 90%;
	line-height: 1.5em;
}
footer div.copyright {
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #49564B;
	padding: 10px;
	padding-bottom: 20%;
}



/* SLIDER
===================================================== */
div.movie-area {
	background-color: #000;
	padding-top: 45px;
}
div.movie-area div.kv-movie {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
div.catch-area {
	text-align: left;
	color: #44A25A;
	background-color: #E9F4EB;
	padding: 10px 0;
	margin-bottom: 20px;
}
div.catch-area h2 {
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 5px;
}
div.catch-area h3 {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
}
div.kv-area {
	height: 100px;
	background-image: url(../img/common/bg_kv_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 45px;
	margin-bottom: 20px;
}
div.kv-area div.kv-cont {
	display: inline-block;
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	margin-top: 28px;
	z-index: 1;
}
div.kv-area div.kv-cont h2 {
	font-size: 100%;
	line-height: 1.5em;
}



/* CONTENTS "COMMON"
===================================================== */
article {}
article section {
	margin-bottom: 50px;
}
article section h1 {
	font-size: 140%;
	line-height: 1.5em;
	text-align: center;
	border-bottom: solid 2px #66BF7B;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
article section h2 {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
article section h2 > span:before,
article section h2 > span:after {
	height: 3px;
	border-top: solid 1px #BDD7C2 !important;
	border-bottom: solid 1px #BDD7C2 !important;
	content: "";
	position: absolute;
	top: 45%;
	width: 99em;
}
article section h3 {}



/* CONTENTS "HOME"
===================================================== */
article#home {}
article#home section#tokuchou-sec {}
article#home section#tokuchou-sec ul.tokuchou-list {}
article#home section#tokuchou-sec ul.tokuchou-list li {
	margin-bottom: 30px;
}
article#home section#tokuchou-sec ul.tokuchou-list li:last-child {
	margin-bottom: 0;
}
article#home section#tokuchou-sec ul.tokuchou-list li figure {
	text-align: center;
}
article#home section#tokuchou-sec ul.tokuchou-list li figure h3 {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
article#home section#tokuchou-sec ul.tokuchou-list li figure img {
	max-width: 400px;
	margin-bottom: 15px;
}
article#home section#tokuchou-sec ul.tokuchou-list li figure figcaption {
	text-align: left;
}
article#home section#tokuchou-sec ul.tokuchou-list li figure figcaption p.title {
	font-size: 120%;
	line-height: 1.5em;
	border-left: solid 4px #66BF7B;
	padding-left: 10px;
	margin-bottom: 10px;
}
article#home section#tokuchou-sec ul.tokuchou-list li figure figcaption p.honbun {}

article#home section#about-sec {}



/* CONTENTS "FLOW"
===================================================== */
article#flow {}
article#flow section#flow-sec {}
article#flow section#flow-sec dl.toggle-flow {}
article#flow section#flow-sec dl.toggle-flow dt {
	position: relative;
}
article#flow section#flow-sec dl.toggle-flow dt:after {
	position: absolute;
	top: 12px;
	right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 150%;
  line-height: 1em;
  color: #FFF;
	margin-right: 10px;
	content: "\f055";
}
article#flow section#flow-sec dl.toggle-flow dt.active:after {
	position: absolute;
	top: 12px;
	right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 150%;
  line-height: 1em;
  color: #FFF;
	margin-right: 10px;
	content: "\f056";
}
article#flow section#flow-sec dl.toggle-flow dt h2 {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	background-color: #66BF7B;
	padding: 10px;
	margin-bottom: 10px;
}
article#flow section#flow-sec dl.toggle-flow dt h2 > span:before,
article#flow section#flow-sec dl.toggle-flow dt h2 > span:after {
	display: none;
}
article#flow section#flow-sec dl.toggle-flow dd {
	display: none;
}
article#flow section#flow-sec figure.flow-item {}
article#flow section#flow-sec figure.flow-item img {}
article#flow section#flow-sec figure.flow-item figcaption {}
article#flow section#flow-sec figure.flow-item figcaption h3 {
	font-size: 110%;
	line-height: 1.5em;
	color: #66BF7B;
	margin-bottom: 10px;
}
article#flow section#flow-sec figure.flow-item figcaption h3 span {
	display: block;
	font-size: 90%;
	line-height: 1.5em;
	color: #FFF;
	background-color: #44A25A;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

article#flow section#exclusive-sec {}
article#flow section#exclusive-sec figure.flow-item figcaption h3 {
	font-size: 120%;
	line-height: 1.5em;
	color: #66BF7B;
	margin-bottom: 10px;
}



/* CONTENTS "SEIZEN SEIRI"
===================================================== */
article#seizen-seiri {}
article#seizen-seiri section div.bg-lgreen h3 {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	color: #44A25A;
	margin-bottom: 10px;
}
article#seizen-seiri section#rakuraku-sec {}
article#seizen-seiri section#rakuraku-sec p.about {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
}
article#seizen-seiri section#rakuraku-sec div.bg-lgreen {
	padding: 30px 0;
}
article#seizen-seiri section#rakuraku-sec ul.check-list {}
article#seizen-seiri section#rakuraku-sec ul.check-list li {
	display: table;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
article#seizen-seiri section#rakuraku-sec ul.check-list li:before {
	display: table-cell;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 180%;
  vertical-align: middle;
  color: #66BF7B;
	padding-right: 10px;
	content: "\f046";
}
article#seizen-seiri section#rakuraku-sec ul.check-list li span {
	display: table-cell;
	vertical-align: middle;
}

article#seizen-seiri section#point-sec {}
article#seizen-seiri section#point-sec h2:before {
	display: block;
	content: "Point 1";
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	white-space: nowrap;
	color: #FFF;
	border-radius: 3px;
	background-color: #66BF7B;
	padding: 5px 10px;
	margin-bottom: 10px;
}
article#seizen-seiri section#point-sec ul.img-list {}
article#seizen-seiri section#point-sec ul.img-list li {}
article#seizen-seiri section#point-sec div.point1 {}
article#seizen-seiri section#point-sec div.point1 h2:before {
	content: "Point 1";
}
article#seizen-seiri section#point-sec div.point2 {}
article#seizen-seiri section#point-sec div.point2 h2:before {
	content: "Point 2";
}
article#seizen-seiri section#point-sec div.point2 div.example-wrap {
	border: solid 2px #44A25A;
	padding: 20px;
}
article#seizen-seiri section#point-sec div.point2 div.example-wrap table.example-list {
	width: 100%;
	table-layout: fixed;
}
article#seizen-seiri section#point-sec div.point2 div.example-wrap table.example-list tr {}
article#seizen-seiri section#point-sec div.point2 div.example-wrap table.example-list tr td {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
article#seizen-seiri section#point-sec div.point3 {}
article#seizen-seiri section#point-sec div.point3 h2:before {
	content: "Point 3";
}
article#seizen-seiri section#point-sec div.point3 figure {}
article#seizen-seiri section#point-sec div.point3 figure img {}
article#seizen-seiri section#point-sec div.point3 figure figcaption {}
article#seizen-seiri section#point-sec div.point3 figure figcaption table.koumoku-list {
	width: 100%;
}
article#seizen-seiri section#point-sec div.point3 figure figcaption table.koumoku-list tr {}
article#seizen-seiri section#point-sec div.point3 figure figcaption table.koumoku-list tr td {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #44A25A;
	border-radius: 5px;
	border: solid 2px #44A25A;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
article#seizen-seiri section#point-sec div.point4 {}
article#seizen-seiri section#point-sec div.point4 h2:before {
	content: "Point 4";
}
article#seizen-seiri section#point-sec div.point5 {}
article#seizen-seiri section#point-sec div.point5 h2:before {
	content: "Point 5";
}
article#seizen-seiri section#point-sec div.point5 ul.img-list li {
	margin-bottom: 20px;
}
article#seizen-seiri section#point-sec div.point5 div.taiou-wrap {}
article#seizen-seiri section#point-sec div.point5 div.taiou-wrap table.taiou-list {
	width: 100%;
}
article#seizen-seiri section#point-sec div.point5 div.taiou-wrap table.taiou-list caption {
	font-size: 120%;
	line-height: 1.5em;
	text-align: left;
	border-left: solid 4px #66BF7B;
	padding-left: 10px;
	margin-bottom: 10px;
}
article#seizen-seiri section#point-sec div.point5 div.taiou-wrap table.taiou-list tr {}
article#seizen-seiri section#point-sec div.point5 div.taiou-wrap table.taiou-list tr td {
	display: block;
	font-weight: bold;
	color: #66BF7B;
	padding: 2px 0;
}
article#seizen-seiri section#point-sec > div.bg-lgreen {
	padding: 30px 0;
}

article#seizen-seiri section#pack-sec {}
article#seizen-seiri section#pack-sec ul.pack-list {}
article#seizen-seiri section#pack-sec ul.pack-list li {
	width: 46%;
	margin: 0 2% 10px 2%;
}
article#seizen-seiri section#pack-sec ul.pack-list li figure {}
article#seizen-seiri section#pack-sec ul.pack-list li figure img {
	margin-bottom: 10px;
}
article#seizen-seiri section#pack-sec ul.pack-list li figure figcaption {}
article#seizen-seiri section#pack-sec p.check-title {
	display: inline-block;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
	background-color: #66BF7B;
	padding: 2px 15px;
	margin-bottom: 10px;
}
article#seizen-seiri section#pack-sec p.check-title:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 100%;
  margin-right: 10px;
	content: "\f0a6";
}
article#seizen-seiri section#pack-sec ul.check-list {}
article#seizen-seiri section#pack-sec ul.check-list li {
	display: table;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
article#seizen-seiri section#pack-sec ul.check-list li:before {
	display: table-cell;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 180%;
  vertical-align: middle;
  color: #66BF7B;
	padding-right: 10px;
	content: "\f046";
}
article#seizen-seiri section#pack-sec ul.check-list li span {
	display: table-cell;
	vertical-align: middle;
}

article#seizen-seiri section#merit-sec {}



/* CONTENTS "IHIN SEIRI"
===================================================== */
article#ihin-seiri {}
article#ihin-seiri section div.bg-lgreen h3 {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	color: #44A25A;
	margin-bottom: 10px;
}
article#ihin-seiri section#about-sec {}
article#ihin-seiri section#about-sec p.about {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
}

article#ihin-seiri section#otodoke-sec {}

article#ihin-seiri section#service-sec {}
article#ihin-seiri section#service-sec table.koumoku-list {
	width: 100%;
}
article#ihin-seiri section#service-sec table.koumoku-list tr {}
article#ihin-seiri section#service-sec table.koumoku-list tr td {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #44A25A;
	border-radius: 5px;
	border: solid 2px #44A25A;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
article#ihin-seiri section#service-sec figure figcaption h3 {
	font-size: 110%;
	line-height: 1.5em;
	color: #66BF7B;
	margin-bottom: 10px;
}
article#ihin-seiri section#service-sec ul.check-list {}
article#ihin-seiri section#service-sec ul.check-list li {
	display: table;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
article#ihin-seiri section#service-sec ul.check-list li:before {
	display: table-cell;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 180%;
  vertical-align: middle;
  color: #66BF7B;
	padding-right: 10px;
	content: "\f046";
}
article#ihin-seiri section#service-sec ul.check-list li span {
	display: table-cell;
	vertical-align: middle;
}

article#ihin-seiri section#option-sec {}
article#ihin-seiri section#option-sec table.koumoku-list {
	width: 100%;
}
article#ihin-seiri section#option-sec table.koumoku-list tr {}
article#ihin-seiri section#option-sec table.koumoku-list tr td {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #44A25A;
	border-radius: 5px;
	border: solid 2px #44A25A;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
article#ihin-seiri section#option-sec figure figcaption h3 {
	font-size: 110%;
	line-height: 1.5em;
	color: #66BF7B;
	margin-bottom: 10px;
}



/* CONTENTS "KAITORI COMMON"
===================================================== */
article.kaitori {
	letter-spacing: 0.1em;
	margin-top: 47px;
}
article.kaitori .inner750 {}
article.kaitori .fc-orange {
	color: #FF7E1D;
}
article.kaitori .bg-orange {
	color: #FFF;
	background-color: #FF7E1D;
}
article.kaitori .bg-lorange {
	background-color: #FFF5F1;
}
article.kaitori .marker-text {
	background: linear-gradient(transparent 70%, #FFD9C0 70%);
}
article.kaitori section {
	border-bottom: none;
	padding: 0;
	margin: 0;
	
	padding: 30px 0;
}
article.kaitori section h1 {
	border-bottom: none;
	padding: 0;
	margin: 0;
	
	font-size: 150%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
article.kaitori section h2 {
	border-bottom: none;
	padding: 0;
	margin: 0;
	
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

article.kaitori div.kv-space {}
article.kaitori div.kv-space div.catch-copy-wrap {
	padding: 20px 0;
}
article.kaitori div.kv-space dl.catch-copy {
	display: table;
}
article.kaitori div.kv-space dl.catch-copy dt {
	display: table-cell;
	vertical-align: middle;
	font-size: 120%;
	line-height: 1.3em;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	background-color: #FF7E1D;
	padding: 10px;
}
article.kaitori div.kv-space dl.catch-copy dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 150%;
	line-height: 1.8em;
	padding-left: 10px;
}

article.kaitori section#question-sec {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,230,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,230,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,230,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4e6d7',GradientType=0 ); /* IE6-9 */
}
article.kaitori section#question-sec h1 {
	color: #FF7E1D;
}
article.kaitori section#question-sec ul.q-list {}
article.kaitori section#question-sec ul.q-list li {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
article.kaitori section#question-sec ul.q-list li:last-child {
	margin-bottom: 0;
}
article.kaitori section#question-sec ul.q-list li img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}
article.kaitori section#question-sec ul.q-list li p {
	display: inline-block;
	font-size: 130%;
	line-height: 1.5em;
	text-align: left;
	color: #955F20;
}
article.kaitori section#question-sec p.catch-copy {
	font-size: 130%;
	line-height: 1.5em;
	text-align: center;
}
article.kaitori section#question-sec p.catch-copy span.fc-orange {
	font-size: 120%;
	line-height: 1.5em;
}

article.kaitori section#result-sec {}
article.kaitori section#result-sec h1 {
	font-size: 200%;
	line-height: 1.5em;
	background-image: url(../img/kaitori/common/img_result_mushimegane.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
}
article.kaitori section#result-sec h1 small {
	display: block;
	margin-top: 10px;
}
article.kaitori section#result-sec p.catch-copy {
	font-size: 180%;
	line-height: 1.5em;
	text-align: center;
}

article.kaitori section#soudan-sec {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,230,215,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,230,215,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,230,215,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4e6d7',GradientType=0 ); /* IE6-9 */
}
article.kaitori section#soudan-sec figure.case-wrap {}
article.kaitori section#soudan-sec figure.case-wrap img {}
article.kaitori section#soudan-sec figure.case-wrap figcaption {
	border: solid 4px #F4E6D7;
	background-color: #FFF;
	padding: 10px 15px;
}
article.kaitori section#soudan-sec ul.seiritsu-list {}
article.kaitori section#soudan-sec ul.seiritsu-list li {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
article.kaitori section#soudan-sec ul.seiritsu-list li:last-child {
	margin-bottom: 0;
}
article.kaitori section#soudan-sec ul.seiritsu-list li img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}
article.kaitori section#soudan-sec ul.seiritsu-list li p {
	text-align: left;
}

article.kaitori section.contact-sec {
	background-color: #FFF5F1;
	padding: 20px 0;
}
article.kaitori section.contact-sec div.tel-area {
	background-color: #F4E6E1;
	padding: 20px 0;
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap {
	display: table;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 10px;
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap img {
	display: table-cell;
	vertical-align: top;
	width: 80px;
	height: auto;
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap figcaption {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap figcaption p.kochira {
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap figcaption p.tel-num {
	font-family: 'Oswald', sans-serif;
	font-size: 230%;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0em;
	color: #FF7E1D;
	margin-bottom: 5px;
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap figcaption p.tel-num:before {
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 90%;
	margin-right: 5px;
	content: "\f095";
}
article.kaitori section.contact-sec div.tel-area figure.tel-wrap figcaption p.time {
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.03em;
}
article.kaitori section.contact-sec div.tel-area ul.btn-list {}
article.kaitori section.contact-sec div.tel-area ul.btn-list li {}
article.kaitori section.contact-sec ul.line-area {}
article.kaitori section.contact-sec ul.line-area li {
	text-align: center;
	margin-bottom: 20px;
}
article.kaitori section.contact-sec ul.line-area li.qr {}
article.kaitori section.contact-sec ul.line-area li figure {}
article.kaitori section.contact-sec ul.line-area li figure img {
	margin-bottom: 10px;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption {
	text-align: left;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption h2 {
	display: table;
	color: #66BF7B;
	margin-bottom: 10px;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption h2 img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption h2 span {
	display: table-cell;
	vertical-align: middle;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption h2 span:before,
article.kaitori section.contact-sec ul.line-area li figure figcaption h2 span:after {
	display: none;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption dl {}
article.kaitori section.contact-sec ul.line-area li figure figcaption dl dt {
	font-size: 130%;
	line-height: 1.5em;
	border-bottom: solid 1px #8EA091;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
article.kaitori section.contact-sec ul.line-area li figure figcaption dl dd {}

article.kaitori section#reason-sec {}
article.kaitori section#reason-sec dl.title-area {
	text-align: center;
}
article.kaitori section#reason-sec dl.title-area dt {
	border-bottom: solid 2px #955F20;
	background-color: #FFF5F1;
	padding: 10px;
	margin-bottom: 20px;
}
article.kaitori section#reason-sec dl.title-area dt h1 {
	margin: 0;
}
article.kaitori section#reason-sec dl.title-area dd {
	display: inline-block;
	font-size: 120%;
	line-height: 1.5em;
}
article.kaitori section#reason-sec dl.title-area dd span {
	font-size: 300%;
	line-height: 1.5em;
}
article.kaitori section#reason-sec ul.reason-list {}
article.kaitori section#reason-sec ul.reason-list li {
	margin-bottom: 30px;
}
article.kaitori section#reason-sec ul.reason-list li:last-child {
	margin-bottom: 0;
}
article.kaitori section#reason-sec ul.reason-list li figure {
	position: relative;
}
article.kaitori section#reason-sec ul.reason-list li figure img {}
article.kaitori section#reason-sec ul.reason-list li figure figcaption {}
article.kaitori section#reason-sec ul.reason-list li figure figcaption h2 {}
article.kaitori section#reason-sec ul.reason-list li figure figcaption h2:before {
	font-size: 80%;
	line-height: 1.5em;
	white-space: nowrap;
	color: #FFF;
	background-color: #FF7E1D;
	padding: 5px 10px;
	margin-right: 5px;
}
article.kaitori section#reason-sec ul.reason-list li:nth-child(1) figure figcaption h2:before {
	content: "理由1";
}
article.kaitori section#reason-sec ul.reason-list li:nth-child(2) figure figcaption h2:before {
	content: "理由2";
}
article.kaitori section#reason-sec ul.reason-list li:nth-child(3) figure figcaption h2:before {
	content: "理由3";
}
article.kaitori section#reason-sec ul.reason-list li figure figcaption h3 {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}
article.kaitori section#reason-sec dl.taiou-wrap {}
article.kaitori section#reason-sec dl.taiou-wrap dt {
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #FF7E1D;
	padding: 10px 20px;
}
article.kaitori section#reason-sec dl.taiou-wrap dd {
	background-color: #FFF5F1;
	padding: 20px;
}
article.kaitori section#reason-sec dl.taiou-wrap dd ul.taiou-list {}
article.kaitori section#reason-sec dl.taiou-wrap dd ul.taiou-list li {
	width: 46%;
	text-align: center;
	margin: 0 2% 20px 2%;
}
article.kaitori section#reason-sec dl.taiou-wrap dd div.etc-area {
	background-color: #FFF;
	padding: 10px 20px;
}

article.kaitori section#flow-sec {}
article.kaitori section#flow-sec ul.step-list {}
article.kaitori section#flow-sec ul.step-list li {
	margin-bottom: 20px;
}
article.kaitori section#flow-sec ul.step-list li:last-child {
	margin-bottom: 0;
}
article.kaitori section#flow-sec ul.step-list li p.title {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #FF7E1D;
	padding: 5px 10px;
	margin-bottom: 20px;
}
article.kaitori section#flow-sec ul.step-list li table {
	width: 100%;
	table-layout: fixed;
}
article.kaitori section#flow-sec ul.step-list li table tr {}
article.kaitori section#flow-sec ul.step-list li table tr th {
	display: block;
	text-align: center;
}
article.kaitori section#flow-sec ul.step-list li table tr th img {
	max-width: 250px;
	margin-bottom: 5px;
}
article.kaitori section#flow-sec ul.step-list li table tr td {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
article.kaitori section#flow-sec ul.step-list li figure {}
article.kaitori section#flow-sec ul.step-list li figure img {}
article.kaitori section#flow-sec ul.step-list li figure figcaption {}

article.kaitori section#faq-sec {
	padding-bottom: 0;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,230,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,230,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,230,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4e6d7',GradientType=0 ); /* IE6-9 */
}
article.kaitori section#faq-sec table.faq-list {
	width: 100%;
}
article.kaitori section#faq-sec table.faq-list tr {}
article.kaitori section#faq-sec table.faq-list tr td {
	display: block;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
}
article.kaitori section#faq-sec table.faq-list tr td dl {
	display: table;
	border-collapse: collapse;;
}
article.kaitori section#faq-sec table.faq-list tr td dl dt {
	font-size: 150%;
	line-height: 1.5em;
	margin-bottom: 20px;
}
article.kaitori section#faq-sec table.faq-list tr td dl dt:before {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 10px;
}
article.kaitori section#faq-sec table.faq-list tr td dl dt.q1:before {
	content: "Q1.";
}
article.kaitori section#faq-sec table.faq-list tr td dl dt.q2:before {
	content: "Q2.";
}
article.kaitori section#faq-sec table.faq-list tr td dl dt.q3:before {
	content: "Q3.";
}
article.kaitori section#faq-sec table.faq-list tr td dl dt.q4:before {
	content: "Q4.";
}
article.kaitori section#faq-sec table.faq-list tr td dl dt.q5:before {
	content: "Q5.";
}
article.kaitori section#faq-sec table.faq-list tr td dl dt.q6:before {
	content: "Q6.";
}
article.kaitori section#faq-sec table.faq-list tr td dl dt span {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
article.kaitori section#faq-sec table.faq-list tr td dl dd {}
article.kaitori section#faq-sec table.faq-list tr td dl dd p.answer {
	font-size: 150%;
	line-height: 1.5em;
	color: #FF7E1D;
	border-bottom: solid 1px #F4E6E1;
	margin-bottom: 10px;
}
article.kaitori section#faq-sec div.info-area {
	background-image: url(../img/kaitori/common/bg_01.png);
	background-repeat: repeat;
}

article.kaitori div.navi-area {
	padding: 30px 0;
}
article.kaitori div.navi-area ul.bnr-list {}
article.kaitori div.navi-area ul.bnr-list li {
	width: 48%;
	text-align: center;
	margin: 0 1%;
	margin-bottom: 5px;
}



/* CONTENTS "KAITORI KOTTOUHIN"
===================================================== */
article#kottouhin {}



/* CONTENTS "PRICE"
===================================================== */
article#price {}
article#price section table.price-list-a {
	width: 100%;
}
article#price section table.price-list-a tr {}
article#price section table.price-list-a tr th {
	text-align: center;
	border-left: solid 1px #49564B;
	border-bottom: solid 1px #49564B;
	background-color: #E9F4EB;
	padding: 5px;
}
article#price section table.price-list-a tr th:first-child {
	border-left: none;
}
article#price section table.price-list-a tr td {
	text-align: center;
	border-left: solid 1px #49564B;
	border-bottom: solid 1px #49564B;
	padding: 5px;
}
article#price section table.price-list-a tr td.madori {
	color: #44A25A;
	border-left: none;
	background-color: #F4FCF5;
}
article#price section table.price-list-a tr td.price {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	color: #44A25A;
}
article#price section table.price-list-b {
	width: 100%;
}
article#price section table.price-list-b tr {}
article#price section table.price-list-b tr th {
	display: block;
	text-align: center;
	border-bottom: solid 1px #49564B;
	background-color: #F4FCF5;
	padding: 5px;
}
article#price section table.price-list-b tr:first-child th {
	border-top: solid 1px #49564B;
}
article#price section table.price-list-b tr td {
	display: block;
	text-align: center;
	border-bottom: solid 1px #49564B;
	padding: 5px;
}
article#price section table.price-list-b tr td.price {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	color: #44A25A;
}

article#price section#info-sec {}
article#price section#info-sec ul.info-list {}
article#price section#info-sec ul.info-list li {
	width: 100%;
	margin-bottom: 20px;
}
article#price section#info-sec ul.info-list li figure {
	width: 100%;
	clear: both;
}
article#price section#info-sec ul.info-list li figure h3 {
	font-size: 120%;
	line-height: 1.5em;
	border-left: solid 4px #66BF7B;
	padding-left: 10px;
	margin-bottom: 10px;
}
article#price section#info-sec ul.info-list li figure img {
	float: left;
	width: 30%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
article#price section#info-sec ul.info-list li figure figcaption {
	float: right;
	width: 65%;
}
article#price section#info-sec p.arrow i {
	font-size: 400%;
	line-height: 0.25em;
}

article#price section#service-sec {}
article#price section#service-sec ul.service-list {}
article#price section#service-sec ul.service-list li {
	width: 100%;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #44A25A;
	border-radius: 5px;
	border: solid 2px #44A25A;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article#price section#service-sec table.haisou-list {
	width: 100%;
}
article#price section#service-sec table.haisou-list tr {}
article#price section#service-sec table.haisou-list tr th {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #66BF7B;
	padding: 5px;
}
article#price section#service-sec table.haisou-list tr td {
	display: block;
	font-weight: bold;
	text-align: center;
	background-color: #E9F4EB;
	padding: 5px;
}

article#price section#option-sec {}
article#price section#option-sec ul.area-list {}
article#price section#option-sec ul.area-list li {
	width: 48%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border-radius: 3px;
	background-color: #66BF7B;
	padding: 5px;
	margin: 0 1% 5px 1%;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}



/* CONTENTS "AREA"
===================================================== */
article#area {}
article#area section#taiou-sec {
	margin-bottom: 0;
}
article#area section#taiou-sec figure.omakase {}
article#area section#taiou-sec figure.omakase figcaption {}
article#area section#taiou-sec figure.omakase figcaption h3 {
	font-size: 110%;
	line-height: 1.5em;
	color: #66BF7B;
	margin-bottom: 10px;
}
article#area section#taiou-sec div.bg-lgreen {
	padding: 30px 0;
}
article#area table.area-list {
	width: 100%;
}
article#area table.area-list tr {
	border-bottom: solid 1px #BDD7C2;
}
article#area table.area-list tr th {
	white-space: nowrap;
	padding: 5px 0;
}
article#area table.area-list tr td {
	width: 100%;
	padding: 5px 0;
	padding-left: 20px;
}



/* CONTENTS "CUSTOMER"
===================================================== */
article#customer {}
article#customer section#result-sec {}
article#customer section#result-sec ul.result-list {}
article#customer section#result-sec ul.result-list > li {
	margin-bottom: 20px;
}
article#customer section#result-sec ul.result-list li h3 {
	font-size: 120%;
	line-height: 1.5em;
	color: #FFF;
	background-color: #66BF7B;
	padding: 5px 10px;
	margin-bottom: 15px;
}
article#customer section#result-sec ul.result-list li table.detail-list {
	width: 100%;
}
article#customer section#result-sec ul.result-list li table.detail-list tr {}
article#customer section#result-sec ul.result-list li table.detail-list tr th {
	display: block;
	font-weight: normal;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 10px;
}
article#customer section#result-sec ul.result-list li table.detail-list tr td {
	display: block;
	padding: 0 10px;
	margin-bottom: 10px;
}
article#customer section#result-sec ul.result-list li table.detail-list tr td > img {
	border: solid 2px #8EA091;
}
article#customer section#result-sec ul.result-list li table.detail-list tr td div.voice-wrap {
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border: solid 2px #49564B;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article#customer section#result-sec ul.result-list li table.detail-list tr td div.voice-wrap div.filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
article#customer section#result-sec ul.result-list li table.detail-list tr td div.voice-wrap img.mushimegane {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
}
article#customer section#result-sec ul.result-list li table.detail-list tr td.before p {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	color: #8EA091;
}
article#customer section#result-sec ul.result-list li table.detail-list tr td.after p {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	color: #44A25A;
}



/* CONTENTS "FAQ"
===================================================== */
article#faq {}
article#faq section#zenpan-sec {}
article#faq section#ihin-sec {}
article#faq section#seizen-sec {}
article#faq section#payment-sec {}
article#faq section dl.faq-list {}
article#faq section dl.faq-list dt {
	position: relative;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	color: #44A25A;
	border-bottom: solid 1px #44A25A;
	padding: 10px;
	padding-right: 40px;
	margin-bottom: 10px;
}
article#faq section dl.faq-list dt:after,
article#faq section dl.faq-list dt.active:after {
	top: 12px;
}
article#faq section dl.faq-list dd {
	background-color: #E9F4EB;
	padding: 10px 20px;
	margin-bottom: 20px;
}



/* CONTENTS "REASON"
===================================================== */
article#reason {}
article#reason section div.bg-lgreen h3 {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	color: #44A25A;
	margin-bottom: 10px;
}
article#reason section div.bg-lgreen figure {}
article#reason section div.bg-lgreen figure img {}
article#reason section div.bg-lgreen figure figcaption {}
article#reason section table.koumoku-list {
	width: 100%;
}
article#reason section table.koumoku-list tr {}
article#reason section table.koumoku-list tr td {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #44A25A;
	border-radius: 5px;
	border: solid 2px #44A25A;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

article#reason section#reason-sec {}
article#reason section#reason-sec ul.reason-list {}
article#reason section#reason-sec ul.reason-list li {
	width: 100%;
	margin-bottom: 20px;
}
article#reason section#reason-sec ul.reason-list li figure {
	width: 100%;
	clear: both;
}
article#reason section#reason-sec ul.reason-list li figure h3 {
	font-size: 120%;
	line-height: 1.5em;
	border-left: solid 4px #66BF7B;
	padding-left: 10px;
	margin-bottom: 10px;
}
article#reason section#reason-sec ul.reason-list li figure img {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
article#reason section#reason-sec ul.reason-list li figure figcaption {
	padding-left: 10px;
}
article#reason section#reason-sec ul.reason-list li figure figcaption p {
	margin-bottom: 10px;
}
article#reason section#reason-sec ul.reason-list li figure figcaption .btn-anchor {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}
article#reason section#reason-sec ul.reason-list li figure figcaption .btn-anchor a {
	display: block;
	color: #FFF;
	border-radius: 3px;
	background-color: #B27A38;
	padding: 5px 10px;
}
article#reason section#reason-sec ul.reason-list li figure figcaption .btn-anchor a:hover {
	text-decoration: none;
	background-color: #955F20;
}
article#reason section#reason-sec ul.reason-list li figure figcaption .btn-anchor a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 110%;
	margin-left: 10px;
	content: "\f0d7";
}

article#reason section#service-sec {
	padding-top: 55px;
	margin-top: -55px;
}
article#reason section#service-sec h1:before {
	content: "01";
	color: #FFF;
	background-color: #66BF7B;
	padding: 3px 5px;
	margin-right: 5px
}

article#reason section#support-sec {
	padding-top: 55px;
	margin-top: -55px;
}
article#reason section#support-sec h1:before {
	content: "02";
	color: #FFF;
	background-color: #66BF7B;
	padding: 3px 5px;
	margin-right: 5px
}

article#reason section#hiyou-sec {
	padding-top: 55px;
	margin-top: -55px;
}
article#reason section#hiyou-sec h1:before {
	content: "03";
	color: #FFF;
	background-color: #66BF7B;
	padding: 3px 5px;
	margin-right: 5px
}
article#reason section#hiyou-sec ul.check-list {}
article#reason section#hiyou-sec ul.check-list li {
	display: table;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
article#reason section#hiyou-sec ul.check-list li:before {
	display: table-cell;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 180%;
  vertical-align: middle;
  color: #66BF7B;
	padding-right: 10px;
	content: "\f046";
}
article#reason section#hiyou-sec ul.check-list li span {
	display: table-cell;
	vertical-align: middle;
}



/* CONTENTS "COMPANY"
===================================================== */
article#company {}
article#company section#message-sec {}

article#company section#omoi-sec {}

article#company section#rinen-sec {}
article#company section#rinen-sec dl.rinen-list {}
article#company section#rinen-sec dl.rinen-list dt {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
article#company section#rinen-sec dl.rinen-list dd {
	margin-bottom: 20px;
}

article#company section#kokoroe-sec {}
article#company section#kokoroe-sec ul.kokoroe-list {}
article#company section#kokoroe-sec ul.kokoroe-list li {
	font-size: 110%;
	line-height: 1.8em;
	list-style: circle;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 15px;
}

article#company section#nichijou-sec {}
article#company section#nichijou-sec ol.nichijou-list {}
article#company section#nichijou-sec ol.nichijou-list li {
	font-size: 110%;
	line-height: 1.8em;
	list-style: cjk-ideographic;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 15px;
}

article#company section#nintei-sec {}

article#company section#profile-sec {}
article#company section#profile-sec table.profile-list {}
article#company section#profile-sec table.profile-list tr {
	border-bottom: solid 1px #BDD7C2;
}
article#company section#profile-sec table.profile-list tr th {
	display: block;
	text-align: left;
	padding: 0 10px;
	padding-top: 5px;
}
article#company section#profile-sec table.profile-list tr td {
	display: block;
	padding: 0 10px;
	padding-bottom: 5px;
}



/* CONTENTS "CONTACT"
===================================================== */
article#contact {}
article#contact section#form-sec {}
article#contact section#form-sec table.form-list {
	width: 100%;
}
article#contact section#form-sec table.form-list tr {}
article#contact section#form-sec table.form-list tr th {
	display: block;
	font-weight: normal;
	text-align: left;
	margin-bottom: 3px;
}
article#contact section#form-sec table.form-list tr th.required:after {
	content: "必須";
	font-size: 90%;
	line-height: 1em;
	font-weight: normal;
	color: #FFF;
	border-radius: 3px;
	background-color: #E50012;
	padding: 2px 5px;
	margin-left: 5px;
}
article#contact section#form-sec table.form-list tr td {
	display: block;
	margin-bottom: 10px;
}
article#contact section#form-sec table.form-list tr td input[type="text"],
article#contact section#form-sec table.form-list tr td input[type="email"],
article#contact section#form-sec table.form-list tr td input[type="tel"],
article#contact section#form-sec table.form-list tr td input[type="password"] {
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 5px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article#contact section#form-sec table.form-list tr td select {
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article#contact section#form-sec table.form-list tr td textarea {
	width: 100%;
	height: 100px;
	font-size: 16px;
	line-height: 1.5em;
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 5px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article#contact section#form-sec table.form-list tr td p.error {
	font-size: 90%;
	line-height: 1.5em;
	color: #E50012;
}
article#contact section#form-sec input[type="reset"] {
	color: #FFF;
	border: none;
	border-radius: 3px;
	background-color: #8EA091;
	padding: 10px 30px;
}
article#contact section#form-sec input[type="submit"] {
	color: #FFF;
	border: none;
	border-radius: 3px;
	background-color: #66BF7B;
	padding: 10px 30px;
}










