@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
}

body{
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	line-height:1.8;
	background: url(../img/campaign/2025smm/bg.jpg);
	background-size: 100%;
}
.yelw{
	color:#eed500;
}
.blu{
	color:#0084ce;
}
.bg_b{
	background:#0084ce;
	color:#fff;
}
.bg_b a{
	color:#FFF;
}

.sp{
	display:none;
}
@media screen and (max-width:768px) {
.pc{
	display:none
}
.sp{
	display:inherit;
}
}
section{
	padding:1px 0;
	margin:80px auto;
}

h1,
h2{
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	line-height:1.3;
	margin:2rem 0;
	
}
h2{
	text-align:center;
	font-size:1.5rem;
}
@media screen and (min-width:769px) {
	h2{
	font-size:2.3rem;
	margin: 80px auto;
}
}
@media screen and (max-width:768px) {
img{
	width:100%;
}
}
.wrapper{
	width:100%;
	max-width:1050px;
	margin:auto;
	padding: 1px 0;
}
@media screen and (max-width:768px) {
	.wrapper{
		width:90%;
	}
}
.flex{
	display:flex;
}
nav{
	width:100%;
	background: #fff;
	position: fixed;
    left:0;
    bottom:0;
    width: 100%;
	z-index:30;
}
@media screen and (min-width:769px) {
	nav{
	width:100%;
	background: #fff;
	position: fixed;
    left:auto;
	right:0;
	top:50px;
    bottom:auto;
    width: 80px;
	z-index:30;
}
}
nav a{
	color:#fff;
	display:block;
	width:100%;
	height:45px;
    align-content: center;
	text-decoration:none;

}
@media screen and (min-width:769px) {
nav a{
		height:100%;
			width:80px;
	}
	}
nav ul{
	display:flex;
	justify-content: space-between;
}

@media screen and (min-width:769px) {
	nav ul{
		display:inherit;
	}
	
}
nav ul li{
	width:25%;
	background:#1a0e70;
	color:#fff;
	text-align:center;
	font-weight: bold;
    height: 100%;
    align-content: center;
	height:45px;
	
}
@media screen and (min-width:769px) {
	nav ul li{
		height:80px;
		border-top:1px solid #fff;
	}
}
nav ul li:first-child{
	width:49.8%;
	background:#ff0054;
}
@media screen and (min-width:769px) {
	nav ul li,
	nav ul li:first-child{
		width:100%;
	}
	nav ul li:first-child{
	writing-mode: vertical-rl;
	min-height:240px;
	padding:20px 0;
	border-top:0;
	font-size:1.5rem;
	line-height:1;
	text-align: left;
    padding-left: 0.3rem;
	position:relative;
	right:0;
	
	}
	nav ul li:first-child a{
	position:absolute;
	right:0px;
}
}
nav ul li:first-child span{
	font-size:0.9rem;
}
.btn_cv{
	display: block;
    background: #fbff00;
    text-align: center;
    padding: 5px 0 15px 0;
    text-decoration: none;
    color:#fb1984;
	width:90%;
    max-width: 600px;
	font-family: "Noto Sans JP", serif;
	font-weight: 900;
	font-style: normal;
	font-size:1.8rem;
	margin:30px auto 5px auto;
	line-height: 1.3;
	border: 2px solid #fff;
	border-radius: 50px;
	position:relative;
display: block;
  animation: btn_animation 3s infinite;
}

@keyframes btn_animation {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}
@media screen and (max-width:768px) {
	.btn_cv{
		font-size:1.3rem;
	}
}

.btn_cv::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 18px;
  height: 18px;
  margin: auto;
  border-top: 4px solid #fb1984;
  border-right: 4px solid #fb1984;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#gk .btn_cv::after {
	border-top: 4px solid #e50012;
  border-right: 4px solid #e50012;
}
@media screen and (max-width:768px) {
.btn_cv::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
}

.btn_cv span{
	font-size:1rem;
	font-weight: 600;
}
.btn_cv:hover{
	background:#fdff6e;
}
.header{
	background:#fff;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:2rem;
}
@media screen and (min-width:769px) {
	.header{
		margin-bottom:0;
	}
	
}
.header .logo{
	width:30%;
	max-width:110px;
	background:#1a0e70;
	text-align:center;
}
@media screen and (max-width:768px) {
	.header .logo{
	padding:5px;
}
}
.header .logo img{
	width:95%;
	height:auto;
}
.header h1{
	width:65%;
	color:#1a0e70;
	font-size:1rem;
	margin:0;
}
@media screen and (min-width:769px) {
	.header h1{
		text-align:right;
		margin-right:10px;
	}
}

@media screen and (min-width:769px) {
	.kv{
		min-height: 600px;
        background: url(../img/campaign/2025smm/bg_kv.jpg) no-repeat top;
        background-size: cover;
}
}
.kv .bg{
	width:100%;
}
	.kv .tt{
		text-align:center;
		margin:0;
		}
.kv .renew{
	position: absolute;
    bottom: -10px;
    left: 5%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
}
@media screen and (min-width:769px) {
	.kv .renew{
			position: absolute;
    bottom: -30px;
    left: 15%;
		font-size:1.7rem;
	}
	}


#special{
	background:#72cbf3;
	margin-top:-0.4rem;
	margin-bottom:50px;
	text-align:center;
	width:90%;
	border-radius:15px;
}
@media screen and (min-width:769px) {
	#special{
	width:1150px;
	border-radius:15px;
}
}
#special h2.tt{
	margin:-2rem 0 2rem 0;
}

#special ul{
	margin:20px 0 30px 0;
}
@media screen and (min-width:769px) {
	#special ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.9rem;
	max-width:850px;
	margin:0 auto 80px;
}
}
#special li{
	background:#fff;
	border-radius:5px;
	margin-bottom:10px;
	padding:10px;
	margin-top:1rem;
	color:#0084ce;
	font-weight:900;
	line-height:1.3;
	align-content: center;
	position:relative;
}
@media screen and (min-width:769px) {
	#special li{
		width:49%;
		margin-bottom:0;
		padding:40px 0;
	}
	#special li:first-child{
		width:100%;
	}
}
#special li strong{
	color:#F00;
	font-size:1.2rem;
	line-height:1;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
}
#special li strong span.small{
	font-size:1.2rem;
}
#special li strong span.large{
	font-size:2.3rem;
	}
#special li strong span.x-large{
		font-size:3rem;
	}	
@media screen and (min-width:769px) {
	#special li strong span.large{
	font-size:3rem;
	}
	#special li strong span.x-large{
		font-size:5rem;
	}
}

#special li .def{
	width:90%;
	margin:auto;
}
@media screen and (min-width:769px) {
	#special li .def{
		display:flex;
		justify-content: center;
		}
	#special li .def div.cont{
		width:45%;
		
	}
}
#special li .def div:last-child div:last-child{
	width:80%;
}
#special li .def > div{
	margin-bottom:10px;
}
#special li .num{
	background:#eed500;
	display: inline-block;
	padding:0 5px;
	font-weight:900;
	text-align:center;
	font-size:1.8rem;
	color:#0084ce;
	position:absolute;
	top:-3px;
}
@media screen and (min-width:769px) {
	#special li .num{
		position:absolute;
		left:10px;
		padding:10px;
		font-size:2rem;
}
}
#special .specont{	
	text-align:center;
	position:relative;
	font-size:1.3rem;
}

#special .specont .mds{
	width:60%;
	max-width:200px;
	border-radius:10px;
	margin:0 auto 10px auto;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
@media screen and (min-width:769px) {
	#special .specont .mds{
		font-size:1.3rem;
		border-radius:15px;
		margin: 0 auto 10px;
	}
}
#special .specont .adlt{
	background:#2ccd4e;
}
#special .specont .jr{
	background:#11a8ce;
}
#special .specont .jr + div{
	margin-right:20px;
}
@media screen and (min-width:769px) {
	#special .specont .jr + div{
	margin-right:0;
}
}
#special .specont .bpc{
	max-width: 90px;
    position: absolute;
    right: -15px;
    bottom: -20px;
    transform: rotate(15deg);
    }

@media screen and (min-width:769px) {
	#special .specont .bpc{
	max-width: 110px;
    position: absolute;
    right: 10px;
    bottom: -10px;
	 transform: rotate(0deg);
}
}
#special .specont table{
	margin:10px auto 0;
	font-size:0.9rem;
}
#special .specont table th{
	text-align:left;
	padding-right:10px;
}
#special .specont table td{
	text-align:right;
}

#reborn .slider{
	width:90%;
	max-width:900px;
	margin:0 auto 4rem auto;
}
#reborn > p{
	color: #ffff;
    font-size: 3rem;
    margin: 10px 0;
}
@media screen and (min-width:769px) {
	#reborn > p{
		font-size:5rem;
		margin:0;
	}
}

@media screen and (min-width:769px) {
	#reborn h2{
		margin-top:0;
}
}
.tokuten {
	display:flex;
	align-items: stretch;
	max-width:1050px;
	margin:20px auto;
	font-family: "Noto Sans JP", serif;
    font-weight: 900;
    justify-content: space-between;
	flex-wrap: wrap;
	
}

.cvarea .tokuten{
	margin-top:0;
}
.tokuten .bg{
	background: #fff;
    width: 520px;
    min-height: 120px;
    background-size: contain;
    color: #333;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0 0 10px 0;
}
.tokuten .w100{
	width:100%;
}
.tokuten .last{
	width:100%;
	height:auto;
	padding:0 0 20px 0;
	text-align:center;
}

@media screen and (max-width:768px) {
	.tokuten .bg,
	.tokuten .last{
    width: 85%;
	margin:0 auto 10px auto;
    height:auto;
    background-size: contain;
	padding:0 0 20px 0;
}
}

.tokuten .bg .flex{
	display:flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top:10px;
}
@media screen and (max-width:768px) {
	.tokuten .bg .flex{
		margin-top:0;
	}
}
.tokuten .bg h3{
	font-size:2rem;
	color:#fb1984;
	text-align:center;
	line-height: 1.5;

}
@media screen and (max-width:768px) {
	.tokuten .bg h3{
		font-size:1.3rem;
	}
}
.tokuten .bg h3 .small{
	font-size:1rem;
}
.tokuten .bg .flex h3,
.tokuten .w100 h3{
	font-size:1.5rem;
}
@media screen and (max-width:768px) {
	.tokuten .bg .flex h3{
		font-size:1rem;
	}
}

.tokuten div.bg .service{
	width:100%;
	text-align:center;
	line-height: 1.2;
}
.tokuten .bg h2{
	font-size:1.5rem;
	width:100%;
	color:#fb1984;
	background:#ffd7e4;
	border-radius: 10px 10px 0 0;
	margin:0 auto 20px auto;
	padding:10px 0;
}
@media screen and (max-width:768px) {
	.tokuten .bg h2{
	font-size:1.2rem;
	width:100%;
	margin:0 auto 20px auto;
	padding:5px 0;
}
.cvarea .tokuten div.bg .small{
	margin-top:20px;
}
}
.tokuten .last h2{
	margin-bottom:20px;
	background: #fffc9c;
}
.tokuten div.plus{
	font-size:2rem;
	
}
@media screen and (max-width:768px) {
	.tokuten div.plus{
	font-size:1.5rem;
	
}
}
.tokuten div.tujo{
	font-weight:normal;
	font-size:1.2rem;
	text-decoration: line-through;
}
.tokuten div.taisho{
	font-size:0.8rem;
	text-align:center;
	font-weight:normal;
}
.tokuten .price{
	font-size:4rem;
	line-height:1.1;
}
.tokuten .price span{
	display:block;
	font-size:2rem;
}
@media screen and (max-width:768px) {
	.tokuten .price{
	font-size:1.8rem;
	}
	.tokuten  .price span{
		font-size:1rem;
	}
	.tokuten .discount .price span{
		font-size:1rem;
		display: contents;
	}
}


@media screen and (max-width:768px) {
	.tokuten div.tujo{
		font-size:0.8rem;
	}
}

.tokutenarea{
	background:#fb1984;
	color:#fff;
	text-align:center;
	position:relative;
	padding:1px 0 30px 0;
	margin-bottom:50px;
}
.tokutenarea h1{
	color:#fff;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	font-style: normal;
	font-size:3rem;
}
.tokutenarea h1.spring{
		margin-top:-1rem;
		line-height:1;
}
.tokutenarea h1 .big{
	font-size:6rem;
	-webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fb1984;
}
@media screen and (max-width:768px) {
	.tokutenarea h1{
		font-size:2rem;
	}
	.tokutenarea h1 .big{
	font-size:4rem;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fb1984;
}
}
.tokutenarea h1 .strong{
	color:#FF0;
}

.friend {
    border: 2px solid #9435dd;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
	font-weight:bold;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
    flex-wrap: wrap;
}

.friend td{
	text-align:left;
	padding:5px;
}
.friend th{
	border-right: 2px solid;
    padding-right: 10px;
}
.shokai .hosoku{
	width:100%;
}
.friend small{
	font-weight:normal;
	font-size:1rem;
}
.friend .tt{
	background:#9435dd;
	color:#fff;
	text-align:center;
	padding:10px;
	width:30%;
	font-size:1.2rem;
}
@media screen and (max-width:768px) {
	.friend .tt{
		width:100%;
		margin-bottom:10px;
		padding:5px;
		font-size:1rem;
	}
}

@media screen and (max-width:768px) {
	.friend .tt{
		margin-bottom:10px;
		padding:5px;
		font-size:1rem;
	}
}
.differ{
	display: flex;
    width: 66%;
    justify-content: space-around;
	margin:10px 0;
}
@media screen and (max-width:768px) {
	.differ{
		display:block;
		width: 90%;
        margin: auto;
	}
	.differ div{
		width:100%;
		margin-bottom:10px;
	}
}
.same {
    width: 60%;
    text-align: center;
    margin:10px auto;
}

@media screen and (max-width:768px) {
	.same{
	width:90%;
	text-align:center;
	margin:10px auto;
}
}
.keihin{
	text-align: left;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px) {
	.keihin{
	text-align: left;
    margin: 10px 0;
    display:inherit;
}
}
.keihin dl{
	width:49%;
}
@media screen and (max-width:768px) {
	.keihin dl{
	width:100%;
}
}
.keihin dt{
	background: #f9d7d7;
    padding: 2px;
    text-align: center;
    border-radius: 20px;
}
.keihin dd{
	margin:10px 0;
}

.friend .seal{
	padding:0px 10px;
	font-weight:600;
	font-size:0.9rem;
	background:#e8dcf7;
	padding:3px;
	font-weight:normal;
	color:#9435dd;
	margin:0 auto 5px auto;
}
.friend .large{
	font-size:1.2rem;
}
@media screen and (max-width:768px) {
	.friend .large{
	font-size:1rem;
}
}
.hosoku{
	font-size: 0.8rem;
    margin: 20px 0;
    display: flex;
    justify-content: right;
}


.slick-dots li button:before{
	font-size:40px;
}
.slick-next:before,
.slick-next:after{
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
  width: 20px;
  height: 5px;
  background-color: #0084ce;
  transform-origin: calc(100% - 2.5px) 50%;
}

.slick-prev:before,
.slick-prev:after{
 content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 10px;
  width: 20px;
  height: 5px;
  background-color: #0084ce;
  transform-origin: 2.5px 50%;
  z-index:10;
}
.slick-next {
    right: -35px;
}
.slick-prev {
    left: -35px;
}
.slick-next::before,
.slick-prev::before{
  transform: rotate(45deg);
}

.slick-next::after,
.slick-prev::after{
  transform: rotate(-45deg);
}
.slick-dotted.slick-slider {
    margin: 0 auto 30px auto;
    max-width: 750px;
}
.slick-slide{
	text-align:center;
}
.slick-slide img{
	margin:0 auto 20px auto;
}
.slick-slide h3{
	font-family: "Zen Kurenaido", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    margin: 0 auto 10px auto;
    color: #0084ce;
    background: linear-gradient(transparent 70%, #f9f0a4 10%);
    width: fit-content;
    padding: 0 10px;
}
.slick-track a{
	color:#0084ce;
}

#reborn .iconlist {
    display: flex;
    width: 90%;
    margin: 2rem auto;
    justify-content: space-around;
}
@media screen and (min-width:769px) {
	#reborn .iconlist {
    display: flex;
    width: 50%;
}
}
#reborn .iconlist li{
	width:23%;
}
#reborn .iconlist li img{
	max-width:70px;
}


#class > img{
	margin: auto;
	width:60%;
	display:block;
	max-width:450px;
}


#class ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin:3rem 0;
}
#class ul li{
	border-radius: 5px;
    width: 42%;
	max-width:200px;
    background: #fff;
    margin: 5px;
	color:#0084ce;
	font-family: "Noto Sans JP", serif;
    font-weight: 900;
	text-align:center;
	line-height:1.2;
	padding-bottom:10px;
}
#class ul li img{
	width:70%;
	margin:10px auto 0 auto;
}
}
#head .wrapper .right{
	position:relative;
	margin-left: -30px;
	width:90%;
	height:auto;
}
.leaf{
	text-align:center;
}
@media screen and (max-width:768px) {
.leaf{
	width:90%;
	margin:auto;
}
.leaf img {
	width:100%;
	height:auto;
}
}
 .ttarea {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:30px;
  font-size:1.8rem;
}
.ttarea:before,
.ttarea:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #034E9B;
  width: 3px;
  height: 100px;
  margin: 0 2em;
  margin-top: -.2em;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
.ttarea {
	margin-bottom:20px;
}
.ttarea:before,
.ttarea:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fb1984;
  width: 3px;
  height: 50px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
}
 
.ttarea:before {
  transform: rotate(-35deg);//角度調整
}
.ttarea:after {
  transform: rotate(35deg);//角度調整
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width:769px) {
	.tabs {
		justify-content: center;
	}
}
/*タブのスタイル*/
.tab_item {
  width: 45%;
  max-width:450px;
  background-color: #feff9c;
  font-size: 1.3rem;
  text-align: center;
  color: #0084ce;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", serif;
  font-weight:900;
  line-height:1;
  height: 60px;
    border-radius: 90px 100px 0 0;
    padding-top: 30px;
}
.tab_item span{
	font-size:0.9rem;
	font-weight:bold;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  color:#000;
}

.tab_content .flex{
    justify-content: space-between;
}
.tab_content .flex div{
	width:40%;
}
@media screen and (max-width:768px) {
	.tab_content .flex{
		display:inherit;
}
.tab_content .flex div{
	width:100%;
}
	
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
  background-color: #eed500;
  width:100%;
  padding: 10px 0;
  margin-bottom:-3px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #eed500;
}

.taiken{
	padding:40px 0;
	text-align:center;
}
.taiken h2{
	margin-bottom:10px;
}
.taiken table{
	width:80%;
	border-collapse:collapse;
	margin:20px auto;
}
@media screen and (max-width:768px) {
	.taiken table{
	width:100%;
	border-collapse:collapse;
	margin:20px auto;
	font-size:0.9rem;
}
}
.taiken table td,
.taiken table th{
	border:1px solid #ddd;
	padding:5px;
}
.taiken table th{
	background:#f5f5f5;
}
.taiken table .tt{
	background:#feffc3;
}

.taiken ul{
	max-width:700px;
	margin:20px auto;
	align-items: center;
}
.taiken ul.df li:nth-child(odd){
	background: #aef3ba;
    padding: 10px;
    border-radius: 10px;
	width:30%;
}
@media screen and (max-width:768px) {
	.taiken ul.df li:nth-child(odd){
	background: #aef3ba;
    padding: 10px;
    border-radius: 10px;
	width:80%;
	margin:auto;
}
}
.taiken li:nth-child(even){
	font-size:2.5rem;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
}
@media screen and (max-width:768px) {
	.taiken li:nth-child(even){
	font-size:1.8rem;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
}
}
.taiken li .tt{
	background:#fff;
	font-size:0.9rem;
	    border-radius: 10px;
}
.taiken li .small{
	font-size:0.8rem;
}
.taiken li .large{
	font-size:1.3rem;
	font-weight:bold;
}
.taiken .btn_sub{
	display: block;
    background:#176edb;;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-width: 550px;
    font-style: normal;
    font-size: 1.3rem;
    margin: 0 auto 30px;
	border-radius: 50px;
	position: relative;
}
@media screen and (max-width:768px) {
	.taiken .btn_sub{
		font-size:1.1rem;
		padding:10px 0;
	}

}

.taiken .btn_sub::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.taiken .btn_sub::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
}
.taiken .btn_sub:hover{
	opacity:0.8;
}
#formarea{
	margin-top:5rem;
	text-align:center;
}
#formarea > img{
	margin:-3rem auto 0 auto;
}
#formarea .formbg{
	background:#fff;
	border-radius:10px;
	padding:10px;
	color:#000;
}
#formarea .taikeninfo th{
	width: 120px;
}
#formarea .taikeninfo th p{
	background: #ffd5b8;
    border-radius: 20px;
	margin:10px 10px 0 0;
}
#formarea input[name="confirm"] ,
#formarea input[name="send"],
#formarea input[name="form"] {
	background: #fb0094;
    padding: 10px;
    border-radius: 30px;
	max-width:500px;
    border: none;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
	width:90%;
}
#formarea input[name="form"] {
	background:#f5f5f5;
	color:#333;
}
#formarea .soy_inquiry_message{
	text-align: center;
    margin: 20px auto;
}
table.inquiry_form {
	width:100%;
}
@media screen and (min-width:769px) {

table.inquiry_form {
	width:80%;
	margin:30px auto;
}	
#inquiry_form_submit ul li{
	width:40%;
	margin:auto;
}
}

table.inquiry_form td,
table.inquiry_form th{
	border:none;
	border-bottom:1px solid #999;
	padding:10px;
	text-align:left;
}

.complete #inquiry_form td:nth-child(odd){
	background: #f5f5f5;
    white-space: nowrap;
}
#inquiry_privacy_policy{
	width:100%;
}
#inquiry_privacy_policy td{
	text-align:center;
	border-bottom:0;
}
#inquiry_privacy_policy td input{
	margin:20px auto;
}
#faq dl{
	margin-bottom:10px;
}
#faq dt{
	background:#4c8ceb;
	font-weight:bold;
	padding:3px 10px;

}
#faq dt::before {
	content: "Q. ";
}
#faq dd{
	padding:10px;
}
table.inquiry_form dl{
	display:flex;
	
}
table.inquiry_form dt{
	width: 150px;
	}
@media screen and (max-width:768px) {
	table.inquiry_form dl{
	display:block;
	
}
}
@media screen and (max-width:768px) {
	table.inquiry_form table.nb{
		width:80%;
	}
}
table.inquiry_form .tel input{
	width:4rem;
}

@media screen and (max-width:768px) {
table.inquiry_form td,
table.inquiry_form th{
	display:block;
	border:none;
	padding:5px 0;
}
table.inquiry_form td{
	padding:10px;
}

}
table.inquiry_form th{
	background:#f5f5f5;
	white-space: wrap;
}
@media screen and (max-width:768px) {
	table.inquiry_form th{
		padding:5px;
		font-weight:normal;
	}
}
	
table.inquiry_form input,
table.inquiry_form select,
table.inquiry_form textarea{
	padding:5px;
}
table.inquiry_form textarea{
	width:80%;
}
table.inquiry_form select{
	width:80%;
}

#access iframe{
	width:100%;
	height:300px;
	
}
#access .tel a{
	font-size:2rem;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	text-decoration:none;
}
@media screen and (min-width:769px) {
#access .plof{
	display:flex;
	justify-content: space-between;
	margin-bottom:3rem;
}
#access .plof .info,
#access .plof img{
	width:49%;
}
}



/*=================================
 footer
==================================*/
#office_list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	padding:30px 0;
}
@media screen and (max-width: 768px) {
    #office_list .inner {
        display: inherit;
    }
}
#office_list .inner h3 {
    width: 100%;
    font-size: 133.3%;
    margin-bottom: 1em;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    #office_list .inner  h3 {
        font-size: 1.1rem;
    }
}
 #office_list .inner dl {
    width: 30%;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
	#office_list .inner dl {
		width:100%;
	}
}
#office_list .inner dl dt {
    margin-bottom: 10px;
    font-size: 91.6%;
	font-weight:bold;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
#office_list .inner dl dd li:last-child{
	margin-bottom:10px;
}


#office_list .inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
	color:inherit;
}

#office_list .inner dl dd li {
    border-top: 1px solid #fff;
    margin: 0px;
    padding: 0.75em 0px;
    line-height: 1.25em;
}
#footerbox.ver_2 .upper .school > #office_list .inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
}