﻿@charset "utf-8";
/*---------------------
プリント用css
---------------------*/
/* print */
@media print{
  .sp,
  #header .right,
  #nav,
  .pagenavi,
  #main .left,
  #sidebox,
  .midashi,
  #footer,
  .print-btn,
  .toptitle,
  #topcontrol{
      display:none;
  }
  table th{
    background-color:#dfdfdf!important;
    -webkit-print-color-adjust: exact;
  }
  #header{
    width:980px;
    margin:0 auto!important;
  }
  body,
  #main .right,
  #main{
    width:100%!important;
  }
  .recipes .recipes-area,
  .recipes .recipes-photo{
    padding:0 10px;
  }
  .recipes .recipes-area{
    max-width:500px;
    margin:2em auto!important;
  }
  .recipes .recipes-area h4{
    font-size:1.2em;
    margin:1em 0 .5em;
  }
  .recipes div.recipes-row{
    width:100%;
    line-height:2em;
    font-size:1.1em;
  }
  .recipes-row:after{
    border-top:1px solid #ddd!important;
    top:auto!important;
    bottom:0!important;
    left:0!important;
  }
  .recipes div.recipes-row div.recipes-name{
    position:absolute;
    top:0;
    left:0;
    padding-right:.5em;
    margin:0!important;
    background-color:#fff;
    color:#666!important;
  }
  .recipes div.recipes-row div.recipes-bunryo{
    text-align:right;
    margin:0!important;
    z-index:-1000;
    background-color:#fff;
    display:inline;
    padding-left:.5em;
  }
  .recipes .make-area{
    padding:0 10px;
    line-height:1.7em;
    font-size:1.1em;
  }
  .recipes-photo{
    text-align:center;
  }
  #container #main h2{
    font-size:1.3em;
    padding-left:.5em!important;
    background-image:none!important;
    background-color:#f6d2d5!important;
    -webkit-print-color-adjust: exact;
  }
  #container #main .recipes h2{
    background:none!important;
    padding-left:65px!important;
  }
  .recipes .make-area h3{
    text-align:left;
    background-color:#f6d2d5!important;
    padding:.5em 0 .5em 10px;
    font-weight:normal;
    font-size:16px;
    margin:1em 0 .5em;
    -webkit-print-color-adjust: exact;
  }
  .recipes .sozai{
    margin:1em 10px;
    line-height:1.7;
    background-color: #FBEFD9!important;
    -webkit-print-color-adjust: exact;
  }
  #main .right .recipes .sozai p{
    font-size:1em;
  }
}
/*---------------------
リセット
---------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     outline: 0;
     font-size: 100%;
}
ol, ul {
     list-style: none;
}
ol {margin: 1em 1.5em 1em;list-style:decimal;padding-left:2em;}
ol li{
  font-size:.9em;
  margin-bottom: 0.6em;
}
blockquote, q {
     quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: '';
     content: none;
}
:focus {
     outline: 0;
}
ins {
     text-decoration: none;
}
del {
     text-decoration: line-through;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
/*---------------------
基本設定
---------------------*/
body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 88%;
    line-height: 1.6;
    color:#666;
}
.mincho{
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ヒラギノ明朝 Pro N","Hiragino Mincho Pro N","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-weight:normal;
    font-style: normal;
    font-variant: normal;
}
img{
    border-style:none;
}
a{
    color:#f66;
}
a:hover{
    color:#27A6F3;
    text-decoration:none;
}
a img{
    /*transition使用*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left{
    float:left;
}
.right{
    float:right;
}
img.right{
  padding:5px;
}
img.left{
  padding:5px;
}
.align_l{
    text-align:left;
}
.align_r{
    text-align:right;
}
.align_c{
    text-align:center;
}
.clear{
    clear:both;
}
.clearfix:after,
.list2:after{
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix,
.list2{
    min-height: 1px;
}

* html .clearfix,
* html .list2{
    height: 1px;
    height: auto;
    overflow: hidden;
}
.btn_blue a{
    padding:10px;
    background-color:#27a6f3;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.btn_blue a:hover{
    background-color:#095a8c;
}
.top_btn{
  padding: 20px 0 0;
  text-align:right;
  clear: both;
  display: block;
  margin-bottom:20px;
}
::selection {
    /* background: #27a6f3; */
    /* color: #fff; */
}
::-moz-selection {
    background: #27a6f3;
    color: #fff;
}
/*---------------------
font-sizeのIE6.7対策
---------------------*/
* html body{
    font-size:14px;
}

*:first-child+html body{
    font-size:14px;
}

/*---------------------
全体の枠
---------------------*/
body{
    width:100%;
    text-align:left;
    min-width: 1030px;
    padding-top:5px;
}
#container{
    width: 980px;
    margin:0 auto;
}
#main{
    float: left;
    width:795px;
}
#main .right{
    width:610px;
    float:right;
}
#main .left{
    width:180px;
    float:left;
}
#main .top_about .left,
#main .top_about .right,
#main .top_ranking .left,
#main .top_ranking .right{
  width:48%;
  margin:10px 0 20px;
}


#sidebox{
    float:right;
    width:180px;
}
/*---------------------
ヘッダー
---------------------*/
#header{
    width:980px;
    margin: 5px auto 15px;
}
.toptitle,
#header h1{
    font-weight: normal;
    font-size:10px;
}
.logo{
    padding-top:10px;
    text-align:left;
}

/*search*/
.custom-selectbox select{
    border-radius:6px;
    width: 250px;
    height: 25px;
    line-height: 1em;
    font-size: 14px;
    text-indent: 1em;
    color: #333;
    border:1px solid #eee;
    cursor: pointer;
    position:absolute;
    top: 43px;
    left: 46px;
}
.custom-selectbox{
  width:338px;
  height:80px;
  background:url(../img/search.gif);
  position:relative;
}
/*---------------------
トップナビゲーション
---------------------*/
#nav{
    width:100%;
    /* background:url(../img/menu_bg.gif) repeat-x; */
    height:33px;
    margin: 0 0 15px;
}
#nav ul{
    width:980px;
    margin:0 auto;
}
#nav ul li{
    float:left;
}
#nav ul li a{
    height:33px;
    display:block;
    text-indent:-9999px;
    overflow: hidden;
}
#nav_home a{
    width:191px;
    background:url(../img/menu_home.gif) no-repeat;
}
#nav_search a{
    width:192px;
    background:url(../img/menu_hospital.gif) no-repeat;
}
#nav_funin a{
    width:192px;
    background:url(../img/menu_funin.gif) no-repeat;
}
#nav_book a{
    width:192px;
    background:url(../img/menu_book.gif) no-repeat;
}
#nav_service a{
    width:212px;
    background:url(../img/menu_service.gif) no-repeat;
}
#nav_home a:hover{
    background:url(../img/menu_home2.gif) no-repeat;
}
#nav_search a:hover{
    background:url(../img/menu_hospital2.gif) no-repeat;
}
#nav_funin a:hover{
    background:url(../img/menu_funin2.gif) no-repeat;
}
#nav_book a:hover{
    background:url(../img/menu_book2.gif) no-repeat;
}
#nav_service a:hover{
    background:url(../img/menu_service2.gif) no-repeat;
}

/*---------------------
パンくず
---------------------*/
div.pagenavi{
  width:980px;
  margin:0px auto;
  background-color:#F5F5EB;
  border:1px solid #E8E8D0;
  font-size:12px;
  padding:5px 0px;
  margin-bottom:10px;
}

div.pagenavi a{
  margin: 0 5px;
}



/*---------------------
メイン画像
---------------------*/
/*************
nivoslider
*************/
.slider-wrapper{
    width:610px;
    margin:0 auto;
    position: relative;
}
.nivoSlider {
    position:relative;
    width:610px;
    height:auto;
    margin:0 auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 610px !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:610px;
    height:200px;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
    padding:0 3px;
    display:block;
}
.nivo-controlNav .active a{
    display:block;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.nivo-controlNav {margin:0 auto ; text-align:center;}
.nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../img/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;

}
.nivo-controlNav a.active {background-position:-10px 0;}
.nivo-directionNav a{
    display:block;
    opacity:0;
    width:30px;
    height:30px;
    background:url(../img/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {background-position: -30px 0;right:15px;}
a.nivo-prevNav {left:15px;}

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../img/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin:0;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
    text-indent:-9999px;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: auto;
    height: 40px;
    border: 3px solid #999;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled .active img {
    border: 3px solid #f99;
}

/*---------------------
左カラム
---------------------*/
#main .left img{
  margin: -1px -1px 10px -1px;
  border:1px solid #ddd;
}

/*---------------------
右カラム
---------------------*/
#sidebox img{
  margin: -1px -1px 10px -1px;
}


 /*---------------------
フッター
---------------------*/
#footer{
    width:100%;
    background-color:#e2e2e2;
    clear:both;
    margin-top:30px;
}
.f_top,
.f_bottom{
    width:980px;
    margin:0 auto;
}
.f_top{
    display:block;
    height:90px;
    padding: 20px;
    background:url(../img/fotter_line.gif) repeat-x bottom left;
}
.f_top .logo{
    float:left;
}
.f-1{
    float:left;
    width: 310px;
    font-size:12px;
    padding: 0 20px;
}
.f-1 h4{
    font-size:16px;
    margin-left:0;
    padding-bottom:5px;
}
.f-2{
    float:right;
    width:377px;
    padding:20px 0;
}
.f-2 img{
    float:left;
    padding-right:20px;
}
#footer .btn_bule a{
    padding: 10px 40px 8px 10px;
    background: url(../img/icon_yajirushi.png) no-repeat 8.9em 0.7em #27a6f3;
    border:0;
    font-size: 18px;
    margin-left:30px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
#footer .btn_bule a:hover{
    background-color:#095a8c;
}
.f_bottom{
    clear:both;
    padding:20px;
}
.f_bottom ul{
    width:245px;
    float:left;
    font-size:12px;
}
.f_bottom ul li a{
    padding-left:18px;
    color:#666;
    text-decoration:none;
    background:url(../img/list_icon.png) no-repeat left center;
}
.f_bottom ul li a:hover{
    color:#27a6f3;
    text-decoration:underline;
    background:url(../img/list_icon.png) no-repeat 3px center;
}
address{
    clear:both;
    padding-top:30px;
    text-align:center;
    font-size: 0.8em;
    font-style: normal;
}
 /*---------------------
フォーム
---------------------*/

.required {
     color:#C30!important;
     font-size:16px;
}
input{
    margin:5px;
}
input[type=text], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
}

textarea{
height:auto;
line-height:1.5;
}

input[type=submit], input[type=reset], input[type=button]{
padding:3px 10px;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover{
cursor:pointer;
}
input.cursor{
  display:block;
  clear:both;
  margin:15px auto 5px;
  background:#999;
  padding:10px;
  -webkit-appearance: none;
}
input.cursor[type=submit]:hover{
  background:#f69;
}

*:first-child + html input[type=submit]{padding:3px;}

.submit{
    text-align: center;
    margin: 20px 0;
}
 /*---------------------
テーブル
---------------------*/
table {
  width:100%;
  border-spacing: 0;
  font-size:12px;
  vertical-align: middle;
  margin: 40px 0;
}
table th {
  color: #484B6D;
  padding:5px 10px;
  background: #DFDFDF;
  border-right:1px solid #999;
  font-weight: bold;
  border-left:1px solid #999;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  
}
.align_l th{
  text-align:left;
}
table tr td {
  padding: 5px 3px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  border-right:1px solid #999;
  
}
table tr td:last-child {
  border-right: 1px solid #999;
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #F5F5F5;
}
.movie tr:nth-child(2n+1) {
  background: #fff;
}
table tr:hover {
  background: #febfea;
}
.movie tr:hover {
  background:none;
}
#joseikin tr:hover{
  background:#fff;
}
#joseikin tr:nth-child(2n+1):hover{
  background:#F5F5F5;
}

.hospital_list table th:nth-child(1){
  width: 78px;
}

.hospital_list table th:nth-child(2){
  width: 270px;
}

.hospital_list table th:nth-child(3){
  width: 340px;
}

.hospital_list table th:nth-child(4){
  min-width: 110px;
}

.hospital_list table th:nth-child(n+4){
  width:40px;
}

.check15-table{

}

.check15-table tr:first-child td:first-child{
  background:#fff;
}
  /*---------------------
テーブル.pink
---------------------*/
.pink {
  width:100%;
  border-spacing: 0;
  font-size:12px;
  vertical-align: middle;
}
.pink th {
  color: #fff;
  padding: 3px 1px;
  background: #ff578e;
  background:-moz-linear-gradient(rgba(255,124,167,0.7), rgba(255,71,130,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(255,124,167,0.7)), to(rgba(255,71,130,0.9)));
  font-weight: bold;
  border-left:1px solid #f0004d;
  border-top:1px solid #f0004d;
  border-bottom:1px solid #f0004d;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    vertical-align: middle;
}
.pink th:last-child {
  border-right:1px solid #f0004d;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.pink tr td {
  padding: 5px 3px;
  border-bottom: 1px solid #ff4681;
  border-left: 1px solid #ff4681;
  text-align: center;
  vertical-align: middle;
}
.pink tr td:last-child {
  border-right: 1px solid #ff4681;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.pink tr {
  background: #fff;
}
.pink tr:nth-child(2n+1) {
  background: #ffebff;
}
.pink tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.pink tr:hover {
  background: #ffadff;
}
 /*---------------------
画像のロールオーバー
---------------------*/
a:hover img{
    opacity:0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#logo a:hover img{
    opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
 /*---------------------
toppage
---------------------*/
#main .top_search .left{
    width:314px;
    margin: 10px 0 10px 0;
    border-right: 1px #999 dotted;
    display:inline;
}
#main .top_search .right{
    width: 275px;
    padding: 10px;
}
#main .top_search .right a{
    display:block;
}
#main .top_search .right .kodawari_left{
    width:140px;
    float:left;
}
.top_search h4{
    color:#669900;
    padding-left: 29.8px;
    background: url(../img/title_icon.gif) no-repeat 0.9em 0.1em;
    font-size: 14px;
    margin:0 0 10px 0;
}
.top_search{
    line-height:2em;
    clear:both;
    overflow: hidden;
}
#home .movie{
    margin: 15px 0;
    text-align:center;
    border:none;
}
#home .movie a{
    color:#2793e6;
    font-weight: normal;
    font-size: 11px;
}
#home .movie td{
    margin-top:15px;
    text-align:center;
    border:none;
}
#home .align_r{
    margin: 10px 25px 20px 0;
}
h2.title{
    background:url(../img/title_bar.gif) no-repeat;
    width:610px;
    height:34px;
    color:#fff;
    font-size: 16px;
    line-height:34px;
    padding-left:15px;
    font-weight: normal;
}
#main .news{
    margin: 10px 10px 30px;
    font-size:12px;
}
#main .news a{
text-decoration:none;
}
#main .news a:hover{
text-decoration:underline;
}
#main .news .left{
    font-weight:bold;
    color:#2793e6;
    width:100px;
    float:left;
    clear:both;
}
#main .news .right{
    float:right;
    /* width:470px; */
    margin-bottom:10px;
    padding-left:15px;
}
.news_list{
    border-bottom:1px dotted #999;
    margin-bottom:15px;
}
#sidebox h4{
    text-indent:-9999px;
    display:block;
    background:url(../img/side_book_title.gif) no-repeat;
    width:200px;
    height:30px;
    margin: -5px 0 0 0;
}
.side_book{
    border:1px solid #cdcdcd;
    text-align:center;
    padding:15px 10px;
    margin-bottom: 10px;
}
.side_book a{
  margin-bottom:10px;
  display:block;
  margin-top:0;
}
#sidebox .side_book img{
  margin-bottom:0;
}

#home iframe{
    margin-top: 10px;
}
#home #rufous-sandbox iframe{
    margin-top:0;
}
 /*---------------------
search_detail
---------------------*/
.detail_title{
    background:url(../img/h2_bg.gif) repeat-x bottom left;
}
.detail_title .left{
    padding-bottom: 5px;
}
.detail_title .left img{
    margin:10px 0;
    max-height: 63px;
    width: auto;
}
.detail_title .text{
    font-size:26px;
    line-height:85px;
    float:left;
    display: inline;
    padding-left:10px;
}
.detail_title .right{
    display: inline;
}
#main2{
    float:right;
    margin-top:10px;
    width: 700px;
}
#main2 p{
  margin:0em 0 1em;
}
/*slider*/
#main2 .slider-wrapper{
    width:700px;
    margin-bottom:30px;
    background: #FFEDED;
    padding-bottom: 6px;
}
#main2 .nivoSlider {
    width:700px;
}
#main2 .nivo-main-image {
    width: 700px !important;
}
/* If an image is wrapped in a link */
#main2 .nivoSlider a.nivo-imageLink {
    width:700px;
}
.catch{
    border-left: 5px solid #ed7882;
    padding-left: 15px;
    font-size: 20px;
    margin-top: 20px;
}
.catch_small{
    border-left: 5px solid #ed7882;
    padding-left: 15px;
    font-size: 16px;
    margin-top: 20px;
}
.tab_menu{
    margin-top:20px;
    background:url(../img/tab_line.gif) repeat-x left bottom;
}
.tab_menu li{
    float:left;
}
.tab_menu li a,
.tab1{
    background: url(../img/csg-525f7b8848038.png) no-repeat top left;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    width:83px;
    height:41px;
}
.tab_menu .tab2{ background-position: 0 -182px; width: 83px; height: 41px; }
.tab_menu .tab2:hover{ background-position: 0 -273px; width: 83px; height: 41px; }
.tab_menu .tab3{ background-position: 0 -364px; width: 83px; height: 41px; }
.tab_menu .tab3:hover{ background-position: 0 -455px; width: 83px; height: 41px; }
.tab_menu .tab4{ background-position: 0 -546px; width: 83px; height: 41px; }
.tab_menu .tab4:hover{ background-position: 0 -637px; width: 83px; height: 41px; }
.tab_menu .tab5{ background-position: 0 -728px; width: 83px; height: 41px; }
.tab_menu .tab5:hover{ background-position: 0 -819px; width: 83px; height: 41px; }
.tab_menu .tab6{ background-position: 0 -910px; width: 83px; height: 41px; }
.tab_menu .tab6:hover{ background-position: 0 -1001px; width: 83px; height: 41px; }
.tab_menu .tab7{ background-position: 0 -1092px; width: 83px; height: 41px; }
.tab_menu .tab7:hover{ background-position: 0 -1183px; width: 83px; height: 41px; }
.incho{
    background-color:#fff7f7;
    border-left:5px solid #ed7882;
    padding:10px 10px 10px 15px;
    margin-top:10px;
}
h3{
    font-size: 18px;
}

h3.underline {
    text-decoration: underline;
}

hr{
    clear:both;
    padding: 20px 10px;

    height: 20px;
    border-color:#fff;
    border:none;
  color:#fff;
    background:url(../img/hr.gif) left center repeat-x;
}
.senmon,
.shokureki{
    margin-top:15px;
    width:315px;
}
div.orange.right.shokureki{
  border-left: dotted 2px #ffc790;
  padding-left: 25px;
}
.orange{
    background-color:#fff;
    border:none;
    padding:10px;
}
.orange h4{
    background:url(../img/maru.png) no-repeat left center;
    padding-left:23px;
    padding-top:4px;
    font-size:18px;
}
.orange li,
.orange_list li{
    background:url(../img/list_1.gif) no-repeat left 0.5em;
    padding-left:10px;
    line-height:1.5;
    margin-left:10px;
}
.point p:first-letter {
 font-size: 2.5em;
 line-height: 1em;
 margin: 0 2px 0 0;
 color:#F4709C;
 font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ヒラギノ明朝 Pro N","Hiragino Mincho Pro N","HGS明朝E","ＭＳ Ｐ明朝",serif;
 font-weight:normal;
 font-style: normal;
 font-variant: normal;
}
.point .align_r:first-letter,
.point .size_normal:first-letter{
 font-size: 1em;
 line-height: 1em;
 font-weight:normal;
 margin: 0 ;
 color:#666;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mini_title{
    background:url(../img/title_bar.png) no-repeat;
    width:700px;
    height:56px;
    font-size:20px;
    font-weight:normal;
    line-height:56px;
    text-indent:25px;
    margin-bottom:20px;
}
.orange_title{
    background:url(../img/maru.png) no-repeat left center;
    padding-left:23px;
    padding-top:4px;
    font-size:18px;
    border-bottom:2px solid #ffb872;
    margin-bottom:10px;
    color: #666;
    line-height: 24px;
    padding: 4px 0 0 23px;
    margin-left:0;
}
.shinryo_naiyo{
    width:250px;
    float:left;
}
.shinryo_jikan{
    width:430px;
    float:right;
}
.shinryo_jikan p{
  line-height:1.3em;
  padding-top:5px;
}
h5{
  font-size:1.1em;
  font-weight:normal;
  border-bottom: 1px solid #f4709c;
  margin-bottom: .5em;
}
table{
  margin:0;
}
.incho img.right{
  padding:0 10px;
}
.price{
  text-align:right;
  width:15em;
}
#access iframe{
  margin:10px 0;
}

/*追加修正点*/

#main .main-content-block{
  display: flex;
  justify-content: space-between;
}
#main .main-content-block ul{
  width:48%;
  padding-left:1%;
  padding-bottom:10px;
}
 /*---------------------
search_detail sidebox
---------------------*/
#sidebox2{
  width:265px;
  float:left;
  margin-top:10px;
}
.memo{
  background:url(../img/memo.gif) no-repeat left bottom;
  margin-bottom:10px;
}
.memo_top{
   background:url(../img/sidebox_top.gif) no-repeat;
   padding:25px 0 0 15px;
}

#sidebox2 h4{
  color:#9d6c1e;
  font-size:16px;
  border-bottom:2px dotted #cfb381;
  margin-bottom:10px;
  padding:5px;
  margin:7px 24px 7px 0px;
}
#sidebox2 h5{
  background-color:#ed7882;
  color:#fff;
  padding: 5px 8px 3px;
  font-size:16px;
  font-weight:normal;
  display:inline;
}
#sidebox2 p{
  margin:10px 0;
  padding-right:10px;
}
#sidebox2 p a{
  color:#9d6c1e;
}
#sidebox2 p a:hover{
  color:#27A6F3;
}
.banner img{
  padding-bottom: 10px;
}
.keyword a{
font-size:14px;	font-size:16px;
display:block;	display:block;
padding:8px 5px;	height:25px;
padding-top:5px;
padding-left:32px;
}
.keyword img{
float:left;
}	
h4 span{
  padding-left:1em;
  color:#ed7882;
  font-size:13px;
}	
.jissi{
padding-top:10px;
clear:both;
}
.fureai a img{
  border-bottom:1px solid #cfb381;
  padding-bottom:10px;
}
.fureai :last-child img{
  border-bottom:none;
}
.info tr:hover{
  background:#ffc790;
}
.info tr,
.info td,
.info tr:nth-child(2n+1){
  background:none;
}
#kiji.info td{
  text-align:left;
  padding:10px;
  border-color:#ffc790;
  border-right:#ffc790 1px solid;
}
.info{
  margin:20px 0;
}
 /*---------------------
search_todohuken/search_tokyo
---------------------*/

/* リボン型の見出し */
.ribon{
  background:url(../img/title_bg.png) no-repeat left top;
  width:880px;
  height:62px;
  margin:20px auto 5px;
  line-height:52px;
  font-size:18px;
  font-weight:normal;
  color:#900030;
  padding:0 0 0 60px;
}


.todofuken,
.tokyo_map{
  border-top:none;
  padding: 10px 18px 20px;
  border-bottom:none;
}
.tokyo_map ul{
  width:941px;
  height:458px;
  background:url(../img/search/map_tokyo.jpg) no-repeat;
  position:relative;
}
.todofuken ul{
  width:941px;
  height:473px;
  background:url(../img/search/map.jpg) no-repeat;
  position:relative;
}
.hokkaido{position: absolute;top: 168px;left: 673px;}
.aomori{position: absolute;top: 191px;left: 648px;}
.miyagi{position: absolute;top: 214px;left: 648px;}
.yamagata{position: absolute;top: 237px;left: 648px;}
.iwate{position: absolute;top: 191px;left: 699px;}
.akita{position: absolute;top: 214px;left: 699px;}
.fukushima{position: absolute;top: 237px;left: 699px;}
.tokyo{position: absolute;top: 306px;left: 599px;}
.chiba{position: absolute;top: 329px;left: 599px;}
.ibaraki{position: absolute;top: 352px;left: 599px;}
.gunma{position: absolute;top: 375px;left: 599px;}
.kanagawa{position: absolute;top: 306px;left: 650px;}
.saitama{position: absolute;top: 329px;left: 650px;}
.tochigi{position: absolute;top: 352px;left: 650px;}
.aichi{position: absolute;top: 386px;left: 467px;}
.gifu{position: absolute;top: 409px;left: 467px;}
.shizuoka{position: absolute;top: 386px;left: 518px;}
.mie{position: absolute;top: 409px;left: 518px;}
.ehime{position: absolute;top: 401px;left: 330px;}
.kagawa{position: absolute;top: 401px;left: 381px;}
.kouchi{position: absolute;top: 424px;left: 330px;}
.tokushima{position: absolute;top: 424px;left: 381px;}
.okinawa{position: absolute;top: 392px;left: 102px;}
.hukuoka{position: absolute;top: 260px;left: 102px;}
.nagasaki{position: absolute;top: 283px;left: 102px;}
.ooita{position: absolute;top: 306px;left: 102px;}
.kagoshima{position: absolute;top: 329px;left: 102px;}
.saga{position: absolute;top: 260px;left: 153px;}
.kumamoto{position: absolute;top: 283px;left: 153px;}
.miyazaki{position: absolute;top: 306px;left: 153px;}
.okayama{position: absolute;top: 222px;left: 220px;}
.shimane{position: absolute;top: 245px;left: 220px;}
.yamaguchi{position: absolute;top: 268px;left: 220px;}
.hiroshima{position: absolute;top: 222px;left: 271px;}
.tottori{position: absolute;top: 245px;left: 271px;}
.oosaka{position: absolute;top: 202px;left: 338px;}
.kyoto{position: absolute;top: 225px;left: 338px;}
.nara{position: absolute;top: 248px;left: 338px;}
.hyogo{position: absolute;top: 202px;left: 389px;}
.shiga{position: absolute;top: 225px;left: 389px;}
.wakayama{position: absolute;top: 248px;left: 389px;}
.yamanashi{position: absolute;top: 134px;left: 453px;}
.niigata{position: absolute;top: 157px;left: 453px;}
.ishikawa{position: absolute;top: 180px;left: 453px;}
.nagano{position: absolute;top: 134px;left: 504px;}
.toyama{position: absolute;top: 157px;left: 504px;}
.fukui{position: absolute;top: 180px;left: 504px;}
.toubu{position: absolute;top: 69px;left: 789px;}
.seibu{position: absolute;top: 81px;left: 602px;}
.kugai{position: absolute;top: 55px;left: 356px;}
.america{position: absolute;top: 376px;left: 815px;}

.paper{
  position: relative;
  border:1px solid #ccc;
  background-color:#fff;
  -webkit-box-shadow: 0 10px 6px -8px #999;
     -moz-box-shadow: 0 10px 6px -8px #999;
          box-shadow: 0 10px 6px -8px #999;
    margin-top: 10px;
}
.minihp{
  margin-top:30px;
}
.minihp p{
  margin:15px;
}
.minihp kanto{

}
.search_left{
  width:46%;
  float:left;
  padding-left: 20px;
}
.search_right{
  width:46%;
  float:right;
  padding-right: 20px;
}


.kodawari_area p{
  padding-bottom:10px;
}
.list2 li{
    float:left;
}
.list2 li{
  display:block;
  color:#666;
  text-decoration:none;
  background-image:none;
  background-color: #ededed;
  padding: 3px 5px 3px 3px;
  margin:8px;
  line-height: 24px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    /*transition使用*/
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  width: 14.8em;
  transition:0.3s;
}
.list2 input{
  vertical-align: top;
}
.list2 li:hover{
    background-color: #ff8ab0;
    color:#fff;
}
.list2 li:hover .small{
    color:#fff;
}
.sonota_movie{
  text-align:center;
}
.info .book_img{
  width: 94px;
}
.info .book_setsumei{
  width: 270px;
}
.info tr{
  background-color:#FFE2C6;
}
.minihp h3 a{
  color:#666;
  font-size:16px;
}
.minihp h3 a:hover{
  color:#27a6f3;
  font-size:16px;
}
.minihp h3{
    margin:10px 10px;
}
.minihp li a,
.submenu a{
    color:#666;
    margin:3px 0 0 20px;
    padding-left:18px;
    background:url(../img/list_icon.png) no-repeat left center;
}
.minihp li a:hover,
.submenu a:hover{
    color:#27a6f3;
    padding-left:18px;
    background:url(../img/list_icon.png) no-repeat 3px center;
}
.minihp ul{
  margin-bottom:15px;
}
.kanto{
    padding: 6px 10px 3px 10px;


    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#f60971;
}
.tohoku{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#66bf47;
}
.chubu{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#f48400;
}
.tokai{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#00a0ec;
}
.shikoku{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color: #b063a9;
}
.kansai{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#013469;
}
.chugoku{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#e6000f;
}
.kyushu{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#0a7c25;
}
.kaigai{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#eeda00;
}
.kodawari_area{
  padding:15px;
}
.shisetsulist .free-member p{
  padding: 1em 2em;
}

.shisetsulist .paper p.ribon{
  padding:0 0 0 60px;
  margin: 20px auto 5px;
  width:880px;
}
.shisetsulist .paper img{
  vertical-align:middle;
  margin: 0 5px;
}
.shisetsulist .paper ul{
  /* padding:15px; */
}
.shisetsulist li{
  float:left;
}
.t_head th{
  padding:2px;
  text-align:center;
}
.address,
td.name{
  text-align:left;
}
.tel{
  width:90px;
}
table .last{
  border-right:1px solid #999;
}
.more{
  color:red;
  font-size:20px;
}
.ok{
  font-size:20px;
  color: #FAA973;
}
#table2 td{
  padding:2px 2px;
}
.search_list{
  margin-top:30px;
}
.search_list h2{
  border-bottom:5px solid #F6A5F3;
  font-size:20px;
}
.search_list div.back-btn{
  margin-bottom:50px;
}
.koumoku-text{
  font-size:10px;
}

.navi_area{
  margin:  20px 0 15px;
  text-align:center;
  position:relative;
  height:20px;
}
.navi_area p{
  position:absolute;
  margin: 0px 0 5px;
}
.navi_area .list_all{
  position:absolute;
  top:0;
  right:30px;
  font-size:16px;
}
.navi{
  display:inline;
}
.navi span{
margin-right:5px;
}
.navi a{
  background-position: 0% 0%;
  color: #323232;
  /* margin-right: 5px; */
    padding: 6px 8px;
    font-weight: bold;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background-image: linear-gradient(#ffffff, #e6e6e6);
/*transition使用*/
    background-color: #e6e6e6;
  background-repeat: repeat;
  background-attachment: scroll;
}
.navi a:hover,
.navi span.current{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  background: #ff6699;
  border-color: #ff6699;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* margin: 3px; */
}
.navi_area_last{
  margin-top:40px;
}
.search_list h3{
  background:url(../img/list_title.gif) no-repeat;
  height:37px;
  padding:3px 0 0 40px;
  line-height:40px;
  font-size:16px;
  font-weight:normal;
}
.search_list .title2{
  background:url(../img/list_title2.gif) no-repeat;
  padding-left:15px;
  height: 27px;
  line-height: 30px;
  font-size: 15px;
  color:#666;
  border-bottom: 1px solid #ddd;
}
.clinic{
  border:1px solid #ccc;
  border-top:none;
  padding:20px 15px;
  margin-bottom:20px;
}
.clinic img{
  float:left;
}
.clinic ul{
  width:525px;
  float:right;
}
.clinic ul li{
  float:left;
  width:133px;
  height:25px;
  padding:8px 0 2px 37px;
  text-align:left;
  background-color:#999;
  color: #181166;
  margin:0 5px 5px 0;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.clinic .jin_100{background: url(../img/search/hito.png) no-repeat 5px center #DAA8E9;}
.clinic .jin_101{background: url(../img/search/karada.png) no-repeat 5px center #62D58C;}
.clinic .jin_102{background: url(../img/search/ken.png) no-repeat 5px center #679CC4;}
.clinic .jin_103{background: url(../img/search/tou.png) no-repeat 5px center #97BED8;}
.clinic .jin_104{background: url(../img/search/otoko.png) no-repeat 5px center #957AAA;}
.clinic .jin_105{background: url(../img/search/ha-to.png) no-repeat 5px center #CA8484;}
.clinic .jin_106{background: url(../img/search/kan.png) no-repeat 5px center #FAC05C;}
.clinic .jin_107{background: url(../img/search/shoku.png) no-repeat 5px center #E7836A;}
.clinic .jin_108{background: url(../img/search/un.png) no-repeat 5px center #55A290;}
.clinic .jin_109{background: url(../img/search/onna.png) no-repeat 5px center #C75266;}
.clinic .jin_110{background: url(../img/search/fuku.png) no-repeat 5px center #BCC464;}
.clinic .jin_111{background: url(../img/search/ft.png) no-repeat 5px center #EEA36A;}
.clinic .jin_112{background: url(../img/search/fuiku.png) no-repeat 5px center #D874D8;}
.clinic .jin_113{background: url(../img/search/ben.png) no-repeat 5px center #DD4F4F;}
.clinic .jin_114{background: url(../img/search/jo.png) no-repeat 5px center #82DDB0;}
.clinic ul li.off{
  background-color:#999;
}
.clinic table{
  width:525px;
  float:right;
  margin-bottom:30px;
}
#wrapper .clinic2 table{
  width:400px;
  float:left;
  margin:0 0 30px;
}
.clinic table th{
  width:8em;
}
#wrapper .clinic2 ul{
  margin-bottom:20px;
}

.clinic table{
  margin-top:10px;
}
.memo .tel{
  font-size:20px;
  width:auto;
  font-weight:bold;
  color:#9D6C1E;
}
.clinic .clear{
  text-align:center;
}
.btn{
    padding: 10px 15px;
    background:#27a6f3;
    border:0;
    font-size:18px;
    text-decoration:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.btn:hover{
    background:#095a8c;
    color:#fff;
}
.fb-share-button{
  padding: 0px 0 10px 50px;
}
.banner{
  margin: 40px auto 0;
  width: 239px;
}

.incho-group{
  clear:both;
}
.hiyo{
  width:80%;
  margin:0 auto 20px;
}
.hiyo td{
  text-align:left;
  padding-left:3em;
}
.hiyo td + td,
.hiyo th + td{
  text-align:right;
  width: 12em;
}
.margin_1em{
  margin:1em 0;
}
.table_normal td{
  background:#fff;
}
.search_title,
.movie_title,
.news_title,
.study_title,
#container #main h1,
#container #main h2{
  height:41px;
  line-height:45px;
  padding-left:45px;
}
#container #main h1,
#container #main h2{
    background:url(../img/funin_title.gif) no-repeat left top;
    margin-bottom:15px;
}

#container #main .column-2_ttl{
  background:url(../img/pink_banner.jpg) no-repeat left top;
  margin-bottom:15px;
}
#container #main .search_title,
#container #main .news_title,
#container #main .movie_title{
    background:url(../img/funin_title.gif) no-repeat left top;
    margin-bottom:15px;
    display:block;
    color:#666;
    font-weight:bold;
    margin-left:0;
    padding-left:45px;
}
#container #main .search_title{
  margin-bottom:5px;
  clear: both;
}
#container #main #consultation h2{
line-height:1.4;
font-weight: normal;
font-size: 20px;
padding: 1px 2px;
margin: 20px 15px 10px 15px;
display: block;
background:none;
line-height: 15px;
line-height:1;
}
#container #main .check-area h3{
  font-weight:normal;
  font-size:14px;
  padding: 1px 2px;
  display: inline;
  margin:0 0 0 25px;
  clear: both;
}

#container #main .check-area h3{
  margin: 1em 12px 10px;
  display:block;
  padding-left:5px;
}
#container #main #consultation a{
  color:#666;
  display:block;
  margin:5px 5px 5px 30px;
}
#container #main #consultation h1 a,
#container #main #consultation_form h1 a{
  color: #707070;
  display:inline;
  margin:0;
  background:none;
  text-decoration:none;
  background: #EEE;
  border: 1px solid #DDD;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-left:10px;

  color: #A17070;
  width: 100px;
  padding: 5px 10px;
    font-weight:normal;
    font-size:16px;
}
#container #main #consultation a:hover,
#container #main #consultation_form a:hover{
  color:#27A6F3;
}
#container #main .midashi{
  background:url(../img/daimidashi.gif) no-repeat left top;
  width:610px;
  height:100px;
  font-size:20px;
  line-height:100px;
  padding-left:80px;
  color:#f4709c;
}
#container #main #consultation .midashi{
  background:url(../img/consultation_title.gif) no-repeat left top;
}
#container #main h2{
  margin: 20px 0 15px;
}
#container #main .news_area h2,
#container #main .study_area h2{
  margin:0 0 15px;
}

.search_title{
    background:url(../img/search_title.gif) no-repeat left top;
}
.movie_title{
    clear:both;
    background:url(../img/movie_title.gif) no-repeat left top;
}
.study_title{
    background:url(../img/study_title.gif) no-repeat left top;
}
.news_title{
    background:url(../img/news_title.gif) no-repeat left top;
}
.search_title span,
.movie_title span,
.news_title span,
.study_title span{
  font-size:10px;
  color:#f4709c;
  margin-left:1em;
  padding-left:1em;
  border-left:1px solid #f4709c;
  font-weight:normal;
}
.news_area,
.study_area{
  width:49%;
  float:left;
  border:1px solid #eee;
  margin:0 0 15px;
}
.news_area .news,
.study_area .news{
  overflow-y: scroll;
  height:300px;
}
.news_area .news a,
.study_area .news a{
  color:#666;
}
.news_area .news a:hover,
.study_area .news a:hover{
  color:#27A6F3;
}
.study_area{
  float:right;
}
.company_table td,
.company_table th{
  padding:10px;
}
.company_table td{
  text-align:left;
}
.days{
  color:#2793E6;
  font-weight:bold;
  font-size:12px;
}
/*追加　clinic詳細ページ追記　大野*/
#table2{
  width: 980px;
  margin:3em 0;
}
#hdtable2{
  width:980px!important;
}
.fb_iframe_widget iframe {
  width: 102px!important;
}
.fb_iframe_widget span {
  width: 102px!important;
}

/*追加　金城*/
div.pick{
  border:1px solid #CCC;
  background-color:#EEE;
  text-align:center;
  font-size:14px;
  padding-top:30px;
  padding-bottom:30px;
}
.komoku{
  padding:10px;
  background-color: #f8f8f8;
  margin: 1em;
}
.komoku li{
  float:left;
  width:33%;
  margin:3px 0;
  font-size:1.1em;
}
#main .right p{margin: 0.3em 1em 1em;font-size: 12px;}

p {}
#main img.right{
    width:auto;
    float:right;
}
.check-area h3{
  margin:1em;
  font-size:14px;
  font-weight:normal;
  border-bottom:1px dotted #ed1e79;
}

.check-area-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.point h4{
color: #F88CBC;
display:inline;
font-weight:normal;
margin-left:1em;
}

.point table{
 table-layout:fixed;
 width:590px;
 margin:0 auto;
}
.point table td{
  text-align:left;
}
.point table th{
  font-weight:normal;
}
.point table tr:hover{
  background:none;
}
.sum{
  width: 610px;
  margin-right: -35px;
  margin-top: 20px;
}

.sum .layout{
  border-top: 3px solid #D86579;
  background: url(../img/inx_bg.jpg) repeat-x left top;
  width: 270px;
  float: left;
  margin: 0px 15px 30px 15px;
}

.sum .layout dl{
  width: 270px;
  float: left;
}

.sum .layout dt{
  font-size: 14px;
  background: url(../img/arw_circle.gif) no-repeat left 3px;
  padding: 0px 0px 10px 16px;
  border-bottom: 1px dotted #A2A2A2;
  margin: 10px 0px 15px 2px;
}
.sum .layout dd{
  font-size:12px;
}
.sum .layout img{
  padding:0px 5px 5px 5px;
}
.sum .layout dt a{
  color:#333;
  text-decoration:none;
}

.sum .layout dt a:hover{
  text-decoration:underline;
}


.sum .layout dt .note{
  font-size: 69%;
}

.sum .layout p{
  width: 100px;
  float: right;
  margin: 15px 5px 0px 0px;
}
.point{
  clear:both;
}
#consultation a,
#wrapper #container .answer .q{
  padding-left:20px;
  display:block;
  background:url(../img/faq_q_small.png) no-repeat left 0.2em;
  line-height:18px;
  margin:0 1em 10px;
}
#consultation .align_r a{
  background:none;
  margin:0;
}
#consultation .soudan{
  text-align:center;
  margin-top: 25px;
}
#soudan_banner{
	    text-align: center;
}
#soudan_banner img {
    width: 60%;
}
#consultation #soudan_banner{
  width:auto;
}
#consultation #soudan_banner a {
    background: none;
    margin: 0!important;
    padding-left: 0px;
}
#consultation #soudan_banner img {
    width: 566px;
}
#wrapper #main #consultation .soudan a,
#wrapper #main #causal .soudan a{
  background-image:none;
  background-color:#eee;
  padding:10px;
  margin:0 10px;
  display:block;
  text-align:center;
  text-decoration: none;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
#wrapper #main #consultation .soudan a:hover,
#wrapper #main #causal .soudan a:hover{
  background-color:#5b9b92;
  color:#fff;
}
#wrapper #main #causal .soudan a{
  margin:20px 0;
}
#wrapper #container .answer .q{
  border-bottom:1px dotted #2BB76B;
  font-size: 16px;
  line-height: 22px;
  text-indent:18px;
  padding-left:0;
  color: #034603;
}
.answer p,
#consultation_form p{
  margin:0.3em 1em 1em;
}
.q_area{
  margin:15px;
  padding:10px;
  background-color: #F6FFFD;
}
#wrapper #container .answer .a{
  font-size: 16px;
  line-height: 22px;
  text-indent:18px;
  display:block;
  background:url(../img/faq_a_small.png) no-repeat left 0.2em;
  color: #2E1986;
  margin:0 1em 10px;
  border-bottom: 1px dotted #2B4CB7;
}
.a_area{
  margin:15px;
  padding:10px;
  background-color: #EEF5FF;
}
.h3Out{
  border: 1px solid #FFDBDB;
  margin: 20px 0 10px;
}

#wrapper #service h3{
  width: 564px;
  background: #D77D92 url(../img/h3_bg.gif) no-repeat left bottom;
  border: 2px solid #FFF0F0;
  padding:5px 0 5px 40px;
  font-size: 108%;
  color: #FFF;
  margin:0;
  clear: both;
    display:block;
}
.floatLeft{
  float:left;
  width:190px;
}
.floatLeft img{
  border:1px solid #eee;
  padding:5px;
}
img.border_none{
  border:none;
}
.floatRight{
  float:right;
  width:405px;
}
#service .align_c{
  margin-top:1em;
}
#service .btn{
  font-size:14px;
  padding:5px 10px;
  background-color: #666;
}
#service .btn:hover{
  background-color: #f4709c;
}
.attention{
  background-color: #FFC9C9;
  padding:10px;
}
#mailformpro table{
  margin: 0 auto;
  width: 100%;
}
#mailformpro table td{
  text-align:left;
}
#mailformpro table th{
  min-height: 20px;
}
#mailformpro strong{
  color: #4064D6;
  font-weight:normal;
}
#mailformpro input[type=text]{
  line-height:20px;
  height:20px;
}
.button input{
    padding: 5px 10px;
    background:url(../img/icon_yajirushi.png) no-repeat  9em 0.8em #27a6f3;
    border:0;
    font-size:18px;
    margin-left:30px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.button input:hover{
  background-color:#095a8c;
}
.button{
  text-align:center;
}
.normal_table th{
  height:2em;
}
.normal_table td{
  text-align:left;
  padding-left:1em;
}
.small{
  font-size:85%;
  color: #D35D5D;
}
.privacy th{
  width:10em;
  font-weight:normal;
}
.privacy td{
  text-align:left;
  padding:5px 5px 5px 10px;
}
#main .link .left{
  width:47%;
  padding-left:1em;
}
#main .link .right{
  width:47%;
  padding-left:1em;
}
.waku{
  clear:both;
  padding-top:20px;
}
#main .link li{
  margin:1em 0;
}


#causal dt{
  color:#ed7882;
  margin:1em 0 0 10px;
}
#causal dd{
  margin:2px 10px 0px 10px;
}
.photo img{
  width:100%;
}
.img_right{
  float:right;
  width:40%;
  padding:5px;
}

.img_left{
  float:left;
  width:40%;
  padding:5px;
}
#joseikin td{
  width:33%;
  text-align:left;
  vertical-align:top;
}
#contents p{
  margin:0 10px;
  font-size:16px;
}
.submenu{
  border:1px solid #ed7882;
  padding:10px;
  margin: 0 1.1em;
}
#sonota tr,
#sonota td,
#sonota th{
  background-color:#FFF;
  border:none;
}
h4{
  color:#ed7882;
  margin: 1em 0 8px 11px;
  padding:0;
  font-size: 1.1em;
  line-height: 1;
  font-weight: normal;
}

strong{
  color:#ed7882;
  margin:1em 0 0 10px;
}
.none{
  display:none;
}
.words td{
  width:50%;
  border:none;
}
.words tr:nth-child(2n+1){
  background:none;
}
.words tr{
  background:none;
}
.words tr:hover{
  background:none;
}
#acMenu dt{
    display:block;
    line-height:2;
    cursor:pointer;
    padding-left:18px;
    color:#666;
    text-decoration:none;
    background:url(../img/list_icon.png) no-repeat left center;
}
#acMenu{
  padding-left:1em;
}
#acMenu dt:hover{
    color:#27a6f3;
    text-decoration:underline;
    background:url(../img/list_icon.png) no-repeat 3px center;
}
#acMenu dd{
    background:#f2f2f2;
    line-height:1.6;
    display:none;
    padding:0.5em;
}

.pc-dis{
  display: block;
}

.sp-dis{
  display: none;
}

/* pc */
@media screen and (min-width: 961px) {
/*ここにpc用スタイルを記述*/
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
/*ここにtablet用スタイルを記述*/
}

/* smartPhone */
@media screen and (max-width: 640px) {
}

#main .top_about ul.left,
#main .top_about ul.right,
#main .top_ranking ul.left,
#main .top_ranking ul.right{
  width:48%;
  padding-left:1%;
  padding-bottom:10px;
}
#main .top_about li a{
    background: url(../img/arw_circle.gif) no-repeat left 0.5em;
    text-decoration:none;
    padding-left:1.3em;
    line-height:2em;
    border-bottom:1px dotted #ddd;
    display:block;
}
#main .top_ranking ul{
  padding-left:0.5em;
}
#main .top_ranking li a{
    background: url(../img/arw_circle.gif) no-repeat left 0.5em;
    text-decoration:none;
    padding-left:1.3em;
    line-height:2em;
    border-bottom:1px dotted #ddd;
    display:block;
}
#main .top_ranking li a.ranking01,
#main .top_ranking li a.ranking02,
#main .top_ranking li a.ranking03,
#main .top_ranking li a.ranking04{
    background: url(../img/check-icon.png) no-repeat left 1em;
    text-decoration:none;
    padding: 1em 0 1em 1.8em;
    line-height:1.6;
    font-size: 14px;
    margin: 0;
    border-bottom: 1px dotted #d86579;
    display:block;
}
.news_area{
  clear:both;
}
#consultation h3{
  font-size: 16px!important;
  margin-left:20px;
  font-weight:normal;
}
.drug{
  padding:0 10px;
}
.drug h3{
  font-size:1.1em;
  border-bottom: 1px solid #F4709C;
  margin-bottom:0.5em;
}
.drug ul{
  margin-bottom:1em;
  padding-left:0.5em;
}
.drug ul li{
    padding:5px 0 5px 18px;
    color:#666;
    text-decoration:none;
    background:url(../img/list_icon.png) no-repeat left center;
}
.drug th{
    width:90px;
}
.drug td{
    text-align:left;
    font-size:14px;
}
.drug table{
    margin-bottom:20px;;
}
.sozai{
  background-color: #FBEFD9;
  padding:1.5em 1em;
}
#container #main #causal .sozai h3{
  margin:0!important;
  font-size:16px;
  font-weight: bold;
  border:none;
  color: #549046;
}
#container #main #causal .sozai h3 span{
  font-size:18px;
  font-weight:bold;
  padding-left:0.5em;
  letter-spacing:1px;
}

#container #main #causal .sozai p{
  margin:0;
}
.sozai{
  position:relative;
  min-height:93px;
}
.sozai-img{
  border-radius:5px;
}
.heightLineParent .layout:nth-child(2n+1){
  clear:both;
}
.heightLineParent .layout img{
  max-width:100px;
  height:auto;
}
.date{
  margin-top: 0.5em;
  display: block;
  text-align: right;
}

#container #main #causal .recipes-area p{
  margin:1em 0;
}
.recipes-row{
  height: 1.7em;
  position:relative;
  text-align:right;
  width:64%;
  position:relative;
  font-size:12px;
}
.recipes-row:after{
  content:"";
  position:absolute;
  width:100%;
  border-top:1px dashed #999;
  left:0;
  top:.8em;
  z-index:-1000;
}
.recipes-row dt{
  position:absolute;
  top:0;
  left:0;
  padding-right:.5em;
  margin:0!important;
  background-color:#fff;
  color:#666!important;
}
.recipes-row dd{
  text-align:right;
  margin:0!important;
  z-index:-1000;
  background-color:#fff;
  display:inline;
}
.recipes-area img{
  padding:0 0 15px 15px;
  position:relative;
  z-index:100;
  width:33%;
}
#sidebox iframe{
  border:1px solid #ddd!important;
  width:100%!important;
  border-radius:3px;
}
.clinic-area{
  margin-top: .5em;
}
.clinic-area table{
  margin: 1em 0;
  width: 48%;
  float:left;
  border-right:none;
}
.clinic-area table.i-wish{
  float:right;
}
.clinic-area table tr:hover{
  background:#fff;
}
.clinic-area table tr{
  background:#fff;
}
.clinic-area table td{
  text-align:left;
}
.clinic-area table .clinic-img{
  width:30%;
  text-align:center;
}
.clinic-area table .clinic-text{
  width:70%;
}
.clinic-area table .i-wish-img{
  width:30%;
  text-align:center;
}
.clinic-area table .i-wish-text{
  width:70%;
}
.clinic-area table .i-wish-img img,
.clinic-area table .clinic-img img{
  width:85px;
  height:auto;
}
.clinic-area table,
.clinic-area table th,
.clinic-area table td{
  border:none!important;
}

.check-area h3{
  border: none;
  text-align: center;
}
.check-area a{
  width:200px;
  height:40px;
}
.check-area a img{
  width:200px;
  height:40px;
}


.img-oblong{
  width:100%;
  height:auto;
  margin:.5em 0;
}
.copy{
  font-weight:bold;
  color: #f60971;
  font-size:1.5em;
}
.male .copy{
  color: #00a0ec;
}
.couple .copy{
  color: #ff9f4b;
}
#consultation .check-area{
  wiith:100%;
  /*margin:0 15px;*/
  text-align:center;
}
#consultation .check-area a{
  margin:0!important;
  padding:0;
  background:none!important;
  display:inline!important;
}
#consultation .check-area a img{
  width:32%;
  /*margin-right:.5%;*/
}
#consultation .check-area a:last-child{
  margin-right:0;
}
.right-img{
  float:right;
  width:45%;
  height:auto;
}
.table01 th{
  min-width:9em;
}
.table01 td{
  text-align:left;
  padding:10px;
}
.table01 tr:hover{
  background:none;
}
.table01 tr:nth-child(2n+1){
  background:#F5F5F5;
}
.banner_area_02 .study_title{
  margin-bottom:10px;
}
.oshiete_sp{
  margin-bottom:1em;
  display:inline-block;
  border:1px solid #eee;
}
.sns{
  text-align: right;
  display: flex;
  justify-content: space-around;
}
.check-area h4{
  font-weight:bold;
}
.check-area h4{
  font-weight:bold;
}
#main .right .check-area-content  p{
  margin: 0.3em 1em 1em;
  font-size: 16px;
  line-height: 1.7;
}
#container #main .check-area-content h3.check{
  padding:.5em 0 .5em 65px;
  background:url(../img/check_icon.gif) no-repeat 0.5em 0.8em #ffeed5;
}
#container #main .check-area-content h3{
  text-align:left;
  background-color:#f6d2d5;
  padding:.5em 0 .5em 10px;
  font-weight:normal;
  font-size:16px;
  margin:0 .9em;
}
#container #main .check-area-content h4{
  font-weight:normal;
  font-size:16px;
  margin: 1em .9em 8px;
  clear: both;
}
.ranshi .fotorama{
  background-color:#ffebac;
  padding:10px!important;
}
.ranshi .fotorama__wrap{
  margin:0 auto 10px!important ;
}
.ranshi img{
  margin:0 auto 10px;
}
.sp-one-column{
  font-size:1em;
}
.sp-one-column tr:nth-child(2n+1){
  background:#fff;
}
.sp-one-column tr:hover{
  background-color:#fff;
}
.sp-one-column th{
  background-color:#eee;
  padding:10px;
}
.sp-one-column td{
  text-align:left;
  padding:10px;
}
.x-large{
  font-size:1.4em!important;
}
table.words th,
table.words td{
  text-align:left;
  border:none!important;
}
table.words{
  width:556px;
  border:none;
  margin:0 auto;
}
.joseikin-area{
  padding:1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin:0;
}
.joseikin-box {
  padding: .5em;
  margin:1em 0;
  width: 47%;
  border-right:1px solid #ddd;
}
.joseikin-box:nth-child(even){
  border:none;
}
.joseikin-box .pref{
  font-weight:bold;
  font-size:1.1em;
  line-height:1.7;
}
#container #main .check-area-content .joseikin-box h4{
  margin:0;
  padding:0;
  line-height:1.7;
}
.joseikin-box .tel{
  width:auto;
  line-height:1.7;
}

.recipes .recipes-area{
  padding:1em 5em 2em;
  margin: 2em 0;
  border: 1px solid #ee7891;
}
.recipes .recipes-area h4{
  font-size:1.2em;
  margin:1em 0 .5em;
}
.recipes div.recipes-row{
  width:100%;
  line-height:2em;
  font-size:1.1em;
/*   background:url(../img/ten.png) repeat-x left 0.7em; */
}
.recipes-area .bg-glay{
  border:1px dotted #a9a9a9;
  margin:2em 0;
  padding-bottom:1.5em;
}
.recipes div.recipes-row div.recipes-name{
  position:absolute;
  top:0;
  left:0;
  padding-right:.5em;
  margin:0!important;
  color:#666!important;
  background-color: #fff;
}
.recipes div.recipes-row div.recipes-bunryo{
  text-align:right;
  margin:0!important;
  z-index:-1000;
  background-color:#fff!important;
  display:inline;
  padding-left:.5em;
  -webkit-print-color-adjust: exact;
}
.recipes .make-area{
  line-height:1.7em;
  font-size:1.1em;
}
.recipes .make-area h3{
  text-align:left;
  background-color:#f6d2d5;
  padding:.5em 0 .5em 10px;
  font-weight:normal;
  font-size:16px;
  margin:1em 0 .5em;
}
.recipes .sozai{
  margin:1em 0;
  line-height:1.7;
}
#main .right .recipes .sozai p{
  font-size:1em;
}
.print-btn{
  clear:both;
  padding:2em 0;
  text-align:center;
}
.print-btn a{
    padding: 10px 13px 8px 40px;
    background: url(../img/print-icon.png) no-repeat 10px 10px #27a6f3;
    border:0;
    font-size: 18px;
    margin-left:30px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.print-btn a:hover{
    background-color:#095a8c;
}
.random.random-banner{
  margin:2em auto;
  text-align:center;
}
.make-area ol{
  padding:0;
}
.make-area ol{
  counter-reset: my-counter;
  list-style: none;
  margin-left: 2em;
}

.make-area ol li {
  margin-bottom: 1.2em;
  padding-left: 0;
  position: relative;
  line-height:1.7em;
}
.make-area ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f6d2d5;
  border: 1px solid #f6d2d5;
  color: #fff;
  display: block;
  position:absolute;
  top:.35em;
  left:-2.4em;
  font-size:.8em;
  line-height: 13px;
  text-align: center;
  height: 13px;
  width: 13px;
  border-radius: 50%;
}
.recipes-container{
  padding:0 10px;
}
.recipes-title{
  border:1px solid #ee7891;
  border-radius:3px;
  margin-bottom:1.5em;
  padding:10px;
  background-color:#fff8fa;
  position:relative;
}
.recipes-title img{
  position:absolute;
  top:10px;
  left:10px;
}
#container #main .recipes-title h2{
  background:none;
  padding:0 0 0 65px;
  margin:0;
  font-size: 1.5em;
  line-height: 64px;
  height: auto;
}
#main .right .recipes .caption{
  margin:0;
  padding: 0 0 0 5px;
  font-size: 1.2em;
}
div.text-center{
  clear:both;
  text-align:center;
}
.hospital_list_text{
  padding: 0 0 2em 0;
  margin: 0;
  border: 1px solid #ccc;
}
.hospital_list_text img{
  vertical-align:middle;
}
.hospital_list_text p{
  padding: 1em 1.5em 1.5em;
}
.hospital_list_text ul{
  padding: 0 1.5em;
}
.hospital_list_text li{
  margin:0 .5em .5em 0;
  width:12.6em;
}
.hospital_list_title{
  font-size:1.4em;
  font-weight:normal;
  background-color: #eeeeee;
  padding:.5em 0 .5em .5em;
  font-size: 18px;
  font-weight: normal;
  color: #900030;
}
.back-btn {
  text-align:center;
  margin:2em 0;
}
.back-btn a{
    padding: 10px 13px 8px;
    background-color:#27a6f3;
    border:0;
    font-size: 14px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.back-btn a:hover{
    background-color:#095a8c;
}
.ad01, .ad02{
  margin:2em auto;
  text-align:center;
  max-width:94%;
}
.shisetsulist{
  margin-bottom:2em;
}
#kodawari{
  box-shadow:none;
  margin: 1.5em 0;
  position:relative;
}
#kodawari h3{
  margin:0;
  padding:0;
  width:100%;
  background-image:none;
  background-color:#f6d2d5;
  height:auto;
  line-height:2.6;
  cursor:pointer;
  text-indent:.5em;
}
label .small{
  color:#666;
}
.accordion_icon,
.accordion_icon span {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: absolute;
  width: 30px;
  cursor: pointer;
  height: 30px;
  margin-right: 5px;
  right:10px;
  top:15px;
}
.accordion_icon span {
  position: absolute;
    left: 6px;
    width: 70%;
  height: 3px;
    background-color: #F88789;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.active + .accordion_icon span:nth-of-type(1) {
  display:none;
}
.active + .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.paper.free-member{
  box-shadow:none;
  padding-bottom:0;
  margin-bottom:20px;
}
.paper.free-member .ribon{
  background-image:none;
  margin:0;
  background-color: #eeeeee;
  padding:0;
  line-height:2.2;
  height:auto;
  width:100%;
  text-indent:0.5em;
  font-size: 18px;
  font-weight: normal;
  color: #900030;
}
.shisetsulist .free-member ul{
  padding:0 1.5em;
}
.shisetsulist .free-member li{
  margin:0 .5em .5em 0;
  width:12.6em;
}
.kotone{
  padding:.2em .5em;
}
#mailformpro table tr:hover {
  background: #fff;
}
#mailformpro table tr:nth-child(2n+1):hover {
  background: #F5F5F5;
}
.text-right{
  text-align:right;
}
.request h3{
  text-align:left;
  background-color:#eee;
  padding:.5em 0 .5em 10px;
  font-weight:normal;
  font-size:16px;
  margin:1em 0 0;
}
.bg-glay{

  padding:.5em 1em;
}
.bg-glay p{
  margin:0!important;
  font-size:1em!important;
}
#kodawari h3 .small{
  margin-left:.7em;
  font-size:.6em;
}
#kodawari_area{
  margin-bottom:2em;
}
.mini-hp .ad{
	border:3px solid #dfd4c2;
	cursor:pointer;
	height:86px;
	transition: 0.3s;
	position: relative;
	margin-bottom:10px;
}
.mini-hp .ad:hover{
	border:3px solid #f4709c;
}
.mini-hp .ad img{
	width:auto;
	height:86px;
	float:left;
	padding:0 .4em 0 0;
}
.mini-hp .ad img:hover{
	opacity:1;
}
.mini-hp .ad h3{
	font-size:.8em;
	color: #f4709c;
	margin:.5em .5em 0;
	letter-spacing: -1px;
}
.mini-hp .ad p{
	font-size:.8em;
	margin:.5em;
	text-align: left;
}
.benkyokai-report{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  margin: 0;
  padding:0;
}
.benkyokai-report li{
  width:48%;
  margin-bottom:1.5em;
  cursor:pointer;
  position:relative;
  border:5px solid #eee;
  transition:.4s;
  overflow:hidden;
}
.benkyokai-report li:nth-child(2n){
  margin-right:0;
}

.benkyokai-report li img{
  position:relative;
  top:0;
  left:0;
  transition:2s;
}
.benkyokai-report li:hover img{
  left:-100px;
}
.benkyokai-report li img:hover{
  opacity:1;
}
.benkyokai-report li:hover{
  border:5px solid #ed7882;
}
.benkyokai-report li h2{
  font-size:1.2em;
  margin: 0.8em 10px 0.3em 10px;
  line-height: 1;
}
.benkyokai-report li strong{
  margin:0 10px 0 10px;
  display:block;
}
.benkyokai-report li p{
  margin:0 10px 1em 10px;
  display:block;
}
.benkyokai-title{
  margin:1.5em 0 1em 0;
  padding:1em 0;
  font-size:1.2em;
  font-weight:normal;
  line-height:1;
  color:#D35D5D;
  width:100%;
  background-image:none;
  background-color:#f6d2d5;
  height:auto;
  cursor:pointer;
  text-indent:.5em;
}
#new-search-area ul{
  width:940px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: flex-start;
}
#new-search-area ul li{
  width:31.2%;
  margin-right:2.7%;
  margin-bottom:2em;
  border:1px solid #cdcdcd;
  position: relative;
  cursor:pointer;
  transition:.4s;
}
#new-search-area ul li:hover{
  border:1px solid #f4709c;
}
#new-search-area ul li:hover a{
  color:#27a6f3;
}
#new-search-area ul li:before{
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  bottom: 5px;
  right: 5px;
  left:auto;
  border-top:1.5em solid transparent;
  border-right:1.5em solid #f4709c;
  transition: all 0.8s;
  transition:.4s;
}
#new-search-area ul li:nth-child(3n){
  margin-right:0;
}
#new-search-area ul li .tmb{
  float:left;
  width:23%;
}
#new-search-area ul li .text{
  float:right;
  width:73%;
}
#new-search-area ul li img{
  max-width:100%;
  padding:5px;
}
#new-search-area ul li a{
  margin:5px 0 0 0;
  display:block;
  background:none;
  padding:0;
  text-decoration:none;
  font-weight:bold;
}
#new-search-area ul li .address{
  font-size:.9em;
  margin:3px 0 0 0 ;
}
#new-search-area ul li .tel{
  font-size:.9em;
  margin:3px 0 0 0 ;
  width:auto;
}
#home .news iframe{
  width:100%;
  overflow:hidden;
  border:none;
  height:100%;
  margin:0;
  padding:0;
}
#main .news_area .news{
  overflow:hidden;
}
#home .likebox iframe{
  margin: 10px auto 0;
  display: block;
}

/*記事css*/

#main-post{	
float:left;	
width:auto;	
max-width:650px;	
}	

#main-post h1{	
margin-top:10px;
}

#post-area{	
	
}	
.paging{	
clear: both;	
text-align: center;	
padding-top: 10px;
padding-left:30px;
font-size:16px;
margin:20px 0;
}	
.article-img{	
width:100%;	
}	
#container #main-post .midashi{	
background:url(../img/daimidashi.gif) no-repeat left top;	
width:530px;	
height:100px;	
font-size:20px;	
line-height:100px;	
padding-left:80px;	
color:#f4709c;	
margin-top:20px;
margin-left:35px;	
}	
.hiduke{	
float:right;	
}	
.article{	
clear:both;	
}	
.article h1 {
    font-size: 20px;
}

#right-post{	
float:right;	
width:300px;	
}	
.ads{	
margin-top:10px;	
}	
.post{	
	float:left;	
	height:200px;	
	width:200px;	
	margin-left:12px;	
	margin-top:12px;	
    background-image: url(../img/post/paper.jpg);
}	
.post-view {
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
    position: relative;
    color: white;
    width: 25%;
    padding: 5px;
    border-bottom-right-radius: 15px;
}

.post-title{	
padding:5px 5px 5px 8px;	
font-size:12px;	
height:60px;	
color:#795548;	
background-image:url(../img/post/paper.jpg);	
font-weight:bold;	
}

.post-title a {
    display: block;
    height: 100%;
    color: #795548;
    text-decoration-line: none;
}


.post-title a:hover {
    color: rgba(121, 85, 72, 0.66);
}
	
.syoukai{	
font-size:14px;	
height:80px;	
padding:10px;	
display:none;	
}	
.post-img{	
width: 200px;	
height: 130px;	
overflow: hidden;	
position: relative;	
background-color: rgba(0, 0, 0, 0.1);
}	

.post-img img{	
position: absolute;	
top: 50%;	
left: 50%;

max-height: 100%;	
-webkit-transform: translate(-50%, -50%);	
-ms-transform: translate(-50%, -50%);	
transform: translate(-50%, -50%);	
}

.article{
	margin:12px;
}


.article h2{
    border-bottom: rgb(253, 160, 194) solid;
    margin-bottom: 20px;
	font-size:16px;
	}



.article h3{
    border-bottom: rgb(165, 201, 235) solid;
    margin-bottom: 20px;
	font-size:16px;
	}
	
	
	.article-1,  .article-3, .article-4 {
	background-image: url(../../upload/kiji/freeillust25332.png);
    background-repeat: no-repeat;
    height: 90px;
    color: #865a17;
    padding: 30px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
	margin-bottom:30px;
	margin-left: 12px;
	}
	
	
	.article-2 {
		/* background-image: url(../../upload/kiji/freeillust25332.png); */
		/* background-repeat: no-repeat; */
		/* height: 90px; */
		/* background-position-y: -40px; */
		/* background-position-x: -20px; */
		/* background-size: 110%; */
		background-color: #f0ece0;
		border: solid thin;
		color: #865a17;
		/* padding: 30px; */
		text-align: center;
		font-size: 38px;
		font-weight: normal;
		/* margin-bottom: 30px; */
		/* margin-left: 12px; */
	}
	
	.article-1{
	background-image:url(../../upload/kiji/kyounosoudan.png);
	color:#529ec5;
	}
	

	
.article p{
   	line-height: 1.8;
	}

.article-img{
margin:10px 0;
width: 650px;	
height: 400px;	
overflow: hidden;	
position: relative;	
}
.article-img img{
position: absolute;	
top: 50%;	
left: 50%;

max-height: 100%;	
-webkit-transform: translate(-50%, -50%);	
-ms-transform: translate(-50%, -50%);	
transform: translate(-50%, -50%);	
}

.kanrenword{
    margin-top: 20px;
	text-align:right;
}
.kanrenword a {
    font-size: 16px;
    margin-left: 20px;


}
.kanrenword p {
    float: right;
	margin:30px;
}


/*記事css終了*/

/*妊娠力を取り戻そうcss*/

#intro{
	margin:7px;
	width:644px;
	border:solid;
	border-width:thin;
}

#facilities_box {
    float: left;
    width: 660px;

    background-color: #fff;
    position: relative;

}
#facilities_box h1.Dr_ouen{
	height: 90px;
    width: 590px;
    font-size: 25px;
    border: solid;
    border-width: thick;
    color: seagreen;
    margin: 10px 30px;
    padding-top: 20px;
    text-align: center;
    background-image: url(../img/tori_frame.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -229px;
    background-position-x: 10px;
}

.facilities_right {
    float: right;
    width: 310px;

    position: relative;
    margin-top: 10px;
    /*box-shadow: 0px 0px 0px 1px black;*/

}


	span.facilities-clinic {

    font-size: 11px;
}
p.facilities-name {
    padding-top: 16px;
    margin-left: 10px;
    font-size: 14px;
    color: red;
    display: inline-block;
}
.facilities_rtitle {
    float: left;
    width: 243px;
    height: 60px;
    padding: 10px 30px;
    margin:0px 7px 7px 7px;
    background-color: rgba(244, 244, 244, 0.25);
    box-shadow: 3px 3px 10px -3px #8a8a8a;
	color: #607d8b;
    font-size: 20px;
	font-weight:bold;
}
.facilities{
	width:660px;
	height:auto;
	overflow:hidden;
}
.facility{
    float: left;
    width: 310px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.facility a:hover{
	color:#27a6f3;
}


.facility a {
	text-decoration:none;
	color:black;
}
.facility img{
    width: 46px;
	height:53px;
    border-radius: 100%;
	float:left;
}



.facility_inner{
	float:right;
	width:210px;	
	margin-top: 3px;
}
.facility_inner p{
	color:#607d8b;
	margin:0px !important;
}
p.facility_name{
	font-size:13.5px !important;
	font-weight:bold;
}
h2.facility_name {
    font-size: 1.5em;
    margin: 10px;
}
.facility_inner img{
	width:15px;
	height:10px;
}
.fatility-center {
	    text-align: center;
	margin-top:20px;
}
.facility_detail {
    height: auto;
    overflow: hidden;
	margin-top: 15px;
    border-color: gray;
    box-shadow: 0px 0px 10px -4px #8a8a8a;
    padding: 5px 20px;
}

.facility_detail h3{
	margin-top:20px;
	margin-bottom:10px;
}


.facility_img {

    margin: 15px auto;
    width: 175px;
    height: 240px;
}
.facility_img img {
    width: 175px;
    height: 200px;
}
.facility_img p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
}

.facilities_right .facility {
    float: left;
    padding: 6px;
    height: 80px;
    width: 290px;
    margin: 0px 7px 7px 7px;
    background-color: rgba(244, 244, 244, 0.25);
    box-shadow: 3px 3px 10px -3px #8a8a8a;
    color: #607d8b;
}
.facilities_right .facility:hover {
    float: left;
    padding: 6px;
    height: 80px;
    width: 290px;
    margin: 0px 7px 7px 7px;
    background-color: rgba(244, 244, 244, 0.25);
    box-shadow: inset 3px 3px 10px -3px #8a8a8a;
    color: #607d8b;
}
.facilities_right .facility_inner {
    float: left;
	width: 290px;
	font-size: 13px;
}


/*妊娠力を取り戻そうcss終了*/

.present-title {
    background-image: url(../images/service/present-title.png);
    height: 220px;
    background-repeat: no-repeat;
	position: relative;
}
.present-time {
    text-align: center;
    font-size: 20px;
    background-color: #ec6d5d;
    color: white;
    position: absolute;
    bottom: 23px;
    left: 289px;
    border: solid;
    border-radius: 15px;
    width: 400px;
}
.present-value {
    position: absolute;
    right: 12px;
    top: 35px;
    font-size: 32px;
    color: white;
    padding: 10px;
    line-height: 1.3;
    background-image: url(../images/service/akaF.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 226px;
    height: 180px;
    padding-top: 60px;
    padding-left: 15px;
}
.present-title img {
    width: 130px;
    margin: 30px 0px 0px 50px;
    transform: rotate(-10deg);
    border: solid rgb(191, 191, 191) thin;
}
.present-all {
    overflow: hidden;
    padding: 5px;
	margin-bottom:20px;
}
.present-box {
    float: left;
    width: 190px;
	height:250px;
	margin-right: 4px;
	margin-top:5px;
}

.present-box img {

    width: 190px;
    height: 190px;
	
}

.present-name {
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
    border: solid #75bb2b;
    background-color: #75bb2b;
    color: white;
    height: 45px;
    margin-top: 5px;
}
.present-rule {
	margin-top:10px;
}

.present-detail {
    font-size: 16px;
    margin: -15px auto 45px auto;
    width: 650px;
}
#main #yousan p{
    font-size: 16px;

}


.hospital {
	margin: 0 0 0 0;
}
.hospital_title {
	background: url(/img/funin_title.gif) no-repeat left top;
	clear: both;
	height: 41px;
    line-height: 45px;
	margin: 0 0 15px 0;
    padding-left: 45px;
}
.hospital_title span {
    font-size: 10px;
    color: #f4709c;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #f4709c;
    font-weight: normal;
}
.hospital_list h3 {
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 6px 15px;
}

.hospital_list ul {
	line-height: initial;
}

.hospital_list li a {
	 color: #666;
	 font-weight: bold;
	 background-image: url(/img/list_icon.png) ;
	 background-repeat: no-repeat;
	 background-position: left center;
	 padding: 0 0 0 20px;
	 color:#5094d7;
	 margin-left:-21px;
}
.hospital_list li a:hover {
	 color: #27a6f3;
}
.hospital_list .hospital_list_inner li {
	 font-size: 0.9em;
	 margin: 0 0 0 20px;
	 padding: 20px 0 5px 0;
}
.hospital_list .hospital_list_inner li a {
	 font-weight: normal;
	 font-size: 0.9em;
	 background-image: url(/img/list_icon.png) ;
	 background-repeat: no-repeat;
	 background-position: left center;
	 padding: 0 0 0 20px;
}
.kanto_list li, .kansai_list li, .tohoku_list li, .tokai_list li, .shikoku_list li, .kyushu_list li, .chugoku_list li, .chubu_list li{
	 margin: 10px 0 10px 25px;
	 font-size: 1em;
}

#era_box {
    width: 100%;
    border: solid 1px #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px -3px #bbbbbb;
    -moz-box-shadow: 0 0 10px -3px #bbbbbb;
    -webkit-box-shadow: 0 0 10px -3px #bbbbbb;
    position: relative;
}

.prp-box .btn_bule{
  height:48px;
  white-space: nowrap;
  margin-top:40px !important;
}

#era_box.prp-box .era-flex .btn_bule a{
  background:#f48400;
}

#container #era_box .midashi{
  background:url(../img/daimidashi.gif) no-repeat left top;
  width:610px;
  height:100px;
  font-size:20px;
  line-height:100px;
  padding-left:80px;
  color:#f4709c;
  margin-top:15px;
  margin-left:25px;
}
.era_article{
padding:25px;
}
.era_article h2 {
    margin: 20px 0 20px 0;
	font-size:18px;
	color: #5094d7;
	display:block;
	overflow:hidden;
}
.center{
	text-align:center;
}
iframe.eramovie {
    width: 100%;
    height: 343px;
    margin-bottom: 20px;
}
.erah2s{
	font-size:12px!important;
}

.era-flex{
  display: flex;
}

.era-flex .about-era_ttl{
  margin:15px 50px 0 25px;

}

h3.prefname {
    clear: both;
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
	border:1px black solid;
	background:#efefef;
}
.jbox {
    display: flex;
    flex-wrap: wrap;
}
.jarticle {
    border: 1px solid gray;
    width: 198px;
    margin: 1px;
    min-height: 120px;
}

.dougatop{
	text-align: center;
    clear: both;
    background-color: gainsboro;
	margin-bottom:20px;
}
.dougatop img {
    width: 40%;
}

.dougatext{
	font-size:16px;
}

.dougabox{
	clear:both;
	margin-bottom:20px;
	overflow: hidden;
	margin-top:70px;

}

.dougabox h3{
	font-size: 24px;
    color: #5094d7;
    display: block;
    overflow: hidden;
    margin-left: 50px;
    margin-bottom: 20px;
}

.dougabox .w50 p {
    margin-left: 50px;
}

.dougacp{
	color: #ed7882;
    margin: 1em 0 0 10px;
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}
.w50 {
    width: 50%;
    float: left;
}

.dougacl {
    clear: both;
    margin-top: 70px;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.dougacl a {
    text-decoration: none;
}

a.nodeco {
    text-decoration: none;
    color: black;
}

.seminarbtn {
    border: 1px solid #8080805c;
    box-shadow: #00000029 1px 1px 2px 2px;
    clear: both;
    width: 650px;
    margin: 0 auto;
    margin-top: 70px;
	display: block;
    overflow: hidden;
}
.seminarbtn p{
    font-size:30px;
	margin-top:50px;
}



.seminarbtn img{
    height:100px;
	width:auto;
	margin:20px;
	float:left;
}

.clbtn {
    border: 3px solid #141b43;
    background-color: #5094d7;
    border-radius: 30px;
    font-size: 26px;
    text-align: center;
    color: white;
    margin: 0px 20px 20px 20px;
}

.bmitest{
	border:2px solid #42aae1;
	border-radius:30px;
	padding: 10px 10px 10px 20px;
	width: 450px;
	margin: 0 auto;
}

td.price{
	width:120px;
}

.price input{
	width:80px;
}

input.txt_input2 {
    width: 30px;
}

.shotokumidashi{
	font-size:16px;
	height:137px;
	width:140px;
	margin-bottom:10px;
	background-image:url("/img/joseimidashi.jpg");
	background-size:cover;
	color:white;
	padding-left:15px;
	padding-right:20px;
	padding-top:37px;
	text-align:center;
}

.joseibox{
	width:380px;
	float:left;
	border:2px solid #42aae1;
	border-radius:30px;
	padding:0 10px 10px 20px;
	margin-top:40px;
}

.joseibox h2{
	background-color:#f4a07b;
	border-radius:20px;
	color:white;
	margin-top:10px;
	margin-bottom:5px;
	font-size:16px;
	width:100px;
	text-align:center;
}

.joseibox:last-child{
	margin-top:100px;
}

.joseibox h3{
	font-size:14px;
}

.joseitouketsu{
	padding-left:28px;
	text-indent:-1em;
}
.joseidansei{
	padding-left:28px;
}

.joseiallow{
	margin:190px 25px 180px 25px;
	float:left;
	height:70px;
	width:100px;
}

/*グーグルカスタム検索用*/
#___gcse_0 table tr td {
  padding:0;
  border:none;
  padding: 5px 3px;
}

#___gcse_0 table tr:nth-child(2n+1) {
  background: none;
}
#___gcse_0 table tr:hover {
  background: none;
}

#era_box .btn_bule{
  margin-top:30px;
  display: flex;
  justify-content: center;
}

#era_box .btn_bule a {
  padding: 10px 20px 8px 10px;
  background: 8.9em 0.7em #27a6f3;
  border: 0;
  font-size: 18px;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hospital_list table tr:nth-child(n + 2) td:nth-child(2),
.hospital_list table tr:nth-child(n + 2) td:nth-child(3){
  text-align: left;
  padding-left:8px;
}

@media screen and (max-width: 640px){
  .hospital_list table tr:nth-child(n + 2) td:nth-child(2),
  .hospital_list table tr:nth-child(n + 2) td:nth-child(3){
    padding-left:16px;
  }
}

/* 特定所得計算 */

.service-h1_ttl{
  font-size:24px;
  margin-bottom: 24px;
  background:none;
  margin-bottom: 0;
  height:auto;
  line-height: normal;
  padding-left: 0;
}

.service-hero{
  width:100%;
  margin-bottom: 24px;
}

.service-block{
  width:100%;
  margin-bottom: 32px;
}

.service-hero picture,.service-block picture{
  width:100%;
  margin-bottom: 16px;
  display: inline-block;
}

.service-hero picture img,.service-block picture img{
  display: block;
  width:100%;
}

/* #contents .service-txt{
  padding-top: 16px;
  margin:0;
} */

.service-h2_ttl{
  font-size:20px;
  border-bottom:3px solid #fc4c6e;
  padding-bottom:3px;
  margin-bottom: 20px;
}

.service-h3_ttl{
  background:#fad7de;
  padding:6px 12px;
  font-size:18px;
  color:#fc4c6e;
  /* display: inline-block; */
  margin-bottom: 16px;
}

.service-wrap_list{
  margin-top: 30px;
}

.service-li{
  margin-bottom: 32px;
}

.service-explain span{
  display: block;
  font-size:15px;
  line-height:1.5;
  margin-bottom: 6px;
  position: relative;
  padding-left:10px;
}

.service-explain span:before{
  position: absolute;
  top:50%;
  left:-4px;
  content:'';
  width:8px;
  height:8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgb(253, 186, 200);
}

.service-explain_wrap{
  margin-top: 20px;
  border:1px solid rgb(0,0,0,.1);
  padding:8px;
}

.tag-memo{
  padding:8px 32px 8px 16px;
  position: relative;
  border:1px solid #ccc;
  display: table;
  font-size:14px;
  font-weight:600;
  margin: 20px 0;
}

.tag-memo:before{
  position: absolute;
  top:-1px;
  right:-1px;
  background:red;
  width:20px;
  height:40px;
  content:'';
}

.service-explain_list{
  padding-left:0;
}

.service-explain_list li {
  margin-bottom: 10px;
}

.service-explain_sublist li{
  font-size:14px;
  padding-left: 16px;
  margin-left:0;
}

.service-explain_list li > span{
  font-size:15px;
  font-weight:600;
}

.service-explain_sublist .num-decoration{
  background:rgb(253, 186, 200);
  padding:6px;
  color:#333;
  border-radius: 50%;
  margin-right: 4px;
  font-size:12px;
}

.service-explain_list .explain_subttl{
  margin-bottom: 8px;
  display: inline-block;
}

.explain-wrap .box{
  background:#ececec;
  padding:8px;
  font-size:14px;
}

.explain-wrap .explain-wrap_list{
  margin-bottom: 16px;
}

.service-explain_list li:last-child{
  margin-bottom: 0;
}

.service_txt{
  margin-top:8px;
  font-size:15px;
}

.btn_link{
  padding: 10px 20px 8px 10px;
  border: 0;
  margin: 10px auto;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.service_btn a{
  color:#fff;
}

.service_btn{
  background: 8.9em 0.7em rgb(253, 186, 200);
}

/* 210423 */

.chiryo-point dl{
  border:1px solid #ccc;
}

.chiryo-point .list-item{
  border-bottom:1px solid #ccc;
  box-sizing: border-box;
}

.chiryo-point .list-item:last-child{
  border-bottom:none;
}

.chiryo-point .list-item dt{
  border-bottom:1px solid #ccc;
  background:#fbfbfb;
  padding:8px 4px;
  width:100%;
  box-sizing: border-box;
}

.chiryo-point .list-item dt .number{
  position: relative;
  display: inline-block;
  width:24px;
  height:24px;
  border-radius: 50%;
  line-height:24px;
  text-align: center;
  background:#c59c06;
  color:#fff;
  margin-right:6px;
}

.chiryo-point .list-item dd{
  padding:8px;
  width:100%;
  box-sizing: border-box;
}

/* 検査ページ */

.kensa-content-box{
  border:1px solid #ccc;
  padding:8px;
  margin-bottom:16px;
}

/* 求人ページ */
.recruit-block {
  border: 1px solid #e0e0e0;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.recruit-block .list {
  display: flex;
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.recruit-block .list:last-child {
  border-bottom: 0;
}

.recruit-block .list dt {
  min-width: 72px;
}

.recruit-block .list span{
  color:#f4709c;
}

.recruit-block .list dd {
  padding-left: 60px;
}

/* checkページ */

.service-li .flex-img{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.service-li .flex-img li{
  width:48%;
}

.service-li .flex-img li img{
  width:100%;
}

/* suruga */

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

.suruga-txt_wrap{
  margin-bottom: 16px;
}

.suruga-txt_wrap .service-txt{
  margin-bottom: 12px;
}
.suruga-ttl_h3{
  background:#484B6D;
  color:#fff;
  padding:8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
  font-size:16px;
}

.service-block .suruga-picture,.service-hero .suruga-picture{
  width:75%;
  margin:0 auto 10px;
  display: block;
}

.mb16{
  margin-bottom: 16px;
}

.ad-page .btn-wrap a{
  background-color: #fc4c6e;
  border-radius: 10px;
  font-size: 14px;
  color: white;
  padding:12px 8px;
  text-decoration: none;
  text-align: center;
  width:40%;
  display: block;
  margin:8px auto;
}

/* ２カラムレイアウト */
#container #main .layout-2{
  margin-right: 16px;
}

#container #main .layout-2 .service-h1_ttl{
  font-size:24px;
  margin-bottom: 16px;
  background:none;
  height:auto;
  line-height: normal;
  padding-left: 0;
}

#container #main .layout-2 .service-h2_ttl{
  background-image:none;
  padding-left: 0;
}

.service-explain_wrap .icon{
  position: relative;
  margin-right: 32px;
}

.service-explain_wrap .icon img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

#container #main .layout-2 .heart-h2{
  background:url(../img/heart-bg-ling.jpg) no-repeat left top;
}

#container #main .layout-2 .komoku{
  margin:auto;
}

.service-block p{
  margin-bottom: 8px;
}

.service-block .check-list{
  margin-top: 24px;
}

#container #main .service-block .check-list .sttl{
  background:inherit;
  position: relative;
  padding: .5em 0 .25em 10px;
  font-weight: 600;
  font-size:18px;
}

#container #main .service-block .check-list .sttl:before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background:#fc4c6e;
  top:18px;
  left:-10px;
}

#container #main .service-block .check-img{
  margin:16px 0;

}

#container #main .service-block .check-img .img-ttl{
  font-size:15px;
  font-weight: 600;
  margin-bottom: 8px;
}

#container #main .service-block .check-img .img-source{
  text-align: right;
  font-size:13px;
}

#container #main .service-block .check-table th{
  text-align: left;
  max-width:400px;
}

#container #main .service-block .check-table td{
  text-align: left;
  line-height: 1.8;
}

/* コラム一覧 */

.columnmain {
  width: 860px;
  margin: 0 auto;
}

.columntext h1{
  font-size: 24px;
  margin-top: 30px;
  border-bottom: 2px solid pink;
}

.columntext h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.columntext p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
}

.columnimg {
  text-align: center;
}

.prof {
  width: 500px;
  margin-right: 30px;
  float: right;
}

.drimgtop {
  float: left;
}

.column-list {
  padding: 16px 0;
  width: 100%;
  letter-spacing: 0.05em;
}

.column-list .column-block {
  display: flex;
  align-items: center;
}

.column-list .column-block .column-thumnail a {
  display: block;
  width: 280px;
}

.column-list .column-block .column-thumnail img {
  width: 100%;
}

.column-list .column-block .column-wrapper {
  margin-left: 32px;
}

.column-list .column-block .column-wrapper .column-txt {
  margin-top: 16px;
  padding: 8px;
  background: #f3f3f3;
}

.column-list .column-block .column-wrapper .column-name {
  margin-top: 8px;
  font-size: 14px;
}

.column-list .column-block .column-wrapper .column-h2 {
  font-size: 18px;
}

.other-article{
  padding: 10px;
  background: rgba(84%, 32%, 0%, 5%);
  margin:15px;
}

#main .other-article .other-article_ttl,#main .column-article .column-article_ttl{
  font-size:14px;
  margin-bottom: 12px;
}

.other-article ul li{
  margin-bottom: 12px;
}

#container #main #consultation .other-article li a{
  margin-left: 10px;
  line-height:1.6;
}

.column-article{
  padding: 10px;
  background: #F5F5EB;
  margin:15px;
}

#container #main #consultation .column-article a{
  background:none;
  margin-left: 0;
}

#main .article-tag{
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 1.6rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #ed7882;
}

#main .article-tag:before{
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

#main .article-tag strong{
  color:#fff;
}

.ad02 .btn_blue {
  margin: 30px auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  width: 70%;
}

.ad02 .btn_blue input {
  width: 200px;
}

@media screen and (max-width: 640px) {
  .columnmain{
    width: 96%;
    margin: 20px 10px;
  }

  .column-list .column-block {
    display: block;
  }

  .column-list .column-block .column-thumnail a {
    width: 100%;
  }

  .column-list .column-block .column-wrapper {
    margin-left: 0;
    padding: 0 16px;
    margin-top: 20px;

  }

  .column-list .column-block .column-wrapper .column-h2 {
    font-size: 18px;
  }

  .column-list .column-block .column-wrapper .column-h2 a {
    font-size: inherit;
  }

  .columntext h1{
    font-size:20px;
  }

  .drimgtop{
    float: left;
    width: 60%;
    margin: 20px 20%;
  }

  .prof{
    width: 100%;
    float: none;
  }

  .ad02 .btn_blue{
    width: 100%;
  }

  .ad02 .btn_blue input {
    width: 100%;
  }
}

/* 不妊専門相談センター */

.consultation-list{
  padding:0 12px;
}

.consultation-list_wrap{
  margin-bottom: 40px;
}

.consultation-list_wrap .list_element{
  margin-bottom: 24px;
}

#main .consultation-list_wrap .consultation-list_subttl{
  font-size:14px;
  background:#f5f7fa;
  padding:8px;
}

.list_element_module-list{
  margin-left:1em;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.list_element_module-list li{
  padding:8px 12px;
}

#main .consultation-list .list_element p{
  margin-left: 26px;
}

.consultation-list_wrap h4{
  margin-left:0;
  margin-bottom: 8px;
}

.consultation-list_wrap .end_element{
  margin-bottom: 48px;
}

.consultation-list h3{
  font-size:18px;
  margin: 24px 0;
  background:#efefef;
  border: 1px black solid;
  padding:8px;
}

.consultation-list h4{
  font-size:15px;
  display: flex;
  align-items: center;
}

.consultation-list_table tr td:last-child,.consultation-list_table tr th:last-child{
  width:160px;
}

.check-10_imgttl{
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  background: #66bf47;
  color: #fff;
  padding: 4px 8px;
  margin-top: 18px;
}

.check-10_list{
  background:#f6f6f6;
  padding:12px 18px;
  margin-top: 12px;
}

/***アンケート用開始***/

.survey-heading{
  border: orange 2px solid;
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 50px;
}

.survey-heading{

}

#container #main .survey-heading h2{
  position: absolute;
  top: -48px;
  background-image: none;
  margin-left: 140px;
  background-color: orange;
  font-size: 18px;
  color: #fff;
  padding: 5px 20px;
}

.survey-heading ul{
  padding: 10px 5px 0 15px;
}

.survey-heading li{
  padding: 5px 0;
  padding-left: 20px;
  text-indent: -28px;
}

.survey-heading li a{
  color:#333;
}

.survey-h2{
  background-image: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  border-bottom: 5px solid #83d3ea;
  margin-top:40px;
  margin-bottom: 5px;
}

.survey-h2 div {
  background-color: #83d3ea;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.survey-h2 p {
  font-size: 20px;
  font-weight:bold;
  color: #000;
}

#container #main .survey-h2 h2{
  background-image: none;
  padding-left:0;
  line-height:unset;
  margin:10px;
  height:auto;
}

#container #main .check-area-content h3.survey-h3{
  margin: 20px 0 0;
  background: none;
  font-weight: bold;
  padding: 0;
}

#container #main .survey-h1{
  font-size: 24px;
  text-align: center;
  margin-top:20px;
  margin-bottom: 30px;
  background: none;
  height: auto;
  line-height: normal;
  padding-left: 0;
  line-height:30px;
}

.survey-h1 span{
  font-size: 14px;
}

.survey-ul{
  margin-top:20px;
}

.survey-ul li{
  text-indent: -16px;
  padding-left: 19px;
  margin-top:5px;
  font-size:100%;
}

.survey-ul li:before {
  content: "〇";
  color: orange;
  margin-right: 3px;
}

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

  .survey-h1 span{
    font-size:12px;
    line-height:20px;
  }
  #container #main .survey-heading h2{
    margin:0 auto;
    top:-32px;
    left:0;
    right:0;
    width:70%;
  }
  #container #main .survey-h2 h2{
    font-size: 16px;
    padding:0;
    background: none;
    color: #333;
  }
  .survey-h2 p {
    font-size: 20px;
  }
  .survey-ul li{
    font-size:16px;
  }
}

/***アンケート用終了***/

/***よくある質問用開始***/
@media screen and (max-width: 640px) {
  #qa{ width:90%;margin:0 auto;}
  #qa .midashi{margin-bottom:40px!important;}
  #container #main #qa .midashi.graybd{border-top:3px solid gray;
    padding-top: 30px!important;
    margin-top: 20px !important;
  }
  #qa p:has(> b){font-size:3.5vw!important;text-align:center;}
}
#faq-link{display:grid;grid-template-columns:30% 70%;}#faq-link img{width:100%;}
#qa .qa-text{border-top:4px dotted gray;border-bottom:4px dotted gray;text-align:center;}#qa .qa-text p{margin-left: 0;margin-right: 0;}
#qa .qa-list{background-color:#fdf9e4;display:grid;grid-template-columns:40% 40%;justify-content: space-evenly;
  row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;margin-top:20px;margin-bottom:20px;}
#qa .qa-list a{background-color:#f6cff3;text-align: center;
  border-radius: 10px;    height: 50px;display: grid;place-items: center;color: #666;
  text-decoration: none;font-weight:bold;}
.qabox{margin-bottom:20px;}.qabox .back-btn{width:100%;    margin-top: 1em;
  text-align: right;}
  .qabox div:before {    display: grid;
    align-items: center;
  font-size:30px;}
    .qabox div.q:before{content:"Q"}
    .qabox div.a:before{content:"A"}
   #qa .q{background-color:#f6cff3;display: grid;justify-items: center;
    grid-template-columns: 50px 1fr;margin-bottom: 5px;
  }
  #qa .a{background-color:#fdf9e4;    display: grid;justify-items: center;
    grid-template-columns: 50px 1fr;margin-bottom: 5px;}
  #qa .q p,#qa .a p{padding:10px 10px 10px 0;margin:0;}
/***よくある質問用終了***/