@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.content h1.title_juku {         
	width:100%;
	height: auto;
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.content h1.title_juku img{
	text-align: center;
	display: flex;
	margin: 0 auto 1.2em;
	max-width: 320px;
	height: auto;
}
@media (max-width: 459px){
.content h1.title_juku img{
	width: 68%;
}
}

.content h2{
	background-color: #cbe9da !important;
}

.content h3{
	border-bottom: 3px solid #b5ddc9 !important;
}

.content h4 {
	border-left: 3px solid #b5ddc9 !important;
	color: #338b5f !important;
}

.content p {
	line-height:1.7 !important;
}
.content {
	background: none;
}

.outline {
	background: #ffffff;
}

.clearfix,.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* -------------------------
@submenu
--------------------------*/
.submenu2 {
	display: flex;
}
.submenu_inner  {
	width: 100%;
	margin-right: 15px;
}
.submenu_inner:last-of-type {
	margin-right: 0px;
}
.submenu_inner img {
	background-color: #dff3e9;
	border-bottom: 6px solid #008540;
	padding: 1em 3em;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}
.submenu_inner img:hover {
	margin-top: 4px;
	background: #dff3e9;
	border-bottom: 2px solid #008540;
}
@media (max-width: 767px){
.submenu_inner img {
	padding: 0.8em 2em;
}
}
@media (max-width: 579px){
.submenu_inner img {
	padding: 0.8em 1em;
}
}
@media (max-width: 399px){
.submenu2 {
	display: block;
}
.submenu_inner img {
	padding: 0.8em 4em;
}
.submenu_inner  {
	margin-bottom: 10px;
}
}



/* -------------------------
注意項目
--------------------------*/

.alartbox2 {
    position: relative;
    border: 5px solid #ffb102;
    border-radius: 12px;
    margin: 30px 20px;
    padding: 12px 0 0 0;
    font-weight: bold;
}
.alartbox2::before {
    content: "ちゅうい";
    position: absolute;
    background-color: #fff;
    color: #e97b0a;
    font-size: 1.3em;
    font-weight: bold;
    left: 20px;
    top: -23px;
    padding: 10px;
}
.alartbox2 ul.alart {
    font-size: 1.05em;
    margin: 20px 20px 30px;
    padding: 0 25px;
    list-style: disc !important;
}
.alartbox2 ul.alart li {
    background-image: none !important;
    padding: 0;
}



/* -------------------------
もくじ
--------------------------*/


.mokuji_box {
	width: 100%;
	border: 2px solid #b5ddc9;
	box-sizing: border-box;
	margin-top: 2em !important;
}
.mokuji_box h2 {
	box-sizing: border-box;
	padding: 5px 25px 0px 25px;
	line-height: 1.8em;
	margin: 0;
	border: none;
}
.mokuji_box ul.mokuji{
	list-style-type: 'Q.';
	padding: 0 1em 0 1.5em;
}
.mokuji_box ul.mokuji2{
	list-style: square;
	padding: 0 1em 0 1.5em;
	margin: 0px !important;
}
.mokuji_box ul.mokuji li,.mokuji_box ul.mokuji li a,.mokuji_box ul.mokuji2 li,.mokuji_box ul.mokuji2 li a{
	background-image: none !important;
	color: #338b5f;
	font-weight: bold !important;
	font-size: large;
	padding-left: 0px;
	margin-right: 10px;
}
.mokuji_box ul.mokuji2 li,.mokuji_box ul.mokuji2 li a{
	display: inline-block;
}

.contentimg{
	text-align: center;
}
.contentimg img {
	max-width: 560px;
	width: 100%;
}



/* -------------------------
コンテンツ選択メニュー
--------------------------*/

.select_wrap3 {
	display: flex;
	margin: 0 16px;
}
.select_list3 {
    position: relative;
    width: 100%;
    margin: 10px 15px 0px 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.8em 0 0.7em;
    border-radius: 10px;
    transition: all 0.3s;
    border: 2px solid #008540;
    box-shadow: 0px 5px 0px 0px #008540;
}
.select_other {
    background: #ffffff;
}
.select_other:hover {
	box-shadow: 0px 1px 0px 0px #008540;
	transform: translateY(4px);
}
.select_now {
	color: #ffffff;
	background: #89bda2;
}
.select_wrap3 div:last-of-type {
	margin-right: 0px;
}
.select_other p {
	width: 100%;
	color: #008540;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0;
	line-height: unset;
}
.select_now p {
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0;
	line-height: unset;
}
.select_list3 .arrow {
	max-width: 15px;
	margin-left: 10px;
}
.select_list3 a {
text-decoration: none;
}
@media (max-width: 600px){
.select_wrap3 {
	display: block;
}
.select_list3 {
	margin: 0 0 15px 0;
	padding: 7px 15px;
}
}



/* -------------------------
吹き出し付き会話
--------------------------*/

.conversation{
	width: 90%; 
	margin: 2em auto; 
	display: flex;
}

.conversation .left_face, .conversation .right_face{
	width: 20%;
	margin-block: auto;
	text-align: center;
}
.conversation .left_face img, .conversation .right_face img{
	width:96%;
}

.conversation .right_conv{
	width: 80%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 1em 0 1em 15px;
 	padding: 10px;
 	min-width: 120px;
	max-width: 100%;
	background: #f0f9f5;
	border-radius: 12px;
}

.conversation .right_conv:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #f0f9f5;
}

.conversation .left_conv{
	width: 80%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 1em 15px 1em 0;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	background: #fdf3dd;
	border-radius: 12px;
}

.conversation .left_conv:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
 	border: 15px solid transparent;
	border-left: 15px solid #fdf3dd;
}

.conversation .right_conv p, .conversation .left_conv p{
	padding: 0 15px;
	margin-bottom: 0px;
}


/* -------------------------
画像と説明文
--------------------------*/
.photo_box{
	width: 100%;
	margin: 0.5em 0;
	display: flex;
}

.photo_box .left{
	width: 30%;
	margin-bottom: 1em;
}

.photo_box .right{
	width: 70%;
}

.photo_box .right .title{
	font-size: large;
	font-weight: bold;
}

@media (max-width: 599px){
.photo_box{
	flex-direction: column;
}
.photo_box .left{
	width: 100%;
}
.photo_box .left img{
	width: 90% !important;
}
.photo_box .right{
	width: 100%;
}
}



/* ------------------------
affの記事 もっと見る
--------------------------*/
.link_more{
	display:flex;
	width: 100%;
	padding: 20px 10px 10px;
}
.link_more .w75{
	width: 75%;
}
.link_more .w25{
	width: 25%;
	text-align: center;
}
.link_more .w25 img{
	width: 100%;
	max-width: 100px;
}

@media (max-width: 480px){
.link_more{
	display:block;
}
.link_more .w75{
	width: 100%;
}
.link_more .w25{
	width: 100%;
}
}

/* -------------------------
TOPへ戻る＆アンケートボタン
--------------------------*/

.jukufoot2 {
display: flex;
padding-right: 40px;
    margin-top: 4em;
}
}
.juku2023btn {
	text-align: center;
	cursor: pointer;
}
.juku2023btn img {
	background-color: #dff3e9;
	border-bottom: 6px solid #008540;
	padding: 0.5rem 4rem;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 10px;
	margin-right:30px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.juku2023btn img:hover {
	margin-top: 4px;
	background: #dff3e9;
	border-bottom: 2px solid #008540;
}
.jukufoot2 .juku2023btn:first-of-type {
margin-right: 20px;
}
.jukufoot2 a[href^="https://"] {
    padding: 0px !important;
}

@media (max-width: 767px){
.jukufoot2 {
display: block;
}
.jukufoot2 .juku2023btn:first-of-type {
margin-right: 0px;
}
}


/* -------------------------
@footer illust
--------------------------*/

.end_illust {
background-image: url("../img/footer_illust.png");
	height: 27px;
	opacity: 0.7;
	margin-top: 40px;
}




/* -------------------------
@jukutile_categorypage
--------------------------*/
#jukutile_categorypage {
    margin:0 12px;
}

.content ul.jukutile {
	margin: 0 !important;
	padding: 0 !important;
}

.content ul.jukutile li {
	background-image: none !important;
    margin: 0 4px 20px;
	padding: 0 !important;
}

.tilecol {
	position: relative;
	width: 300px;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: top;
}

.tilecol h3{
	background: none !important;
	color: #2b6e4d;
	font-size: 1em;
	line-height: 1.5;
	margin: 0.3em 0;
	padding: 5px 10px;
	border-bottom: none !important;
}

.tilecol p{
	padding: 0 1em;
	font-size: .9em;
}

.tilecol img{
	width: 300px;
}

@media (max-width: 959px){
#jukutile_categorypage {
	width: 96%;
	float: none;
	margin: 0 2%;
}

.content ul.jukutile li {
        margin: 0 1% 20px 0;
}

.tilecol {
	position: relative;
	width:48%;
	margin: 0 8px 0 0;
	vertical-align: top;
	display: inline-block;
}

.tilecol h3{
	font-size: 1em;
}

.tilecol img{
	width: 100%;
	margin: auto;
}
}


/* -------------------------
@jukutile_categorytag btn
--------------------------*/

.cattagbtn {
	margin-right: 0.5em;
	line-height: 1 !important;
	border-radius: 50vh;
}

.cattagbtn a {
	align-items: center;
	margin: 0 auto;
	padding: .5em 1em;
	color: #555555 !important;
	font-size: .8em;
	font-weight: bold;
}

.type01 {
	border:solid 2px #4ad99b;
}
.type02 {
	border:solid 2px #4ee3da;
}
.type03 {
	border:solid 2px #dd87aa;
}
.type04 {
	border:solid 2px #e0d36e;
}
.type05 {
	border:solid 2px #d9997c;
}
.type06 {
	border:solid 2px #8ccc50;
}
.type07 {
	border:solid 2px #96c9e0;
}
.type08 {
	border:solid 2px #1e3e4d;
}
.type09 {
	border:solid 2px #4e7ce3;
}
.type10 {
	border:solid 2px #ab8d33;
}

.cattagbtn a:hover {
	opacity: 0.7 ;
}


@media (max-width: 699px){
.cattagbtn{
	display:none;
}
}

/* -------------------------
@buzzmaff
--------------------------*/
.content .linkbnr640 {
    margin: 0;
    padding: 0;
    text-align: right;
}
.content .linkbnr640 img {
    max-width: 480px;
    width: 100%;
    text-align: right;
}
.content p.cap {
    font-size: .5em;
    text-align: right;
}

.menuContainer{
	/*display: flex;*/
	display: inline-block;
}
.channel{	
	width:48%;
	padding: 6px;
	display:inline-block;
    	vertical-align: top;
	font-size: 1em;
}
.channel img{
	width: 100%;
	margin: auto;
}
.channel img.list{
	width: 12px;
	margin: 0 6px 0 0;
}
.channel a:hover{
	opacity:.7;
}
.channel a[href^="http://"],.channel a[href^="https://"],.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}
.channel h3{
	color: #ffffff;
	background-color:#37718c;
	padding: 6px;
	border-bottom: none !important;
	width: 100%;
	margin: 0 0 10px ;
	font-size: 1em;
	text-align: center;
}
.channel h3 span.small{
	font-size: .8em;
	font-weight: normal;
}
.channel p{
	font-size: 1em;
	margin: 10px 6px;
	padding: 0px;
}
.channel span.cap{
	font-size: .6em;
	padding: 0;
}
.channel .comingsoon{
	 position: relative;
}
.channel .cover {
    position: absolute;
	top: 0;
	left: 0;
}

/* 700px以下用（スマートフォン用）の記述 */
@media (max-width:700px) {

.menuContainer{
	display: inline-block;
}
.channel{	
	width:98%;
	padding: 0;
	margin-right: 1%;
	display:inline-block;
	font-size: 1em;
}
.channel img{
	width: 100%;
}
.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}
.channel .txt{
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.channel h3{
	padding: 6px;
	margin: 0 ;
}
.channel p{
	font-size: 1em;
	margin: 0;
	padding: .3em .6em .8em;
}
}



/* -------------------------
@studybook_answer
--------------------------*/

.answer_top .column-item {
	width: 70% !important;
}
.answer_top .is_column-item {
	width: 20% !important;
	float: left !important;
	text-align: center;
}
.answer_top .jyukucho {
	max-width: 130px;
	margin-bottom: 20px;
}
.answer1{
	margin-bottom: 5px !important;
	font-weight: bold;
}
.ans_box{
	margin-bottom: 4em;
}
@media (max-width:767px) {
.answer_top .column-item, .answer_top .is_column-item {
	width: 100% !important;
}
}