@charset "utf-8";
*{
  box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
}
html,body{
  background: #fff;
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
}
body{
  color:#333;
  font-size: 14px;
}
body.home .contents_wrap{
  background-attachment: fixed;
  background-position: center;
  /*background-image: url('../image/top_bg.jpg');*/
}
a{
  color: #3f6ebc;
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}
a > img,
.mouseover img{
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
a:hover > img,
.mouseover:hover img{
  opacity: 0.7;
}
.mincho{
  font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.cont_wrap{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.category01{
  background: #F0630F;
}
.category02{
  background: #6EB053;
}
.category03{
  background: #F04A60;
}
.category04{
  background: #2281C4;
}
.category05{
  background: #9e21ff;
}
/*.category06{
  background: #ffc000;
}
*/
.category06{
  background: #F0630F;
}
.category07{
  background: #6EB053;
}
.category08{
  background: #00bcd4;
}
.category09{
  background: #2281C4;
}
.category10{
  background: #F04A60;
}

/*---*/
body > header{
  position: absolute;
  width: 280px;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 1000;
}




/*--
body > header.on{
  position: fixed;
}
-*/

.side_logo{
  text-align: center;
  padding: 50px 0;
  letter-spacing: 5px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.side_logo img{
  width: 170px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.side_logo a{
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}
body > header.on .side_logo{
  display: none;
}
body > header.fixed{
  position: absolute;
}
body > header.fixed .side_logo{
  display: block;
}
/*
body > header.on .side_logo{
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  font-weight: normal;
}
body > header.on .side_logo img{
  width: 35px;
  margin-bottom: 5px;
  vertical-align: middle;
}
body > header.on .side_logo span{
  vertical-align: middle;
}
body > header.on .side_logo a{
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
body > header.on .side_logo span br{
  display: none;
}
*/
body > header .menu01{
  margin-bottom: 10px;
}
body > header .menu01 > li{
  border-bottom: 1px solid #666;
  position: relative;
}
body > header .menu01 > li:first-child{
  border-top: 1px solid #666;
}
body > header .menu01 > li:after{
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  color: #981818;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
body > header .menu01 > li:hover:after{
  right: 15px;
}
body > header .menu01 > li a{
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
}
body > header > .inner > .info{
  padding: 15px;
}
body > header > .inner > .info .tel{
  color: #981818;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
}
body > header > .inner > .info .tel span{
  font-size: 12px;
  font-weight: normal;
}
body > header > .inner > .info .note{
  font-size: 10px;
  margin-bottom: 20px;
}
.side_contact_btn{
  margin-bottom: 20px;
}
.side_contact_btn i{
  margin-right: 10px;
}
.side_contact_btn a{
  background: #981818;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.side_contact_btn a:hover{
  opacity: 0.8;
}
body > header .menu02{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
}
body > header .menu02 > li{
  position: relative;
  font-size: 13px;
}
body > header .menu02 > li a{
  text-decoration: none;
  color: #FFF;
}
body > header .menu02 > li a:before{
  content: "\f0da";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 10px;
}
body > header small{
  display: block;
  text-align: center;
  font-size: 10px;
  color: #666;
  margin-bottom: 15px;
}
/*---*/
body > .contents_wrap{
/*  border-left: 280px solid #000;
  background: #FFF;*/
}
.contents{
  padding: 81px 10px 100px 10px;
}
/*---*/
.head_links{
  padding: 20px;
  background: rgba(230,230,230,0.8);
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 300px;
  width: 100%;
  z-index: 900;
}
.head_links a{
  text-decoration: none;
  color: #333;
}
.head_links a:hover{
  text-decoration: underline;
}
.head_links .menu01{
  float: left;
  letter-spacing: -0.5em;
}
.head_links .menu01 li{
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.head_links .menu01 li:nth-child(1):before{
  content: " ";
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('../image/head_logo_marker.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.head_links .menu01 li:nth-child(2){
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.head_links .menu01 li:nth-child(2):before{
  content: "\f0f8";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 10px;
}
.head_links .menu01 li:nth-child(3){
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.head_links .menu01 li:nth-child(3):before{
  content: "\f073";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 10px;
}
.head_links .menu02{
  float: right;
  letter-spacing: -0.5em;
}
.head_links .menu02 li{
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
}
.head_links .menu02 li:before{
  content: "\f0da";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 5px;
}
/*---*/
.top_logo{
  text-align: center;
}
.top_logo img{
  padding-top: 100px;
  padding-bottom: 100px;
}
.recent_topics_block{
  background: #FFF;
  padding: 40px;
  position: relative;
}
.editor_area{
  word-break : break-all;
}
.editor_area .recent_topics_block{
  background: #eee;
}
.editor_area strong{
  font-weight: bold;
}
.to_all_link{
    margin-top: 40px;
}
.recent_topics_block a{
  text-decoration: none;
  color: #333;
    font-size: 1.1em;
}
.recent_topics_block a:hover{
}
.recent_topics_block .head{
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
}
.recent_topics_block .head > .title{
  font-size: 18px;
  margin-bottom: 0px;
}
.recent_topics_block .to_all_link{
}

.topics_list{
    border-top: 2px solid #d7d7d7;
    padding-top: 10px;
}

.recent_topics_block .to_all_link a {
    display: block;
    background: #FFF;
    border: 1px solid #aaa;
    padding: 15px;
    text-align: center;
    max-width: 100%;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    transition: .3s;
}
.recent_topics_block .to_all_link a:hover {
    color: #fff;
    background: #1c903c;
    border: 1px solid #1c903c;
}

.recent_topics_block .to_all_link a:before{
}
.recent_topics_block .topics_list li{
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.recent_topics_block .topics_list li .date{
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  color: #aaa;
  font-size: 12px;
}
.recent_topics_block .topics_list li .category{
  width: 140px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.recent_topics_block .topics_list li .category span{
  display: inline-block;
  padding: 3px;
  font-size: 12px;
  color: #FFF;
  width: 100%;
}
.recent_topics_block .topics_list li .title{
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.top_category_block{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
  background: rgba(255,255,255,1);
}
.top_category_block h2,
.toppage_h2{
  margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
}
.top_category_block h2 .ja,
.toppage_h2 .ja{
    font-weight: bold;
  font-size: 28px;
}
.top_category_block h2 .en,
.toppage_h2 .en{

}
.top_category_block .category_list{
  font-size: 0;
}
.top_category_block .category_list li{
  display: inline-block;
  margin: 10px;
}
.top_foot_block{
    padding: 50px 0;
  text-align: center;
  background: #eee;
}
.top_foot_block .banner{
  margin-bottom: 60px;
}
.top_foot_block .links{
  letter-spacing: -0.5em;
  text-align: center;
}
.top_foot_block .links li{
  letter-spacing: normal;
  display: inline-block;
  margin: 10px;
}
.top_foot_block .links li a{
  width: 210px;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 15px;
  background: #FFF;
  border: 1px solid #981818;
  color: #981818;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.top_foot_block .links li a:hover{
  background: #981818;
  color: #fff;
}
.top_foot_block .links li a span:before{
  content: "\f0da";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.top_foot_block .links li a:hover span:before{
  color: #FFF;
}
/*---*/
.contents img{
  max-width: 100%;
  height: auto !important;
}
.contents h1{
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 30px;
  color: #FFF;
  padding: 40px 0;
  background-position: center;
  background-image: url('../image/top_bg.jpg');
    background-image: url(../image/toppage/main_bg.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
    
    
    text-shadow: 0 0 10px #000;
    
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.contents h2{
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.contents h3{
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  font-weight: bold;
}
.contents h4{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.editor_area p{
  margin-bottom: 1em;
  line-height: 1.8;
}
.contents .horizontal_block_2{
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.contents .horizontal_block_2 img{
  max-width: 100%;
}
.contents .horizontal_block_2 .area{
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 10px;
  line-height: 1.8;
}
.contents .horizontal_block_2 .area + .area{
  padding-right: 0;
  padding-left: 10px;
}
.contents .horizontal_block_3{
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.contents .horizontal_block_3 img{
  max-width: 100%;
}
.contents .horizontal_block_3 .area{
  width: 33%;
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 10px;
  line-height: 1.8;
}
.contents .horizontal_block_3 .area + .area + .area{
  padding-right: 0;
  padding-left: 10px;
}
.editor_area ul{
  margin-bottom: 20px;
}
.editor_area ul > li{
  margin-left: 20px;
  list-style-type: disc;
}
.editor_area ol{
  margin-bottom: 20px;
}
.editor_area ol > li{
  margin-left: 20px;
  list-style-type: decimal;
}
.editor_area table{
  width: 100% !important;
  margin-bottom: 1em;
}
.editor_area th,
.editor_area td{
  padding: 10px;
  border: 1px solid #ccc;
}
.editor_area th{
  background: #eee;
}
.editor_area td{
  background: #FFF;
}
.editor_area td p:last-of-type,
.editor_area th p:last-of-type{
  margin-bottom: 0;
}
/*---*/
.contents .breadcrumb{
  padding: 20px 0px;
  background: #FFF;
  font-size: 80%;
  color: #333;
}
.contents .breadcrumb > li{
  display: inline-block;
  margin-left: 0;
}
.contents .breadcrumb > li:before{
  content:">";
  margin-left: 5px;
  margin-right: 5px;
}
.contents .breadcrumb > li:first-child:before{
  content: " ";
  display: none;
}
.contents .breadcrumb a{
  color: #333;
  text-decoration: underline;
}
/*---*/
.main_column{
  width: 700px;
  float: left;
}
.side_column{
  width: 250px;
  float: right;
}
.side_column .label{
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}
.side_column > ul{
  margin-bottom: 20px;
}
.side_column > ul > li{
  position: relative;
  padding-left: 5px;
}
.side_column > ul > li:before{
  content: "\f0da";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 10px;
}
.side_column > ul > li a{
  text-decoration: none;
  color: #981818;
}
.side_column > ul > li a:hover{
  text-decoration: underline;
}
.blog_container{
  margin-bottom: 50px;
}
article > .data{
  margin-bottom: 20px;
}
article > .data .date{
  font-style: italic;
  font-size: 11px;
  margin-left: 10px;
}
article > .data .category a{
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 3px 20px;
  font-size: 12px;
}
.btn_wrap{
  text-align: center;
  margin-bottom: 30px;
}
/*---*/
.btn01{
  display: inline-block;
  padding: 10px 100px;
  text-align: center;
  background: #981818;
  color: #fff;
  text-decoration: none;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.btn01:hover{
  text-decoration: none;
  opacity: 0.8;
}
.btn02{
  display: inline-block;
  padding: 15px 100px;
  text-align: center;
  background: #333333;
  color: #fff;
  text-decoration: none;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.btn02:hover{
  text-decoration: none;
  opacity: 0.8;
}
/*---*/
.topics_list_page{
  background: #FFF;
  margin-bottom: 50px;
  position: relative;
}
.topics_list_page a{
  text-decoration: none;
  color: #333;
}
.topics_list_page a:hover{
  text-decoration: underline;
}
.topics_list_page .topics_list li{
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.topics_list_page .topics_list li .date{
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  color: #aaa;
  font-size: 12px;
}
.topics_list_page .topics_list li .category{
  width: 140px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.topics_list_page .topics_list li .category span{
  display: inline-block;
  padding: 3px;
  font-size: 12px;
  color: #FFF;
  width: 100%;
}
.topics_list_page .topics_list li .title{
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
/*---*/
.pager{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  letter-spacing: -0.5em;
}
.pager a{
  display: inline-block;
  padding: 4px 10px;
  color: #981818;
  font-weight: bold;
  border: 1px solid #aaa;
  background: #fff;
  letter-spacing: normal;
  margin: 3px;
  text-decoration: none;
}
.pager a.current{
  border: none;
  color: #111;
}
/*---*/
.page_not_found{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.page_not_found .en{
  font-size: 36px;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 20px;
}
.page_not_found .ja{
  font-size: 20px;
  color: #ccc;
}
/*---*/
.hospital_list > section{
  margin-bottom: 60px;
  display: none;
}
.hospital_list .area_head{
  margin-bottom: 50px;
}
.hospital_list .itemlist > li{
  list-style-type: none;
  margin-left: 0;
  display: table;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
}
.hospital_list .itemlist > li > .image{
  display: table-cell;
  width: 28%;
  vertical-align: top;
  padding-right: 30px;
}
.hospital_list .itemlist > li > .info{
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.hospital_list .itemlist > li > .info .title{
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.hospital_list .itemlist > li > .info .address{

}

body > header > .inner > .info > .qr {
margin-left:45px;
margin-bottom:20px;
}

.hospital_list .itemlist > li > .info table th{
  text-align: center;
  font-weight: bold;
}
.hospital_list .itemlist > li > .info table td{
  text-align: center;
}
.hospital_list .itemlist > li > .info .to_detail_btn{
  position: absolute;
  top: 0;
  right: 0;
}
.hospital_list .itemlist > li > .info .to_detail_btn a{
  width: 200px;
  text-align: center;
  position: relative;
  display: block;
  padding: 10px;
  color: #981818;
  text-decoration: none;
  border: 2px solid #981818;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.hospital_list .itemlist > li > .info .to_detail_btn a:hover{
  background: #981818;
  color: #fff;
}
.hospital_list .itemlist > li > .info .to_detail_btn a:after{
  content: "\f0da";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -13px;
  color: #981818;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.hospital_list .itemlist > li > .info .to_detail_btn a:hover:after{
  color: #FFF;
}
/*---*/
.hospital_detail > .head{
  margin-bottom: 10px;
}
.hospital_detail > .head .image{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.hospital_detail > .head .image img{
  max-width: 400px;
}
.hospital_detail > .head .tag{
  display: inline-block;
  background: #eee;
  padding: 3px 10px;
}
.hospital_detail > .head .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hospital_detail > .head .ruby{
  font-size: 16px;
  font-weight: bold;
}
.hospital_detail .text{
  line-height: 1.7;
  margin-bottom: 20px;
}
.hospital_detail .table01{
  margin-bottom: 30px;
}
.hospital_detail .table01 th{
  text-align: center;
  font-weight: bold;
}
.hospital_detail .table01 td{
  text-align: center;
}
.hospital_detail .table02{
  margin-bottom: 30px;
}
.hospital_detail .table02 th{
  width: 200px;
  background: #333;
  color: #FFF;
  text-align: center;
}
.hospital_detail .table02 td{

}
.hospital_detail .table02 .item{
  letter-spacing: -0.5em;
  margin-bottom: 0;
}
.hospital_detail .table02 .item li{
  list-style-type: none;
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid #ccc;
  color: #aaa;
  padding: 10px 15px;
  margin-left: 0;
  margin: 2px;
  width: 180px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.hospital_detail .table02 .item li.on{
  color: #333;
  font-weight: bold;
  background: #ddd;
  border: 1px solid #aaa;
}
/*---*/
.contents .page_link_list > li{
  list-style-type: none;
  margin-left: 0;
  position: relative;
  padding-left: 5px;
  font-size: 16px;
}
.contents .page_link_list > li:before{
  content: "\f0da";
  font-family: FontAwesome;
  color: #981818;
  margin-right: 10px;
}
.contents .page_link_list > li a{
  text-decoration: none;
  color: #981818;
}
.contents .page_link_list > li a:hover{
  text-decoration: underline;
}
/*---*/
.editor_area .form_table{
  margin-bottom: 30px;
}
.form_table th{
  font-weight: bold;
}
.form_table th,
.form_table td{
  padding: 20px;
  border: none;
  background: #FFF;
}
.form_table tr:nth-child(odd) th,
.form_table tr:nth-child(odd) td{
  background: #eee;
}
.form_table td input[type=text],
.form_table td input[type=email],
.form_table td textarea{
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}
.form_table td select{
  border: 1px solid #ccc;
  padding: 5px;
}
form .btn01,
form .btn02{
  margin: 10px;
}
/*---*/
.hospital_map{
  width: 100%;
  height: 540px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../image/hospital_map_bg.png');
  margin-bottom: 40px;
}
.hospital_map > li{
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding: 10px 20px;
  background: #FFF;
  color: #111;
  font-weight: bold;
  border: 1px solid #111;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.hospital_map > li:hover,
.hospital_map > li.on{
  background: #111;
  color: #FFF;
}
.hospital_map > li:after{
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #111 transparent transparent transparent;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.hospital_map > li:nth-child(1){
  top: 260px;
  left: 380px;
}
.hospital_map > li:nth-child(2){
  top: 370px;
  left: 300px;
}
.hospital_map > li:nth-child(3){
  top: 310px;
  left: 190px;
}
.hospital_map > li:nth-child(4){
  top: 400px;
  left: 570px;
}
.hospital_map > li:nth-child(5){
  top: 320px;
  left: 510px;
}
.hospital_map > li:nth-child(6){
  top: 60px;
  left: 470px;
}
/*---*/
.calendar_table th,
.calendar_table td{
  width: 20%;
  vertical-align: top;
}
.calendar_table th{
  text-align: center;
  vertical-align: middle;
}
.calendar_table tr:first-child th{
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  background: #333;
}
.calendar_table tr:first-child th:nth-child(2){
  background: #981818;
}
.calendar_table tr:first-child th:nth-child(3){
  background: #F0630F;
}
.calendar_table tr:first-child th:nth-child(4){
  background: #6EB053;
}
.calendar_table tr:first-child th:nth-child(5){
  background: #F04A60;
}
.calendar_table tr td:nth-child(2){
  color: #981818;
}
.calendar_table tr td:nth-child(3){
  color: #F0630F;
}
.calendar_table tr td:nth-child(4){
  color: #6EB053;
}
.calendar_table tr td:nth-child(5){
  color: #F04A60;
}

div .editor_area h2 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
    padding-top: 20px;
    
    
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

div .editor_area h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #981818;
	}

div .editor_area h3 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


div .editor_area h3::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #981818;
}

div .editor_area h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

div .editor_area h4 {
	margin-bottom: .2em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #1c903c;
}

.hospital_map_head{
  background: #981818;
  text-align: center;
  padding: 5px;
  color: #FFF;
}

/* 検索関連スタイル header.phpとsearch.phpのデザイン */
#searchform {
	position: relative;
	margin-bottom:20px;
}
#s	{
	width: 218px;
	height: 24px;
	background: #999;
	border: none;
	padding: 4px;
	color: #FFF;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 219px;
}
*:first-child + html #searchsubmit	{
	top: 1px;
}


#searchform_mb {
	position: relative;
	width: 100%;
	/*padding-bottom:20px;*/
}
#s_mb	{
	width: 90%;
	height: 32px;
	background: #999;
	border: none;
	padding: 4px;
	color: #FFF;
}
#searchsubmit_mb {
	width: 10%;
	height:100%;
	position: absolute;
	top: 0;
	_top: 1px;
}

.contents h2.result_h{
margin-bottom:5px;
font-size:120%;
}
div .result_t{
margin-bottom:15px;
}

div #pagenavi_link {
	text-align:center;
	margin-top:15px;
}
/* 検索関連スタイル */

/*---*/
.talk_head{
  text-align: center;
  margin-bottom: 60px;
}
.talk_head .mes01{
  font-size: 24px;
  font-weight: bold;
}
.talk_member_list{
  margin-bottom: 60px;
}
.talk_member_list03{
  background: #F5F5F5;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.talk_member_list03 .left{
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 200px;
}
.talk_member_list03 .left img{
  display: block;
}
.talk_member_list03 .right{
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  text-align: left;
}
.talk_member_list03 .right .name{
  font-weight: bold;
}
.editor_area .talk_member_list li{
  list-style-type: none;
  margin-left: 0;
  margin-right: 13px;
  float: left;
  width: 235px;
  height: 500px;
  background-color:#f5f5f5;
}
.editor_area .talk_member_list li:nth-child(3){
  margin-left: 0;
  margin-right: 0;
}
.editor_area .talk_member_list li:nth-child(4){
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.editor_area .talk_member_list2 li{
  list-style-type: none;
  margin-left: 0;
  margin-right: 13px;
  float: left;
  width: 185px;
  height: 380px;
  font-size: 12px;
  background-color:#f5f5f5;
}
.editor_area .talk_member_list2 li:nth-child(3){
  margin-left: 0;
  margin-right: 13px;
}
.editor_area .talk_member_list2 li:nth-child(4){
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.editor_area .talk_member_list2 li:nth-child(5){
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.talk_member_list .name, .talk_member_list02 .name{
  font-weight: bold;
}
.talk_member_list .image,
.talk_member_list02 .image{
  margin-bottom: 0;
}
.talk_member_list2 .image{
  text-align: center;
}
.talk_member_list .name,
.talk_member_list02 .name,
.talk_member_list .data,
.talk_member_list02 .data{
  padding:0 10px;
}
.talk_body .image.f_l{
  padding-right: 30px;
  padding-bottom: 30px;
}
.talk_body .image.f_r{
  padding-left: 30px;
  padding-bottom: 30px;
}
.talk_body .comment_wrap{
  position: relative;
  padding-left: 100px;
  margin-bottom: 2em;
}
.talk_body .label{
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  font-weight: bold;
}
.talk_body .label:after{
  content: "：";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #111;
}
.talk_body .label01{
  color: #F0630F;
}
.talk_body .label02{
  color: #6eb053;
}
.talk_body .label03{
  color: #f04a60;
}
.talk_body .label04{
  color: #2281c4;
}
.talk_body .label05{
  color: #f8b500;
}
.talk_body .label06{
  color: #724196;
}


.talk_body .comment_wrap02 {
  position: relative;
  margin-bottom: 2em;
}

.talk_member_list02 {
  margin-bottom: 60px;
}
.editor_area .talk_member_list02 li {
  list-style-type: none;
  margin-right: 0;
  margin-left: 13px;
  float: right;
  width: 235px;
  height: 500px;
  background-color:#f5f5f5;
}


.editor_area > #qa > ul > li {
	list-style-type: none;
	margin-left:0px;
	margin-bottom:15px;
}
.editor_area > #qa > ul > li:before {
	content:"\f059";
	font-family:FontAwesome;
	color:#981818;
	font-size: 14px;
}
.editor_area > #qa > ul > li > p {
	border-top: solid 1px #e6e6e6;
	padding-top:4px;
}
.float_image{
  width: 265px;
}


/*------- ここから追記 -----------------*/

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}

/*-------------------
　病院情報詳細
-----------------------*/


.city{
    display: block;
    padding: 5px 20px;
    font-size: 120%;
    background-color: #ccc;
    width: auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 160px;
    margin-bottom: 15px;
    float: left;	
}
.hospital-name{
    margin: 10px 0;
    text-align: center;
    width: auto;
    background-color: #bbd9ff;
    color: #666;
    font-size: 150%;
    font-weight: bold;
    padding: 5px 40px;
    border-radius: 5px;
    box-sizing: border-box;
	float: left;
}
.ico-area{
    float: right;
    width: 15%;
	}
.ico-area img{
    width: 50px;
	float:right;
	margin: 4%;
    box-sizing: border-box;
	}
.info-item{
    margin-top: 10px;
	}

.info-item li{
    list-style-type: none !important;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 0;
    background-color: #FFC;
    width: 23%;
    float: left;
    margin-right: 2.4%;
    margin-left: 0 !important;
	}
.info-item li:nth-child(2){
	background-color:#CFF;
	}
.info-item li:nth-child(3){
	background-color:#FCF;	
	}	
.info-item li:last-child{
	margin-right:0;
	background-color:#eee;
}
	
.hospital-data {
    margin-bottom: 50px !important;
	}	
.hospital-data td{
	word-break: break-all;
    word-wrap: break-word;
	}	
.hospital-data th{
	width:26%;
	vertical-align:middle;
	text-align:center;
	}
.check {
	margin-bottom:0 !important;
	}		
	
.check li {
    margin-left:0 !important;
    list-style-type: none !important;
    width: auto;
    background-color: #ddd;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 6px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 2px 0px #ccc;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #666;
	margin-bottom:10px;
}	
	
	
.hospital-data2{
	border: 1px solid #ccc;
    border-bottom: 0;	
	}
.hospital-data2 .th th,.hospital-data2 .th td{
    background-color: #eee;
    text-align: center;
	}	
.hospital-data2 th{
	width:25%;
	vertical-align:middle;
	background-color:#fff;
	}
.editor_area .hospital-data2 td{
    padding: 0;
    border: 0;
	word-break: break-all;
    word-wrap: break-word;
	}	
.hospital-data2 ul{
	margin-bottom:0 !important;
	}
.hospital-data2 li {
	list-style-type:none !important;
	margin-left:0 !important;
	border-bottom:1px solid #ccc;
	}
.data4-2{
	width:35%;
	float:left;
	box-sizing:border-box;
    padding: 10px 0;
	text-align:center;
	}
.data4-3{
	float:left;	
    width: 65%;
	padding: 10px;
	border-left:1px solid #ccc;
	box-sizing:border-box;
	}	
.hospital-data3 td:nth-child(1),.hospital-data3 td:nth-child(2){
	text-align: center;
	vertical-align:middle;
	}	
.hospital-data3 th:nth-child(1){
    width: 24%;
	}		
.model-img{
	width:100%;
	}
.facility th:first-child {
	width:10%;
	}	
.facility td:first-child {
	width:10%;
	vertical-align:middle;
	text-align:center;
	}	
.hospital-data3 {
    margin-bottom: 50px !important;
}
.hospital-data3 th{
	text-align:center;
	}	
.hospital-data3 td {
    word-break: break-all;
    word-wrap: break-word;
}
.page-template-page-hospital-search table td a,.page-template-page-hospital-search table th a{
	color:#333;
	text-decoration:none;
	}
.page-template-page-hospital-search #hospital_search_editor_area table td a, 
.page-template-page-hospital-search #hospital_search_editor_area table th a {
    color: #3f6ebc;
    text-decoration: underline;
}
.page-template-page-hospital-search #hospital_search_editor_area table td a:hover, 
.page-template-page-hospital-search #hospital_search_editor_area table th a:hover {
    text-decoration: none;
}
		
	
.c-01,.c-01 td,.c-01 th{
	background-color:#f8fff6 !important;
	}
.c-02,.c-02 td,.c-02 th{
	background-color:#fffcf3 !important;
	}
.c-03,.c-03 td,.c-03 th{
	background-color:#f4f8ff !important;
	}
.c-04,.c-04 td,.c-04 th{
	background-color:#fff9f4 !important;
	}
.c-05,.c-05 td,.c-05 th{
	background-color:#f7fdff !important;
	}
.c-06,.c-06 td,.c-06 th{
	background-color:#fffef6 !important;
	}				

.c-07,.c-07 td,.c-07 th{
	background-color:#eff8ff !important;
	}		
.c-08,.c-08 td,.c-08 th{
	background-color:#fff7f9 !important;
	}
.c-09,.c-09 td,.c-09 th{
	background-color:#fdfdfd !important;
	}	
	
.banner-area {
    margin-bottom: 4%;
    text-align: center;
}	
.banner-area img {
    display: inline-block;
    width: 45%;
    box-sizing: border-box;
    margin: 2%;
}	
	
.new1{}
.new1 li{
    width: 17.9%;
    float: left;
    list-style-type: none !important;
	padding:5px 0;	
	}
.new1 li.new1_li_long{
    width: 35%;
	}
	
.new1 li a{	
	text-decoration: none;
    color: #333;
	}
.new1 li:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #981818;
    margin-right: 10px;
}

.editor_area .t1{
	width:auto !important;
    display: block;
    position: relative;
	font-size:12px;	
	}
	
	
.editor_area .t1 thead{
	position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 2;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: fit-content;
	}	
.editor_area .t1 th,.editor_area .t1 td{
    text-align: center;
    width: 160px;
    box-sizing: border-box;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 100px;
    background-color: #fff;
    width: 100%;
	margin: 40px auto;
	}
.tab div{
	width:16.2%;
	float:left;
	height:50px;
    line-height: 50px;	
  	text-align: center;
  	font-weight: bold;
  	transition: all 0.2s ease;
  	cursor:pointer;
  	box-sizing:border-box;
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
  	margin: 0 1px;
  	display:block;	
	color:#666;
	}	
.tab .t01{
  background-color: #f8fff6;
  border: 1px solid #abcaa2;
  border-bottom:3px solid #abcaa2;
	}			
.tab .t02{
  background-color: #fffcf3;
  border: 1px solid #e0d6b8; 
  border-bottom:3px solid #e0d6b8; 	
	}
.tab .t03{
  background-color: #f4f8ff;
  border: 1px solid #d1dcef; 	
  border-bottom:3px solid #d1dcef;
	}
.tab .t04{
  background-color: #fff9f4;
  border: 1px solid #f3dcc9;
  border-bottom:3px solid #f3dcc9;  
  	}
.tab .t05{
  background-color: #f7fdff;
  border: 1px solid #cfd6d8;
  border-bottom:3px solid #cfd6d8;
	}
.tab .t06{
  background-color: #fffef6;
  border: 1px solid #dedbbf;
  border-bottom:3px solid #dedbbf;
	}	
	
.tab .t01.active{
	background-color:#b3d7a9;
	}
.tab .t02.active{
	background-color:#f3e8c5;
	}
.tab .t03.active{
	background-color:#dce6f5;
	}		
.tab .t04.active{
	background-color:#f5e2d2;
	}
.tab .t05.active{
	background-color:#dce7e9;
	}	
.tab .t06.active{
	background-color:#f1edc8;
	}
.tab_content.active {display:block;}			
	




/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
	/*overflow: auto;*/
    white-space: nowrap;
    position: relative;
/*    max-height: 70vh;*/
	margin-bottom:5%;
}


	
.editor_area .t3{
	width:auto !important;
	margin-bottom:40px;
	}	
	
.editor_area .t3{
	font-size:12px;
	}	
.editor_area .t3 th{
	background-color:#fff;
	}	
.editor_area .t3 td{
	text-align:center;
	vertical-align:middle;	
	}	
.c-01,.c-01 td,.c-01 th{
	background-color:#f8fff6 !important;
	}
.c-02,.c-02 td,.c-02 th{
	background-color:#fffcf3 !important;
	}
.c-03,.c-03 td,.c-03 th{
	background-color:#f4f8ff !important;
	}
.c-04,.c-04 td,.c-04 th{
	background-color:#fff9f4 !important;
	}
.c-05,.c-05 td,.c-05 th{
	background-color:#f7fdff !important;
	}
.c-06,.c-06 td,.c-06 th{
	background-color:#fffef6 !important;
	}				

.c-07,.c-07 td,.c-07 th{
	background-color:#eff8ff !important;
	}		
.c-08,.c-08 td,.c-08 th{
	background-color:#fff7f9 !important;
	}
.c-09,.c-09 td,.c-09 th{
	background-color:#fdfdfd !important;
	}				
	
	
.t3{
	width:auto !important;
	margin-bottom:40px;
	}	

.editor_area .t3 {
    font-size: 11px;
    display: block;
    position: relative;
	width:100%;
	padding-bottom: 10px;
	
	
}
.editor_area .t3 th,.editor_area .t3 td {
	vertical-align:middle;
	width: 105px;
	text-align: center;
	
}

.t3 thead,
.t3 tbody {
  display: block;
  width:100%;
}
.t3 thead {
	position: -webkit-sticky;
  	position: sticky;
  	top: 60px;
  	z-index: 2;
	
	}
.t3 tbody th:nth-child(1){
	}	
.t3 tbody th:nth-child(2){
	}	
.t3 thead.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.t3 thead.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.t3 thead.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.t3 thead.sticky-fixed.is-absolute {
  position: absolute;
}	
		
.tb-mark{
    font-size: 95%;
    padding: 8px 5px;
    box-sizing: border-box;
    text-align: right;
    margin-right: 10px;	
	}	
	
.page-top{
    float: right;
}	
.sla1{
background-image:linear-gradient(60deg, #eee 50%, #f8fff6 50%) !important; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(60deg, #eee 50%, #f8fff6 50%) !important;
background-image:-moz-linear-gradient(60deg, #eee 50%, #f8fff6 50%) !important;
background-image:-ms-linear-gradient(60deg, #eee 50%, #f8fff6 50%) !important;
}
.sla2{
background-image:linear-gradient(60deg, #eee 50%, #fffcf3 50%) !important; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(60deg, #eee 50%, #fffcf3 50%) !important;
background-image:-moz-linear-gradient(60deg, #eee 50%, #fffcf3 50%) !important;
background-image:-ms-linear-gradient(60deg, #eee 50%, #fffcf3 50%) !important;
}
.sla3{
background-image:linear-gradient(60deg, #eee 50%, #f4f8ff 50%) !important; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(60deg, #eee 50%, #f4f8ff 50%) !important;
background-image:-moz-linear-gradient(60deg, #eee 50%, #f4f8ff 50%) !important;
background-image:-ms-linear-gradient(60deg, #eee 50%, #f4f8ff 50%) !important;
}
.sla4{
background-image:linear-gradient(60deg, #eee 50%, #fff9f4 50%) !important; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(60deg, #eee 50%, #fff9f4 50%) !important;
background-image:-moz-linear-gradient(60deg, #eee 50%, #fff9f4 50%) !important;
background-image:-ms-linear-gradient(60deg, #eee 50%, #fff9f4 50%) !important;
}
.sla5{
background-image:linear-gradient(60deg, #eee 50%, #f7fdff 50%) !important; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(60deg, #eee 50%, #f7fdff 50%) !important;
background-image:-moz-linear-gradient(60deg, #eee 50%, #f7fdff 50%) !important;
background-image:-ms-linear-gradient(60deg, #eee 50%, #f7fdff 50%) !important;
}
.sla6{
background-image:linear-gradient(60deg, #eee 50%, #fffef6 50%) !important; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(60deg, #eee 50%, #fffef6 50%) !important;
background-image:-moz-linear-gradient(60deg, #eee 50%, #fffef6 50%) !important;
background-image:-ms-linear-gradient(60deg, #eee 50%, #fffef6 50%) !important;
}

.blank {
    vertical-align: middle;	
	min-width: 210px;	
}

/*1909インタビュー改修-------------------------*/
.interviews_archive_content_box{
    width: 48%;
    position: relative;
    padding-bottom: 55px;
}
.interviews_archive_content_box:nth-child(2n){
    margin-left: 4%;
}
.interviews_archive_content_box:nth-child(n+3){
    margin-top: 70px;
}
.interviews_archive_content_box_img {
    padding-top: 30%;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.interviews_archive_content_box_num{
font-weight: bold;}
.interviews_archive_content_box_title{
    font-size: 110%;
    margin-bottom: 5px;
font-weight: bold;}
.interviews_archive_content_box_day{
    margin-top: 5px;
    font-size: 90%;
    color: #555;
}

.interviews_archive_content_box_keyword{
}
.interviews_archive_content_box_keyword a{
    display: inline-block;
    background: #eee;
    padding:2px 15px;
    border-radius: 100px;
    font-size: 90%;margin-right: 10px;
	margin-top: 8px;
    color: #0094DD!important;
}
.interviews_archive_content_box_keyword a:hover{
    color: #fff!important;
    background: #0094DD;
    text-decoration: none;
}

.interviews_archive_content_box_link {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.interviews_archive_content_box_link a{
    display: inline-block;
    width: 100%;
    background: #b34848;
    color: #fff!important;
    padding: 8px;
}
.interviews_archive_content_box_link a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.interviews_content_title{
    padding-top: 25px;
    font-size: 24px!important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px!important;
    padding-bottom: 10px;
}

.interviews_single_back_link{
    text-align: center;
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}
.interviews_single_back_link a{
    display: inline-block;
    width: 100%;
    max-width: 320px;
    background: #444;
    color: #fff;
    padding: 10px;
    position: relative;
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 20px 10px;
    transition: .3s;
}
.interviews_single_back_link a:hover{
    background: #1c903c;
}
.interviews_single_back_link a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.interviews_sidebar_link_btn a{
    display: block;
    color: #fff!important;
    text-decoration: none!important;
    background: #444;
    text-align: center;
    margin-top: 40px;
    padding: 8px;
    position: relative;
}
.interviews_sidebar_link_btn a:hover{
    text-decoration: underline!important;
}
.interviews_sidebar_link_btn a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.interviews_archive_all_content_box{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.interviews_archive_all_content_box:first-child{
    padding: 0 0 15px;
}

.interviews_archive_all_content_box .list_content_title{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}


.interviews_archive_all_content_box .list_content_title a{
    text-decoration: underline;
}
.interviews_archive_all_content_box .list_content_title a:hover{
    text-decoration: none;
}

.interviews_archive_all_content_box .list_content_time{
    font-size: .9em;
    color: #666;
    margin-bottom: 4px;
}

.interviews_single_data_body  {
    margin-bottom: 50px;
    margin-top: -15px;
}

.interviews_single_data_body .wp_social_bookmarking_light {
    padding: 10px 0 0 !important;
}
.interviews_single_data_body .interviews_archive_content_box_keyword {
    margin-top: 0;
}
.interviews_single_data_body .interviews_archive_content_box_keyword a{
    text-decoration: none!important
}


/******************/
/* page-links *****/
.interviews_single_num_link {text-align: center;
    margin-top: 60px;
    font-size: 1.3em;
}
.post-page-numbers{
    display: inline-block;
    background: none;
    border: 1px solid #777;
    padding: 0 15px;
    text-decoration: none!important;
    color: #000;
    transition: .3s;
}
.post-page-numbers:hover{
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.post-page-numbers.current{
    background: #000;
    border: 1px solid #000;
    padding: 0 35px;
    color: #fff;
}

/*youtube埋め込みサイズ*/
.mw500{max-width: 500px;}
.yt_link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 40px;
}
.yt_link iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*1912------------------------*/
.vol9_common_box{
    background: #f1f1f1;
    padding: 30px;
}
.vol9_common_box_title{
    font-size: 1.2em!important;
    margin-bottom: 10px!important;
}
.vol9_common_box_title2{
    font-size: 1.1em!important;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}
.vol9_common_box_txt{
    padding-left: 15px;
}

.common_title{
    font-weight: bold;
    color: #924242;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.vol10_p1_left{
    width: calc(100% - 255px);}
.vol10_p1_right{
    width: 235px;}

.vol10_p1_right_txt{
    background: #f5f5f5;
    padding: 10px;
}

.num_box{
    padding-left: 100px;
    position: relative;
    line-height: 1.8;
}

.num_box_num{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #981818;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 40px;
    line-height: 80px;
}

.num_title{
    color: #981818;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.vol10_section{
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
}

.vol10_prif_body{
    padding: 40px;
    background: #f5f5f5;
}

.txt50p{font-size:50% !important;}
.txt60p{font-size:60% !important;}
.txt70p{font-size:70% !important;}
.txt80p{font-size:80% !important}
.txt85p{font-size:85% !important;}
.txt90p{font-size:90% !important;}
.txt95p{font-size:95% !important;}
.txt100p{font-size:100% !important;}
.txt110p{font-size:110% !important;}
.txt120p{font-size:120% !important;}
.txt130p{font-size:130% !important;}
.txt140p{font-size:140% !important;}
.txt150p{font-size:150% !important;}
.txt160p{font-size:160% !important;}
.txt170p{font-size:170% !important;}
.txt180p{font-size:180% !important;}
.txt190p{font-size:190% !important;}
.txt200p{font-size:200% !important;}
.txt240p{font-size:240% !important;}
.txt280p{font-size:280% !important;}

.next_page_btn {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
    background: #981818;
    text-decoration: none!important;
    border: 2px solid #981818;
    transition: .3s;
    color: #981818;
    background: #fff;
}
.next_page_btn:hover {
    background: #981818;
    color: #ffffff;
}
.next_page_btn:after {
    content: "→";
    margin-left: 20px;
}

.schedule_body{
    padding-left: 150px;
    position: relative;
}
.schedule_body:before{
    display: block;
    content: "";
    border-left: 4px dashed #ccc;
    height: 100%;
    left: 73px;
    top: 0;
    width: 1px;
    position: absolute;
}

.time_title{
    margin-left: -150px;
    position: relative;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
.time_title_time{
    display: inline-block;
    margin-right: 15px;
    background: #981818;
    color: #fff;
    font-weight: normal;
    font-size: .9em;
    padding:5px ;
    width: 135px;
    text-align: center;
}

.schedule_body img{
    max-width: 100%;
    width: 600px;
    margin-bottom: 10px;
}
.schedule_body strong.txt110p{
    display: block;
    margin-bottom: 5px;
}

.off_title {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 10px;
}

.vol10_section_off strong.txt110p{
    display: block;
    margin-bottom: 10px;
    font-size: 1.3em!important;
}

.common_box{
    padding: 30px;
    background: #f1f1f1;
}

.vol10_section_off{
    line-height: 1.8;
}

.vol10_mokuji_box{
    border-top: solid 5px #981818;
    padding:20px 30px 10px;
    margin-bottom: 50px;
    font-weight: bold;
    background: #f9f9f9;
    font-size: 1.1em;
    box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, 0.15);
}
.vol10_mokuji_ul li{
    margin-top: 5px;
}
.vol10_mokuji_ul li a{
    text-decoration: none;
    color: #555;
}
.vol10_mokuji_ul li a:hover{
    text-decoration: underline;
}
.vol10_mokuji_title{
    font-size: 1.1em;
    color: #981818;
}
.off_icon{
    border-radius: 100%;
}

.vol10_section.vol10_section_nagare  img{
    border: 1px solid #bbb;
}

/*qa*/
.qa_list ul li{
	list-style: none;
	margin-left: 0;
	display: flex;
}

.qa_list ul li a{
    width: 100%;
    height: 100%;
    padding: 12px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: #981818;
    color: #fff;
    font-size: 100%;
    position: relative;
    letter-spacing: -.05em;
}

.qa_list ul li a:after{
	content:"\f107";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	bottom:2px;
	display: flex;
	width:100%;
	align-items: center;
    justify-content: center;
}

/*div .editor_area #qa h2::after{
	background: #375f23;
}*/

#qa {
	font-size: 16px;
}

#qa dl {
	margin-bottom: 40px;
}

#qa dl dd{
	display: none;
}


.qa_list_q,.qa_list_a,.qa_list_link{
	display: flex;
}

.qa_list_q {
	background: #EAEAEA;
	cursor: pointer;
	align-items: center;
	position: relative;
}

.qa_list_q:before, .qa_list_q:after{
	position: absolute;
	right:20px;
	top:50%;
	font-size: 1.2em;
	line-height: 0;
	transition: 0.2s;
	color:#981818;/*#375f23*/
}

.qa_list_q:before{
	content:"─";
}

.qa_list_q:after{
	content:"│";
}

.qa_list_q.active:after{
	opacity: 0;
}

.qa_list_q span:first-child{
	background: #981818;/*#64ad41*/
	color:#fff;
	font-size: 150%;
	text-align: center;
	margin-right: 30px;
	line-height: 1.4;
	padding:15px 0;
}

.qa_list_q span{
	max-width: 800px;
}

.qa_list_a span:first-child{
	color:#981818;/*#64ad41*/
	font-size: 150%;
	text-align: center;
	margin-right: 30px;
	line-height: 1.4;
}

.qa_kanren{
	color:#981818;/*#64ad41*/
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	margin-right: 30px;
	line-height: 1.4;
	margin-bottom: 0!important;
}

.qa_list_link_r {
	display: flex;
	flex-direction: column;
}

.qa_list_link_r a{
	text-decoration: none;
	position: relative;
	margin-right: auto;
	display: flex;
	align-items: center;
}

.qa_list_link_r a:after{
	content:"\f105";
	font-family: FontAwesome;
	padding-left: 20px;
	font-size: 20px;
	margin-top: -4px;
}

.qa_list_link_r img{
	width:44px;
	margin-right: 10px;
}

.bnr_box{
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.header_nav_black{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.85);
    z-index: 1001;
    transition: .3s;
    padding: 5px 100px 5px 20px;
    transition: .3s;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    height: 70px;
}
body.home .header_nav_black,
.uk-offcanvas-page .header_nav_black{
    background: none;
}
body.home .headroom--not-top .header_nav_black{
    background: rgba(0,0,0,.85);
}
.uk-offcanvas-page body.home .headroom--not-top .header_nav_black{
    background: none;
}


body.home .header_nav_black .header_nav_black_logo img{
    opacity: 0!important;
    transition: .0001s !important;
    display: none;
}
body.home .headroom--not-top .header_nav_black .header_nav_black_logo img{
    opacity: 1!important;
    display: inline;
}


.header_nav_black_ul{
    margin-left: auto;
}
.header_nav_black_ul li{
    display: inline-block;
    font-size: 1.1em;
}
.header_nav_black_ul li:nth-child(n+2)::before{
    content: "/";
    color: #aaa;
    margin: 0 10px 0 8px;
}
.header_nav_black_ul a{
    color: #eee;
    text-decoration: none;
    text-shadow: 0 0 10px #000;
}

.header_nav_black_logo a {
    display: block;
    line-height: 0;
}
.header_nav_black_logo img{
    width: 80px;
    opacity: 1!important;
}

.header_btn{
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #1c903c;
    cursor: pointer;

}
.header_btn_icon{
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    width: 32px;
    height: 20px;
    margin-top: -17px;
    transition: .3s;}
.header_btn_icon span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 1px;
    transition: .5s;
}
.header_btn_icon span:nth-of-type(1) {
	top: 0;
}
.header_btn_icon span:nth-of-type(2) {
	top: 9px;
	width: 80%;
}
.header_btn_icon span:nth-of-type(3) {
	bottom: 0;
}

.header_btn_icon > * {
	z-index:2;
}


.header_btn.active .header_btn_icon span:nth-of-type(1),
.uk-offcanvas-page .header_btn .header_btn_icon span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.header_btn.active .header_btn_icon span:nth-of-type(2),
.uk-offcanvas-page .header_btn .header_btn_icon span:nth-of-type(2) {
	opacity: 0;
}
.header_btn.active .header_btn_icon span:nth-of-type(3),
.uk-offcanvas-page .header_btn .header_btn_icon span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.uk-offcanvas-page .header_nav_black_ul,
.uk-offcanvas-page .header_nav_black_logo{
    display: none!important;
}

.header_btn_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    transition: .3s;
    text-align: center;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

#open_menu{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    display: block!important;}
.uk-offcanvas-page #open_menu{}
#open_menu .uk-offcanvas-bar {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
    background: none;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
}

.open_menu_bg {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 0vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 420ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 420ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 420ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    overflow: hidden;
    z-index: 100;
}
.uk-offcanvas-page .open_menu_bg {
    height: 100vh;
    top: auto;
    bottom: 0;
}

.open_menu_bg-pict {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100vh;
    background-image: url(../image/header/open_menu_bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    z-index: 5;
}
.uk-offcanvas-page .open_menu_bg-pict {
    opacity: 1;
    top: auto;
    bottom: 0;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: #666;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.open_menu_link_grid a{
    color: #333!important;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
    display: block;
    border-bottom: 2px dashed #bbb;
    padding-bottom: 5px;
}

.open_menu_content{
    width: 90%;
    max-width: 900px;
    margin: auto;
    opacity: 0;
    transition: 1s;
}
.uk-offcanvas-page .open_menu_content{
    opacity: 1;
}

.toppage_main_bg{
    background-image: url(../image/toppage/main_bg.jpg);
    background-size: cover;
    background-position: center;
}

.base_width{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.base_width_s{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.base_width_l{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}


body.home .recent_topics_block {
    margin-top: 30px;
    padding: 40px 0;
}
body.home .recent_topics_block .to_all_link {
    right: 0;
}

.toppage_bnr_body{
    padding: 50px 0;
    background: #eee;
}

.toppage_4link_body{
    position: relative;
    padding: 50px 0;
    background-image: url(../image/top_bg.jpg);
    background-size: cover;
    background-position: center;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.toppage_4link_body > *{
    position: relative;
    z-index: 2;
}
.toppage_4link_body:before{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(211,211,211,0.93);
    display: block;
    top: 0;
    left: 0;
}
.toppage_4link_body a{
    text-align: center;
    background: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    padding: 20px;
    transition: .5s;
    height: 100%;
    line-height: 1.2;
}
.toppage_4link_body a:hover{
    background: #1c834a;
    color: #fff;
}
.toppage_4link_body a img{
    width: 120px;
    border-radius: 2000px;
    max-width: 70%;
    border: 5px solid #1c834a;
    margin-bottom: 10px;
}

.font_2020{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}

.foot_pagetop_btn{
	position:fixed;
	bottom:80px;
	right:5px;
	height:62px;
	width:62px;
	display:block;
    background: #1c903c;
    border-radius: 1000px;
	color:#fff;
	text-align:center;
	line-height:62px;
	z-index:100;
	font-size:35px;
	cursor:pointer;}
.foot_pagetop_btn:hover{
opacity: .7;}

.toppage_contact_link_btn{
    width: 100%;
    display: inline-block;
    max-width: 600px;
    background: #333;
    color: #fff;
    padding: 20px;
    font-size: 1.3em;
    transition: .3s;
    text-decoration: none!important;
}
.toppage_contact_link_btn:hover{
    background: #1c903c;
}

.footer_copy_body{
    padding: 15px 10px;
    text-align: center;
    color: #eee;
    border-top: 1px solid #555;
}

.footer_bg{
    color: #eee;
    background: #111;
}
.footer_bg a{
    color: #eee;
}


.footer_top_content_body{
    padding: 50px 0 20px;
}

.footer_tel_num{
    font-size: 1.7em;
}


.lh100p{line-height: 1;}
.lh110p{line-height: 1.1;}
.lh120p{line-height: 1.2;}
.lh140p{line-height: 1.4;}
.lh160p{line-height: 1.6;}
.lh180p{line-height: 1.8;}
.lh200p{line-height: 2;}
.lh220p{line-height: 2.2;}

.footer_logo{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
}
.footer_logo img{
    width: 100px;
}

.open_menu_link_grid a.open_menu_cat_link{
    border: none;
    text-align: center;
    background: #555;
    color: #eee!important;
    padding: 10px;
    margin-top: -20px;
    position: relative;
    font-size: 1.4em;
}
.open_menu_link_grid a.open_menu_cat_link.open_menu_cat_link_a{
    background: #F0630F;
}
.open_menu_link_grid a.open_menu_cat_link.open_menu_cat_link_b{
    background: #60AD40;
}
.open_menu_link_grid a.open_menu_cat_link.open_menu_cat_link_c{
    background: #F04A60;
}
.open_menu_link_grid a.open_menu_cat_link.open_menu_cat_link_d{
    background: #2281C4;
}

.open_menu_link_grid a.open_menu_cat_link:after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 0;
}

.footer_tel_link{
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
}


.header_tel_btn{
    display: none;
}


@media (max-width: 1000px) {
.footer_logo{
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-bottom: 20px;
}
.footer_logo img{
    width: 80px;
}
}

@media (min-width: 460px) {
    .xs_only{
        display: none!important
    }
}

@media (max-width: 1000px) {
.header_nav_black_ul{
    display: none;
}
}

.faq_num_body{
    counter-reset: number 0;           /* number のカウンタを 0 にセット */

}
.faq_num_item{
    counter-increment: number 1;      /* number カウンタの増加数をセット */

}
.faq_num_span:before{
    content: counter(number) ;      /* 表示形式を指定 */

}


.editor_area ul.info_btn_list{
    list-style: none;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.editor_area ul.info_btn_list li{
    list-style: none;
    margin: 0;
    width: 48%;
}
.editor_area ul.info_btn_list li:nth-child(n+3){
    margin-top: 20px;
}
.editor_area ul.info_btn_list li a{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #981818;
    padding: 15px;
    font-size: 1.15em;
    text-align: center;
    transition: .3s;
}
.editor_area ul.info_btn_list li a:hover{
    opacity: .7;
}

#qs_back_to_top{
    display: none!important;
}

.riyousya_page_faq_num{
    display: inline-block;
    width: 3em;
    font-weight: bold;
    color: #555;
    font-size: 1.1em;
}
.riyousya_page_faq_cat_span{
    text-align: center;
    display: inline-block;
    font-size: .9em;
    letter-spacing: -.05em;
    width: 12em;
    text-align: center;
    border: 2px solid #555;
    color: #222;
    margin-right: .5em;
    font-weight: bold;
    pointer-events: none;
}
.riyousya_page_faq_link {
    display: inline-block;
    width: calc(100% - 16em);
    vertical-align: top;
}
.riyousya_page_faq_link a{
    color: #0e1b31;
}
.riyousya_page_faq_link a:hover{
    text-decoration: none;
}
.riyousya_page_faq_box{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;}

.riyousya_page_faq_num .faq_num_span:before {
    content: counter(number);
}


.riyousya_page_faq_cat_span.riyousya_page_faq_cat_span_fc01{
    border-color: #8C282A;
    color: #8C282A;
}
.riyousya_page_faq_cat_span.riyousya_page_faq_cat_span_fc02{
    border-color: #2D419C;
    color: #2D419C;
}
.riyousya_page_faq_cat_span.riyousya_page_faq_cat_span_fc03{
    border-color: #216419;
    color: #216419;
}
.riyousya_page_faq_cat_span.riyousya_page_faq_cat_span_fc04{
    border-color: #8B5921;
    color: #8B5921;
}
.riyousya_page_faq_cat_span.riyousya_page_faq_cat_span_fc05{
    border-color: #51267B;
    color: #51267B;
}

.faq_num_body{
    max-height: 740px;
    overflow: hidden;
    position: relative;
    transition: 2s;
}
.riyousya_page_news_body .faq_num_body{
    max-height: 370px;
}
.faq_num_body.open,
.riyousya_page_news_body .faq_num_body.open{
    max-height: 7000px;
}
.post-type-archive-faq .faq_num_body,
.more_none .faq_num_body{
    max-height: none!important;
}
.faq_num_body:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.86+18 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 18%, rgba(255,255,255,0.86) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.86) 18%,rgba(255,255,255,0.86) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.86) 18%,rgba(255,255,255,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dbffffff',GradientType=0 ); /* IE6-9 */


}
.post-type-archive-faq .faq_num_body:after{
    display: none!important;
}

.faq_num_body_more_btn_body{
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.faq_num_body_more_btn{
    display: inline-block;
    background: #666;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    line-height: 50px;
    transition: .3s;
}
.faq_num_body_more_btn:hover{
    background: #1c903c;
}

.more_none .faq_num_body_more_btn_body,
.more_none .faq_num_body:after,
.faq_num_body.open .faq_num_body_more_btn_body,
.faq_num_body.open:after{
    display: none!important;
}

.riyousya_page_news_data {
    display: inline-block;
    width: 6em;
    color: #888;
}
.riyousya_page_news_cat_span {
    text-align: center;
    display: inline-block;
    font-size: .9em;
    letter-spacing: -.05em;
    width: 9em;
    text-align: center;
    border: 2px solid #555;
    color: #fff;
    margin-right: .5em;
    pointer-events: none;background: #555;
}

.riyousya_page_news_body{
    font-size: 16px;
}

.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category01{
    border-color: #F0630F;
  background: #F0630F;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category02{
    border-color: #6EB053;
  background: #6EB053;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category03{
    border-color: #F04A60;
  background: #F04A60;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category04{
    border-color: #2281C4;
  background: #2281C4;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category05{
    border-color: #9e21ff;
  background: #9e21ff;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category06{
    border-color: #F0630F;
  background: #F0630F;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category07{
    border-color: #6EB053;
  background: #6EB053;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category08{
    border-color: #00bcd4;
  background: #00bcd4;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category09{
    border-color: #2281C4;
  background: #2281C4;
}
.riyousya_page_news_cat_span.riyousya_page_news_cat_span_category10{
    border-color: #F04A60;
  background: #F04A60;
}

.riyousya_page_news_body{
}


.sitemap_link_01 {
	background: url(/wp-content/plugins/ps-auto-sitemap/images/business/line_dotted_brown.png) repeat-x 0 1.8em;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 12px 0px;
	margin: 30px 0 12px;
	list-style-type: none;
}

.sitemap_link_01 a {
	color: #666;
	background: url(/wp-content/plugins/ps-auto-sitemap/images/business/ico_lv1.png) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
	line-height: 32px;
	}

.sitemap_link_02  {
    margin-top: -12px;
    margin-bottom: 40px;
}
.sitemap_link_02 > div {
    font-size: small;
    background: none;
    margin: 7px 0 0 0;
    padding: 1px 0 0 27px;
}

.sitemap_link_02 a {
	color: #666;
	text-decoration: none;
	display: inline-block;
    background: url(/wp-content/plugins/ps-auto-sitemap/images/business/ico_lv2.png) no-repeat left center;
    padding-left: 15px;
    line-height: normal;
}


.career_up_flex{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.career_box{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.career_box_01,
.career_box_04,
.career_box_05,
.career_box_06{
    width: 12.24%;
    background: #D1D1D1;
    padding-top: 15px;
    height: 457px;
}
.career_box_02,
.career_box_03{
    width: 24%;
    padding-top: 35px;
    height: 534px;
}
.career_box_02{
    background: #FAEAF2;
}
.career_box_03{
    background: #D8EDF8;
}

.career_box_title{
    line-height: 1.2;
}
.career_box_title_small{
    font-size: 18px;
    height: 30px;
}
.career_box_title_large{
    font-size: 30px;
    height: 87px;
}

.career_box_title_large_en{
    font-size: 12px;
}

.career_box_kikan {
    background: #fff;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.career_box_kikan_small {
    font-size: 14px;
}
.career_box_kikan_small .career_box_kikan_num {
    font-size: 18px;
}
.career_box_kikan_large {
    font-size: 22px;
}
.career_box_kikan_large .career_box_kikan_num {
    font-size: 28px;
    vertical-align: -.07em;
}

.career_box_red_txt {
    color: #E60D0D;
    line-height: 1.1;
    margin-top: 15px;
}
.career_box_red_txt_small {
    font-size: 16px;
}
.career_box_red_txt_large {
    font-size: 30px;
}

.career_box_blue_txt {
    z-index: 1;
    color: #fff;
    background: #2B71B7;
    position: absolute;
    line-height: 1.4;
    font-size: 16px;
    padding: 10px 0;
    bottom: 200px;
}
.career_box_blue_txt_01 {
    right: -36px;
    width: 68px;
}
.career_box_blue_txt_02 {
    right: -58px;
    width: 111px;
}
.career_box_blue_txt_03 {
    right: -58px;
    width: 111px;
}

.career_box_yellow_txt  {
    z-index: 1;
    color: #333;
    background: #FFFE54;
    position: absolute;
    line-height: 1.4;
    font-size: 16px;
    padding: 10px 18px;
    bottom: 110px;
}
.career_box_yellow_txt_01  {
    right: -58px;
    width: 111px;
}

.career_box_age{
    z-index: 1;
    color: #333;
    background: #CFFF64;
    position: absolute;
    font-size: 18px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    bottom: 11px;
    right: -34px;
}

.rinsyo_map_bg_box{
    background: #F5F2F2;
    padding: 30px 30px 30px 100px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.rinsyo_map_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.rinsyo_map_flex_right{
    width: 383px;
}
.rinsyo_map_flex_left{
    width: calc(100% - 420px);
}

.rinsyo_map_flex_left_ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
}
.rinsyo_map_flex_left_ol li{
    width: 48%;
    margin-left: 0!important;
}
.rinsyo_map_flex_left_ol li:nth-child(n+3){
    margin-top: .7em;
}

.rinsyo_map_flex_left_ol li a{
    color: #2c447f;
}
.rinsyo_map_flex_left_ol li a:hover{
    text-decoration: none;
}

.r_hos_grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.r_hos_grid > div{
    width: 48%;
}
.r_hos_grid > div:nth-child(n+3){
    margin-top: 35px;
}

.r_hos_box{
    padding: 20px;
    border: 1px solid #D1D1D1;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.r_hos_box_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.r_hos_box_data{
    font-size: 16px;
}

.r_hos_box_flex_01{
    display: flex;
    justify-content: space-between;
}
.r_hos_box_flex_01_left{
    width: 183px;
    line-height: 0;
}
.r_hos_box_flex_01_right{
    width: calc(100% - 203px);
}

.r_hos_box_flex_02{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.r_hos_box_flex_02_left{
    width: 257px;
}
.r_hos_box_flex_02_right{
    width: 157px;
}
.r_hos_box_flex_02_left a,
.r_hos_box_flex_02_right a{
    color: #fff;
    font-weight: bold;
    display: flex;
    height: 40px;
    align-items: center;
    font-weight: 13px;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    padding-left: 15px;
    line-height: 1.1;
    transition: .3s;
}
.r_hos_box_flex_02_left a:hover,
.r_hos_box_flex_02_right a:hover{
    opacity: .6;
}
.r_hos_box_flex_02_left a:after,
.r_hos_box_flex_02_right a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.r_hos_box_flex_02_left a{
    background: #E26B2F;
}
.r_hos_box_flex_02_right a{
    background: #981818;
}

.career_2021 p{
    display: none;
}


    
    .kako_event_img_section .uk-grid {
        text-align: center;
        line-height: 0;
    }

.r_hos_box_data{
    line-height: 1.3;
}
.r_hos_box_data_bottom{
    margin-top: 1em;
}

.editor_area table.kako_voice_pdf_link_tbl,
.kako_voice_pdf_link_tbl tr,
.kako_voice_pdf_link_tbl th,
.kako_voice_pdf_link_tbl td{
    height: auto!important;
    width: auto!important;
}
.r_hos_box_data_bottom{
    margin-top: 1em;
}
.kako_voice_pdf_link_tbl tr th:first-child{
    line-height: 1.3;
    background: #eee;
    white-space: nowrap;
    text-align: center;
}
.kako_voice_pdf_link_tbl tr th:first-child p{
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
}

.kako_voice_pdf_link_tbl tr:first-child th{
    background: #e4f4df;
    font-weight: bold;
    text-align: center;
}

.kako_voice_pdf_link_tbl td{
    padding: 18px 10px
}
.kako_voice_pdf_link_tbl td,
.kako_voice_pdf_link_tbl td p{
    line-height: 1.4;
}
.kako_voice_pdf_link_tbl td a{
    color: #285395;
    position: relative;
    padding-left: 22px;
    display: inline-block;
}
.kako_voice_pdf_link_tbl td a:hover{
    text-decoration: none;
}
.kako_voice_pdf_link_tbl td a:before{
    content: "\f1c1";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #f00;
    display: inline-block;
    text-decoration: none;
    
}

.r_hos_box_cat{
    color: #fff;
    text-align: center;
    width: 5em;
    margin-bottom: 6px;
}
.r_hos_box_cat_01{
    background: #1F780D;
}
.r_hos_box_cat_02{
    background: #A28731;
}
.r_hos_box_cat_03{
    background: #4A7CC7;
}
.r_hos_box_cat_04{
    background: #cd8242;
}
.r_hos_box_cat_05{
    background: #507f87;
}
.r_hos_box_cat_06{
    background: #6c673d;
}


.name_color_blue{
	color: #0070c0
}
.name_color_green{
	color: #007e39
}
.name_color_purple{
	color: #7030a0
}
.name_color_purple_02{
	color: #724196;
}
.name_color_green_02{
	color: #6eb053;
}
.name_color_blue_02{
	color: #2281c4;
}
.name_color_red{
	color: #ff0000;
}
.name_color_brown{
	color: #c45911;
}

.vol14_cafe_box{
	background: #fee;
}
.vol14_cafe_box_title{
	color:#f00;
}

.vol14_cafe_box{
	background: #ffe9ca;
}
.vol14_cafe_box_title{
	color: #ff6d00;
}

.vol14_cafe_box_link{
	display: inline-block;
	text-align: center;
	background: #e86300;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	max-width: 400px;
	width: 100%;
	transition: .3s;
	text-decoration: none!important;
	font-size: 1.2em;
}
.vol14_cafe_box_link:hover{
	opacity: .6;
}

.inline_block{
	display: inline-block;
}

.txt-red{
	color: #f00;
}

.caution {
  text-indent: -1em;
  padding-left: 1em;
}



.bnr_float_comic{
	position: fixed;
	right: 0;bottom: 0;
	display: block;
	width: 200px;height: 200px;
	object-fit: cover;
	z-index: 11;
	transition: 0.3s;
}
.home .bnr_float_comic.headroom--not-top {
	transform: none;
}
.home .bnr_float_comic.headroom--bottom {
	transform: translateX(100%);
}

.home .grecaptcha-badge{
	bottom: 201px!important;
	z-index: 2;
}

.home .bnr_float_comic img{
	width: 100%;
}


.home .bnr_float_comic a{
	display: flex;
}

.home .foot_pagetop_btn{
	display: none!important;
}


.guide_pdf_btn{
	display: inline-block;
	margin-top: 80px;
}
.guide_pdf_btn a{
	display: flex;
	align-items: center;
	background: #F5F2F2;
	position: relative;
	padding: 40px 30px 40px 160px;
	color: #1C903C;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 15px;
	transition: 0.3s;
}
.guide_pdf_btn a:hover{
	background: #1C903C;
	color: #fff;
}

.guide_pdf_btn a img{
	position: absolute;
	left: 20px;bottom: 20px;
	width: 120px;
	opacity: 1!important;
}
.guide_pdf_btn a .txt strong{
	display: block;
	font-size: 140%;
}

.guide_pdf_btn a .icon{
	width: 50px;height: 50px;
	display: flex;
	justify-content: center;align-items: center;
	background: #fff;
	border-radius: 50%;
	margin-left: 60px;
}

.guide_pdf_btn a .icon:after{
	content: "\f019";
	font-family: FontAwesome;
	font-size: 26px;
	color: #1C903C;
	font-weight: normal;
}

div .editor_area .vol9_common_box ,
div .editor_area .vol10_prif_body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}