/*Theme Name:　conohana
Theme URI:　http://www.conohana.yamanashi.ac.jp
Version:　1.0
Author:　Calc.inc
Author URI:　http://www.calcinc.co.jp
*/


/* ========================================================================== */
/* ---【全体設定】------------------------------------------------------------- */
/* ========================================================================== */


html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td, *{
    margin: 0;
    padding: 0;
    border: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size:62.5%;
}

body{
    line-height:1.8;
    color: #333;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
    text-align: left;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden; 
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 1.4rem 0;
}

a:link{
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #333;
}

a:visited{
    color: #333;
}

a:hover{
    color: #32aeda;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover img{
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom:1;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a img{
    border:none;
}

ul,ol {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 30px;
    margin: 1.4rem 0;
}

table {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    margin: 1.4rem 0;
}

table th {
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #ebf8fc;
    text-align: center;
}

table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.wp-caption-text {
    font-size: 1.6rem;
}

.alignleft {
    float: left;
}

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

.alignright {
    float: right;
}

h1:not(.menu_logo):not(.h1_404) {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    background: #54c9f3;
    box-shadow: 0px 0px 0px 8px #54c9f3;
    border: dashed 2px #fff;
    padding: 3px 5px 0px 15px;
    margin: 8px 8px 38px;
    border-radius: 3px;
}

h2 {
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: solid 5px #ae88bc;
    position: relative;
    margin-top: 30px;
}

h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #54c9f3;
    bottom: -5px;
    width: 30%;
}

h3 {
    font-size: 18px;
    font-size: 2.0rem;
    border-bottom: double 5px #ae88bc;
    margin-top: 30px;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: dashed 2px #54c9f3;
    margin-top: 30px;
}

h5 {
    font-size: 18px;
    font-size: 1.6rem;
    border-bottom: solid 2px #ae88bc;
    margin-top: 30px;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
}

.breadcrumbs {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.4rem;
    background: #ebf8fc;
}

.breadcrumbs_inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.breadcrumbs span span {
    font-weight: bold;
}

.breadcrumbs span a span {
    font-weight: normal;
}

.breadcrumbs a:link {
    font-size: 14px;
    font-size: 1.4rem;
}

.breadcrumbs span:not(.breadcrumbs span a span) {
    font-weight: bold;
}

article {
    width: 70%;
    margin: 35px 0;
}

.page article, .page_404 article {
    width: 100%;
}

.button {
    display: inline-block;
    width: 300px;
    background: #ebf8fc;
    border: 1px solid #54c9f3;
    text-align: center;
    padding: 12px 0;
    margin: 35px 0;
}

.button:link, .button:visited {
    color: #32aeda;
}

.button:hover {
    color: #fff;
    background: #32aeda;
    border-color: #32aeda;
    font-weight: bold;
}


/* ========================================================================== */
/* ---【header.php】---------------------------------------------------------- */
/* ========================================================================== */


.top {
    background: #32aeda;
    color: #fff;
}

.top a {
    color: #fff;
    font-weight: bold;
}

.top a:hover {
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom:1;
}

.top ul {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

.top ul li {
    margin: 12.5px 0;
    margin-left: 30px;
}

.searchform div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.searchform label {
    display: none;
}

.searchform .searchtext {
    width: 150px;
    padding: 5px 10px;
    margin-right: 5px;
}

.searchform .searchsubmit {
    background: url(images/searchicon.png) no-repeat;
    width: 25px;
    height: 25px;
}

.searchform .searchsubmit:hover {
    cursor: pointer;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom:1;
}

.main_menu_outer {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.main_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    list-style-type: none;
    height: 100px;
    padding: 0;
    margin: 0;
}

.main_menu li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 50px;
}

.menu_logo img {
    width: 100%;
}

.main_menu li:first-child {
    margin-right: auto;
}

.main_menu li:not(:first-child)+li {
    border-left: 1px dotted #707070;
}

.main_menu li:not(:first-child) a {
    padding: 11px 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.main_menu li:last-child a {
    padding-right: 0;
}

@media screen and (min-width:768px) {
    .mobile {
        display:none;
    }
}


/* ========================================================================== */
/* ---【footer.php】---------------------------------------------------------- */
/* ========================================================================== */


footer {
    background: #32aeda;
    color: #fff;
    position: relative;
}

.footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2% 0;
}

.footer_text {
    margin-right: auto;
}

.footer_title {
    font-size: 16px;
    font-size: 1.6rem;
}

.copyright {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 20px;
}

.footer_images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.footer_images a {
    margin-left: 20px;
}




/* ========================================================================== */
/* ---【index.php】----------------------------------------------------------- */
/* ========================================================================== */


main {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.top_center, .top_bottom {
    margin: 6% auto;
}

.top_center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.top_center_left {
    width: 70%;
}

.tabmenu {
    width: 100%;
}

.tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tab li{
    cursor: auto;
    width: 16%;
    height: 50px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tab li a{
    align-items: center;
    border: solid 2px #dadada;
    border-radius: .75rem;
    background: #fff;
    color: #32aeda;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.tab li a:hover {
    background-color: #ebf8fc;
    border-color: #32aeda;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    
    .tab {
        flex-wrap: wrap;
    }
    
    .tab li {
        height: auto;
        width: 19%;
    }
    
    .tab li a {
        font-size: 2vw;
        line-height: 1.2;
        padding: .75rem .25rem;
    }
    
}

.tabcontent p {
    padding: 0 0 20px 30px;
    margin: 20px 0 0 0;
    border-bottom: 1px dotted #707070;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.tabcontent p:first-child {
    margin-top: 30px;
}

.tabcontent p:last-child {
    border: none;
}

.article-date {
    font-size: 1.2rem;
    font-weight: bold;

/*  [201907]  */
/*    margin: 0 20px;*/
    margin: 0 1.5rem;
 
    min-width: 101px;
}

.article-cat {
    width: 100px;
    min-width: 100px;
    text-align: center;
/*  [201907]  */
/*    display: inline-block;*/
    display: inline;
    color: #fff;
    overflow: hidden;
}

.article-cat:hover {
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom:1;
}

.article-cat a {
    color: #fff;
    display: inline-block;
    
/*   [201907] */
    font-size: 1.2rem;
/*    padding: 3px 0;*/
    padding-top: .1rem;
    
    width: 100px;
}

.news a {
    background: #32aeda;
}

.public-relations a {
    background: #629f37;
}

.public-offering a {
    background: #df9201;
}

.news-letter a {
    background: #eb5a9c;
}

.tab_title{
    margin-top: 10px;
    padding: 5px 20px 5px;
    font-weight: bold;
    border-bottom: 1px #999 solid;
}

.tab .tab1 {
    color: #32aeda;
    background: #ebf8fc;
    border: 1px solid #54c9f3;
    width: 17%;
}

.tab1:hover, .tab1.select {
    color: #fff;
    background: #32aeda;
    border-color: #32aeda;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    
    .tab .tab1 {
        height: 50px;
        margin-right: 0;
        margin-top: 1.5rem;
        order: 999;
        width: 100%;
    }
    
}

.tab2 {
    color: #629f37;
    background: #f4fded;
    border: 1px solid #7ed144;
}

/*
.tab2:hover, .tab2.select {
    color: #fff;
    background: #629f37;
    border-color: #629f37;
    font-weight: bold;
}
*/

.tab3 {
    color: #df9201;
    background: #fff6e5;
    border: 1px solid #f0aa25;
}

/*
.tab3:hover, .tab3.select {
    color: #fff;
    background: #df9201;
    border-color: #df9201;
    font-weight: bold;
}
*/

.tab4 {
    color: #eb5a9c;
    background: #fcf5f8;
    border: 1px solid #fc8abe;
}

/*
.tab4:hover, .tab4.select {
    color: #fff;
    background: #eb5a9c;
    border-color: #eb5a9c;
    font-weight: bold;
}
*/

.hide {
    display: none;
}

/* [201907]
.news_all {
    display: inline-block;
    width: 100%;
    background: #ebf8fc;
    border: 1px solid #54c9f3;
    text-align: center;
    padding: 5px 0;
}
*/
.news_all {
    background: #ebf8fc;
    border: 1px solid #54c9f3;
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding: .5rem 0;
    text-align: center;
    width: 20rem;
}

@media screen and (max-width:767px) {
    
    .news_all {
        width: auto;
    }
    
}



.news_all:link, .news_all:visited {
    color: #32aeda;
}

.news_all:hover {
    color: #fff;
    background: #32aeda;
    border-color: #32aeda;
    font-weight: bold;
}

.top_center_right {
    max-width: 300px;
    width: 27%;
    margin-left: auto;
}

.top_center_right a:not(:first-child) img {
    margin-top: 5%;
}

.top_bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.top_bottom a:first-child {
    width: 100%;
}

.top_bottom a:not(:first-child) {
    width: 31.6%;
    margin-top: 2.6%;
}

.top_bottom a :not(:first-child):not(:nth-child(4)):not(:nth-child(7)) {
    margin-right: 2.6%;
}

/*

.top_bottom1, .top_bottom2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top_bottom1 {
    margin: 2.6% auto;
}

.top_bottom1 a:not(:last-child), .top_bottom2 a:not(:last-child) {
    margin-right: 2.6%;
}

*/



/* [201907-fix] */
.topics-block {
    border-bottom: 1px dotted #707070;
    margin-bottom: 2.5rem;
}

.topics-list {
    list-style: none;
    padding-left: 0;
}

.topics-list li {
    padding: 2rem 0;
}

.topics-list li + li {
    border-top: 1px dotted #707070;
}

.top_center_first {
    margin-bottom: 3rem;
}

.top_center_second {
  display: flex;
  justify-content: space-between;
}

.top_center_second a {
  width: 49%;
}

@media screen and (max-width: 767px) {
  
  .top_center_second {
    flex-direction: column;
  }
  
  .top_center_second a {
    width: 100%;
  }

  .top_center_second a + a {
    margin-top: 1rem;
  }

      
  .banner-link img {
    max-width: none;
    width: 100%;
  }
  
}


/* - 汎用クラス - */
.banner-link,
.banner-link img {
  display: block;
}

/* - グレーの枠線 - */
.frame-gray {
  border: solid 2px #cdcdcd;
}





/* ========================================================================== */
/* ---【single.php】---------------------------------------------------------- */
/* ---【page.php】------------------------------------------------------------ */
/* ---【404.php】------------------------------------------------------------- */
/* ========================================================================== */

.single,.page,.page_404 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.single .tabcontent p:first-child {
    margin-top: 38px;
}

.page article h1 {
    margin-bottom: 79px;
}

.date_cat {
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 30px 0 15px;
}

.page_404 {
    text-align: center;
}

.h1_404 {
    color: #54c9f3;
    font-size: 50px;
    font-size: 5.0rem;
    margin: 100px 0 35px;
    line-height: 1.2;
}

.h1_404 span {
    font-size: 210px;
    font-size: 21.0rem;
    line-height: 0.1;
}

.content {
    display: inline-block;
    width: 100%;
}



/* ========================================================================== */
/* ---【search.php】---------------------------------------------------------- */
/* ---【link.php】------------------------------------------------------------ */
/* ========================================================================== */

.serch_contents h2 a {
    font-size: 20px;
    font-size: 2.0rem;
}

.page_link p {
    padding: 0 0 1.4rem;
    border-bottom: 2px dashed #ccc;
}



/* ========================================================================== */
/* ---【sidebar.php】--------------------------------------------------------- */
/* ========================================================================== */

aside {
    width: 25%;
    text-align: center;
    margin-top: 1.8rem;
    margin-left: 5%;
}

.sidep {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 auto;
    font-weight: bold;
    background: #54c9f3;
    margin-top: 18px;
    padding: 10px 5px 8px 10px;
    border-radius: 3px;
}

aside ul {
    padding: 10px 0 15px;
    margin: 0 0 35px;
    background: #ebf8fc;
}

aside ul li {
    width: 80%;
    padding-bottom: 5px;
    margin: 15px auto;
    list-style-type: none;
    border-bottom: 1px dotted #aaa;
}



/* ========================================================================== */
/* ---【ページ送り】----------------------------------------------------------- */
/* ========================================================================== */

.pagen {
    text-align: center;
    margin: 35px 0 0;
    font-size: 1.4rem;
    clear: both;
}

.page-numbers {
    padding: 5px 15px;
    border: 1px dashed #54c9f3;
    color: #32aeda;
}

.page-numbers:link {
    color: #32aeda;
}

.page-numbers:visited {
    color: #32aeda;
}

.current {
    background-color: #54c9f3;
    color: #fff;
    font-weight: bold;
    border: 1px solid #54c9f3;
}

.dots {
    border: none;
    padding: 0 5px;
}

.page-numbers:not(.current):not(.dots):hover{
    background-color: #54c9f3;
    opacity: 1.0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}



/* ========================================================================== */
/* ---【ページトップへ】-------------------------------------------------------- */
/* ========================================================================== */


.pagetop {
    position: fixed;
    bottom: 0px;
    right: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #54c9f3;
    font-weight: bold;
    text-align: center;
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 16;
}

.pagetop a {
    color: #fff;
    display: block;
    text-align: center;
    z-index: 999;
}

.pagetop:hover {
    cursor: pointer;
    opacity: .7;
    text-decoration: none;
}

.pagetop-hold {
    top: -2em;
    left: 50%;
    margin: auto;
    max-width: 1140px;
    padding-right: .5em;
    position: absolute;
    text-align: right;
    transform: translateX(-50%);
    width: 100%;
}

.pagetop-hold a {
    color: #777;
    font-size: 1.2rem;
}



@media screen and (max-width: 767px) {
    
    .pagetop {
        height: 20vw;
        max-height: 120px;
        max-width: 120px;
        width: 20vw;
    }
    
    .pagetop a {
        font-size: 3.5vw;
    }
    
}



/* ========================================================================== */
/* ---【各ページ】------------------------------------------------------------- */
/* ========================================================================== */


.rikei_kikan img {
    vertical-align: middle;
    padding-bottom: 10px;
}



/* ========================================================================== */
/* ---【レスポンシブ設定】------------------------------------------------------ */
/* ========================================================================== */

@media screen and (min-width: 768px) {

    .sp-only {
        display: none;
    }    
    
}



@media screen and (max-width: 767px) {

    /*--- 表示領域が767px以下の場合に適用するスタイル ---*/

    /* ---【全体設定】--- */

    body{
        line-height:1.5;
    }

    table td {
        width: 100%;
    }

    table th, table td {
        width: 100% !important;
        display: block;
    }

    /* ---【header.php】--- */

    .mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
    }

    #nav-drawer {
        text-align: right;
        position: relative;
        margin: 7px 0 0 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        color: #32aeda;
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display:none;
    }

    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px;/*線の太さ*/
        width: 30px;/*長さ*/
        border-radius: 3px;
        background: #32aeda;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;/*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;/*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;/*最前面に*/
        width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
        height: 100%;
        background: #fff;/*背景色*/
        transition: .3s ease-in-out;/*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);/*左に隠しておく*/
        padding: 20px;
        box-sizing: border-box;
        text-align: left;
        background: #54c9f3;
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;/*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);/*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }

    .nav-menu-p {
        font-size: 26px;
        font-size: 2.6rem;
        color: #fff;
        padding: 1.8rem 0 0;
        margin: 0;
        background: #54c9f3;
    }

    .nav-menu-form {
        padding: 10px 0;
    }

    .nav-menu-form .searchform .searchtext {
        width: 100%;
    }

    .nav-menu-form .searchform .searchsubmit {
        background: #54c9f3 url(images/searchicon.png) center center no-repeat;
        padding: 20px;
    }

    #nav-content p {
        margin: 0;
    }

    #nav-content a {
        color: #fff;
    }

    #nav-content a:not(.nav-menu-page) {
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        padding: 17px 0 15px;
        border-bottom: #fff dashed 2px;
        width: 100%;
    }

    .nav-menu-page {
        display: inline-block;
        padding: 5px 0;
        margin-top: 10px;
    }

    #nav-content p:nth-of-type(5) {
        margin-bottom: 20px;
    }

    .arrow_01 {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
    }
    .arrow_01::before,
    .arrow_01::after {
        position: absolute;
        top: 0;
        bottom: 1px;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .arrow_02::before {
        left: 3px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 7px solid transparent;
        border-left: 8px solid #ebf8fc;
    }

    .top ul {
        height: 5px;
    }

    .top ul li, .main_menu_outer {
        display: none;
    }



    /* ---【index.php】--- */

    .top_center, .top_bottom {
        width: 95%;
    }

    .top_center {
    }

    .top_center_left, .top_center_right {
        width: 100%;
        max-width: none;
    }

    .tabcontent p {
        flex-wrap: wrap;
        padding-left: 10px;
    }

    .article-cat {
/*        margin: 10px 20px;*/
        margin: 0;
    }

    .article-title {
        display: inline-block;
        margin-top: 1rem;
        width: 100%;
    }
    .article-title a {
        display: inline-block;
        padding: .5rem 1rem;
    }

    .top_center_right {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 6%;
    }

    .top_center_right a {
        width: 48.7%;
    }

    .top_center_right a:first-child {
        margin-right: 2.6%;
    }

    .top_center_right a:not(:first-child) img {
        margin: 0;
    }

    .top_center_right a:last-child {
        text-align: right;
    }

    .top_bottom a:not(:first-child) {
        width: 48.7%;
    }

    .top_bottom a:nth-child(even) {
        margin-right: 2.6%;
    }
    
    .oversize-wide {
        border: solid 2px #dbdbdb;
        height: 25vw;
        overflow: hidden;
        position: relative;
    }
    
    .oversize-wide img {
        height: 27.5vw;
        left: 50%;
        max-width: none;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /* ---【single.php】--- */
    /* ---【page.php】--- */
    /* ---【404.php】--- */

    .single, .page, .page_404 {
        width: 95%;
    }

    .single {
        flex-direction: column;
    }

    article {
        width: 100%;
    }

    aside {
        width: 95%;
        margin: 0 auto 1.5em;
    }

    .h1_404 {
        font-size: 30px;
        font-size: 3.0rem;
    }

    .h1_404 span {
        font-size: 120px;
        font-size: 12.0rem;
    }

    /* ---【footer.php】--- */

    .footer {
        width: 95%;
        flex-direction: column-reverse;
    }

    .footer_text {
        margin-right: 0;
        text-align: center;
    }

    .footer_images {
        padding: 20px 0 10px;
    }



}


/* ========================================================================== */
/* ---【スタイル設定】------------------------------------------------------ */
/* ========================================================================== */

div.waku01{
    border: 2px solid #54c9f3;
    margin: 1.4em 0px !important;
    padding: 5px !important;
    font-size: 1.4rem;
    margin: 1.4rem 0;
}
div.waku02{
    border: 2px dashed #54c9f3;
    margin: 1.4em 0px !important;
    padding: 5px !important;
    font-size: 1.4rem;
    margin: 1.4rem 0;
}

span.important{
    color: #b62124;
    border-bottom: 2px dotted #b62124;
}
span.blue_dot{
    color: #0364CD;
    border-bottom: 2px dotted #0364CD;
}


