@charset "UTF-8";

html {
    background: url(../image/bg.svg) no-repeat center top;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    font-feature-settings : "palt";
    vertical-align: baseline;

}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

.inner {
    position: relative;
    z-index: 2;

}

a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


a{
    cursor: pointer;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 769px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.white_frame {
    background-color: #fff;
    padding: 30px;
    margin: 0px;
    text-align: center;
    font-size: 24px;
}

.sub_container h3{
    font-size: 22px;
    font-weight: bolder;
        letter-spacing: 5px;
    line-height: 40px;
    text-align: center;
}


.sub_container h4{
    font-size: 20px;
    font-weight: bolder;
        letter-spacing: 5px;
    line-height: 40px;
    text-align: center;
}


.sub_container h5{
    font-size: 18px;
    font-weight: bolder;
        letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 10px;
}

.sub_container h6{
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 5px;
}


.sub_container p,.sub_container td,.sub_container li{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}

.sub_container table{
    text-align: left;
}

.sub_row{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.sub_row2{
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}

.title {
    font-size: 26px;
    color: #273c74;
    letter-spacing: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.title span {
    display: block;
    font-size: 11px;
    letter-spacing: 10px;
    line-height: 20px;
    text-transform: uppercase;
    margin: .5em;
    margin-top: 15px;
}

.title span:before {
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    background: #273c74;
    margin: 0 auto;
    opacity: .6;
    margin-bottom: 15px;
    text-align: center;
}


/*header*/

header {
    position: absolute;
    z-index: 100;
    top: 10px;
    width: 100%
}

header ul {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header_contents {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.header_nav li {
    margin: 15px 0px;
    margin-left: 5px;
    font-size: 16px;
    background-color: rgb(0,46,138);
    border-radius: 30px;
    padding: 10px 20px;
    color: #FFF;
}

.header_nav li.team {
    background-color: rgb(255,0,56);
}

.header_nav li:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}



.top_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: 10px;
    line-height: 30px;
    font-size: 14px;
}

.top_logo h1 {
    font-size: 14px;
}

.top_logo img {
    width: 70px;
    height: 60px;
    padding-right: 20px;
    padding-left: 10px;
}

.logo_text {
    font-size: 20px;
}


/*************************************
ヘッダ用PC用　右上サブリンク周り
**************************************/

@media screen and (min-width: 1100px){
.header_contents .txt-box span {
    /* background-color: #ffffff; */
    padding: 0.3em 1em;
    margin: 0;
    color: #002e8a;
    font-size: 14px;
    display: block;
}
.header_contents .txt-box span.main{
float: left;
}
.header_contents .txt-box span.sub{
float: right;
}

.header_contents p.txt-box {
    margin: 0;
    padding: 0 0 0.5em;
}
.header_contents p.txt-box:after {
  clear: both;
  content: '';
  display: block;
}
.header_contents ul {
    display: inline;
    margin: 0;
    padding: 0;
    float: right;
}
.header_contents .telbox .tel-box {
    margin: 0;
    width: 330px;
    float: left;
    font-size: 39px;
}
.header_contents .telbox .tel-box i {
    font-size: 30px;
    margin-right: 2px;
    line-height: 1em;
    vertical-align: top;
    margin-top: 6px;
}
.header_contents .telbox .tel-box a{
    color: #002e8a;
}

.header_contents .telbox .tel-txt-box {
    float: left;
    width: 332px;
    font-size: 10px;
    margin: 0 0 0.3em;
    padding: 0 0 0.3em;
    color: #002e8a;
    border-bottom: 1px solid #aaaaaa;
}
.header_contents .sublink {
    float: left;
    width: 330px;
    font-size: 12px;
    text-align: right;
}
.header_contents .sublink a{
    color: #002e8a;
}
.header_contents ul li a {
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background-color: rgb(255,0,56);
    display: block;
    margin: 2px 0px 3px;
    padding: 10px 0px;
    text-align: center;
    width: 200px;
}
.header_contents ul li.inquiry-btn a {
    background-color: rgb(0,31,96);
}
.header-sub {
    width: 540px;
}




/* IE11以下 のみ適用される　始まり */
/* https://rafael.adm.br/css_browser_selector/
js / css_browser.js */
.win.ie .header-sub {
    width: 520px;
}
.win.ie .header_contents .txt-box span {
    padding: 0.4em 0.7em 0.1em;
}
.win.ie .header_contents .telbox .tel-box {
    width: 314px;
    font-size: 41px;
    line-height: 1em;
    margin-top: 8px;
}
.win.ie .header_contents .telbox .tel-box i {
    font-size: 30px;
    margin-top: -2px;
}
.win.ie .header_contents .telbox .tel-txt-box {
    width: 310px;
    margin-top: -3px;
}
.win.ie .header_contents .sublink {
    width: 310px;
}
.win.ie .header_contents ul li a {
    padding: 12px 0px 8px;
}
  /* IE11以下 のみ適用される 終わり */

/* Win クローム対策　始まり */
/* https://rafael.adm.br/css_browser_selector/
js / css_browser.js */
.win.chrome .header-sub {
    width: 520px;
}
.win.chrome .header_contents .txt-box span {
    padding: 0.4em 0.7em 0.1em;
}
.win.chrome .header_contents .telbox .tel-box {
    width: 314px;
    font-size: 41px;
    line-height: 1em;
    margin-top: 3px;
}
.win.chrome .header_contents .telbox .tel-box i {
    font-size: 30px;
    margin-top: 0;
}
.win.chrome .header_contents .telbox .tel-txt-box {
    width: 310px;
    margin-top: 0;
}
.win.chrome .header_contents .sublink {
    width: 310px;
}
.win.chrome .header_contents ul li a {
    padding: 12px 0px 8px;
}
/* Win クローム対策 終わり */


/* Edge のみ適用される 始まり　*/
@supports (-ms-ime-align: auto) {
.header_contents .header-sub {
    width: 520px;
}
.header_contents .txt-box span {
    padding: 0.3em 0.7em;
}
.header_contents .telbox .tel-box {
    width: 314px;
    font-size: 41px;
    line-height: 1em;
    margin-top: 0!important;
}
.header_contents .telbox .tel-box i {
    font-size: 32px!important;
    margin-top: 4px!important;
}
.header_contents .telbox .tel-txt-box {
    width: 310px;
    margin-top: 0!important;
}
.header_contents .sublink {
    width: 310px;
}
}
/* Edge のみ適用される 終わり */


/* Win FF対策　始まり */
/* https://rafael.adm.br/css_browser_selector/
js / css_browser.js */
@-moz-document url-prefix() {
.win .header-sub {
    width: 520px;
}
.win .header_contents .txt-box span {
    padding: 0.4em 0.7em 0.1em;
}
.win .header_contents .telbox .tel-box {
    width: 314px;
    font-size: 41px;
    line-height: 1em;
    margin-top: 2px;
}
.win .header_contents .telbox .tel-box i {
    font-size: 30px;
    margin-top: 3px;
}
.win .header_contents .telbox .tel-txt-box {
    width: 310px;
    margin-top: 0;
}
.win .header_contents .sublink {
    width: 310px;
}
.win .header_contents ul li a {
    padding: 12px 0px 8px;
}
}
/* Win FF対策 終わり */

}
/* min-width: 1100px */



/* IE11 のみ適用される　始まり */
@media all and (-ms-high-contrast: none) and (min-width: 1100px) {
.header-sub {
    width: 520px;
}
.header_contents .txt-box span {
    padding: 0.4em 0.7em 0.1em;
}
.header_contents .telbox .tel-box {
    width: 314px;
    font-size: 41px;
    line-height: 1em;
    margin-top: 8px;
}
.header_contents .telbox .tel-box i {
    font-size: 30px;
    margin-top: -2px;
}
.header_contents .telbox .tel-txt-box {
    width: 310px;
    margin-top: -3px;
}
.header_contents .sublink {
    width: 310px;
}
.header_contents ul li a {
    padding: 12px 0px 8px;
}
}
  /* IE11 のみ適用される 終わり */

/*************************************
ヘッダPC用　右上サブリンク周り　終わり
**************************************/



/*************************************
ヘッダPC中間用　右上サブリンク周り
**************************************/
@media screen and (max-width: 1100px) and (min-width: 770px){
.header_contents ul li.inquiry-btn a {
    background-color: rgb(0,31,96);
}
.header_contents .telbox .tel-box a {
    color: #002e8a;
}
.header-sub {
    width: 340px;
}

.header_contents p.txt-box {
    display: none;
}
.header_contents .telbox .tel-txt-box {
    display: none;
}
.header_contents .sublink {
    display: none;
}
.header_contents ul{
    padding:0;
}
.header_contents ul:after {
  clear: both;
  content: '';
  display: block;
}
.header_contents ul li{
    float: left;
}
.header_contents ul li.inquiry-btn{
    float: right;
}

.header_contents ul li a {
    border-radius: 100px;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    background-color: rgb(255,0,56);
    display: block;
    margin: 2px 2px 3px;
    padding: 6px 0px;
    text-align: center;
    width: 159px;
}
.header_contents .telbox .tel-box {
    margin: 0;
    width: 330px;
    float: left;
    font-size: 32px;
    text-align: center;
}
.header_contents .telbox .tel-box i {
    font-size: 24px;
    margin-right: 2px;
    line-height: 1em;
    vertical-align: top;
    margin-top: 5px;
}
/* IE11以外 適用される　始まり */
/* https://rafael.adm.br/css_browser_selector/
js / css_browser.js */
.win.ie .header_contents ul li a {
    padding: 8px 0px 4px;
}
.win.ie .header_contents .telbox .tel-box {
    margin: 6px 0 0;
}
.win.ie .header_contents .telbox .tel-box i {
    margin-top: 0;
}
/* IE11以外 適用される 終わり */


/* Edge のみ適用される 始まり　*/
@supports (-ms-ime-align: auto) {
.win.ie .header_contents ul li a {
    padding: 8px 0px 4px;
}
.win.ie .header_contents .telbox .tel-box {
    margin: 6px 0 0;
}
.win.ie .header_contents .telbox .tel-box i {
    margin-top: 4px;
}
}
/* Edge のみ適用される 終わり　*/

}
/* (max-width: 1100px) and (min-width: 770px) */


/* IE11 のみ適用される　始まり */
@media all and (-ms-high-contrast: none) and (max-width: 1100px) and (min-width: 770px) {
.header_contents ul li a {
    padding: 8px 0px 4px;
}
.header_contents .telbox .tel-box {
    margin: 6px 0 0;
}
.header_contents .telbox .tel-box i {
    margin-top: 0;
}
}
  /* IE11 のみ適用される 終わり */


/*************************************
ヘッダPC中間用　右上サブリンク周り　終わり
**************************************/

/*************************************
ヘッダSP用　右上サブリンク周り
**************************************/
@media screen and (max-width: 769px) {
.top_sp{
    background-image: url(../image/sp_top_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}
.top_sp .emergency{
    padding-bottom: 1em;
    text-align: center;
    background-color: none;
    /* background-color: #fff; */
}
.top_sp .emergency .txt-box {
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px 4px;
    margin: 10px 2%;
    /* background-color: #cce8f6; */
    color: #002e8a;
}
.top_sp .emergency .txt-box span {
    font-size: 16px;
    line-height: 1.4em;
    /* background-color: #cce8f6; */
    color: #002e8a;
}
.top_sp .emergency .txt-box span.sub {
    font-size: 11.6px;
    margin-top: 0.4em;
}
.top_sp .emergency ul{
    margin: 0 1%;
}
.top_sp .emergency ul:after {
  clear: both;
  content: '';
  display: block;
}
.top_sp .emergency ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.top_sp .emergency ul li a {
    border-radius: 100px;
    margin: 0;
    padding: 0;
font-weight: bold;
    font-size: 12px;
font-size: 0.76rem;
line-height: 40px;
}
.top_sp .emergency ul li a i{
font-size: 14px;
font-size: 1rem;
margin-right: 0.2em;
}
.top_sp .emergency ul li.inquiry-btn a{
background-color: #002e8a;
color: #ffffff;
}
.top_sp .emergency .telbox{
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    clear: both;
    padding: 0.4em 0 0.6em;
    margin: 0.6em 2%;
    color: #002e8a;
}
.top_sp .emergency p.tel-box{
    margin:0;
    padding: 0;
}
.top_sp .emergency .tel-box a{
    color: #002e8a;
    font-size: 1.8rem;
}
.top_sp .emergency p.tel-box i{
    margin: 0 0.2rem 0 0;
}
.top_sp .emergency p.tel-txt-box{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 0.68rem;
}
.top_sp .emergency .sublink a{
    display: block;
    /* background-color: #cce8f6; */
    background-color: #ffffff;
    color: #002e8a;
    font-size: 0.6rem;
    border-radius: 100px;
    margin: 0 8%;
    padding: 1em 0rem;
    line-height: 1em;
}
}
@media screen and (max-width: 769px) {

.header_sp_contents .emergency{
    /* padding-bottom: 1em; */
    padding-bottom: 0.5em;
    text-align: center;
}
.header_sp_contents .emergency .txt-box {
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px 4px;
    margin: 10px 2%;
    background-color: #cce8f6;
    color: #002e8a;
}
.header_sp_contents .emergency .txt-box span {
    font-size: 16px;
    line-height: 1.4em;
    background-color: #cce8f6;
    color: #002e8a;
}
.header_sp_contents .emergency .txt-box span.sub {
    font-size: 11.6px;
    margin-top: 0.4em;
}
.header_sp_contents .emergency ul{
    margin: 0 1%;
}
.header_sp_contents .emergency ul:after {
  clear: both;
  content: '';
  display: block;
}
.header_sp_contents .emergency ul li {
    /* float: left;
    width: 48%;
    margin: 0 1%; */
    width: 100%;
    margin: 0 1% 3%;
}
.header_sp_contents .emergency ul li a {
    border-radius: 100px;
    margin: 0;
    padding: 0;
font-weight: bold;
    font-size: 12px;
font-size: 0.76rem;
line-height: 40px;
}
.header_sp_contents .emergency ul li a i{
font-size: 14px;
font-size: 1rem;
margin-right: 0.2em;
}
.header_sp_contents .emergency ul li.inquiry-btn a{
background-color: #002e8a;
color: #ffffff;
}
.header_sp_contents .emergency .telbox{
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    clear: both;
    padding: 0.4em 0 0.6em;
    margin: 0.6em 2%;
    color: #002e8a;
}
.header_sp_contents .emergency p.tel-box{
    margin:0;
    padding: 0;
}
.header_sp_contents .emergency .tel-box a{
    color: #002e8a;
    font-size: 1.8rem;
}
.header_sp_contents .emergency p.tel-box i{
    margin: 0 0.2rem 0 0;
}
.header_sp_contents .emergency p.tel-txt-box{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 0.68rem;
}
.header_sp_contents .emergency .sublink a{
    display: block;
    background-color: #cce8f6;
    color: #002e8a;
    font-size: 0.6rem;
    border-radius: 100px;
    margin: 0 8%;
    /*padding: 1em 0rem;*/
    padding: 1em 1rem;
    line-height: 1em;
}
/* IE11以外 のみ適用される　始まり */
/* https://rafael.adm.br/css_browser_selector/
js / css_browser.js */
.win.ie .header_sp_contents .emergency ul li {
    margin: 0 1% 2%;
}
  /* IE11以外 のみ適用される 終わり */
}
/* (max-width: 769px) */

/* IE11 のみ適用される　始まり */
@media all and (-ms-high-contrast: none) and (max-width: 769px) {
.win.ie .header_sp_contents .emergency ul li {
    margin: 0 1% 2%;
}
}
  /* IE11 のみ適用される 終わり */


/*************************************
ヘッダSP用　右上サブリンク周り　終わり
**************************************/

/*header*/

/*nav*/

.head_nav {
    background-color: #fff;
    margin-top: -7vw;
    z-index: -100;
    font-weight: bolder;
    border-bottom: 4px solid #001f60;
}

.head_nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding-top: 8vw;
    padding-left: 0;
    list-style-type: none;
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    -ms-align-items: center;
    align-items: center;
    -ms-align-items: center;
    align-items: center;
}


.head_nav li {
    padding: 0.5vw;
    cursor: pointer;
    font-weight: bolder;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    border-right: 1px solid #3b3b3b;
    padding-bottom:20px;
    margin-bottom: 15px;

    color: #001f60;
    font-size: 17px;
}
.head_nav li:nth-of-type(5) {
  font-size: 15px;
}
.head_nav ul.child li {
    border-style:none;
    margin-bottom: 5px;
}



.head_nav li.recruit {
   border-style:none;

}

.head_nav li:hover {
    color: #a2a2a2;
}



ul.child {
    position: absolute;
    padding: 0;
    display: none;
    z-index: 100;
    margin: 10px auto;
}

ul.child li {
    padding-top: 5px;
    padding: 1px;
    margin-top: 0px;
    text-align: center;
    display: block;
}

ul.child li a {
    padding: 10px 15px;
    margin-right: 0px;
    margin-bottom: -5px;
    background-color: rgba(0,46,138,.9);
    display: block;
    color:#FFF;
    font-size: 16px;
    font-weight: normal;
}




ul.child li a:hover {
    background-color: rgba(255,0,56,.9);
}

.border {
    width: 2px;
    background: rgb(229, 229, 229);
    opacity: .7;

}

/*nav*/

/*footer*/

footer {
    padding-top: 25px;
    background-color: #FFF;
    color: #000;
    line-height: 30px;
}

footer nav {
    width: 68%;
    background-color: rgb(242,242,242);
    margin: 1%;
}

.footer_contents {
    width: 96%;
    max-width: 1260px;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 320px;

}

.footer_row {
    width: 23%;
    margin: 10px;
}

.footer_row a {
    color: #fff;
    background-color: rgb(0,31,96);
    width: 60%;
    padding: 10px 0px;
    margin: 10px auto;
    display: block;
    text-align: center;
}

footer > p {
    text-align: center;
    background-color: rgb(0,31,96);
    margin-top: 0;
}
/* Firefox */
@-moz-document url-prefix() {
    footer > p  {
      margin-bottom: 0;
    }
}

.banner_row3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.banner_row3>div{
        width: 100%;
}
.banner_row3 img{
    width: 100%;
    height: auto;
}

.banner_row2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.banner_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}


.banner_row2 img{
    width: 95%;
    height: 90%;
}

.banner{
        width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner_row2>div{
        width: 100%;
}

.footer_logo{
    width: 18%;
    margin-top: 10px;
}

footer small{
    color: #FFF;
}

.foot_logo{
    text-align: center;
}

footer h3{
    font-size:14px;
    line-height: 35px;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 5px;
}

footer .contact{
    background-color: #fff;
    margin: 10px 30px;
        font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 10px;
    font-weight: bolder;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

footer address{
    font-size:11px;
    font-style: normal;
    text-align: center;
}

footer .contact_row{
    padding: 0px 15px;
}

footer table{
    padding: 20px 5px 0px 5px;
    font-size:13px;
    margin: 0 auto;
}

footer td{
    padding: 0px 15px;
}

.footer_inner{
    border-top: 5px solid rgb(0,31,96);
    background-color: rgb(242,242,242);
}

footer .emergency{
    background-color: rgb(0,31,96);
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    width: 27%;
    font-size:20px;
    line-height: 40px;
}
footer .emergency span{
    font-size:30px;
}

footer h4{
    font-size:23px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}

footer nav p{
    text-align: center;
}

.footer_row{
    width: 25%;
}

footer nav{
    width: 50%;
}

/*footer*/

article {
    background-color: rgb(31,78,121);
    opacity: 1;
}

.contents1 {
    position: relative;
    margin-top: -9px;
    background-color: rgb(0,31,96);
}




.top img {
    width: 100%;
    position: relative;
}



.sub_container nav li{
    font-weight: bolder;
    text-align: center;
}

.sub_container nav li.left{
    border-left: none;
}

.sub_container nav a{
    color: rgb(0,32,96);
    margin: 0 auto;
}

.department_contents nav li{
    margin-top: 15px;
}

nav li.border{
    background-color: rgba(0,32,96,.8);
    width: 2px;
}

.emergency ul a{
    color: #FFF;
    /* background-color: rgb(0,46,138); */
    background-color: rgb(255,0,56);
    display: block;
    margin: 10px 20px;
    padding: 10px 0px;
}
.emergency ul{
    margin:0;
    padding:0;
}
@media screen and (max-width: 769px) {

footer .emergency .txt-box {
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px 4px;
    margin: 10px 2%;
    background-color: #cce8f6;
    color: #002e8a;
}
footer .emergency .txt-box span {
    font-size: 16px;
    line-height: 1.4em;
    background-color: #cce8f6;
    color: #002e8a;
}
footer .emergency .txt-box span.sub {
    font-size: 11.6px;
    margin-top: 0.4em;
}
.emergency ul{
    margin: 0 1%;
}
.emergency ul:after {
  clear: both;
  content: '';
  display: block;
}
.emergency ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.emergency ul li a {
    border-radius: 100px;
    margin: 0;
    padding: 0;
font-weight: bold;
    font-size: 12px;
font-size: 0.76rem;
}
.emergency ul li a i{
font-size: 14px;
font-size: 1rem;
margin-right: 0.2em;
}
.emergency ul li.inquiry-btn a{
background-color: #fff;
color: #002e8a;
}
.emergency .telbox{
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    clear: both;
    padding: 0.4em 0 0.6em;
    margin: 0.6em 2%;
}
.emergency p.tel-box{
    margin:0;
    padding: 0;
}
.emergency .tel-box a{
    color: #ffffff;
    font-size: 1.8rem;
}
.emergency p.tel-box i{
    margin: 0 0.2rem 0 0;
}
.emergency p.tel-txt-box{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 0.68rem;
}
.emergency .sublink a{
    display: block;
    background-color: #cce8f6;
    color: #002e8a;
    font-size: 0.6rem;
    border-radius: 100px;
    margin: 0 8%;
    padding: 1em 0rem;
    line-height: 1em;
}
}


.top_return{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.top_return a{
    color: rgb(0,32,96);
    font-weight: bolder;
    font-size:18px;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li{
    max-height: 46px;
    opacity: 1;
}


.menu {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
    text-align: center;

}

.header_sp_contents label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#fff;
    background :#5a5a5a;
    cursor :pointer;
    text-align: center;
    position: relative;
}

.header_sp_contents label:after{
    content: url("../image/arrow.png");
    margin-left: 10px;
    position: absolute;
    right: 15px;
}

.header_sp_contents label.menu_bar:after{
    content:'';
}

.header_sp_contents .menu a.doctor_menu_input{
    padding: 0;
    margin-bottom: 3px;
}

.header_sp_contents input {
    display: none;
}

.header_sp_contents .menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.header_sp_contents .menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_sp_contents .menu li.border {
    background-color: #5a5a5a;
    height: 1px;
    width: 100%;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li{
    max-height: 46px;
    opacity: 1;
}

.color_txt_box .red{color: rgb(255,0,56)!important;}
.color_txt_box .blue{color: rgb(0,112,192)!important;}
.color_txt_box .line{border-bottom: 1px solid #000000!important;}

@media screen and (max-width: 950px){
 nav li.border{
        display: none;
    }

}

/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
    overflow: hidden;
    padding: 3em 0;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #273c74;
	border-color: #273c74;
	font-weight: bold;
    }

    /***** editor用 ****/

.news-single article .has-text-align-center {
  text-align: center;
}

.news-single article .has-text-align-left {
  text-align: left;
}

.news-single article .has-text-align-right {
  text-align: right;
}

.news-single article ul li{
    list-style-type: disc;
    list-style-position: outside;
}