@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	color: #332b25;
	text-align: left;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {margin:0px;padding:0px;
font-family: Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size:14px;
	line-height:160%;
	background-color:#ffffff;
}
@media all and (-ms-high-contrast:none) {/*IEで游が崩れる為*/
	body {font-family: "メイリオ", Meiryo,;	}
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border:solid #E5E5E5 1px;
	border-radius: 0;
	outline: none;
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;
	appearance: none;*/
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}
a {text-decoration:none;}
a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

img {
	max-width:100%;
}

table {
	width:100%;
}



a,a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

img{ vertical-align:bottom;}

a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

.tc{ text-align:center;}
.tr{ text-align:right;}
.tl{ text-align:left;}

.fl {float:left;}
.fr {float:right;}
.cl {clear:both;}

.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr11{ margin-right:11px;}
.mr12{ margin-right:12px;}
.mr13{ margin-right:13px;}
.mr14{ margin-right:14px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr25{ margin-right:25px;}
.mr40{ margin-right:40px;}

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb12{ margin-bottom:12px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb60{ margin-bottom:60px;}


.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}

.breadcrumb {
    padding: 8px 15px;
    margin: 20px auto;
	width:1000px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	 list-style: none;}
.breadcrumb > .active { color: #777;}
.breadcrumb > li { display: inline-block;}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.title01 {
	padding: .5em .75em;
	background-color: #A38206;
	border-left: 6px solid #DDD4B5;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}

.title01_sponsor {
  padding: .5em .75em;
  background-color: #BF6B21;
  border-left: 6px solid #774404;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
}

.title02 {
font-weight: bold;
	position: relative;
	padding: .5em 0 .5em .75em;
	border-left: 6px solid #A38206;
	background:#DDD4B5;
}

.title02_sponsor {
	font-weight: bold;
	position: relative;
	padding: .5em 0 .5em .75em;
	border-left: 6px solid #774404;
	background-color: #BF6B21;
	color: #FFFFFF;
	margin-bottom: 10px;
}


/*.title02::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}*/

.title02_1st {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #CF1B27;
}

.title02_1st::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.btn,
.btn:link,
.btn:active {
	display: block;
	margin:10px auto;
	padding: 0.8em 0.5em;
	text-align:center;
	line-height: 1;
	letter-spacing: .2;
	font-weight: bold;
	border-radius: 10px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	-ms-transition: 0.35s;
	transition: 0.35s;
	text-decoration: none;
}
.btnIn,
.btnIn:link,
.btnIn:active {
	margin:auto 10px;
	padding: 0.8em 0.5em;
	text-align:center;
	line-height: 1;
	letter-spacing: .2;
	font-weight: bold;
	border-radius: 10px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	-ms-transition: 0.35s;
	transition: 0.35s;
	text-decoration: none;
}
.btnS {width:80%;}
.formBtn {width:240px;}
.formBtnL {width:300px;}

.btnSubmit {
	border: solid 1px #9C070A;
	color: #FFF !important;
	background-image: -webkit-linear-gradient(270deg,rgba(228,52,55,1.00) 0%,rgba(139,20,20,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(228,52,55,1.00) 0%,rgba(139,20,20,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(228,52,55,1.00) 0%,rgba(139,20,20,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(228,52,55,1.00) 0%,rgba(139,20,20,1.00) 100%);
}
a.btnBack,
button.btnBack {
	border: 1px solid #075E8E;
	color: #FFF !important;
	background-image: -webkit-linear-gradient(270deg,rgba(97,159,232,1.00) 0%,rgba(49,92,192,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(97,159,232,1.00) 0%,rgba(49,92,192,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(97,159,232,1.00) 0%,rgba(49,92,192,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(97,159,232,1.00) 0%,rgba(49,92,192,1.00) 100%);
}
.btnGray {color:#3E3E3E !important;border: 1px solid #B7B7B7;
	background-image: -webkit-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(207,207,207,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(207,207,207,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(207,207,207,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(240,240,240,1.00) 0%,rgba(207,207,207,1.00) 100%);
}
a.btnBack:hover ,button.btnBack:hover {text-decoration: none;}
