@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	letter-spacing: 0.05em;
}


.en {font-family: 'Roboto', sans-serif;}

header,
main,
footer{
	font-family: 'Noto Sans JP', sans-serif;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#000;}
/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/

/* header
---------------------------------------------------- */
#header{
	margin: 0;
	border-bottom: none;
	position: relative;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
header{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #fff;
}

h1 { float: left; }
h1 img{width: 120px; height: auto;}


.head_mail a:link,
.head_mail a:visited{
	float: right;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background-color: #006837;
	padding: 20px;
	font-size: 150%;
	margin-left: 20px;
}


@media only screen and (max-width: 767px) {
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
}
@media print, screen and (min-width: 768px) {
	header{
		padding-top: 0;
		padding-bottom: 0;
	}
	.head_right {padding-right: 0!important;}
	h1 img {width: 150px; margin-top: 15px;}
}
@media print, screen and (min-width: 992px) {
	h1 img {width: 170px; margin-top: 18px;}
	.head_mail a:link,
	.head_mail a:visited{
		padding: 25px;
		font-size: 180%;
	}
}
@media print, screen and (min-width: 1200px) {
	h1 img {width: 200px; margin-top: 20px;}
	.head_mail a:link,
	.head_mail a:visited{
		padding: 30px;
		font-size: 190%;
		margin-left: 25px;
	}
}


/* nav
---------------------------------------------------- */
.menu {font-size: 100%; }
.menu > ul > li a {color: #000!important; text-align: left!important;}
.menu > ul > li a:hover,
.menu li.navi-on a{
	color: #006837!important;
	opacity: 1;
}
.menu .en{
	font-size: 70%;
	float: right;
}
.menu > ul > li a .en{color: #949494;}
.menu > ul > li a:hover .en,
.menu li.navi-on a .en{
	color: #006837!important;
}

.menu > ul > li { border-bottom: 1px solid #ccc !important;}
.menu > ul > li > ul {font-size: 90%;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a {text-align: left!important;}
.menu-container { margin-top: -25px!important;}

@media only screen and (max-width: 767px) {
	.menu-dropdown-icon > a {margin-left: 30px;}
}
@media print, screen and (min-width: 768px) {
	.menu {float: right; margin-top: 14px;}
    .menu-container { margin-top: 0!important;}
	.menu .show-on-mobile {padding-top:10px!important;}
	.menu > ul {width: auto!important; float: right;}
	.menu > ul i {padding-left: 5px;}
	.menu > ul > li a{
		padding: 0 0 6px 0!important;
		margin-left: 25px;
		text-align: center!important;
	}
	.menu .en{
		float: none;
		display: block;
	}
	.menu > ul > li { border-bottom: none !important;}
	.menu > ul > li > ul {font-size: 100%;}
	.menu > ul > li > ul.normal-sub > li {margin: 4px 0!important;}
	
	.menu > ul > li i {vertical-align: middle;}
	.menu > ul > li a:hover,
	.menu li.navi-on a{
		color: #006837!important;
	}
}
@media print, screen and (min-width: 992px) {
	.menu {margin-top: 17px; font-size: 110%;}
	.menu .show-on-mobile {padding-top: 0!important;}
	.menu-dropdown-icon > a {margin-left: 0;}
	.menu > ul > li a{ margin-left: 30px;}
}
@media print, screen and (min-width: 1200px) {
	.menu {margin-top: 20px; font-size: 120%;}
	.menu > ul > li a{ margin-left: 35px;}
}

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:1.4em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.4em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 100%; line-height: 1.8em;}
.text_large2{font-size: 100%; line-height: 1.8em;}
@media print, screen and (min-width: 768px){
	.text_large2{font-size: 110%;line-height: 2.0em;}
}
@media print, screen and (min-width: 992px){
	.text_large{font-size: 105%;line-height: 2.0em;}
	.text_large2{font-size: 130%;}
}
@media print, screen and (min-width: 1200px){
	.text_large{font-size: 120%;}
	.text_large2{font-size: 150%;}
}


#midashi_h2{padding: 60px 0 10px 0; color: #fff; margin-top: 40px; }
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 30px;
	text-align: center; 
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
}
#midashi_h2 h2 span{
	display: block;
	font-size: 50%;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}
#midashi_h2.h2_service{background: url(../images/h2_service.jpg) no-repeat 50% 50% / cover;}
#midashi_h2.h2_company{background: url(../images/h2_company.jpg) no-repeat 50% 50% / cover;}
#midashi_h2.h2_contact{background: url(../images/h2_contact.jpg) no-repeat 50% 50% / cover;}
#midashi_h2.h2_privacy{background: url(../images/h2_privacy.jpg) no-repeat 50% 50% / cover;}


.pankuzu{ font-size: 85%;}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #fff;
}
@media print, screen and (min-width: 768px){
	#midashi_h2{ padding: 50px 0 10px 0; margin-top: 60px;}
	#midashi_h2 h2{ margin-bottom: 20px; font-size: 250%;}
	.pankuzu{ text-align: right;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ padding: 70px 0 10px 0; margin-top:70px;}
	#midashi_h2 h2{ margin-bottom: 40px; font-size: 300%;}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2{ padding: 100px 0 10px 0; margin-top:85px;}
	#midashi_h2 h2{ margin-bottom: 70px; font-size: 350%;}
}



/*--------------------------*/

.midashi1{
	text-align: center;
	font-size: 110%;
}
.midashi1 .en{
	display: block;
	color: #006837;
	font-size: 180%;
	line-height: 1.4em;
	background: url(../images/midashi_sen.png) no-repeat center bottom;
	-moz-background-size:80px 3px;
	background-size:80px 3px; 
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.midashi1.white{
	color: #fff;
}
.midashi1.white .en{
	color: #fff;
	background: url(../images/midashi_sen_white.png) no-repeat center bottom;
	-moz-background-size:80px 3px;
	background-size:80px 3px; 
}

.midashi2{
	font-size: 110%;
	color: #006837;
	font-weight: bold;
	line-height: 1.4em;
}


.midashi3{
	text-align: center;
	font-size: 150%;
	line-height: 1.4em;
}
.midashi3 .en{
	display: block;
	font-size: 80%;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.midashi3 .en .num{
	font-size: 150%;
	padding-left: 5px;
}



@media print, screen and (min-width: 576px){
	.midashi2{ font-size: 120%;}
	.midashi3{ font-size: 160%;}
}
@media print, screen and (min-width: 768px){
	.midashi1{ font-size: 120%;}
	.midashi1 .en{
		font-size: 320%;
		-moz-background-size:100px 3px;
		background-size:100px 3px; 
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.midashi1.white .en{
		-moz-background-size:100px 3px;
		background-size:100px 3px; 
	}
	.midashi2{ font-size: 140%;}
	.midashi3{ font-size: 180%;}
	.midashi3 .en{ font-size: 100%;}
	.midashi3 .en .num{ font-size: 170%;}
}
@media print, screen and (min-width: 992px){
	.midashi1 .en{ font-size: 350%;}
	.midashi2{ font-size: 150%;}
	.midashi3{ font-size: 200%;}
}
@media print, screen and (min-width: 1200px){
	.midashi1 .en{ font-size: 400%;}
	.midashi2{ font-size: 160%;}
	.midashi3{ font-size: 250%;}
}

/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}




.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn1:link,
.btn1:visited{
	color:#006837;
	background: url(../images/icon_yaji.png) no-repeat 95% center #fff;
	border: 1px solid #006837;
}
.btn1:hover{
	opacity: 1;
	color:#fff;
	background: url(../images/icon_yaji_white.png) no-repeat 95% center #006837;
	border: 1px solid #006837;
}
.btn1 i{margin-right:5px;}
.btn1.btn {border-radius: 0; padding:15px 80px;}
@media print, screen and (min-width: 768px) {
	.btn1.btn { padding:18px 100px;}
}



.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn2:link,
.btn2:visited{
	color:#fff;
	background: url(../images/icon_yaji_white.png) no-repeat 95% center;
	border: 1px solid #fff;
}
.btn2:hover{
	opacity: 1;
	color:#fff;
	background: url(../images/icon_yaji_white.png) no-repeat 95% center #006837;
	border: 1px solid #006837;
}
.btn2 i{margin-right:5px;}
.btn2.btn {border-radius: 0; padding:15px 80px;}
@media print, screen and (min-width: 768px) {
	.btn2.btn { padding:18px 100px;}
}



a.text_link {text-decoration: underline; color: #006837;}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #006837;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}


/* color
---------------------------------------------------- */
.red{color:#c33;}
.white{color:#fff;}
.black{color:#000;}
.green{color:#006837;}
.gray{color:#949494;}


/* hanyo
---------------------------------------------------- */
.large{font-size:130%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media print, screen and (min-width: 768px) {
.tar_sptac {text-align:right;}
}

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
}

.tar_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tar_sptal {text-align:right;}
}

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

.tal_sptac {text-align:center;}
@media print, screen and (min-width: 768px){
.tal_sptac {text-align:left;}
}

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	margin-bottom: 5px;
	background: url(../images/dl_sen.gif) no-repeat left center;
	padding: 3px 0 3px 35px;
	color: #9c261d;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 35px;
}
*/

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul.list_ul, table ol.list_ol{margin-left:20px;}

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #666;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #aec4b9;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:27%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #aec4b9;
		font-weight: normal;
		color: #000;
	}
	.table1.detail_th th{
		width:1%;
		white-space: nowrap;
	}
	.table1 th .en{
		float: none;
		display: block;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:30%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:27%;}
}


/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

.mb10_sp {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb10_sp {margin-bottom:0;}}

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

.mb20_sp {margin-bottom:20px;}
@media print, screen and (min-width: 768px) {.mb20_sp {margin-bottom:0;}}

.mb30_sp {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sp {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

@media print, screen and (min-width: 768px) {.mb20_sp0 {margin-bottom: 20px;}}

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

.mb20_md30 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md30 {margin-bottom: 30px;}}

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

.mb30_sm50 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm50 {margin-bottom:50px;}}

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

.mb30_sm60 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm60 {margin-bottom:60px;}}

.mb30_sp10 {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb30_sp10 {margin-bottom:30px;}}

.pl50_sm0 {padding-left: 50px;}
@media print, screen and (min-width: 768px) {.pl50_sm0 {padding-left: 0;}}


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}


.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}

.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 105%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
}
@media print, screen and (min-width: 992px){
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 115%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}



/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}



/* mainimage
---------------------------------------------------- */
/* 画面用 */
@media screen {
#main_print { display: none; }
}

/* 印刷用 */
@media print {
#main_print img { margin: 0 auto;}
}


.swiper-wrapper img{
	margin: 0 auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px!important;
}
@media print, screen and (min-width: 1200px) {
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px!important;
	}
}


#mainimage {position: relative; margin-top: 30px;}
#mainimage h2{
    position: absolute;
	z-index: 100;
	right: 0;
	bottom:0;
	width: 90%;
}
@media print, screen and (min-width: 768px){
	#mainimage {margin-top: 50px;}
	#mainimage h2{
		width: 60%;
	}
}
@media print, screen and (min-width: 992px){
	#mainimage {margin-top: 70px;}
}
@media print, screen and (min-width: 1200px){
	#mainimage {margin-top: 85px;}
	#mainimage h2 {max-width: 1158px;}
}

.swiper-button-next, .swiper-button-prev{ z-index: 200!important; position: absolute!important;}

/* ヘッダー固定で上空ける
---------------------------------------------------- */

/* 背景
---------------------------------------------------- */
.bg_green {background-color: #d0dcd6;}
.bg_green2 {background-color: #006837;}

/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: scale-down;
	 font-family: 'object-fit: scale-down;';
	 position: absolute;
	 left: 0;
	 top: 0;
}



div.paging { text-align: center; font-size: 90%; font-family: 'Noto Serif JP', serif; margin-top: 20px; line-height: 1.4em;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#111;
	border:1px solid #111;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #111;
}
div.paging span.current{
	background: #111;
	border:1px solid #111;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
div.paging span.paging-text a:hover{
	background: #111;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}


/* 01 index
---------------------------------------------------- */
#top_service{
	background: url(../images/top_service.jpg) no-repeat scroll 50% 50% / cover;
	color: #fff;
}
#top_service .banner{ position: relative;}
#top_service .banner .en{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 150%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
#top_service .banner .moji {
  background-color: #fff;
  bottom: 15px;
 right: 0;
	line-height: 1.4em;
  padding: 5px 20px;
  position: absolute;
}

#top_service .banner .moji p {
  color: #006837;
  font-size: 130%;
  font-weight: bold;
  line-height: 160%;
}

#top_service a:hover{
	opacity: 1;
}
#top_service a:hover .en{
	letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
	#top_service .banner .en{ font-size: 200%;}
	#top_service .banner .moji { padding: 5px 20px;}
	#top_service .banner .moji p { font-size: 130%;}
}

@media print, screen and (min-width: 768px) {
	#top_service .banner .en{ font-size: 230%;}
	#top_service .banner .moji { padding: 10px 30px;}
	#top_service .banner .moji p { font-size: 140%;}
}
@media print, screen and (min-width: 1200px) {
	#top_service .banner .en{ font-size: 250%;}
}

/*otoiawase*/
.otoiawase_box li{
	list-style: none;
	background-color: #006837;
	color: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.otoiawase_box h3{
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.otoiawase_box .tel{
	font-size: 160%;
	line-height: 1.4em;
	/*margin-bottom: 5px;*/
	font-family: 'Roboto', sans-serif;
}
.otoiawase_box .time{font-size: 80%;}
.otoiawase_box a:link,
.otoiawase_box a:visited{
	color: #fff;
	display: block;
}
.otoiawase_box .kakoi a{
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 50px;
	display: inline-block;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.otoiawase_box .kakoi a:hover{
	background-color: #000;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
	.otoiawase_box{
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 5px 0;
	}
	.otoiawase_box li{
		display: table-cell;
	}
	.otoiawase_box .kakoi{margin-top: 10px;}
	.otoiawase_box .tel {margin-top: 20px;}
}
@media print, screen and (min-width: 992px) {
	.otoiawase_box li{ padding: 30px 20px;}
	.otoiawase_box h3{font-size: 150%;}
	.otoiawase_box .tel{ font-size: 160%;}
	.otoiawase_box .time{font-size: 90%;}
	.otoiawase_box .kakoi{ font-size: 110%;}
}
@media print, screen and (min-width: 1200px) {
	.otoiawase_box li{ padding: 40px 20px;}
	.otoiawase_box h3{font-size: 170%;}
	.otoiawase_box .tel{ font-size: 170%;}
	.otoiawase_box .time{font-size: 100%;}
	.otoiawase_box .kakoi{ font-size: 110%;}
}

/* 02 service
---------------------------------------------------- */
#service1,
#service2{
	margin-top:-30px;
	padding-top:30px;
}
@media print, screen and (min-width: 768px) {
	#service1,
	#service2{
		margin-top:-50px;
		padding-top:50px;
	}
}
@media print, screen and (min-width: 992px) {
	#service1,
	#service2{
		margin-top:-70px;
		padding-top:70px;
	}
}
@media print, screen and (min-width: 1200px) {
	#service1,
	#service2{
		margin-top:-85px;
		padding-top:85px;
	}
}



@media print, screen and (min-width: 768px) {
	#service01,
	#service02{position: relative;}
	#service01 .bg_green2,
	#service02 .bg_green2{
		position: relative;
		z-index: 1;
	}
	#service01 .photo{
		position: absolute;
		top: 0;
		right: 0;
		width: 40%;
		z-index: 2;
	}
	#service02 .photo{
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		z-index: 2;
	}
}


#service01 .photo_s,
#service02 .photo_s{
	margin-left: -1%;
	margin-right: -1%;
}
#service01 .photo_s img,
#service02 .photo_s img{
	width: 48%;
	float: left;
	margin: 1%;
}

/* 05 contact
---------------------------------------------------- */
.contact_tel{
	font-family: 'Roboto', sans-serif;
	color: #006837;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4em;
}
.contact_tel .num{font-size: 150%;}
@media print, screen and (min-width: 576px) {
	.contact_tel{ font-size: 110%;}
	.contact_tel .num{font-size: 140%;}
}
@media print, screen and (min-width: 768px) {
	.contact_tel{ font-size: 130%;}
	.contact_tel .num{font-size: 160%;}
}
@media print, screen and (min-width: 992px) {
	.contact_tel{ font-size: 140%;}
	.contact_tel .num{font-size: 180%;}
}
@media print, screen and (min-width: 1200px) {
	.contact_tel{ font-size: 150%;}
	.contact_tel .num{font-size: 200%;}
}

/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #aec4b9;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #666;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #aec4b9;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:70%;
	color:#006837;
	padding:0px 6px;
	float:right;
	border-radius:3px; 
	font-weight: normal;
	border: 1px solid #006837;
}
.table_form td.last {border-bottom:none;}


.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:35%;
		border-bottom:1px solid #aec4b9;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #000;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (min-width: 992px) {
	.table_form th{width:30%;}
}

/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #000;}
input[type="email"]{color: #000;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
select {padding: 9px; color: #000;}

.form-control {color: #000;}
.form-control.w50 {width:50px; display: inline-block; margin-right: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	background-color: #fff;
	padding:30px 20px;
	border-collapse: collapse;
	border: 1px solid #b4cedb;
	font-size: 90%;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.btn-primary{
	border-radius:0;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #000;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* footer
---------------------------------------------------- */
footer {
	font-size: 90%;
	line-height: 1.6em;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../images/bg_foot.jpg) no-repeat center bottom;
}
footer img{
	margin: 0 auto;
	padding-bottom: 20px;
	width: 150px;
}
.foot_tel{
	font-family: 'Roboto', sans-serif;
	color: #0089cf;
	margin-bottom: 20px;
}
.foot_tel .num{font-size: 120%;}
@media print, screen and (min-width: 768px) {
	footer img{margin: 0;}
	footer ul{
		display: inline-block;
		float: right;
	}
	footer li {
		list-style: none;
		text-align: left;
		margin-bottom: 10px;
	}
	footer li a:link,
	footer li a:visited{
		color: #006837;
	}
	footer li a{ margin-left: 20px;}
}
@media print, screen and (min-width: 992px) {
	footer img {width: 196px;}
	footer ul {margin-top: 40px;}
	footer li{display: inline-block;}
}
@media print, screen and (min-width: 1200px) {
	footer {font-size: 100%;}
	.foot_tel {font-size: 140%;}
}

/*copy*/
.copy {
	text-align: center;
	font-size: 90%;
	line-height: 1.4em;
	padding-top: 20px;
	color: #666;
}
@media print, screen and (min-width: 768px) {
	.copy{text-align: left;}
}

/* pagetop
---------------------------------------------------- */
#pagetop { position: fixed; bottom:10px; right:10px; z-index: 100;}
@media (min-width: 1200px) {
	#pagetop { position: fixed; bottom:20px; right:20px; z-index: 100;}
}

