/* Unchanged */
@charset "utf-8";
/*============================================================
//  初期設定
//==========================================================*/
.on {
	display:block !important;
}


/* モダンブラウザ（Firefox Opera Safari）対策 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* Win版IE7とMac版IE5対策 */

.clearfix {
	display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}


/* End hide from IE-mac */


/* 共通設定--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
}

a img {
	border: 0;
	transition: .2s;
}

ul,
ol,
dl {
	list-style: none;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	width:100%;
	background-color: #FFF;
}

a {
	color: #0062ce;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #806239;
	text-decoration: underline;
}
a:link,
a:visited img {
	color: #0062ce;
}

a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

img {
	vertical-align: bottom;
	border: none;
}
/* CSS Document */


/***********************************
　　共通設定
***********************************/
#wrapper {
	width: 96%;
	padding: 0 2% 0 2%;
}

/***********************************
　　共通ヘッダ
***********************************/
header {
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding: 10px 0 30px 0;
	margin: 0 auto;
	display: block;
	text-align: left;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
header h1 {
	display: block;
	width: 20%;
	margin-top: 10px;
	float: left;
}

header h2 {
	width: 30%;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
}
header h1 img, 
header h2 img {
	width: 100%;
}


/***********************************
　　共通カラー
***********************************/
.red { color: #F00; }




/***********************************
　　共通ボタン
***********************************/
/*--------------------------------------------------------
  #contents
--------------------------------------------------------*/
#contents {
	clear: both;
	display: block;
	width: 100%;
	max-width: 1000px;
	min-width: 900px;
	height: auto;
	overflow: hidden;
	padding: 0px 0 30px 0;
	margin: 0 auto;
	background: #FFF;
	z-index: 1000;
	font-family: 'Noto Sans Japanese', sans-serif;
}


#contents h3 {
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #00A1B6;
	font-size: 24px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}
#contents h4 {
	width: 100%;
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents .box {
	width:100%;
	font-size: 14px;
	padding: 10px 0 0px 0;
}
#contents .box h4 {
	display:block;
	width:100%;
	text-align:center;
}



.form {
	width: 100%;
	margin: 0px auto 0px auto;
	color: #333;
	font-size: 16px;
}
/*.required {
	color: #F08C1E;
	text-align: left;
	display: inline-block;
	padding-right: 0px;
}*/
.blue {
	color: #00A1B6;
	display: inline-block;
	padding-right: 5px;
	font-weight: bold;
}
.gray {
	color: #333;
	display: inline-block;
	padding-right: 5px;
	font-weight: bold;
}
.exa {
	padding: 5px;
	color: #a9a9a9;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	position: relative;
	width: 100%;
	padding: 15px 0;
}
.form dl dt {
	position: relative;
	width: 100%;
	padding: 10px 0px 10px 5px;
	border-top: 3px solid #00A1B6;
	border-bottom: 1px solid #00A1B6;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #D9F1F4;
	background-color: #E5F5F8;
	background-color: #F2FAFB;
}
.form dl dt.sub {
	border-top: 3px solid #999;
	border-bottom: 1px solid #CCC;
	background-color: #EFEFEF;
}
.form dl dd {
	width: 100%;
}
.form dl dd span.midashi {
	font-weight: bold;
	color: #00A1B6;
	border-left: 5px solid #00A1B6;
	padding-left: 5px;
}
.form dl dd textarea, .form dl dd .txt {
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 80%;
	height: 26px;
	line-height: 26px;
	font-size: 16px;	
}
.form dl dd textarea {
	width: 90% !important;
	height: 100%;
}
.form dd .ina {
	ime-mode: disabled;
}
.form dd .mas {
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 4em;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	margin-right: 5px;
}
.form dd .list {
	border: 1px solid;
	font-size: 16px;
	background: none;
	padding-left: 5px;
	padding-right: 5px;
}
.form dd .list option {
	border: 1px solid;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
.chra li {
	margin-left: 5px;
	font-size: 16px;
	clear: both;
}

.divide6 {
	padding-bottom: 40px;
}
.divide6 label {
	width: 25%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.divide5 label {
	width: 20%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.divide5 label:nth-child(9) {
	width: 40%;
}
.divide5 label:nth-child(12) {
	width: 40%;
}
.divide5 label:last-child {
	width: 70%;
}

.divide4 label {
	width: 25%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.divide3 label {
	width: 33%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.divide3 label.twoBlocks {
	width: 66%;
}

input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   margin-right: 0.5em;
  }

.indentBlock {
	padding-top: 5px;
	padding-left: 1em;
	overflow: hidden;
}
.NOindentBlock {
	padding-top: 5px;
	padding-left: 0.1em;
	overflow: hidden;
}
.small {
	letter-spacing: -0.1em;
}
.strong {
	font-weight: bold;
}

.msg {
	color: #ff0000;
	font-weight: bold;
}

.notes {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.notes strong {
	color: #2F77C2;
}
.notes a {
	font-weight: bold;
}

p.comp {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 100px 0;
}
p.comp a {
	display: inline-block;
}
p.comp img {
	display: inline-block;
	margin: 50px auto 0 auto;
}


/****　フォーム設定　****/
.error {
	color: #FFF;
	background: #F00;
	padding: 3px;
}

.bt-set {
	width: 100%;
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
}

form div.error {
	display: none;
}



/*--------------------------------------------------------
　submit
--------------------------------------------------------*/
#confirm-btn{
 background-image:url("../img/confirm_btn.png");
 background-repeat:no-repeat;
 border:none;
 width:155px;
 height:52px;
 cursor: pointer;
 overflow:hidden;
}

#send-btn{
 background-image:url("../img/send_btn.png");
 background-repeat:no-repeat;
 border:none;
 width:155px;
 height:52px;
 cursor: pointer;
}

#reset-btn{
 background-image:url("../img/reset_btn.png");
 background-repeat:no-repeat;
 border:none;
 width:155px;
 height:52px;
 cursor: pointer;
}

#back-btn{
 background-image:url("../img/back_btn.png");
 background-repeat:no-repeat;
 border:none;
 width:155px;
 height:52px;
 cursor: pointer;
}



/*--------------------------------------------------------
　　footer
--------------------------------------------------------*/
footer {
	width: 100%;
	max-width: 1000px;
	min-width: 900px;
	margin: 0 auto;
	height: auto;
	line-height: 1.5;
	text-align: left;
	padding: 15px　0　0　0;
	margin: 0px auto 0 auto;
	display: block;
	z-index: 1000;
}




.copyright {
	width: 100%;
	max-width: 1000px;
	min-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin: 15px auto 0 auto;
	padding: 15px 0 15px 0;
	background-color: #ECEFEF;
}

.pcLayer,
img.pcImg {
	display: block;
}
.spLayer, 
img.spImg {
	display: none;
}


/* --- pagetop --- */

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.3);
	transition: all .6s;
}

.pagetop a {
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 1.6rem;
	text-decoration: none;
	background: -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.pagetop.show {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.pagetop a:hover {
	text-decoration: none;
}





/***********************************
　　PC共通
***********************************/
.pcLayer, 
img.pcImg {
	display: block !important;
}
.spLayer, 
img.spImg {
	display: none !important;
}

.c-both {
	clear: both;
}

.fixed {
	position: fixed;
}


