main{
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
}
.box_general_3 h4{
  font-size: 18px;
  margin: 1rem 0;
}
/*countries_search_bar*/
.header,.header_sticky{
  padding: 25px 0;
}
p.search_bar_text{
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}
div.page_menu{
  margin: 30px -15px;
}
/*search_bar.html.ep*/
#custom-search-input-bar .search-query-country{
  width: 40%;
  height: 40px;
}
#custom-search-input-bar .search-query-area{
  width: 40%;
  height: 40px;
}
.search_bar_list input[type='submit']{
  width: 20%;
  height: 40px;
}
/*admin_docs_diseases_page*/
h2.diseases_heading{
  font-size: 20px;
}
h4.diseases_subheading{
  font-size: 18px;
  margin-top: 40px;
}
p.diseases_contents_text{
  font-size: 15px;
  line-height: 1.5rem;
  margin: 36px 0;
}
/*keyword.html.ep*/
.margin_60{
  padding-top: 0;
}
.nav-tabs{
  border-bottom: none;
}
/*.page_menu li.bar-select{
  border-bottom: 3px solid #8ccdf0;
}*/
a.type00,.type01,.type02,.type03{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  /*color: #7cc7f0;
  /*color: #999;
  cursor: pointer;*/
}
a.type00::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type01::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type02::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type03::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

a.type00:hover,a.type01:hover,a.type02:hover,a.type03:hover {
  color: #bbb;
}

a.type00:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
a.type01:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
a.type02:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
a.type03:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
div.contents-top{
  padding-top: 150px;
  margin-top: -100px;
}
div.page_menu_serp{
  margin: 30px -15px;
  border-bottom: none;
}
ul.page_menu_serp{
  font-size: 1.2em;
  font-weight: bold;
}
ul.page_menu_serp li{
  width: 24%;
  padding: 10px 0;
  text-align: center;
  border-bottom: none;
}
a.disease-list{
  display:inline-block;
  margin:0 0 15px 5px;
  padding-left:5px;
  font-size: 16px;
}
/*news.html.ep*/
ul.news_list{
  border-top: none;
  font-size: 15px;
}
ul.news_list li{
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.news_list dt{
  font-weight: 400;
}
.indent_title_in{
  padding-left: 60px;
  margin-bottom: 20px;
}
.contents-top-ichiran{
  padding-top: 100px;
  margin-top: -100px;
}
.top-contents{
  padding-top: 100px;
}
.results{
  padding: 15px 0;
}
#scene1,#scene2,#scene3,#scene4,#scene5,#scene6,#scene7,#scene8,#scene9,#scene10{
  padding-top: 150px;
  margin-top: -100px;
  display: block;
}
.navi_heading{
  padding: 40px 20px;
}
/*countries.html*/
li.scene_title{
  font-size: 18px;
  color: #000000;
  line-height:2rem;
}
.c_name{
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
a.c_size{
  font-size: 18px;
}

/*hospitals_css*/
div.description{
  font-size: 15px;
  line-height: 1.5rem;
}
a.btn-line{
  /*padding: 5px;*/
  white-space: normal;
  font-size: 15px;
  /*line-height: 1.3rem;*/
}
.sp_adjustment p{
  font-size: 15px;
  line-height: 1.5rem;
}
.box_feat_top{
  padding-left: 20px;
  padding-right: 20px;
}
/*.box_feat#icon_1 {
  background-color: white;
  background-image:  url(../img/icon-home-1.svg) ;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: 20px;
  background-position-y: 30px;
  height: 170px;
}
.box_feat#icon_2 {
  background-color: white;
  background-image: url(../img/icon-home-2.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: 20px;
  background-position-y: 30px;
  height: 170px;
}
.box_feat#icon_3 {
  background-color: white;
  background-image:  url(../img/icon-home-3.svg);  
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: 20px;
  background-position-y: 30px;
  height: 170px;
}
.box_feat {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.box_feat p{
  padding-left: 120px;
  text-align: left;
  font-size: 12px;
}
.box_feat_1 {
  background-color: #fff;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.box_feat_1 h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 25px;
  color: #e74e84;
}*/
.box_feat h3{
  font-size: 1.2rem;
  margin-top: 20px;
}
.margin_120_95{
  padding-bottom: 0;
  padding-top: 50px;
}
.main_title h2{
  font-size: 25px;
  line-height: 2.5rem;
  margin-top: 10px;
}
.main_title p{
  font-size: 15px;
  padding: 0;
  margin-top: 10px;
}
.button-list{
  margin: 36px 0;
  text-align: center;
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.btn{
  font-size: 1rem;
}
.far{
  font-size: 40px;
  padding-bottom: 15px;
}
.btn-radius-solid {
  /*border: 1px solid #ccc;*/
  width: 200px;
  height: 150px;
  margin: 10px;
  padding: 25px;
  /*background: #f1e767;*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));*/
  background:  #7cc7f0;
  border-color: #66beee;
  /*-webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;*/
  color: #fff;
  font-weight: bold;
  word-break: keep-all;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7cc7f0), to( #b3dcf1));
  background: -webkit-linear-gradient(bottom,#b3dcf1 0%, #7cc7f0 100%);
  background: linear-gradient(to top, #b3dcf1 0%, #7cc7f0 100%);
  color: #fff;
}

.table-sm{
  font-size: 15px;
}
.table-sm th{
  padding: 10px;
  width: 10%;
}
.table-sm td{
  padding: 10px;
}
#footer_logo{
  margin: 0;
  width: 150px;
}

ul.bullets li:before {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    content: "・";
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

#breadcrumb ul li:after {
    content: ">";
    position: absolute;
    right: -3px;
    top: 0;
}
/*インタビュー系CSS*/
p.lead{
  font-size: 15px;
  line-height: 1.5rem;
  margin: 18px 0;
  border: 1px solid #000;
  padding: 20px;
}
p.information{
  font-size: 15px;
  line-height: 1.5rem;
  margin: 18px 0;
}
.profile1{
  background-color: #f5f5f5;
  width: auto;
  padding: 20px 20px 10px 20px;
  margin: auto;
  height: auto;
}
.profile1-p{
  font-size: 15px;
  line-height: 1.5rem;
}
p.interview-question{
  font-size: 18px;
  line-height: 1.7rem;
  font-weight: bold;
  color: #000;
}
p.interview-answer{
  font-size: 18px;
  line-height: 1.7rem;
  color: #000;
}
p.summarize{
  text-align: center;
  margin-top: 50px;
}
p.summarize_p{
  font-size: 15px;
  line-height: 1.5rem;
  margin: 36px 0;
}

@media (max-width: 575px){

/*keyword.html.ep*/
/* スクロールタブ */
.nav-wrap {
  position: relative;
}
.scroll-nav {
  width: 100%;
  margin: 0 15px;
  background: #fff; /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav::-webkit-scrollbar {
    display:none;
}
.scroll-nav ul {
  max-width: 960px; /* メニューの最大幅 */
  min-width: 575px; /* メニューの最小幅 */
  height: 80px;
  /*line-height: 80px;*/
  margin: 0 auto;
  list-style: none;
  padding-right: 25px; /* 右側の固定分余白を空ける */
}
.scroll-nav ul li {
  float: left;
  width: 100px; /* メニューの個別の幅 */
  height: 80px;
  text-align: center;
} 
div.contents-top{
  padding-top: 150px;
  margin-top: -100px;
}
div.search_about_country{
  padding-top: 100px;
}
div.page_menu_serp{
  margin: 30px -15px;
  border-bottom: none;
}
ul.page_menu_serp li{
  width: 25%;
  padding: 10px 0;
  /*text-align: center;
  border-bottom: none;*/
}
.country-pad{
  padding: 15px 15px 50px 15px;
}
.keyword_text_p{
  font-size: 13px;
  line-height: 1.3rem;
}
a.disease-list{
  font-size: 13px;
}
/*news.html.ep*/
.news-profile_h1{
  font-size: 15px;
  margin: 20px 0 0 0;
}
.news_list li div{
  font-size: 13px;
  padding-left: 0;
  width: 80px;
}
.news_list li p{
  font-size: 13px;
}

.box_general_3{
  padding: 15px;
}
.box_general_3 h4{
  font-size: 15px;
  margin: 1rem 0;
}
.contents_source{
  font-size: 10px;
}
.hero_home .content{
  padding: 20px 20px 40px;
}
/*countries_search_bar*/
.header,.header_sticky{
  padding: 15px 0;
}
p.search_bar_text{
  font-size: 13px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500px;
}
div.page_menu{
  margin: 30px -15px;
}
.top-contents{
  padding-top: 100px;
}
.results{
  padding: 10px 0;
}
#custom-search-input-bar .search-query-country{
  width: 40%;
  height: 30px;
}
#custom-search-input-bar .search-query-area{
  width: 40%;
  height: 30px;
}
.search_bar_list input[type='submit']{
  width: 20%;
  height: 30px;
}
/*diseases_page*/
h2.diseases_heading{
  font-size: 18px;
}
h4.diseases_subheading{
  font-size: 15px;
  margin-top: 0;
}
p.diseases_contents_text{
  font-size: 13px;
  line-height: 1.3rem;
  margin: 36px 0;
}

h3{
  font-size: 1.35rem;
}
.main_title h2{
  font-size: 15px;
  line-height: 1.3rem;
}
.main_title p{
  font-size: 12px;
}
/*new button*/
.navi_heading{
  padding-top: 40px;
  padding-bottom: 0;
}
.far{
  font-size: 20px;
  padding-bottom: 5px;
}
.margin_120_95{
  padding-top: 30px;
}
.box_feat_top{
  padding-left: 20px;
  padding-right: 20px;
}
.box_feat#icon_1 {
  background-color: white;
  background-image:  url(../img/icon-home-1.svg) ;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: 20px;
  background-position-y: 30px;
  height: 170px;
}
.box_feat#icon_2 {
  background-color: white;
  background-image: url(../img/icon-home-2.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: 20px;
  background-position-y: 30px;
  height: 170px;
}
.box_feat#icon_3 {
  background-color: white;
  background-image:  url(../img/icon-home-3.svg);  
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: 20px;
  background-position-y: 30px;
  height: 170px;
}
.box_feat {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.box_feat h3{
  text-align: left;
  padding-left: 120px;
  font-size: 15px;
  margin-top: 10px;
}

.box_feat p{
  padding-left: 120px;
  text-align: left;
  font-size: 12px;
}
.box_feat_1 {
  background-color: #fff;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.box_feat_1 h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 25px;
  color: #e74e84;
}
.btn-radius-solid {
  width: 130px;
  height: 90px;
  padding:15px;
  margin: 10px;
  /*background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;*/
}
/*a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}*/
/*a.btn-line{
  font-size: 10px;
}*/
h6{
  font-size: 15px;
}
.btn{
  font-size: 12px;
}
.btn_icon{
  width: 20px;
}
.button-list{
  margin: 0;
  text-align: center;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}

/*遷移ページcss*/
.c_size{
  display: block;
  height: 100%;
  width: 100%;
}
/*coutriesのcssはこちら*/
li.scene_title{
  font-size: 15px;
  line-height: 1.5rem;
}
a.c_size{
  font-size: 15px;
}
/*hospitals*/
.description p{
  font-size: 13px;
  line-height: 1.3rem;
}
.indent_title_in h3{
  font-size: 15px;
  font-weight: bold;
}
.sp_adjustment p{
  font-size: 13px;
  line-height: 1.3rem;
}
.sp_adjustment_m p{
  margin-bottom: 30px;
}
.table-sm{
  font-size: 13px;
}
.table-sm th{
  padding: 5px;
  width: 25%;
}
.table-sm td{
  padding: 5px;
}
/*disease*/
h2{
  font-size: 15px;
  margin-bottom: 1rem;
}
footer h5{
  margin: 20px 0 10px 0;
}
#footer_logo{
  width: 120px;
}
/*インタビュー系 Q&A*/
p.lead{
  font-size: 13px;
  line-height: 1.3rem;
}
p.information{
  font-size: 13px;
  line-height: 1.3rem;
}
.profile1{
  background-color: #f5f5f5;
  width: auto;
  padding: 20px 20px 10px 20px;
  height: auto;
}
.profile1-p{
  font-size: 13px;
  line-height: 1.3rem;
  /*margin: 18px 0;*/
}
p.interview-question{
    font-size: 13px;
    line-height: 1.3rem;
    font-weight: 600;
    color: #000;
    margin: 18px 0;
  }
p.interview-answer{
    font-size: 13px;
    line-height: 1.3rem;
    color: #000;
    margin: 18px 0;
}
p.summarize{
  text-align: center;
  margin-top: 50px;
}
p.summarize_p{
  font-size: 13px;
  line-height: 1.3rem;
  margin: 18px 0;
}
  
/*keyword.html.epの横スクロールタブ*/
a.type00,.type01,.type02,.type03{
  font-size: 13px;
  border-top: 1px solid #e1e8ed;
  border-left: 1px solid #e1e8ed;
  border-right: 1px solid #e1e8ed;
  border-radius: 5px 5px 0 0 ;
  padding: 10px 20px;
}
a.type00::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type01::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type02::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type03::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #7cc7f0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.type00:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
a.type01:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
a.type02:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}
a.type03:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}

}
