@charset "utf-8";
/*
Theme Name: wag Template03
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License
*/
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 80%;
    line-height: 1.4;
    color: #333;
	background:url(images/bg_body.gif) repeat;
}
#header h1:before, 
#header .title:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
}

.footer a:before {
    content: "【PR】";
}
html,
a,
form,
area,
div,
table,
dl,
dt,
dd,
ul,
ol,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 100%;
}
object { outline: none }
img { border: none }
table {
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
ul,
ul li { list-style: none }
a { text-decoration: underline }
a:link { color: #ec5334 }
a:visited {
    color: #ec5334;
    text-decoration: underline;
}
a:hover {
    color: #285a7f;
    text-decoration: none;
}
a:active {
    color: #ec5334;
    text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
/* Hides from IE Mac */
* html .clearfix { height: 1% }
.clearfix { display: block }
/* End Hack */
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    color: #666666;
}
.Clear { clear: both }
.left { float: left }
.right { float: right }
.alignleft {
    margin: 0px 6px 6px 0px;
    float: left;
}
.alignright {
    margin: 0px 0px 6px 6px;
    float: right;
}
.img {
    float: left;
    display: inline;
    margin: 0px 4px 4px 0px;
    border: none;
}

#holder {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 900px;
}

/* ---------------------------------------------- */
/* header */
/* ---------------------------------------------- */
#header {
	height:170px;
	background:url(images/Header_Castle.gif);
}
.header_inner{
	width:865px;
	margin:0 auto;
	padding: 50px 10px 10px 25px;
}

#header h1,#header .title {
    color: #004A9C;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
}
#header h1 a:link,#header h1 a:visited,#header .title a:link,#header .title a:visited {
    color: #004A9C;
    text-decoration: none;
}
#header h1 a:hover,#header h1 a:active,#header .title a:hover,#header .title a:active {
    color: #004A9C;
    text-decoration: underline;
}
#header p {
	color: #004A9C;
	font-weight: bold;
	text-align: left;
}
.header_text {
    font-size: 12px;
    width: 580px;
	float:left;
}
.sitemap {
    font-size: 12px;
    width: 300px;
	text-align:right;
	float:right;
}
.sitemap ul {
    list-style: none;
}

.sitemap ul li a {
    font-weight: bold;
    margin-top: 0px;
    margin-right: 1em;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 8px;
}
.sitemap ul li a:link,
.sitemap ul li a:visited { color: #FF9900 }
.sitemap ul li a:hover,
.sitemap ul li a:active { color: #99CC33 }

.pankuzu_inner{
	width:900px;
	margin:0 auto;
	padding-left: 7px;
	text-align:left;
	color:#285a7f;
}

/* ---------------------------------------------- */
/* contents */
/* ---------------------------------------------- */
.contents { 
	width: 900px;
	margin:0 auto;
	background-color: #FFFFFF;
	text-align:left;
 }
.main {
    width: 600px;
    float: left;
    padding: 0px 0px 0 15px;
    margin: 0;
}
.sidemenu {
    float: right;
    padding: 0px;
    margin: 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.sidemenu h2 {
    width: 250px;
    height: 39px;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    font-size: 20px;
    margin-top: 10px;
	background:url(images/bg_header.png) bottom;
}
.menu_list {
    width: 265px;
    padding: 10px 0;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.menu_list p { margin: 15px 0 }
.menu_list p a {
    font-weight: bold;
    background: url(images/bg_menu_off.gif) no-repeat;
    margin: 15px 0 0 10px ;
	color:#333;
}
.menu_list p a:hover {
    font-weight: bold;
    background: url(images/bg_menu_on.gif) no-repeat;
    padding: 5px 0 5px 30px;
}
.top_list{
	font-weight:bold;
}
ul.top_list li { 
	margin: 0;
	padding:10px 0 15px;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	background:url(images/bg_list.png) repeat-x bottom;
}
ul.top_list li a { 
	padding-left:15px;
	margin-left:10px;
	background:url(images/arrow.gif) no-repeat 0 0;
}
ul.children{
	margin-top:10px;
}
ul.children li { 
	margin: 0 10px ;
	padding:10px 0 15px;
	background:none;
	font-weight:normal;
}

/* ---------------------------------------------- */
/* main */
/* ---------------------------------------------- */

.main_body{
	margin:0;
	padding:0;
}
.main_body h2.pageHead,.main_body h1{
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
	padding:5px 0 5px 20px;
	margin:20px 0;
	background:url(images/bg_header.png) bottom;
}
.main_body p{
	font-size:1.1em;
	line-height:1.5em;
	padding-bottom:5px;
	margin-top:5px;
}
.main_body h2,.main_body h3{
	font-size:1.3em;
	font-weight:bold;
	color:#a05f36;
	padding:5px 0 10px 5px;
	border-left:10px solid #25567b;
	border-bottom:1px solid #25567b;
	background-color:#dbedfa;
	margin-top:15px;
}
.main_body ul li{
	color:#a05f36;
	background:url(images/arrow.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	margin:20px 0 20px 40px;
}
.main_body a.link{
	font-weight:bold;
	font-size:1.3em;
	color:#0000cd;
}
.main_body a:hover{
	text-decoration: none;
}
.main_body p span{
	background-color:#ffff99;
}
.page_cat_list{
	margin:10px 0 ;
}

.main_body ol, .main_body ol {
	margin: 10px 10px 1em 20px;
	padding: 0;
}

.main_body ol li, .main_body ol li {
	line-height: 1.5em;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}

/* ---------------------------------------------- */
/* main_body table */
/* ---------------------------------------------- */

.main_body table, .main_body table {
	margin: 10px 0px 15px;
	padding: 0px;
	border-top: 1px solid #538084;
	border-left: 1px solid #538084;
}

.main_body table th, .main_body table th {
	font-weight: bold;
	background: #e9eff6;
	border-bottom: 1px solid #538084;
	border-right: 1px solid #538084;
	padding: 5px;
	line-height: 1.5em;
}

.main_body table td, .main_body table td {
	padding: 5px;
	border-bottom: 1px solid #538084;
	border-right: 1px solid #538084;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* footer */
/* ---------------------------------------------- */

.footer{
    background-color: #91ACDA;
    height: 45px;
}
.footer_inner {
    text-align: center;
    font-size: 12px;
    width: 900px;
    margin: 0 auto;
    padding: 15px 0px 10px;
}

.footer a:link,
.footer a:visited {
    color: #fff;
	font-weight:bold;
    text-decoration: none;
}
.footer a:hover,
.footer a:active {
    color: #fff;
	font-weight:bold;
    text-decoration: underline;
}
/* ---------------------------------------------- */
/* PageUp */
/* ---------------------------------------------- */

.PageUp {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 10px 10px 0;
    padding: 5px 0px 5px 5px;
    text-align: right;
}

/* ---------------------------------------------- */
/* 追加CSS */
/* ---------------------------------------------- */

a.top{
	font-size:16px; 
	color#004a9c;
	font-weight:bold;
}
.time_function{
	padding: 10px 0 0 0;
    font-size: 12px;
}









    /* oki_20220509 */

    .top_content_area{
        margin: 20px 0;
    }
    
    .top_cate_link{
        text-align: right;
    }
    
    .text_link_right{
        text-align: right;
    }

    .midasi{
        margin: 20px 0 20px 40px;
        font-weight: bold;
        font-size: 16px;
    }


    /* oki_20220509 */




.recommend .best3 {
    font-size: 25px;
    text-align: center;
    margin: 30px;
    color: #1f465f;
    font-weight: bold;
    margin-bottom: 0;
}


.recommend h4 {
    font-size: 18px;
    margin: 20px 0;
    color: #1f465f;
    background: #faf9f4;
    padding: 10px;
}
.main_body .recommend ul li {
    margin: 10px;
    color: #666666;
}
.recommend table {
    width: 100%;
}
.recommend table th {
    width: 30%;
}
.recommend p.btn-web a {
    color: #FFF;
    text-decoration: none;
}
.recommend p.btn-web {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #ec5334;
    max-width: 280px;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.recommend p.btn-web:hover {
    opacity: 0.3;
}

.main_body .recommend table td, .main_body .recommend table td {
    padding: 10px;
}
.recommend span.teacher {
    font-size: 18px;
    font-weight: bold;
}

.teacherlist {
    background: #e9eff6;
    padding: 10px;
}

.main_body .recommend h3 {
    margin-top: 3rem;
}
.main_body span.best3-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
    color: #2e6085;
    background: none;
}
.caption {
    margin-bottom: 2rem;
    font-size: 12px;
    word-break: break-all;
}
.center {
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
}

.btn-internal, p.btn-internal {
    max-width: 48rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}
.btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 1rem 4rem;
    background: #ffffff url(images/arrow.gif) no-repeat right 2rem center;
    border: solid 1px #ff7777;
    border-radius: 6rem;
    box-shadow: 4px 4px 0 0 #ff7777;
    box-sizing: border-box;
    color: #ff7777;
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.btn-internal a:hover {
    opacity: 0.75;
}