﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.Top_Menubar{
	/* width:1000px; */
	margin:auto;
	background: #6699c5;
	text-align: center;
}
.Top_Menubar ul{
	list-style:none;
	border-bottom: 4px solid #ffffff;
	padding:0px;
	margin:0px;
	position:relative;
	/* background-color: #23B215; */
}
.Top_Menubar ul:after{
	content:"";
	clear:both;
	display:block;
}
.Top_Menubar ul li{
	display:inline-block;
	text-align:center;
	width: 231.6px;
	padding: 10px 0px;
	position:relative;
	box-sizing:border-box;
}

.Top_Menubar ul li:first-child{
	margin-left:0px;
}
.Top_Menubar ul li:after{
	content:"";
	width:12px;
	height:12px;
	background-color: #ffffff;
	position:absolute;
	border-radius:50%;
	left:0;
	bottom:0;
	margin-left: 49%;
	margin-bottom:-7px;
}
.Top_Menubar ul li:hover:after{
	background-color: #b61e5a;
}
.Top_Menubar ul li a:hover{
	color: #bf1e11;
}
.Top_Menubar ul li:hover:after{
	border-color:#000;
}
.Top_Menubar ul li:hover a{
	/* color: #bf1e11; */
}
.Top_Menubar ul li:first-child:before{
	content:"";
	position:absolute;
	left:0;

}

.Top_Menubar ul li:hover{
	
}

.Top_Menubar ul li:first-child a{
	/* color:#fff; */
}
.Top_Menubar ul li a{
	text-decoration:none;
	display:block;
	color: #ffffff;
}
@media screen and (max-width: 480px) {
	.Top_Menubar{
		width: 100%;
	
	}
	.Top_Menubar ul{
		/* background-color: #fff; */
	}
 .Top_Menubar ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
	/* margin-bottom:100px; */
}
.Top_Menubar ul li{
	display:block;
	text-align:center;
	width:100%;
	padding:10px 0px;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
	margin-left:0px;
}
.Top_Menubar ul li:first-child{
	/* background-color:#333; */
}
.Top_Menubar ul li:first-child a{
	/* color:#fff !important; */
}
.Top_Menubar ul li:hover{
	background-color: #83bbea;
	/* COLOR: #000; */
}.Top_Menubar ul li:after{
	content:none;
}
.Top_Menubar ul li:hover a{
	/* color:#fff !important; */
}
.Top_Menubar ul li:first-child a{
	/* color: #000; */
}

.Top_Menubar ul li a:hover {
    color: #000;
}
.Top_Menubar ul li a{
	text-decoration:none;
	display:block;
	/* color:#000; */
}
}  
/*End of tomenu*/

.menu_head{
	width: 100%;
	margin:auto;
	min-width: 1100px;
}
.NAVI:after{
	clear:both;
	content:"";
	display:block;
}
.NAVI ul{
	list-style:none;
	padding:0px;
	position:relative;
	text-align: center;
	z-index: 1;
	margin: auto;
	margin-bottom: 10px;
	background: #e29d8c;
}

.NAVI ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.NAVI ul li a{
	text-decoration:none;
	display:block;
	color: #ffffff;
	padding: 15px 21px;
}

.NAVI ul li a:hover{
	/* color: #ffffff; */
	background: #f5baab;
}

@media screen and (max-width: 480px) {
	.NAVI{
		width: 100%;
		min-width:inherit;
	
	}
 .NAVI ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	position:relative;
	width: 100%;
}
.NAVI ul li{
	display:block;
	text-align:center;
	width:100%;
	padding: 0;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
	margin-left:0px;
}

.NAVI ul li a{
	text-decoration:none;
	display:block;
	color:#000;
	border-radius: 0;
	padding: 8px 0;
}
.NAVI ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 13px;
	background: #9fbad6;/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #176dc5;
	text-decoration: none;
}
a:hover
{
	color: #176dc5;
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 15px;
}
.base_header
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	/* background: #ffffff; */
}
.base_header:after
{
	content: "";
	display: block;
	clear: both;
}
.wrapper_body
{
	width: 1100px;
	margin: auto;
	padding-top: 15px;
}
.wrapper_body:after
{
	content: "";
	display: block;
	clear: both;
}
.title_top{
	width: 1092px;
	/* min-width: 1100px; */
	position: relative;
	/* border-bottom: 1px solid #fff; */
	margin-bottom: 10px;
	background: #6699c5;
	margin: auto;
	border: 4px solid#FFC77B;
}

h1
{
	color: #ecebeb;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
	padding-bottom: 25px;
}
h3{
	padding-left: 18px;
	margin-top: 15px;
	font-size: 15px;
	color: #3F3F3F;
}

/* ============== start h2 ==================*/
h2{
    background-color: #6699c5;
    padding: 9px;
    color: #212020;
    position: relative;
    padding-left: 10px;
    /* border: 1px solid #ddd; */
    font-size: 14px;
    text-align: center;
    z-index: 2222;
    line-height: 35px;
}
h2:before{
        content:"";
        position:absolute;
        width: 85%;
        height: 65%;
        background: #ffc77b;
        left: 8%;
        border-radius: 20px;
        box-shadow: inset 0 0 10px #828282;
        z-index: -1;
}



/* ============== start container_img  ==================*/

.container_img{
	width:1100px;
	margin:auto;
	clear: both;
}

.top_img{
	/* width: 76%; */
	margin:0;
	float:left;
	margin-bottom: -8px;
}
.top_img img{
	width:100%;
}

.main_menu_navi{
	width: 22%;
	float:right;
}
.top_img:after,
.main_menu_navi:after,
.container_img:after
{
	content:"";
	display:block;
	clear:both;
}

.inner_navi {
    max-width:300px;
    background: #ffffff;
    box-shadow: 0 0 1px;
}
.inner_navi ul{
    margin:0px;
    padding:0px;
    list-style:none;

}
.inner_navi ul li{
    display:block;
}
.inner_navi ul li a{
    display:block;
    padding: 12px 10px;
    text-decoration:none;
    color: #2E2E2E;
    position:relative;
    text-align: center;
    border-bottom: 1px solid #5aa1ba;
}

.inner_navi ul li a:hover{
    background-color: #5aa1ba;
    color: #fff;
} 
@media screen and  (max-width: 480px){
    .inner_navi{
        min-width: 100%;
    }
    .inner_navi ul li a:after{
    	display:none;
    	width:0;
    	height:0;
    	border:none;
    }
}
/* ============== End main_menu_navi  ==================*/


/* ============== Start Menu Side Bar ==================*/
.main_of_post_list_right h2{
	text-align:center;
	text-indent:0;
	margin:0;
}
.amain_menu_navigation {
    max-width:250px;
    margin-bottom: 20px;
}
.amain_menu_navigation ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.amain_menu_navigation ul li{
    display:block;
}
.amain_menu_navigation ul li a{
    display:block;
    text-decoration:none;
    padding: 8px;
    position:relative;
    background-color: rgba(255, 255, 255, 0.89);
    margin-bottom: 1px;
    color: #494949;
    border-bottom: 3px solid #FFFFFF;
    text-align: center;
}
.amain_menu_navigation ul li a:hover{
	background: #fb8835;
	color: #FFFFFF;
}

@media   screen and (max-width: 480px){
    .amain_menu_navigation {
      min-width:100%;
}
.amain_menu_navigation ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.amain_menu_navigation ul li{
    display:block;
    text-align:center;
}
.amain_menu_navigation ul li a{
    display:block;
    text-decoration:none;
    position:relative;
}

}
/* ============== End Menu Side Bar ==================*/

.main_middle img
{
	width: 48%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 22px;
	margin-left: 20px;
	padding: 0;
	/* box-shadow: 0 0 1px #B3B3B3; */
}
.new_picture_01
{
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	/* box-shadow: 0 0 1px #B3B3B3; */
}
.new_picture_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	/* margin-top: -10px; */
}
.new_picture_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.new_picture_01:after,.new_picture_02:after,.new_picture_03:after
{
	content:"";
	display:block;
	clear:both;
}


.main_of_post_list_main
{
	/* width: 76.3%; */
	/* float: left; */
	margin: 0;
	padding: 0;
}
.main_of_post_list_main:after
{
content: "";
display: block;
clear: both;
}

.main_of_post_list_sub{
	/* width: 76.3%; */
	/* float: left; */
	margin: 0;
}
.main_of_post_list_sub:after
{
content: "";
display: block;
clear: both;
}

.main_of_post_list_right
{
	width: 22%;
	float: right;
	margin: 0;
}
.main_of_post_list_right:after
{
content: "";
display: block;
clear: both;
}


.main_link
{
	margin: 0;
	padding: 0;
	clear: both;
	background: #eee;
	margin-bottom: 20px;
	padding-bottom: 15px;
	/* box-shadow: 0 0 1px #474747; */
}
.main_link:after
{
	content: "";
	display: block;
	clear: both;
}

.test_block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #eee;
	/* box-shadow: 0 0 1px #474747; */
}
.test_block_01:after
{
	content: "";
	display: block;
	clear: both;
}

.test_block_02
{
	width: 49.3111%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	/* box-shadow: 0 0 1px #474747; */
	background: #eee;
}

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

.test_block_02:first-child
{
	margin-left: 0px;
}
.test_block_02:nth-child(2)
{
	margin-right: 0px;
}
.test_block_02:nth-child(4)
{
	margin-right: 0px;
}

.test_block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: rgb(255, 255, 255);
	box-shadow: 0 0 1px #474747;
}

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

.test_block_03 h2{
	border:0;
	background: none;
	padding: 8px 0;
	text-align: center;
	margin: 0;
	text-indent: 0;
	box-shadow: none;
}
.test_block_03 h2:before,.test_block_03 h2:after{
	content:"";
	width:0;
	border:0;
}

.assignment_frame
{
	padding: 0;
	margin: 0;
}
.assignment_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.main_middle{
	padding-bottom:20px;
	background: #eee;
	margin-bottom:20px;
	/* box-shadow: 0 0 1px #474747; */
}
.main_link ul
{
	list-style: none;
	padding-top: 10px;
}
.main_link li
{
	/* border-bottom: 1px solid #93c3da; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
p.continue_reading a
{
	float: right;
	color: red;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 12px;
	background: #ffc77b;
	border: 3px solid #6699c5;
	box-shadow: 0 15px 20px -10px #2D2D2D;
}

p.continue_reading a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	/* border-color: #fff; */
	background: #6699c5;
}
.base_bottom
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6699c5;
	color: #000;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1100px;
	text-align: center;
	word-wrap: break-word;
}
.base_bottom:after{
	content:"";
	display:block;
	clear:both;
}
.base_bottom a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.base_bottom a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}


.base_bottom_nav ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
}
.base_bottom_nav ul li {
	list-style:none;
	
}
.base_bottom_nav ul li a{
	padding:10px;
	position: relative;
}

.base_bottom_nav ul li a:before{
	content: "\27A0";
	top: 0px;
	margin-right: 10px;
}

.base_bottom_nav ul li a:hover{
	/* text-decoration: none; */
	/* background: rgba(255, 255, 255, 0.2); */
	/* color: #FF912F; */
}


.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 15px 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}


@media screen and (max-width: 480px){
.base_header{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}
h2{
	text-align:center;
	text-indent:0;
}
.wrapper_body
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
}
.title_top{
	width: 100%;
	min-width: inherit;
	margin: 0;
	border: 0;
}
h1
{
	font-size: 14px;
}

.container_img{
	width: 100%;
	min-width:inherit;
}

.top_img,.main_menu_navi{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}


/* ========= start menu ============*/	

/* ========= end menu ============*/


.main_of_post_list_main,.main_of_post_list_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}


.main_of_post_list_right
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.main_middle,
.test_block_01,
.test_block_02,
.test_block_03
{
	float: none;
	width: 100%;
	/* padding:0; */
	/* margin:0; */
}


.assignment_frame
{
	width: 100%;
	margin: auto;
	clear: both;
}

.main_middle img,
.new_picture_01,
.new_picture_02,
.new_picture_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

.main_link{
	margin-bottom:20px;
}

.base_bottom
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}
.base_bottom_nav ul{
	display:block;
}
.base_bottom_nav ul li a{
	padding:10px;
	display:block;
}
.base_bottom_nav ul li a:hover{
	text-decoration:none;
	color: #ffffff;
	background: #da8672;
}
.base_bottom_nav ul li a:before{
	content:"";
}

}/*end-mobile*/
