/* CSS interspace201705 */
/* リセットCSS */
@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;


	vertical-align:bottom;
	border-style: none;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

a:focus {
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, main, section {
	display: block;
}

html{
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	height: 100%;
}


body {
  word-wrap:break-word;
}
table {
  word-break:break-all;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}


ol, ul{
	list-style:none;
}

caption, th{
	text-align: left;
}

/* イメージの下の隙間を取る */
div img {  vertical-align: bottom; }

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


/* スマートフォンのイメージの可変対策 */
@media screen and (min-width: 0px) and (max-width: 960px) {
	.img100 { width: 100%;}
	.img90 { width: 90%;}
	.img80 { width: 80%;}
	.img75 { width: 75%;}
	.img70 { width: 70%;}
	.img60 { width: 60%;}
	.img55 { width: 55%;}
	.img50 { width: 50%;}
	.img30 { width: 30%;}
	.img25 { width: 25%;}
	.img20 { width: 20%;}
	.img20_max130 { width: 20%; max-width: 130px;}
}

/* スマートフォンでは表示しない */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.smp_hiddin {
		visibility: hidden;
		height: 0px;
		width:  0px;
		overflow:hidden;
		display: block;
	}
}

/* PCでは表示しない */
@media print, screen and (min-width: 800px) {
	.pc_hiddin {
		visibility: hidden;
		height: 0px;
		width:  0px;
		overflow:hidden;
		display: block;
	}
}


/* 小解像度スマートフォンでは表示しない */
@media screen and (min-width: 0px) and (max-width: 620px) {
	.smp_s_hiddin {
		visibility: hidden;
		height: 0px;
		width:  0px;
		overflow:hidden;
		display: block;
	}
}
/* 中解像度スマートフォンでは表示しない */
@media screen and (min-width: 400px) and (max-width: 960px) {
	.smp_m_hiddin {
		visibility: hidden;
		height: 0px;
		width:  0px;
		overflow:hidden;
		display: block;
	}
}


/* イメージのphoto枠 */
.photo_frame {
	padding: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 8px -4px rgba(0, 0, 0, 0.7);
}



/*ボックスシャドウ */
.box-shadow {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}


/* 左に矢印 */
.ya {
	background: url(../img/bg_ya.png) no-repeat center left;
	padding-left: 15px;
}





/* テキストの右に矢印 */
.ya-r {
	float: left;
	background: url(../img/ya.gif) no-repeat;
	background-position: 100% 50%;/*左端から100％、上端から50％（50％は高さの真ん中）*/
	text-align: right;/*文字を右寄せ*//*背景画像の矢印の分のスペースをとる*/
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}


/* 
.popup {
   padding-right: 18px;
   background: transparent url(../img/bg_newW.png) no-repeat right center;
}
.pdf {
   padding-right: 30px;
   background: transparent url(../img/bg_pdf.png) no-repeat right center;
}
 */


/* box内左右外寄せ */
/* 参考：http://the-zombis.sakura.ne.jp/wp/?p=1564 */

div.box-left {
	text-align: left;
	float: left;
}
div.box-right {
	text-align: right;
}



/* 画像の横のテキストを上下中央に */
/* 参考：http://javascript123.seesaa.net/article/152616392.html */
/* <div class="txt-valign"><img src="/image/a046btn.gif"><span>横のテキスト</span></div> */

.txt-valign *{
  vertical-align : middle;
   }


/* 埋め込みYoutubeレスポンシブ */
/* 参考：http://qiita.com/comsqHoshi/items/11684c352aebc8d4f87b */
/* <div class="youtube"><iframe></iframe></div> */

.youtube {
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/* お知らせ用：日付と項目 */

#date_sub li {
	width: 100%;
	clear: both;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	border-bottom: dotted #a5a5a5 1px;

}

#date_sub ul li span {
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	color: #939393;
}

#date_sub li a {
	margin: 0;
	overflow: auto;
	display: block;
	margin-right: 10px;
}

#date_sub li p {
	margin: 0;
	overflow: auto;
	margin-right: 10px;
}

#date_sub a:link { color: #000000; text-decoration: none; }
#date_sub a:visited { color: #000000; text-decoration: none; }
#date_sub a:active { color: #808080; text-decoration: none; }
#date_sub a:hover { color: #808080; text-decoration: none; }


/* 2行目以降の行頭をインデント */
.kome {
	padding-left: 1em;
	text-indent: -1em;
}


/****　単行・複数行 均等配分 http://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html
<div class="flex-list">
<div class="flex-box"></div>
<div class="flex-box"></div>
</div>
*****/

.flex-list-left {
	display: flex;
	display: -webkit-flex; /* safari（PC）用 */
	flex-wrap: wrap; /* これが無ければboxの指定を無視して単行で表示 */
	-webkit-flex-wrap: wrap; /* safari（PC）用 */
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}
.flex-list-between {
	display: flex;
	display: -webkit-flex; /* safari（PC）用 */
	flex-wrap: wrap; /* これが無ければboxの指定を無視して単行で表示 */
	-webkit-flex-wrap: wrap; /* safari（PC）用 */
	justify-content: space-between; /* 左右は端に残りは等間隔 */
	-webkit-justify-content: space-between; /* safari（PC）用 */
}
.flex-list-center {
	display: flex;
	display: -webkit-flex; /* safari（PC）用 */
	flex-wrap: wrap; /* これが無ければboxの指定を無視して単行で表示 */
	-webkit-flex-wrap: wrap; /* safari（PC）用 */
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.flex-list-center-flat {
	display: flex;
	display: -webkit-flex; /* safari（PC）用 */
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.flex-box {
	text-align: center;
}

.flex-box img {
	width:100%;
}

/*　PCは4等分　*/
@media print, screen and (min-width: 800px) {
	.flex-box {
		width:24%;
	}
}

/*　TAB2等分　*/
@media screen and (min-width: 480px) and (max-width: 800px) {
	.flex-box {
		width:49%;
	}
}


/*　SMP1等分　*/
@media screen and (max-width: 480px) {
	.flex-box {
		width:100%;
	}
}


/*　[2]イメージ設定　*/
.flex-box2 img {
	width:100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}




/*　[2]PCは4等分　*/
@media print, screen and (min-width: 800px) {
	.flex-box2 {
		width:24%;
		margin: 0 1.33% 1.33% 0;
	}
	.flex-box2:nth-child(4n) {
		margin: 0 0 1.33% 0;
	}
}

/*　[2]TAB2等分　*/
@media screen and (min-width: 480px) and (max-width: 800px) {
	.flex-box2 {
		width:49%;
		margin: 0 1% 1% 0;
	}
	.flex-box2:nth-child(2n) {
		margin: 0 0 1% 0;
	}
}


/*　[2]SMP1等分　*/
@media screen and (max-width: 480px) {
	.flex-box2 {
		width:100%;
	}
}



/*　[3]PCは3等分　*/
@media print, screen and (min-width: 600px) {
	.flex-box3 {
		width:32%;
	}
}

/*　[3]SMP1等分　*/
@media screen and (max-width: 600px) {
	.flex-box3 {
		width:100%;
	}
}


/*　[4]PCは2等分　*/
@media print, screen and (min-width: 600px) {
	.flex-box4 {
		width:49%;
	}
}

/*　[4]SMP1等分　*/
@media screen and (max-width: 600px) {
	.flex-box4 {
		width:100%;
	}
}

/*　一列表示　*/
.flex-list-flat {
	display: flex;
	display: -webkit-flex; /* safari（PC）用 */
	justify-content: space-around; /* これが無ければboxは左寄せに配置 */
	-webkit-justify-content: space-around; /* safari（PC）用 */
	align-items: flex-start; /* 要素を上詰め */
	-webkit-align-items: flex-start; /* safari（PC）用 */
}
/*　一列表示（センター寄り）　*/
.flex-list-flat-center {
	display: flex;
	display: -webkit-flex; /* safari（PC）用 */
	justify-content: center; /* これが無ければboxは左寄せに配置 */
	-webkit-justify-content: center; /* safari（PC）用 */
	align-items: flex-start; /* 要素を上詰め */
	-webkit-align-items: flex-start; /* safari（PC）用 */
}



/****　地図（マイマップ）装飾　*****/
/*　メモ：縮尺変更はマップコード末尾に「&z=12」を加える。数字が少ないほど広域。0-20まで設定可能　*/


.mymap {
    overflow: hidden;
}

.mymap iframe {
    margin-top: -60px; /* マイマップの上のバーが出る場合 */
    margin-left: 0px;
}
/* 装飾(ほんのりグレースール→マウスオーバーでゆっくり普通) */
.mymap iframe,
.mymap object,
.mymap embed {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}
.mymap iframe:hover,
.mymap object:hover,
.mymap embed:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}


/**** 埋め込みYoutubeレスポンシブ ****/
/**** 参考：https://design.webclips.jp/youtube-movie-size/ ****/
/**** <div class="youtube"><iframe></iframe></div> ****/

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	.youtube {
		position: relative;
		padding-top: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.youtube iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}



/* 文字・リンク設定*********************************************/


a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:link { color: #72b068; text-decoration: none; }
a:visited { color: #72b068; text-decoration: none; }
a:active { color: #95df80; text-decoration: none; }
a:hover { color: #95df80; text-decoration: none; }


#header a:link { color: #ffffff; text-decoration: none; }
#header a:visited { color: #ffffff; text-decoration: none; }
#header a:active { color: #d1de2c; text-decoration: none; }
#header a:hover { color: #d1de2c; text-decoration: none; }

#footer a:link { color: #827a62; text-decoration: none; }
#footer a:visited { color: #827a62; text-decoration: none; }
#footer a:active { color: #5ea054; text-decoration: none; }
#footer a:hover { color: #5ea054; text-decoration: none; }

#footer_btn a:link { color: #ffffff; text-decoration: none; }
#footer_btn a:visited { color: #ffffff; text-decoration: none; }
#footer_btn a:active { color: #ffffff; text-decoration: none; }
#footer_btn a:hover { color: #ffffff; text-decoration: none; }


a.colorlink:link { color: #5ea154; text-decoration: none; }
a.colorlink:visited { color: #5ea154; text-decoration: none; }
a.colorlink:active { color: #ffffff; text-decoration: none; }
a.colorlink:hover { color: #ffffff; text-decoration: none; }


a:hover img {
	filter: alpha(opacity=50);
	opacity:0.5;
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* リンクイメージの透過70％
img.touka:hover {
	filter: alpha(opacity=70);
	opacity:0.7;
}
 */


/* 外部リンク用：アイコンフォント */
.newW:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	font-size: 1em;
	margin: 0 5px 0 5px;
	color: #87878;
	font-weight : 900;
}

/* PDF用：アイコンフォント */
.pdf:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f1c1';
	font-size: 1em;
	margin: 0 5px 0 5px;
	color: #d31e28;
	font-weight : 900;
}


/* PCでは電話をかけない<a href="tel:00000000000">000-0000-0000</a> */
@media (min-width: 751px){
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* 後ろに矢印：アイコンフォント */
.ya_migi:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f101';
	font-size: 1em;
	margin: 0 0 0 5px;
	/* color: #2f95bb; */
	font-weight : 900;
}


/* 背景画像マウスオーバーhttp://webfeelfree.com/mouseover-css-hover/ <a href="#" class="haikei">ボタン</a> */

.haikei{
	background-size:100% auto;/*この場合は高さが自動設定*/
	background-size:auto 100%;/*この場合は幅が自動設定*/
	background: url(デフォルトで表示させたい背景画像のURL) no-repeat;
}
.haikei:hover{
	background: url(マウスオーバーした時に表示させたい背景画像のURL) no-repeat;
}


/* マウスオーバーしたら画像拡大 */
.transform {
	overflow: hidden;
}
.transform img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.transform :hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* マウスオーバーしたらグレーからカラーへ */
.transform2 img {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.transform2 :hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}




/* マウスオーバーしたらマスク　キャプションの表示タイミングをずらす */
/* http://www.nxworld.net/tips/css-only-caption-effect.html */
/* <figure><img src="image.jpg"><figcaption><h3>Caption Title</h3><p>caption text here ...</p></figcaption></figure> */

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	/* 黒マスクbackground: rgba(0,0,0,.4); */
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figcaption h3,
figcaption p {
	position: absolute;
	left: -100%;
	-webkit-transition: .3s;
	transition: .3s;
}

figcaption p a:link { color: #ed7d5d; text-decoration: none; }
figcaption p a:visited { color: #ed7d5d; text-decoration: none; }
figcaption p a:active { color: #fad9cf; text-decoration: none; }
figcaption p a:hover { color: #fad9cf; text-decoration: none; }

figcaption h3 {
	top: 30px;
	width: auto;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	padding: 0;

}
figcaption p {
	color: #fff;
	font-size: 0.8em;
	top: 40px;
}
figure:hover figcaption {
	opacity: 1;
}
figure:hover figcaption h3,
figure:hover figcaption p {
	left: 10px;
}
figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}


/* 角丸リンクボタン */
.link_btn {
	font-weight: normal;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	padding:6px 15px 5px 15px;
	color: #ffffff;
	background-color:#5ea054;
	border-radius:20px;
	margin: 15px;
}
.link_btn:link {
	color: #ffffff;
}
.link_btn:visited {
	color: #ffffff;
}
.link_btn:active {
	color: #ffffff;
	filter: alpha(opacity=50);
	opacity:0.5;
}
.link_btn:hover {
	color: #ffffff;
	filter: alpha(opacity=50);
	opacity:0.5;
}




/* 画像リンク：フチつき */
a.img-colorlink:link img {
	padding: 3px;
	border-top: solid #6c9829 1px;
	border-right: solid #6c9829 1px;
	border-bottom: solid #6c9829 1px;
	border-left: solid #6c9829 1px;
	background-color: #ffffff;
}
a.img-colorlink:visited img {
	padding: 3px;
	border-top: solid #6c9829 1px;
	border-right: solid #6c9829 1px;
	border-bottom: solid #6c9829 1px;
	border-left: solid #6c9829 1px;
	background-color: #ffffff;
}
a.img-colorlink:active img {
	padding: 3px;
	border-top: solid #99ce4a 1px;
	border-right: solid #99ce4a 1px;
	border-bottom: solid #99ce4a 1px;
	border-left: solid #99ce4a 1px;
	filter: alpha(opacity=80);
	opacity:0.8;
}
a.img-colorlink:hover img {
	padding: 3px;
	border-top: solid #99ce4a 1px;
	border-right: solid #99ce4a 1px;
	border-bottom: solid #99ce4a 1px;
	border-left: solid #99ce4a 1px;
	filter: alpha(opacity=80);
	opacity:0.8;
}

p {
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

em {
	font-style: oblique;
}



h1 {
	visibility: hidden;
	line-height: 0px;
	font-size: 0px;
	font-weight: normal;
	color: #ffffff;
}


h2 {
	width: 100%;
	font-size: 1.7em;
	line-height: 1.8;
	text-align: center;
	margin: 30px 0 10px 0;
	font-weight: bold;
	color: #64aa5a;
}


h3 {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #64aa5a;
	margin: 0px 0 10px 0;
	padding: 5px 0 5px 0;
}


h4 {
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	background: url(../img/bg_h2.gif) no-repeat center left;
	color: #FFFFFF;
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding: 5px 10px 5px 20px;
	margin-top: 8px;
	margin-bottom: 0px;
}
h6 {
	background: url(../img/bg_h3.gif) no-repeat center left;
	color: #5b5b5b;
	overflow: hidden;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	padding: 6px 10px 2px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
	font-size: 125%;
}

b {
	font-weight: bold;
}


.txtred {
	color: #ff8000;
}

.txtblue {
	color: #0080dd;
}

.txt_s {
	font-size: 80%;
	line-height: 80%;
}

.txt_ss {
	font-size: 70%;
	line-height: 70%;
}

.txt_ss_glay {
	font-size: 65%;
	line-height: 70%;
	color: #9b947b;
}

/* 位置指定*********************************************/

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* 回り込みクリア */
.clear {
	clear: both;
	width: 0;
	height: 0;
	text-indent: -1500px;
	visibility: hidden;
	overflow:hidden;
}


/* line設定*********************************************/
hr {
	width: 100%;
	border-top: dotted #b9ac97 1px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.dot {
	width: 100%;
	height: 1px;
	border-bottom: dotted #c5bb9a 1px;
	font-size: 0px;
	line-height: 0px;
	color: #ffffff;
	text-indent: -1500px;
	/* 文字がはみ出た場合：非表示 */
	overflow:hidden;
	clear: both;
}

.line {
	width: 100%;
	height: 15px;
	background: url(../img/bg_line.gif) repeat-x center;
	font-size: 0px;
	line-height: 0px;
	color: #ffffff;
	text-indent: -1500px;
	/* 文字がはみ出た場合：非表示 */
	overflow:hidden;
	clear: both;
}


/* 表*********************************************/

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 15px 0;
	width: 100%;
	border-top: solid #e1d8bf 1px;
}

.table-auto { 
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	border-bottom: solid #e1d8bf 1px;
	color: #8c7e5e;
}

.th-dark {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	border-bottom: solid #e1d8bf 1px;
	padding: 10px 10px 10px 10px;
	background: #a5a5a5;
	color: #ffffff;
}

td {
	text-align: left;
	vertical-align: top;
	border-bottom: solid #e1d8bf 1px;
	padding: 10px 10px 10px 10px;
}

.td-center {
	text-align: center;
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}




/* テーブル風<dl><dt></dt><dd></dd></dl> */

dl {
	/* dlの背景色をdt用に使う。区切り線はdtの上部に持たせる */
	// background-color : #d7d7d7;
	/* dlの上部線はなくし，dtとddの上部線をdlの上部線のように見せる */
	border-width : 0;
	// border-style : solid;
	// border-color : #4d4d4d;
	width  : 100%;
}
 
dt {
	float : left;
	clear : both;
	width : 20%;
	/* 上線のみ表示 */
	border-width : 0;
	// border-style : solid;
	// border-color : #4d4d4d;
	// font-weight : bold;
	padding : 5px;
}
 
dd {
	/* dtの幅だけ横にずらす */
	margin-left : 20%;
	/* dlやdtとは異なった背景色を使用 */
	// background-color : #eeeeee;
	/* 上線と，dt・ddの左右間の区切り */
	border-width : 0; 
	// border-style : solid;
	// border-color : #4d4d4d;
	vertical-align: middle;
	padding : 5px;
}

dd:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ボックス設定*********************************************/

.m_3 {
	margin:3px;
}

.m_5 {
	margin:5px;
}

.m_8 {
	margin:8px;
}

.m_10 {
	margin:10px;
}

.m_15 {
	margin:15px;
}

.p_5 {
	padding:5px;
}

.p_10 {
	padding:10px;
}

.p_15 {
	padding:15px;
}

.p_10 {
	padding:10px;
}

.pb_30 {
	padding-bottom:30px;
}

.mt_2 {
	margin-top:2px;
}

.mt_3 {
	margin-top:3px;
}

.mt_5 {
	margin-top:5px;
}

.mt_8 {
	margin-top:8px;
}

.mt_10 {
	margin-top:10px;
}

.mt_15 {
	margin-top:15px;
}


.mt_20 {
	margin-top:20px;
}

.mt_30 {
	margin-top:30px;
}

.mt_40 {
	margin-top:40px;
}

.mt_50 {
	margin-top:50px;
}

.mtl_5 {
	margin-top:5px;
	margin-left:5px;
}

.mtl_10 {
	margin-top:10px;
	margin-left:10px;
}

.mtl_15 {
	margin-top:15px;
	margin-left:15px;
}




.mb_5 {
	margin-bottom:5px;
}

.mb_8 {
	margin-bottom:8px;
}

.mb_10 {
	margin-bottom:10px;
}

.mb_15 {
	margin-bottom:15px;
}

.mb_20 {
	margin-bottom:20px;
}

.mb_30 {
	margin-bottom:30px;
}

.mb_40 {
	margin-bottom:40px;
}

.ml_1 {
	margin-left:1px;
}

.ml_3 {
	margin-left:3px;
}

.ml_5 {
	margin-left:5px;
}

.ml_7 {
	margin-left:7px;
}


.ml_8 {
	margin-left:8px;
}

.ml_10 {
	margin-left:10px;
}

.mbl_10 {
	margin-left:10px;
	margin-bottom:10px;
}


.ml_15 {
	margin-left:15px;
}

.ml_20 {
	margin-left:20px;
}

.mr_1 {
	margin-right:1px;
}

.mr_3 {
	margin-right:3px;
}

.mr_4 {
	margin-right:4px;
}

.mr_5 {
	margin-right:5px;
}

.mr_8 {
	margin-right:8px;
}

.mr_10 {
	margin-right:10px;
}

.mr_11 {
	margin-right:11px;
}

.mr_20 {
	margin-right:20px;
}
.mbr_5 {
	margin-bottom:5px;
	margin-right:5px;
}

.mbr_10 {
	margin-bottom:10px;
	margin-right:10px;
}

.mr_15 {
	margin-right:15px;
}

.mr_20 {
	margin-right:20px;
}

.mtr_5 {
	margin-top:5px;
	margin-right:5px;
}

.mtr_10 {
	margin-top:10px;
	margin-right:10px;
}

.mtr_3 {
	margin-top:3px;
	margin-right:3px;
}


.mlr_3 {
	margin-left:3px;
	margin-right:3px;
}
.mlr_5 {
	margin-left:5px;
	margin-right:5px;
}

.mtlr_5 {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.mlr_8 {
	margin-left:8px;
	margin-right:8px;
}

.mlr_10 {
	margin-left:10px;
	margin-right:10px;
}

.mlr_15 {
	margin-left:15px;
	margin-right:15px;
}

.mtb_5 {
	margin-top:5px;
	margin-bottom:5px;
}


.mtb_10 {
	margin-top:10px;
	margin-bottom:10px;
}

.mtb_15 {
	margin-top:15px;
	margin-bottom:15px;
}

.mtb_20 {
	margin-top:20px;
	margin-bottom:20px;
}

.mtb_30 {
	margin-top:30px;
	margin-bottom:30px;
}

.mtb_40 {
	margin-top:40px;
	margin-bottom:40px;
}

.mtb_50 {
	margin-top:50px;
	margin-bottom:50px;
}

.mtlb_5 {
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.pb_8 {
	padding-bottom: 8px;

}


/* 入力フォーム*********************************************/


.input_txt {
	width: 90%;
	border: solid #c7c2b6 1px;
	background-color:#ffffff;
	padding: 3px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1em;
}

.input_txt_free {
	border: solid #c7c2b6 1px;
	background-color:#ffffff;
	padding: 3px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1em;
}

textarea {
	width: 90%;
	border: solid #c7c2b6 1px;
	background-color:#ffffff;
	height: 80px;
	margin-top: 3px;
	margin-bottom: 3px;
	overflow-x: hidden;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1em;
}

select { 
	padding: 3px;
	border: solid #c7c2b6 1px;
	background-color:#ffffff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1em;
}

input[type=radio], input[type=checkbox]{ 
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1em;
}


/* 角丸テキストボタン <button type="submit" class="form_btn" value="送信内容を確認">送信内容を確認</button><input type="button" class="form_btn" value="そだついえ。ホーム" onClick="location.href='http://www.sodatsu-ie.jp/'"><input type="button" class="form_btn" value="前のページに戻る" onClick="history.go(-1);"> */

.form_btn {
	cursor: pointer;
	// width: 100%;
	line-height: 1em;
	font-size: 1em;;
	font-weight: normal;
	padding: 12px 20px 10px 20px;
	margin: 10px 0px 10px 0px;
	background-color:#5ea054;
	border-radius:20px;
	color: #ffffff;
	border-style: none;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.form_btn:link {
	text-decoration: none;
	color: #ffffff;
	background-color:#5ea054;
}
.form_btn:hover {
	color: #ffffff;
	background-color: #8fc188;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form_btn:active {
	color: #ffffff;
	background-color: #707070;
}
.form_btn:visited {
	color: #ffffff;
	background-color:#5ea054;
}

input:focus, select:focus, checkbox:focus, textarea:focus {
background-color: #dae4b1;
}