/* Media Queries
-------------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
html {
  font-size: 10px;
}
body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .02em;
  color: #333;
}
img {
  width: 100%;
}
p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: all .15s ease-in-out;
  color: #0083cb;
}
a:hover {
  /*text-decoration: underline;*/
  color: #03A9F4;
}

input::placeholder{
	color:#999;
}

/* common set */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.required label{
	
}
.required label::after{
	content:"*";
	color:#e00;
}

.fas{
	margin:0 4px 0 0;
}

br.pc{
	display:none;
}
br.sp{
	display:none;
}

span.red{
	background: linear-gradient(transparent 85%, #ffa8a8 85%);
	display: inline-block;
}
span.blue{
	background: linear-gradient(transparent 85%, #a8c4ff 85%);
	display: inline-block;
}
span.green{
	background: linear-gradient(transparent 85%, #a8ffa9 85%);
	display: inline-block;
}
span.yellow{
	background: linear-gradient(transparent 85%, #f7ec59 85%);
	display: inline-block;
}

.fot-tsukuard{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fot-udkakugo-large-pr6n{
	font-family: "fot-udkakugo-large-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
}

header{
	display:none;
	background: linear-gradient(-20deg, #3c3c3c 0%, #8d8d8d 50%, #3d3d3d);
    padding: 4px 0 7px 0;
}
header>h1{
	font-size: 1.4rem;
    text-align: center;
    color: #fff;
	letter-spacing: 3px;
}

div#container{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
}


/* category -1 * - * - * - * - * - * - * - * - * - * - * - * -  */

div#container>div#category1{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0;
	position:relative;
	overflow:hidden;
}
div#container>div#category1>div{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
}
div#container>div#category1>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}

div#container>div#category1>p{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.4rem;
	text-align:center;
}
div#container>div#category1>div#comment{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:1;
}
div#container>div#category1>div#comment>div{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;
}
div#container>div#category1>div#comment>div>h2{
	text-align:center;
	font-size:1.8rem;
}
div#container>div#category1>div#comment>div>h4{
	box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 0;
}
div#container>div#category1>div#comment>div>p{
	text-align:center;
	font-weight:bold;
}

div#container>div#category1>div.bg{
	position: fixed;
	top:-3%;
	left:-20%;
    height: 100%;
    opacity: 1.0;
	scale:1.2;
	transition: transform 7.5s;
	min-width:1050px;
}
div#container>div#category1>div#cover{
	width:100%;
	min-width:1020px;
}
div#container>div#category1>div#bg1{

}
div#container>div#category1>div#bg2{

}
div#container>div#category1>div#bg3{

}
div#container>div#category1>div.bg img{
	-o-object-fit: cover;
    object-fit: cover;
    height: calc(100% + 50px);
    width: 100%;
    -o-object-position: center;
    object-position: center;
}
div#container>div#category1>div#mov-fillter{
	position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/mov-fillter.png) center 0 repeat;
	max-width: 2800px;
}

/* swiper * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#swipercategory{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0;
	background:#fbfbfb;
}

div#container>div#swipercategory>div{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 45px auto;
}
div#container>div#swipercategory>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}
div#container>div#swipercategory>h2>span{
	background: linear-gradient(transparent 85%, #ffd3a8 85%);
	display: inline-block;
	padding:0 4px;
}
.swiper-pagination{
	display:none;
}


/* category -2 * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#category2{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0;
	background:#fbfbfb;
}

div#container>div#category2>div{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;

}

div#container>div#category2>div img{
	max-width:720px;
}

div#container>div#category2>div>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}
div#container>div.category>div>h2>span{
	background: linear-gradient(transparent 85%, #ffd3a8 85%);
	display: inline-block;
	padding:0 4px;
}
div#container>div#category2>div>p{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.4rem;
	text-align:center;
}

div#container>div#category2>div>dl{
	box-sizing:border-box;
	width:100%;
	margin:0 0 35px 0;
	padding:0;
    display: flex;
    flex-direction: column;
}
div#container>div#category2>div>dl>dt{
	display: inline-flex;
    flex-basis: 100%;
	padding: 0 20px 25px 0;
}
div#container>div#category2>div>dl>dd{
	display: inline-flex;
    flex-basis: 100%;
}


/* category -3 * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#category3{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0;
	background:#fff url(../images/background-img1.jpg) center repeat fixed ;
}
div#container>div#category3>div{
	box-sizing:border-box;
	width:100%;

}
div#container>div#category3>div img{
	max-width:480px;
}

div#container>div#category3>div>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}
div#container>div#category3>div>h2{
	padding:45px 0 0 0;
}
div#container>div#category3>div>dl{
	box-sizing:border-box;
	width:100%;
	margin:0 0 35px 0;
	padding:0;
    display: flex;
    flex-direction: column;
}
div#container>div#category3>div>dl>dt{
	display: inline-flex;
    flex-basis: 100%;
	justify-content: center;
	font-weight:bold;
}
div#container>div#category3>div>dl>dd{
	display: inline-flex;
    flex-basis: 100%;
	justify-content: center;
}


/* category -4 * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#category4{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0 ;
	background:#fbfbfb;
}
div#container>div#category4>div{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;
}

div#container>div#category4>div>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}

div#container>div#category4>div>ul{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:0;
}

div#container>div#category4>div>ul>li{
	text-align:center;
	margin: 0 0 25px 0;
}
div#container>div#category4>div>ul>li>img{
	max-width: 480px;
    border-radius: 30px;
}


/* category -5 * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#category5{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0;
	background:#fff;

}
div#container>div#category5>div{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;
}

div#container>div#category5>div>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}
div#container>div#category5>div>h4{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.8rem;
	text-align:center;
}

div#container>div#category5 ol.course{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	margin:0 0 45px 0;
}
div#container>div#category5 ol.course>li{
	display:flex;
	flex-basis:50%;
	margin:0 0 10px 0;
	text-align:center;
}
div#container>div#category5 ol.course>li:last-child{
	flex-basis:100%;
}
div#container>div#category5 ol.course>li>div{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:100%;
	border:solid 3px #ed597b;
	border-radius:16px;
	margin:0 5px;
	padding:15px 10px;
}


/* category -6 * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#category6{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0;
	background:#ffd6b0;
}
div#container>div#category6>div{
	box-sizing:border-box;
	width:100%;

}

div#container>div#category6>div>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}

div#container>div#category6>div>p{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.4rem;
	text-align:center;
}





/* お申込みフォーム * - * - * - * - * - * - * - * - * - * - * - * -  */
div#container>div#form_wrapper{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0 ;
	background:#fff;
}
div#container>div#form_wrapper>div{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;
}
div#container>div#form_wrapper>div>h2{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	font-size:2.4rem;
	text-align:center;
}
div#container>div#form_wrapper>div>p{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 0 10px 0;
	font-size:1.6rem;

}
div#container>div#form_wrapper>div>div{
	box-sizing:border-box;
	width:100%;
}

div#container>div#form_wrapper>div>div>table#form_table{
	display: flex;
    flex-direction: column;
	margin:0 0 35px 0;
}
div#container>div#form_wrapper>div>div>table#form_table tr{
	display: flex;
    flex-direction: column;
}

div#container>div#form_wrapper>div>div>table#form_table tr th{
	display: inline-flex;
    flex-basis: 100%;
    padding: 7px 12px;
    font-size: 1.6rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    background: #eee;
}
div#container>div#form_wrapper>div>div>table#form_table tr:nth-of-type(1) th{
	border-top: 1px solid #ddd;
}
div#container>div#form_wrapper>div>div>table#form_table tr td{
	display: inline-flex;
    flex-basis: 100%;
    flex-direction: column;
    padding: 12px 12px;
    font-size: 1.6rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}
div#container>div#form_wrapper>div>div>table#form_table tr:last-child td{
	border-bottom: 1px solid #ddd;
}

div#container>div#form_wrapper>div>div>table#form_table tr#tr-age td{
	flex-direction: row;
	flex-wrap: wrap;
}
div#container>div#form_wrapper>div>div>table#form_table tr#tr-age td input{
	width: 50%;
    flex-basis: 25%;
}
div#container>div#form_wrapper>div>div>table#form_table tr#tr-age td span{
	flex-basis: 65%;
    padding: 0 0 0 15px;
}

div#container>div#form_wrapper>div>div>table#form_table tr#tr-address div.zipgroup{
	display: inline-flex;
    flex-basis: 100%;
    flex-direction: column;
	margin:0 0 25px 0;
}
div#container>div#form_wrapper>div>div>table#form_table tr#tr-address div.zipgroup:last-child{
	margin:0;
}
div#container>div#form_wrapper>div>div>table#form_table tr#tr-eventselect input[type=radio],
div#container>div#form_wrapper>div>div>table#form_table tr#tr-trigger input[type=checkbox]{
	vertical-align: middle;
    margin: 0 7px 0 0;
}

.invalid-feedback{
	color: #e00;
    font-weight: bold;
    display: none;
}

div#container>div#form_wrapper>div>div>table#form_table tr#tr-age td .invalid-feedback{
    flex-basis: 100%;
}

div#container>div#form_wrapper table#form_table input[type=text],
div#container>div#form_wrapper table#form_table select{
	border: 1px solid #d1d1d1;
    border-radius: 7px;
    padding: 8px 12px;
}

textarea#question{
	box-sizing:border-box;
	width:100%;
	height:180px;
	margin:0;
	padding:12px 17px;
	border: 1px solid #dedede;
	line-height:145%;
}

p#privacycheck,
p#formbtn{
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center;
	font-size:1.2rem;
}

p#formbtn #regist{
	padding: 8px 12px;
}

#privacy{
    max-width: auto;
    padding: 25px 0;
}
#privacytext{
	box-sizing: border-box;
	width: 100%;
    height: 180px;
	padding: 7px;
	border: 1px solid #dedede;
	font-size:1.2rem;
}


footer{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 ;
	background:#333;
}
footer>div#footer{
	box-sizing:border-box;
	width:100%;
	padding:20px 20px;
	margin:0 ;
}
footer>div#footer>h1{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.8rem;
	text-align:center;
}
footer>div#footer>div{
	
}
footer>div#footer>div>h3{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.2rem;
	text-align:center;
}
footer>div#footer>div>div{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	color:#ff9500;
}
footer>div#footer>div>p{
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	font-size:1.0rem;
	text-align:center;
	font-weight:bold;
}

footer>h2{
	background: linear-gradient(-20deg, #3c3c3c 0%, #8d8d8d 50%, #3d3d3d);
    padding: 25px 0;
	margin:0;
	color:#fff;
	text-align:center;
	font-size:1.4rem;
}
footer>div#address{
	display:none;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0 ;
	font-size:1.0rem;
	text-align:center;
	color:#fff;
}


div#gotoTop{
	display:none;
	position: fixed;
    bottom: 17px;
    left: 0;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 0;
}
div#gotoTop>p{
	box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 25px 0 0;
    text-align: right;
}
div#gotoTop>p>a{
	padding: 6px 11px 6px 11px;
    margin: 0 4px;
    background: #434a54;
    border-radius: 12px ;
    cursor: pointer;
    font-size: 1.2rem;
    color: #cdcdcd;
    text-decoration: none;
}
div#gotoTop>p>a i{
	margin:0 0 0 6px;
}


/* Side-Menu */
	#side-menu-btn {
		position: fixed;
		bottom: 90%;
		left: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		background-color: #2f2f2f;
		cursor: pointer;
		border-radius: 35px;
		z-index: 450;
		box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	}
	#side-menu-btn span,
	#side-menu-btn span:before,
	#side-menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	#side-menu-btn span:before {
		bottom: 8px;
	}
	#side-menu-btn span:after {
		top: 8px;
	}
	div#side-menu p.active span {
		background-color: rgba(255, 255, 255, 0) !important;
	}
	div#side-menu p.active span::before {
		bottom: 0 !important;
		transform: rotate(45deg) !important;
	}
	div#side-menu p.active span::after {
		top: 0 !important;
		transform: rotate(-45deg) !important;
	}

	#menu-content {
		width: 270px;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -270px;
		background-color: #efefef;
		transition: .2s ease-in-out;
		z-index:430;
		overflow-y: scroll;
	}

	#menu-content::-webkit-scrollbar {
		background: #efefef;
	}
	#menu-content::-webkit-scrollbar-thumb {
		background-color: #efefef;
		border: 2px solid #efefef;
	}
	#menu-content::-webkit-scrollbar-thumb:hover {
		background-color: #efefef;
	}

	#menu-content>ul {
		padding: 85px 10px 160px 10px;
	}
	#menu-content>ul>li {
		list-style: none;
		position:relative;
	}
	#menu-content>ul>li>a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #555;
		text-decoration: none;
		padding: 9px 15px 10px 9px;
		margin: 0 0 10px 0;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid #555;
		font-weight: bold;
	}
	#menu-content>ul>li>a:hover{
		color:#ed4040;
	}
	#menu-content>ul>li>a>i{
		position: absolute;
		right: 0;
		top: 15px;
	}
	#menu-content>ul>li>a>i.lefticon{
		position:static;
	}
	#menu-content>ul>li>a>span{
		font-weight:bold;
	}

	nav.active{
		left: 0 !important;
	}

	div#side-menu>div.cover{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:#000;
		opacity:0.25;
		z-index:410;
		cursor:pointer;
		display:none;
	}

div#webcatalog{
	box-sizing: border-box;
    position: fixed;
    right: 0;
    bottom: 15%;
    margin: 0;
    padding: 0;
	z-index:10;
}
div#webcatalog>div{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
div#webcatalog>div a{
	box-sizing: border-box;
	display:block;
    margin: 0;
    padding: 0;
    /* background: linear-gradient(45deg, #209bd5, #3b92fd); */
	background: #359fd9;
    padding: 15px;
    border-radius: 7px 0 0 7px;
	color:#fff;
	font-size:1.0rem;
}
div#webcatalog>div a:hover{
	background:#03a9f4;
}


/* Modal */
div#ModalConfirm{
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:500;
	display:none;
	font-size:2.0rem;
}

div#ModalConfirm .inner {
  width: 100%;
  padding: 0;
}
div#ModalConfirm h3 {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 10px auto;
  background-color: #333;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .2rem;
  text-align: center;
  line-height: 1;
  padding: 1.2rem 0 1rem 0;
  border-radius: 50px;
}
div#ModalConfirm .inner-box2 {
  padding: 20px;
  overflow: scroll;
  width: 100%;
  height: 350px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
div#ModalConfirm .inner-box2 h5{
	color: #333;
    font-weight: bold;
    margin: 0;
    background: #eee;
    padding: 4px 7px;
}
div#ModalConfirm .inner-box2 p {
  margin: 0 0 20px 0;
}
div#ModalConfirm .inner-box2 label{
	display:block;
	color: #333;
    font-weight: bold;
    margin: 0 7px 0 0;
}

div#ModalConfirm .item {
	margin: 0 0 10px 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
}
div#ModalConfirm .item span#q1Confirm,
div#ModalConfirm .item span#q2Confirm,
div#ModalConfirm .item span#q3Confirm,
div#ModalConfirm .item span#FreeSpace1Confirm,
div#ModalConfirm .item span#FreeSpace2Confirm,
div#ModalConfirm .item span#FreeSpace3Confirm{
	box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
}

div#ModalConfirm div.btn{
	box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px;
    text-align: center;
}

div#ModalConfirm #RequestSend {
  margin: 0 45px 0 0;
}

div#ModalCustom .inner {
  width: 100%;
  padding: 0;
}
div#ModalCustom h3 {
  box-sizing: border-box;
  width:100%;
  margin: 0 auto 10px auto;
  background-color: #333;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .2rem;
  text-align: center;
  line-height: 1;
  padding: 1.2rem 0 1rem 0;
  border-radius: 50px;
}
div#ModalCustom .inner-box2 {
	padding:0;
	font-size:1.6rem;
}
div#ModalCustom .inner-box2 p {
  margin: 0 0 20px 0;
}
div#ModalCustom .item {
  margin-bottom: 10px;
}
div#ModalCustom #RequestSend {
	margin:0 25px 0 0;
  
}

div#ModalCustom{
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:600;
	display:none;
	font-size:2.0rem;
}

div.ModalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 90%;
  margin: 0;
  padding: 25px 15px;
  border: 7px solid #333;
  border-radius: 15px;
  background: #fff;
  z-index: 125;
  min-width: auto;
}
div.cover {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  cursor: pointer;
}








/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

}
/* Larger than tablet */
@media (min-width: 750px) {
	div#container>div#category2>div>dl{
		flex-direction: row;
	}
	div#container>div#category2>div>dl>dt{
		flex-basis: 55%;
		padding: 0 20px 0 0;
	}
	div#container>div#category2>div>dl>dd{
		flex-basis: 45%;
	}
	div#container>div#category2>div>dl:nth-child(2n+1)>dt{
		order:2;
		padding: 0 0 0 20px;
	}
	div#container>div#category2>div>dl:nth-child(2n+1)>dd{
		order:1;
	}

	div#container>div#category3>dl{
		flex-direction: row;
	}
	div#container>div#category3>dl>dt{
		flex-basis: 50%;
		margin:0 0 0 35px;
	}
	div#container>div#category3>dl>dd{
		flex-basis: 50%;
	}


	div#container>div#category5 ol.course{
		flex-wrap:nowrap;
	}
	div#container>div#category5 ol.course>li,
	div#container>div#category5 ol.course>li:last-child{
		flex-basis:20%;
	}


	div#container>div#form_wrapper>div>div>table#form_table tr{
		flex-direction: row;
	}

	div#container>div#form_wrapper>div>div>table#form_table tr th{
		flex-basis: 30%;
		border-top:1px solid #ddd;
	}
	div#container>div#form_wrapper>div>div>table#form_table tr:last-child th{
		border-bottom:1px solid #ddd;
	}
	div#container>div#form_wrapper>div>div>table#form_table tr td{
		flex-basis: 70%;
		border-left: 0;
		border-top:1px solid #ddd;
	}
	br.sp{
		display:inline;
	}
}
/* Larger than tablet */
@media (min-width: 880px) {
	#side-menu-btn {
		bottom: 90%;
	}
	div#container>div#category1>div.bg{
		top:0%;
		left:0%;
	}
	div#container>div#category1>div#comment>div>h2{
		font-size:3.2rem;
	}
	div#container>div#category1>div#comment>div>p{
		font-size:2.0rem;
		font-weight:bold;
	}
	div#container>div#swipercategory>div{
		width: 75%;
	}
	.swiper-pagination{
		display:block;
	}
	#privacy{
		box-sizing: border-box;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
		padding: 25px 0;
	}
	#privacytext{
		box-sizing: border-box;
		width: 720px;
		height: 180px;
		padding: 7px;
		border: 1px solid #dedede;
	}
	p#privacycheck,
	p#formbtn{
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 25px 0;
		padding: 0;
		text-align: center;
		font-size:1.8rem;
	}
	div#webcatalog>div a{
		font-size:1.4rem;
	}

	div.ModalContent{
		width:90%;
		padding:25px 15px;
		min-width: 842px;
	}
	div#ModalConfirm h3,
	div#ModalCustom h3{
		width: 90%;
	}
	div#ModalConfirm .inner-box2,
	div#ModalCustom .inner-box2{
		padding: 40px;
		overflow: scroll;
		width: 100%;
		height: 350px;
		font-size: 1.8rem;
		box-sizing: border-box;
	}
	div#ModalConfirm .item {
		margin: 0 0 10px 0;
		box-sizing: border-box;
		width: 100%;
		padding: 8px;
	}
	div#ModalConfirm #RequestSend{
		margin: 0 45px 0 0;
	}
	div#ModalConfirm .inner-box2 label{
		display:inline;
	}
}
/* Larger than desktop */
@media (min-width: 1000px) {
	div#container>div#category1>div#comment>div{
		max-width: 720px;
		padding: 20px;
		margin: 0 auto;
	}

	div#container>div#category1>div,
	div#container>div#category2>div,
	div#container>div#category3>div,
	div#container>div#category4>div,
	div#container>div#category5>div,
	div#container>div#category6>div,
	div#container>div#form_wrapper>div{
		max-width: 1000px;
		padding: 20px;
		margin: 0 auto;
	}
	div#container>div#category1>div.bg{
		min-width:1900px;
	}
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {

}

@media (min-width: 1920px) {
	div#container>div#category1>div.bg{
		min-width:2470px;
		top:-25%;
	}
}