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

 @import url("reset.css");
 @import url("fonts.css");
 
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 16px;
	line-height: 170%;
	color: #000;
	background:#fffef5;
}

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

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.clear {
	clear:both;
}
.ui-radio {
	margin:0px auto !important;
}

.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;
}

div#wrapper {
	width:800px;
	margin:20px auto;
	padding:40px 0px 0px 0px;
	background:#FFF;
	border:1px solid #D4D4D4;
}


div#wrapper .arrow {
	position:relative;
	top:145px;
	left:950px;
	width:98px;
	height:116px;
	margin-top:-100px;
	padding:0px;
}

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


div#wrapper h2 {
	margin:0px auto 25px auto;
	padding:10px 0px 10px 0px;
	font-size:32px;
	font-weight:bold;
	background:#ffff00;
	text-align:center;
}

div#wrapper h3 {
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}

div#wrapper h5 {
	width:700px;
	margin:0px auto 30px auto;
	padding:0px;
	text-align:left;
}

div#wrapper .box01 {
	width:700px;
	margin:0px auto 30px auto;
	padding:0px;
	text-align:left;
	text-shadow:none !important;
}


div#wrapper .box01 ul {
	width:625px;
	margin:0 auto;	
	text-align:left;
}

div#wrapper .box01 li {
	margin:0 auto;
	padding:0px 0px 15px 25px;
	text-align:left;
	list-style:none;
	background:url(../image/list01.png) no-repeat 0px 3px;
}

div#wrapper .mail input.fmail {
	width:340px;
	margin:0px auto -10px auto;
	padding:13px 0px;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	background:#fbfaec;
	border:4px solid #00b7ee;
}

div#wrapper .mail input.fimage {
	width:355px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}




div#wrapper .footer {
	width:100%;
	margin:0px;
	padding:0px;
	color:#9a9a9a;
	font-size:12px;
	text-align:center;
}

div#wrapper address {
	width:95%;
	margin:0px auto;
	padding:15px 0px;
	color:#9a9a9a;
	font-size:12px;
	text-align:center;
	font-style:normal;
	border-top:1px solid #CCC;
}


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

a:link, a:visited {
/*	color:#448BDD; */
}

a:hover{
	color:#68A3D8;
	text-decoration:none;
}

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

th{
	background:#FCFCFC;
}

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);
}








@media screen and (min-width: 769px) {
img.miniimg { display: none; }  /* mini\ */
img.bigimg  { display: block; } /* big\ */
img.frame01tab  { display: none; } /* frame01tab\ */
}




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

body {
	background:#FFF;
}

div#video {
	width:95%;
	margin:0px auto 20px auto;
	padding:0px;
	text-align:center;
}

.mv {
	width:100%;
	margin:0px auto 0px auto;
	text-align:center;
}

img.miniimg { display: block; }  /* mini\ */
img.bigimg  { display: none; } /* big\ */
img.frame01tab  { display: block; } /* frame01tab\ */

div#wrapper {
	width:100%;
	margin:0px auto;
	padding:20px 0px;
	box-shadow:none;
}

div#wrapper h1 {
	width:95%;
	text-align:center;
}

div#wrapper h2 {
	margin:0px auto 20px auto;
	padding:7px 0px 7px 0px;
	font-size:20px;
	font-weight:bold;
	background:#ffff00;
	text-align:center;
}

div#wrapper h3 {
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}


div#wrapper h5 {
	width:95%;
	margin:0px auto 30px auto;
	padding:0px;
	text-align:center;
}

.entry_btn2 {
	width:90%;
}

div#wrapper .box01 {
	width:95%;
	margin:0px auto 30px auto;
	padding:0px;
	font-size:16px;
	color:#000;
	line-height:150%;
	text-align:left;
}

div#wrapper .img_right {
	width:90%;
	margin:0px auto 15px auto;
	padding:0px;
	text-align:center;
}

div#wrapper .img_left {
	width:90%;
	margin:0px auto 15px auto;
	padding:0px;
	text-align:center;
}

div#wrapper h4 {
	width:95%;
	margin:0px auto 40px auto;
	padding:30px 0px 0px 0px;
	text-align:center;
}

div#wrapper .frame01 {
	width:95%;
	margin:0px auto 30px auto;
	padding:20px 0px 3px 0px;
	box-shadow:1px 0px 5px #ADADAD;
}

div#wrapper .frame01 h2 {
	width:95%;
	margin:0px auto 18px auto;
	padding:0px;
	text-align:center;
}

div#wrapper .frame01_in {
	width:95%;
	margin:0px;
	padding:0px;
	background:#FFF;
}


div#wrapper .frame01_btm {
	width:95%;
	height:70px;
	margin:0px;
	padding:0px;
}

div#wrapper .list01 ul {
	width:95%;
	margin:0 auto 30px auto;	
	text-align:left;
}

div#wrapper .list01 li {
	margin:0 auto;
	padding:3px 0px 18px 35px;
	font-size:18px;
	text-align:left;
	list-style:none;
	background:url(../image/thx1_icon01.png) no-repeat 0px 0px;
}

div#wrapper .mail {
	width:90%;
	margin:0px auto 30px auto;
	padding:25px 0px 0px 0px;
	text-align:center;
	box-shadow:1px 0px 5px #ADADAD;
	background:#FFF;
}

div#wrapper .mail input.fmail {
	width:90%;
	margin:0px auto 5px auto;
	padding:20px 0px;
	text-align:center;
}

div#wrapper .mail input.fimage {
	width:90%;
	margin:0px auto 40px auto;
	padding:30px 0px 0px 0px;
	text-align:center;
}

div#headline .main_top {
	width:100%;
	margin:0px auto;
	padding:10px;
	background:#FFF;
	text-align:center;
}

div#wrapper_wrap .main_btm {
	display:none;
	background:#FFF;
}

div.footer{
	width:100%;
	margin:0px;
	padding:0px;
	color:#9a9a9a;
	font-size:10px;
	background:#FFF;
}

input.btn01 {
	width:90%;
}

}