@charset "UTF-8";
/* CSS Document */
.l-main {
	padding-bottom: 0px
}
.l-main img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.l-footerSite {
	display:none;
}
.l-inner {
	width: 100%;
}
.l-footer__toBtnBlock {
	display:none;
}
.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	margin: 0!important;
}

@media screen and (max-width:1016px) {
.l-inner {
	width: 100%;
	padding: 0;
}
}
.pc {display:block;}
.sp {display:none;}
@media screen and (max-width:768px) {
.pc {display:none;}
.sp {display:block;}
}

/**********/
#main img {
	width: 100%;
	height: auto;
}
.nav {
	width: 100%;
	background: #00b7d7;
	background: -moz-linear-gradient(left, #00b7d7 0%, #00c47f 100%);
	background: -webkit-linear-gradient(left, #00b7d7 0%,#00c47f 100%);
	background: linear-gradient(to right, #00b7d7 0%,#00c47f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7d7', endColorstr='#00c47f',GradientType=1 );
	padding: 22px 0;
	margin: 0 0 85px;
}
.nav ul {
	margin: 0px auto;
	/* max-width: 860px; */
	text-align: center;
	padding: 0;
	width: 340px;
}
.nav ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.nav ul li {
	float: left;
	position: relative;
}
.nav ul li:nth-child(1) a , .nav ul li:nth-child(2) a {
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 42px;
	border-bottom: solid 2px rgba(255,255,255,0);
}
.nav ul li:nth-child(3) a , .nav ul li:nth-child(4) a {
	font-weight: bold;
	display: block;
	color: #00ab96;
	font-size: 16px;
	line-height: 42px;
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	padding: 0 7%;
}

.nav ul li:nth-child(1) a:hover , .nav ul li:nth-child(2) a:hover {
	border-bottom: solid 2px rgba(255,255,255,1);
	opacity: 1;
}
.nav ul li:nth-child(3) a:hover , .nav ul li:nth-child(4) a:hover {
	background: #fcee21;
	opacity: 1;
}
.nav ul li a:before{
	content: " ";
	display: inline-block;
	vertical-align: middle;
}
.nav ul li:nth-child(1) {
	/* width:14%; */
	margin: 0 10% 0 0;
}
.nav ul li:nth-child(2) {
	/* width:24%; */
	margin: 0;
}
.nav ul li:nth-child(3) {
	width:26%;
	margin: 0 2% 0 0;
}
.nav ul li:nth-child(4) {
	width:18%;
}
.nav ul li:nth-child(1) a:before{
	width: 40px;
	height: 42px;
	background: url(../images/icon3.png) no-repeat center center;
	background-size: contain;
	margin: 0 12px 0 0;
}
.nav ul li:nth-child(2) a:before{
	width: 49px;
	height: 42px;
	background: url(../images/icon2.png) no-repeat center center;
	background-size: contain;
	margin: 0 12px 0 0;
}
.nav ul li:nth-child(3) a:before{
	width: 30px;
	height: 42px;
	background: url(../images/icon5.png) no-repeat center center;
	background-size: contain;
	margin: 0 7px 0 0;
}
.nav ul li:nth-child(4) a:before{
	width: 26px;
	height: 42px;
	background: url(../images/icon6.png) no-repeat center center;
	background-size: contain;
	margin: 0 9px 0 0;
}
.sec-area1 {
	padding-top: 75px;
}
.sec-area1 .intro {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 0 45px;
}
.sec-area1 .intro:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-area1 .intro .text {
	float: left;
	width: 65%;
}
.sec-area1 .intro .image {
	float: right;
	width: 34%;
}
.sec-area1 .intro .text .icon {
	margin: 0px 0px 20px;
	width: 9%;
}
.sec-area1 .intro .text .copy {
	margin: 0px 0px 25px;
}
.sec-area1 .intro .text .copy span {
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 68%, #dadf00 68%);
	position: relative;
}

.sec-area1 .intro .text .copy span:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 16px solid #dadf00;
	border-left: 6px solid transparent;
	position: absolute;
	bottom: 0;
	left: -6px;
}
 
.sec-area1 .intro .text .copy span:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #dadf00;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: 0;
	right: -6px;
}
.sec-area1 .intro .text p {
	font-size: 22px;
	text-align: justify;
}
.sec-area1 .intro .text p span {
	font-size: 12px;
}
.sec-area1 .voice {
	background: #def4f1;
	max-height: 355px;
}
.sec-area1 .voice .img {
	margin: 0px auto;
	max-width: 1046px;
	position: relative;
	top: -30px;
}
.sec-area1 .bnr {
}
/*.sec-area1 .bnr a {
	display: block;
	background: #03AB97;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	padding: 25px 0;
	font-weight: bold;
}*/
/*.sec-area1 .bnr a:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 76px;
	height: 49px;
	background: url(../images/icon2.png) no-repeat center center;
	background-size: contain;
	margin: 0 15px 0 0;
}*/
/*.sec-area1 .bnr a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 49px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: contain;
	margin: 0 0 0 15px;
}*/
/*.sec-area1 .bnr a:hover {
	background: #fcee21;
	color: #03AB97;
	opacity: 1;
}*/
/*.sec-area1 .bnr a:hover:before {
	width: 76px;
	height: 49px;
	background: url(../images/icon9.png) no-repeat center center;
	background-size: contain;
}*/
/*.sec-area1 .bnr a:hover:after {
	width: 26px;
	height: 49px;
	background: url(../images/arrow2.png) no-repeat center center;
	background-size: contain;
}*/


.sec-area2 {
	padding: 75px 0 0;
}
.sec-area2 .intro {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 0 45px;
}
.sec-area2 .intro:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-area2 .intro .text {
	float: left;
	width: 54%;
}
.sec-area2 .intro .image {
	float: right;
	width: 44%;
}
.sec-area2 .intro .text .icon {
	margin: 0px 0px 20px;
	width: 9%;
}
.sec-area2 .intro .text .copy {
	margin: 0px 0px 25px;
}
.sec-area2 .intro .text .copy span {
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 68%, #dadf00 68%);
	position: relative;
}

.sec-area2 .intro .text .copy span:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 16px solid #dadf00;
	border-left: 6px solid transparent;
	position: absolute;
	bottom: 0;
	left: -6px;
}
 
.sec-area2 .intro .text .copy span:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #dadf00;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: 0;
	right: -6px;
}
.sec-area2 .intro .text p.text1 {
	font-size: 22px;
	text-align: justify;
	margin: 0 0 15px;
}
.sec-area2 .intro .text p.text2 {
	font-size: 12px;
	line-height: 1.2;
}
.sec-area2 .voice {
	background: #fdeaee;
	max-height: 355px;
}
.sec-area2 .voice .img {
	margin: 0px auto;
	max-width: 1046px;
	position: relative;
	top: -30px;
}
.sec-area2 .bnr {
}
/*.sec-area2 .bnr a {
	display: block;
	background: #ea6082;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	padding: 25px 0;
	font-weight: bold;
}*/
/*.sec-area2 .bnr a:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 49px;
	background: url(../images/icon3.png) no-repeat center center;
	background-size: contain;
	margin: 0 15px 0 0;
}*/
/*.sec-area2 .bnr a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 49px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: contain;
	margin: 0 0 0 15px;
}*/
/*.sec-area2 .bnr a:hover {
	background: #fcee21;
	color: #03AB97;
	opacity: 1;
}*/
/*.sec-area2 .bnr a:hover:before {
	width: 54px;
	height: 49px;
	background: url(../images/icon10.png) no-repeat center center;
	background-size: contain;
}*/
/*.sec-area2 .bnr a:hover:after {
	width: 26px;
	height: 49px;
	background: url(../images/arrow2.png) no-repeat center center;
	background-size: contain;
}*/
.sec-area3 {
	background: url(../images/sec3_bg.png) repeat left top;
	padding: 90px 0px;
}
.sec-area3 .inn {
	max-width: 1100px;
	margin: 0 auto;
}
.sec-area3 .ttl {
	margin: 0px 0px 50px;
	text-align: center;
}
.sec-area3 .ttl span {
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 68%, #dadf00 68%);
	position: relative;
}

.sec-area3 .ttl span:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 16px solid #dadf00;
	border-left: 6px solid transparent;
	position: absolute;
	bottom: 0;
	left: -6px;
}
 
.sec-area3 .ttl span:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #dadf00;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: 0;
	right: -6px;
}
.sec-area3 .merit:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-area3 .merit .box {
	width: 30%;
	float: left;
	border-right: 1px dashed #999;
	margin-right: 3%;
	padding-right: 3%;
}
.sec-area3 .merit .box:last-child {
	border-right: none;
	padding-right: 3%;
}
.sec-area3 .merit .box .img {
	text-align: center;
	margin: 0px 0px 20px;
}
.sec-area3 .merit .box p {
	font-size: 20px;
}
.sec-area3 .merit .box p span {
	font-size: 13px;
}
.f-nav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.f-nav {
	background:linear-gradient(90deg,#036eb6 0%,#036eb6 50%,#2db5a9 50%,#2db5a9 100%);
}
.f-nav .btn_mv {
	float: left;
	width: 50%;
}
.f-nav .btn_app {
	float: right;
	width: 50%;
}
.f-nav .btn_app a {
	display: block;
	height: 120px;
	background: url(../images/f-nav_btn02.png) no-repeat;
	background-position: 20% center;
	background-size: 45%;
	text-indent: -9999px;
}
.f-nav .btn_mv a {
	display: block;
	height: 120px;
	background: url(../images/f-nav_btn01.png) no-repeat;
	background-position: 80% center;
	background-size: 45%;
	text-indent: -9999px;
}
.f-nav .btn_mv a:hover {
	display: block;
	height: 120px;
	background: #fcee21 url(../images/f-nav_btn01_on.png) no-repeat;
	background-position: 80% center;
	background-size: 45%;
	text-indent: -9999px;
	opacity: 1;
}
.f-nav .btn_app a:hover {
	display: block;
	height: 120px;
	background: #fcee21 url(../images/f-nav_btn02_on.png) no-repeat;
	background-position: 20% center;
	background-size: 45%;
	text-indent: -9999px;
	opacity: 1;
}



#inline_content1 {
	background: #FFF;
	border-bottom: solid 10px #00ab96;
}
#inline_content2 {
	background: #FFF;
	border-bottom: solid 10px #ea6082;
}
#inline_content1 .ttl {
	font-weight: bold;
	color: #FFF;
	background: #00ab96;
	text-align: center;
	padding: 10px 0;
}
#inline_content2 .ttl {
	font-weight: bold;
	color: #FFF;
	background: #ea6082;
	text-align: center;
	padding: 10px 0;
}
#inline_content1 .ttl p , #inline_content2 .ttl p {
	font-size:28px;
}
#inline_content1 .ttl p:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 65px;
	height: 47px;
	background: url(../images/icon2.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#inline_content2 .ttl p:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 52px;
	height: 47px;
	background: url(../images/icon3.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#inline_content1 .list {
	margin: 0 5%;
	padding: 15px 0;
	font-size: 18px;
}
#inline_content2 .list {
	margin: 0 5%;
	padding: 30px 0;
	font-size: 18px;
}
#inline_content2 .list:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#inline_content2 .list .listL {
	float:left;
	border-right: solid 1px #ea6082;
	padding: 0 5% 0 0;
	width: 50%;
}
#inline_content2 .list .listR {
	float: right;
	width: 45%;
}
#inline_content2 .list .list1 {
	float:left;
	border-right: solid 1px #ea6082;
	margin: 0 2% 0 0;
	padding: 0 2% 0 0;
	width: 32%;
}
#inline_content2 .list .list2 {
	float:left;
	border-right: solid 1px #ea6082;
	margin: 0 2% 0 0;
	padding: 0 2% 0 0;
	width: 32%;
}
#inline_content2 .list .list3 {
	float: right;
	width: 32%;
}
#inline_content1 .list .sttl {
	color: #00ab96;
	border-bottom: solid 2px #ccc;
}
#inline_content2 .list .sttl {
	font-size: 28px;
	color: #ea6082;
	text-align: center;
	margin: 0px 0px 30px;
}

#inline_content1 .list dl , #inline_content2 .list dl {
	border-bottom: solid 1px #ccc;
	padding: 8px 0 5px;
}
#inline_content1 .list dl.last , #inline_content2 .list dl.last {
	border-bottom: none;
	margin: 0 0 10px;
	padding: 5px 0 0;
}
#inline_content1 .list dl:after , #inline_content2 .list dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#inline_content1 .list dl dt , #inline_content2 .list dl dt {
	width: 83%;
	float: left;
	padding: 0 0 0 2%;
	line-height: 1.3;
}
#inline_content1 .list dl dd , #inline_content2 .list dl dd {
	width:15%;
	float:right;
	text-align: right;
}

@media screen and (max-width:768px) {

#main img {
	width: 100%;
	height: auto;
}
.nav {
	padding: 5px 0 12px;
	margin: 0;
}
.nav ul {
	/* margin: 0 3%; */
}
.nav ul:after {}
.nav ul li {
	float: left;
	position: relative;
}
.nav ul li:nth-child(1) a , .nav ul li:nth-child(2) a {
	font-size: 12px;
	line-height: 30px;
}
.nav ul li:nth-child(3) a , .nav ul li:nth-child(4) a {
	font-size: 12px;
	line-height: 42px;
	padding: 0 5%;
}

.nav ul li:nth-child(1) a:hover , .nav ul li:nth-child(2) a:hover {}
.nav ul li:nth-child(3) a:hover , .nav ul li:nth-child(4) a:hover {}
.nav ul li a:before{
	content: " ";
	display: inline-block;
	vertical-align: middle;
}
.nav ul li:nth-child(1) {
	width: 50%;
	margin: 0 0 5px;
}
.nav ul li:nth-child(2) {
	width: 50%;
	margin: 0 0 5px 0;
}
.nav ul li:nth-child(3) {
	width: 48%;
	margin: 0 2% 0 0;
}
.nav ul li:nth-child(4) {
	width: 48%;
}
.nav ul li:nth-child(1) a:before{
	width: 20px;
	height: 22px;
	margin: 0 5px 0 0;
}
.nav ul li:nth-child(2) a:before{
	width: 25px;
	height: 22px;
	margin: 0 5px 0 0;
}
.nav ul li:nth-child(3) a:before{
	width: 15px;
	height: 22px;
	margin: 0 5px 0 0;
}
.nav ul li:nth-child(4) a:before{
	width: 16px;
	height: 22px;
	margin: 0 5px 0 0;
}
.sec-area1 {
	padding: 50px 0 0;
	margin: 0 0 0;
	border-bottom: none;
}
.sec-area1 .intro {
	margin: 0 5%;
	padding: 0 0 35px;
}
.sec-area1 .intro:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-area1 .intro .text {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.sec-area1 .intro .image {
	float: none;
	width: auto;
}
.sec-area1 .intro .text .icon {
	margin: 0px 0px 10px;
	width: 20%;
}
.sec-area1 .intro .text .copy {
	margin: 0px 0px 15px;
}
.sec-area1 .intro .text .copy span {
	font-size: 18px;
}

.sec-area1 .intro .text .copy span:before {
	border-bottom: 9px solid #dadf00;
}
 
.sec-area1 .intro .text .copy span:after {
	border-top: 9px solid #dadf00;
}
.sec-area1 .intro .text p {
	font-size: 13px;
}
.sec-area1 .intro .text p span {
	font-size: 10px;
	line-height: 1.5;
}
.sec-area1 .voice {
	max-height: 100%;
}
.sec-area1 .voice .img {
	margin: 0 auto;
	top: -20px;
	width: 85%;
}
.sec-area1 .bnr {
}
.sec-area1 .bnr a {
	font-size: 16px;
	padding: 15px 5%;
}
.sec-area1 .bnr a:before {
	width: 33px;
	height: 24px;
	margin: 0 10px 0 0;
}
.sec-area1 .bnr a:after {
	height: 28px;
	width: 15px;
	margin: 0 0 0 10px;
}
.sec-area1 .bnr a:hover {
	background: #fcee21;
	color: #03AB97;
	opacity: 1;
}
.sec-area1 .bnr a:hover:before {
	width: 33px;
	height: 24px;
}
.sec-area1 .bnr a:hover:after {
	height: 28px;
	width: 15px;
}


.sec-area2 {
	padding: 80px 0px 0;
	margin: -50px 0 0;
	border-bottom: none;
}
.sec-area2 .intro {
	padding: 0 0 40px;
	margin: 0 5%;
}
.sec-area2 .intro:after {}
.sec-area2 .intro .text {
	width: auto;
	float: none;
	margin: 0 0 10px;
}
.sec-area2 .intro .image {
	float: none;
	width: 85%;
	margin: 0 auto;
}
.sec-area2 .intro .text .icon {
	margin: 0px 0px 5px;
	width: 18%;
}
.sec-area2 .intro .text .copy {
	margin: 0px 0px 15px;
}
.sec-area2 .intro .text .copy span {
	font-size: 18px;
}

.sec-area2 .intro .text .copy span:before {
	border-bottom: 9px solid #dadf00;
}
 
.sec-area2 .intro .text .copy span:after {
	border-top: 9px solid #dadf00;
}
.sec-area2 .intro .text p {
	font-size: 13px;
}
.sec-area2 .intro .text p span {
	font-size: 10px;
}
.sec-area2 .voice {
	max-height: 100%;
}
.sec-area2 .voice .img {
	top: -20px;
	width: 95%;
}
.sec-area2 .bnr {
}
.sec-area2 .bnr a {
	font-size: 16px;
	padding: 15px 5%;
}
.sec-area2 .bnr a:before {
	width: 28px;
	height: 24px;
	margin: 0 10px 0 0;
}
.sec-area2 .bnr a:after {
	width: 15px;
	height: 28px;
	margin: 0 0 0 10px;
}
.sec-area2 .bnr a:hover {
	background: #fcee21;
	color: #03AB97;
	opacity: 1;
}
.sec-area2 .bnr a:hover:before {
	width: 28px;
	height: 24px;
}
.sec-area2 .bnr a:hover:after {
	width: 15px;
	height: 28px;
}
.sec-area3 {
	padding: 30px 0px;
}
.sec-area3 .inn {
	margin: 0 5%;
}
.sec-area3 .ttl {
	margin: 0px 0px 25px;
}
.sec-area3 .ttl span {
	font-size: 18px;
}

.sec-area3 .ttl span:before {
	border-bottom: 9px solid #dadf00;
}
 
.sec-area3 .ttl span:after {
	border-top: 9px solid #dadf00;
}
.sec-area3 .merit:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sec-area3 .merit .box {
	width: auto;
	float: none;
	border-bottom: 1px dashed #999;
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sec-area3 .merit .box:last-child {
	border-right: none;
	padding-right: 0;
	border-bottom: none;
}
.sec-area3 .merit .box .img {
	margin: 0px auto 15px;
	width: 25%;
}
.sec-area3 .merit .box p {
	font-size: 14px;
}
.sec-area3 .merit .box p span {
	font-size: 13px;
}
.f-nav:after {}
.f-nav {}
.f-nav .btn_mv {
}
.f-nav .btn_app {
}
.f-nav .btn_app a {
	height: 60px;
	background: url(../images/f-nav_btn02_sp.png) no-repeat;
	background-position: center;
	background-size: 80%;
}
.f-nav .btn_mv a {
	height: 60px;
	background: url(../images/f-nav_btn01_sp.png) no-repeat;
	background-position: center;
	background-size: 80%;
}
.f-nav .btn_mv a:hover {
	height: 60px;
	background: #fcee21 url(../images/f-nav_btn01_sp_on.png) no-repeat;
	background-position: center;
	background-size: 80%;
}
.f-nav .btn_app a:hover {
	height: 60px;
	background: #fcee21 url(../images/f-nav_btn02_sp_on.png) no-repeat;
	background-position: center;
	background-size: 80%;
}



#inline_content1 {
	border-bottom: solid 5px #00ab96;
}
#inline_content2 {
	background: #FFF;
	border-bottom: solid 5px #ea6082;
}
#inline_content1 .ttl {
}
#inline_content2 .ttl {}
#inline_content1 .ttl p , #inline_content2 .ttl p {
	font-size: 15px;
	margin: 0 40px 0 5%;
	line-height: 1.5;
}
#inline_content1 .ttl p:before{
	margin: 0 5px 0 0;
	width: 25px;
	height: 19px;
}
#inline_content2 .ttl p:before{
	width: 30px;
	height: 24px;
}

#inline_content1 .list {
	padding: 20px 0;
	font-size: 16px;
}
#inline_content2 .list {
	padding: 20px 0;
	font-size: 16px;
	margin: 0 5%;
}
#inline_content2 .list:after {}
#inline_content2 .list .listL {
	float: none;
	border-right: none;
	padding: 0 0 20px;
	margin: 0 0 20px;
	width: auto;
	border-bottom: solid 1px #ea6082;
}
#inline_content2 .list .listR {
	float: none;
	width: auto;
}
#inline_content2 .list .list1 {
	float: none;
	border-right: none;
	border-bottom: solid 1px #ea6082;
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: auto;
}
#inline_content2 .list .list2 {
	float: none;
	border-right: none;
	border-bottom: solid 1px #ea6082;
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: auto;
}
#inline_content2 .list .list3 {
	float: none;
	width: auto;
}
#inline_content1 .list .sttl {
}


#inline_content2 .list .sttl {
	font-size: 18px;
	margin: 0px 0px 15px;
}

#inline_content1 .list dl , #inline_content2 .list dl {
	padding: 6px 0;
}
#inline_content1 .list dl.last , #inline_content2 .list dl.last {
	padding: 6px 0 0;
}
#inline_content1 .list dl:after , #inline_content2 .list dl:after {}
#inline_content1 .list dl dt , #inline_content2 .list dl dt {
	width: 80%;
	padding: 0;
}
#inline_content1 .list dl dd , #inline_content2 .list dl dd {
	width: 20%;
}
}








/*=======================================
　220628～追加
=======================================*/
.textbook_area {
	padding: 0;
}
.textbook_area li,
.howto_list li {
	list-style: none;
}
.textbook_area li dd {
	margin: 0;
}
.textbook_area .box ul,
.howto_list .box ul {
	padding: 0;
}
.howto_list {
	padding: 0;
}
.howto_list li dd {
	margin: 0;
}
@media only screen and (max-width: 768px){
.textbook_area {
	padding: 0;
}
.textbook_area li,
.howto_list li {
	list-style: none;
}
.textbook_area li dd {
	margin: 0;
}
.textbook_area .box ul,
.howto_list .box ul {
	padding: 0;
}
.howto_list {
	padding: 0;
}
.howto_list li dd {
	margin: 0;
}
}


/* アコーディオンエリア共通 */

.accordion-area {
	max-width: 1200px;
	margin: 0 auto;
}
.accordion-area .title {
	font-size: 18px;
	margin: 0 0 20px;
}
.accordion-area li dl {
	display:
	-webkit-box;
	display:
	-webkit-flex;
	display:
	-ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px;
	padding: 0 0% 10px 4%;
	border-bottom: 1px solid #d2d2d2;
}
.accordion-area li dl dd::before {
    content:  "";
    width:  20px;
    height:  20px;
    display:  inline-block;
    border-radius:  50%;
    margin: 0 10px -4px 0;
}
.item ul {
	padding: 0;
}
.item.btn ul {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.item.btn ul li {
	width: 48%;
}
@media only screen and (max-width: 768px){
.accordion-area {
	max-width: 1200px;
	margin: 0 auto;
}
.accordion-area .title {
}
.accordion-area li dl {
	padding: 0 2% 10px;
	font-size: 14px;
}
.accordion-area .item > ul > li:first-child dl {
	/* padding-top: 40px; */
}
.accordion-area li {
	/* width: 90%; */
	margin: 0 auto;
}
.accordion-area li dl dd::before {
    margin: 0 10px -5px 0;
}
.item ul {margin: 40px auto;width: 90%;}
.item.btn ul {
	flex-direction: column;
	gap: 15px;
}
.item.btn ul li {
	width: 100%;
}
}




/* 教科書説明動画 */

.bnr_textbook {
	display: block;
	background: #ea6082;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	padding: 25px 0;
	font-weight: bold;
	margin-bottom: 60px;
}
.bnr_textbook:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 76px;
	height: 49px;
	background: url(../images/icon2.png) no-repeat center center;
	background-size: contain;
	margin: 0 15px 0 0;
}
.textbook_area .math .title {
	color: #ef847c;
}
.textbook_area .science .title {
	color: #f39800;
}
.textbook_area .english .title {
	color: #00a1e9;
}
.textbook_area > li {
    width: 32%;
    border-right: 2px solid #d2d2d2!important;
    padding-right: 3%;
    margin-right: 3%;
}
.textbook_area > li:last-child {
    border-right: none!important;
    margin-right: 0;
}
.textbook_area {
    display:
    -webkit-box;
    display:
    -webkit-flex;
    display:
    -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.bnr_textbook:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 76px;
	height: 49px;
	background: url(../images/icon3.png) no-repeat center center;
	background-size: contain;
	margin: 0 15px 0 0;
}
.accordion-area li.math dl dd::before {
	background: url("../images/arrow_r1.png") 0% 50% no-repeat;
}
.accordion-area li.science dl dd::before {
	background: url("../images/arrow_r2.png") 0% 50% no-repeat;
}
.accordion-area li.english dl dd::before {
	background: url("../images/arrow_r3.png") 0% 50% no-repeat;
}
.accordion-area li.list1 dl dd::before {
	background: url("../images/arrow_r4.png") 0% 50% no-repeat;
}
.accordion-area li.life dl dd::before {
	background: url("../images/arrow_r5.png") 0% 50% no-repeat;
}
.accordion-area li.list3 dl dd::before {
	background: url("../images/arrow_r6.png") 0% 50% no-repeat;
}
.accordion-area li dl dt {
	width: 80%;
}
.accordion-area li dl dd {
	width: 30%;
	min-width: 90px;
}
.textbook_area dl dt {
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 768px){
.bnr_textbook {
	font-size: 18px;
	padding: 1px 0;
	margin-bottom: 0;
}
.bnr_textbook:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 76px;
	height: 49px;
	background: url(../images/icon2.png) no-repeat center center;
	background-size: contain;
	margin: 0 15px 0 0;
}
.textbook_area .title {
    color: #fff!important;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.textbook_area .math .title {background: #ef847c;}
.textbook_area .science .title {
	background: #f39800;
}
.textbook_area .english .title {
	background: #00a1e9;
}
.textbook_area > li {
    width: 100%;
    border-right: none!important;
    padding-right: 0;
}
.textbook_area > li:last-child {
    border-right: none!important;
    margin-right: 0;
}
.textbook_area {
    
display: block;
}
.bnr_textbook:before {
	width: 7%;
	margin: 0 8px 0 0;
	min-width: 35px;
}
.accordion-area li.math dl dd::before {
}
.accordion-area li.science dl dd::before {
	background: url("../images/arrow_r2.png") 0% 50% no-repeat;
}
.accordion-area li.english dl dd::before {
	background: url("../images/arrow_r3.png") 0% 50% no-repeat;
}
.accordion-area li.list1 dl dd::before {
	background: url("../images/arrow_r4.png") 0% 50% no-repeat;
}
.accordion-area li.life dl dd::before {
	background: url("../images/arrow_r5.png") 0% 50% no-repeat;
}
.accordion-area li.list3 dl dd::before {
	background: url("../images/arrow_r6.png") 0% 50% no-repeat;
}
.accordion-area li dl dt {
	width: 85%;
	margin-right: 2%;
}
.accordion-area li dl dd {
	width: 15%;
	min-width: 65px;
}
}
@media only screen and (max-width: 768px){
.accordion-area li dl dd {
    min-width: 75px;
}
}





/* デジタル教科書説明動画一覧 */

.bnr_howto {
	display: block;
	background: #03ab97;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	padding: 25px 0;
	font-weight: bold;
	margin-bottom: 60px;
}
.bnr_howto:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 49px;
	background: url("../images/icon2.png") no-repeat center center;
	background-size: contain;
	margin: 0 15px 0 0;
}
.howto_list li dl {
	padding: 0 0 10px 1.5%;
	padding-left: 1em;
	text-indent: -1em;
}
.howto_list li dl dt {
	width: 90%;
	margin-right: 5%;
}
.howto_list li dl dd {
	width: fit-content;
	min-width: 90px;
}
.howto_list .title {
	font-size:18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d2d2d2;
}
.howto_list .list {
	margin: 0 auto 75px;
	width: 90%;
	max-width: 1200px;
}
.howto_list .list1 .title {
	color: #00c3c5;
	margin-bottom: 30px;
}
/*アコーディオンメニュートリ　タイトル*/
.howto_list .title2 {
	font-size:18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d2d2d2;
}
.howto_list .list1 .title2 {
	color: #00c3c5;
	margin-bottom: 30px;
}


.howto_list .list2 .title {
	color: #00e4e7;
}
.howto_list .list3 .title {
	color: #2fdb6c;
}
.howto_list .icon {
	color: #fff;
	padding: 0 23px;
	border-radius: 50px;
	/* line-height: 0; */
	margin-right: 2%;
}
.howto_list .math .icon {
	background: #ff9f98;
}
.howto_list .science .icon {
	background: #ffbf43;
}
.howto_list .english .icon {
	background: #62bcff;
}
.howto_list .life .icon {
	background: #b1d24d;
}
@media only screen and (max-width: 768px){
.bnr_howto {
	font-size: 18px;
	padding: 1px 0;
	margin-bottom: 30px;
}
.bnr_howto:before {width: 7%;margin: 0 8px 0 0;min-width: 35px;}
.howto_list li dl {
	/* padding: 0 0 10px 1.5%; */
}
.howto_list .list2 li dl dt {
	padding-left: 53px;
	text-indent: -53px;
}
.howto_list li dl dd {
	width: 20%;
	min-width: 71px;
}
.howto_list .title {color: #fff!important;margin: 0;text-align: center;padding: 10px 0;border-bottom: none;}
.howto_list .list {
	margin-bottom: 0;
	width: 100%;
}
.howto_list .list1 .title {
	background: #00c3c5;
}
/*アコーディオンメニュートリ　タイトル*/
.howto_list .title2 {color: #fff!important;margin: 0;text-align: center;padding: 10px 0;border-bottom: none;}
.howto_list .list1 .title2 {
	background: #00c3c5;
}
	.howto_list .list1 .item {
		display: block;
		padding-bottom: 30px;
	}
	
.howto_list .list2 .title {
	background: #00e4e7;
}
.howto_list .list3 .title {
	background: #2fdb6c;
}
.howto_list .icon {
	padding: 0 13px;
	font-size: 12px;
}
.howto_list .math .icon {
}
.howto_list .science .icon {
}
.howto_list .english .icon {
}
.howto_list .life .icon {
	background: #b1d24d;
}
}
@media only screen and (max-width: 400px){
.howto_list li dl dd {
    min-width: 53px;
}
}



/*=================================
アコーディオンのためのcss
===================================*/
.title{
	pointer-events: none;
}
@media screen and (max-width: 768px){
	.title{
		pointer-events: all;
	}
	
	.item{
		display: none;
	}
}
@media only screen and (max-width: 768px){
/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	padding: 0;
	width: 100%;
}

.accordion-area li{
	/* margin: 0; */
}

.accordion-area section {
	/* border: 1px solid #ccc; */
}

/*アコーディオンタイトル*/
.title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	/* font-size:1rem; */
	font-weight: normal;
	/* padding: 3% 3% 3% 50px; */
	transition: all .5s ease;
}

.title::after{
    content:  "";
    width: 31px;
    height: 17px;
    display: inline-block;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    right: 5%;
    background: url("../images/open_btn.png") no-repeat;
    transition: all .5s ease;
    position: absolute;
}
/*　closeというクラスがついたら形状変化　*/
.title.close::after{
	transform: rotate(180deg);
	transition: all .5s ease;
	top: 30%;
}

/*アコーディオンで現れるエリア*/
.english .item {
	/*はじめは非表示*/
	border-bottom: 10px solid #ea6082;
}
}








/*========= モーダル表示のためのCSS ===============*/

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}














.sec-area_tb {
	border-bottom: 10px solid #ea6082;
	padding-bottom: 50px;
}
.sec-area_ht {
	border-bottom: 10px solid #03ab97;
}
@media only screen and (max-width: 768px){
.sec-area_tb {
	border-bottom: none;
	padding-bottom: 0;
}
.sec-area_ht {
	border-bottom: none;
}
}




