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

	CSS Information
		File Name: base.css

******************************************************************* */

/* [] reset
----------------------------------------------*/
* {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Roboto, 'Droid Sans', sans-serif;
}
	/* IE10~@media all and (-ms-high-contrast:none){
	  * {
		font-family: 'メイリオ', Meiryo,'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Roboto, 'Droid Sans', sans-serif;
	  }
	} */

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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	outline: 0;
}
video {
	display: inline-block;
	vertical-align: baseline;
	box-sizing: border-box;
}

body {
	color: #342626;
	line-height: 1.5;
	font-size: 16px;
	background: #f6f6f6;
}
	@media screen and (max-width: 767px) {
		body {
			line-height: 1.68;
			font-size: 12px;
			position: relative;
		}
	}
	@media all and (-ms-high-contrast:none){ /* IE10~ */
	  body {
		font-family: Raleway, Verdana, sans-serif;
	  }
	}

a {
	color: #099b68;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:link { color: #90c31f; }
a:visited { color: #90c31f; }
a:active { color: #90c31f; }

*:hover {
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	height: 1px;
	padding: 0;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
}


article > section {
	margin-bottom: 5.6%;
}
	@media screen and (max-width: 767px) {
		article > section {
			margin-bottom: 6.4%;
		}
	}

article > section:last-child {
	margin-bottom: 0;
}

p {
	margin-bottom: 3.2%;
}
	@media screen and (max-width: 767px) {
		p {
			margin-bottom: 5%;
		}
	}

p:last-child {
	margin-bottom: 0;
}

section > p:only-of-type {
	margin-bottom: 0;
}




/* [] onoff
----------------------------------------------*/
.sp-on {
	display: none !important;
}

	@media screen and (max-width: 767px) {
		.sp-on {
			display: block !important;
		}
		.sp-off {
			display: none !important;
		}
	}




/* [] font
----------------------------------------------*/
/** color **/
.green {
	color: #099b68;
}
.red {
	color: #df0037;
}
.blue {
	color: #0083de;
}

/** size **/
.large {
	font-size: 150%;
}
.small {
	font-size: 80%;
}

/** weight **/
.bold {
	font-weight: bold;
}

/** align **/
.tL {
	text-align: left !important;
}
.tR {
	text-align: right !important;
}
.tC {
	text-align: center !important;
}




/* [] global
----------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

/** selection color **/
::selection {
	background: #d0d0d0;
	color: #494949;
}
::-moz-selection {
	background: #d0d0d0;
	color: #494949;
}

/** placeholder color **/
input::-webkit-input-placeholder {
    color: #b4b4b4;
}
input::-moz-placeholder {
    color: #b4b4b4;
}
::-webkit-input-placeholder {
    color: #b4b4b4;
}
::-moz-placeholder {
    color: #b4b4b4;
}

/** clearfix **/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}




/* [] heading
----------------------------------------------*/
/** heading-base **/
[class^="ttl"] {
	display: block;
	margin-bottom: 1.6%;
	font-weight: 700;
}
[class^="ttl"],
[class^="ttl"] > * {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
[class^="ttl"] > i {
	margin: 0 2px;
	font-family: "Fontawesome";
}

/* セクション見出し */
.ttl-section {
	font-size: 240%;
	padding: 0 0 4.8% 0;
	line-height: 1.2;
	border-bottom: 1px dotted #8a8a8a;
}
.ttl-section + * {
	margin-top: 4.8%;
}
	@media screen and (max-width: 767px) {
		.ttl-section {
			font-size: 130%;
			/*margin-bottom: 5%;*/
		}
		.ttl-section + * {
			margin-top: 5%
		}
	}

/* セクション中見出し */
.ttl-section-mid {
	font-size: 150%;
	padding: 16px 0;
	margin: 0 0 2.4% 0;
	line-height: 1.2;
	border-bottom: 1px dotted #8a8a8a;
}
	@media screen and (max-width: 767px) {
		.ttl-section-mid {
			font-size: 130%;
			padding: 1.6% 0;
			margin-bottom: 5%;
		}
	}

/* tree */
.ttl-section-mid.tree {
	background-image: url(../img/bg-ttl-section-tree.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 61px auto;
}
	@media screen and (max-width: 767px) {
		.ttl-section-mid.tree {
			background-size: 30px auto;
		}
	}

/* table caption */
.ttl-caption {
	padding: 0.8% 1.6%;
	background-image: url(../img/bg-arrow-green.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px auto;
}
	@media screen and (max-width: 767px) {
		.ttl-caption {
			background-size: 5px auto;
			padding-left: 3%;
		}
	}




/* [] box style
----------------------------------------------*/
/** box-base **/
.box {
	display: block;
	position: relative;
}
.box:before,
.box:after {
    content: " ";
    display: table;
}
.box:after {
    clear: both;
}

/** color and style **/
/* 2col style */
.box.cf > .fL,
.box.cf > .fR {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
	@media screen and (max-width: 767px) {
		.box.cf > .fL,
		.box.cf > .fR {
			display: block;
			width: 100%;
		}
		.box.cf > .fL {
			margin-bottom: 2.4%;
		}
	}

/* color */
.sh-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 0 rgba(136, 136, 136, 0.3);
    padding: 2.4%;
}
	@media screen and (max-width: 767px) {
		.sh-box {
			padding: 3.2%;
		}
	}

.bd-gray-bold {
	background: #fff;
	border: 3px solid #e5e5e5;
	padding: 2.4%;
}
	@media screen and (max-width: 767px) {
		.bd-gray-bold {
			padding: 3.2%;
		}
	}

	@media screen and (max-width: 767px) {
		/** sp scroll-x **/
		.box.overflow {
			margin: 0 0 5%;
			overflow-x: auto;
			/*width: 100%;*/
		}
		.box.overflow {
			overflow-x: scroll;
			overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar;
		}
	}




/* [] list style
----------------------------------------------*/
/** list-base **/
ol, ul {
	list-style: none;
}

ol + *,
ul + * {
	margin-top: 3.2%;
}

/** color and style **/
.num {
	list-style: decimal;
	padding-left: 1.2em;
}
.demi {
	list-style: lower-roman;
	padding-left: 1.2em;
}
.disc {
	list-style: disc;
	padding-left: 1.2em;
}




/* [] table style
----------------------------------------------*/
/** table-base **/
.tbl {
	width: 100%;
}
.tbl + * {
  margin-top: 8%;
}
.tbl + .tbl {
	margin-top: 1.6%;
}
.tbl + .caption {
	margin-top: 1.5%;
}
.tbl + .chu {
	display: block;
	margin-top: 1.5%;
	font-size: 90%;
	line-height: 1.2;
}

.tbl caption {
	padding: .8% 1.6%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
	@media screen and (max-width: 767px) {
		.tbl caption {
			font-size: 13px;
		}
	}

.tbl tr th,
.tbl tr td {
	line-height: 1.4;
	vertical-align: middle;
}
	@media screen and (max-width: 767px) {
		.tbl.block tr th,
		.tbl.block tr td,
		.tbl.form tr th,
		.tbl.form tr td {
			width: 100% !important;
			display: block;
			text-align: left;
			border-right: none;
			border-left: none;
		}
		.tbl.block tr th {
			padding-bottom: 0;
		}
	}

/* null */
th.null {
	background: #f6f6f6 !important;
}
th.null > span {
	display: inline-block;
	text-indent: -9999px;
}


.tbl .fm {
	width: 24%;
}
	@media screen and (max-width: 767px) {
		.tbl .fm {
			width: 100% !important;
		}
	}




/* [] label
----------------------------------------------*/
/** label-base **/
.label {
	display: inline-block;
	width: 70px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
	@media screen and (max-width: 767px) {
		.label {
			width: 50px;
		}
	}

.label a {
	color: #fff !important;
}
.label a:hover {
	text-decoration: none;
}

/** color and style **/
.label.cat-news {
	background: #034389;
}
.label.cat-case {
	background: #659200;
}




/* [] button
----------------------------------------------*/
/** button-base **/
.btn {
	display: inline-block;
	font-weight: bold;
	border: none;
	text-align: center;
	box-shadow: none;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.btn:hover {
	cursor: pointer;
	color: #fff !important;
	background: #ff3779 !important;
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.2s;
	text-decoration: none;
}
	@media screen and (max-width: 767px) {
		.btn:hover {
			opacity: 1;
		}
	}


/** color and style **/
/* btn-box */
.btn-box {
	padding: 2.4% 1.6%;
}

/* normal */
.btn.normal {
	padding: 8px;
}
	@media screen and (max-width: 767px) {
		.btn.normal {
			width: 100%;
		}
	}

/* twin */
.btn.twin {
	width: 48%;
	height: auto;
	line-height: 32px;
	margin: 1%;
	padding: 2%;
}
.btn.twin:first-child {
	margin: 0 1% 0 0;
}
.btn.twin:last-child {
	margin: 0 0 0 1%;
}
	@media screen and (max-width: 767px) {
		.btn.twin {
			width: 100%;
			height: auto;
			line-height: auto;
			margin: 0 0 1% 0;
		}
		.btn.twin:first-child {
			margin: 0 0 1% 0;
		}
		.btn.twin:last-child {
			margin: 0;
		}
	}

/* mid */
.btn.mid {
	width: 200px;
	font-size: 17px;
	line-height: 58px;
	height: 58px;
	font-weight: bold;
}
	@media screen and (max-width: 767px) {
		.btn.mid {
			width: 97%;
			font-size: 15px;
			line-height: 54px;
			height: 54px;
		}
	}

/* large */
.btn.large {
	width: 80%/*268px*/;
	margin: 2%;
	font-size: 18px;
	line-height: 58px;
	height: 58px;
	font-weight: bold;
}
	@media screen and (max-width: 767px) {
		.btn.large {
			width: 97%;
			margin: 1.5%;
			font-size: 15px;
			line-height: 54px;
			height: 54px;
		}
	}


/* green */
.btn.green {
	background: #90c31f;
	color: #fff;
}
/* blue */
.btn.blue {
	background: #0072ec;
	color: #fff;
}

/* metal */
.btn.metal {
	border: 1px solid #c9c9c9;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #e2e2e2 100%);
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}




/* [] form parts
----------------------------------------------*/
.form tr {
	border-top: 1px dotted #a1a1a1;
}
.form tr:last-child {
	border-bottom: 1px dotted #a1a1a1;
}

.form tr th {
	width: 30%;
	padding: 2.4% 0;
	text-align: left;
}
	@media screen and (max-width: 767px) {
		.form tr th {
			width: 100%;
			padding: 2.4% 0 0 0;
		}
	}

.form tr th,
.form tr td {
	font-size: 90%;
}

.form tr th .required {
	display: inline-block;
	line-height: 16px;
	padding: 1px 2px;
	margin-left: 1em;
	color: #ff345f;
	background: #fff;
	border: 1px solid #ff345f;
	border-radius: 2px;
	font-size: 80%;
}
	@media screen and (max-width: 767px) {
		.form tr th .required {
			padding: 0 2px;
			line-height: auto;
		}
	}

.form input[type="checkbox"],
.form input[type="radio"] {
	margin: -1% 2% 0 0;
	vertical-align: middle;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	line-height: 1;
	/*-webkit-appearance: none;*/
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea,
.form select {
	width: 100%;
	padding: 0 .5em;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	-webkit-appearance: none;
}
.form textarea {
	height: 300px;
}
.form td .table-inr {
	padding: 2.4%;
	overflow: hidden;
}
	@media screen and (max-width: 767px) {
		.form td .table-inr {
			padding: 2.4% 0;
		}
	}

.form td .table-inr .fl {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
}
.form td .table-inr .fl:last-child {
	margin: 0;
}

.form td .table-inr .attention {
	clear: both;
	display: block;
	padding: .5em 0 0 0;
	font-size: 80%;
}

.form td .table-inr ul li {
	margin-bottom: 4px;
}