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

@import url("reset.css");
@import url("fonts.css");

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 16px;
	line-height:190%;
	color: #535353;
	background:#ffffff;
	word-wrap: break-word;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

input:hover {
    opacity: 0.8;
 
    /* IE */
    filter: alpha(opacity=8);
}

.clear {
	clear:both;
}

.timer {
	margin:0px auto 20px auto;
	padding:0px;
	font-size:24px;
	color:#e03563;
}

div#wrapper {
	margin:0px auto 0px auto;
	padding:0px 0px 30px 0px;
}

div#wrapper h1 {
	width:100%;
	margin:0px auto 30px auto;
	padding:20px 0px 0px 0px;
	text-align:center;
}

div#wrapper h2 {
	width:100%;
	margin:0px auto 40px auto;
	padding:20px 0px 0px 0px;
	text-align:center;
}

div#wrapper h3 {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:0;
	line-height:0;
}

div#wrapper h4 {
	margin:0px auto 40px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:0;
	line-height:0;
}
div#wrapper h5 {
	margin:0px auto 30px auto;
	padding:0px 0px 10px 0px;
	text-align:left;
	font-size:22px;
	font-weight:bold;
	border-bottom:5px solid #eeeeee;
}



div#wrapper .headline {
	margin:0px auto 50px auto;
	padding:20px 0px 30px 0px;
	font-size:0;
	line-height:0;
	background:#fff url(../image/bg.jpg) no-repeat top center;
}


div#wrapper .banner01 {
	margin:0px auto 30px auto;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #898989;
	background:#ffffff;
	font-size:0;
	line-height:0;
}
div#wrapper .box02 {
	width:945px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;

}

div#wrapper .box01 {
	width:700px;
	margin:0px auto 40px auto;
	padding:0px;
	text-align:left;

}

div#wrapper .box01 p {
	margin:0px 0px 18px 0px;
	padding:0px;
}

div#wrapper .box03 {
	margin:0px auto 18px auto;
	padding:45px 45px 35px 45px;
	text-align:left;
	background:#fffeef;
}

div#wrapper .box03 p {
	margin:0px 0px 18px 0px;
	padding:0px;
}

div#wrapper .iframe_wrap {
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
  }


div#wrapper .form01 {
	width:732px;
	margin:0px auto 0px auto;
	padding:25px 0px 1px 0px;
	border:9px solid #eeeeee;
	outline:9px solid #00a6c1;
	background:url(../image/form01_bg.png) repeat top center;
	box-sizing: border-box;
}
div#wrapper .form01in {
	margin:0px auto;
	padding:15px 5px 5px 5px;
	border:9px solid #eeeeee;
	background:url(../image/form01in_bg.png) repeat top center;
	box-sizing: border-box;
}


div#wrapper .form01 p {
	margin:0px 0px 20px 0px;
	padding:0px;
}

input.formtxt {
	width:620px;
	padding:20px 15px 20px 15px;
	border:6px solid #626262;
	font-size:18px;
	font-weight:bold;
	box-sizing: border-box;
	text-align:center;
	background:#fdfce7 url(../image/mail_bg.png) no-repeat 10px 16px;
}



div#wrapper .frame01 {
	width:820px;
	margin:0px auto 40px auto;
	padding:10px 0px 10px 0px;
	text-align:left;
	border:7px solid #f4f4f4;
	background:url(../image/frame01_bg.png) repeat top center;
	box-sizing: border-box;
}

div#wrapper .frame01in {
	width:790px;
	margin:0px auto 0px auto;
	padding:30px 0px 0px 0px;
	text-align:left;
	border:1px solid #f4f4f4;
	background:#ffffff;
	box-sizing: border-box;

}
div#wrapper .frame01 .box01 {
	margin:0px auto 30px auto;
	padding:0px;
	text-align:left;
}

div#wrapper .frame02 {
	width:100%;
	margin:0px auto 40px auto;
	padding:30px 0px 10px 0px;
	background:#fffef3;
}

div#wrapper .profile {
	width:820px;
	margin:0px auto 40px auto;
	padding:45px 0px 27px 0px;
	border:#f6f5f1 7px solid;
	box-sizing: border-box;
	background:#fffef5;
}


div#wrapper .profile .box01 {
	margin:0px auto 1px auto;
	padding:0px 0px 0px 0px;
}


.form_b{
	width:100%;
	height:50px;
	padding:10px 15px;
	font-size:15px;
	box-sizing:border-box;
	margin-bottom: 3px;
}


input[type="submit"]{
	width:90%;
	height:80px;
	font-size: 22px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 3px;
	/*
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	*/
}

.submit_btn{
	text-align:center;
	padding:30px;
}

input[type="submit"]:hover{
	 border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}


.with-validate {
    display: block;
    position: relative;
}

.with-validate label.error {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: -5px;
    bottom: 100%;
    margin-bottom: 10px;
    background-color: #c3272a;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}

.with-validate label.error::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #c3272a transparent transparent;
}	




.entry_btn {
	width:350px !important;
    position: relative !important;
    display: inline-block !important;
    padding: 14px 17px 8px 17px !important;
    text-decoration: none !important;
	font-size:22px !important;
    color: #FFF !important;
    background: #fd9535 !important;/*背景色*/
    border-bottom: solid 2px #d27d00 !important;/*少し濃い目の色に*/
    border-radius: 4px !important;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19) !important;
    font-weight: bold !important;
}

.entry_btn:active {
    border-bottom: solid 2px #fd9535 !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30) !important;
	text-shadow:none !important;
	
}
.entry_btn:hover {
	text-shadow:none !important;
	opacity:0.8 !important;
	filter:alpha(opacity=60) !important;
}

.entry_btn2 {
	width:350px;
    position: relative;
    display: inline-block;
    padding: 9px 17px 8px 17px;
    text-decoration: none;
	font-size:22px;
    color: #FFF !important;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	box-sizing: border-box;
}

.entry_btn2:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	box-sizing: border-box;
}


table{
	width:100%;
	margin:0px auto 18px auto;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	text-shadow:none !important;
}

th{
	background:#FCFCFC;
	width:30%;
	padding:10px;
	font-weight:bold;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}


th,td{
	padding:10px;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}

input.formtxt {
	background:url(../images/icon_mail.png) no-repeat;
	width:315px;
	height:40px;
	padding-left:50px;
	border:2px solid #CCC;
	font-size:18px;
	font-weight:bold;
	text-shadow:none !important;
}

input.formtxt02 {
	width:90%;
	height:40px;
	padding:0px 5px;
	border:2px solid #CCC;
	font-size:18px;
	font-weight:bold;
	text-shadow:none !important;
}

input.formtxt03 {
	width:25%;
	height:40px;
	padding:0px 5px;
	border:2px solid #CCC;
	font-size:18px;
	font-weight:bold;
	text-shadow:none !important;
}

input.formtxt04 {
	width:20%;
	height:40px;
	padding:0px 5px;
	border:2px solid #CCC;
	font-size:18px;
	font-weight:bold;
	text-shadow:none !important;
}

.submit:hover {
	opacity: 0.7;
	/* IE */
	filter: alpha(opacity=70);
}


div#wrapper .img_right{
	float:right;
	margin:0px 0px 10px 20px;
	padding:0px;
}

div#wrapper .img_left{
	float:left;
	margin:0px 25px 20px 0px;
	padding:0px;
		text-align:center;

}

div#wrapper .ul01 {
	margin:0px auto 18px auto;
	padding:0px;
}

div#wrapper .ul01 li {
	margin:0px auto 0px 1em;
	padding:0px;
	list-style-type:disc;
	list-style-position:outside;
	text-align:left;
}
div#wrapper .ul02 {
	margin:0px auto 0px auto;
	padding:0px;
	font-size:16px;
	text-align:left;
}

div#wrapper .ul02 li {
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 35px;
	background:url(../image/icon01.png) no-repeat left 2px;
}

div#footer_links {
	width:100%;
	margin:0px auto 0px auto;
	padding:7px 0px 5px 0px;
	text-align:center;
	font-size:12px;
	color:#535353;
	border-bottom:1px solid #898989;
}

div#footer_links a {
	color:#535353;
	text-decoration:none;
}

div#footer {
	width:100%;
	margin:0px auto 0px auto;
	padding:15px 0px;
	text-align:center;
	font-size:12px;
}
.pc_only {
	display:block;
}
.sp_only {
	display:none;
}
@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.6;/*透明度80%*/
 }
}
.btn{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.5s;/* 0.5秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}

@media screen and (min-width: 1800px) {
/* PC用のスタイル記述 */

div#wrap {
	width:1800px;
	margin:0px auto;
	padding:0px;
}
}

@media screen and (max-width: 768px) {
/* タブレット用のスタイル記述 */

img.miniimg { display: block; }  /* mini\ */
img.bigimg  { display: none; } /* big\ */
img.frame01tab  { display: block; } /* frame01tab\ */
img {
    max-width:100%;
    width /***/:auto; 
    height:auto;
    vertical-align:bottom;
}
.pc_only {
	display:none;
}
.sp_only {
	display:block;
}

.timer {
	margin:0px auto 15px auto;
	padding:0px;
	font-size:16px;
	color:#e03563;
}
.btn {
	width:95%;
}

div#wrapper {
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}



div#wrapper h1 {
	margin:0px auto 20px auto;
	padding:20px 0px 0px 0px;
	text-align:center;
}

div#wrapper h2 {
	width:100%;
	margin:0px auto 30px auto;
	padding:10px 0px 0px 0px;
	text-align:center;
}


div#wrapper h5 {
	margin:0px auto 30px auto;
	padding:20px 0px 0px 0px;
}

div#wrapper .headline {
	margin:0px auto 30px auto;
	padding:0px 0px 10px 0px;
	background:#fff url(../image/bg_sp.jpg) no-repeat top center;
	border-bottom:1px solid #898989;
	background-size: 100% auto;
}


div#wrapper .box01 {
	width:95%;
	margin:0px auto 30px auto;
	padding:0px;
	text-align:left;

}

div#wrapper .box01 p {
	margin:0px 0px 18px 0px;
	padding:0px;
}
div#wrapper .box02 {
	width:100%;
	margin:0px auto 10px auto;
	padding:0px;
	text-align:left;

}
div#wrapper .box03 {
	margin:0px auto 18px auto;
	padding:10px 10px 10px 10px;
	text-align:left;
}


div#wrapper .box02 img {
	width:45%;
}
div#wrapper .banner01 {
	margin:0px auto 0px auto;
	padding:5px 0px 0px 5px;
	border-bottom:1px solid #898989;
	background:#ffffff;
	font-size:0;
	line-height:0;
}

div#wrapper .profile {
	width:100%;
	margin:0px auto 40px auto;
	padding:12px 0px 1px 0px;
	border:#f6f5f1 3px solid;
	box-sizing: border-box;
}
div#wrapper input {
	width:100%;
}

div#wrapper .min img {
	width:95%;
}
div#wrapper .frame01_subttl {
	padding:7px 0px;
	background-size: 100% auto;
}
div#wrapper .frame01 {
	width:100%;
	margin:0px auto 40px auto;
	padding:10px 0px 10px 0px;
	text-align:left;
	border:3px solid #f4f4f4;
	background:url(../image/frame01_bg.png) repeat top center;
	box-sizing: border-box;
}

div#wrapper .frame01in {
	width:95%;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
	text-align:left;
	border:1px solid #f4f4f4;
	background:#ffffff;
	box-sizing: border-box;

}

div#wrapper .frame01 .box01 {
	margin:0px auto 20px auto;
	padding:0px;
	text-align:left;
}


div#wrapper .table01 {
	width:100%;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
}
div#wrapper .table01 tr{
	margin:0px auto 0px auto;
	display:block;
	vertical-align:top;
	box-sizing: border-box;
	border-bottom:1px solid #cdcbb6;
	
}

div#wrapper .table01 td{
	display:block;
	border-bottom:1px solid #cdcbb6;
}

div#wrapper .img_right{
	float:none;
	margin:0px auto 18px auto;
	padding:0px;
	text-align:center;
}
div#wrapper .img_left{
	float:none;
	margin:0px auto 18px auto;
	padding:0px;
	text-align:center;
}



div#wrapper .iframe_wrap {
	margin:0px auto 20px auto;
    position: relative;
    width: 100%;
    padding: calc(360 / 640 * 100%) 0 0;
  }
div#wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#footer {
	width:100%;
	margin:0px auto;
	padding:12px 0px;
	text-align:center;
	font-size:12px;
}


div#footer_links{
	width:100%;
	padding:2% 0px 1% 0px; 
	text-align:center; 
}

}
