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

img{
	width:100%;
	display:block;
}

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
	
/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 250px;
	background-color: #004999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h2_ttl{
	color: #FFF;
	font-size: 34px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	height: 100px;
	padding-top: 100px;
	line-height: 100%;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ttl_img{
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 60%;
	height: 250px;
	right: 0px;
	float: right;
}
	
.main_contents{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:80px;
}

.message{
	width:1024px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.message .sign{
	font-size:16px;
	text-align:right;
	margin:0;
}
.message p{
	font-size:14px;
	line-height:190%;
	margin:0;
}
.message .txt01{
	width:666px;
	margin:0 auto 70px auto;
	text-align:center;
}
.message .txt02{
	width:470px;
	margin:0 0 25px 0;
}
.message .txt03{
	width:554px;
	margin:0 0 25px 0;
}
.message .photo{
	margin:0 0 5px 0;
}
.message .name{
	font-size:24px;
	margin:0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold;
}
.message .name span{
	font-size:18px;
	margin:0 5px 0 0;
	font-weight:bold;
}
.message .left01{
	width:480px;
	float:left;
}
.message .right01{
	width:480px;
	float:right;
}
.message_box01{
	overflow:hidden;
	margin:0 0 50px 0;
}
.message_box02{
	overflow:hidden;
	margin:0 0 70px 0;
}
.message_box03{
	overflow:hidden;
	margin:0 0 70px 0;
}
.message_box04{
	overflow:hidden;
	margin:0 0 20px 0;
}
.outline{
	background:#f7f5f6;
	padding:80px 0;
}
.outline_box{
	width:900px;
	margin:0 auto;
}
.outline_box:nth-child(2){
	margin: 60px auto 0;
}
.outline_ttl{
	font-size:16px;
	margin:0;
	padding:15px;
	background:#e6eef6;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-weight:normal;
	text-align:center;
}
.outline table{
	margin:0;
	width:100%;
	border:1px solid #cccccc;
	border-collapse:collapse;
}
.outline table th{
	width:230px;
	padding:20px;
	font-size:16px;
	text-align:left;
	background:#e6eef6;
	border:1px solid #cccccc;
}
.outline table td{
	padding:20px;
	font-size:15px;
	text-align:left;
	border:1px solid #cccccc;
	background:#fff;
}
.outline .box01{
	margin-bottom:15px;
}
.outline .box02{
	width:350px;
	margin-bottom:15px;
}
.outline .box02 p{
	text-align:right;
	font-size:13px;
	line-height:140%;
	margin:0;
}

#form{
	width:900px;
	margin:0 auto;
	padding:70px 0 80px 0;
}
#form h4{
	color:#fff;
	background:#0045a2;
	padding:15px;
	font-size:16px;
	font-weight:normal;
	margin:0;
	line-height:140%;
	text-align:center;
}



table.entry{
	width:100%;
	border:solid 1px #cccccc;
	border-collapse: collapse;
	margin-bottom:10px;	
}
table.entry th{
	font-size:16px;
	text-align:left;
	padding:20px;
	line-height:160%;
	background:#e6eef6;
	border:solid 1px #cccccc;
	width:230px;
}
table.entry th span{
	color:#ff0000;
	font-weight:bold;
}
table.entry td{
	font-size:16px;
	padding:20px;
	line-height:160%;
	border:solid 1px #cccccc;
}
table.entry td ul{
	margin:0 0 10px 0;
	padding:0;
}
table.entry td ul li{
	margin:0 0 5px 0;
	padding:0;
	font-size:16px;
}
table.entry td ul li label{margin-left:10px;}
table.entry td .zip{
	margin:0 0 10px 0;
	font-size:16px;
}
table.entry td input[type="text"],table.entry td input[type="email"]{
	width:500px;
}
table.entry td .zip input{
	width:200px;
}
table.entry td.tel input{
	width:300px;
}
table.entry td.age input{
	width:100px;
}
table.entry td input[type="text"],table.entry td input[type="email"]{
	font-size:16px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border: solid 1px #cccccc;
	padding:5px;
	box-sizing:border-box;
	outline:none;	
}
table.entry td textarea{
	font-size:16px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border: solid 1px #cccccc;
	padding:5px;
	box-sizing:border-box;
	outline:none;	
	width:500px;
	height:300px;
}	

.note{
	font-size:14px;
	margin-top:0;
	margin-bottom:45px;
	line-height:1.6;
}

.contact_btn{
	background-color: #004999;
	height: 50px;
	width: 260px;
	margin:0 auto;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contact_btn input,.contact_btn02 input{
	width:100%;
	height: 50px;
	background-image:url(../common/img/btn_ico.png);
	background-repeat: no-repeat;
	background-position: 13px 14px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	cursor:pointer;
	box-sizing:border-box;
	background-color: transparent;
	outline:none;
	vertical-align:middle;
}
/* hover */
.contact_btn:before,.contact_btn02:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002455;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact_btn:hover:before, .contact_btn:focus:before, .contact_btn:active:before,
.contact_btn02:hover:before, .contact_btn02:focus:before, .contact_btn02:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.contact_btn input,.contact_btn02 input{
	color:#fff;
	border:none;
}

.contact_btn02{
	background-color: #004999;
	height: 50px;
	width: 170px;
	margin:0 auto;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.txt_box{
	width:710px;
	height:135px;
	margin:0 auto 40px auto;
	overflow:auto;
	border:solid 1px #cccccc;
	padding:15px 25px;
}
.txt_box h6{
	font-size:14px;
	text-align:center;
	line-height:1.0;
	margin-bottom:20px;
}
.txt_box p{
	font-size:13px;
	line-height:1.6;
	margin:0 0 20px 0;
}
.txt_box ul{
	margin:0;
	padding:0;
}
.txt_box ul li{
	list-style:disc;
	margin-left: 20px;
}

.thanks{
	font-size:16px;
	text-align:center;
	margin:40px 0 60px 0;
	line-height:180%;
}
.site_btn{
	background-color: #004999;
	height: 50px;
	width: 210px;
	margin:0 auto;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.site_btn a{
	background-image:url(../common/img/btn_ico.png);
	background-repeat: no-repeat;
	background-position: 13px 14px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 60px;
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	cursor:pointer;
	background-color: transparent;
	outline:none;
}
/* hover */
.site_btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002455;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.site_btn:hover:before, .site_btn:focus:before, .site_btn:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*=======efo=========*/
table.entry th.efo_ok{
	background-image:url(img/icon_ok.png);
	background-repeat: no-repeat;
	background-position: 210px center;

}
table.entry th.efo_ng{
	background-image: url(img/icon_ng.png);
	background-repeat: no-repeat;
	background-position: 210px center;
}
#efo_wait{
	width: 220px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.error{
	display:block;
	color: #DA0000;
	font-weight: bold;
	margin: 0px;
	line-height: 100%;
	padding: 15px 0px 0px 0px;
	font-size: 13px;
}

}

/*===== PC ここまで =====*/


/*===== SP ここから =====*/
@media screen and (max-width: 740px){
	
/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 90px;
	background-color: #004999;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h2_ttl{
	color: #FFF;
	font-size: 16px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 100%;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ttl_img{
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 50%;
	height: 90px;
	right: 0px;
	float: right;
}

.main_contents{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}

.message{
	width:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.message .sign{
	font-size:13px;
	text-align:right;
	margin:0 15px 0 0;
}
.message p{
	font-size:13px;
	line-height:180%;
	margin:0 10px;
}
.message .txt01{
	width:80%;
	margin:0 auto 30px auto;
	text-align:center;
}
.message .txt02{
	width:80%;
	margin:0 auto 15px auto;
}
.message .txt03{
	width:80%;
	margin:0 auto 15px auto;
}
.message .photo{
	width:70%;
	margin:0 auto 5px auto;
}
.message .photo img{width:100%;}
.message .name{
	text-align:center;
	font-size:14px;
	margin:0 0 20px 0;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold;
}
.message .name span{
	font-size:12px;
	margin:0 5px 0 0;
	font-weight:bold;
}
.message .left01{
}
.message .right01{
}
.message_box01{
	overflow:hidden;
	margin:0 0 40px 0;
}
.message_box02{
	overflow:hidden;
	margin:0 0 40px 0;
}
.message_box03{
	overflow:hidden;
	margin:0 0 40px 0;
}
.message_box04{
	overflow:hidden;
	margin:0 0 20px 0;
}
.outline{
	background:#f7f5f6;
	padding:40px 0;
}
.outline_box{
	width:90%;
	margin:0 auto;
}
.outline_box:nth-child(2){
	margin: 35px auto 0;
}
.outline_ttl{
	font-size:14px;
	margin:0;
	padding:10px;
	background:#e6eef6;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-weight:normal;
	text-align:center;
}
.outline table{
	margin:0;
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-collapse:collapse;
}
.outline table th{
	display:block;
	padding:20px;
	font-size:14px;
	text-align:left;
	background:#e6eef6;
	border-collapse:collapse;
	border-bottom:1px solid #cccccc;
}
.outline table td{
	display:block;
	padding:20px;
	font-size:14px;
	text-align:left;
	border-collapse:collapse;	
	border-bottom:1px solid #cccccc;
	background:#fff;
}
.outline .box01{
	margin-bottom:10px;
}
.outline .box02{
	width:100%;
	margin-bottom:10px;
}
.outline .box02 p{
	text-align:right;
	font-size:13px;
	line-height:140%;
	margin:0;
}

#form{
	width:96%;
	margin:0 auto;
	padding:20px 0 30px 0;
}
#form h4{
	color:#fff;
	background:#0045a2;
	padding:10px;
	font-size:14px;
	font-weight:normal;
	margin:0;
	line-height:140%;
	text-align:center;
}



table.entry{
	width:100%;
	border:solid 1px #cccccc;
	border-collapse: collapse;
	margin-bottom:10px;	
}
table.entry th{
	display:block;
	font-size:14px;
	text-align:left;
	padding:15px;
	line-height:160%;
	background:#e6eef6;
	border:solid 1px #cccccc;
}
table.entry th span{
	color:#ff0000;
	font-weight:bold;
}
table.entry td{
	display:block;
	font-size:13px;
	padding:15px;
	line-height:160%;
	border:solid 1px #cccccc;
}
table.entry td ul{
	margin:0 0 10px 0;
	padding:0;
}
table.entry td ul li{
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
}
table.entry td ul li label{margin-left:5px;}
table.entry td .zip{
	margin:0 0 10px 0;
	font-size:13px;
}
table.entry td input[type="text"],table.entry td input[type="email"]{
	width:100%;
}
table.entry td .zip input{
	width:50%;
}
table.entry td.tel input{
	width:100;
}
table.entry td.age input{
	width:30%;
}
table.entry td input[type="text"],table.entry td input[type="email"]{
	font-size:16px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border: solid 1px #cccccc;
	padding:5px;
	box-sizing:border-box;
	outline:none;	
margin-top: 5px;
margin-bottom: 5px;
}
table.entry td textarea{
	font-size:16px;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border: solid 1px #cccccc;
	padding:5px;
	box-sizing:border-box;
	outline:none;	
	width:100%;
	height:300px;
}	

.note{
	font-size:12px;
	margin-top:0;
	margin-bottom:30px;
	line-height:1.6;
}





.txt_box{
	width:100%;
	height:135px;
	margin:0 auto 40px auto;
	overflow:auto;
	border:solid 1px #cccccc;
	padding:10px 15px;
	box-sizing:border-box;
}
.txt_box h6{
	font-size:14px;
	text-align:center;
	line-height:1.0;
	margin-bottom:10px;
}
.txt_box p{
	font-size:13px;
	line-height:1.6;
	margin:0 0 10px 0;
}
.txt_box ul{
	margin:0;
	padding:0;
}
.txt_box ul li{
	list-style:disc;
	margin-left: 20px;
}
.contact_btn,.contact_btn02{
	background-color: #004999;
	width: 100%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	padding:0;
}
.contact_btn input,.contact_btn02 input{
	width:100%;
	background-image: url(../common/img/btn_ico.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	background-size: 16px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	background-color:transparent;
	border:none;
}
.contact_btn input{
	font-size:16px!important;
}

.thanks{
	font-size:13px;
	text-align:center;
	margin:30px 0 40px 0;
	line-height:180%;
}
.site_btn{
	background-color: #004999;
	width: 65%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.site_btn a{
	background-image: url(../common/img/btn_ico.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	background-size: 16px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
}

/*=======efo=========*/
table.entry th.efo_ok{
	background-image:url(img/icon_ok.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 28px;

}
table.entry th.efo_ng{
	background-image: url(img/icon_ng.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 28px;
}
#efo_wait{
	width: 50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.error{
	color: #DA0000;
	font-weight: bold;
	margin: 0px;
	line-height: 100%;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	display:block;
}

}
/*===== SP ここまで =====*/
