@charset "UTF-8";
html {
	width: 100%;
}
body {
	*font-size: small;
	*font: x-small;
	font-size: 13px;
	color: #333333;
	line-height: 1.2;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
#wrap {
	text-align: left;
	overflow: hidden;
	background-color: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd, figure {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
input, textarea, select, button, label {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
:focus {
	outline: 0;
	border-color: orange;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 750px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}

/* header
-----------------------------------------------*/
header {
	position: fixed !important;
}

/* main
-----------------------------------------------*/
#main {
	position: relative;
	background: url("/unithouse/product/kikenbutsu/images/bgi_main.jpg")no-repeat;
	background-position: center right;
	background-size: cover;
  height: 450px;
}
#main .inner {
	margin: 0 auto;
	max-width: 1360px;
	width: 100%;
	padding: 40px;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
#main .inner .txt {
	width: 44.06%;
	text-align: center;
}
#main .inner .txt p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
}
#main .inner .txt h1 {
	font-size: 0;
	background: url("/unithouse/product/kikenbutsu/images/img_ttl.svg")no-repeat center;
	background-size: contain;
	max-width: 490px;
	width: 100%;
	padding-top: 11.7%;
	margin: 10px auto 20px;
}
#main .inner .txt .badge01 {
	display: flex;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}
#main .inner .txt .badge01 li {
	padding-right: 10px;
}
#main .inner .txt .badge01 li:last-child {
	padding-right: 0;
	padding-left: 10px;
}
#main .inner .txt .badge02 {
	position: absolute;
	right: 0;
	bottom: -75px;
	z-index: 2;
}
@media screen and (max-width: 1280px) {
#main {
  height: 400px;
}
	#main .inner .txt .badge02 {
		right: 10px;
	}
}
@media screen and (max-width: 1100px) {
#main {
  height: 350px;
}
  #main .inner{
    padding: 20px 40px;
  }
	#main .inner .txt .badge02 {
		right: 10px;
	}
	#main .inner .txt {
		padding-left: 0;
	}
	#main .inner .txt p {
		font-size: 16px;
	}
  #main .inner .txt .badge01 {
    max-width: 280px;
}
	#main .inner .txt .badge02 {
		max-width: 130px;
	}
}
@media screen and (max-width: 980px) {
  .pcOnly{display: none!important;}
}
@media screen and (max-width: 768px) {
#main {
	background: url("/unithouse/product/kikenbutsu/images/bgi_main_sp.jpg")no-repeat;
	background-position: center bottom;
	background-size: cover;
  height: 580px;
}
	#main .inner {
		padding: 40px 16px;
	}
	#main .inner .txt {
		width: 100%;
		padding-left: 0
	}
  #main .inner .txt h1 {
    margin: 5px auto 20px;
}
	#main .inner .txt .badge {
		display: flex;
		justify-content: center;
	}
	#main .inner .txt .badge img {
		max-height: 105px;
		height: 100%;
	}
	#main .inner .txt .badge01 {
		max-width: 220px;
		margin: 0;
	}
	#main .inner .txt .badge01 li:last-child {
		padding-left: 0;
	}
	#main .inner .txt .badge02 {
		position: unset;
		max-width: 115px;
		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 500px) {
#main {
  height: 500px;
}
#main .inner {
    padding: 40px 16px 0;
}
}
@media screen and (max-width: 440px) {
#main {
  height: 470px;
}
}

/* footstepBox
-----------------------------------------------*/
.footstepBox {
	max-width: 900px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-top: 10px;
}
.footstepBox, .footstepBox a, .footstepBox a:hover {
	color: #fff!important;
}
@media screen and (max-width: 740px) {
	.footstepBox {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* section
-----------------------------------------------*/
section {
	margin-bottom: 100px;
}
section .ttlArea {
	position: relative;
}
section .ttlArea h2 {
	font-size: 35px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
section .ttlArea h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: 300;
	color: #003459;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
	margin-right: 20px;
}
section .ttlArea h2 br {
	display: none;
}
section .ttlArea h2 strong {
	margin-bottom: -3px;
	display: block;
}
section .inner {
	max-width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px;
}
section p {
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
section .col2 {
	display: flex;
	width: 100%;
}
section .col2 .col {
	display: flex;
	width: 50%;
	margin-right: 40px;
	box-sizing: border-box;
}
section .col2 .col:nth-child(even) {
	margin-right: 0;
}
section .col2 .col .txt {
	padding-right: 40px;
	width: 56.03%;
	box-sizing: border-box;
}
section .col2 .col h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
section .col2 .col p {
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
	section .inner {
		padding-left: 40px!important;
		padding-right: 40px!important;
	}
	section .ttlArea h2 span {
		display: block;
		margin-bottom: 0;
		margin-right: 0;
	}
	section .col2 .col h3 {
		font-size: 18px;
	}
	section .col2 .col p {
		font-size: 14px;
	}
	section .col2 .col {
		margin-right: 30px;
	}
	section .col2 .col .txt {
		padding-right: 20px;
	}
	section .col2 .col h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 750px) {
	section {
		margin-bottom: 30px;
	}
	section .inner {
		padding-left: 16px!important;
		padding-right: 16px!important;
		padding-bottom: 20px!important;
	}
	section .ttlArea {
		margin-bottom: 25px;
	}
	section .ttlArea h2 {
		font-size: 24px;
	}
	section .ttlArea h2 span {
		font-size: 40px;
	}
	section .ttlArea h2 br {
		display: block;
	}
	section p {
		font-size: 13px;
	}
	section .col2 {
		flex-wrap: wrap;
	}
	section .col2 .col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	section .col2 .col:last-child {
		margin-bottom: 0;
	}
	section .col2 .col .txt {
		padding-right: 0;
		width: 100%;
	}
	section .col2 .col h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	section .col2 .col p {
		font-size: 13px;
	}
}

/* lead
-----------------------------------------------*/
#lead {
	background: #003459;
	color: #fff;
	padding: 40px 0;
	margin-bottom: 0;
	position: relative;
}
#lead .inner {
	max-width: 1120px;
}
#lead .box {
	display: flex;
	width: 100%;
}
#lead .box .ttl {
	width: 41.35%;
	padding-right: 20px;
}
#lead .box .ttl h2 {
	font-size: 32px;
	font-feature-settings: "palt";
	line-height: 1.5;
}
#lead .box .txt {
	border-left: 1px #fff solid;
	padding-left: 40px;
	width: 58.65%;
}
#lead .box .txt p {
	padding-bottom: 5px;
}
#lead .box .txt table {
	width: 100%;
}
#lead .box .txt td {
	padding-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
  font-feature-settings: "palt";
}
#lead .box .txt td:last-child {
	width: 12.72%;
}
#lead .box+p {
	font-size: 16px;
	background: #fff;
	color: #cc1f2c;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
	#lead .box {
		align-items: center;
	}
	#lead .box .ttl {
		width: 45.35%;
		padding-right: 10px;
	}
	#lead .box .ttl h2 {
		font-size: 26px;
	}
	#lead .box .txt {
		padding-left: 20px;
	}
	#lead .box .txt td:last-child {
		white-space: nowrap;
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (max-width: 950px) {
	#lead .box .ttl h2 {
		font-size: 24px;
	}
	#lead .box .txt p {
		font-size: 13px;
		padding-bottom: 5px;
	}
	#lead .box .txt td {
		font-size: 13px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 750px) {
	#lead {
		padding: 20px 0 30px;
	}
	#lead .inner {
		padding-bottom: 0!important;
	}
	#lead .box {
		flex-wrap: wrap;
	}
	#lead .box .ttl {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	#lead .box .ttl h2 {
		text-align: center;
	}
	#lead .box .ttl h2+p {
		text-align: center;
	}
	#lead .box .txt {
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
		border-left: 0;
		border-top: 1px #fff solid;
	}
	#lead .box+p {
		line-height: 1.5;
		padding: 10px;
	}
}

/* icon
-----------------------------------------------*/
#icon {
	background: #f4f4f4;
	margin-bottom: 85px;
}
#icon .inner {
	padding: 70px 40px;
}
#icon .ttlArea {
	margin-bottom: 45px;
}
#icon .inner ul {
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#icon .inner ul li {
	text-align: center;
}
#icon .inner ul li .txt p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	line-height: 1.6;
}
#icon .inner ul li .img {
	min-height: 70px;
}
@media screen and (max-width: 1024px) {
	#icon .inner ul li .txt p {
		font-size: 14px;
		line-height: 1.75;
	}
	#icon .inner ul li .txt {
		padding: 0 10px;
		box-sizing: border-box;
		font-feature-settings: "palt";
	}
}
@media screen and (max-width: 750px) {
	#icon {
		margin-bottom: 40px;
	}
	#icon .inner {
		padding: 40px 16px!important;
	}
	#icon .ttlArea {
		margin-bottom: 40px;
	}
	#icon .inner ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#icon .inner ul li {
		width: 50%;
	}
	#icon .inner ul li .txt p {
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	#icon .inner ul li:last-child .txt p {
		margin-bottom: 0;
	}
	#icon .inner ul li .txt p br {
		display: block;
	}
}

/* features
-----------------------------------------------*/
#features .ttlArea h2 span {
	display: block;
	margin-bottom: 0;
}
#features .ttlArea h2 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 25px;
}
#features .box {
	display: flex;
	width: 100%;
}
#features .box .txt {
	width: 57.5%;
	padding-right: 40px;
	box-sizing: border-box;
}
#features .box .txt h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#features .box .txt p {
	font-size: 16px;
}
#features .box .img {
	width: 42.5%;
	align-items: flex-end;
	display: flex;
}
#features .box .img img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	#features .ttlArea {
		margin-bottom: 40px;
	}
	#features .box .txt h3 {
		font-size: 18px;
	}
	#features .box .txt p {
		font-size: 14px;
	}
}
@media screen and (max-width: 750px) {
	#features .ttlArea h2 {
		font-size: 20px;
	}
	#features .box {
		flex-wrap: wrap;
	}
	#features .box .txt, #features .box .img, #features .col .img img {
		width: 100%;
		padding-right: 0;
	}
	#features .box .txt {
		margin-bottom: 20px;
	}
	#features .box .txt h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	#features .box .txt p {
		font-size: 13px;
	}
}

/* equipmen
----------------------------------------------*/
#equipmen {
	background: #e3e9f1;
	margin-bottom: 80px;
}
#equipmen .inner {
	padding-top: 80px;
	padding-bottom: 100px;
}
#equipmen .ttlArea {
	margin-bottom: 20px;
}
#equipmen .ttlArea h2 {
	font-size: 24px;
	text-align: left;
}
#equipmen .imgArea ul {
	width: 100%;
	background: url("/unithouse/product/kikenbutsu/images/img_equipmen_01.png")no-repeat;
	height: 540px;
	position: relative;
	background-size: contain;
}
#equipmen .imgArea h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#equipmen .imgArea p {
	font-size: 14px;
	line-height: 1.75;
}
#equipmen .imgArea i {
	display: none;
}
#equipmen .imgArea .imgTxt01, #equipmen .imgArea .imgTxt02, #equipmen .imgArea .imgTxt03, #equipmen .imgArea .imgTxt04 {
	position: absolute;
	width: 25%;
}
#equipmen .imgArea .imgTxt01 {
	top: 107px;
	left: 0%;
}
#equipmen .imgArea .imgTxt02 {
	top: 340px;
	left: 0%;
}
#equipmen .imgArea .imgTxt03 {
	top: 107px;
	left: 75%;
}
#equipmen .imgArea .imgTxt04 {
	top: 340px;
	left: 75%;
}
#equipmen .imgArea+ul {
	display: flex;
	margin-top: 30px;
}
#equipmen .imgArea+ul li {
	margin-right: 20px;
	width: 33.33%;
}
#equipmen .imgArea+ul li:last-child {
	margin-right: 0;
}
#equipmen .imgArea+ul li h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#equipmen .option {
	background: #f0f0f0;
	margin-top: 40px;
	padding: 40px;
}
#equipmen .option h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
#equipmen .option .txt p {
	font-size: 16px;
}
#equipmen .option ul {
	display: flex;
	flex-wrap: wrap;
}
#equipmen .option ul li {
	width: 23.21%;
	margin-right: 20px;
	margin-bottom: 20px;
}
#equipmen .option ul li:nth-child(4), #equipmen .option ul li:last-child {
	margin-right: 0;
}
#equipmen .option ul li img {
	display: block;
	width: 100%;
}
#equipmen .option ul li h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#equipmen .option ul li p {
	font-size: 14px;
	line-height: 2;
	text-align: left;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1240px) {
	#equipmen .imgArea .imgTxt01 {
		top: 99px;
	}
	#equipmen .imgArea .imgTxt02 {
		top: 325px;
	}
	#equipmen .imgArea .imgTxt03 {
		top: 99px;
		left: 76%;
	}
	#equipmen .imgArea .imgTxt04 {
		top: 325px;
		left: 76%;
	}
}
@media screen and (max-width: 1200px) {
	#equipmen .imgArea .imgTxt01 {
		top: 98px;
	}
	#equipmen .imgArea .imgTxt02 {
		top: 315px;
	}
	#equipmen .imgArea .imgTxt03 {
		top: 98px;
		left: 76%;
	}
	#equipmen .imgArea .imgTxt04 {
		top: 315px;
		left: 76%;
	}
}
@media screen and (max-width: 1170px) {
	#equipmen .ttlArea h2 {
		font-size: 20px;
	}
	#equipmen .imgArea h3 {
		font-size: 16px;
	}
	#equipmen .imgArea ul {
    width: 100%;
    background: url(/unithouse/product/kikenbutsu/images/img_equipmen_01_sp.png)no-repeat;
    height: auto;
    padding-top: 450px;
    background-size: 500px;
    background-position: top center;
	}
	#equipmen .imgArea .imgTxt01, #equipmen .imgArea .imgTxt02, #equipmen .imgArea .imgTxt03, #equipmen .imgArea .imgTxt04 {
		position: relative;
		width: 100%;
		top: 0!important;
		left: 0!important;
		margin-bottom: 20px;
	}
	#equipmen .imgArea i {
		display: inline-block;
		margin-right: 0.5em;
		font-style: normal;
		line-height: 1.2em;
		vertical-align: middle;
	}
	#equipmen .imgArea .imgTxt03, #equipmen .imgArea .imgTxt04 {
		position: relative;
		padding-right: 80px;
		box-sizing: border-box;
	}
	#equipmen .imgArea .imgTxt03::before, #equipmen .imgArea .imgTxt04::before {
		position: absolute;
		display: block;
		content: "";
		width: 70px;
		height: 70px;
		top: 0;
		right: 0;
	}
	#equipmen .imgArea .imgTxt03::before {
		background: url(/unithouse/product/kikenbutsu/images/img_equipmen_01_01_sp.png)no-repeat;
		background-size: contain;
	}
	#equipmen .imgArea .imgTxt04::before {
		background: url(/unithouse/product/kikenbutsu/images/img_equipmen_01_02_sp.png)no-repeat;
		background-size: contain;
	}
	#equipmen .option ul li {
		width: 31.75%;
	}
	#equipmen .option ul li:nth-child(4) {
		margin-right: 20px;
	}
	#equipmen .option ul li:nth-child(3), #equipmen .option ul li:nth-child(6) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1000px) {
	#equipmen .option ul li {
		margin-right: 10px;
	}
	#equipmen .option ul li:nth-child(4) {
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	#equipmen {
		margin-bottom: 30px;
	}
	#equipmen .inner {
		padding-top: 40px;
		padding-bottom: 50px!important;
	}
	#equipmen .imgArea h3 {
		margin-top: 10px;
		margin-bottom: 5px
	}
	#equipmen .imgArea+ul {
		flex-wrap: wrap;
	}
	#equipmen .imgArea+ul li {
		margin-right: 10px;
		margin-bottom: 20px;
		width: 48.5%;
		font-feature-settings: "palt";
	}
	#equipmen .imgArea+ul li:nth-child(2n), #equipmen .imgArea+ul li:last-child {
		margin-right: 0;
	}
	#equipmen .imgArea+ul li h3 {
		font-size: 16px;
		margin-top: 10px;
	}
	#equipmen .option {
		margin-top: 30px;
		padding: 20px 15px;
	}
	#equipmen .option h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#equipmen .option ul li {
		margin-bottom: 20px;
		width: 48.3%;
		font-feature-settings: "palt";
	}
	#equipmen .option ul li:nth-child(3) {
		margin-right: 10px;
	}
	#equipmen .option ul li:nth-child(2), #equipmen .option ul li:nth-child(4), #equipmen .option ul li:nth-child(6), #equipmen .option ul li:last-child {
		margin-right: 0;
	}
	#equipmen .option ul li h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) {
	#equipmen .imgArea ul {
    padding-top: 300px;
    background-size: 350px;
	}
}

/* design
-----------------------------------------------*/
#design {
	margin-bottom: 90px;
}
#design .ttlArea h2 {
	font-size: 24px;
	text-align: left;
}
#design .lead {
	margin-top: 10px;
}
#design .lead .txt h3 {
	font-size: 36px;
	color: #003459;
	margin-bottom: 10px;
}
#design .lead .txt p {
	font-size: 16px;
	line-height: 1.75;
}
#design .lead .txt p span {
	font-weight: bold;
}
#design .lead .txt p .bold {
	font-size: 20px;
}
#design .col2 .col {
	display: block;
	margin-top: 40px;
}
#design .col2 .col .img, #design .col2 .col .txt {
	width: 100%;
	padding-right: 0;
}
#design .col2 .col .img img, #design .option .img ul li img {
	width: 100%;
}
#design .col2 .col .img {
	border: 1px solid #e3e9f1;
}
#design .col2 .col .txt h3 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#design .col2 .col .txt p {
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
	#design .lead {
		margin-top: 20px;
	}
	#design .lead .txt h3 {
		font-size: 30px;
	}
	#design .col2 .col .txt h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#design .col2 .col .txt p {
		font-size: 14px;
	}
	#design .option .txt h3 {
		font-size: 16px;
	}
	#design .option .txt p {
		font-size: 14px;
	}
}
@media screen and (max-width: 750px) {
	#design {
		margin-bottom: 30px;
	}
	#design .ttlArea h2 {
		font-size: 20px;
	}
	#design .lead {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
	#design .lead .txt {
		padding-left: 0;
		width: 100%;
	}
	#design .lead .txt h3 {
		font-size: 24px;
		margin-top: 20px;
	}
	#design .lead .txt p {
		font-size: 14px;
	}
	#design .lead .txt p .bold {
		font-size: 16px;
	}
	#design .col2 .col:last-child {
		margin-top: 0;
	}
	#design .col2 .col .txt h3 {
		font-size: 16px;
		margin-top: 10px;
	}
	#design .col2 .col .txt p {
		font-size: 13px;
	}
	#design .option {
		padding: 20px;
		flex-wrap: wrap;
	}
	#design .option .txt {
		width: 100%;
		padding-right: 0;
	}
	#design .option .txt h3 {
		font-size: 16px;
	}
	#design .option .txt p {
		font-size: 13px;
	}
	#design .option .img {
		width: 100%;
	}
	#design .option .img ul {
		flex-wrap: wrap;
	}
	#design .option .img ul li {
		margin-right: 0;
		margin-top: 20px;
		max-width: 100%;
		width: 100%;
	}
}

/* specification
-----------------------------------------------*/
#specification {
	max-width: 960px;
	margin: 0 auto 100px;
}
#specification .ttlArea h2 {
	font-size: 36px;
	letter-spacing: normal;
	margin-bottom: 60px;
}
#specification .inner {
	padding: 0;
}
.scroll-table {
	margin-bottom: 20px;
}
.scroll-table span {
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
#specification table {
	width: 100%;
	color: #003459;
	font-size: 14px;
}
#specification table tr th, #specification table tr td {
	border: solid #b2c2cd 1px;
	padding: 20px;
}
#specification table tr td {
	text-align: center;
}
#specification table tr td a {
	margin-top: 0;
}
#specification table tr td a:hover {
	text-decoration: underline;
}
#specification table tr td a img {
	vertical-align: top;
	margin-right: 8px;
	width: 12px;
	height: 14px;
}
#specification table tr th {
	font-weight: normal;
	background: #e3e9f1;
}
#specification table tr th:first-child {
	width: 20%;
}
#specification table tr:first-child th {
	border-color: #fff;
	text-align: center;
	background: #003459;
	color: #fff;
}
#specification h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
#specification ul li {
	font-size: 12px;
	line-height: 1.8em;
	text-indent: -1em;
	padding-left: 1em;
}
#specification a {
	max-width: 750px;
	width: 100%;
	margin: 50px auto 0;
	display: block;
}
#specification a .btn {
	background: #00afdd;
	color: #fff;
	position: relative;
	border-radius: 4px;
	width: 100%;
	height: 85px;
	padding-top: 35px;
	text-align: center;
}
#specification a .btn:hover {
	opacity: .8;
}
#specification .btn span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
#specification .btn span::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}
#specification .btn img {
	position: absolute;
	top: -20px;
	right: 60px;
}
@media screen and (max-width: 750px) {
	#specification {
		margin: 0 auto 60px;
	}
	#specification .ttlArea h2 {
		font-size: 24px!important;
		margin-bottom: 30px;
	}
	#specification a .btn {
		width: auto;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 20px;
		text-align: left;
		font-size: 10px;
	}
	#specification .btn span {
		font-size: 13px;
		margin-bottom: 10px;
	}
	#specification .btn img {
		right: 2%;
		top: -10%;
		width: 27%;
	}
}
@media screen and (max-width: 600px) {
	.scroll-table {
		overflow: auto;
		white-space: nowrap;
		padding-bottom: 8px;
	}
	.scroll-table::-webkit-scrollbar {
		height: 8px;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		background-color: #e3e9f1;
		border-radius: 8px;
	}
	.scroll-table::-webkit-scrollbar-track {
		background: #fff;
	}
	#specification table tr td {
		text-align: left;
	}
	#specification h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#specification ul li {
		font-size: 10px;
		line-height: 1.8em;
	}
}

/* plan
-----------------------------------------------*/
#plan {
	background: #e3e9f1;
	margin: 80px auto;
	padding: 80px 0;
}
#plan .ttlArea h2 {
	font-size: 36px;
	letter-spacing: normal;
}
#plan .inner {
	padding: 0;
}
#plan .img {
	max-width: 810px;
	width: 100%;
	margin: 30px auto 0;
}
#plan .img span {
	margin-bottom: 40px;
	font-size: 20px;
	display: block;
  position: relative;
}
#plan .img span > span {
	font-size: 14px;
	margin-bottom: 0;
	display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
	#plan {
		margin: 0 auto 30px;
		padding: 30px 0;
	}
	#plan .ttlArea h2 {
		font-size: 24px!important;
	}
	#plan .img span {
		margin-bottom: 20px;
		font-size: 16px;
	}
}