@charset "UTF-8";
/* =============================================

common.css

==============================================*/
/* CSSリセット
----------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
border: 0;
font-size: 100%;
font-style: normal;
font-weight: 400;
margin: 0;
padding: 0;
vertical-align: baseline
}
blockquote:after, blockquote:before, q:after, q:before {
content: "";
content: none
}
a:hover {
text-decoration: underline;
}
a img {
transition: opacity .5s ease-out;
}
a:hover img {
filter: alpha(opacity=80);
opacity: .8
}
a:focus {
outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block
}
html {
overflow-y: scroll
}
blockquote, q {
quotes: none
}
input, textarea {
margin: 0;
padding: 0
}
ol, ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption, th {
text-align: left
}
area {
border: 0 0;
outline: 0
}
.cf {
min-height: 1px
}
.cf:after {
content: "";
clear: both;
display: block
}
/* HTML要素 
----------------------------------------------*/

strong{
font-style: normal;
}
em{
font-style: oblique;
}
strong {
font-weight: bold;
}
a {
vertical-align: baseline;
zoom: 1;
color: #523c80;
}
a:hover {
text-decoration: none;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
input {
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
html {
font-size: 62.5%;
}
body {
-webkit-text-size-adjust: none;
background-color: #fff;
background-position: top center;
background-repeat: no-repeat;
background-size: contain;
color: #333;
font-family: "メイリオ", "Meiryo", sans-serif;
line-height: 1.6;
font-size: 1.4rem;
}

/* 仕様
----------------------------------------------
幅 980px
ブレークポイント 640px
グレー　a0a0a0;
紫　543c80
文字色　#333333
----------------------------------------------*/

/* header要素 
----------------------------------------------*/
.m_header{
width: 980px;
margin: 2rem auto 0;
overflow: hidden;
}
.s_fixed{
position: fixed;
top: 0px;
width: 100%;
background-color: #fff;
z-index: 2;
}

@media print {
	.s_fixed{
	position: static;
	}
}

.m_logo{
float: left;
}
.m_utility{
float: right;
}
/* login */

.m_login {
margin-bottom: 1rem;
float: right;
}
.m_login .e_btn{
width: 7.5rem;
background-color: #80c1e7;
color: #fff;
border-radius:30px;
padding: 0.2rem 0.5rem;
font-size: 1.2rem;
text-align: center;
border: 1px solid #a0a0a0;
}
.m_login .e_btn .e_link{
color: #fff;
text-decoration: none;
display: block;
}

/* font size */

.m_fontsize{
clear: right;
overflow: hidden;
}
.m_fontsize .e_ttl{
float: left;
font-size: 1.2rem;
padding: 0.5rem 1rem;
}
.m_fontsize .e_blk{
width: 8.5rem;
float: right;
}
.m_fontsize .e_list .e_li{
cursor: pointer;
padding: 0.2rem 1rem;
font-size: 1.2rem;
text-align: center;
border: 1px solid #aaa;
}
.m_fontsize .e_list .e_li:first-child{
border-radius:30px 0px 0px 30px ;
float: left;
padding-right: 0.5rem;
}
.m_fontsize .e_list .e_li:last-child{
border-radius:0px 30px 30px 0px ;
float: right;
padding-left: 0.5rem;
}
.m_fontsize .e_list .e_li:hover,
.font_size_m .m_fontsize .e_list #font_m,
.font_size_l .m_fontsize .e_list #font_l{
color: #fff;
background-color: #523c80;
border: 1px solid #523c80;
}
.font_size_m {
font-size: 62.5%;
}
.font_size_l {
font-size: 72.5%;
}

/* global navi */

.m_gnav{
clear: both;
background-color: #f4f3f3;
border: 1px solid #ddd;
margin: 2rem auto 0;
}
.m_gnav .e_list{
width: 980px;
margin: auto;
}
.m_gnav .e_list .e_li,
.m_gnav .e_list .page_item{
float: left;
width: 25%;
text-align: center;
position: relative;
}
.m_gnav .children .page_item{
float: none;
text-align: left;
}
.m_gnav .e_list .page_item a{
border-left: 1px solid #ddd;
display: block;
padding: 1.5rem 0.5rem;
border-right: none;
background-color: #fafafa;
text-decoration: none;
}

.m_gnav .e_list .page_item:last-child a{
border-right: 1px solid #ddd;
}
.m_gnav .e_list .page_item_has_children a{
background-image: url(../imgs/common/bg_gnav_arrow.png);
background-position: center 85%;
background-repeat: no-repeat;
}
.m_gnav .e_list .e_li_home .e_link{
background-image: none;
}
.m_gnav .e_list .e_li:last-child .e_link,
.m_gnav .menu .menu-item:last-child a{
border-right: 1px solid #ddd;
}
.m_gnav .children .page_item a,
.m_gnav .e_nav .e_list .current_page_ancestor .children a{
border: none;
border-bottom: 1px solid #fff;
background-image: none;
background-color: #ddd;
color: #444;
padding: 1.5rem 0.5rem 1.5rem 2rem;
}
.m_gnav .children{
display: none;
position: absolute;
left: 0;
top: 5.3rem;
width: 100%;
z-index: 100;
}
.m_gnav .children .page_item,
.m_gnav .children .page_item:first-child{
width: 100%;
}
body.single-event .m_gnav .e_nav .e_list .page-item-1231 a,
.m_gnav .e_nav .e_list a:hover,
.m_gnav .e_nav .e_list .current_page_item a,
.m_gnav .e_nav .e_list .current_page_ancestor a,
.m_gnav .e_nav .e_list .current_page_ancestor .children a:hover{
text-decoration: none;
background-color: #523c80;
color: #fff;
background-image: url(../imgs/common/bg_gnav_arrow_on.png);
background-repeat: no-repeat;
}
.m_branding{
width: 980px;
margin: 0rem auto 2rem;
}

.m_local{
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 2rem;
padding: 1rem;
}
.m_local  .e_ttl{
margin: 1rem .5rem;
text-align: center;
font-size: 1.4rem;
}

.m_local .e_list .page_item::before{
content:"・";
color: #543c80;
position: absolute;
left: 1rem;
}
.m_local .e_list .page_item{
position: relative;
margin-bottom:.5rem;
}
.m_local .e_list .page_item a{
padding:.5rem .5rem .5rem 3rem;
}
.m_local .e_list .children .page_item{
margin:1rem 0 1rem 2rem;
}
.m_local .e_list .current_page_item a{
font-weight:bold;
}
/* footer要素
----------------------------------------------*/
.m_copyright{
background-color: #523c80;
padding: .5rem;
}
.m_copyright .e_txt{
text-align: center;
color: #fff;
width: 980px;
margin: 0rem auto 0;
font-size: 1.2rem;
}
.m_adr{
padding: 1rem 0;
background-color: #f1f4fb;
font-size: 1.2rem;
}
.m_adr .e_adr{
text-align: center;
width: 980px;
margin: 0rem auto 0;
}
.m_page_top .e_btn{
position: fixed;
bottom: 4rem;
right: 2rem;
z-index: 1;
opacity: 0.5;
}

/* #contents要素
----------------------------------------------*/
.l_contents{
background-color: #f1f4fb;
padding-bottom: 2rem;
}
.m_contents{
width: 980px;
margin: 0rem auto 0;
}
.l_primary{
width: 740px;
float: left;
background-color: #fff;
margin-bottom:1rem;
}
.l_secondary{
width: 230px;
float: right;
}

.m_side_member{
background-color: #eee;
padding: 1.6rem 1.2rem;
margin-bottom: 2rem;
}
.m_side_member .e_list .e_li{
font-size: 1.8rem;
text-align: center;
margin-bottom: 1rem;
border: 1px solid #ccc;
}
.m_side_member .e_list .e_li .e_link{
display: block;
padding: 1.5rem 0;
text-decoration: none;
background-color: #80c1e7;
color: #fff;
font-weight: bold;
border: 1px solid #fff;
}
.m_side_member .e_list .e_li_regist .e_link{
background-color: #543c80;
}
.m_side_member .e_list .e_li .e_link:hover{
opacity: .6;
transition: .3s ease-in-out;
}
.m_side_member.s_login .e_txt{
color:#80c1e7;
font-weight:bold;
}
.m_side_member.s_login{
border:1px solid #ddd;
text-align:center;
}

.m_side_links{
background-color: #fff;
border: 1px solid #ddd;
border-top: none;
margin-bottom: 2rem;
}
.m_side_links  .e_list .page_item,
.m_side_links  .e_list .menu-item{
border-top: 1px solid #ddd;
}
.m_side_links  .e_list .page_item a,
.m_side_links  .e_list .menu-item a{
display: block;
padding: 1rem;
text-decoration: none;
color: #444;
padding-left: 3rem;
position: relative;
}
.m_side_links  .e_list .page_item a::before,
.m_side_links  .e_list .menu-item a::before{
content:"●";
color: #543c80;
position: absolute;
left: 1rem;
}
.m_side_links  .e_list .e_li .e_link:hover,
.m_side_links  .e_list .page_item a:hover,
.m_side_links  .e_list .e_li a:hover{
opacity: .6;
transition: .3s ease-in-out;
}

.m_side_bnr .e_list .e_li{
border: 1px solid #ddd;
margin-bottom: 1rem;
}

/* 共通要素
----------------------------------------------*/
/* コンテンツ */
.m_contents_body{
padding: 1rem 0;
}

/* ローカルナビゲーション */

/* 区切り線 */

/* パンくず */
.m_crumb{
background-color: #fff;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin-bottom:2rem;
}
.m_crumb .e_txt{
padding: 1rem;
font-size: 1.2rem;
margin: 0rem auto;
}

/* タイトル */
.m_page_ttl{
margin: 0rem auto;
padding:2rem 3rem;
}
.m_page_ttl .e_ttl{
font-size: 3.0rem;
color: #543c80;
}

/* セクション */

/* リスト */

/* 表組み */

/* 段落*/

/* ボタン */
/* ログイン後
----------------------------------------------*/
.logged-in .l_primary a{
color:#2a2d37;
}
.logged-in .l_primary{
border:1px solid #ddd;
}
.logged-in .l_contents{
background-color:#fff;
}
.logged-in .m_page_ttl .e_ttl,
.logged-in .m_news_home .e_ttl,
.logged-in .mce-content-body .e_txt_lead,
.logged-in .m_local .e_list .page_item a,
.logged-in .m_side_links  .e_list .page_item a,
.logged-in .m_side_links  .e_list .menu-item a{
color:#2a2d37;
}
@media screen and (max-width: 641px) { 
html {
font-size: 45%;
}
img{
max-width: 100%;
}
.font_size_m {
font-size: 45%;
}
.font_size_l {
font-size: 62.5%;
}
.m_header,
.m_contents,
.m_gnav .e_list,
.m_gnav .menu,
.m_copyright .e_txt,
.m_crumb .e_txt,
.m_page_ttl,
.m_branding,
.m_adr .e_adr
{
width: auto;
}
.m_header{
padding: 0 1rem;
margin:1rem auto 0;
}
.l_primary{
width: auto;
float: none;
}
.l_secondary{
width: auto;
float: none;
width: auto;
clear:both;
}
.m_logo,
.m_utility{
float: none;
}
.m_login{
margin-right: 1rem;
}
.m_fontsize{
clear: none;
display: none;
}
.m_gnav{
margin:0 auto;}
.m_gnav .e_list .page_item a{
border-bottom:1px solid #ddd;
border: none;
}
.m_gnav .e_list .page_item:nth-child(1) a,
.m_gnav .e_list .page_item:nth-child(2) a{
border-bottom:1px solid #ddd;
}
.m_gnav .e_list .page_item:nth-child(1) a,
.m_gnav .e_list .page_item:nth-child(3) a{
border-right:1px solid #ddd;
}

.m_gnav .e_list .page_item{
width: 50%;
}
.m_gnav .e_list .page_item a{
padding-top: 1rem;
padding-bottom: 1rem;
}
.m_gnav .menu .menu-item a,
.m_gnav .e_list .e_li .e_link{
background: none;
}
.m_gnav .menu .current-menu-item a{
background-color: #523c80;
background-repeat: no-repeat;
}
.m_gnav .sub-menu {
border: 1px solid #f00;
}
.m_gnav .sub-menu{
border: 1px solid #000;
}
.m_gnav .e_list .children .page_item{
width: 100%;
}
.m_gnav .children{
width: 100%;
z-index: 100;
top: 3.3rem;
background-color: #fff;
}
.m_page_ttl{
padding-top:1rem;
margin-bottom:1rem;
}
.m_page_ttl .e_ttl{
text-align: center;
font-size:2.5rem;
}

.m_side_member .e_list{
text-align: center;
}
.m_side_member .e_list .e_li{
width: 48%;
display: inline-block;
margin-bottom: 0;
}
.m_side_bnr .e_list .e_li{
width: 48%;
display: inline-block;
margin-bottom: 0;
vertical-align: top;
}

}
