/* CSS Document */
body{
	min-width: 1020px;
}
.contents{
	max-width: 1600px;
	min-width: 1020px;
	margin: -4px auto 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align:left;
}
.contents p,
.contents h2,
.contents h3,
.contents h4{
	margin: 0px;
	line-height: 1.2em;
}
.contents ul,
.contents li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contents img{
	max-width: 100%;
	height: auto;
}
.contents a img{
	border:none;
}
.footstepBox{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 1000;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 902px;
}
.footstepBox,
.footstepBox a{
	color: #fff !important;
}
.naviBox{
	position: relative;
	z-index: 10;
}
.footerBox{
	margin-top: 0;
}
@media screen and (max-width: 740px) {
.footstepBox{
	width: auto;
	left: 0;
	margin: 0px 15px 15px 15px;
}
.contents {
	min-width:320px;
}
}

/* main */
.main{
	position: relative;
	z-index: 1;
}
.main{
	overflow: hidden;
}
.main .bg{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1003;
	background-color: #fff;
}
:focus {
	outline: 0;
  border-color: orange;
}
.slider{
	position: relative;
	z-index: 1;
}
.slider li{
	width: 100%;
	height: 560px !important;
}
.slider li.slid1{
	background-color: #0CB8BC;
}
.slider li.slid2{
	background-color: #FF9F39;
}
.slider li.slid3{
	background-color: #0071BC;
}
.slider li.slid4{
	background-color: #C93944;
}
.slider li .sliderInner{
	position: relative;
	z-index: 1;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	display: table;
	height: 545px;
	box-sizing: border-box;
	padding: 0 80px;
}
.slider li .img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.slider li .txt{
	display: table-cell;
	vertical-align: middle;
}
.slider li .txt p{
  font-family: 'Oswald', sans-serif;
	font-size: 110px;
	opacity: 0.2;
	color: #fff;
	font-weight: bold; 
	margin: 0 0 -50px -50px;
	line-height: 1;
	position: relative;
	z-index: 0;
}
.slider li .txt h2{
	color: #fff;
	font-size: 60px;
	font-feature-settings: "palt";
	line-height: 1.2;
	position: relative;
	z-index: 2;
}
.slider li .txt h2 span{
	font-size: 40px;
}
.slider li .txt .btn{
	font-size: 0;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
.slider li .txt .btn a{
	text-align: center;
	display: inline-block;
	width: 140px;
	font-size: 14px;
	line-height: 1;
	background-color: #FFF;
	padding: 13px 0;
	border-radius: 2px;
	margin-right: 8px;
}
.slider li.slid1 .txt .btn a{
	color: #0CB8BC;
}
.slider li.slid2 .txt .btn a{
	color: #FF9F39;
}
.slider li.slid3 .txt .btn a{
	color: #0071BC;
}
.slider li.slid4 .txt .btn a{
	color: #C93944;
}
.slider li .txt .btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.slider .slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
}
.slider .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
}
.slider .slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slider .slick-slider .slick-track,
.slider .slick-slider .slick-list{
	transform: translate3d(0, 0, 0);
}
.slider .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slider .slick-track:before,
.slider .slick-track:after{
	display: table;
	content: '';
}
.slider .slick-track:after{
	clear: both;
}
.slider .slick-loading .slick-track{
  visibility: hidden;
}
.slider .slick-slide{
	float: left;
	height: 100%;
	min-height: 1px;
}
.slider .slick-slide:focus{
	outline: none;
}
.slider [dir='rtl'] .slick-slide{
	float: right;
}
.slider .slick-initialized .slick-slide{
	display: block;
}
.slider .slick-loading .slick-slide{
	visibility: hidden;
}
.slider .slick-vertical .slick-slide{
	display: block;
	height: auto;
}
.slick-arrow{
	overflow: hidden;
	border: none;
	font-size: 0;
	outline: none;
	cursor: pointer;
	appearance: none;
	position: absolute;
	background-color: #fff;
	top: 50%;
	z-index: 1001;
	width: 60px;
	height: 60px;
	padding: 0;
  transform: translateY(-50%);
}
.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}
.slick-arrow::before{
	content: "";
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}
.slick-arrow:hover{
	opacity: .8;
}
.slick-next::before{
  transform: rotate(135deg);
	right: -15px;
}
.slick-prev::before{
  transform: rotate(-45deg);
	right: -20px;
}
.main .thumb-item-nav{
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 500px;
	margin: 0 auto 0 -250px;
	z-index: 1000;
}
.main .thumb-item-nav li{
	position: relative;
	display: inline-block;
	height: 3px;
	margin: 0 10px;
	background-color: rgba(0,0,0,0.15);
	cursor: pointer;
}
.main .thumb-item-nav li::before{
	content: "";
	display: block;
	height: 100%;
	width: 0;
	background-color: #fff;
}
.main .thumb-item-nav li.on::before{
	width: 0 !important;
}
.main .thumb-item-nav li.slick-current::before{
	width: 100%;
	transition: width 6.8s linear;
}

.info {
	width: 1000px;
	padding: 32px 24px;
	margin: 40px auto 0;
	background: #f5f5f5;
	text-align: center;
	font-size: 14px;
}
.info h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.info p {
	line-height: 1.7;
}
.info p span {
	color: red;
	font-weight: bold;
}
.info a {
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 1080px) {
	.info {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width:768px) {
.slider{
	height: 380px;
}
.slider li{
	height: 380px !important;
}
.slider li .sliderInner{
	display: block;
	height: auto;
	padding: 30px 20px 0;
	text-align: center;
}
.slider li .txt{
	display: block;
	display: inline-block;
	text-align: left;
}
.slider li .txt p{
	font-size: 44px;
	margin: 0 0 -30px -20px;
}
.slider li .txt h2{
	font-size: 32px;
}
.slider li .txt h2 span{
	font-size: 20px;
}
.slider li .txt .btn{
	margin-top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.slider li .txt .btn a{
	width: 90px;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 2px;
}
.slider li .img{
	position: relative;
	max-width: 320px;
	margin: -40px auto 0;
}
.slick-arrow{
	width: 20px;
	height: 40px;
}
.slick-arrow::before{
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.slick-next::before{
  transform: rotate(135deg);
	right: -3px;
}
.slick-prev::before{
  transform: rotate(-45deg);
	right: -6px;
}
.main .thumb-item-nav{
	bottom: 15px;
	width: 200px;
	margin: 0 auto 0 -100px;
}
.main .thumb-item-nav li{
	margin: 0 5px;
}
.info {
	padding: 32px 16px;
}
}
@media screen and (max-width:320px) {
.slider{
	height: 340px;
}
.slider li{
	height: 340px !important;
}
.slider li .txt p{
	font-size: 36px;
	margin: 0 0 -20px -15px;
}
.slider li .txt h2{
	font-size: 28px;
}
.slider li .txt h2 span{
	font-size: 18px;
}
}

/* 共通 */
.layout{
	max-width: 1600px;
	margin: 0 auto;
}
.ie .layout{
	max-width: 1200px;
}
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.ttlBox{
	text-align: center;
	margin-bottom: 50px;
}
.ttlBox h2{
	position: relative;
	font-size: 40px;
	line-height: 1.2em;
	color: #2E3445;
}
.ttlBox h2 br{
	display: none;
}
.ttlBox h3{
	font-size: 18px;
}
.ttlBox h3 br{
	display: none;
}
ul.col3,
ul.col4 {
	overflow: hidden;
}
.col3 li{
	float:left;
	width: 320px;
	margin-right: 20px;
}
.col4 li{
	float:left;
	width: 235px;
	margin-right: 20px;
}
.col3 li:nth-child(3n),
.col4 li.link4{
	margin-right: 0px;
}
.col3 li strong,
.col4 li strong{
	display: block;
	color: #0CB8BC;
	font-size: 14px;
	font-weight: bold;
}
.col3 li p,
.col4 li p{
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 5px;
}
.col3 li a:hover,
.col4 li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.col3 li .photo,
.col4 li .photo{
	border: 2px solid #EEEDEB;
	margin-bottom: 8px;
}
.col3 li .photo img,
.col4 li .photo img{
	width: 100%;
	height: auto;
}
.col3 li i,
.col4 li i{
	font-size: 18px;
	margin-right: 5px;
}
.fa-arrow-circle-right:before {
	color: #0CB8BC;
}
#relationBox ul.col4 li.link4{
	margin-right: 0;
}
#relationBox ul li a{
	display: block;
}
@media screen and (max-width: 740px) {
.layout{
	min-width:320px;
}
.inner{
	padding:60px 15px;
	width:auto;
}
.ttlBox{
	margin-bottom:25px;
}
.ttlBox h2{
	font-size:22px;
	padding-bottom:6px;
}
.ttlBox h2 br{
	display: block;
}
.ttlBox span{
	font-size:12px;
	margin-top:8px;
}
ul.col4{
	overflow:hidden;
	font-size:0;
	text-align:center;
}
.col4 li{
	float:none;
	display:inline-block;
	width:48.5%;
	max-width:235px;
	margin-right:0px;
	margin-bottom:15px;
	vertical-align:top;
	text-align:left;
}
.col4 li:nth-child(2n){
	margin-left:3%;
}
.col4 li strong{
	font-size:12px;
	padding-left:18px;
}
.col4 li .photo img{
	width:100%;
	height:auto;
}
.col4 li p{
	font-size:11px;
}
.col4 li i{
	font-size:14px;
	top:0;
}
}

h1 {
	position: relative;
	width: fit-content;
	margin: 100px auto 0;
	color: #2E3445;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
h1::before,
h1::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	width: 200px;
	height: 1px;
	background: #2E3445;
}
h1::before {
	left: -240px;
}
h1::after {
	right: -240px;
}
@media screen and (max-width: 767px) {
	h1 {
		margin: 60px auto 0;
		font-size: 24px;
	}
	h1::before, h1::after {
		width: 60px;
	}
	h1::before {
		left: -70px;
	}
	h1::after {
		right: -70px;
	}
}

/* features */
#features .inner {
	padding: 40px 0 100px;
}
#features .ttlBox h2 {
	font-size: 32px;
}
#features .box {
	overflow: hidden;
	margin: 60px auto 0 auto;
}
#features .imgLeft .txt,
#features .imgRight .img{
	float: right;
}
#features .imgLeft .img,
#features .imgRight .txt{
	float:left;
}
#features .box .img { 
	width: 45%;
}
#features .box .txt{
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-left: 100px;
	margin-top: 60px;
}
#features .box1 .txt{
	margin-top: 40px;
}
#features .box .txt::before{
	position:absolute;
	left:0;
	top:-10px;
  font-family: 'Oswald', sans-serif;
	font-size: 80px;
	line-height:1;
	color: #0CB8BC;
}
#features .box1 .txt::before{
	content:"01";
}
#features .box2 .txt::before{
	content:"02";
}
#features .box3 .txt::before{
	content:"03";
}
#features .box4 .txt::before{
	content:"04";
}
#features .box .txt h3{
	position: relative;
	font-size: 26px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E4E4E4;
}
#features .box .txt p{
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width:768px) {
#features .inner {
	padding: 30px 15px 60px;
}
#features .ttlBox h2 {
	font-size: 22px;
}
#features .box {
	margin: 30px auto 0 auto;
}
#features .imgLeft .txt,
#features .imgRight .img,
#features .imgLeft .img,
#features .imgRight .txt{
	float: none;
}
#features .box .img { 
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
#features .box .txt,
#features .box1 .txt{
	width: 100%;
	padding-left: 60px;
	margin-top: 20px;
}
#features .box .txt::before{
    top: -5px;
    left: 0;
    font-size: 50px;
    line-height: 1;
}
#features .box .txt h3{
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
#features .box .txt h3 br{
	display: none;
}
#features .box .txt p{
	font-size: 13px;
}
}

/* mobileBox */
#mobileBox{
	background-color: #EBE7E2;
}
#mobileBox ul{
	overflow: hidden;
	margin-bottom: -30px;
}
#mobileBox ul li{
	position: relative;
	float: left;
	margin-bottom: 30px;
	min-height: 160px;
	width: 480px;
	margin-right: 40px;
}
#mobileBox ul li:nth-child(2n){
	margin-right: 0;
}
#mobileBox ul li .photo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
}
#mobileBox ul li .txt{
	padding-left: 180px;
}
#mobileBox ul li .txt h4{
	font-size: 20px;
	margin-bottom: 10px;
}
#mobileBox ul li .txt p{
	font-size: 13px;
	line-height: 1.8;
}
@media screen and (max-width:768px) {
#mobileBox ul{
	overflow: hidden;
	margin-bottom: -20px;
}
#mobileBox ul li{
	float: none;
	margin-bottom: 20px;
	min-height: 125px;
	width: auto;
}
#mobileBox ul li .photo{
	width: 125px;
}
#mobileBox ul li .txt{
	padding-left:0px;
	margin-left: 140px;
}
#mobileBox ul li .txt h4{
	font-size: 15px;
	margin-bottom: 5px;
}
#mobileBox ul li .txt p{
	font-size: 12px;
	line-height: 1.5;
}
}

/* plan */
#plan{
	background-color: #F4F4F4;
}
#plan .box{
	padding-top: 30px;
	margin-top: 50px;
}
#plan .box1{
	margin-top: 0;
}
#plan .box .bg{
	color: #fff;
	border-radius: 6px;
}
#plan .box1 .bg{
	background-color: #0CB8BC;
}
#plan .box2 .bg{
	background-color: #FF9F39;
}
#plan .box3 .bg{
	background-color: #0071BC;
}
#plan .box4 .bg{
	background-color: #C93944;
}
#plan .box .ttl{
	position: relative;
	padding: 25px 0 0 160px;
	margin: 0 40px;
	min-height: 110px;
}
#plan .box .ttl .icon{
	position: absolute;
	left: 0;
	top: -30px;
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 13px;
}
#plan .box1 .ttl .icon{
	border-top: 4px solid #0CB8BC;
	color: #0CB8BC;
}
#plan .box2 .ttl .icon{
	border-top: 4px solid #FF9F39;
	color: #FF9F39;
}
#plan .box3 .ttl .icon{
	border-top: 4px solid #0071BC;
	color: #0071BC;
}
#plan .box4 .ttl .icon{
	border-top: 4px solid #C93944;
	color: #C93944;
}
#plan .box .ttl .icon img{
	width: 40px;
}
#plan .box .ttl .icon h3{
	font-size: 20px;
}
#plan .box .ttl p{
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #fff;
}
#plan .box .ttl h4{
	font-size: 40px;
}
#plan .box .photo{
	position: relative;
}
#plan .box .photo .drawing{
	position: absolute;
	right: 40px;
	top: 0;
	border-radius: 6px;
	text-align: center;
	width: 360px;
}
#plan .box1 .photo .drawing{
	background-color: #C7EFF0;
}
#plan .box2 .photo .drawing{
	background-color: #FFE9D1;
}
#plan .box3 .photo .drawing{
	background-color: #C5DFF0;
}
#plan .box4 .photo .drawing{
	background-color: #F2D1D5;
}
#plan .box .photo .drawing::before{
	content: "";
	display: block;
	position: absolute;
	left: -34px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
}
#plan .box1 .photo .drawing::before{
	border-right: 22px solid #C7EFF0;
}
#plan .box2 .photo .drawing::before{
	border-right: 22px solid #FFE9D1;
}
#plan .box3 .photo .drawing::before{
	border-right: 22px solid #C5DFF0;
}
#plan .box4 .photo .drawing::before{
	border-right: 22px solid #F2D1D5;
}
#plan .box .photo .drawing .btn{
	display: block;
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	text-align: center;
	color: #7c5223;
	font-size: 13px;
	font-weight: bold;
}
#plan .box .photo .drawing .btn i{
	position: relative;
	font-size: 18px;
	top: 1px;
	margin-left: 3px;
}
#plan .box .option{
	overflow: hidden;
	position: relative;
	background-color: #fff;
	color: #333;
	font-size: 0;
	padding: 40px 400px 40px 40px;
	border-radius: 0 0 6px 6px;
}
#plan .box4 .option{
	padding-right: 40px;
}
#plan .box .option p{
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 12px;
}
#plan .box .option h5{
	font-size: 13px;
	margin-top: 15px;
}
#plan .box1 .option h5{
	color: #0CB8BC;
}
#plan .box2 .option h5{
	color: #FF9F39;
}
#plan .box3 .option h5{
	color: #0071BC;
}
#plan .box4 .option h5{
	color: #C93944;
}
#plan .box .option ul{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
}
#plan .box .option ul li{
	font-size: 12px;
	margin-top: 10px;
}
#plan .box .option .img{
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
}
@media screen and (max-width:768px) {
#plan .box .ttl{
	padding: 60px 0 0 0;
	margin: 0 20px;
	min-height: 0;
}
#plan .box .ttl .icon{
	left: 50%;
	top: -30px;
	width: 90%;
	height: auto;
	padding: 5px 0;
	transform: translateX(-50%);
}
#plan .box .ttl .icon img{
	display: inline-block;
	vertical-align: middle;
	width: 35px;
}
#plan .box .ttl .icon h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
#plan .box .ttl .icon h3 br{
	display: none;
}
#plan .box .ttl p{
	font-size: 11px;
	padding: 2px 5px;
}
#plan .box .ttl h4{
	font-size: 24px;
	margin-top: 5px;
}
#plan .box .photo .drawing{
	position: relative;
	right: 0;
	width: auto;
	margin: 0 20px 20px 20px;
}
#plan .box .photo .drawing img{
	max-width: 320px;
	margin: 0 auto;
	width: 100%;
}
#plan .box .photo .drawing::before{
	transform: translateY(0) translateX(-50%) rotate(90deg);
	left: 50%;
	top: -23px;
}
#plan .box .photo .drawing .btn{
	font-size: 12px;
}
#plan .box .photo .drawing .btn i{
	font-size: 16px;
}
#plan .box .option{
	padding: 20px;
}
#plan .box .option p{
	font-size: 14px;
}
#plan .box .option h5{
	font-size: 12px;
}
#plan .box .option ul{
	width: 50%;
}
#plan .box .option ul li{
	font-size: 11px;
	margin-top: 8px;
}
#plan .box .option .img{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 50%;
	margin-top: 20px;
	transform: scale(1.4);
}
}

/* variationBox */
#variationBox .inner{
	padding-bottom: 0;
}
#variationBox h3{
	color: #006792;
}
#variationBox .type .photo{
	border: 2px solid #EEEDEB;
	margin-bottom: 8px;
}
#variationBox .type img{
	width: 100%;
}
#variationBox .type strong{
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
#variationBox .type{
	width: 70%;
	float: none;
	margin: 0 auto 20px;
}
#variationBox ul{
	margin-bottom: -20px;
}
}


/* panel */
#panel p{
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
#panel ul{
	font-size: 0;
}
#panel ul li{
	width: 19%;
	margin-right: 1.25%;
	display: inline-block;
	background-color: #F4F4F4;
	text-align: center;
	padding: 20px 0;
}
#panel ul li:last-child{
	margin-right: 0;
}
#panel ul li .img{
	max-width: 120px;
	margin: 0 auto;
}
#panel ul li .img img{
	width: 100%;
}
#panel ul li h3{
	font-size: 13px;
	margin-top: 10px;
}
#panel .btn{
	text-align:center;
	margin-top: 40px;
}
#panel .btn a{
	display:inline-block;
	background-color:#0CB8BC;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	padding: 15px 20px;
	border-radius:4px;
	line-height: 1;
}
#panel .btn a i{
	vertical-align: middle;
}
#panel .btn a:hover{
opacity: 0.7;
text-decoration: none;
}
#panel .btn a i:before{
	vertical-align: top;
	font-size: 20px;
	margin-right: 5px;
	color: #fff !important;
}
@media screen and (max-width:768px) {
#panel p{
	font-size: 13px;
	text-align: left;
}
#panel ul{
	margin-top: 30px;
}
#panel ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 20px 0 15px;
}
#panel ul li:nth-child(2n){
	margin-right: 0;
}
#panel ul li .img{
	max-width: 100px;
}
#panel ul li h3{
	font-size: 12px;
	padding: 7px 0;
	margin: 0 10px;
}
#panel .btn{
	margin-top: 20px;
}
#panel .btn a{
	font-size:14px;
}
#panel .btn a i:before{
	font-size:16px;
}
}

/* drawingBox */
.drawingBox{
	background-color: #F4F4F4;
}
.drawingBox h3{
	color:#666;
}
.drawingBox table{
	width:100%;
	font-size:13px;
	margin-bottom:20px;
	background-color: #fff;
}
.drawingBox table .first{
	border-left:none;
}
.drawingBox table th{
	background-color:#0CB8BC;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #fff;
	padding:10px 5px 8px 5px;
	line-height:1.5em;
}
.drawingBox table td{
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px 5px 8px 5px;
}
.drawingBox table .even td{
	background-color:#F4F9F9;
}
.drawingBox table .sp{
	display:none;
}
.drawingBox table td img{
	vertical-align:top;
	margin-right:8px;
}
.drawingBox table td a{
	word-break: break-all;
}
.drawingBox .notes ul li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent:-1em;
	font-size:13px;
}
.drawingBox .info{
	width:654px;
	margin:0 auto;
	border:3px solid #333;
	padding:20px 40px;
}
.drawingBox .info h4{
	font-size:18px;
	margin-bottom:10px;
	text-align:center;
}
.drawingBox .info ul{
	overflow:hidden;
}
.drawingBox .info ul li{
	float:left
}
.drawingBox .info ul li.tel{
	width:354px;
}
.drawingBox .info ul li.tel .tel-link{
    display:block;
    font-family:"Roboto",sans-serif;
    font-size:50px;
    line-height:1em;
}
.drawingBox .info ul li.tel span{
	font-size:14px;
}
.drawingBox .info ul li.catalog a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:39px;
	font-size:20px;
	background-image:url(../images/guide_catalog_btn.jpg);
	background-repeat:no-repeat;
	padding-top:23px;
}
.drawingBox .info ul li.catalog a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#comparison table th{
	background-color: #888;
}
#comparison table th.msll,
#comparison table td.msll{
	border-left:3px solid #0CB8BC;
	border-right:3px solid #0CB8BC;
}
#comparison table tr:last-child td.msll{
	border-bottom:3px solid #0CB8BC;

}
#comparison table th.msll + th,
#comparison table td.msll + td{
	border-left:none;
}
#comparison table th.msll{
	background-color: #0CB8BC;
	color: #fff;
}
#comparison table .even td{
	background-color:#f7f7f7;
}
#comparison table .even td.msll{
	background-color:#F4F9F9;
}
@media screen and (max-width:768px) {
.drawingBox table{
	font-size:11px;
	margin-bottom:10px;
}
.drawingBox table th,
.drawingBox table td{
	padding:7px 2px 6px;
}
.drawingBox table .sp{
	display:inline;
}
.drawingBox .notes ul li{
	font-size:12px;
}
.drawingBox .info{
	padding:8px 15px 10px;
    width: 474px;
}
.drawingBox .info h4{
	font-size: 14px;
    margin-bottom: 5px;
}
.drawingBox .info ul li.tel{
	width:254px;
}
.drawingBox .info ul li.tel .tel-link,
.drawingBox .info ul li.tel .tel-link a{
	font-size:38px;
	line-height:1.1em;
}
.drawingBox .info ul li.tel .tel-link a{
	font-size:30px;
}
.drawingBox .info ul li.tel span{
	display: block;
    font-size: 13px;
    line-height: 1.2em;
}
.drawingBox .info ul li.catalog{
	float:right;
	font-size: 16px;
    height: auto;
    width: 210px;
}
.drawingBox .info ul li.catalog a{
	background-image: -moz-linear-gradient(center top , #00a2db, #0093c5);
    border-radius: 3px;
    font-size: 16px;
    height: auto;
    padding-bottom: 14px;
    padding-top: 16px;
    width: 100%;
}
}

/* guideBox */
#guideBox{
	background-color:#F8F7F4;
}
#guideBox h3{
	font-size:40px;
	line-height:1.2em;
}
#guideBox ul.productLink{
	overflow:hidden;
	margin-bottom:40px;
}
#guideBox ul.productLink li{
	float:left;
	width:235px;
	margin-right:20px;
}
#guideBox ul.productLink li.link4{
	margin-right:0px;
}
#guideBox ul.productLink li{
	float:left;
	width:235px;
	margin-right:20px;
	text-align:center;
}
#guideBox ul.productLink li .img{
	width:128px;
	margin:0 auto 15px auto;
}
#guideBox ul.productLink li .img img{
	width:100%;
	height:auto;
}
#guideBox ul.productLink li a{
	display:inline-block;
	/* display:inline; */
	/* zoom:1; */
	margin-bottom:10px;
	color:#0CB8BC;
}
#guideBox ul.productLink li a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#guideBox ul.productLink li h4{
	font-size:18px;
}
#guideBox ul.productLink li h4 i{
	margin-right:5px;
	font-size:22px;
}
#guideBox ul.productLink li p{
	text-align:left;
	font-size:13px;
	line-height:1.5em;
}
#guideBox .productNote{
	border:2px solid #EDECEA;
	background-color:#fff;
	padding:28px 28px 8px 28px;
}
#guideBox .productNote h4{
	color:#0CB8BC;
	font-size:18px;
	margin-bottom:5px;
}
#guideBox .productNote ul{
	margin-bottom:20px;
}
#guideBox .productNote ul li{
	font-size:14px;
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:5px;
}
@media screen and (max-width:768px) {
#guideBox h3{
	font-size:20px;
}
#guideBox ul.productLink{
	font-size:0;
	text-align:center;
	margin-bottom:30px;
}
#guideBox ul.productLink li{
	float:none;
	display:inline-block;
	width:48.5%;
	max-width:235px;
	margin-right:0px;
	margin-bottom:10px;
	vertical-align:top;
}
#guideBox ul.productLink li:nth-child(2n){
	margin-left:3%;
}
#guideBox ul.productLink li .img{
	text-align:center;
	width:auto;
}
#guideBox ul.productLink li .img img{
	max-width:128px;
}
#guideBox ul.productLink li h4{
	font-size:15px;
}
#guideBox ul.productLink li h4 i{
	font-size:18px;
}
#guideBox ul.productLink li p{
	font-size:12px;
}
#guideBox .productNote{
	padding:18px 18px 4px;
}
#guideBox .productNote h4{
	font-size:15px;
}
#guideBox .productNote ul li{
	font-size:12px;
}
}

/* pageTop */
#pageTop{
	padding:0px 10px 10px;
	background-color:#00a3d9;
	position:fixed;
	bottom:40px;
	right:0px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	z-index:300;
}
#pageTop i{
	display:block;
	font-size:24px;
	line-height:1.2em;
}
#pageTop span{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
@media screen and (max-width: 740px) {
#pageTop{
	bottom:0px;
}
#pageTop i{
	font-size:20px;
	line-height:1em;
}
#pageTop span{
	font-size:10px;
}
#pageTop span br{
	display:none;
}
}

/* modal */
.modal{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.modal .modalBg{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.modal.open{
	z-index: 301;
	opacity: 1;
}
.modal .modalClose{
	display: inline-block;
  width: 45px;
  height: 45px;
	position: absolute;
	right: 20px;
	top: 20px;
  cursor: pointer;
	transition: opacity .2s;
}
.modal .modalClose:hover{
	opacity: .6;
}
.modal .modalClose::before,
.modal .modalClose::after {
	display: block;
  content: "";
  position: absolute;
  top: 20px;
	right: 2px;
  width: 40px;
  height: 6px;
  margin: 0;
  background: #fff;
}
.modal .modalClose::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modalClose::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .inner{
	position:relative;
	top: 50%;
	max-width: 800px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	background-color: #fff;
}
.modal.min{
	overflow-y:scroll;
}
.modal.min .inner{
	top:0;
	-webkit-transform:translateY(0);
  transform:translateY(0);
	-ms-transform:translateY(0);
	margin-top:40px;
	margin-bottom:40px;
}
@media screen and (max-width: 1200px) {
.modal .modalClose{
  width: 35px;
  height: 35px;
}
}
@media screen and (max-width: 750px) {
.modal .modalClose{
	width: 30px;
	height: 30px;
	right: 8px;
	top: 10px;
}
.modal .modalClose:hover{
	opacity: .6;
}
.modal .modalClose::before,
.modal .modalClose::after {
  top: 10px;
  width: 25px;
  height: 4px;
}
}

/* simulatorBtn */
.simulatorBtn{
  max-width: 1000px;
  margin: 20px auto 0;
}
.simulatorBtn a{
  position: relative;
  display: block;
  width: 250px;
  background: #00afdd;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity .2s;
}
.simulatorBtn a:hover{
  text-decoration: none;
  opacity: .7;
}
.simulatorBtn a::after{
	content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
.simulatorBtn{
  margin: 20px auto -15px;
}
.simulatorBtn a{
  margin-top: 0;
  width: 190px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 auto;
}
.simulatorBtn a::after{
  right: 15px;
  top: calc(50% - 4px);
	width: 8px;
	height: 8px;
}
}

/* simulatorArea */
.simulatorArea{
  padding: 80px 0 40px;
}
.simulatorArea .simulatorBox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 4px solid #ccc;
  box-sizing: border-box;
  max-width: 888px;
  padding:  16px;
  margin: 0 auto;
}
.simulatorArea .simulatorBox .simulatorImg{
  overflow: hidden;
  width: 314px;
  border-radius: 4px;
}
.simulatorArea .simulatorBox .simulatorImg img{
  width: 100%;
  height: auto;
}
.simulatorArea .simulatorBox .simulatorTxt{
  width: calc(100% - 314px);
  padding-left: 30px;
  box-sizing: border-box;
}
.simulatorArea .simulatorBox .simulatorTxt h3{
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
}
.simulatorArea .simulatorBox .simulatorTxt h3 br{
  display: none;
}
.simulatorArea .simulatorBox .simulatorTxt p{
  text-align: left;
  font-size: 14px;
  line-height: 1.85;
  margin-top: 5px;
}
.simulatorArea .simulatorBox .simulatorTxt a{
  position: relative;
  display: block;
  width: 250px;
  background: #00afdd;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity .2s;
  margin: 10px auto 0;
}
.simulatorArea .simulatorBox .simulatorTxt a:hover{
  text-decoration: none;
  opacity: .7;
}
.simulatorArea .simulatorBox .simulatorTxt a::after{
	content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
.simulatorArea{
  padding: 40px 20px 20px;
}
.simulatorArea .simulatorBox{
  border-width: 2px;
}
.simulatorArea .simulatorBox .simulatorImg{
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}
.simulatorArea .simulatorBox .simulatorTxt{
  width: 100%;
  padding-left: 0;
  margin-top: 13px;
}
.simulatorArea .simulatorBox .simulatorTxt h3{
  font-size: 16px;
}
.simulatorArea .simulatorBox .simulatorTxt h3 br{
  display: block;
}
.simulatorArea .simulatorBox .simulatorTxt p{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}
.simulatorArea .simulatorBox .simulatorTxt a{
  width: 190px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.simulatorArea .simulatorBox .simulatorTxt a::after{
  right: 15px;
  top: calc(50% - 4px);
	width: 8px;
	height: 8px;
}
}