@charset "utf-8";
/*---------CARD基本設定----------*/
* {
    box-sizing: border-box;
}
img {
	max-width: 100%;
}

html {
	font-size: 80%;
}
@media (min-width: 769px) {
	html {
		font-size: 100%;
	}
}
.pc {
	display: none;
}

.sp {
	display: block;
}
@media (min-width: 769px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}


*{
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
-webkit-text-size-adjust: 100%;
}

html{
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #707070;

  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: none;
}

body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



/*---------CARD中身----------*/
/*sp*/
.card {
	padding: 10em 0 3em 0;
}
.card__area {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.card__box {
	position: relative;
	cursor: pointer;
    margin-bottom: 30px;
}
.card__catch {
	position: relative;
	bottom: auto;
    margin-top: -30%;
	padding: 15px 20px;
	font-size: 1.375em;
	background: rgba(255,255,255,.87);
}
.card__catch:hover {
	color: #666;
}
.card__ttl {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 1em;
    min-height: 4.5em;
    text-align: left;
}
.card__txt {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	padding-bottom: 30px;
}
/*tb*/
@media (min-width: 450px) {
	.card__box {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;	
	}
	.card__box:nth-child(2n) {
		margin-left: 20px;
	}
	.card__ttl {
    	font-size: 3vw;
	}
	.card__catch {
    	bottom: 10px;
	}
	.card__txt {
    	font-size: 2.5vw;
	}
}
/*pc*/
@media (min-width: 950px) {
	.card__box {	
		position: relative;
	}
	.card__box:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		outline: 0px solid #f5a210;
	}
	.card__box:hover:after {
		outline: 10px solid #f5a210;
		outline-offset: -10px;
	}
	.card__img img {
		vertical-align: bottom;
		line-height: 1.0em;
		
	}
	.card__catch {
		position: absolute;
		width: 95%;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.card__ttl {
		font-size: 22px;
		text-align: left;
	}
	.card__txt {
		font-size: 16px;
		text-align: left;
	}
}

.card__imgleft{
float: left;

}

.card__catchright{
float: right;
}

/*---------CARD中身----------*/
/*sp*/
.visual {
	padding: 10em 0;
	background: -webkit-linear-gradient(left, #f0f5f5, #f0f5f5 92%, #ffffff 8%, #ffffff);
	background: -o-linear-gradient(left, #f0f5f5, #f0f5f5 92%, #ffffff 8%, #ffffff);
	background: linear-gradient(to right, #f0f5f5, #f0f5f5 92%, #ffffff 8%, #ffffff);
}
.visual__area {
	padding: 5em 0;
}
.visual__img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 0 15px #ccc;
}
.visual__txtbox {
    width: 90%;
    margin-top: -28px;
    margin-left: 10%;
    padding: 58px 30px 60px;
    background-color: #19282d;
    color: #fff;
    z-index: 0;
    position: relative;

    line-height: 24px;
}
.visual__subttl {
	position: relative;
    line-height: 14px;
    padding-left: 36px;
    font-size: 10px;
}
.visual__subttl:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
}
.visual__ttl {
    line-height: 20px;
    padding: 20px 0 20px;
    font-size: 20px;
}
.visual__txt {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.5em;
}
.category-list {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.category-list__item {
    display: block;
    padding: 0 10px;
    border: 1px solid #707070;
    font-size: 10px;
    letter-spacing: -0.4px;
    border-radius: 5px;
    margin: 8px 8px 0 0;
}
/*tb*/
@media (min-width: 900px) {
	.visual__box {
		display: flex;
    	flex-direction: row-reverse;
	}
	.visual__img {
		width: 120%;
	}
	.visual__img img {
		height: auto;
	}
	.visual__txtbox {
		width: 100%;
    	max-width: 630px;
    	padding: 55px 60px 61px;
		margin-right: -10%;
		margin-top: 3%;
    	font-size: 14px;
	}
	.visual__subttl {
		font-size: 13px;
	}
	.visual__ttl {
    	font-size: 20px;
    	font-weight: bold;
	}
	/*reverse*/
	.visual__box--reverse {
		flex-direction: row;
	}
	.visual__box--reverse .visual__txtbox {
		margin-right: 10%;
		margin-left: -4%;
	}
}
/*pc*/
@media (min-width: 1240px) {
	.visual__box {
    	align-items: flex-end;
	}
	.visual__img {
    	max-width: 900px;
	}
	.visual__img img {
    	max-height: 440px;
	}
	.visual__txtbox {
		margin-right: -5%;
		margin-bottom: -3%;
	}
}




/* ============================================
# header
=============================================*/
.header {
width: 100%;
margin: 0 auto;
display: block;
padding-top: 30px;
}


.header .header__inner .header__logo img {
  height: 7rem;
}

.header__inner {
width: 1080px;
margin: 0 auto;

display: block;
padding-top: 10px;
padding-bottom: 10px;

}

.header__logo{
font-size: 30px;
color: #fff;

float: left;
display: inline-block;
}

.header__logo a{
font-size: 30px;
color: #fff;
}

.header__btn{

float: right;
display: inline-block;

}

.tw{
display: inline-block;
padding-top: 50px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: #FF5C27;
}

a.btn--red.btn--cubic {
  border-bottom: 5px solid #FF8734;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #FF8734;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.pc{
display: block;
}

.sp{
display: none;
}

@media screen and (max-width: 767px) {
.pc{
display: none;
}

.sp{
display: block;
}


.header {
width: 100%;
margin: 0 auto;
display: block;
padding-top: 15px;
}


.header__inner {
width: 95%;
margin: 0 auto;

display: block;
padding-top: 10px;
padding-bottom: 10px;

}

.header__logo{
font-size: 18px;
color: #fff;
padding-top: 10px;

float: left;
display: inline-block;
}

.header__logo a{
  font-size: 16px;
  color: #fff;
}

.header__btn{
width: 90%;
float: none;
display: inline-block;

}
.btn,
a.btn,
button.btn {
position:fixed;
width: 90%;
left: 50%;
transform: translate(-50%, -50%);
bottom:0px;
z-index: 999;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;

  display: inline-block;
  padding: 1rem 0.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: #FF5C27;
}

a.btn--red.btn--cubic {
  border-bottom: 0px solid #FF8734;
}

a.btn--red.btn--cubic:hover {
  margin-top: 0px;
  border-bottom: 0px solid #FF8734;
}

}

/* ============================================
# main common parts
=============================================*/
main section .inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

/* ============================================
# main-visual
=============================================*/
.main-visual {
	width: 100%;
 /* background: url("../img/topbg.jpg");*/
  background: #102566;
  font-weight: 700;
}

.main-visual2 {
	width: 100%;
  background: #102566;
  font-weight: 700;
 display: inline-block;
 padding-bottom: 20px;
}

.main-visual .main-visual__inner {
  max-width: 1100px;
display: block;
margin: 0 auto;
text-align: center;
}

.flowing_characters {
  position: absolute;
  bottom: 125em;
  width: 100vw;
  z-index: -1;
}

.flowing_characters li {
  font-size: 30em;
  font-weight: bold;
}

.news_ticker2 {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
}

@keyframes hscroll2 {
	0% { transform:translateX(4px); }
	100% { transform:translateX(-100%); }
}

.news_ticker2 ul {
	display:inline-block;
	margin:0;
	padding:0;
	animation:hscroll2 80s linear infinite;
}

.news_ticker2 li {
	display:inline-block;
}

@media (max-width: 767px) {


.main-visual {
	width: 100%;
 background: #102566;
  font-weight: 700;

}

  .main-visual .main-visual__inner {
    padding: 0rem;
    text-align: center;
    
  }
}

.main-visual .main-visual__inner h1 {
  font-size: 3.6rem;
  color: #707070;
}

.main-visual .main-visual__inner h2 {
  padding: 10rem 0;
  color: #31E622;
  text-align: center;
}

@media (min-width: 768px) {




  .main-visual .main-visual__inner h2 {
    font-size: 4.8rem;
  }
}

@media (max-width: 767px) {
  .main-visual .main-visual__inner h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) {
  .main-visual .main-visual__inner .main-visual__button {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .main-visual .main-visual__inner .main-visual__button {
    text-align: center;
  }
}

.main-visual .main-visual__inner .main-visual__button a {
  background: #BF4040;
  color: #fff;
  padding: 2rem 4rem;
  font-weight: 700;
  font-size: 3.6rem;
}



h2.maintitle {
width: 1100px;
margin: 0 auto;
  padding: 3rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  background: #102566;
  color: #fff;
 
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
margin-bottom: 30px;
}


table.index_table {
  border-collapse: collapse;
  margin: 0% auto 0%;
  padding: 0;
  width: 100%;

  margin-top: 30px;

}

table.index_table th {
  padding: 2.5% 1%;
}

table.index_table td {

  border-bottom: 1px solid #ccc;
  width: 63%;

}

table.index_table th {
  font-size: 2rem;
  font-weight: bold;
}

table.index_table thead tr {
  background-color: #d1f4ff;
}

table.index_table_ticket thead tr {
  background-color: #c0e8b2;
}

.index_table_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: middle;
}


table.index_table .detail {
  text-align: right;
}

table.index_table .detail span.price-total {
  display: block;
  font-size: 3rem;
  font-weight: normal;
  text-align: right;
}

table.index_table .detail span.price-total span {
  font-size: 2rem;
  line-height: 1.5em;
}

table.index_table .detail span.price {
  display: block;
  font-weight: normal;
  text-align: right;
  font-size: 2rem;
  line-height: 1.2em;
}

table.index_table .detail span.pertime {
  margin-top: -20px;
}



@media screen and (max-width: 767px) {
  table.index_table th {
    display: block;
  }
  table.index_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.index_table tr:first-child td.index_table_ttl {
    padding-top: 3%;
    width: 100%;
  }
  table.index_table tr {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1%;
    margin-bottom: 2%;
  }

  table.index_table td {
    display: block;
    text-align: left;
    position: relative;

    border: none;
    margin-bottom: 0%;
    width: 100%;
  }
  .index_table_ttl {
    width: auto;
    font-size: 2rem;
  }
  .index_table_ttl span {
    font-size: 1.6rem;
  }

  table.index_table .detail {
    text-align: left;
  }

  table.index_table .detail span.price-total {
    font-size: 2.6rem;
    display: inline-block;
    vertical-align: top;
  }
  table.index_table .detail span.price {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-right: 1%;
    margin-top: 1%
  }
  table.index_table .detail span.icon_ticket {
    margin-top: 1%;
    display: inline-block;
  }

  table.index_table span.icon_ticket:before {
    width: 23px;
    height: 19px;
  }
}

table.index_table_price th {
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #004496;
  text-align: center;
  color: #FFF;
}

table.index_table_price td {
  padding: 15px 15px;
  border: 1px solid #ccc;
  width: auto;
  background-color: #eff7ff;
  width: 300px;
  vertical-align: middle;
}

table.index_table_price .detail {
  text-align: center;
  background-color: #FFF;
  white-space: nowrap;
  width: 270px;
}

table.index_table_price .read {
  text-align: left;
  background-color: #FFF;
  width: 470px;
  font-size: 3rem;
  line-height: 1.0em;
}

.index_table_ttl {
  font-size: 2rem;
  line-height: 1.4;
}

.index_table_subttl {
  font-weight: bold !important;
}

.index_table_ttl a {
  color: #007fff;
  text-decoration: underline;
  vertical-align: middle;
  text-align: left;
  display: block;
  text-indent: -2rem;
  padding-left: 2rem;
}

.index_table_ttl a::before {
  top: 0;
}

.index_table_ttl p {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
}

.ticket_info {
  max-width: 100%;
  margin: 2% auto;
}

.ticket_info .icon_ticket {
  text-indent: 0rem;
  margin-left: 0rem;
}

@media screen and (max-width: 767px) {
  table.index_table_price td {

      border-bottom: none;
      width: 100%;
      min-width:auto;
  }

  table.index_table_price tr:last-child td:last-child {
      border-bottom: 1px solid #ccc;
  }

  table.index_table_price .read {
      width: 100%;
  }

  table.index_table_price .detail {
      border-top: 1px dotted #ccc;
      width: 100%;
  }

  table.index_table tr {
      border-bottom: none;
      padding-bottom: 0%;
      margin-bottom: 0%;
  }
  
  table.index_table_price td {
  padding: 9px 9px;
  border: 1px solid #ccc;
  width: auto;
  background-color: #eff7ff;
  width: 100%;
  vertical-align: middle;
}
  
}

table.index_table_price .detail span.price-total {
  text-align: center;
}

table.index_table_price .detail span.price {
  text-align: center;
}

.price-total+.taxin {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 5px;
}

.inlineblock{

font-size: 100%;
}


@media screen and (max-width: 767px) {


  table.index_table_price .detail>div {
      width: 100%;
      text-align: left;
  }


  table.index_table_price .detail span.price-total {
      display: block;
      text-align: left;
      width: 100%;
  }

  .detail_ticket > div span {
    text-align: center !important;
  }
  
  table.index_table_price .detail span.price {
  text-align: left;
  font-size: 17px;
   width: 100%;
}

  
  h2.maintitle {
    width: 100%;
  position: relative;
  padding: 2rem 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background: #102566;
  color: #fff;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.inlineblock{
display: inline-block;
font-size: 100%;
}

  
}


img.pcrb{
width: 700px;
margin: 0 auto;
text-align: center;
display: block;
}

.spacetop{

padding-top: 30px;
}

iframe{
width: 100%;
}
#QandA-1 {
	width: 100%;
	font-size: 2rem; /*全体のフォントサイズ*/
}

#QandA-1 dt {
	background: #25ABF2; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
	font-size: 2rem;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
	font-size: 2rem;
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;

	font-size: 2rem;
}

/* ============================================
# pate
=============================================*/
.pate {

padding-bottom: 30px;
display: block;
}


.pcrtext img{
width: 300px;
display: inline-block;

}

.pate__inner .pcrtext{
font-size: 20px !important;
padding-top: 30px;
line-height: 1.5em;
}


.pate__inner{
display: block;
width: 1080px;
margin: 0 auto;
padding-bottom: 50px;
}

.pate .pate__inner .pate__image {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .pate .pate__inner .pate__image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pate .pate__inner .pate__image {
    width: 90%;
  }
  
    .pcrtext {
    width: 95%;
    margin: 0 auto;
    }
  
  .pcrtext img{
width: 150px;
display: inline-block;

}

.

.pate__inner .pcrtext{
font-size: 17px !important;
padding-top: 30px;
line-height: 1.5em;
}


.pate__inner{
display: block;
width: 100%;
margin: 0 auto;
padding-bottom: 30px;
}

img.pcrb{
width: 95%;
margin: 0 auto;
text-align: center;
display: block;
}


iframe{
display: block;
margin: 0 auto;
width: 95%;
}
  
}

.pate .pate__inner .pate__image::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: -10rem;
  left: calc(50% - 5rem);
  border-top: 5rem solid #F8F7F3;
  border-right: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  border-left: 5rem solid transparent;
}





/* ============================================
# footer
=============================================*/
.footer {
  background: #102566;
}

.footer .footer__inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer .footer__inner{
 display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.footer .footer__inner p{
 color: #fff;
 font-size: 18px;
   padding-top: 20px;
}

.footer__inner p a{
 color: #fff;
  font-size: 18px;


}

.lsp{
  padding-left: -10px !important;
  margin-left: -20px;
  letter-spacing: -5px;

}

@media (max-width: 767px) {

  .lsp{
    padding-left: -10px !important;
    margin-left: -20px;
    letter-spacing: -5px;
    font-size: 2.0rem !important;
  }
}

.contactcenter{
margin: 0 auto;
text-align: center;
}


.form_content{
display: inline-block;
width: 830px;
border-bottom: 1px #A9A9A9 dotted;
text-align: left;
margin: 0 auto;
padding-top: 20px;

}

.form_content2{
display: block;
width: 830px;
border-bottom: 1px #A9A9A9 dotted;
text-align: center;
margin: 0 auto;
text-align: center;


}

.form_left{
display: inline-block;
width: 250px;
 float: left;
margin-left: 30px;
font-size: 15px;
line-height: 1.5em;
}

p.rq{
margin: 0 auto;
display: inline-block;
color: #fff;
background: #ff0000;
font-size: 15px;
padding: 3px;
font-weight: bold;
 margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
border-radius: 30px;
}

p.any{
margin: 0 auto;
display: inline-block;
color: #fff;
background: #24AAE8;
font-size: 15px;
padding: 3px;
font-weight: bold;
 margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
border-radius: 30px;
}

p.minic{
margin: 0 auto;
display: inline-block;
color: #000;
font-size: 15px;
}


.form_right{
line-height: 1.5em;
width: 500px;
 float: right;
margin-bottom: 10px;
 font-size: 15px;

}
.form_right p{
margin: 0 auto;
font-size: 20px;

}

.form_right2{

width: 230px;
 float: left;
margin-bottom: 10px;
 
}
.form_right2 p{
margin: 0 auto;
font-size: 20px;
}


.form_right3{
margin-top: 10px;
width: 260px;
 float: right;
margin-bottom: 10px;
margin-right: 30px;

}

input[type="text"],[type="tel"] ,[type="email"] ,[type="date"] ,[type="time"]{
    font-size: 22px;
}

select{
font-size: 22px;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
    margin-bottom: 10px;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  font-size: 22px;
  background-color: #fff;
  border: solid 1px #A9A9A9;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #A9A9A9;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
input[type=radio]:checked2 + .radio:before {
  opacity: 1;
}











@media (max-width: 767px) {


.form_content {
    display: inline-block;
    width: 90%;
    margin: 0 auto;

    text-align: left;
    padding-top: 20px
}

.form_content2 {
    display: block;
    width: 90%;
    margin: 0 auto;

    text-align: center;

}

.form_left {
    display: inline-block;
    width: 95%;
    font-size: 15px;
    margin-bottom: 10px
}
p.rq {
    margin: 0 auto 0 10px;
    display: inline-block;
    color: #fff;
    background: #ff0000;
    font-size: 15px;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 30px
}
p.minic {
    margin: 0 auto;
    display: inline-block;
    color: #000;
    font-size: 22px
}
textarea {
    width: 100%
}
.form_right {
    width: 95%;
    margin-bottom: 10px
}
.form_right p {
    margin: 0 auto;
    font-size: 15px
}
.form_right2 {
    width: 45%;
    float: left;
    font-size: 15px;
    margin-bottom: 10px
}
.form_right2 p {
    margin: 0 auto;
    font-size: 15px
}
.form_right3 {
    margin-top: 10px;
    width: 50%;
    float: right;
    margin-bottom: 10px;
    font-size: 15px
}
input[type="text"],
[type="tel"],
[type="email"],
[type="date"],
[type="time"] {
    font-size: 22px
}
select {
    font-size: 22px
}
input[type=radio],
input[type=checkbox] {
    display: none
}
.radio,
.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    font-size: 22px;
    background-color: #fff;
    border: solid 1px #A9A9A9;
    vertical-align: middle;
    cursor: pointer
}
.radio:hover,
.checkbox:hover {
    background-color: #e2edd7
}
.radio:hover:after,
.checkbox:hover:after {
    border-color: #53b300
}
.radio:after,
.checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #A9A9A9;
    border-radius: 6px;
    content: ''
}
.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #53b300;
    content: '';
    opacity: 0
}
input[type=radio]:checked + .radio:before {
    opacity: 1
}
input[type=radio]:checked2 + .radio:before {
    opacity: 1
}

}

.btnbox{
 display: inline-block;
width: 100%;
text-align: center;
margin-top: 20px;
}

.btnbox2{
 display: inline-block;
width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}

input#submit_button {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 18px;
}

.formouttext{
font-size: 18px;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1100px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #102566;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#design2:checked ~ #design2_content,
#design3:checked ~ #design3_content
 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #102566;
  color: #fff;
}

@media (max-width: 767px) {

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

.tab_content {
  display: none;
  padding: 0px 0px 0;
  padding: 10px;
  clear: both;
  overflow: hidden;
}

}


.row_table,
.row_table td,
.row_table th {
  border: 1px solid #cbced2;
  border-collapse: collapse;
  text-align: center;
}

.row_table th {
  background: #01214d;
  color: #fff;
  display: block;
  width: 100%;
}

.row_table td {
  background: #f5f6f8;
  padding: 4px 12px;
  display: block;
  width: 100%;
}

.flex_table{
  padding: 0;
  border: 1px solid #999;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.flex_table li{
  list-style: none;
  font-size: 18px;
  vertical-align: middle;

}
.flex_table li ul{
  padding: 0;

}
.flex_table > li:first-child li{
  background: #eee; 

}
.flex_table li ul li + li{
  border-left: 1px solid #999;
}
.flex_table li ul{
  display: flex;
}
.flex_table li ul li{
  flex-basis: 20%;

}
.flex_table > li + li{
  border-top: 1px solid #999;
}

.tab_content_description p{
font-size: 18px;
}




@media (max-width: 650px) {

minsp{
display: inline-block;
margin-top: -50px;
margin-bottom: -50px;
}

.main-visual {
	width: 100%;
  background: #102566;
  font-weight: 700;
}


.tab_content_description p{
font-size: 18px;
padding-top: 20px;
}


  .flex_table{
    display: flex;
  }
  .flex_table > li{
    flex-basis: calc( 100% / 2 );
  }
  .flex_table > li + li{
    border-left: 1px solid #999;
    border-top: none;
  }
  .flex_table li ul{
    display: block;
  }
  .flex_table li ul li + li{
    border-top: 1px solid #999;
    border-left: none;

  }
}

.pdhyou li{
padding-top: 10px;
padding-bottom: 10px;
}
.tab_content_description p{
font-size: 18px;
}

.minitext{
font-size: 15px;
}


/* 吹き出し本体 */
.bubble1 {
  position: relative;

}
/* 三角アイコン */
.bubble1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 70px solid transparent;
  border-top: 40px solid #F69844;
}

.copybg{
width: 100%;
background: #F69844;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

.kadai{
font-size: 20px;
color: #fff;
line-height: 1.5em;
background: #102566;
border-radius: 10px 10px 10px 10px;
width: 570px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
margin: 0 auto;
}

.copy{
font-size: 35px;
color: #fff;
font-weight: bold;
line-height: 1.5em;
}

.textbox{
width: 1100px;
margin: 0 auto;
}

.textbox p{
font-size: 18px;
line-height: 1.8em;
}

.faq {
  margin-bottom: 32px; /* 各Q&Aの下に余白 */
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.5em;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold; /* 質問文は太字にしてみました */
  border-bottom: 1px solid #999;
  margin-bottom: 4px; /* 下にちょい余白 */
}

.faq__dt::before {
  content: 'Q.';
  color: #c80021; /* 「Q」の文字色 */
}

.faq__dd::before {
  content: 'A.';
  color: #0085C8; /* 「A」の文字色 */
}

@media (max-width: 770px) {


.faq {
margin: 0 auto;
  margin-bottom: 32px; /* 各Q&Aの下に余白 */
  font-size: 18px;
  display: inline-block;
  
  width: 95%;
}


.bubble1 {
  position: relative;

}
/* 三角アイコン */
.bubble1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  border: 60px solid transparent;
  border-top: 40px solid #F69844;
}

.kadai{
  font-size: 15px;
  color: #fff;
  line-height: 1.5em;
  background: #102566;
  border-radius: 10px 10px 10px 10px;
  width: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  margin: 0 auto;
  }
  
  .copy{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  width: 95%;
  }
  
  .textbox{
  width: 95%;
  margin: 0 auto;
  }
  
  .textbox p{
  font-size: 18px;
  line-height: 1.8em;
  }
}


@media (max-width: 400px) {

.main-visual {
	width: 100%;
 background: #102566;
  font-weight: 700;
}
}

.bblink{
animation: flash 2s linear infinite;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}


table.tbl-r02 {
  margin: 20px auto;
	width:1100px;
font-size: 17px;
}
.tbl-r02 th {
  background: #F7F7E7;
  border: solid 1px #614C3F;
  color: #614C3F;
  padding: 10px;
width:40%;
font-size: 17px;
text-align: left;
vertical-align: middle;

}
.tbl-r02 td {
border: solid 1px #614C3F;
padding: 10px;
width:60%;
font-size: 17px;
line-height: 1.5em;
}
 
@media screen and (max-width: 640px) {
  table.tbl-r02 {
  margin: 20px auto;
	width:100%;
}
	
	.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
border-bottom: none;
    display: block;
    width: 100%;
  }
}


.red{
color: #ff0000;
font-weight: bold;

}

.voice{
width: 100%;
display: block;
margin: 0 auto;
text-align: center;
}

.voicebox{
width: 1100px;
display: inline-block;
height: 100%;
margin: 0 auto;
background: #F0F5F5;
}

.voiceimg{
float: left;
width: 550px;
}

.voicetext{
display: block;
float: right;
width: 550px;
height: 100%;
background: #F0F5F5;
padding: 20px;
}

.voiceimg2{

float: right;
width: 550px;
}

.voicetext2{
display: block;
float: left;
width: 550px;
height: 100%;
background: #F0F5F5;
padding: 20px;
}

@media screen and (max-width: 640px) {
.voicebox{
width: 100%;
display: inline-block;
height: 100%;
margin: 0 auto;
background: #F0F5F5;
}

.voiceimg{
float: left;
width: 100%;
}

.voicetext{
display: block;
float: right;
width: 100%;
height: 100%;
background: #F0F5F5;
padding: 20px;
}

.voiceimg2{

float: right;
width: 100%;
}

.voicetext2{
display: block;
float: left;
width: 100%;
height: 100%;
background: #F0F5F5;
padding: 20px;
}

}