@charset "UTF-8";

*{margin:0;padding:0;box-sizing:border-box;}
html{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;font-size:70%;position:relative;top:-0.5em;}
sub{vertical-align:text-bottom;font-size:70%;position:relative;top:0.5em;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
object,embed{margin:0;vertical-align:top;}
img,a{vertical-align:top;}
i{font:inherit;}
video{margin:0;padding:0;border:0;outline:0;font-size:100%;line-height:0;vertical-align:baseline;background:transparent;}
article,aside,dialog,figure,footer,header,hgroup,nav,section,main{display:block;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
background-size:125px;}

img {
max-width:100%;
height:auto;}
table {
max-width:100%;}

ol {
margin:0 0 0 22px;}
ol li {
list-style:decimal;
line-height:1.3;
margin:8px 0;}

a:link {
color:#600;
outline:none;
text-decoration:none;
transition:color 0.25s;}
a:visited {
color:#600;
outline:none;
text-decoration:none;}
a:hover {
color:#f00;
outline:none;
text-decoration:none;}

body {
text-align:center;
background:#51504F url(../../images/bg_04.gif) repeat-x center top;
font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
-webkit-text-size-adjust:100%;}
.mincho {
font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','游明朝',YuMincho,'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝',serif;}

body , h1 , h2 , h3 , h4 , h5 , h6 , table {
font-size:15px;
line-height:1.8;}

.clearfix:before , .clearfix:after {
display:table;
content:" ";}
.clearfix:after {
clear:both;}

.col-flex {
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;}

.aligncenter {
text-align:center;
display:block;
margin:25px auto;}
.alignleft , .float-l {
float:left;
margin:3px 25px 25px 0;}
.alignright , .float-r {
float:right;
margin:3px 0 25px 25px;}

@media only screen and (max-width: 800px) {

.alignleft , .float-l , .alignright , .float-r {
float:none;
text-align:center;
display:block;
margin:25px auto;}

}

blockquote , .block {
margin:30px 0 0 0;
padding:19px;
background:#F4F4F2;
border:1px solid #DADDDD;
border-radius:5px;}

h2 {
font-family:'游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
margin:25px 0;
padding:0 0 5px 0;
border-bottom:1px solid #900;
font-size:180%;
line-height:1.2;
font-weight:normal;
color:#333;}
h3 {
margin:20px 0;
padding:0 0 4px 0;
border-bottom:1px solid #775533;
font-size:124%;
line-height:1.2;
font-weight:bold;
color:#000;}
h4 {
margin:10px 0;
font-size:120%;
line-height:1.15;
font-weight:bold;
color:#000;}
h5 {
margin:36px 0 0;
padding:18px 0;
text-align:center;
border-top:1px solid #999;
border-bottom:1px solid #999;
font-weight:normal;}

/* btn ===================*/

.btn {
transition:0.3s;
filter:alpha(opacity=100)!important;
-moz-opacity:1!important;
opacity:1!important;}
.btn:hover {
filter:alpha(opacity=60)!important;
-moz-opacity:0.6!important;
opacity:0.6!important;}

/*  table  =========================*/

table.p-tbl {
width:100%;
border:2px solid #aaa;}
table.p-tbl th {
text-align:left;
font-size:90%;
line-height:1.5;
background: #eee;
padding:18px 13px;
font-weight:bold;
border:1px solid #ccc;
border-right:none;}
table.p-tbl td {
text-align:left;
background:#fff;
font-size:90%;
line-height:1.5;
padding:18px 13px;
border:1px solid #ccc;
border-left:none;}
table.p-tbl td input {
font-size:16px !important;
padding:3px;
margin:3px;}
table.p-tbl th .hissu {
margin:5px 0 0 0;
color:#dd0000;
font-weight:normal;}
table.p-tbl td .notice {
margin:5px 0 0 0;
color:#770000;
font-weight:normal;}

.form-submit {
margin:4% 0;
text-align:center;}
.form-submit input {
-webkit-appearance: none;
cursor:pointer;
margin:0 3px;
padding:1em 2em;
border-style:none;
border-radius:5px;}

.form-error {
padding:40px 0 40px 0;
text-align:center;
line-height:2.4;
color:#cc0000;}

.width99 {width:99%!important;}
.width66 {width:66%!important;}
.width33 {width:33%!important;}
.width11 {width:11%!important;}

@media only screen and (max-width:800px) {

table.p-tbl th {
padding:13px;
display:block;
width:100%;
border:none;}
table.p-tbl td {
display:block;
width:100%;
border:none;}

}

/* thanks error ====================*/

.thanks-error {
text-align:center;
padding:50px;}
.thanks-error .ttl {
font-size:140%;
line-height:1.5;
font-weight:bold;
margin:0 0 44px 0;}
