@charset "utf-8";
/*
Author: Airily
Version: 1.0
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

html { font-size: 62.5%; }

body {
	display:block;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	font-size: 17px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #000;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width:736px) {
	body {
		font-size: 14px;
	}
}

* { box-sizing: border-box; }

img {
	vertical-align: bottom;
	border:0;
	 -ms-interpolation-mode: bicubic;
}

@media screen and (max-width:736px) {
img {
	max-width: 100%;
	height: auto;
}
	a img:hover {
		opacity: .6;
	}
	.txtBr {
 		display: block;
	}
}

a[href^="tel:"] {
	text-decoration: none !important;
	color: #000000;
}

@media screen and (min-width: 737px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.anc {
	margin-top: -90px;
	padding-top: 90px;
}
.s2v {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/

#wrap {
	width: 100%;
	min-width: 1220px;
	max-width: 1920px;
	margin: auto;
	position: relative;
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	background: #FFFFFF;
	border-bottom: 1px solid #D9D9D9;
}

.clear { clear: both; }

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
@media screen and (max-width:736px) {
	#wrap {
		min-width: auto;
	}
	.fixed {
		position: static;
	}
}

/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	border-top: solid 1px #BFBFBF;
	background: rgba(255,255,255,.8);
}
.header-in {
	max-width: 1670px;
	min-width: 1250px;
	margin: 20px auto 0;
	padding: 0 15px 20px;
}
.header-in::after {
	content: "";
	clear: both;
	display: block;
}
.logo {
	float: left;
	margin-top: 9px;
}
@media screen and (max-width:736px) {
	.header-in {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}
}
.gnavi-wrap {
	float: right;
}
.gnavi ul {
	list-style: none;
}
.gnavi ul::after {
	content: "";
	clear: both;
	display: block;
}
.gnavi ul li {
	display: block;
    float: left;
	margin-right: 40px;
	padding-top: 17px;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.gnavi ul li:first-child {
	margin-right: 56px;
}
.gnavi ul li:nth-child(2) {
	margin-right: 44px;
}
.gnavi ul li:nth-child(5) {
	margin-right: 50px;
}
.gnavi ul li:nth-child(6) {
	margin-right: 53px;
}
.gnavi ul li:nth-child(7) {
	margin-right: 0;
	padding-top: 0;
}
.gnavi ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
.gnavi ul li:nth-child(7) a {
	width: 221px;
	padding: 13px 23px;
	background: #002060;
	outline: solid 1px #FFFFFF;
	outline-offset: -4px;
	text-align: center;
	color: #FFFFFF;
}
/*
---------------------------------------------------------------------------
グローバルナビ　モバイル用トグルメニュー
---------------------------------------------------------------------------*/
#mov_gnavi {
	display: none;
}
.drawer-nav {
	z-index: 99 !important;
}
.drawer-hamburger {
	top: 15px !important;
	width: 3rem !important;
	padding: 10px .75rem 20px !important;
	background-color: rgba(0,0,0,1) !important;
	z-index: 999 !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #FFFFFF !important;
}

.drawer-menu li {
	border-bottom: 1px solid #F2F2F2;
	text-align: center;
}

.drawer-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #000000;
	text-decoration: none;
}
.drawer-menu li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
@media screen and (max-width:736px) {
.pc_gnavi {
	display: none;
}

#mov_gnavi {
	display: block;
	font-size: 14px;
}
}

/* footer */
footer {
	background: url("img/footer_bg.jpg") no-repeat center;
	background-size: cover;
	padding-top: 20px;
}
footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-in {
	width: 1220px;
	margin: 0 auto 485px;
	padding-bottom: 60px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #FFFFFF;
}
.fnavi {
	list-style: none;
	display: inline-block;
	padding: 30px 0 60px;
}
.fnavi li {
	display: inline-block;
	font-size: 22px;
}
.fnavi li::after {
	content: "│";
	display: inline-block;
	vertical-align: middle;
}
.fnavi li:last-child::after {
	content: "";
}
.fnavi li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-txt {
	font-weight: bold;
	font-size: 42px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.footer-add {
	font-size: 22px;
}
.copyright {
	padding-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 19px;
}
@media screen and (max-width:736px) {
	footer {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer-in {
		width: 100%;
		margin-bottom: 100px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.fnavi {
		width: 100%;
	}
	.fnavi li {
	display: block;
		width: 100%;
	font-size: 14px;
		line-height: 1;
}
	.fnavi li::after {
		content: "";
	}
	.fnavi li a {
		display: block;
		width: 100%;
		padding: 10px 5px;
	}
	.footer-txt {
		font-size: 20px;
	}
	.footer-add {
	font-size: 16px;
}
	.copyright {
		font-size: 14px;
	}
}

/* メイン画像 */
#main-bg {
	background: url("img/main_bg.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 990px;
	max-height: 990px;
	padding-bottom: 51.5625%;
}

#main-in {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.main-txt {
	width: 100%;
	text-align: center;
	padding-top: 80px;
}
@media screen and (max-width:736px) {
	#main-bg {
		min-height: auto;
		padding-bottom: 10%;
	}
	.main-txt {
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.main-txt img {
		max-width: 100%;
		height: auto;
	}
}

/* 背景 */
.bg-1 {
	background-color: #F2F2F2;
	background-image: url("img/bg_1.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 110px;
}
.bg-2 {
	background: #DEEBF7;
}
.bg-in {
	width: 100%;
	max-width: 1220px;
	margin: auto;
	padding-top: 90px;
	position: relative;
}
.bg-in::after {
	content: "";
	display: block;
	width: 1px;
	height: 65px;
	background-color: #404040;
	position: absolute;
	top: 0;
	left: 50%;
}
.bg-in-2 {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 68px;
}
@media screen and (max-width:736px) {
	.bg-1 {
		background-position: center top;
		background-size: cover;
	}
	.bg-in {
		max-width: none;
		padding-right: 15px;
		padding-left: 15px;
	}
	.bg-in-2 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* hX */
h2 {
	width: 100%;
	height: auto;
	padding: 60px 0;
	background-color: #002060;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 48px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	line-height: 1.5;
	position: relative;
}
h2::before {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 50%;
}
h3 {
	font-size: 37px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
h3.ver1 {
	font-size: 25px;
}
h3::after {
	content: "";
	display: inline-block;
	background: url("img/ico_h3.png") no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:736px) {
	h2 {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 25px;
	}
	h3,
	h3.ver1 {
		font-size: 22px;
	}
	h3::after {
		top: 16px;
	}
}
@media screen and (min-width:737px) {
	h2 {
		min-width: 1220px;
	}
}
.box-cen {
	text-align: center;
}
/* ボタン */
.btn-box {
	margin-bottom: 120px;
	text-align: center;
}
.btn-box.ver1 {
	margin-bottom: 0;
}
a.btn-1 {
	display: inline-block;
	width: 500px;
	padding: 20px 0;
	border: solid 1px #BFBFBF;
	text-align: center;
	font-size: 25px;
	position: relative;
	text-decoration: none;
	color: #000000;
}
.btn-box.ver1 a.btn-1 {
	font-size: 32px;
}
.btn-1 .btn-txt::before {
	content: "";
	background: url("img/ico_arrow.png") no-repeat left center;
	width: 22px;
	height: 8px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width:736px) {
	a.btn-1 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 18px;
	}
	.btn-box.ver1 a.btn-1 {
	font-size: 18px;
}
	.btn-box.ver1 .btn-1 .btn-txt::before {
		transform: none;
		top: -2px;
	}
}

/* レイアウト */
.col2 {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.col2.half > li {
	width: 50%;
}
.col2 .sp-r {
	padding-left: 20px;
}
.col2.half .txt-rig {
	text-align: right;
}
.col2.half.sp li:nth-child(odd) {
	padding-right: 19px;
}
.col2.half.sp li:nth-child(even) {
	padding-left: 19px;
}
@media screen and (max-width:736px) {
.col2.half > li {
	width: 100%;
}
	.col2.half > li:nth-of-type(1) {
		margin-bottom: 30px;
	}
.col2 .sp-r {
	padding-left: 0;
}
.col2.half.sp li:nth-child(odd) {
	padding-right: 0;
}
.col2.half.sp li:nth-child(even) {
	padding-left: 0;
}
}

/* チェックリスト */
.check-b {
	margin-bottom: 60px;
}
.check1 {
	list-style: none;
}
.check1 li {
	margin-bottom: 10px;
	padding-left: 33px;
	font-size: 22px;
	line-height: 1;
	position: relative;
}
.check1 li::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 19px;
	background: url("img/ico_check.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:736px) {
	.check1 li {
		font-size: 18px;
		line-height: 1.5;
	}
	.check1 li::before {
		top: 4px;
	}
}

/* グラフ */
.graph-box {
	padding-left: 50px;
}
.graph-img {
	margin: 0 auto 10px 10px;
}
.graph {
	font-size: 22px;
}
.graph dt {
	float: left;
	clear: both;
	width: 80px;
	padding: 2px;
	color: #FFFFFF;
	text-align: center;
}
.graph dt:first-child {
	background: #4472C4;
}
.graph dt:nth-of-type(2) {
	background: #ED7D31;
}
.graph dt:nth-of-type(3) {
	background: #A6A6A6;
}
.graph dt:nth-of-type(4) {
	background: #FFC000;
}
.graph dt:nth-of-type(5) {
	background: #5B9BD5;
}
.graph dd {
	width: 460px;
	margin-left: 80px;
	margin-bottom: 10px;
	padding: 2px 10px;
	background: rgba(255,255,255,.7);
}
@media screen and (max-width:736px) {
	.graph-box {
	padding-left: 0;
}
.graph-img {
	margin: 0 auto 30px;
	text-align: center;
}
	.graph {
		display: flex;
		flex-flow: row wrap;
		font-size: 18px;
	}
	.graph dt {
	float: none;
	clear: none;
		margin-bottom: 10px;
	}
	.graph dd {
	width: calc(100% - 80px);
	margin-left: 0;
	}
}

/* 赤枠 */
.list-red {
	list-style: none;
	width: 100%;
	margin-bottom: 30px;
	padding: 5px 25px;
	border: solid 4px #E53E45;
	color: #E53E45;
	font-weight: bold;
	font-size: 37px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.list-red li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.list-red li::before {
	content: "★";
	margin-right: 15px;
}
@media screen and (max-width:736px) {
	.list-red {
		font-size: 20px;
	}
	.list-red li::before {
		margin-right: 11px;
	}
}

/* 赤枠下テキスト */
.remonpi-txt-1 {
	padding-bottom: 110px;
	text-align: center;
	font-size: 37px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	position: relative;
}
.remonpi-txt-1::after {
	content: "";
	background: url("img/remonpi_arrow.png") no-repeat;
	display: block;
	width: 147px;
	height: 42px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.remonpi-txt-2 {
	margin-top: 1.7em;
	padding-bottom: 93px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 37px;
}
.remonpi-txt-2 .name {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.2em;/*.5em*/
	font-size: 79px;
}
.remonpi-txt-2 .name .kakko {
	font-weight: normal;
}
.remonpi-txt-2 .name::after {
	content: "リモンピ";
	display: block;
	text-align: center;
	line-height: .5;/*1.2*/
	font-size: 27px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
@media screen and (max-width:736px) {
	.remonpi-txt-1 {
		font-size: 20px;
	}
	.remonpi-txt-1::after {
		bottom: 30px;
	}
	.remonpi-txt-2 {
		font-size: 35px;
	}
	.remonpi-txt-2 .name {
		display: block;
		margin-top: .5em;
		margin-bottom: .3em;
		font-size: 55px;
		line-height: 1;
	}
	.remonpi-txt-2 .name::after {
		line-height: 1.2;
	}
}

/* 3x2写真 */
.photo-list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.photo-list li {
	width: 33.3333%;
}
.photo-list li img {
	max-width: 100%;
}

/* 特徴リスト */
dl.point {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 120px;
	border-top: dashed 1px #7F7F7F;
}
dl.point dt,
dl.point dd {
	padding: 16px 0;
}
dl.point dt {
	width: 500px;
	color: #E53E45;
	font-weight: bold;
	font-size: 42px;
	border-bottom: dashed 1px #7F7F7F;
}
dl.point dt::first-letter {
	font-weight: normal;
	padding-right: 5px;
}
dl.point dd {
	width: calc(100% - 500px);
	font-weight: bold;
	font-size: 37px;
	border-bottom: dashed 1px #7F7F7F;
}
@media screen and (max-width:736px) {
	dl.point dt {
		width: 100%;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 20px;
	}
	dl.point dd {
		width: 100%;
		font-size: 18px;
		padding-left: 1.3em;
	}
}

/* 比較テーブル */
.tbl_comparison {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 55px;
}
.tbl_comparison.typ1 {
	margin-bottom: 77px;
}
.tbl_comparison th,
.tbl_comparison td {
	padding: 5px;
	border: solid 1px #FFFFFF;
}
.tbl_comparison thead th:nth-child(2) {
	background: #BFBFBF;
	font-weight: normal;
	font-size: 22px;
}
.tbl_comparison thead th:nth-child(3) {
	background: #002060;
	color: #FFFFFF;
	font-size: 27px;
}
.tbl_comparison tbody th {
	width: 268px;
	padding-left: 10px;
	background: #DEEBF7;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
}
.tbl_comparison tbody td {
	text-align: center;
	font-size: 22px;
}
.tbl_comparison tbody td:nth-of-type(1) {
	width: 355px;
	background: #F2F2F2;
}
.tbl_comparison tbody td:nth-of-type(2) {
	background: #DEEBF7;
	color: #0070C0;
	font-weight: bold;
}
.tbl_comparison .txt-min {
	padding-left: 15px;
	font-weight: normal;
	font-size: 15px;
}
@media screen and (max-width:736px) {
	.table-scr {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
		margin-bottom: 50px;
	padding: 0 0 5px;
}
	.table-scr.ver1 {
		margin-bottom: 120px;
	}
	.tbl_comparison,
	.tbl_comparison.typ1 {
		margin-bottom: 5px;
	}
	.tbl_comparison thead th:nth-child(2) {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 18px;
	}
	.tbl_comparison thead th:nth-child(3) {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 20px;
	}
	.tbl_comparison tbody th,
	.tbl_comparison tbody td {
		font-size: 18px;
	}
}

/* 施工事例写真 */
.photo-list-2 {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.photo-list-2 li {
	width: calc(100% - 3 / 80px);
}
.photo-list-2 li img {
	max-width: 100%;
	height: auto;
}
.photo-list-2 li figcaption {
	padding: 10px 0;
	text-align: center;
}
.txt-case {
	margin-bottom: 10px;
	font-size: 22px;
}
.photo-list-3 {
	list-style: none;
	margin-bottom: 95px;
}
.photo-list-3::after {
	content: "";
	clear: both;
	display: block;
}
.photo-list-3 li {
	float: left;
	margin-right: 40px;
	position: relative;
}
.photo-list-3 li:nth-child(3n) {
	margin-right: 0;
}
.photo-list-3 li::after {
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	background: url("img/cons_arrow.png") no-repeat;
	background-position: left 50% top 40%;
	width: 40px;
	height: 100%;
}
.photo-list-3 li:nth-child(3n)::after{
	background: none;
	right: 0;
	width: 0;
}
.photo-list-3 li figcaption {
	padding: 5px 0 20px;
	text-align: center;
}
.photo-list-3 li figcaption::first-letter {
	color: #E53E45;
	font-size: 22px;
}
@media screen and (max-width:736px) {
	.photo-list-2 li {
	width: 100%;
		text-align: center;
}
	.txt-case {
	font-size: 18px;
}
	.photo-list-3 li {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.photo-list-3 li::after {
		background: none;
		right: 0;
		width: 0;
	}
	.photo-list-3 li figure {
		position: relative;
		margin-bottom: 20px;
	}
	.photo-list-3 li figure::after {
		content: "";
		display: block;
		bottom: 0;
		left: 45%;
		background: url("img/cons_arrow.png") no-repeat;
		background-position: center 0;
		transform: rotateZ(90deg);
		position: absolute;
		height: 25px;
		width: 25px;
	}
	.photo-list-3 li:last-child figure::after {
		background: none;
	}
	.photo-list-3 li figcaption {
	padding-bottom: 30px;
	}
}

/* お客様の声 */
.txt-voice {
	margin-bottom: 45px;
	text-align: center;
	font-size: 22px;
}
.voice {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.voice dt {
	width: 240px;
	margin-bottom: 20px;
}
.voice dd {
	width: calc(100% - 240px);
	padding-top: 5px;
	font-size: 19px;
}
.voice dd .voi-name {
	margin-bottom: 10px;
	color: #4472C4;
	font-weight: bold;
	font-size: 25px;
}
@media screen and (max-width:736px) {
	.txt-voice {
		font-size: 18px;
	}
	.voice dt {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.voice dd {
		width: 100%;
		margin-bottom: 50px;
		font-size: 16px;
	}
	.voice dd .voi-name {
		font-size: 18px;
	}
}

/* サポート */
.support p {
	margin-bottom: 30px;
	font-size: 22px;
}
.flow {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px;
}
.flow li {
	width: 280px;
	margin-right: 30px;
	margin-bottom: 60px;
	font-size: 15px;
}
.flow figcaption {
	padding-top: 10px;
	font-weight: bold;
	font-size: 19px;
}
.flow figure {
	margin-bottom: 7px;
}
.numb {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 5px 10px;
	vertical-align: middle;
	border: solid 1px #000000;
	font-weight: normal;
	font-size: 17px;
}
@media screen and (max-width:736px) {
	.support p {
		font-size: 16px;
	}
	.flow {
		margin-right: 0;
	}
	.flow li {
		margin: 0 auto 30px;
	}
}

/* チラシ */
.flyer {
	margin-bottom: 60px;
}
.flyer img {
	max-width: 100%;
	height: auto;
}

/* 企業情報 */
.comp-txt-1 {
	text-align: center;
	font-size: 37px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.comp-txt-2 {
	margin-bottom: 56px;
	text-align: center;
	font-size: 19px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.comp-list {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 27px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.comp-list dt {
	float: left;
}
.comp-list dd {
	margin-left: 245px;
	text-align: left;
}
.comp-list dd .equal {
	padding-right: 1em;
}
.comp-b-sp {
	margin-bottom: 88px;
}
.tbl-comp {
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #BFBFBF;
	margin-bottom: 60px;
}
.tbl-comp th,
.tbl-comp td {
	border-bottom: solid 1px #BFBFBF;
	padding: 7px 10px;
}
.tbl-comp th {
	width: 200px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
@media screen and (max-width:736px) {
	.comp-txt-1 {
		font-size: 25px;
	}
	.comp-txt-2 {
		font-size: 16px;
	}
	.comp-list {
		font-size: 22px;
	}
	.comp-list dt {
		float: none;
		width: 100%;
}
	.comp-list dd {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.comp-list dd:last-child {
		margin-bottom: 0;
	}
	.comp-list dd::after {
		content: "・";
		display: block;
		padding-top: 1em;
	}
	.comp-list dd:last-child::after {
		content: "";
		padding-top: 0;
	}
	.comp-list dd .equal {
		display: block;
		padding-right: 0;
		transform: rotateZ(90deg);
	}
	.tbl-comp th {
		display: block;
		width: 100%;
		padding-bottom: 0;
		border-bottom: none;
		font-weight: bold;
	}
	.tbl-comp td {
		display: block;
		width: 100%;
	}
}

/* お問い合わせ */
.contact-txt-1 {
	margin-bottom: 45px;
	text-align: center;
	font-size: 32px;
}
.ban-support {
	margin-bottom: 180px;
}
.box-contact {
	padding: 35px 0 70px;
	border-top: dashed 1px #7F7F7F;
	font-size: 19px;
}
.phone-numb {
	display: inline-block;
	font-size: 60px;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	color: #000000;
	text-decoration: none;
}
.phone-numb::before {
	content: "";
	background: url("img/ico_phone.png") no-repeat left 0 top 15px;
	width: 58px;
	height: 42px;
	padding-right: 70px;
}
.phone-txt {
	margin-bottom: 75px;
}
.contact-b-sp {
	margin-bottom: 35px;
}
@media screen and (max-width:736px) {
	.contact-txt-1 {
		font-size: 20px;
	}
	.box-contact {
		font-size: 16px;
	}
	.phone-numb {
		font-size: 30px;
	}
	.phone-numb::before {
		background-position: 0 0;
		background-size: contain;
		padding-right: 40px;
		margin-right: 10px;
	}
}
.mailform{
	width: 880px;
    height: 800px;
    margin: 0 auto;
    text-align: center;
}
.mailform iframe {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 599px){
.mailform {
    width: 100%;
}
}
