@charset "UTF-8";

/* 申込みボタン部分_斜め線見出し
=============================*/
.cv_option .btn_txt {
    position: relative;
    padding: .5rem 1.5rem 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
	display: inline-block;
	color: #ea6068;
}
.cv_option .btn_txt::before,
.cv_option .btn_txt::after {
    position: absolute;
    top: 1rem;
    height: 1.8rem;
    content: '';
	border-radius: 99em;
	color: #ea6068;
}
.cv_option .btn_txt::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}
.cv_option .btn_txt::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}
@media only screen and (max-width: 736px) {
	.cv_option .btn_txt {
		font-size: 1.6rem;
	}
}


/* みんなのまなびライブラリー_ボーダーのボックス
=========================================*/
.option_box{
	padding: 30px 50px;
    border: 2px solid #eff1f4;
	border-radius: 20px;
	text-align: center;
}
.option_box .d_flex{
	display: flex;
	justify-content: space-between;
}
.option_box .d_flex .txt{
	width: 450px;
	text-align: left;
}
.option_box .d_flex .img{
	width: 400px;
}
@media only screen and (max-width: 1020px) {
	.option_box .d_flex .img{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 736px) {
	.option_box {
		padding: 10% 7%;
	}
	.option_box .d_flex{
		display: block;
	}
	.option_box .d_flex .txt{
		width: 100%;
	}
	.option_box .d_flex .img{
		width: 100%;
		aspect-ratio: 16 / 9;
		margin-right: 0;
	}
	.option_box .d_flex .img iframe{
		width: 100%;
  		height: 100%;
	}
}


/* みんなのまなびライブラリー_ご利用手順
=========================================*/
.option_flow {
	width: 900px;
	margin: 0 auto;
}
.option_flow_ttl {
	margin: 0 auto 25px;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}
.option_flow_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: #f1f1f1;
	    border-radius: 10px;
}
.option_flow_item::after {
	content: "";
	border-top: 18px solid #aacc03;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 18px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -47px;
}
.option_flow_item:last-child::after {
  display: none;
}
.option_flow_item + .option_flow_item {
  margin-top: 40px;
}
.option_flow_num {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	width: 164px;
	background: #aacc03;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	border-radius: 10px 0 0 10px;
}
.option_flow_num small{
	display: contents;
	font-size: 80%;
}
.option_flow_txt {
	display: block;
	width: calc(100% - 64px);
	padding: 25px 20px;
	-webkit-box-sizing: border-box;
	  		box-sizing: border-box;
	text-align: left;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.option_flow {
		width: 100%;
	}
	.option_flow_num {
		width: 120px;
		line-height: 2;
		font-size: 20px;
	}
  .option_flow_txt {
		padding: 15px 10px;
		font-size: 16px;
	  align-self: center;
  }
}

/* よくあるご質問
=========================================*/
@media only screen and (max-width: 768px) {
	.col_qa .ac_c {
		padding: 1em 2em;}
}



/* コミックパスのご利用料金のふきだし
=========================================*/
.balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 6px;
	padding: 7px 20px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	font-weight: 700;
	background: #ffebed;
    border-radius: 99em;
    color: #ea6068;
}
.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 8px solid transparent;
	border-top: 6px solid #ffebed;
}
.balloon p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
	.balloon {
		padding: 2% 8%;
	}	
}


/* AOSBOX Home_テーブル
=========================================*/
.table_base thead tr:last-child th {
    border-bottom: none;
}
.table_base thead th {
    background: #EFF1F4;
    font-weight: normal;
	text-align: center;
}
.table_base tbody th,
.table_base tbody td{
	text-align: center;
}



