/*
Theme Name: Shogaku-kind
Theme URI: http://www.sft.co.jp
Description: Clean business theme
Author: SFT
Author URI: http://www.sft.co.jp
version: 1.0
Tags: three-column, widget-ready, school
*/

*{margin:0; padding:0;}

body {
	/*background: #FFFFFF url('images/bg.png') repeat-y;*/
	color: #333;
	font-family:"HG丸ｺﾞｼｯｸM-PRO","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
}

strong {
	color: #ff6666;
	font-weight: bolder;
}

strong.red {
	color: #CC0000;
	font-weight: bolder;
}

h1 {
	font-size: 18pt;
}

h2 {
	color: #222222;
	margin:0;
	padding:0;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

h3, h3 a {
	color: #222222;
	margin:0;
	padding:0;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

h4 {
	font-size: 9pt;
}

h2.pagetitle { 
	display:none; 
}

p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #E4007F;
}

/* container */

#container {
	/*max-width: 928px;*/
	width:100%;
	clear: both;
	margin: 0 auto;
	/*padding: 0 0 0 60px;*/
	line-height: 200%;
}

#wrapper {
	/*background: url(images/wrbg.png) repeat-y;*/
	/*max-width: 928px;*/
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	float: left;
	clear: left;
	padding-top:130px;
}

	
/* header */

#header {
	/*max-width: 928px;*/
	width:100%;
  	float: left;
	clear: left;
	/*background: url(images/topbg.png) no-repeat top;*/
	background-color:#FFF;
	position:fixed;
	right:0;
	left:0;
	z-index:100;
	/* 影指定 */
    box-shadow: 0 1px 8px #333333;
    -moz-box-shadow: 0 1px 8px #333333; /* Firefox対応 */
    -webkit-box-shadow: 0 1px 8px #333333; /* Safari、Chrome対応 */
}

#topmenu {
	float: right;
	margin-right: 20px;
	margin-top: 3px;
	display: none; /* 2025リニューアル対応 */
}

*html #topmenu {
	margin-left: 10px;
}

.topnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topnav * {
	margin: 0;
	padding: 0;
	list-style: none;
}


.topnav ul {
	position: absolute;
	top: -999em;
	display: none;
}

.topnav li {
	float: left;
	position: relative;
	z-index: 999;
	height: 25px;
	line-height: 25px;
	background: url(images/toplibg2.png) no-repeat left;
	padding-left: 15px;
	margin-left: 13px;
	margin-right: 5px;
}

*html .topnav li {
	margin-right: 6px;
}

.topnav a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #444444!important;
	text-transform: uppercase;
	text-decoration: none;
}

.topnav li#current a,
.topnav li.current_page_item a,
.topnav li:hover a {
	text-decoration: none;
	color: #ff66cc!important;
}

.topnav ul li{ 
	width: 150px;
}

.topnav li:hover ul,
ul.topnav li.sfHover ul {
	left: -17px;
	top: 23px;
	width: 150px;
	background: url(images/topulbg.png) no-repeat bottom;
	padding-bottom: 7px;
}

.topnav li:hover li ul,
.topnav li.sfHover li ul {
	top: -999em;
}

.topnav li li:hover ul,
ul.topnav li li.sfHover ul {
	left: 150px;
	top: -1px;
}

.topnav li:hover ul,
.topnav li li:hover ul {
	top: -999em;
}

.topnav li li {
	display: block;
	padding: 0px;
	height: auto !important;
	border: none;
	background: #e85298;
	margin: 0;
	z-index: 999;
}

.topnav li li a:link, 
.topnav li li a:visited {
	display: block;
	height: auto !important;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: normal;
	font-size: 12px;
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.topnav li li a:hover {
	color: #fff!important;
	background-color: #FF9999;
}

#logo {	
	/*width:450px;*/
	float:none;
	/*clear: both;*/
	overflow:hidden;
	padding-top:0px;
	margin-top: 0px;
	text-align: center; /* 2025リニューアル対応 */
}

#logo a {
	color: #699ebb;
}

#logo h1 a,
#logo h1 {
	font-weight: normal;
	font-size: 36px;
	color: #cc9900;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 90px;
	padding-left: 5px;
}


#header h2 {
	display: none;
}


#inheader {
	width: 900px;
	height: 100px;
	float: left;
	clear: left;
	margin: 0;
}

/* search */
#search_menu {
	clear:right;
	display: none; /* 2025リニューアル対応 */
}

#searchform {
	padding:0;
	margin:0;
	width: 170px;
	height: 19px;
	float: right;
	margin-right: 10px!important;
	margin-top: 3px;
	z-index: 450;
	position: relative;
}

#searchform input#s {
	margin:0;
	padding: 0;
	color: #999;
	width: 130px;
	border: solid 1px #999;	
	font-size:12px;
	padding-left: 2px;
	height: 17px;
	padding-top: 0px;
	background: #fff url(images/searchicon.png) no-repeat right;
}

#searchform input#searchsubmit {
	/*display: none;*/
}

/* content */

#contentwrapper {
	/*max-width: 1080px;*/
	/*clear: left;*/
	/*float: left;*/
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	-webkit-text-size-adjust :100%;
}

#contentwrapper_sub {
	max-width: 900px;
	margin:0 auto;
}

*html #contentwrapper {
	margin-left: 7px;
}

#bottomfront {
	width: 100%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#contentnarrow {
	float:left;
	width: 470px;
	padding: 10px;
	padding-top: 0;
	margin-top: 20px;
	border-left: dotted 1px #dddddd;
	border-right: dotted 1px #dddddd;
	min-height: 450px;
}

#contentleft {
	float:left;
	width: 640px;
	padding: 20px;
	padding-top: 0;
	padding-left: 5px;
	margin-top: 20px;
	border-right: dotted 1px #ccc;
	min-height: 450px;
}

#contentright {
	float: left;
	width: 670px;
	padding: 20px;
	margin-top: 20px;
	padding-top: 0;
	border-left: dotted 1px #ccc;
	min-height: 450px;
}

#contentfull {
	float:left;
	width: 100%;
	/*padding: 20px;*/
	/*padding-left: 5px;*/
	padding-top: 0;
	padding-bottom: 90px;
	margin-top: 0;
	min-height: 450px;
	background-color: #FFF7E5;
}

.thumby {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom:35px;
}

*html.thumby {
	margin-right: 10px;
}

.post {
	margin:0;
	padding:0;
	padding-bottom: 35px;
	line-height: 150%;
	min-height: 180px;
}

.post h2 {
	color: #222222;
	padding:0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-left: 5px solid #FF99CC;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}

.post h3 {
	margin:0;
	padding: 0;
	line-height: 40px;
	border-left: 12px solid rgb(208 97 141);
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 10px;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	color:#a52a2a;
}
	
.post h3 a {
	color: #222222;
	margin-bottom: 5px;
	/*padding-left: 5px;*/
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
}

.post h3 a:hover {
	text-decoration: underline;
}
	
.post h2 a:hover{
	text-decoration: underline;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.post_list {
	margin:0 0 20px 0;
	padding:0;
	line-height: 150%;
	min-height: 180px;
	clear: both;
}

.post_list h3 {
	margin:0;
	padding: 0;
	line-height: 20px;
	border-left: 5px solid #FF99CC;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 5px;
}
	
.post_list h3 a {
	color: #6c5546;
	margin-bottom: 5px;
	/*padding-left: 5px;*/
	font-weight: normal;
	font-size: 17px;
	font-family: "fot-chiaro-std", sans-serif;
	text-decoration: none;
}

.post_list h3 a:hover {
	text-decoration: underline;
}

.entry p {
	margin:8px 0;
}

.page_title_waku{
	width: 100%;
	background-color: rgb(208 97 141);
	background-size: cover;
	position: relative;
	height: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.page_title_waku:after {
	content: "";
    position: absolute;
	height: 4.5vw;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 10;
	background:url(images/page_bg2.png) no-repeat 50%;
	background-size: 100%;
}

.page_title {
	/*min-width: 200px;
	max-width: 250px;
	height: 100px;
	background-color: rgba(51, 135, 192);*/
    font-size: 3.4rem;
	border-radius: 50px;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 110%;
	position: relative;
	top:-10px;
}

.page_full_waku {
	max-width: 1080px;
	margin: 30px auto;
}

.page_full_waku div.entry{
	font-size: 17px;
	line-height: 180%;
	margin:5px;
	overflow: hidden;
}

.page_bottom_waku {
	background-size: cover;
	position: relative;
}

.page_bottom_waku:after {
	content: "";
    position: absolute;
	height: 4.5vw;
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: 10;
	background:url(images/page_bg3.png) no-repeat 50%;
	background-size: 100%;
}

#audata {
	text-transform: none;
	clear: both;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

#audata a {
	color: #222222;
	text-transform: none;
	text-decoration: none;
}

#audata a:hover {
	text-decoration: underline;
}

a.more-link {
	color: #222222;
	text-decoration: none;
	border-bottom: dotted 1px #222222;
}

a.more-link:hover {
	text-decoration: none;
	border: none;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a {
	float:left; 
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

/* Left Sidebar*/

#leftbar {
	width: 165px;
	float: left;
	clear: left;
	margin:0;
	padding:0;
	padding-bottom: 20px;
	margin-right: 10px;
}

*html #leftbar {
	margin-right: 10px;
}

#leftbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	font-size: 14px;
	margin-top: 5px;
	width: 100%;
}

#leftbar h2 {
	background: #FFFFFF url('images/left_h2_bg.png') no-repeat;
	margin: 0;
	padding: 14px 0 0 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-weight: bolder;
	height: 23px;
}

#leftbar ul li {
	line-height: 15px;
	border-bottom: dotted 1px #ccc;
	list-style: none;
	padding-bottom: 7px;
	margin-top: 7px;
}

#leftbar ul li a {
	color: #333;
	border: none;
	text-decoration: none;
}

#leftbar ul li ul li {
	border: none;
	list-style: disc;
	margin-left: 20px;
}

#leftbar ul li a:hover {
	text-decoration: underline;
}

#leftbar a {
	text-decoration: underline;
}
	
#leftbar a:hover {
	border: none;
	text-decoration: none;
}

/* Right Sidebar*/

#rightbar {
	width: 220px;
	float: right;
	margin:20px 0 0 0;
	padding:0;
	padding-bottom: 20px;
}

#rightbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	font-size: 12px;
	width: 100%;
}

#rightbar h2 {
	background: #FFFFFF url('images/right_h2_bg.png') no-repeat;
	margin: 0;
	padding: 14px 0 0 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-weight: bolder;
	height: 23px;
}

#rightbar ul li {
	line-height: 15px;
	border-bottom: dotted 1px #ccc;
	list-style: none;
	padding-bottom: 7px;
	margin-top: 7px;
}

#rightbar ul li ul li {
	border: none;
	list-style: disc;
	margin-left: 20px;
}

#rightbar ul li a {
	color: #333;
	border: none;
	text-decoration: none;
}

#rightbar ul li a:hover {
	text-decoration: underline;
}

#rightbar a {
	text-decoration: underline;
}
	
#rightbar a:hover {
	border: none;
	text-decoration: none;
}


/* Front Page Left Widget*/

#frontleftbar {
	width: 220px;
	float: left;
	margin:0;
	padding:0;
	padding-bottom: 20px;
}

#frontleftbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	font-size: 12px;
	margin-top: 15px;
}

#frontleftbar h2 {
	background: #FFFFFF url('images/right_h2_bg.png') no-repeat;
	margin: 0;
	padding: 14px 0 0 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-weight: bolder;
	height: 23px;
}

#frontleftbar ul li {
	line-height: 15px;
	border-bottom: dotted 1px #ccc;
	list-style: none;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
}

#frontleftbar ul li a {
	color: #333;
	border: none;
	text-decoration: none;
}

#frontleftbar ul li a:hover {
	text-decoration: underline;
}

#frontleftbar a {
	text-decoration: underline;
}
	
#frontleftbar a:hover {
	border: none;
	text-decoration: none;
}

/* Front Page Right Widget*/

#frontrightbar {
	max-width: 665px;
	float: right;
	margin:0;
	padding:0;
	padding-bottom: 20px;
}

#frontrightbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	font-size: 12px;
	margin-top: 15px;
}

#frontrightbar h2 {
	margin: 0;
	padding: 0;
	color: #cc9900;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#frontrightbar ul li {
	line-height: 15px;
	border-bottom: dotted 1px #ccc;
	list-style: none;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
}

#frontrightbar ul li a {
	color: #333;
	border: none;
	text-decoration: none;
}

#frontrightbar ul li a:hover {
	text-decoration: underline;
}

#frontrightbar a {
	text-decoration: none;
	color: #222222;
}
	
#frontrightbar a:hover {
	border: none;
	text-decoration: underline;
}

#frontrightbar img {
	padding: 1px;
	/*border: solid 1px #eaeaea;*/
}

#news_waku {
	margin: 0 0 40px 0 !important;
	position: relative !important;
	font-size: 20px;
	float:left;
	width:100%;
	text-align: center;
	display: flex;
}

#whatsnew {
	margin: 8px 0 40px 0 !important;
	position: relative !important;
	font-size: 20px;
	float:left;
	width:50%;
	text-align: center;
	background:#fff7e5;
}

#recommend_area {
	width:50%;
	margin-top:0px;
	margin-bottom:10px;
	/*display:flex;*/
	justify-content:space-between;
	clear: both;
}

#insta_area{
	display: block;
	background-color: #fff7e5 !important;
	margin:auto !important;
	padding:0px;
	position: relative !important;
	/*max-width: 470px;*/
	width:100%;
	/*height: 600px;*/
	float: left;
	line-height: 157%;
	-webkit-text-size-adjust: 100%;
	background: url(images/leaf4.png) no-repeat left/83%;
}

.ajst {
	/*max-width:440px;
	width: 49% !important;
	max-height: 600px;
	margin:0 0 0 10px !important;*/
}

.top_free_waku{
	width:100%;
	/*display: flex;
	justify-content: space-evenly;
	align-items: flex-start;*/
}

.top_edu_waku{
	width:100%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin-top:25px;
}

.news_content {
	float:left;
	clear:left;
	border-bottom:2px dotted #6c5546;
	width:100%;
	padding:20px 0;
	font-weight: bold;
	color:#6c5546;
}

.news_content a{
	text-decoration: none;
	color:#6c5546;
}

.news_content ul{
	display: flex;
    flex-direction: column;
}

.news_content li{
	margin: 5px;
	text-align: left;
}

.news_content_date{
	font-family: "fot-chiaro-std", sans-serif;
}

#recommend_area a {
	text-decoration: none !important;
}

.recommend_content_top {
	max-width: 600px;
    background: #FFFFFF;
    border-radius: 0px;
    font-size: 20px;
    margin: 0px auto;
	padding:10px;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	color: rgba(145, 130, 1, 1);
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: bold;
	border: 10px rgba(145, 130, 1, 1) ridge;
}

.recommend_content {
	width: 400px;
    max-width: 100%;
    height: 102px;
    background: rgba(145, 130, 1, 1);
    border-radius: 50px;
    font-size: 30px;
    margin: 12px auto;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none !important;
	color:#FFFFFF;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: bold;
}

.recommend_content:hover {
	text-decoration: none !important;
	background: rgb(226, 222, 182);
	color: #cc9900;
}


/*基本方針エリア*/
.home-concept-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 35px auto;
    max-width: 1300px
}

.home-concept-inner {
    text-align: center;
    position: relative;
    z-index: 1;
}
.home-concept-list li,.top_edu_contents {
    background: #fff7e5;
    box-shadow: 7px 7px 0 0 #e6e3d5;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: relative;
}

.home-concept-list-waku{
	display: flex;
    align-items: center;
    justify-content: center;
}

.home-concept-list-num {
    margin-right: 7px;
}

.home-concept-list p {
    font-size: 1.3rem;
    margin-top: 5px;
}

.home-concept-list-waku.home-concept-list-waku p ,.concept-waku{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#a52a2a;
}

.concept-waku{
	display: flex;
    align-items: center;
    justify-content:flex-start;
	margin-top: 30px;
}

.concept-waku p {
	font-size: 1.6rem;
    margin-top: 5px;
	margin-bottom:0;
}

.chiaro{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 900;
	font-style: normal;
}


.top_oshi_area{
	width:100%;
	height: 600px;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin-top:25px;
	background: url("images/7_1.jpg") no-repeat top;
	background-position: 50%;
	background-size: cover;
}

.top_oshi_content{
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    flex-wrap: nowrap;
    flex-direction: column;
}

.top_oshi_content a{
	text-decoration: none;
}

.oshi_content_text1{
	width: 300px;
	max-width: 100%;
	height: 200px;
	background-color: #FFFFFF;
	font-size: 23px;
	color: #333333;
	line-height: 1.4;
	padding: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.oshi_content_text2{
	width: 220px;
	max-width: 100%;
	height: 60px;
	background-color: rgba(51,135,192);
	border-radius: 25px;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 30px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.oshi_content_text1 p,.oshi_content_text2 p{
	margin:0;
}

/* comments */


#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
}
	
#commentform a { 
	color: #222222; 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #eaeaea;
	border-bottom: solid 3px #eaeaea;
}

#author, #email, #url {
	height:16px;
	padding-top:3px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #666;
	padding: 4px 7px;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #cc9900;
	font-size: 16px;
	margin-bottom: 2px;
	clear: left;
	text-transform: uppercase;
	font-weight: normal;
}	


.reply a.comment-reply-link {
	background: #fff;
	font-size: 11px;
	border: none;
	padding:0;
	color: #666;
	padding: 4px 7px;
	border: 1px solid #eaeaea;
	border-bottom: solid 3px #eaeaea;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	color: #333;
	background: #eaeaea;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	border: solid 1px #eaeaea;
	border-bottom: solid 3px #eaeaea;
	margin: 0;
	padding: 20px;
	list-style-type:none;
	float: left;
      width: 500px;
	margin-bottom: 20px;
}

ol.commentlist ul li {
      border: none;
      padding: 20px;
	width: 440px;
	padding-bottom: 0;
	padding-right: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#222222;
	text-decoration: none;
}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	padding-left: 2px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px;
}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
}

.wp-caption p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}


/* footer */

#footer {
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	font-size: 10px;
	color: #444444;
	background-color: rgb(208 97 141);
}

#footermenu {
	width: 100%;
	margin-top: 5px;	
	text-align: center;
}

#footermenu ul {
	padding-bottom: 5px;
	text-align: center;
}

#footermenu ul li {
	display: inline;
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 10px;
	height: 12px;
	line-height: 12px;
}

#footermenu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	font-weight: normal;
	text-decoration: none;
}

#footermenu ul li a:hover {
	border-bottom: none;
}

#copyinfo {
	/*max-width: 928px;*/
	width:100%;
	float: left;
	clear: left;
	margin-top: 0px;
	text-align: center;
	padding-bottom: 15px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
}

#footer a { 
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	border: none;
	color:#330099;
}

img.menubnr {
	margin-bottom: 10px;
}

#cont1 {
	/*background: url("images/whatsnew_bg.png") no-repeat scroll 0 0 #FFFFFF !important;*/
	margin: 0;
	position: relative !important;
	font-size: 20px;
	float:left;
	width:100%;
	text-align: center;
}

#cont2 {
	/*background: url("images/whatsnew_bg.png") no-repeat scroll 0 0 #FFFFFF !important;*/
	margin: 0 0 60px 0 !important;
	position: relative !important;
	font-size: 20px;
	float:left;
	width:100%;
	text-align: center;
}

#cont3 {
	margin: 0 0 10px 0 !important;
	position: relative !important;
	font-size: 15px;
	float:left;
	width:100%;
	background-color:#ffccff;
	border:1px solid #ff9999;
	overflow:hidden;
}

#cont4 {
	max-width: 1800px;
	margin:7px auto;
}
#cont4:before, #cont4:after {
	content: " ";
	display: table;
}
#cont4:after {
	clear: both;
}
#cont4 .intro_menu {
	background-size: cover;
	width: 50%;
	min-height: 600px;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}
.bgimg1{
	background: url(images/main1.png) no-repeat center center;
}
.bgimg2{
	background: url(images/main2.png) no-repeat center center;
}
.bgimg3{
	background: url(images/main3_1.jpg) no-repeat center center;
}
.bgimg4{
	background: url(images/main4.png) no-repeat center center;
}
.underbox {
	width: 100%;
	background:rgba(255,255,255,0.7);
	display: flex;
    flex-direction: column;
    align-items: center;
	padding:10px 0;
}
.underbox h2 {
	line-height: 1.4em;
	font-size:60px;
	color:#5ec2d0;
	opacity: unset;
}
.more-btn {
	width: 220px;
	max-width: 100%;
	height: 60px;
	background: rgba(241,130,130,1);
	border-radius: 50px;
	font-size: 22px;
	margin: 20px 0;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.more-btn p {
	margin-top:0;
}
.more-btn a {
	text-decoration: none;
	color: #FFFFFF;
}



.post_top {
	margin: 7px 5px 0 !important;
}

li {
	list-style-type: none;
}

#list-categories .section-title {
	margin-bottom: 10px !important;
}

.section-title, .section-title a {
	clear: both !important;
	/*color: #FFFFFF !important;*/
	font-size: 28px !important;
	font-weight: bolder !important;
	height: 25px !important;
	margin: 10px 5px !important;
	padding-left: 2px !important;
	padding-top: 7px !important;
	text-decoration: none;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}

.section-title_mid, .section-title_mid a {
	clear: both !important;
	color: #0000CC !important;
	font-size: 22px !important;
	/*font-weight: bolder !important;*/
	height: 25px !important;
	margin: 30px 5px !important;
	padding-left: 2px !important;
	padding-top: 7px !important;
	text-decoration: none;
}

#cont1 h2.section-title,#cont2 h2.section-title {
	/*background-color:#cc3366;*/
	background-image:none !important;
}

.page_caption {
	font-size:47px;
	font-family: "fot-chiaro-std", sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	width: 100%;
    max-width: 600px;
    height: 150px;
    background: #0066ff;
    border-radius: 50%;
    margin: 12px auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.page_caption_mid {
	font-size:24px;
	font-family: "fot-chiaro-std", sans-serif;
	color:#0066ff;
	font-weight:bold;
}

.jump_list {
	font-size:30px;
	font-family: "fot-chiaro-std", sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
    max-width: 400px;
    height: 100px;
    background: rgba(145, 130, 1, 1);
    border-radius: 50px;
    margin: 12px auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}

.jump_list_waku {
	max-width: 400px;
	margin:0 auto;
}

.jump_list_waku a {
	text-decoration: none;
}

.jump_list:hover {
	text-decoration: none !important;
	background: rgb(226, 222, 182);
	color: #cc9900;
}

#wp-calendar {
	width: 165px;
	text-align: center;
}

td#today {
	font-weight: bold;
	color: #ff6666;
}

#frontrightbnrarea {
	float: left;
	width: 100%;
	margin-bottom: 13px;
	text-align:center;
}

.bosyu {
	float: left;
	width: 305px;
	height: 60px;
	background: url("images/tanpopo_bg.png") no-repeat scroll 0 0 #FFFFFF;
	padding-top: 60px;
	padding-left: 20px;
}

.bosyu a {
	color: #ff0033 !important;
	text-decoration: underline !important;
}

.bosyu a:hover {
	text-decoration: none !important;
}

.todays {
	float: right;
	width: 325px;
	height: 120px;
	margin-right: 1px;
}

.todays img {
	padding: 0 !important;
	border: 0 !important;
}

.sidebar_freearea {
	float: left;
	margin-bottom: 0px;
	width: 100%;;
}

#banner_group0 {
	float: left;
	padding: 5px;
}

#banner_group1 {
	border: 1px solid #ddd;
	float: left;
	padding: 5px;
	background:#FF99CC;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cmFkaWFsR3JhZGllbnQgaWQ9Imc0NTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI2Ny41MDc1NTgxNTU4MzM2NiUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY5OUNDIiBvZmZzZXQ9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2c0NTApIiAvPgo8L3N2Zz4=);
	background:-webkit-gradient(linear, left top, right bottom, from(#FF99CC), color-stop(0.5, #fff), to(#FF99CC));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF99CC', endColorstr='#FFDDEE');
	background: -moz-linear-gradient(#FF99CC, #FFDDEE);
}

#banner_group2 {
	border: 1px solid #ddd;
	float: left;
	padding: 5px 15px;
	background:#FF99CC;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cmFkaWFsR3JhZGllbnQgaWQ9Imc0NTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI2Ny41MDc1NTgxNTU4MzM2NiUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY5OUNDIiBvZmZzZXQ9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2c0NTApIiAvPgo8L3N2Zz4=);
	background:-webkit-gradient(linear, left top, right bottom, from(#FF99CC), color-stop(0.5, #fff), to(#FF99CC));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF99CC', endColorstr='#FFDDEE');
	background: -moz-linear-gradient(#FF99CC, #FFDDEE);
}

#banner_group1 img, 
#banner_group2 img {
	display:block;
	margin: 5px auto;
}

#banner_group1 a, 
#banner_group2 a {
	float:left;
	width: 100%;
}

#knox {
	width: 85%;
	text-align: center;
	background: #FFF;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	padding: 5px;
	color: #00C;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.thumb_area {
	/*display:inline-block;*/
	float: left;
	max-width: 300%;
	height: auto;
	text-align: center;
	margin: 20px;
	padding: 0px;
	vertical-align: top;
	/*border-radius: 8px;			/* CSS3草案 */  
	/*-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	/*-moz-border-radius: 8px;	/* Firefox用 */
	/*background:#FF99CC;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cmFkaWFsR3JhZGllbnQgaWQ9Imc0NTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI2Ny41MDc1NTgxNTU4MzM2NiUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY5OUNDIiBvZmZzZXQ9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2c0NTApIiAvPgo8L3N2Zz4=);
	background:-webkit-gradient(linear, left top, right bottom, from(#FF99CC), color-stop(0.5, #fff), to(#FF99CC));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF99CC', endColorstr='#FFDDEE');
	background: -moz-linear-gradient(#FF99CC, #FFDDEE);*/
}

*html .thumb_area {
	margin: 10px 9px 10px 8px;
}

.thumb_area img{
	/*border: 2px solid #ffffff!important;*/
	/*max-height:150px;*/
	object-fit:cover;
	font-family: 'object-fit: cover;';/*IE対策*/
}
.thumb_area img:hover{
	/*border: 2px solid #E4007F!important;*/
	opacity: 0.5;
	transform: scale(1.1);
	transition: 0.6s;
	overflow: hidden;
	/*display: block;*/
	background-color: #FFF;
	text-decoration: none;
}

.top_img_thumb {
	text-align: center;
	position: relative;
	max-width:300px;
	height:225px;
	overflow:hidden;
	margin-top: 10px;
}

.top_thumb_title{
	font-size:20px;
	max-width:300px;
}

.list_img_thumb {
	text-align: center;
	position: relative;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	margin-right: 20px;
	display: flex;
    align-items: center;
}

.list_img_thumb img {
object-fit:cover;
font-family: 'object-fit: cover;';/*IE対策*/
width: 100%;
}

.list_text p {
	margin:0;
}

.list_date {
	text-transform: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

.el_list_icon {
	/*background:url(images/kg_icon.gif) left 1px no-repeat;*/
	padding-left:25px;
}

#slidefront {
	width:100%;
	padding: 0;
	margin: 0 auto;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cmFkaWFsR3JhZGllbnQgaWQ9Imc4ODAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI2Ny41MDc1NTgxNTU4MzM2NiUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA2NkNDIiBvZmZzZXQ9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2c4ODApIiAvPgo8L3N2Zz4=);
	background:-webkit-gradient(linear, left top, right bottom, from(#003), color-stop(0.5, #fff), to(#003));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#003', endColorstr='#fff');
	background: -moz-linear-gradient(#003, #fff);
}

#slidefront img{
	width:100%;
	height:auto;
	object-fit: contain;
}

.movie {
    position: relative;
    padding-bottom: 51.75%;
    padding-top: 0px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
	background-color:#FFFFFF;
	/*background:url(images/slide2018_08.jpg) no-repeat;*/
	/*background-size:cover;*/
}

.top_slideshow {
    position: relative;
    padding-bottom: 55.75%;
    padding-top: 0px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
	background-color:#FFFFFF;
}

#slidefront div.movie {
	width: 100%;
	overflow: hidden;
}

#slidefront div.movie:after {
	content: '';
	position:absolute;
	left:0;
	bottom:-1px;
	width: 100%;
	height:215px;
	z-index: 10;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(images/wave.svg);
}

.slide img {
	display    : block;
	position   : absolute;
	top:-5px;
	/*width      : inherit;*/
	/*height     : inherit;*/
	opacity    : 0;
	animation  : slideAnime 53s ease infinite;
}

.slide_copy{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

/*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 4s }
.slide img:nth-of-type(3) { animation-delay: 8s }
.slide img:nth-of-type(4) { animation-delay: 12s }
.slide img:nth-of-type(5) { animation-delay: 16s }
.slide img:nth-of-type(6) { animation-delay: 20s }
.slide img:nth-of-type(7) { animation-delay: 24s }
.slide img:nth-of-type(8) { animation-delay: 28s }
.slide img:nth-of-type(9) { animation-delay: 32s }
.slide img:nth-of-type(10) { animation-delay: 36s }
.slide img:nth-of-type(11) { animation-delay: 40s }
.slide img:nth-of-type(12) { animation-delay: 44s }
.slide img:nth-of-type(13) { animation-delay: 48s }

/*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
  5% { opacity: 1 }
  8% { opacity: 1 }
  15% { opacity: 0 }
 100% { opacity: 0 }
}

/*スクロールするとフェードインするアニメーション*/
.fade {
	transition: all 1500ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
  }
  
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}


#bottom2 {
	width: 100%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}

#bottom3 {
	display:none;
}

#bottom_menu {
	/*max-width: 1080px;*/
	margin:0 auto;
	clear: left;
	float: none;
	padding: 0;
	font-size:16px;
	text-align:center;
}

#bottom_menu a{
	color:#FFFFFF;
}
#bottom_menu a:hover {
	color:#330099;
	text-decoration: underline;
}

#partner_area {
	max-width: 720px;
	float: none;
	clear: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:center;
}

#school_area {
	max-width: 960px;
	float: none;
	clear: left;
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
}

#btm3_4 span, #btm3_4 span:before, #btm3_4 span:after {
  height: auto;/*線の太さ*/
  width: 100%;/*長さ*/
  background: #990033;
  display: block;
  content: '';
  cursor: pointer;
  padding:3px 0;
  margin-bottom:15px;
}
#btm3_4 span:before {
  bottom: -10px;
}
#btm3_4 span:after {
  bottom: -20px;
}

.top_resp_leftbar {
	display:none;
}

.leftbar_bnr_del1 {
	display:none;
}

.logo_m {
	display:none;
}

#blog_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 auto;
	max-width:980px;
	width:100%;
	text-align:center;
	clear:left;
	overflow:hidden;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-ms-flex-line-pack: distribute;
	justify-content:space-around;
	align-items: center;
}

.concept_area_text{
	font-size:30px;
	font-weight:800;
	line-height: 180%;
	color: rgba(145, 130, 1, 1);
}

.dt_dele {
	display:none;
}

.br::before {
	content: "\A";
	white-space: pre;
}

.post video {
	max-width:100%;
}

.td_date .wpcf7-list-item::after {
	content: "\A";
	white-space: pre;
}
.prev {
	clear:both;
}

#pager .current {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

#pager a {
	border: 1px solid #ccc;
}

#pager a:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.page-numbers {
	background-color: #fff;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    text-decoration: none;
    margin: 0 4px;
    padding: 8px 18px;
    width: auto;
}

/* tablet  */
@media only screen and (min-width: 751px) and (max-width: 1130px) {
/*ここにtablet用スタイルを記述*/
body {
	background: none;
}

#container {
	padding: 0 0 0 0px;
}

#header {
	/*height:181px;*/
}

#wrapper {
	padding-top:130px;
}

:target:before {
   height:181px;/* ヘッダの高さ = 102px */
   margin:-181px 0 0;/* ヘッダの高さ = 102px */
}

.dt_dele {
	display:none;
}


}


@media only screen and (min-width: 751px) and (max-width: 941px) {
/*ヘッダー高さ調整用　バーガーメニューを表示する*/
#inheader,#topmenu,#search_menu {
	display:none;
}

#header {
	background: none;
	/*height:153px;*/
	position:fixed;
	z-index:100;
	background-color:#FFFFFF;
	-webkit-box-shadow:0 1px 8px #333333;
}

#wrapper {
	max-width: 928px;
	width: 100%;
	margin:0 auto;
	background: none;
	float: left;
	clear: left;
	padding-top:135px;
}

#contentwrapper {
	margin:0 auto;
}

#contentright {
	width: 73%;
	padding-left: 10px;
	padding-right: 0;
}

#frontleftbar {
	display:none;
}

#frontrightbar {
	float: none;
	margin:0 auto;
}

#leftbar {
	padding-left:7px;
}

#footer {
	/*background: none;*/
}

img.alignnone {
	padding: 0px;
	max-width:100%;
	height:auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	height:auto;
	padding:0px;
}

img.alignleft {
	margin: 0 7px 2px 0;
	height:auto;
	padding:0px;
}

img.aligncenter {
	margin:0 auto;
	height:auto;
}

img.size-medium{
	max-width:43vw;
}

img.size-large{
	max-width:43vw;
}

img.size-full {
	max-width:100% !important;
	height:auto !important;
	padding:0px !important;
}

.sidebar_freearea {
	float: none;
	margin: 0 auto 10px auto;
	max-width: 500px;;
}

.top_resp_leftbar {
	display:block;
}

.leftbar_bnr_del1 {
	display:none;
}

.leftbar_bnr_del2 {
	display:none;
}

.mlr ul {
	left:auto !important;
	right:0px;
}

#recommend_area {
	display:block;
}

.top_setu_bnr {
	display:none;
}

.pickuplist_link{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.pickuplist_link:hover {
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #fff;
}

#bottom2 {
	/*border-top:1px solid #DDD;*/
}

.section-title_mid, .section-title_mid a {
	clear: both !important;
	color: #0000CC !important;
	font-size: 18px !important;
	/*font-weight: bolder !important;*/
	height: 25px !important;
	margin: 20px 5px !important;
	padding-left: 2px !important;
	padding-top: 7px !important;
	text-decoration: none;
}

  

}

/* smartPhone */
@media screen and (max-width: 750px) {
/*ここにスマホ用スタイルを記述*/
body {
	background: none;
	-webkit-text-size-adjust:100%;
}

#wpadminbar {
	position:fixed !important;
}

#logo{
	max-width:450px;
	height: auto;
	margin-top: 0px;
}

.logo_l {
	display:none;
}

.logo_m {
	display:block;
	width:300px;
}

#container {
	padding: 0 0 0 0px;
}

#inheader,#topmenu,#search_menu {
	display:none;
}

#header {
	background: none;
	height:53px;
	margin-bottom:5px;
	position:fixed;
	z-index:100;
	background-color:#FFFFFF;
	-webkit-box-shadow:0 1px 8px #333333;
}

#wrapper {
	max-width: 928px;
	width: 100%;
	margin:0 auto;
	background: none;
	float: left;
	clear: left;
	padding-top:53px;
}

#contentwrapper {
	margin:0 auto;
}

#contentfull {
	padding-bottom: 0px;
}

#contentright {
	float:none;
	width: auto;
	max-width:750px;
	padding:0 5px 20px 5px;
	margin-right:auto;
	margin-left:auto;
	border-left:none;
}

#frontleftbar {
	display:none;
}

#frontrightbar {
	float: none;
	margin:0 auto;
}

#leftbar {
	padding-left:7px;
	display:none;
}

#footer {
	background: #fff7e5;
}

#footer a { 
	color: #ff6666;
	text-decoration: none;
}

#footermenu,#copyinfo{
	background-color: #FFFFFF;
}

img.alignnone {
	padding: 0px;
	max-width:100%;
	height:auto;
}

img.alignright {
	margin: 0 0 2px 6px;
	height:auto;
	padding:0px;
}

img.alignleft {
	margin: 0 6px 2px 0;
	height:auto;
	padding:0px;
}

img.aligncenter {
	margin:0 auto;
	height:auto;
}

img.size-medium{
	/*max-width:43vw*/
}

img.size-large{
	max-width:43vw
}

img.size-full {
	max-width:100% !important;
	height:auto !important;
	padding:0px !important;
}

.page_title_waku {
	height: 150px;
}

.page_title {
    font-size: 2.0rem;
}

.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 5px;
	max-width:fit-content;
	height:auto;
	width:auto !important
}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	max-width:40vw;
	height:auto;
}

#bottom2 {
	display:none;
}

#bottom3 {
	display:block;
	width: 100%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#FFFFFF;
	font-size:12px;
}

.btm3_1{
	/*max-width:400px;*/
	margin:auto;
}

.btm3_1 ul {
	margin:5px;
	display:inline-block;
	min-width:120px;
}

.btm3_1 li {
	border:1px solid #CCC;
	margin-bottom:15px;
	padding:5px;
	max-width: none;
	width:42vw;
	background-color:#FFF;
}

.btm3_1 li a {
	padding-right:10px;
	padding-left:10px;
	display:block;
}

.btm3_2 {
	width:100%;
	padding:20px 0;
	background-color:#cc3366;
	font-size:16px;
	color:#FFF;
	margin-top:-15px;
	/*margin-bottom:15px;*/
	-webkit-text-size-adjust :100%;
}

#btm3_4 {
	width:100% !important;
	/*padding:20px 0;*/
	background-color:#990033;
	font-size:16px;
	color:#FFF;
	margin-top:-15px;
	margin-bottom:15px;
	-webkit-text-size-adjust :100%;
}

#frontrightbnrarea .left {
	width:49%;
}

#frontrightbnrarea .right {
	width:49%;
}

#top_info {
	font-size:14px !important;
}

.clearfloat {
	clear:left;
}

.clearfloat a {
	color:#0000ff !important;
}

.thumb_area {
	display:inline-block;
	float: none;
	width:auto;
	height:auto;
	/*max-width: 152px;*/
	/*max-height: 160px;*/
	text-align: left;
	margin: 10px 30px 40px;
	padding: 0px;
	vertical-align:top;
	background: none;
	background-image: none;
}

.sidebar_freearea {
	float: none;
	margin: 0 auto 10px auto;
	max-width: 500px;;
}

.top_resp_leftbar {
	display:block;
}

.leftbar_bnr_del1 {
	display:none;
}

.leftbar_bnr_del2 {
	display:none;
}

.bcn_title {
	display:none;
}

.bcn_title2 {
	display:inline;
}

#cont1 {
	background-image:none !important;
	font-size: 16px;
	margin: 0;
}

#cont2 {
	background-image:none !important;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 40px auto !important;
}

.section-title, .section-title a {
	clear: both !important;
	/*color: #FFFFFF !important;*/
	font-size: 21px;
	font-weight: bolder !important;
	height: 30px !important;
	margin: 0 !important;
	padding-left: 2px !important;
	padding-top: 7px !important;
	text-decoration: none;
}

#cont1 h2.section-title {
	background-color:#ffcccc;
	background-image:none !important;
}

#cont2 h2.section-title {
	background-image:none !important;
	font-size: 28px;
}

.page_caption {
	font-size:30px;
    height: 120px;
    background: #0066ff;
    border-radius: 50%;
    margin: 0 auto;
}

.page_caption_mid {
	font-size:23px;
}

#news_waku {
	margin: 0 0 40px 0 !important;
	width:100%;
	display:unset;
}

#whatsnew {
	width:100%;
	text-align: center;
	padding: 0;
}

#recommend_area {
	width:100%;
	clear: both;
}

#insta_area{
	height:auto !important;
	max-width: none;
	width:auto !important;
	font-size: 14px;
	-webkit-text-size-adjust :100%;
	float:none;
}

.ajst {
	max-width:none;
	width: auto !important;
	max-height: 600px;
}

.top_free_waku{
	width:100%;
	display: unset;
}

.top_edu_waku{
	width:100%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin-top:0px;
	flex-wrap: wrap;
}

.top_edu_contents{
	width:40%;
	margin:15px 5px;
}

.top_oshi_area{
	height: 400px;
}

.oshi_content_text1{
	width: 230px;
	height: 185px;
	font-size: 18px;
}

#pickup_area {
	height:auto !important;
	max-width: none;
	width:auto !important;
	font-size: 14px;
	-webkit-text-size-adjust :100%;
	/*float:none;*/
}

#pickup_area h2.section-title{
	font-size: 22px !important;
	margin:10px 5px 20px 5px !important;
}

.pickup_post_intro {
	vertical-align:top;
	display:table;
	font-size:13px;
	padding:7px 0px 0px 0px;
}

.pickuplist4 {
	display:inline-block !important;
}

.top_setu_bnr {
	display:none;
}

.pickuplist_link{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.pickuplist_link:hover {
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #fff;
}

.thumbimg {
	/*width:145px;*/
	/*height:145px;*/
}

.list_img_thumb {
	width:180px;
	height:120px;
}

.list_img_thumb img {
	margin:0;
}

.list_text {
	font-size:14px;
	line-height: 150%;
}

.resp_trans {
	float:none;
	max-width:100% !important;
	padding:0 !important;
	display:block !important;
	margin:0 auto !important;
}

#groundmap1 {
	margin:0 !important;
	width:98% !important;
	overflow:auto;
	background-attachment:local !important;
}

#groundmap2 {
	margin:0 !important;
	width:98% !important;
	overflow:auto;
	background-attachment:local !important;
}

.mb_dele {
	display:none;
}

.dt_dele {
	display:block !important;
}

#blog_list {
	max-width: 480px;
	/*display:block;*/
}

.concept_area_text{
	font-size:medium;
	font-weight:800;
}


/*基本方針エリア*/
.home-concept-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px auto;
    max-width: 1000px
}

.home-concept-list li {
    height: 250px;
    width: 250px;
}

.home-concept-list-waku{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
}

.home-concept-list-num {
    margin-right: 7px;
}

.home-concept-list p {
    font-size: 1.5rem;
    margin-top: 5px;
}

#cont4 .intro_menu {
	justify-content: flex-end;
	min-height: 400px;
}
.underbox h2 {
	line-height: 1.4em;
	font-size:35px;
}
.more-btn {
	font-size: 17px;
}

.page_bottom_waku:after {
	content: "";
    position: absolute;
	height: 4.5vw;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 10;
	background:none;
	background-size: 100%;
}

.page-numbers {
    margin: 2px 2px;
    padding: 3px 10px;
}



}

@media screen and (max-width: 450px) {
.thumb_area {
	margin: 10px 3px 40px;
}

.resp_trans2 {
	float:none;
	max-width:100% !important;
	padding:0 !important;
	display:block !important;
	margin:0 auto !important;
}


}
