@charset "UTF-8";

.headTitle01 {
  background-image: url("../images/bg_plan.jpg");
  background-position: 50% 16%;
}

.headTitle01 .headTitleText01 span {
  padding-left: 22px;
  background-image: url("../images/images_01.png");
  background-size: 15px;
  background-position: 0 70%;
}

@media screen and (max-width:400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 20px;
    background-size: 12px;
  }
}

.accordionbox {
  width: 100%;
  /*margin: 10px auto 40px;*/
  margin-bottom: 80px;
  padding-top: 40px;
}

.accordionlist dt {
  display: block;
  background: #FAF6F0;
  padding: 10px 45px 10px 20px;
}

.accordionlist dt:first-child {
  border-top: none !important;
}

.accordionlist dt .title {
  padding-left: 10px;
  float: left;
}

.accordionlist dd {
  display: none;
  background: #fff;
  padding: 0 0 20px 60px;
}

.accordion1 {
  position: relative;
  margin-bottom: 11px;
  cursor: pointer;
}

.plustitle {
  display: inline-block;
}

.plustitle p {
  font-size: 16px;
}

.plustitle2 {
  font-size: 16px;
  padding-top: 15px;
}

.plustitle2 .underline{
  text-decoration: underline;
}

.plustitle1 {
  font-size: 30px;
  color: #DB877D;
  padding-right: 1px;
}

/*アイコンプラスマイナス*/
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #DB877D;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 27px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #DB877D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.menucontents {
  width: 32%;
  position: relative;
  cursor: pointer;
  color: #DB877D;
  font-size: 18px;
  text-align: center;
}

.menucontents a {
  border: 2px solid #DB877D;
  border-radius: 7px;
}

.menucontents a:hover {
  background-color: #DB877D;
  color: #fff;
}

.menucontentsRight {
  margin-right: 2%;
}

.tab {
  border-bottom: 3px solid #DB877D;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.tabContents {
  display: none;
}

.tabContents.active {
  display: block;
}

.tab li {
  color: #DB877D;
  text-align: center;
  background-color: #FAF6F0;
  width: 50%;
  vertical-align: bottom;
  height: 38px;
  border-radius: 10px 10px 0 0;
  /*margin: 0 10px -1px 0;*/
  padding: 10px 20px;
  cursor: pointer;
  list-style: none;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .tab li {
    margin-bottom: -1px;
  }
}

.tab li:not(:last-child) {
  margin-right: 0.5%;
}

.tab li.active {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #DB877D;
  cursor: auto;
  display: inline-block;
  vertical-align: bottom;
  height: 55px;
  line-height: 3.0;
}

.tab li a {
  color: #DB877D;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*line-height: 50px;*/
  /*padding: 10px 20px;*/
}

.tab li:not(.active) a {
  line-height: 2.8;
}

.tab li.active a {
  color: #fff;
}

.active1 {
  color: white;
}

.Lessontext {
  padding-top: 35px;
  padding-bottom: 50px;
}

.plan-text1 {
  padding-top: 40px;
  padding-bottom: 38px;
  font-size: 24px;
}

.plan-contents {
  width: 33.33%;
}

.plan-image {
  position: relative;
}

.plan-icon {
  position: absolute;
  bottom: 13px;
  right: 35px;
}

.planLeft {
  padding-right: 20px;
}

.plan-text3 {
  font-size: 40px;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFAA7B;
}

.plan-text2 {
  font-size: 18px;
  text-indent: -2.4em;
  color: #EFAA7B;
  margin-bottom: 25px;
  padding-left: 2.4em;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.plan-text4 {
  line-height: 2;
}

.lessonFlow-container {
  background-color: #FAF6F0;
  padding: 0 20px 20px 20px;
  margin-top: 55px;
}

.lessonFlow-contents {
  background-color: #fff;
}

.lessonFlow-title {
  font-size: 24px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.lessonFlow-contents {
  padding: 5px;
}

.point-img {
  padding-top: 5px;
}

.step-img {
  width: 17%;
  padding-top: 17px;
}

.step-ex {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.step-ex1 {
  display: inline-block;
  padding-right: 14px;
  margin-right: 20px;
  font-size: 25px;
  background-color: #EFAA7B;
  border-radius: 8px 8px 8px 8px;
  color: white;
}

.step-ex2 {
  display: inline-block;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 14px;
}

.step-ex3 {
  line-height: 2;
}

.step-ex4 {
  display: inline-block;
  color: #EFAA7B;
  font-size: 16px;
}

.HeadTitle {
  display: block;
  font-family: "HiraKakuPro*";
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-top: 90px;
}

.caution-text {
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 38px;
}

.table {
  width: 100%;
}

.td {
  border: solid 1px #aaaaaa;
}

table td {
  padding: 20px 30px;
  border: solid 1px 	#DCDCDC;
}

.cell-right {
  vertical-align: middle;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.5%;
}

.cell-left {
  width: 26.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FAF6F0;
}

.btn {
  width: 318px;
  display: inline-block;
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  position: relative;
  background-color: #DB877D;
  border-radius: 30px;
  cursor: pointer;
}

.lessonMenu {
  margin-bottom: 20px;
}

.Head_img {
  height: 250px;
  background: url(../images/bg_index01.jpg) center;
  background-size: cover;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.HeadSub {
  font-family: "ChalkboardSE Regular*";
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.beginner-icon {
  vertical-align: bottom;
}

.MainNavi {
  max-width: 1000px;
  margin-bottom: 50px;
}

.container {
  max-width: 1000px;
  margin: 0 auto 57px;
  margin-top: 33px;
}

.container .title {
  width: 100%;
}

.container .title img {
  float: left;
  position: absolute;
}

.container .inline-block {
  float: left;
  margin-left: 17px;
  padding-left: 59px;
  border-bottom: solid 1px #DC8380;
  width: 97%;
}

.container .title p {
  font-size: 16px;
  color: #DC8380;
}

.container .title h1 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
}

/*.reason{
	width:31.6%;
	background-color:#FFFAF0;
	min-height:270px;
	margin-top:80px;
	position:relative;
	padding-left:11px;
	padding-right:15px;
	border-radius: 6px;
	padding-bottom:30px;
}
.icon{
	position:absolute;
	left:41%;
	top:-10%;
}
.button {
	width:135px;
    display: inline-block;
	margin-top:16px;
    font-size:11px;
	line-height: 24px;
    color:#FF9872;
	position: relative;
	border:solid 2px #FF9872;
    border-radius: 15px;
    cursor: pointer;
}
.button1 {
	width:135px;
    display: inline-block;
	margin-top:5px;
    font-size:11px;
	line-height: 24px;
    color:#FF9872;
	position: relative;
	border:solid 2px #FF9872;
    border-radius: 15px;
    cursor: pointer;
}
.number{
	font-size:30px;
	color:#FF9872;
}
.reasonTitle{
	font-size: 20px;
	color:#FF9872;
	padding-top:35px;
	padding-bottom:17px;
}
.reasonTitle1{
	font-size: 14px;
	line-height:1.6;
}
.reason-right{
	margin-right: 2.5%;
}
.reason-right2{
	margin-right: 2.5%;
}
.titleTop{
	margin-top:94px;
	margin-bottom:49px;
}
.lesson1{
	width:31.6%;
	font-size: 20px;
	height:110px;
	color:white;
	position: relative;
	background-image: url(../images/images_12.png);
	background-size: cover;
	p{
		line-height:110px;
		cursor: pointer;
			}
	p:hover{
      opacity: .8;
	}
}
.lesson2{
	width:31.6%;
	font-size: 20px;
	height:110px;
	color:white;
	position: relative;
	background-image: url(../images/imagess_11.png);
	background-size: cover;
	p{
		line-height:110px;
		cursor: pointer;
			}
	p:hover{
      opacity: .8;
	}
}
.lesson3{
	width:31.6%;
	font-size: 20px;
	height:110px;
	color:white;
	position: relative;
	background-image: url(../images/images_13.png);
	background-size: cover;
	p{
		line-height:110px;
		cursor: pointer;
			}
	p:hover{
      opacity: .8;
	}
}*/
.block {
  display: inline-block;
}

.Foot_img {
  height: 500px;
  background: url(../images/bg_index02.jpg);
  background-size: cover;
}

.Foot_img h1 a {
  font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
  font-size: 50px;
  font-weight: normal;
  color: #fff;
}

.Foot_img .box1 {
  padding-top: 85px;
}

/*.box1 h1{
	border-bottom:solid 1px white;
}*/
.Foot_img .box2 {
  padding-top: 67px;
  text-align: center;
}

.Foot_img .box3 {
  padding-top: 20px;
}

.Foot_img h1 .text1 {
  font-size: 36px;
}

.Foot_img .text2 {
  display: block;
  font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}

.Foot_img .text3 {
  display: block;
  font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}

.text4 {
  background: #DB877D;
  font-family: "NotoSansCJKjp*";
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  display: block;
  max-width: 400px;
  margin: 60px auto;
  margin-bottom: 0;
  padding: 20px 22px;
  border-radius: 45px;
  position: relative;
}

.foot-border a {
  border-bottom: solid 1px white;
}

.fa-right3 {
  position: absolute;
  right: 18px;
  line-height: 23px;
}

.fa-right2 {
  position: absolute;
  right: 20px;
  top: 32%;
}

@media screen and (max-width:1000px) {
  .fa-right2 {
    right: 15px;
  }
}

/*@media all and (max-width: 931px) {
	.clear4 {
		clear:both;
	}
}
@media all and (max-width: 936px) {
	.number {
        font-size: 20px;
        color: #FF9872;
    }
	.reasonTitle {
        font-size: 18px;
        color: #FF9872;
        padding-top: 35px;
        padding-bottom: 0px;
    }
	.reasonTitle1 {
        font-size: 13px;
        line-height: 1.6;
    }
}*/
@media all and (max-width: 1029px) {
  table td {
    padding: 18px 20px;
  }
  .cell-right {
    width: 55%;
  }
  .plan-text3 {
    font-size: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFAA7B;
  }
  .plan-text2 {
    text-indent: -2.1em;
    padding-left: 2.1em;
  }
}

@media all and (max-width: 776px) {
  table td {
    padding: 15px 17px;
  }
  .cell-right {
    width: 50%;
    padding-left: 20px;
  }
}

@media all and (max-width: 769px) {
  .container {
    width: 90%;
    margin: 0 auto 57px;
    margin-top: 33px;
  }
  .MainNavi {
    margin-bottom: 40px;
  }
  .plan-contents {
    width: 48%;
  }
  .planLeft {
    padding-right: 0px;
  }
  .planLeft1 {
    margin-right: 2%;
  }
  .Lessontext {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .tab li.active {
    font-size: 17px;
  }
  .tab li a {
    line-height: 3.4;
  }
  .plan-text1 {
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 20px;
  }
  .plustitle2 {
    font-size: 14px;
    padding-top: 1px;
  }
  .plan-icon1 {
    width: 70%;
  }
  .plan-text2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .plan-text3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .lessonFlow-container {
    margin-top: 30px;
  }
  .lessonFlow-title {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .step-img {
    width: 20%;
  }
  .caution-text {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .plustitle1 {
    font-size: 20px;
    padding-right: 9px;
  }
  .accordionbox {
    margin-bottom: 20px;
    padding-top: 25px;
  }
  .accordion_icon {
    position: absolute;
    right: 0px;
    top: 35%;
  }
  .menucontents {
    font-size: 13px;
  }
  /*.menucontentsRight1{
		margin-right: 2%;
	}*/
  /*.number{
	    font-size:30px;
	    color:#FF9872;
    }
.reasonTitle{
		font-size: 20px;
		color:#FF9872;
		padding-top:35px;
		padding-bottom:17px;
	}
.reasonTitle1{
		font-size: 14px;
		line-height:1.6;
	}*/
  .Foot_img {
    height: 350px;
    background: url(../images/bg_index02.jpg);
    background-size: cover;
  }
  .Foot_img h1 a {
    font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
    font-size: 36px;
    font-weight: normal;
    color: #fff;
  }
  .Foot_img .text2 {
    display: block;
    font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
    font-size: 20px;
    font-weight: normal;
    color: #fff;
  }
  .Foot-img h1 .text1 {
    font-size: 28px;
  }
  .Foot_img .box1 {
    padding-top: 60px;
  }
  .Foot_img .box2 {
    padding-top: 20px;
    text-align: center;
  }
  .Foot_img .text3 {
    font-size: 20px;
  }
  .text4 {
    margin: 30px auto;
    width: 300px;
    font-size: 18px;
    padding: 5px 15px;
  }
  /*.reason{
		width:48%;
	}
	.reason-right{
		margin-right:4%;
	}
	.reason-right1{
		margin-right: 4%;
	}
	.reason-right2{
	    margin-right: 0;
    }
	.lesson1{
	    width:48%;
		margin-bottom:10px;
    }
    .lesson2{
	    width:48%;
		margin-bottom:10px;
    }
    .lesson3{
	    width:48%;
    }
	.button1 {
    	margin-top: 0px;
	}
	.clear4{
		clear:none;
	}*/
}

/*@media all and (max-width: 642px) {
  .tab li {
    width: 49.3%;
  }
}*/

@media all and (max-width: 578px) {
  .menucontents {
    font-size: 10px;
  }
}

@media all and (max-width: 447px) {
  .Head_img {
    height: 170px;
  }
  .HeadTitle {
    font-size: 30px;
    padding-top: 58px;
  }
  .block {
    display: block;
  }
  .MainNavi {
    width: 90%;
    margin-bottom: 30px;
  }
  .tab li.active {
    height: 40px;
    line-height: 25px;
    font-size: 15px;
  }
  .tab li {
    line-height: 15px;
    height: 30px;
  }
  .tab li a {
    line-height: 2.6;
  }
  .Lessontext {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .plan-contents {
    width: 100%;
  }
  .plan-text1 {
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 20px;
  }
  .plan-text3 {
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFAA7B;
  }
  .plan-text2 {
    font-size: 18px;
    color: #EFAA7B;
    padding-bottom: 10px;
  }
  .plan-text4 {
    line-height: 2;
    margin-bottom: 30px;
  }
  .table tr td {
    display: block;
  }
  .lessonFlow-container {
    background-color: #FAF6F0;
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
  .lessonFlow-title {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .caution-text {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .plan-icon {
    bottom: 13px;
  }
  .planLeft {
    padding-right: 0px;
  }
  .step-img {
    width: 100%;
    padding-top: 15px;
  }
  .step-ex {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .container .title h1 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
  }
  .plustitle p {
    font-size: 14px;
  }
  .plustitle1 {
    font-size: 20px;
    color: #DB877D;
    padding-right: 8px;
  }
  .plustitle2 {
    font-size: 14px;
    padding-top: 0;
  }
  .accordionbox {
    width: 100%;
    /* margin: 10px auto 40px; */
    margin-bottom: 40px;
  }
  .accordionlist dt {
    padding: 10px 30px 10px 20px;
  }
  .accordionlist dd {
    padding: 0 0 20px 20px;
  }
  /*.menucontents {
    width: 48%;
    position: relative;
    padding: 20px 0 20px 0;
    border: 2px solid #DB877D;
    border-radius: 7px;
    background-color: #fff;
    cursor: pointer;
    color: #DB877D;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
  }*/
  .tr {
    display: block;
  }
  .btn {
    max-width: 300px;
    width: 100%;
    font-size: 15px;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*.menucontentsRight2 {
    margin-right: 4%;
  }
  .menucontentsRight3 {
    margin-right: 0;
  }*/
  .step-ex {
    width: 100%;
  }
  table td {
    padding: 10px 10px;
  }
  .cell-right {
    width: 50%;
    padding-left: 10px;
  }
  .accordion_icon {
    position: absolute;
    right: 0px;
    top: 45%;
  }
  .cell-left {
    width: 50%;
  }
  .step-ex1 {
    font-size: 20px;
  }
	.container{
		margin-bottom:0px;
	}
  /*.container .inline-block {
    	margin-left: 5px;
    	padding-left: 50px;
	}
	.title img{
		width:49px;
		padding-top:8px;
	}
	.container .title p {
		font-size: 13px;
		color: #DC8380;
		margin-bottom: 0px;
	}

    .container .title h1 {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 300;
	}
	.text3{
		display:block;
		psdding-top:4px;
	}
	.container{
		width: 90%;
		margin: 0 auto 0;
	}
	.reason{
		width:100%;
		margin-top:40px;
        min-height:0px;
	    position:relative;
	    padding-left:11px;
	    padding-right:15px;
	    border-radius: 10px;
	    padding-bottom:10px;
	}
	.reasonTitle1 {
        font-size: 14px;
        line-height: 1.8;
    }
	.reasonTitle {
    	font-size: 18px;
    	color: #FF9872;
    	padding-top: 35px;
    	padding-bottom: 5px;
    }
	.number {
    	font-size: 25px;
    	color: #FF9872;
	}
	.button {
	    width:200px;
        display: inline-block;
	    margin-top:16px;
        font-size:11px;
	    line-height: 30px;
	    border:solid 2px #FF9872;
        border-radius: 15px;
        cursor: pointer;
    }
.button1 {
		width:200spx;
    	display: inline-block;
		margin-top:8px;
    	font-size:11px;
		line-height: 30px;
		position: relative;
		border:solid 2px #FF9872;
    	border-radius: 15px;
    	cursor: pointer;
	}
	.fa-right3 {
    	position: absolute;
    	right: 13px;
    	line-height: 30px;
	}
	.fa-right2{
		position: absolute;
		right:20px;
		bottom:0px;
		/*line-height:22px;
	}/*
	/*.fa-right1{
		position: absolute;
		line-height:22px;
	}
	.lesson1{
	    width:100%;
	    margin-bottom:10px;
    }
    .lesson2{
	    width:100%;
		margin-bottom:10px
    }
    .lesson3{
	    width:100%;
	}
	.titleTop{
		margin-top:25px;
		margin-bottom:20px;
	}*/
  .Foot_img {
    height: 190px;
    background: url(../images/bg_index02.jpg);
    background-size: cover;
    margin-top: 30px;
  }
  .Foot_img h1 a {
    font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
    font-size: 21px;
    font-weight: normal;
    color: #fff;
  }
  .Foot_img .text2 {
    display: block;
    font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
    font-size: 15px;
    font-weight: normal;
    color: #fff;
  }
  .Foot_img h1 .text1 {
    font-size: 15px;
  }
  .Foot_img .box1 {
    padding-top: 20px;
  }
  .Foot_img .box2 {
    padding-top: 15px;
    text-align: center;
  }
  .Foot_img .box3 {
    padding-top: 5px;
  }
  .Foot_img .text3 {
    font-size: 15px;
  }
  .text4 {
    margin: 8px auto;
    width: 250px;
    font-size: 15px;
    padding: 5px 15px;
  }
  .Point {
    font-size: 6px;
  }
}

@media (max-width: 428px) {
  table td {
    padding: 8px 10px;
  }
}

@media (max-width: 384px) {
  .lessonFlow-title {
    font-size: 17px;
  }
}

@media all and (max-width: 375px) {
  .plan-icon {
    width: 15%;
  }
}

@media all and (max-width: 375px) {
  .title img {
    width: 50px;
  }
  .container .title p {
    font-size: 11px;
    color: #DC8380;
    margin-bottom: 0px;
  }
  .step-ex1 {
    padding-right: 10px;
  }
  .step-ex2 {
    padding-right: 8px;
  }
  /*.container .inline-block{
		margin-left:0px;
		padding-left: 49px;
	}*/
  /*.container .title h1 {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 300;
	}*/
  .lessonMenu {
    margin-top: 20px;
  }
  .container .inline-block {
    padding-left: 40px;
  }
  .plan-text1 {
    font-size: 18px;
  }
  .planLeft {
    padding-right: 0px;
  }
  .title img {
    padding-top: 0;
  }
}

@media all and (max-width: 320px) {
  .title img {
    width: 50px;
  }
  .step-ex1 {
    font-size: 17px;
    padding-right: 5px;
    margin-right: 5px;
  }
  .step-ex2 {
    padding-right: 3px;
    padding-left: 8px;
  }
  .container .title p {
    font-size: 10px;
    color: #DC8380;
    margin-bottom: 0px;
  }
  .adjust {
    padding: 12.5px 0 11px 0;
  }
  .plan-text2 {
    font-size: 16px;
  }
  .btn {
    width: 260px;
    font-size: 15px;
    margin-top: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  /*.container .inline-block{
		margin-left:0px;
		padding-left:45px;
	}*/
  /*.container .title h1 {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 300;
	}*/
  .title img {
    padding-top: 0;
  }
}

.mainArea:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width:640px) {
  .mainArea:not(:last-child) {
    margin-bottom: 50px;
  }
}

.planArea01 h3 {
  background-image: url("../images/ico_index03.png");
}

.planFaqArea01 h3 {
  background-image: url("../images/ico_index04.png");
}

.lessonFlow-contents {
  border-radius: 3px;
}

@media screen and (max-width:640px) {
  .lessonFlow-contents{
    padding: 10px 15px;
  }
}

.step-img {
  width: 14%;
}

@media screen and (max-width:640px) {
  .step-img {
    width: 100%;
    padding-top: 10px;
    line-height: 0;
    float: none;
  }
}

.step-ex {
  width: calc(100% - 172px);
}

@media screen and (max-width:640px) {
  .step-ex {
    width: 100%;
    padding: 5px 0 10px;
    float: none;
  }
}

.step-ex1 {
  margin-right: 10px;
}

.step-ex3 {
  margin-top: 10px;
  line-height: 1.6;
}

.step-ex3 span {
  font-weight: 500;
  text-decoration: underline;
}

.point-img {
  padding: 10px 0;
}

.btn {
  margin-top: 45px;
}

@media screen and (max-width:640px) {
  .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width:1000px) {
  .menucontents {
    font-size: 16px;
  }
}

@media screen and (max-width:769px) {
  .menucontents {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}

.menucontents a {
  color: #db877d;
  padding: 20px 0;
  display: block;
}

.accordionbox {
  margin-top: 40px;
  padding: 0;
}

@media screen and (max-width:769px) {
  .accordionbox {
    margin-bottom: 40px;
  }
}

.accordionlist dt {
  padding: 2px 45px 10px 20px;
}

.accordion_icon {
  margin: auto 0;
  top: 0;
  right: 10px;
  bottom: 0;
}

.plustitle1 {
  color: #e28f5d;
  margin-right: 10px;
  padding-right: 0;
}

.plustitle2 {
  text-indent: -2em;
  padding-left: 2em;
}

.plustitle2 .plustitle1 {
  color: #df8680;
}

.plustitle {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

@media screen and (max-width:769px) {
  .lessonMenu {
    margin: 0;
  }
}

@media screen and (max-width:767px) {
  .plustitle {
    text-indent: -2.2em;
    padding-left: 2.2em;
  }

  .plan-contents {
    width: 100%;
    float: none;
  }

  .plan-image {
    max-width: 300px;
    margin: 0 auto;
  }

  .plan-icon1 {
    max-width: 210px;
  }
}

@media screen and (max-width:447px) {
  .tab li:not(.active) a {
    line-height: 2.4;
  }

  .tab li.active a {
    line-height: 2.8;
  }
}