@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
article, aside, dialog, figure, footer, header,hgroup, nav, section { display:block; }
nav ul { list-style:none; }
a {
	margin:0; padding:0; border:0; vertical-align:baseline; background:transparent; word-break: break-all;
}
input, textarea{
	border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
	background:#fcfcfc;
}
input[type='submit']{
	padding: 8px 15px;
	background-color: #54246f;
    color: #ffffff;
    border-color: #32024d;
}
input[type='submit']:hover {
    background-color: #88BBC8;
    color: #ffffff;
    border-color: #6699a6;
}
input[type='checkbox']{
	display:inline-block;
}
input[type='radio']{
	display:inline-block;
}
h1,h2,h3,h4 {box-sizing:border-box;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
html { overflow: scroll; overflow:-moz-scrollbars-vertical; overflow-x:scroll; }
body {
	font-family: "Trebuchet MS", Trebuchet, verdana, helvetica, arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", Osaka, "MS P ゴシック", "MS PGothic";
	width:100%;
	overflow:hidden; 
	-webkit-text-size-adjust:100%; 
	display:block; color:#333; 
	line-height:1.4; 
	text-align:center; 
}
ul li, ol li { list-style:none; }
header {
	width: 100%;
	background:#fff;
	border-bottom: 1px solid #DFDFDF;
}
.fixed {
	position: fixed;
	top: -1px;
	left: 0;
	z-index: 999999;
}
.fixed .description {
	display: none;
}
.fixed .headerBox {
	height: 45px;
}
.fixed .logo {
	width: 95px;
}
.fixed nav ul li a,
.fixed nav ul li span {
	line-height: 45px;
}
.fixed nav ul .subMenuBtn ul{
	top: 43px;
}
header.fixed nav {
	width: calc(100% - 95px);
}
.description {
	border-bottom: 1px solid #DFDFDF;
	background: #f8f8f8;
}
.descriptionInner,
.headerBox,
footer .footerBox,
.bcListInnerBox {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.descriptionInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.descriptionInner div {
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	padding: 0 20px;
}
.descriptionInner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.descriptionInner ul li a {
	position: relative;
	display: block;
	padding: 0 10px;
	font-size: 11px;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.descriptionInner ul li a:hover {
	text-decoration: underline;
	color: #333;
}
.descriptionInner ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	width: 1px;
	height: 10px;
	background:#e1e1e1;
}
.headerBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
	padding: 0 20px;
}
.logo {
	display: block;
	width: 190px;
	padding: 20px 0;
	line-height: 0;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}
.logo:hover {
	opacity: 0.7;
}
.logo img{
	width: 100%;
}
header nav {
	width: calc(100% - 190px);
}
header nav .spNav {
	display: none;
}
header nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	height: 100%;
}
header nav ul .subMenuBtn ul{
	display: none;
	position: absolute;
	top: 88px;
	left: 0;
	z-index: 99999;
	background:#fff;
	width: 208px;
	height: auto;
	border-top: 2px solid #54246f;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}

header nav ul .subMenuBtn .subMenuBtn ul {
	top: 0;
	left: -208px;
	z-index: 9999;
	border-top: 1px solid #e1e1e1;
} 
header nav ul .subMenuBtn ul li{
	width: 100%;
	height: auto;
}
header nav ul li {
	position: relative;
	height: 100%;
}
header nav ul li span {
	display: block;
}
header nav ul li a,
header nav ul li span{
	cursor: pointer;
	position: relative;
	display: block;
	box-sizing: border-box;
	line-height: 90px;
	padding: 0 13px;
	color:#808080;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
header nav ul .subMenuBtn ul li a,
header nav ul .subMenuBtn ul li span {
	font-weight: normal;
	font-size:12px;
	text-align: left;
	line-height: 20px;
	padding: 10px;
	background:#fff;
}
header nav ul li a:before,
header nav ul li span:before {
	opacity: 0;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	bottom:0;
	left: 0;
	background:#54246f;
	transition: all 0.5s 0s ease;
}
header nav ul li a:hover,
header nav ul li span:hover {
	color:#662D91;
}
header nav ul .subMenuBtn ul li a:hover,
header nav ul .subMenuBtn ul li span:hover {
	color:#333;
	background:#f2f2f2;
}
header nav ul li a:hover:before,
header nav ul li span:hover:before{
	opacity: 1;
}

header nav ul .subMenuBtn ul li a:hover:before,
header nav ul .subMenuBtn ul li span:hover:before {
	opacity: 0;
}
header .toTop {
	opacity: 0;
	position: fixed;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
	transition: all 0.5s 0s ease;
}
header .toTop.on {
	opacity: 1;
	transition: all 0.5s 0s ease;
}
header .toTop a:before {
	content: "";
	display: block;
	position: absolute;
    left: 43%;
    top: 43%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .toTop a {
	display: block;
    border-radius: 2px;
	height: 100%;
	width: 100%;
    background: #333;
}
header .toTop a:hover {
	opacity: 0.7;
}
.wrapBox {
	min-height: 500px;
}
.bcList {
	background: #fcfcfc;
	border-bottom: 1px solid #DFDFDF;
}
.bcListInnerBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
}
.bcListInnerBox h1 {
	line-height: 36px;
}
.bcListInnerBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bcListInnerBox ul li {
	font-size: 11px;
	color: #888;
}
.bcListInnerBox ul li:before {
	content: '/';
	display: inline-block;
	margin:0 5px;
}
.bcListInnerBox ul li:first-child:before {
	display: none;
}
.bcListInnerBox ul li a {
	text-decoration: none;
	color: #888;
}
.bcListInnerBox ul li a:hover {
	text-decoration: underline;
}
.contentBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.mainBox {
	width: 73%;
	padding: 0 50px 0 0;
	border-right: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.contentBox a.btnFlat {
	display: inline-block;
	color: #fff;
	padding: 20px;
	background: #54246f;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	border-radius: 3px;
	font-size: 18px;
}
.contentBox a.btnFlatS {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	background: #54246f;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	border-radius:5px;
	font-size: 16px;
	line-height: 1;
}
.contentBox a.btnFlat:hover,
.contentBox a.btnFlatS:hover {
	background: #250042;
	color: #fff;
}
.sideBox{
	width: 27%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
.sideBox a img:hover{
	opacity: 0.7;
}
.sponsorSideBox {
	padding: 20px 0;
	font-size: 14px;
    text-align: left;
	border-top: 1px solid #e1e1e1;
}
.bannerSideBox {
	padding: 30px 0 20px; 
}
.snsSideBox {
	border-top: 1px solid #e1e1e1;
	padding: 40px 0;
}
.sponsorSideBox ul li,
.bannerSideBox ul li {
	margin-top: 20px;
}
.contentBox img {
	max-width: 100%;
}
h2 {
	text-align: left;
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
    color: #54246f;
    margin: 50px 0 30px 0;
}
h3 {
	text-align: left;
}
p {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-bottom: 10px;
}
.contentBox a {
    color: #54246f;
}
.w100 {
	width: 100%;
}
.bold { font-weight: bold; }
.taC {text-align: center;}
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb100 { margin-bottom: 100px; }
.fs-13 { font-size: 13px; }
.fs-16 { font-size: 16px; }
.btn_o7:hover { opacity: 0.7; }
.snsBox {
	position: absolute;
	top:45%;
	right: 0;
}
.snsBox a {
	display: inline-block;
	margin: 0 5px;
}
.snsBox a:hover {
	opacity: 0.7;
	transition: all 0.5s 0s ease;
}
.footerNaviBox {
	padding: 50px 0; 
	background: #222;
}
.footerNaviList {
	position: relative;
	max-width: 1200px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
.footerNaviList ul{
	margin-right: 100px;
}
.footerNaviList span {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	color: #808080;
}
.footerNaviList li {
	text-align: left;
	margin-bottom: 5px;
}
.footerNaviList li a {
	color: #fff;
	text-decoration: none;
}
.footerNaviList li a:hover {
	text-decoration: underline;
}
footer {
	width: 100%;
	background:#333;
	padding: 15px 0;
}
footer a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
footer a:hover{
	color:#aaaaaa;
	text-decoration: underline;
}
footer .footerBox {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .footerBox .privacyLink {
	border-right: 1px solid #666;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
footer address {
	color: #fff;
	font-size: 11px;
	font-style: normal;
}

.formFieldBox {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
}
.formFieldBox select,
.formFieldBox input[type=text],
.formFieldBox input[type=tel],
.formFieldBox input[type=password],
.formFieldBox input[type=date],
.formFieldBox textarea {
    width: 100%;
    box-sizing: border-box;
}
label {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.required {
    font-size: 12px;
    color: #5e027e;
}
.required span {
    font-weight: normal;
    color: #333;
}
select {
    display: block;
    background-color: #fcfcfc;
    color: #919191;
    -webkit-appearance: none;
    background-image: url('/img/select.png');
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    margin: 0 0 20px 0;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.formText {
    font-size: 12px;
    line-height: 1.7;
}
.formText span {
    color: #5e027e;
}
.checkboxList li {
    text-align: left;
    margin-top: 5px;
}
input[type=checkbox],
input[type=radio]{
    margin: 0 5px 0 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////ここからスマホ////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
	body, .description div, .headerBox, footer .footerBox {
		min-width: auto;
	}
	.spNo { display: none; }
	.description div, .headerBox, footer .footerBox {
		padding: 0 10px;
	}
	.description div {
		font-size: 12px;
		padding: 0 10px 0 5px;
	}
	.descriptionInner ul li:first-child,
	.descriptionInner ul li:last-child{
		display: none;
	}
	.headerBox {
		height: 70px;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.logo {
		width: 150px;
	}
	header nav {
		width: auto;
	}
	header nav .spNav {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
		height: 70px;
	}
	header nav .menuList{
		position: fixed;
		top: 100px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		display: none;
		z-index: 999999;
   		background: rgba(0,0,0,0.7);
		transition: all 0.3s 0s ease;
		height: calc(100% - 100px);
	}
	header.fixed nav .menuList{
		height: calc(100% - 70px);
	}
	header nav .menuList.active {
		top:100px;
   		width: 100%;
		display: block;
	}
	header.fixed nav .menuList.active {
		top:70px;
	}
	header nav .menuList li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ccc;
	}
	header nav .menuList li a,
	header nav .menuList li span{
		color:#fff;
		font-size: 16px;
		line-height: 70px;
		text-align: left;
	}
	header nav .spNav img {
		height: 55%;
		margin-right: 10px;
		width: auto;
	}
	.fixed nav ul .subMenuBtn ul {
		top:0;
	}
	header nav ul .subMenuBtn ul,
	header nav ul .subMenuBtn .subMenuBtn ul{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		background:transparent;
		border-top: 1px solid #e1e1e1;
		border-right: 0;
		border-left: 0;
	}
	header nav ul .subMenuBtn ul {
		
	}
	header nav ul .subMenuBtn ul li a, 
	header nav ul .subMenuBtn ul li span {
		font-size: 16px;
		line-height: 50px;
		background:transparent;
		padding-left: 40px;
	}
	header nav ul li a:before, 
	header nav ul li span:before {
		display: none;
	}
	header nav ul li a:hover, 
	header nav ul li span:hover {
    	color: #fff;
    	background:transparent;
	}
	header nav ul .subMenuBtn ul li a:hover, 
	header nav ul .subMenuBtn ul li span:hover {
    	color: #fff;
    	background:transparent;
	}
	.fixed .headerBox {
		height: 70px;
	}
	.fixed .logo {
		width: 150px;
	}
	header.fixed nav {
		width: auto;
	}
	.mainBox,
	.sideBox {
		width: 100%;
		padding: 0 15px;
	}
	.footerNaviList {
		display: block;
	}
	.footerNaviList ul {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.snsBox {
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
		margin-top:20px;
	}
}
