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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
	color: #9F46BC;
}
.pip{
	margin: 20px auto 30px auto;
	position: relative;
}
.pip::after{
	content: "オンライン解説";
	position: absolute;
	padding: 0px 40px;
	background-color: #9F46BC;
	color: #fff;
	top:0;
	left: 0;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 20000;
}
.pipMaker{
	height: 360px;
	width:100%;
	margin: 30px auto;
}
.iframeArea{
	width: 100% ;
    height: 0px ;
    padding-top: 56.3% ;
	position: relative;
}
.iframeArea iframe{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gotoTopBtn {
	position: fixed;
	right: 20px;
	bottom:20px;
	width: 44px;
	height: 44px;
	background:url("../images/goTop.svg");
	cursor: pointer;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-indent: -9999px;
}
#gotoTopBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.mt30{
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
.mb15{
	margin-bottom: 15px;
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.mr50{
	margin-right: 50px;
}
img.max500{
	max-width: 500px !important;
	margin: 30px auto;
	padding-top: 30px;
}
.wrapper{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.header{
	background-image:url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.headerInner{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	min-height: 420px;
	text-align: center;
	padding-bottom: 60px;
	background-attachment:fixed;
}
.headerInner.subpage{
	min-height: 300px;
}
.logoInner{
	background-color: #fff;
	height: 60px;
}
.logo{
	background-image:url("../images/logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: 60px;
	width: 340px;
	background-size: contain;
	text-indent: -9999px;
}
.fix{
	position: fixed;
	z-index: 0;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	left: 0;
    right: 0;
	    top: 120px;
}
.logoSubPage{
	background-image:url("../images/logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0 20px;
	height: 60px;
	width: 240px;
	background-size: contain;
	text-indent: -9999px;
}
p.lead1{
	background-image:url("../images/ttl.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 30px auto 20px auto;
	height: 0;
	width: 50%;
	padding-top: 14%;
	max-width: 600px;
	background-size: contain;
	text-indent: -9999px;
}
.headerInner.subpage p.lead1{
	background-image:url("../images/ttl.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 30px auto 20px auto;
	height: 0;
	width: 50%;
	padding-top: 12%;
	max-width: 300px;
	background-size: contain;
	text-indent: -9999px;
}
p.lead2{
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
}

section{
	position: relative;
	z-index: 100;
	padding-top: 40px;
	padding-bottom: 10px;
}
.inner{
	max-width: 1024px;
	margin: 0 auto;
}
.inner a{
	word-break: break-all;
}
.sort{
	padding: 10px 0 24px 0;
}
.sort .inner{
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sort .inner a{
	display: flex;
	color: #fff;
	background-color: #9F46BC;
	padding: 0 12px;
	height: 66px;
	width: 66px;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
	margin: 0 20px;
	border-radius: 44px;
	justify-content: center;
	align-items: center;
}
.sort .inner a:hover{
	opacity: 0.8;
	filter: brightness(1.1);
}
.aboutInner{
	background: #fff;
	margin: 0 auto;
	max-width: 920px;
	padding-bottom: 60px;
	line-height: 1.8;
	color: #706967;
}
.aboutInner p{
	color: #706967;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 1.1em;
	word-break: break-all;
}
.aboutInner p.name{
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	font-weight: 700;
}
.aboutInner p.name.big{
font-size: 1.8em;
	color: #222;
}
.aboutInner p.name span{
	padding: 4px 20px 6px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.detail {
	margin: 30px 0;
}
.detail p{
	font-size: 1em;
}
.prof{
	margin: 20px auto;
}
.prof p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.prof.profCenter {
	max-width: 450px;
	margin: 0 auto;
}
.prof p span:first-child{
	width: 5em;
	margin-right: 2em;
}
.boothNav{
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px auto;
	text-align: center;
}
.boothNav .left,.boothNav .right{
	width: 46%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.boothNav a{
	min-width: 300px;
	background: #9F46BC;
	margin-bottom: 12px;
}
.boothNav a {
    line-height: 1.25;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
    color: #fff;
	padding: 8px 10px; 
}
.boothNav a:before,
.boothNav a:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: none;
    border: 21px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.boothNav a:before {
    right: 100%;
    border-right-color: #9F46BC
}
.boothNav a:after {
    left: 100%;
    border-left-color: #9F46BC;
}
.boothNav a:hover {
    opacity: .7;
}
.boothNav a.blue{
	background-color: #644BBC;
}
.boothNav a.blue:before {
    right: 100%;
    border-right-color: #644BBC;
}
.boothNav a.blue:after {
    left: 100%;
    border-left-color: #644BBC;
}

.hex a{
	width: 155px;
	height: 90px;
	display: block;
	position: relative;
	background: #FF5254;
	transition: all 0.2s linear;
	margin: 50px auto;
	color: #000;
}
.hex a.blue{
	background-color: #3367B2;
}
.hex a span {
	width: 100%;
	height: 90px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	font-size: 1.25em;
	font-weight: 700;
}
.hex a.blue span{
	font-size: 1.15em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
.hex a:before,
.hex a:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FF5254;
	transition: all 0.2s linear;
	z-index: 0;
}
.hex a.blue:before,
.hex a.blue:after {
background-color: #3367B2;
}
.hex a:before {
	transform: rotate(60deg);
}
.hex a:after {
	transform: rotate(-60deg);
}
.hex a:hover,
.hex a:hover:before,
.hex a:hover:after {
	background: #BF3E3F;
}
.hex a.blue:hover,
.hex a.blue:hover:before,
.hex a.blue:hover:after{
	background-color: #264D86;
}
.hex .center{
	width: 50%;
}
.hex .left{
	width: 25%;
}

.aboutInner p.name span:first-child{
	position: relative;
	padding-right: 20px;
	margin-right: 5px;
	min-width: calc(2.5em + 5px);
}
.aboutInner p.name span:first-child::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #231815;
	top: 0;
	right: 0;
}
.gray{
	background: rgba(216,217,218,1);
background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(216,217,218,1) 90%);
	padding-bottom: 100px;
	line-height: 1.8;
	position: relative;
}
.inner ul{
	margin-bottom: 20px;
}
.inner img{
	max-width: 100%;
	margin-bottom: 20px;
}
.inner .sample img{
	margin-bottom: 0;
}
.inner .sample{
	margin-bottom: 80px;
}
.inner p.label{
	display: inline-block;
	padding: 4px 20px 6px 20px;
	background-color: #9F46BC;
	color: #fff;
	font-weight: 500;
	font-size: 1.1em;
		margin-top: 40px;
}
.inner p.label2{
	display: inline-block;
	padding: 4px 20px 6px 20px;
	background-color: #fff;
	color: #333;
	font-weight: 500;
	font-size: 1.1em;
	margin-top: 40px;
	margin-bottom: 15px;
	border-left: 5px solid #9F46BC;
}
.inner p.pick{
	margin-top: 20px;
	padding: 6px 0;
}
.imgCenter{
	text-align: center;
}
.imgCenter img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.imgCenter.max600 img{
	max-width: 600px;
}
.imgCenter.big img{
	display: block;
	margin: 0 auto 30px auto;
}
.catalog{
	text-align: center;
}
.catalog img{
	display: block;
	width: 100%;
	margin: 30px auto;
}
.flow{
	margin-bottom: 40px;
	padding-top: 10px;
}
.flow p{
	display: flex;
	justify-content: flex-start;
}
.flow p span{
	display: block;
	margin-right: 4px;
}
p.flowTtl{
	font-weight: bold;
	font-size: 1.25em;
	display: block;
}
p.listTtl{
	font-weight: bold;
	font-size: 1.25em;
	display: block;
}
ul.square{
	list-style: square;
	padding-left: 2em;
}
ul.number li{
	margin-bottom: 12px;
}
ul.number{
	list-style:decimal;
	padding-left: 2em;
}
ul.number li{
	margin-bottom: 12px;
}
ul.number.source{
	margin-top: 30px;
}
ul.number.source li{
	font-size: 0.8em;
	margin-bottom: 6px;
}
p.source{
	font-size: 0.8em;
	margin-bottom: 6px;
}
ul li.base{
	padding: 2px 4px;
	background-color: #ddd;
	display: inline-block;
}
ul li span.small{
	display: block;
	font-size: 0.75em;
	margin-top: 8px;
}
.QA p{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.QA p span:first-child{
	width: 2em;
}
.QA p.A{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.flowArrow{
	width: 0;
height: 0;
border-style: solid;
border-width: 40px 52px 0 52px;
border-color: #9f46bc transparent transparent transparent;
	margin: 30px auto 30px 20%;
}
.flow img{
	margin: 20px;
	max-width: 60%;
}
img.m20{
	margin: 20px;
}
.backWhite{
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
}

.mtless{
	margin-top: -80px;
}
.booth{
	width: 100%;
	margin: 0 auto;
}
.boothInner{
	margin: 40px auto;
	position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 110%;
    width: 100%;
	background-blend-mode: multiply;
}
.boothInner.first{
	background-image: url(../images/first.svg);
	margin-top: 0px;
}
.boothInner.second{
	background-image: url(../images/second.svg);
	margin-top: 0px;
}
.boothInner.third{
	background-image: url(../images/third.svg);
	margin-top: 0px;
}
.pip img{
	box-shadow:	5px 5px 5px rgba(0,0,0,0.4);
}
.pip a:hover{
	opacity: 0.8;
}
.pip div{
	position: relative;
}
.pip div p{
	position: absolute;
	top: 2em;
	padding: 4px 10px;
	background-color: #78249B;
	color: #fff;
	font-weight: bold;
}
.flex{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex.items{
	margin-top: 30px;
}
.flex.items div:first-child{
	width: 72%;
}
.flex.items div.imgRight{
	width: 25%;
	margin-left: 3%;
	text-align: center;
}
.flex.items.half{
	margin-bottom: 50px;
}
.flex.items.half div:first-child{
	width: 50%;
}
.flex.items.half div.imgRight{
	width: 48%;
	margin-left: 3%;
	text-align: center;
}

.inner .flex p.label2{
	margin-top: 0;
}
.flex.double {
	flex-wrap: wrap;
	align-items: center;
}
.flex.double img{
	display: block;
	width: 48%;
	min-width: 300px;
	margin: 20px auto;
}
.flex.double2 {
	flex-wrap: wrap;
	align-items: flex-start;
}
.flex.double2 img{
	display: block;
	width: 30%;
	margin: 20px auto;
}
.flex.double3 {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.flex.double3 img{
	display: block;
	width: 25%;
	margin: 20px 30px;
}
.flex.forIE{
	display: flex;
	justify-content: space-around;
}
.flex.forIE div{
	width: 48%;
}
.flex.imgTriple{
	margin-bottom: 30px;
}
.flex.imgTriple img{
	width: 31%;
}

.flex.state div{
	width: 100%;
}
.form .flex.state .dataArea {
    width: 100%;
}
.boothFlex{
	width: 100%;
    display: flex;
    justify-content:  center;
    align-items: flex-start;
    margin: 0 auto;
	padding: 0 5%;
	position: relative;
	top: -30%;
}
.boothFlex div.boothBox {
    width: 28.77%;
    word-break: break-all;
    position: relative;
    z-index: 100;
    margin: 0 1.25%;
    color: #706967;
}
.boothBox{
	cursor: pointer;
}
.boothFlex div.boothBox a{
	color: #706967;
	transform: scale(1);
	transition: all 0.5s;
}
.boothFlex div.boothBox:hover a img{
	opacity: 0.9;
	filter: brightness(1.05);
	transform: scale(1.1);
	transition: all 0.5s;
}
.boothFlex div.boothBox:hover a p.catch{
	opacity: 0.9;
	filter: brightness(1.05);
	transform: scale(1.025);
	transition: all 0.5s;
	 box-shadow: 3px 3px 4px 0px rgba(80, 56, 56, 0.4);
}
.boothFlex div.boothBox img::after{
	content: "";
	display: block;
	position: absolute;
	background-image:url("../images/grayBase_re.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	padding-top: 30%;
	height: 0;
	top:0;
	left: 0;
	right: 0;
}
.boothFlex div.boothBox .sp{
	display: block;
	position: relative;
}


div.boothBox p.name{
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	font-weight: 700;
	margin-top: -16px;
	position: relative;
	z-index: 1000;
}
div.boothBox p.name span{
	padding: 4px 5px 6px 10px;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #222;
}

div.boothBox p.name span:first-child{
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
	min-width: calc(3em + 5px);
	font-size: 1.05em;
}
div.boothBox p.name span:first-child::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #231815;
	top: 0;
	right: 0;
}
div.boothBox p.catch{
	padding: 6px 8px;
    line-height: 1.5;
	mix-blend-mode: multiply;
	background-color: rgba(121,60,150,1);
	border-radius: 5px;
	color: #fff;
	font-size: 1.15em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
p.boothText{
	font-size: 0.9em;
	font-weight: 500;
}
.boothLogo{
	margin: 0 auto 30px auto;
	text-align: center;
}
.boothLogo img{
	max-width: 200px !important;
}

h2.about{
	width:80%;
	max-width: 600px;
	height: 0;
	padding-top: 12%;
	background-image:url("../images/h2_toppage.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}
h2.boothTtl{
	width:90%;
	text-align: center;
	color: #78249B;
	margin: 0 auto 20px auto;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 8px;
	margin-bottom: 50px;
}
h2.boothTtl2{
	width:90%;
	text-align: center;
	color: #78249B;
	margin: 0 auto 20px auto;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
h2.red{
	width:80%;
	text-align: center;
	color: #78249B;
	margin: 0 auto 20px auto;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 8px;
	margin-bottom: 50px;
}
h2.red2{
	width:80%;
	text-align: center;
	color: #78249B;
	margin: 0 auto 20px auto;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 50px;
}
h3.h3gray{
	text-align: center;
	color: #706967;
	margin: 0 auto 20px auto;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
h3.h3gray3{
	text-align: center;
	color: #706967;
	margin: 0 auto 20px auto;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 40px;
	margin-bottom: 10px;
}
h3.h3gray2{
	text-align: center;
	color: #706967;
	margin: 0 auto 20px auto;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
h3.h3gray.fs15{
	font-size: 1.5em;
}
h3.topic{
	text-align: left;
	font-size: 1.4em;
	margin-top: 60px;
	margin-bottom: 30px;
	border-bottom: 2px solid rgba(121,60,150,1);
	letter-spacing: 1px;
	border-radius: 0;
}

h2.otoiawase{
	font-size: 2.2em;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #2A2A91;
	font-weight: 700;
	text-align: center;
	line-height: 1.75;
}
	h5{
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.5em;
		font-weight: 500;
	}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
 
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #666;
}
 
.head-border:before {
    left: 0;
}
 
.head-border:after {
    right: 0;
}
.inner .textWhite{
	font-size: 1.25em;
	font-weight: 500;
}
.movie{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.movie .movieBox{
	display: block;
	width: 44%;
	margin: 30px 3%;
}
.movie .movieBox video{
	width: 100%;
}
.movieBox img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.movieArea{
	background-color: #C2C2C2;
	background-image: url("../images/play.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	height: 100%;
	padding-top: 50%;
	margin-bottom: 10px;
	border-radius: 8px;
}
.movieContent{
	margin: 30px auto;
}
.movieContent video{
	width: 100%;
	background: #222;
	border: 1px solid #ddd;
}
.movieContent iflame{
	width: 100%;
}
.movie_one{
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
}
.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h2.kensyu{
	width:24%;
	min-width: 200px;
	height: 0;
	padding-top: 16%;
	margin: 0px auto 10px auto;
	background-image:url("../images/h2_kensyu.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
p.textBlue{
	color: #2A2A91;
	font-weight: 700;
	text-align: center;
	line-height: 1.75;
	font-size: 1.1em;
}
.linkCenter{
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
.linkCenter a.orangeBase:last-child{
	display: none;
}
.linkCenter2{
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
.linkCenter2 p{
	font-size: 0.9em;
}
.linkCenter2 a.orangeBase{
	margin-bottom: 2px;
}
.linkCenter2 img{
	height: auto;
}
.orangeBase{
	padding: 10px 26px 13px 26px;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	background: rgba(121,60,150,1);
background: linear-gradient(90deg, rgba(121,60,150,1) 10%, rgba(99,28,125,1) 90%);
	border-radius: 30px;
	margin-bottom: 20px;
	transition: all 0.3s;
	position: relative;
}
.orangeBase::after{
	content: "";
	position: absolute;
	right: 10px;
		background-image:url("../images/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 24px;
	width: 16px;
	top:calc(50% - 12px);
	transition: all 0.5s;
}
a.zoom img{
	transition: all 0.5s;
}
a.zoom:hover img{
	transform: scale(1.1);
	transition: all 0.3s;
}
a:hover .orangeBase::after{
	content: "";
	position: absolute;
	right: 3px;
		background-image:url("../images/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 24px;
	width: 16px;
	top:calc(50% - 12px);
	transition: all 0.5s;
}
a.orangeBase{
	display: inline-block;
	padding: 10px 50px 13px 50px;
	margin: 6px auto 20px;
	text-align: center;
	min-width: 460px;
}
a.orangeBase:hover{
	opacity: 0.8;
background: rgba(121,60,150,0.8);
background: linear-gradient(90deg, rgba(121,60,150,0.8) 10%, rgba(99,28,125,0.8) 90%);
	transition: all 0.5s;
}
a.orangeBase:hover::after{
	content: "";
	position: absolute;
	right: 3px;
		background-image:url("../images/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 24px;
	width: 16px;
	top:calc(50% - 12px);
	transition: all 0.5s;
}
input.orangeBase{
	border: none;
	display: inline-block;
	padding: 10px 50px;
	margin: 30px auto;
	text-align: center;
	cursor: pointer;
}
input.orangeBase:hover{
	opacity: 0.8;
	background: rgba(121,60,150,0.8);
background: linear-gradient(90deg, rgba(121,60,150,0.8) 10%, rgba(99,28,125,0.8) 90%);
	transition: all 0.3s;
}
.flex.triple .orangeBase{
	min-height: 2em;
	line-height: 1.25;
	border-radius: 50px;
	margin-top: 10px;
}
p.aLeft{
	text-align: left;
}
h2.web{
	width:24%;
	min-width: 200px;
	height: 0;
	padding-top: 16%;
	margin: 0px auto 10px auto;
	background-image:url("../images/h2_web.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
p.point{
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 5px;
	color: #78249B;
}
p.under{
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
}
p.point2{
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 12px;
}

.footer{
	background: rgba(121,60,150,1);
background: linear-gradient(90deg, rgba(121,60,150,1) 10%, rgba(99,28,125,1) 90%);
		padding-bottom: 10px;
}
.footer.sub{
	padding: 30px;
}
.footer.sub .inner{
	padding: 0;
}
.footer p.linkTtl{
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 20px;
}
.footer .inner{
	max-width: 1000px;
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
.footer .flex{
	justify-content: center;
	margin: 20px auto;
}
.footer .flex a{
	display: block;
	padding: 20px 50px;
	background-color: #fff;
	margin: 0 5%;
	width: 300px;
	cursor: pointer;
}
.footer .flex a:hover{
	opacity: 0.8;
}
.footer .flex a.hiroba{
	background-image:url("../images/fotter_sekiyu.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:150px;
	text-indent: -9999px;
}
.footer .flex a.zenseki{
	background-image:url("../images/fotter_zenseki.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:150px;
	text-indent: -9999px;
}
p.copy{
	position: static;
	text-align: center;
	padding: 1px;
	color: #fff;
	font-size: 0.75em;
	font-weight: 500;
}

.subpage{
	text-align: center;
	padding-bottom: 80px;
}
h3{
	text-align: center;
	color: rgba(121,60,150,1);
	font-weight: 700;
	line-height: 1.75;
	font-size: 2.2em; 
	margin-bottom: 20px;
	letter-spacing: 10px;
}
.subpage p{
	line-height: 1.5;
	font-size: 0.92em;
	color: #333;
	font-weight: 500;
	letter-spacing: 2px;
}
h4{
	color: #78249B;
	font-weight: 500;
	line-height: 1.35;
	font-size: 1.5em; 
	letter-spacing: 7px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}
h4.grayText{
	color: #222;
	font-weight: 500;
	line-height: 1.35;
	font-size: 1.5em; 
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}
.flowArrow.center{
	margin: 20px auto;
}
.box{
	padding: 26px 30px 30px 30px;
	width: 75%;
	margin: 20px auto;
	border: 1px solid #444;
}
a{
	cursor: pointer;
}
a:hover p{
	opacity: 0.8;
}

.subpage img{
	width: 94%;
	margin-bottom: 30px;
}
.forSP{
	display: none;
}
.forPC{
}
.form{
	width: 90%;
	margin: 50px auto 0 auto;
}
.formLead{
	max-width: 900px;
	margin: 20px auto;
	text-align: justify;
}
.form .flex{
	justify-content: center;
	margin-bottom: 30px;
	align-items: center;
}
.form .flex p:first-child{
	text-align: right;
	margin-right: 20px;
	font-size: 1em;
	font-weight: 700;
	width: 180px;
	line-height: 1;
	color: #706967;
}
.form .flex .dataArea{
	width: calc(100% - 200px);
}
.form .flex textarea.dataArea{
	width: calc(100% - 204px);
	padding: 10px 4px;
}
.form .flex input#mail{
	width: calc(100% - 204px);
	padding: 10px 4px;
}
.form .flex select{
	padding: 10px;
    border-radius: 3px;
}
.form .flex textarea,.form .flex input{
	border: 1px solid #706967;
	border-radius: 4px;
	padding: 10px;
	height: 1em;
	resize: none;
}
.flex.state{
	align-items: flex-start;
}
.flex.state p:first-child{
	padding-top: 8px;
}
.flex.state div{
	width: calc(100% - 200px);
	margin-right: 2px;
}
.form .flex.state .dataArea {
    width: 100%;
	padding-left: 0;
	padding-right: 0;
}
p.checkText{
	font-size: 1.2em;
	color: #333;
}
.form.check .flex{
	align-items: center;
	max-width: 600px;
	margin: 0 auto 20px auto;
}
.form p.formCheck{
	text-align: left;
	color: #706967;
	font-size: 1em;
	font-weight: 700;
}
.thanx{
}

#matter{
	height: 5em;
	resize: vertical;
}
.form.check #matter{
	height: auto;
}
.form.check .flex:nth-child(4){
	margin-bottom: 50px;
}

p.checkText{
	font-size: 1.2em;
	color: #333;
}
.thanx p{
	font-size: 1.2em;
	margin: 60px auto 60px auto;
}

table{
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	width: 96%;
	margin: 20px auto;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 3px;
	border-collapse: collapse;
	 vertical-align: middle;
}
table th{
	font-weight: 700;
	padding: 12px 10px;
	color: #E95520;
	border-right: 1px solid #2A2A91;
	border-bottom: 1px solid #2A2A91;
	 vertical-align: middle;
}
.subpage table th img{
	width: 32px;
	vertical-align: middle;
	margin: 0;
}
table td{
	color: #2A2A91;
	font-weight: 700;
	padding: 12px 10px 14px 10px;
	border-right: 1px solid #2A2A91;
	border-bottom: 1px solid #2A2A91;
	 vertical-align: middle;
	line-height: 1.5;
	width: 15%;
}
table tr{
	min-height: 80px;
	 vertical-align: middle;
}
table th:nth-child(1),table td:nth-child(1){
	width: 10%;
}
table th:nth-child(2),table td:nth-child(2){
	width: 10%;
}
table th:nth-child(3),table td:nth-child(3){
	width: 16%;
}
table th:nth-child(4),table td:nth-child(4){
	width: 50%;
	padding: 12px 10px;
}
table td:nth-child(4){
	text-align: left;
}
table td:last-child,table th:last-child{
	border-right: none;
	width: calc(14% - 104px)
}
table td:last-child a{
	letter-spacing: 0;
	font-size: 0.7em;
	color: #fff;
	background-color: #2A2A91;
	font-weight: 700;
	padding: 4px 12px 6px 12px;
	border-radius: 18px;
}
table td:last-child a:hover{
	background-color: #4949AB;
}
table tr:last-child td{
	border-bottom: none;
}
table td span img{
	display: none;
}
table span{
	font-weight: bold;
}
p.itemTtl{
	margin-top: 40px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	padding: 6px;
	border-left: 5px solid #7D43A6;
	font-weight: bold;
}

@media screen and (max-width : 1250px){
	h2.white{
		font-size: 2.8vw;
		text-align: center;
	}
	.orange .inner .textWhite {
    font-size: 1.15em;
    font-weight: 500;
}
	.orange .img2 {
    right: 2%;
}
	h3{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.inner{
	width: 96%;
	margin: 0 auto;
}
}
@media screen and (max-width : 1023px){
.wrapper {
    background-size: 25%;
}
.header .headerInner{
	width: 96%;
	margin: 0 auto;
}
.topimg1 {
    left: 0.5%;
    bottom: 10%;
}
.topimg2 {
    right: -0.5%;
    bottom: 10%;
}
.orange .inner .textWhite {
    font-size: 1em;
    font-weight: 500;
}
.mainInner{
	width: 96%;
	margin: 0 auto;
}
.inner{
	width: 96%;
	margin: 0 auto;
}
.footer{
}
.nav a {
    min-width: calc(5em + 30px);
    display: block;
    margin: 0 10px;
    background: rgb(233,85,32);
    background: linear-gradient(
90deg, rgba(242,148,56,1) 10%, rgba(236,107,28,1) 90%);
    border-radius: 30px;
    padding: 8px 15px 10px 15px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
}
	.triple .orangeBase{
		font-size: 1em;
	}
	
element.style {
}
	table{
		font-size: 0.9em;
	}
	table a{
		display: inline-block;
	}
}

@media screen and (max-width : 768px){
    /* ここに幅1200px以下の CSS を記述する */
.wrapper {
    background-size: 25%;
    min-height: 100vh;
    position: relative;/*←相対位置*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	padding-bottom: 100px;
}
p.lead2{
	background-image:none;
	margin: 0 auto;
	height: 0;
	width: 68%;
    padding: 20px;
	background-size: contain;
	text-indent: 0;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
}
.footer{
	 position: absolute;
    width: 100%;
}
.footer.sub {
    padding: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
	z-index: 100;
}
.subpage {
    text-align: center;
    padding-bottom: 40px;
}
.footer .flex a {
    display: block;
    padding: 10px 50px;
    background-color: #fff;
    margin: 0 5%;
    background-size: 50% !important;
    width: 200px;
    cursor: pointer;
}
.flex.triple .orangeBase {
    font-size: 1em;
}
	.flex.triple .orangeBase br{
		display: none;
	}
	.boothInner{
		background-image: none !important;
		padding-top: 0%;
	}
.boothFlex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
    margin: 0 auto;
    padding: 0 5%;
    position: static;
    top: 0%;
}
.boothFlex div.boothBox {
    width: 94%;
	max-width: 680px;
    margin: 0 auto 50px auto;
}
.iframe-responsive {
    position: relative;
    width: 100%;
  }
.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width : 767px){
.header{
	overflow: hidden;
}
.topimg1 {
    width: 30%;
    left: -10%;
    bottom: 25%;
    top: 25%;
    padding-top: 50%;
}
.topimg2 {
    width: 30%;
    right: -10%;
    bottom: 25%;
    top: 25%;
    padding-top: 50%;
}
	.orange{
		padding-bottom: 360px;
	}
.orange .inner{
		max-width: auto;
		width: 94%;
		margin: 0 auto;
	padding-top: 20px;
	}
.orange .img1 {
    position: absolute;
    width: 33%;
    height: 0;
    padding-top: 40%;
    text-indent: -9999px;
    left: 0%;
    top: auto;
    bottom: 15%;
}
.orange .img2 {
    position: absolute;
	max-width: 240px;
    width: 50%;
    height: 0;
    padding-top: 43%;
    text-indent: -9999px;
    right: 4%;
	top: auto;
    bottom: 15%;
}
h2.white {
    font-size: 1.6em;
    text-align: center;
	letter-spacing: 1px;
}
h2.kensyu {
    width: 50%;
    min-width: 240px;
    height: 0;
    padding-top: 25%;
}
h2.web {
    width: 50%;
    min-width: 240px;
    height: 0;
    padding-top: 25%;
}
h2.tireKoukan {
    font-size: 2em;
    letter-spacing: 2px;
}
h2.otoiawase{
    font-size: 1.6em;
    letter-spacing: 2px;
}
	.flex{
		flex-direction: column;
	}
	.flex div{
		margin: 20px auto;
		width: 94%;
	}
	.flex.double div img {
    max-height: 300px;
    height: 40vw;
    margin-bottom: 20px;
}
.flex.triple .orangeBase {
    font-size: 1.1em;
}
.footer .flex a {
    display: block;
    padding: 20px 50px;
    background-color: #fff;
    margin: 20px auto 10px;
    width: 300px;
    cursor: pointer;
}
	.nav{
		flex-wrap: wrap;
	}
	.nav a{
		width: 48%;
		margin: 0 auto 10px auto;
		font-size: 1.1em;
	}
h3 {
    border-radius: 30px;
    padding: 4px 30px 6px 30px;
	margin-top: 50px;
}
h4 {
    font-size: 1.2em;
    letter-spacing: 3px;
}

.form .flex p:first-child {
    text-align: left;
    margin-right: 20px;
    font-size: 1em;
    font-weight: 700;
    width: 96%;
    line-height: calc(1em + 20px);
}
	.form .flex{
		width: 94%;
		margin: 20px auto;
	}
.form .flex .dataArea {
    width: 100%;
    padding: 10px 0;
}
.form .flex textarea.dataArea {
 	width: 100%;
    padding: 10px 0;
}
.flex.state div {
    width: 100%;
    padding: 0px 0;
	margin: 0 auto;
}
.form .flex.state .dataArea{
 	width: 100%;
    padding: 10px 0;
}
.form .flex input#mail {
    width: 100%;
    padding: 10px 0;
}
.forSP{
	display: block;
}
	span.forSP{
		display: inline-block;
	}
.forPC{
	display: none;
}
table{
		letter-spacing: 0;
	background-color: rgba(255,255,255,0.00);
	}
table th{
	font-size: 0.8em;
	padding: 5px !important;
	width: 100% !important;
	display: block;
}
table td{
	font-size: 1em;
	padding: 10px 20px !important;
	width: 100% !important;
	border-right: none;
	display: flex;
	text-align: center;
	background-color: #fff;
	justify-content: center;
}
	table td:nth-child(4){
		text-align: center;
	}
	table td:last-child{
		border-bottom: none;
	}
	table td:last-child a{
		font-size: 1em;
	}
	table tr{
		margin-bottom: 10px !important;
		border-collapse: separate;
		border-bottom: 20px solid;
		border-color: rgba(247,236,221,0.00);
	border-radius: 15px;
	}
	table td:nth-child(3){
		text-align: center;
	}
	table td span.forSP{
		color: #E95520;
		font-weight: bold;
		float: left;
		width: calc(5em + 22px);
	}
	table td span:first-child{
		border-right: 1px solid #2A2A91;
		padding:0 20px 0 0;
		text-align: center;
	}
	table td span{
		width: calc(100% - 5em);
		font-weight: bold;
	}
	table tr:last-child td{
		border-bottom: 1px solid #2A2A91;
	}
	table tr:last-child td:last-child{
		border-bottom: none;
	}
	table td span img{
	display: block;
	width: 32px !important;
	height: 32px;
		margin: 0 auto !important;
}
p.lead1 {
    width: 90%;
}
.headerInner.subpage p.lead1 {
    margin: 30px auto 20px auto;
    height: 0;
    width: 90%;
    padding-top: 16%;
    max-width: 360px;
    background-size: contain;
    text-indent: -9999px;
}
.fix {
    position: fixed;
    top: 140px;
}
p.lead2 {
    width: 90%;
}
.aboutInner p {
    font-size: 1em;
}
	
.boothFlex div.boothBox .sp{
	display: block;
}	
.hex a{
	width: 100px;
	height: 57px;
	margin: 50px auto;
	color: #000;
}
.hex a span {
	width: 100%;
	height: 57px;
	font-size: 1em;
	font-weight: 700;
}
.hex a.blue span {
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
}
a.orangeBase {
    min-width: auto;
}
.aboutInner p.name.big{
font-size: 1.2em;
}
.boothNav {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    text-align: center;
	flex-direction: column;
}
.boothNav .left, .boothNav .right {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto 0 auto;
	text-align: center;
	}
.boothNav a {
	display: block;
    min-width: auto;
    background: #9F46BC;
    margin-bottom: 12px;
	width: auto;
}
.flex.forIE{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.flex.forIE div{
	width: 98%;
	margin: 20px auto;
}
	.flex.forIE div img{
		max-width: 400px;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

.sort .inner{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sort .inner a{
	display: block;
	width: 30%;
	color: #fff;
	background-color: #9F46BC;
	padding: 10px;
	height: auto;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin: 10px 1.5%;
	border-radius: 44px;
	justify-content: center;
	align-items: center;
}
	.pip{
		margin-top: 60px;
	}
.pip::after{
	content: "オンライン解説";
	position: absolute;
	padding: 0px 40px;
	background-color: #9F46BC;
	color: #fff;
	top:-30px;
	left: 0;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.8em;
}
.flex.items div.imgRight {
    width: 40%;
    margin: 20px auto;
    text-align: center;
}
.flex.items.half div.imgRight {
    width: 48%;
    margin: 20px auto;
    text-align: center;
}
.flex.imgTriple img {
    width: 80%;
	margin: 20px auto;
}
}

@media screen and (max-width : 475px){
.inner {
    width: 92%;
    margin: 0 auto;
}
.orange {
    padding-bottom: 65%;
}
.headerInner {
    min-height: 400px;
    padding-bottom: 60px;
}
	table{
		letter-spacing: 0;
	}
table th{
	font-size: 0.6em;
	padding: 5px !important;
	font-weight: 500;
}
table td{
	font-size: 0.6em;
	padding: 5px !important;
	font-weight: 500;
}
.hex .center {
    width: 33%;
}
.hex .left, .hex .right {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h3.h3gray {
    text-align: center;
    color: #706967;
    margin: 0 auto 20px auto;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
	padding: 4px 0px 6px 0px;
}
h3.h3gray2 {
    text-align: center;
    color: #706967;
    margin: 0 auto 20px auto;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
	line-height: 1.2;
	padding: 4px 0px 6px 0px;
}
.movie {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
	flex-direction: column;
}
.movie .movieBox {
    display: block;
    width: 96%;
    margin: 30px auto;
}

h2.red {
    width: 90%;
    font-size: 1.8em;
	line-height: 1.4;
}
a.orangeBase {
    padding: 10px 40px 13px 28px;
}
.logo{
	background-image:url("../images/logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: 60px;
	width: 80%;
	max-width: 320px;
	background-size: contain;
	text-indent: -9999px;
}
.headerInner.subpage p.lead1 {
    margin: 30px auto 20px auto;
    height: 0;
    width: 90%;
    padding-top: 16%;
    max-width: 280px;
    background-size: contain;
    text-indent: -9999px;
}
.boothNav a {
    display: block;
    width: 80%;
	margin: 10px auto;
}
}


