/* CSS Document */

@charset "UTF-8";

/* ====================================================================
初期化
==================================================================== */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}


table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}
a img{
    border:none;
}

*{
    margin:0;
    padding:0;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#Contents a img{
background:none!important;
}
 
#Contents a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}
img{
    max-width: 100%;
    height: auto;
    width:auto;
}

ul,ol,li { list-style:none;}
img {vertical-align : middle;}

/* ==================================================================== */
body{
	-webkit-text-size-adjust: none;
	/*	font-family: "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;*/
	font-family: "メイリオ", sans-serif;
	font-size: 18px;
	background-color: #f0f0f0;
	color: #202020;
	line-height: 1.5;
}
html {
  height: 100%;
}
body {
/*	height: 100%*/
  min-height: 100%;
/*min-height: 100vh;*/
}

a{
	color: #14a27e;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration:underline;	
	}
p {
	line-height: 160%;
}
h1 {}
h2 {
	font-size: 36px;
	line-height: 2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
h3 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 0.6em;
}

section {
	margin-bottom: 40px;
}

.wap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 40px;
	position: relative;
}
.wapfree {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
}

.logo {
	padding-bottom: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.picup01 {
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 200px;
}
ul.ullist07 {
	text-align: left;
	margin-left: -1em;
}
ul.ullist07 li {
	padding-left:2em;
	text-indent:-1.0em;
}
.tbl01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
}
.tbl01 th {
	padding: 10px 0px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	color: #003366;
	border-bottom: 1px dotted #ccc;
}
.tbl01 td {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
form#mailformpro dl dt {font-size: 16px !important;}
.btn01{
	display: inline-block;
	padding: 0.2em 3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	cursor: pointer;
	overflow: hidden;
	color: #FFF;
	box-shadow: 0px 8px 0px 0px #003333;
	font-size: 24px;
	font-weight: bold;
	background-color: #14a27e;
	border-style: none;
}

.btn01:hover,
.btn01:active,
.btn01:focus{
     -webkit-transform: translate(0, 3px);
	-moz-transform: translate(0, 3px);
	transform: translate(0, 3px);
	box-shadow:none;
}

#copyright {
	color: #fff;
	background-color: #078464;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.bg01 {background-color:#00aa83;}
.bg02 {background-color:#fff;}
.bg03 {background-color:#00aa83;}
/* -----------------------------------------------------------------位置-- */
.flot_c{text-align: center;margin-bottom: 12px;}
.flot_l {margin-bottom: 12px;float: left;margin-right: 10px;}
.flot_r {margin-bottom: 12px;float: right;margin-left: 10px;}
.txtr {text-align: right;}

.spm_dt3 {margin-bottom: 3%; overflow:hidden;}
.spm_dt5 {margin-bottom: 5%; overflow:hidden;}
.btom10 {margin-bottom: 10%; overflow:hidden;}

/*---------------------------------------------------------------------form--*/
form#mailformpro {
	padding: 10px 0px;
	background-color: #fff;
	border-top: 1px solid #CCC;
	border-right: 0px none #CCC;
	border-bottom: 0px none #CCC;
	border-left: 0px none #CCC;
}
form#mailformpro dl dt {
	float: left;
	width: 280px;
	clear: both;
	font-size: 12px;
	padding: 20px 10px 20px 50px;
	text-align: left;
	border-top: 0px none #CCC;
	background-color: transparent;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 20px 5px 20px 292px;
	font-size: 16px;
	line-height: 1.5em;
	background-color: transparent;
	border-bottom: 1px dotted #CCC;
	border-top-width: 0px;
	border-top-style: none;
}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin: 0px 5px 0px -50px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #fff;
	background-image: none;
	background-size: 100% 100%;
}

.txtareabox {
    position:relative;
}

.watermark_text {
    position:absolute;
    padding: 10px;
    color: #999;
	font-size:14px;
}

.hidden {
    visibility: hidden;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #CCC inset;
	padding: 6px 16px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_textarea {
	width:100% !important;}

/*-----------------------*/
dl.win {}
dl.win dt {
	float: left;
	padding-top: 20px;
	text-align: right;
	width: 180px;
	padding-right: 20px;
}
dl.win dd {
	padding-left: 210px;
	font-size: 24px;
	min-height: 100px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px dotted #CCC;
	padding-top: 50px;
}

.inptxtlong {width:100%;}
.inptxtmiddle {width:50%;}
.inptxtshort {width:30%;}

@media screen and (max-width: 999px) {
section {
	margin-bottom: 5%;
	padding-right: 10px;
	padding-left: 10px;
}
.wap {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 5%;
}
.wapfree {width: auto;}
.logo {
	padding-bottom: 0px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.tbl01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
}
.tbl01 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	color: #003366;
	border-bottom: 1px dotted #ccc;
	display: table;
	width: 100%;
}
.tbl01 td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 2px solid #ccc;
	display: table;
	width: 100%;
}
form#mailformpro dl dd ol {}
form#mailformpro dl dd ol li {
	margin-bottom: 16px;
}
form#mailformpro dl dd ul li {
	margin-bottom: 16px;
}

}
@media screen and (max-width: 888px) {
dl.win dt {
	padding-top: 20px;
	width: 80px;
	padding-right: 20px;
}
dl.win dd {
	padding-left: 80px;
	min-height: 100px;
	padding-top: 30px;
	font-size:20px;
}


form#mailformpro dl dt {
	padding: 10px 10px 10px 50px;
	float: none;
	width: 100%;
}
form#mailformpro dl dd {
	padding: 10px 0px;
}
.inptxtmiddle {width:100%;}
.inptxtshort {width:100%;}
}

@media screen and (max-width: 519px) {
h2 {font-size: 24px;}
dl.win dt {
}
dl.win dd {
	padding-top: 20px;
}
.picup01 {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 30%;
}
input[type="text"],textarea {width:100% !important;}
}

