@charset "UTF-8";
#pagetop{
	display: block;
}
.spOnly {
  display: none;
}

#footer .inner .logo a{
	background-color: #fff;
	border-radius: 10px;
	background-size: 130px auto;
	width: 100%;
	max-width: 170px;
	height: 50px;
}
#footer #updateYear{
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
	#footer .inner .logo a{
		background-size: 31.25vw auto;
		border-radius: 8px;
		width: 45vw;
		max-width: 100%;
		height: 12vw;
	}
	#footer #updateYear{
		font-size: 2.6vw;
	}
}
#content {
	max-width: 1200px;
	margin: 0 auto;
  color: #000;
}
#content.second-content {
	padding-bottom: 84px;
	background: #FFF;
	background-image: none;
}
.second-content .contentHeader .heading {
  font-size: 24px;
  line-height: 1.5;
}
#content.second-content .contentHeader .heading h1{
  padding-top: 83px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.second-content .contentHeader .heading h1 .sub{
  position: relative;
  font-size: 16px;
  padding: 0 10px;
}
.second-content .contentHeader .heading h1 .sub::before,
.second-content .contentHeader .heading h1 .sub::after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 16.8px;
  background-color: #93CFF1;
}
.second-content .contentHeader .heading h1 .sub::before{
  transform: translateY(-50%) rotate(-24deg);
  left: 0;
}
.second-content .contentHeader .heading h1 .sub::after{
  transform: translateY(-50%) rotate(24deg);
  right: 0;
}
.second-content .subTtl{
  padding-top: 10px;
  margin-top: 80px;
  text-align: center;
}
.second-content .subTtl span{
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 0 10px;
  font-size: 24px;
  font-family: "メイリオ", Meiryo, 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'HiraKakuProN-W6', 'ヒラギノ角ゴ ProN W6', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: url("/i-kumon/assets/common/images/parts/pc_border_05.png") repeat-x left bottom;
}
.second-content .btn{
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #content.second-content .contentHeader .heading h1{
    padding-top: 24.5px;
    padding-bottom: 8px;
    margin-bottom: 17px;
    font-size: 26px;
  }
  #content.second-content{
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 50px;
  }
  #content.second-content .contentHeader .heading h1 .sub{
    font-size: 16px;
  }
  #content.second-content .btn{
    width: 98.37%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  #content.second-content .btn:last-child{
    margin-bottom: 0;
  }
  .second-content .subTtl{
    margin-top: 40px;
  }
  #content.second-content .subTtl span{
    margin-bottom: 21px;
    padding:0 4px 10px;
    font-size: 21px;
    background: url("../../common/images/parts/sp_border_05.png") repeat-x center bottom;
    background-size: 6.6vw 1.3vw;
  }
  #headline p.txt{
    font-size: 16px;
  }
}

/* headline */
.headline .img{
  width: 28%;
  max-width: 182.6px;
  margin: 0 auto 20px;
}
.headline .img img{
  width: 100%;
  height: auto;
}
.headline > .txt{
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 30px;
}
.headline .subTtl{
  margin-top: 0;
}
.headline .subTtl span{
  margin-bottom: 18px;
}
.headline .btn{
  margin-bottom: 63px;
}
.headline .featureWrap{
  display: flex;
  border-radius: 20px;
  background-color: #FFFFED;
	padding: 45px 0 44px;
  max-width: 1200px;
  margin: auto;
}
.headline .featureItem{
	width: calc(100% / 3);
	padding: 0 42px 0 30px;
	position: relative;
	box-sizing: border-box;
}
.headline .featureItem + .featureItem::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3.5px;
	border-left: 3.5px dotted #CCC;
	display: block;
}
.headline .featureItem .subTtl span{
	font-size: 20px;
	margin-bottom: 17px;
}
.headline .featureItem .featureTtl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
	text-align: center;
}
.headline .featureItem .iconDescriptionArea{
	display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.headline .featureItem .iconDescriptionArea .imgBox{
  width: 26.5%;
  padding-left: 3px;
}
.headline .featureItem .iconDescriptionArea .imgBox img{
  width: 100%;
  height: auto;
}
.headline .featureItem:nth-child(1) .iconDescriptionArea .imgBox img{
  width: 56px;
}
.headline .featureItem:nth-child(2) .iconDescriptionArea .imgBox img{
  width: 41px;
}
.headline .featureItem:nth-child(3) .iconDescriptionArea .imgBox img{
  width: 56px;
}

.headline .featureItem .iconDescriptionArea .textBox{
	width: 73.5%;
	flex-shrink: 0;
  font-size: 14px;
  line-height: 1.75;
}
.headline .featureItem .commentArea{
	display: flex;
  align-items: start;
  justify-content: space-between;
}
.headline .featureItem .commentArea .imgBox{
  margin-right: 16px;
}
.headline .featureItem:nth-child(1) .commentArea .imgBox{
  width: 47px;
}
.headline .featureItem .commentArea .imgBox img{
  width: 100%;
  height: auto;
}
.headline .featureItem .commentArea .commentText{
  position: relative;
	width: 73.5%;
	flex-shrink: 0;
  background-color: #FDDB50;
  border-radius: 10px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.75;
}
.headline .featureItem .commentArea .commentText::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #fddb50;
  border-left: 0;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.headline .featureItem .memo{
  margin: 19px auto 0;;
}
@media screen and (max-width: 767px) {
  .headline .img{
    width: 54%;
    margin-bottom: 22px;
  }
  /* .headline .subTtl{
    margin-top: 22px;
  } */
  .headline > .txt{
    text-align: left;
    margin-bottom: 32px;
  }
  .headline .btn{
    margin-bottom: 46px;
  }
  .headline .featureWrap{
    display: block;
    padding: 0 15px;
  }
  .headline .featureItem{
    width: 100%;
    padding: 36px 0 36px;
  }
  .headline .featureItem + .featureItem::after{
    right: 0;
    bottom: auto;
    height: 3.5px;
    width: auto;
    border-top: 3.5px dotted #CCC;
    border-left: 0;
  }
  .headline .featureItem .iconDescriptionArea .imgBox{
    margin-right: 16px;
  }
  .headline .featureItem .iconDescriptionArea .imgBox img{
    width: 100%;
    height: auto;
  }
  .headline .featureItem:nth-child(1) .iconDescriptionArea .imgBox{
    width: 55px;
    margin-left: 4px;
    margin-right: 0;
  }
  .headline .featureItem:nth-child(2) .iconDescriptionArea .imgBox{
    margin-left: 10px;
  }
  .headline .featureItem:nth-child(3) .iconDescriptionArea .imgBox{
    width: 59px;
    margin-left: 4px;
    margin-right: 0;
  }
  .headline .featureItem .iconDescriptionArea .textBox{
    font-size: 16px;
  }
  .headline .featureItem .commentArea{
    display: flex;
    align-items: center;
  }
}

/* --------------------------------------------------新規追加分 */

[data-button="type7"] {
  display: block;
  line-height: 50px;
  padding-right: 5px;
  border: 2px solid #5993CF;
  border-radius: 30px;
  background: #fff url("/i-kumon/assets/common/images/icn/icn_arrow_blue_down.svg") no-repeat right 17px center;
  background-size: 16px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: inherit;
  color: #5993CF;
  font-family: "メイリオ", Meiryo, 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'HiraKakuProN-W6', 'ヒラギノ角ゴ ProN W6', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
[data-button="type7"]:hover{
  background-color: #5993CF;
  color: #fff;
  background-image: url("/i-kumon/assets/common/images/icn/icn_arrow2_down_w.svg");
}

/* --------------------------------------------------.challenge */

.challenge{
  max-width: 456px;
  margin: 0 auto;
}
.challenge .leadText{
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
  text-align: center;
}
.challenge .sampleWrap{
  max-width: 355px;
  background-color: #E9F7FC;
  border-radius: 10px;
  margin: 0 auto 16px;
  padding: 9px 15px 15px;
}
.challenge .sampleTtl{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.challenge .acd{
  border-radius: 10px;
  background-color: #fff;
}
.challenge .acd .ttl{
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding: 18px 18px 18px 36px;
}
.challenge .acd .ttl::before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  top: 18px;
  bottom: 18px;
  left: 18px;
  background-color: #7DCDF4;
}
.challenge .acd .ttl::after{
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 10px;
  background-image: url(/i-kumon/assets/common/images/icn/icn_arrow1_blue_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.challenge .acd.open .ttl::after{
  background-image: url(/i-kumon/assets/common/images/icn/icn_arrow1_blue_up.svg);
}
.challenge .acd .con{
  display: none;
  padding: 0 18px 18px;
  line-height: 1.4;
}
.challenge .acd.open .con{
  display: block;
  padding: 0 18px 18px;
}

.challenge .contentBody.list{
  padding: 0 18px 18px;
}
.challenge .table_area table{
	border-collapse: collapse;
  margin: auto;
  width: 100%;
  font-size: 14px;
}
.challenge .table_area table th,
.challenge .table_area table td{
	padding: 8px;
	font-size: 12px;
	cursor: pointer;
  line-height: 2;
}
.challenge .table_area table th{
  background-color: #7CCDF4;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.challenge .table_area table td{
  background-color: #fff;
  border: 1px solid #000;
}
.challenge .table_area table .innerCell{
  position: relative;
}
.challenge .table_area table td:nth-child(1){
	text-align: right;
  width: 26.4%;
}
.challenge .table_area table td:nth-child(2){
	text-align: left;
}
.challenge .table_area table .target td:nth-child(2) .innerCell::after{
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/i-kumon/assets/kyozai_teaser/images/icon_flag.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.challenge .table_area table .active td,
.challenge .table_area table .active th {
  background-color: #E9F7FC;
}
.memo{
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.75;
}
.memo li{
  padding-left: 1em;
  text-indent: -1em;
}
.btnArea{
  text-align: center;
}
.btnArea .btn + .btn{
  margin-top: 1.5em;
}
.catch{
  position: relative;
  display: inline-block;
	font-size: 16px;
  padding: 0 10px;
	margin-bottom: 10px;
}
.catch span:before,
.catch span:after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 16.8px;
  background-color: #93CFF1;
}
.catch span:before{
  transform: translateY(-50%) rotate(-24deg);
  left: 0;
}
.catch span:after{
  transform: translateY(-50%) rotate(24deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .memo{
    margin-bottom: 33px;
  }
}

/* --------------------------------------------------.howtoway */
.howtoway {
  max-width: 768px;
  margin: 0 auto;
}
.howtoway .stepFlowItem{
  display: flex;
  align-items: center;
  position: relative;
}
.howtoway .stepFlowItem + .stepFlowItem{
  margin-top: 22px;
}
.howtoway .stepFlowItem + .stepFlowItem::after{
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 24px;
  border-right: 4px dotted #FDDB50;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.howtoway .stepFlowItem .stepIcon{
  width: 59px;
  margin-right: 16px;
  flex-shrink: 0;
}
.howtoway .stepFlowItem .stepText{
  font-size: 16px;
}
@media screen and (max-width: 767px) {
.howtoway .stepFlowItem + .stepFlowItem{
  margin-top: 32px;
}
.howtoway .stepFlowItem + .stepFlowItem::after{
    bottom: calc(100% + 5px);
}
.howtoway .stepFlowItem .stepIcon{
  width: 58px;
  margin-right: 12px;
}
.howtoway .stepFlowItem .stepText{
  line-height: 1.75;
}
}

.remodal .remodal-close{
  width: 30px;
  height: 30px;
  background: #5993CF url(/i-kumon/assets/user/images/icn/icn_modal_close.svg) center center no-repeat;
  background-size: 36.667% auto;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
}
.remodal{
  max-width: 600px;
}
.remodal .modalCnt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  box-sizing: content-box;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}