@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

body {
    min-width: 1200px;
    background: #FFFFFF;
    color: #333333;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
}
a {
    color: #108CCF;
    text-decoration: none;
}
a:hover {
    color: #108CCF;
    text-decoration: underline;
}

/*============================================================================

	#header

============================================================================*/

header {
    width: 100%;
    margin-bottom: 17px;
    background: url(../images/head_back.png) top repeat-x;
}
#header {
    position: relative;
    width: 1275px;
    height: 102px;
    margin: 0 auto;
}
#header h1 {
    position: absolute;
    top: 12px;
    left: 0;
}
#header .header_logo {
    position: absolute;
    top: 12px;
    left: 0;
}
#header .header_logo img {
    height: auto;
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none) {
#header .header_logo img {
    width: 100%;
    height: auto;
}
}
#header nav {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
#header nav::after {
    display: block;
    clear: both;
    content: "";
}
#header nav ul li {
    float: left;
}
#head {
    position: relative;
    width: 980px;
    height: 150px;
    margin: 0 auto;
}
#head h1 {
    position: absolute;
    top: 10px;
    font-size: 12px;
}
#head .logo {
    position: absolute;
    top: 50px;
    left: 0;
    width: 260px;
}
#head .info {
    position: absolute;
    top: 32px;
    right: 0px;
    font-size: 13px;
    text-align: right;
}
#head .info li {
    margin-bottom: 5px;
}
.header_navi {
    font-size: 16px;
    font-family: "Quicksand", 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    text-align: center;
}
.header_navi li {
    border-left: 1px solid #eeeeee;
}
.header_navi li:last-child {
    border-right: 1px solid #eeeeee;
}
.header_navi li > a {
    line-height: 1.4;
    color: #333;
}
.header_navi li a:hover {
    text-decoration: none;
}
.header_navi li.navi_home a {
    display: block;
    width: 82px;
    height: 100px;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_medicare > a {
    display: block;
    width: 162px;
    height: 100px;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_search > a {
    display: block;
    width: 132px;
    height: 100px;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_interview > a {
    width: 182px;
    height: 100px;
    display: block;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_report > a {
    width: 142px;
    height: 100px;
    display: block;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_medical > a {
    display: block;
    width: 102px;
    height: 100px;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_about > a {
    width: 202px;
    height: 100px;
    display: block;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_navi li.navi_home > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "Home";
}
.header_navi li.navi_medicare > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "Medicare";
}
.header_navi li.navi_search > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "Specialist";
}
.header_navi li.navi_medical > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "Medical";
}
.header_navi li.navi_interview > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "Interview";
}
.header_navi li.navi_report > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "Report";
}
.header_navi li.navi_about > a::after {
    display: block;
    clear: both;
    color: #108ccf;
    font-size: 14px;
    content: "About";/*color: #6e96d2;*/
}
.header_area {
    position: absolute;
    top: 18px;
    left: 330px;
}
.header_area li {
    margin-bottom: 3px;
}
.header_area strong {
    font-size: 16.5px;
    background: #1C2187;
    color: #fff;
    padding: 1px 12px 3px;
}




/*============================================================================

	#navi

============================================================================*/

#navi {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background-image: url(../images/navi_bg.png);
    background-repeat: repeat-x;
}
#navi ul {
    width: 980px;
    margin: 0 auto;
}
#navi li {
    float: left;
}
/*============================================================================

	#mainImg

============================================================================*/

#mainImg {
    background: url(../images/mainvisual.png) no-repeat center;
    width: 100%;
    height: 693px;
    margin: 0 auto 30px auto;
}
#mainImg li {
    float: left;
}
#mainImg::after {
    display: block;
    clear: both;
    content: "";
}
#mainImg .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#mainImg .catch_img {
    position: absolute;
    top: 412px;
    left: 671px;
    z-index: 1;
}
.fade_img {
    animation: fadeimg 1s ease 0s 1 forwards;
    animation-delay: 5.5s;
    opacity: 0;
}
 @keyframes fadeimg {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes fadeimg {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
/*ローディング*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 8;
}
#load_left {
    display: none;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    float: left;
    background: #1a2669;
    overflow: hidden;
    animation: left01 0.6s ease 0s 1 normal;
    -webkit-animation: left01 0.6s ease 0s 1 normal;
}
#load_right {
    display: none;
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background: #222950;
    animation: right01 0.6s ease 0s 1 normal;
    -webkit-animation: right01 0.6s ease 0s 1 normal;
    z-index: 9;
}
.load_left_img {
    position: absolute;
    top: 50%;
    right: 44px;
    margin: auto;
    width: 244px;
    height: 50px;
    margin-top: -50px;
    animation: left02 1s ease-in 0s 1 forwards;
    -webkit-animation: left02 1s ease 0s 1 forwards;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    opacity: 0;
}
.load_right_img {
    position: absolute;
    top: 50%;
    left: 44px;
    margin: auto;
    width: 392px;
    height: 32px;
    animation: right02 1s ease 0s 1 forwards;
    -webkit-animation: right02 1s ease 0s 1 forwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    opacity: 0;
}
 @keyframes left01 {
 0% {
 bottom:-100%;
}
 100% {
 bottom:0;
}
}
 @-webkit-keyframes left01 {
 0% {
 bottom:-100%;
}
 100% {
 bottom:0;
}
}
 @keyframes left02 {
 0% {
 right:-300px;
 opacity:0;
}
 100% {
 right:44px;
 opacity:1;
}
}
 @-webkit-keyframes left02 {
 0% {
 right:-300px;
 opacity:0;
}
 100% {
right:44px;
opacity:1;
}
}
 @keyframes right01 {
 0% {
top:-100%;
}
 100% {
top:0;
}
}
 @-webkit-keyframes right01 {
 0% {
top:-100%;
}
 100% {
top:0;
}
}
 @keyframes right02 {
 0% {
left:-400px;
opacity:0;
}
 100% {
left:44px;
opacity:1;
}
}
 @-webkit-keyframes right02 {
 0% {
left:-400px;
opacity:0;
}
 100% {
left:44px;
opacity:1;
}
}
/*終了後の白背景*/

#load_left:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 3;
    animation: after01 0.8s ease 0s 1 forwards;
    -webkit-animation: after01 0.8s ease 0s 1 forwards;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    opacity: 0;
}
 @keyframes after01 {
 0% {
left:-100%;
opacity:0;
}
 100% {
left:0;
opacity:1;
}
}
 @-webkit-keyframes after01 {
 0% {
left:-100%;
opacity:0;
}
 100% {
left:0;
opacity:1;
}
}
#load_right:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 3;
    animation: after02 0.8s ease 0s 1 forwards;
    -webkit-animation: after02 0.8s ease 0s 1 forwards;
    animation-delay: 3.2s;
    -webkit-animation-delay: 3.2s;
    opacity: 0;
}
 @keyframes after02 {
 0% {
left:-100%;
opacity:0;
}
 100% {
left:0;
opacity:1;
}
}
 @-webkit-keyframes after02 {
 0% {
left:-100%;
opacity:0;
}
 100% {
left:0;
opacity:1;
}
}
/*svg*/

.p-svg__mask {
    position: absolute;
    top: 327px;
    left: 252px;
    width: 659px;
    height: 138px;
    z-index: 2;
}
.p-svg__mask img {
    width: 659px;
    height: 138px;
}
.p-svg__path {
    fill: none;
    stroke: #fff;
    stroke-width: 60px;
}
.stroke03 {
    stroke-dasharray: 3290 3290;
    stroke-dashoffset: 3290;
    animation-name: write-the-text;
    animation-delay: 4.2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    -webkit-animation-name: write-the-text;
    -webkit-animation-delay: 4.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
}
.stroke02 {
    stroke-dasharray: 3290 3290;
    stroke-dashoffset: 3290;
    animation-name: write-the-text;
    animation-delay: 4.7s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    -webkit-animation-name: write-the-text;
    -webkit-animation-delay: 4.7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
}
.stroke01 {
    stroke-dasharray: 3290 3290;
    stroke-dashoffset: 3290;
    animation-name: write-the-text;
    animation-delay: 5.2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    -webkit-animation-name: write-the-text;
    -webkit-animation-delay: 5.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
}
 @keyframes write-the-text {
 0% {
stroke-dashoffset:3290;
}
 100% {
stroke-dashoffset:0;
}
}
@-webkit-keyframes write-the-text {
 0% {
stroke-dashoffset:3290;
}
 100% {
stroke-dashoffset:0;
}
}
.svg_img {
    position: absolute;
    top: 327px;
    left: 252px;
    width: 659px;
    height: 138px;
    z-index: 2;
}
.svg_img img {
    width: 659px;
    height: 138px;
}
/*ie, firefox */
.IE {
    display: none;
    position: absolute;
    top: 327px;
    left: 252px;
    width: 659px;
    height: 138px;
    z-index: 2;
}
.IE img {
    width: 659px;
    height: 138px;
}

@media all and (-ms-high-contrast: none) {
.fade_img {
    animation: fadeimg 1s ease 0s 1 forwards;
    -webkit-animation: fadeimg 1s ease 0s 1 forwards;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    opacity: 0;
}
.IE {
    display: block;
}
.p-svg__mask {
    display: none;
}
}
 @-moz-document url-prefix() {
 .fade_img {
 animation: fadeimg 1s ease 0s 1 forwards;
 -webkit-animation: fadeimg 1s ease 0s 1 forwards;
 animation-delay:2s;
 -webkit-animation-delay:2s;
 opacity:0;
}
 .IE {
 display:block
}
.p-svg__mask {
 display:none;
}
}
/*============================================================================

	#searchBox

============================================================================*/

#searchBox {
    width: 100%;
    height: 530px;
    background: url(../images/seach_back.png) repeat-x #F9F6F1;
}
#searchBox section {
    width: 1200px;
    margin: 0 auto;
}
/*============================================================================

	#wrapper

============================================================================*/

#wrapper {
    width: 1200px;
    margin: 25px auto 0 auto;
}
#wrapper::after {
    display: block;
    clear: both;
    content: "";
}
/*============================================================================

	#contents

============================================================================*/

#contents {
    float: left;
    width: 850px;
}
/*============================================================================

	#footer

============================================================================*/


footer {
    margin-top: 30px;
    clear: both;
    height: 190px;
    background: url(../images/f_back.png) repeat-x top;
}
#footer {
    width: 1200px;
    margin: 0 auto;
}
.pagetop {
    height: 60px;
    padding-top: 1px;
    text-align: right;
    cursor: pointer;
}
.copy {
    clear: both;
    padding-top: 15px;
    font-size: 12px;
    text-align: right;
}
.footer_logo {
    float: left;
}
.footer_navi {
    float: right;
}
.footer_navi li {
    float: left;
    border-left: 1px solid #eee;
}
.footer_navi li:last-child {
    border-right: 1px solid #eee;
}
.footer_navi li a {
    display: block;
    height: 78px;
    padding: 30px 20px 0 20px;
    color: #666;
    box-sizing: border-box;
}
.footer_navi li a:hover {
    text-decoration: none;
}
/*==================================================================

	#sideBlock

  ==================================================================*/

#side {
    float: right;
    width: 300px;
}
#side a {
    color: #000;
}
#side a:hover {
    color: #000;
    text-decoration: none;
}
.snavi li {
    height: 35px;
    margin-bottom: 2px;
    background: #EFEFEF;
    text-indent: 10px;
}
.snavi li a {
    display: block;
    line-height: 2.5;
}
/*==================================================================

	#contentsBlock

  ==================================================================*/

#contentsBlock {
    float: right;
    width: 690px;
}
/*==================================================================

	table

  ==================================================================*/

.tb_nowrap {
    white-space: nowrap;
}
/*==================================================================

	list

  ==================================================================*/

.list01 {
}
.list01 li {
    list-style-image: url(../images/list02.png);
    margin-left: 28px;
    margin-bottom: 5px;
}
/*==================================================================

	共通

  ==================================================================*/

.box {
    margin: 0px 0px 80px 0px;
    line-height: 2.0;
}
.box p {
    margin-bottom: 1em;
}
.text {
    padding: 10px 45px 20px 45px;
}
.text p {
    margin-bottom: 1em;
}
/*==================================================================

	サーチアイコン

  ==================================================================*/





/*==================================================================

	タイトル

  ==================================================================*/

.tit01 {
}
.tit02 {
    margin-bottom: 20px;
    padding-left: 23px;
    background-image: url(../images/title_h3.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 35px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1em;
    line-height: 92px;
}
.tit_lead {
    margin-left: 7px;
    color: #fb522b;
    font-size: 15px;
}
.tit03 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-left: 2px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
}
/*==================================================================

	.breadcrumb（ぱんくずリスト）

  ==================================================================*/

.breadcrumb {
    margin-bottom: 15px;
}
.breadcrumb li:first-child {
    list-style: none;
}
.breadcrumb a {
    color: #69C;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #69C;
    text-decoration: underline;
}
.breadcrumb li {
    float: left;
    margin-right: 25px;
    padding-left: 5px;
    list-style-image: url(../images/arrow01.gif);
}
/*==================================================================

	トップページ

==================================================================*/

.stit {
    color: #1c2187;
    font-size: 18px;
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
.stit::before {
    margin-right: 15px;
    font-size: 34px;
    content: "Search";/*font-family: "SimploSoftW00-Regular";*/
}
.areaBox {
    float: left;
    width: 420px;
    /*width: 540px;*/
    margin-top: 30px;
}
.medicalBox {
    float: right;
    width: 745px;
    /*width: 610px;*/
    margin-top: 30px;
}
.searchBox1 {
    margin-top: 15px;
    padding: 25px 0px 20px 25px;
    background: #ffffff;
    border: 1px solid #f0e8de;
    border-radius: 4px;
    min-height: 230px;
}
.searchBox2 {
    margin-top: 15px;
    padding: 18px 0px 25px 25px;
    background: #ffffff;
    border: 1px solid #f0e8de;
    border-radius: 4px;
}
.checkList li {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    margin: 8px 10px 4px 0;
    padding-left: 15px;
    padding-bottom: 13px;
    background: url(../images/subline.png) no-repeat bottom center;
    font-size: 15px;
    line-height: 1.4;
}
.checkList input {
    position: absolute;
    top: 0;
    opacity: 0;
}
.checkList input[type="radio"] + label {
    display: block;
    padding: 0 0 0 26px;
    background-image: url(../images/checkbox.png);
    background-size: 16px 18px;
    background-position: left center;
    background-repeat: no-repeat;
}
.checkList input[type="radio"]:checked + label {
    background-image: url(../images/checkbox_on.png);
}
.checkList::after {
    display: block;
    clear: both;
    content: "";
}
.subjectList li {
    display: inline-block;
    width: 165px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
}
.subjectList li:hover {
    background: #d1e8f5;
}
.subjectList li ul li:hover {
    background: none;
}
.subjectList li ul li {
    margin: 2px 0 6px 0;
}
.subject01::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject01.png);
}
.subject02::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject02.png);
}
.subject03::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject03.png);
}
.subject04::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject04.png);
}
.subject05::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject05.png);
}
.subject06::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject06.png);
}
.subject07::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject07.png);
}
.subject08::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject08.png);
}
.subject09::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject09.png);
}
.subject10::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject10.png);
}
.subject11::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject11.png);
}
.subject12::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject12.png);
}
.subject13::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject13.png);
}
.subject14::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject14.png);
}
.subject15::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject15.png);
}
.subject16::before {
    content: url(../images/subject16.png);
    padding-right: 6px;
    position: relative;
    top: 5px;
}
.subject17::before {
    position: relative;
    top: 5px;
    padding-right: 6px;
    content: url(../images/subject17.png);
}
.subject18::before {
    position: relative;
    top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    content: url(../images/subject18.png);
}
.subject20::before {
    position: relative;
    top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    content: url(../images/aicon21.png);
}
.subject21::before {
    position: relative;
    top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    content: url(../images/aicon19.png);
}
.subject22::before {
    position: relative;
    top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    content: url(../images/aicon22.png);
}
.subject23::before {
    position: relative;
    top: 5px;
    padding-left: 0px;
    padding-right: 10px;
    content: url(../images/aicon18.png);
}
.subject24::before {
    position: relative;
    top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    content: url(../images/aicon20.png);
}
.subject25::before {
    position: relative;
    top: 5px;
    padding-left: 2px;
    padding-right: 10px;
    content: url(../images/aicon23.png);
}
.searchBtn {
    clear: both;
    padding-top: 25px;
    text-align: center;
}
.line {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #666666;
}
.newsList li {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #cccccc;
}
.newsList li a {
    color: #108ccf;
}
/* 新着インタビュー */

.interviewList li {
    float: left;
    width: 260px;
    margin-right: 35px;
    background: #f6f6f6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.interviewList li:last-child {
    margin-right: 0;
}
.interviewList li a {
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.interviewList li a:hover {
    color: #333;
    text-decoration: none;
}
.interviewList li p {
    margin: 10px 15px 15px 15px;
}
.accessPoint {
    font-size: 13px;
}
.accessPoint::before {
    padding-right: 7px;
    content: url(../images/accesspoint.png);
    vertical-align: bottom;
}
/* 新着のクリニック */

.newclinic {
    float: left;
    width: 260px;
    margin-right: 35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.newclinic:last-child {
    margin-right: 0;
}
.newclinic dt {
    margin-bottom: 10px;
}
.newclinic a {
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.newclinic dl a:hover {
    color: #333;
    text-decoration: none;
}
.newclinic dl p {
}
.tl {
    border-bottom: 1px solid #dddddd;
    margin: 0 14px;
    padding: 8px 0px 8px 0px;
    font-size: 18px;
}
.clName {
    font-size: 13px;
}
.new_medical_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.new_medical_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "Article New";
    padding-right: 12px;
}
.recom_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.recom_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "Pick Up";
    padding-right: 12px;
}
.news_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.news_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "News";
    padding-right: 12px;
}
.interview_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.interview_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "Latest Interview";
    padding-right: 12px;
}
.interview_tit strong {
}
.interview_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.interview_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "Latest Interview";
    padding-right: 12px;
}
.interview_tit strong {
}
.newclinic_tit {
    border-bottom: 1px solid #666666;
    margin-top: 75px;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.newclinic_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "New Clinic";
    padding-right: 12px;
}
.column_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.column_tit::before {
    font-family: 'Quicksand', 'New Roman', 'Bitter', Georgia, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    content: "Latest Column";
    padding-right: 12px;
}
.footer_link {
    clear: both;
    padding-top: 14px;
    color: #ffffff;
}
.footer_link nav {
    display: inline-block;
}
.copyright {
    text-align: right;
    display: inline-block;
    float: right;
}
.subjectList {
    position: relative;
}
.ball {
    display: none;
    position: absolute;
    background: url(../images/balloon.png) no-repeat top 2px left 38px;
    padding: 15px 0px 15px 15px;
    width: 480px;
    z-index: 9999;
    top: -35px;
    left: 0px;
}
.ballSearch {
    background: #FFFFFF;
    border: 3px solid #1C2187;
    padding: 20px;
}
.ballSearch dt {
    padding: 0px 0px 5px 15px;
    margin-bottom: 15px;
    background: url(../images/content_tit.png) no-repeat top left;
    line-height: 1.0;
    font-size: 16px;
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ballSearch dd li {
    display: inline-block;
    width: 47%;
}
.ballSearch dd li input {
    vertical-align: -1px;
}
.ballSearch dd ul {
    padding: 15px 0 10px 12px;
    background-repeat: repeat-x;
    background-image: url(../images/content_line.png), url(../images/content_line.png);
    background-position: top, bottom;
    background-color: #f8fdff;
}
.block {
    display: block!important;
    width: 100%;
}
.label01 {
    background-color: #108CCF;
    float: left;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
    padding: 2px 8px 2px 5px;
    position: relative;
    text-align: center;
    z-index: 0;
    border: none;
    height: 24px;
    min-width: 120px;
    width: auto;
    color: #fff;
    line-height: 1.7;
    vertical-align: bottom;
}
.label01::before {
    border-color: transparent #108CCF transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "";
    display: block;
    height: 0;
    margin-top: -5px;
    position: absolute;
    left: -5px;
    top: 50%;
    width: 0;
}
.label02 {
    background: #108CCF none repeat scroll 0 0;
    float: left;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
    padding: 2px 7px 2px 7px;
    position: relative;
    text-align: center;
    z-index: 0;
    border: none;
    height: 24px;
    min-width: 120px;
    width: auto;
    color: #fff;
    line-height: 1.7;
    vertical-align: bottom;
}
.label02::before {
    border-color: transparent #108CCF transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "";
    display: block;
    height: 0;
    margin-top: -5px;
    position: absolute;
    left: -5px;
    top: 50%;
    width: 0;
}
.areaBox h3 {
    overflow: hidden;
    height: 26px;
}
.areaBox h3::after {
    clear: both;
    display: block;
    content: "";
}
.medicalBox h3 {
    overflow: hidden;
    height: 26px;
}
.medicalBox h3::after {
    clear: both;
    display: block;
    content: "";
}
.ov {
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: right 5px bottom 9px;
}
.checkList li {
    cursor: pointer;
}
.subject {
    cursor: pointer;
    display: block;
    background: url(../images/subline.png) no-repeat bottom;
    padding: 6px 0 13px 24px;
}
#selectCategory {
    background: url(../images/f_search_back.png) repeat-x;
    height: 740px;
    width: 100%;
    clear: both;
    margin-top: 100px;
}
#selectCategory a {
    color: #666;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#selectCategory a:hover {
    color: #108CCF;
    text-decoration: none;
}
#selectCategory h2 {
    text-align: center;
    padding-top: 8px;
    margin-bottom: 25px;
}
#selectCategory h3 {
    text-align: center;
    padding-top: 8px;
    margin-bottom: 25px;
}
#selectSpecialist {
    width: 100%;
    clear: both;
}
#selectSpecialist a {
    color: #666;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#selectSpecialist a:hover {
    color: #108CCF;
    text-decoration: none;
}
#selectSpecialist h2 {
    text-align: center;
    padding-top: 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1C2187;
    padding-bottom: 10px;
}
#selectSpecialist h3 {
    text-align: center;
    padding-top: 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid #108ccf;
    padding-bottom: 10px;
}
#selectSpecialist dl {
    border: 1px solid #ededed;
    border-radius: 6px;
}
.cateList {
    width: 1200px;
    margin: 0 auto;
}
.cateList dl {
    width: 180px;
    margin-bottom: 18px;
}
.cateList .block {
    width: 180px;
    float: left;
    margin-right: 24px;
}
.cateList dt {
    width: 180px;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    min-height: 41px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 2.5;
}
.aicon01 {
    background: url(../images/aicon01.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon02 {
    background: url(../images/aicon02.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon03 {
    background: url(../images/aicon03.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon04 {
    background: url(../images/aicon04.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon05 {
    background: url(../images/aicon05.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon06 {
    background: url(../images/aicon06.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon07 {
    background: url(../images/aicon07.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon08 {
    background: url(../images/aicon08.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon09 {
    background: url(../images/aicon09.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon10 {
    background: url(../images/aicon10.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon11 {
    background: url(../images/aicon11.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon12 {
    background: url(../images/aicon12.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon13 {
    background: url(../images/aicon13.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon14 {
    background: url(../images/aicon14.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon15 {
    background: url(../images/aicon15.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon16 {
    background: url(../images/aicon16.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon17 {
    background: url(../images/aicon17.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon18 {
    background: url(../images/aicon18.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon19 {
    background: url(../images/aicon19.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon20 {
    background: url(../images/aicon20.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon21 {
    background: url(../images/aicon21.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon22 {
    background: url(../images/aicon22.png) no-repeat center left 8px;
    padding-left: 40px;
}
.aicon23 {
    background: url(../images/aicon23.png) no-repeat center left 8px;
    padding-left: 40px;
}
.cateList dd {
    width: 180px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.cateList dd ul {
    padding: 15px 8px 10px 15px;
}
.cateList dd ul li {
    margin-bottom: 2px;
    color: #666;
}
.footer_company {
    background: url(../images/f_shikiri.png) no-repeat top 4px right;
    display: inline-block;
}
.footer_company li {
    float: left;
    width: 120px;
    background: url(../images/f_shikiri.png) no-repeat top 4px left;
    padding: 0 10px;
    text-align: center;
}
.footer_company li:nth-child(2) {
    width: 190px;
}
.footer_company li:nth-child(5),.footer_company li:nth-child(6) {
    width: 150px;
}
.footer_company li a {
    color: #fff;
}
.cancel {
    float: right;
    border: 1px solid #ddd;
    padding: 6px 8px 6px 8px;
    background: #eee;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
}
.decision {
    cursor: pointer;
}
.pankuzu {
    background: #F6F6F6;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 50px;
}
.pankuzu li {
    display: inline-block;
}
.pankuzu li.home::before {
    content: "";
    padding: 0;
}
.pankuzu li::before {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 5px;
}
.pankuzu strong {
    font-weight: normal;
}
.inner {
    width: 1275px;
    margin: 0 auto;
}
#mainTitle {
    background: url(../images/h2_back.png) repeat-x;
    height: 77px;
}
#mainTitle h1 strong {
    font-weight: 300;
}
#mainTitle h1 {
    text-align: center;
    font-size: 30px;
    color: #333333;
}
#mainTitle h2 {
    text-align: center;
    font-size: 30px;
    color: #333333;
}
#areaSide {
    width: 220px;
    float: left;
    margin-right: 30px;
}
#searchResult {
    width: 700px;
    float: left;
}
#columnSide {
    width: 220px;
    float: right;
    margin-left: 30px;
}
#columnSide a {
    color: #444;
}
#columnSide a:hover {
    text-decoration: none;
}
#columnSide h1 {
    text-align: center;
}
#columnSide h2 {
    text-align: center;
}
#medicalSide {
    width: 220px;
    float: right;
    margin-left: 30px;
}
#medicalSide h1 {
    text-align: center;
}
#medicalSide h2 {
    text-align: center;
}
.Narrow {
    background: #F9F6F1;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.area_select {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #F0E8DE;
    width: 200px;
    margin: 0 auto;
}
.area_select > dt {
    border-bottom: 1px solid #F0E8DE;
    padding: 8px;
    font-size: 14px;
    background: url(../images/side_arrow.png) no-repeat top 10px right 10px;
    font-weight: bold;
}
.area_select > dt::before {
    content: url(../images/side_point.png);
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: 5px;
}
.area_select> dd {
    margin: 15px;
}

.area_select > dd > dl dt{
        background: #F9F6F1;
    display: inline-block;
    padding: 1px 7px !important;
    margin: 10px 0 5px;
    font-size: 14px !important;
    border: none !important;
}
.area_select ul {
}
.area_select h2 {
    background: #F9F6F1;
    display: inline-block;
    padding: 1px 7px!important;
    margin: 10px 0 5px;
    font-size: 14px!important;
    border: none!important;
}
.area_select h3 {
    background: #F9F6F1;
    display: inline-block;
    padding: 1px 7px!important;
    margin: 10px 0 5px;
    font-size: 14px!important;
    border: none!important;
}
.area_select ul li {
    margin-bottom: 5px;
}
.medical_select {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #F0E8DE;
    width: 200px;
    margin: 0 auto;
}
.medical_select dd ul ul {
    margin-bottom: 15px;
}
.medical_select > dt {
    border-bottom: 1px solid #F0E8DE;
    padding: 8px 16px 8px 8px;
    font-size: 14px;
    background: url(../images/side_arrow.png) no-repeat top 10px right 10px;
    font-weight: bold;
}
.medical_select > dt::before {
    content: url(../images/side_medical_aicon.png);
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: 5px;
}
.medical_select > dd {
    margin: 15px;
}
.medical_select ul {
}
.medical_select h2 {
    background: #F9F6F1;
    display: inline-block;
    padding: 1px 7px!important;
    margin: 10px 0 5px;
    font-size: 14px!important;
    border: none!important;
}
.medical_select > dd dl dt {
    background: #F9F6F1;
    display: inline-block;
    padding: 1px 7px!important;
    margin: 10px 0 5px;
    font-size: 14px!important;
    border: none!important;
}

.medical_select ul li {
    margin-bottom: 5px;
}
.medical_select ul li strong {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Narrow h1 {
    padding: 10px 0 5px 0;
    border-bottom: 2px solid #F0E8DE;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Narrow h2 {
    padding: 10px 0 5px 0;
    border-bottom: 2px solid #F0E8DE;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search_tit {
    color: #1c2187;
    font-size: 18px;
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-bottom: 2px solid #F0E8DE;
    padding: 10px 0px;
}
.search_tit::before {
    content: "Search";
    margin: 0 20px 0 25px;
    font-size: 30px;
}
#areaSelect {
    padding: 8px;
    border: 1px solid #F0E8DE;
    border-radius: 4px;
    width: 280px;
    height: 29px;
}
#medSelect {
    padding: 8px;
    border: 1px solid #F0E8DE;
    border-radius: 4px;
    width: 280px;
    height: 29px;
}
#areaSelect input {
    background: url(../images/search_aicon01.png) no-repeat top left;
}
.clmBlock {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.clmBlock::after {
    display: block;
    content: "";
    clear: both;
}
.medicalBlock {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.medicalBlock::after {
    display: block;
    content: "";
    clear: both;
}
.selectChange {
    width: 600px;
    margin: 20px auto 0 auto;
}
.selectChange li {
    display: inline-block;
}
.selectChange li img {
    vertical-align: middle;
}
.bord {
    background: #FFFFFF;
    border: 1px solid #dddddd;
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
#srchBox {
    background: #f9f6f1;
}
#keyword {
    display: inline-block;
    border: 1px solid #f0e8de;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    width: 325px;
    margin-left: 15px;
}
#keyword input {
    border: none;
}
.tline {
    background: url(../images/s_line.png) no-repeat top;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
}
#result {
    border-bottom: 1px solid #666666;
    padding-bottom: 15px;
    margin-top: 35px;
}
.inlBlock {
    float: right;
}
.inlBlock li {
    display: inline-block;
    margin-left: 5px;
}
#resultList {
    border: 2px solid #ededed;
    border-radius: 4px;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}
/*==================================================================

	専門医を探す

==================================================================*/

.clinicInfo {
    float: left;
    width: 410px;
}
.clinicInfo h1 {
    color: #108ccf;
    font-size: 20px;
}
.clinicInfo h2 {
    color: #108ccf;
    font-size: 20px;
}
.clinicInfo h3 {
    color: #108ccf;
    font-size: 20px;
}
.clinicLine {
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.clinicLine::after {
    display: block;
    clear: both;
    content: "";
}
.clinicDoc {
    width: 200px;
    float: right;
}
.clinicDoc img {
    width: 100%;
    height: auto;
}
.clinicDoc dt {
    width: 200px;
    height: 160px;
    overflow: hidden;
}
.clinicDoc dd {
    text-align: center;
    padding-top: 10px;
}
/* インタビューを探す */
h1.sub_tit {
}
h1.sub_tit span {
    font-size: 18px!important;
    line-height: 0.8;
}
p.sub_tit span {
    font-size: 18px!important;
    line-height: 0.8;
}
.interviewInfo {
    float: right;
    width: 410px;
}
.interviewInfo h1 {
    color: #108ccf;
    font-size: 20px;
}
.interviewInfo h2 {
    color: #108ccf;
    font-size: 20px;
    margin-bottom: 15px;
}
.interviewInfo h3 {
    color: #108ccf;
    font-size: 20px;
}
.interviewLine {
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.interviewLine::after {
    display: block;
    clear: both;
    content: "";
}
.interviewDoc {
    float: left;
}
.interviewDoc dt {
    width: 200px;
    height: 160px;
    overflow: hidden;
}
.interviewDoc dd {
    text-align: center;
    padding-top: 10px;
}
.interviewDoctor {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin-right: 16px;
}
.spcialist_list {
    background: url(../images/icon_special.png) no-repeat top 6px left;
    background-size: 15px auto;
    padding-left: 26px;
    color: #000;
}
.spcialist_list li {
    display: inline-block;
}
.spcialist_list li::after {
    content: "/";
    padding-left: 3px;
}
.spcialist_list li:last-child::after {
    content: none;
    padding-left: 0;
}
.interview_thumb {
    width: 200px;
    min-height: 160px;
    overflow: hidden;
}
.interview_thumb figure {
    float: right;
    position: relative;
}
.interview_thumb figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(16,140,207,0.8);
    color: #fff;
    padding: 2px 5px;
    min-width: 60px;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
/*==================================================================

	専門医インタビュー　個別ページ

==================================================================*/

.interview_main {
}
.interview_main figure {
    float: right;
}
.intervew_catch_cate {
    position: relative;
}
.intervew_catch_cate strong {
    position: absolute;
    top: 30px;
    left: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #108CCF;
    color: #fff;
    font-weight: normal;
}
.interview_main_tit {
    float: left;
    width: 460px;
    height: 450px;
    background: url(../images/interview_logo.png) no-repeat center center;
    font-size: 26px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #0b64a0;
    text-align: left;
    padding: 140px 0 0 50px;
    box-sizing: border-box;
    line-height: 2.0;
}
.interview_info {
    margin-bottom: 0px;
    padding: 26px 5px 26px 38px;
    box-sizing: border-box;
}
.interview_info div:nth-child(1) {
    float: left;
    margin-right: 25px;
    width: 115px;
    height: 180px;
    font-family: "Quicksand";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.interview_info div:nth-child(1) p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.interview_info div:nth-child(1) span {
    font-size: 53px!important;
    font-weight: bold;
    line-height: 1.0;
    letter-spacing: 0.8px;
}
.interview_info div:nth-child(2) {
    float: left;
    width: 285px;
    height: 180px;
    padding-left: 0px;
    padding-top: 15px;
    font-weight: bold;
}
.interview_info div:nth-child(2) p {
    font-weight: bold;
    line-height: 1.5;
}
.interview_info div:nth-child(2) p span:first-child {
    font-size: 18px;
}
.interview_info div:nth-child(2) p span:nth-child(3) {
    font-size: 28px!important;
}
.interview_info div:nth-child(2) p span:last-child {
    font-size: 14px;
    color: #898989;
}
.interview_info div:nth-child(3) {
    float: right;
    width: 365px;
    min-height: 180px;
    border-left: 2px solid #ededed;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 13px;
}
.interview_info div:nth-child(3) li {
    line-height: 2.0;
}
.interview_box {
    margin-bottom: 10px;
    padding: 26px 38px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 2.5;
}
.interview_box h3 {
    padding-left: 20px;
    background: url(../images/interview_subtit.png) no-repeat top 10px left!important;
    font-weight: bold;
    font-size: 18px;
}
.interview_box h4 {
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 10px;
    color: #0b64a0;
}
.interview_date {
    clear: both;
    padding: 5px 10px 0 0;
    font: "Quicksand";
    color: #808080;
    text-align: right;
}
.interview_box img {
    max-width: 100%;
    height: auto;
}
.under_line {
    border-bottom: 1px dashed #666;
    padding-bottom: 4px;
}
.fr20 {
    float: right;
    padding-left: 20px;
}
.fl20 {
    float: left;
    padding-right: 20px;
}
.interview_footer {
    margin: 20px 38px 15px 38px;
    border-top: 2px solid #ededed;
    padding: 20px 0 15px 0;
}
.interview_footer div:first-child {
    float: left;
    width: 360px;
    border-right: 2px solid #ededed;
}
.interview_footer div:last-child {
    width: 390px;
    padding-left: 10px;
    float: right;
}
.interview_doctor {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin-right: 16px;
}
.web_link {
    float: left;
    margin-top: 5px;
}
.web_link li a {
    display: block;
    width: 60px;
    background: #108cce;
    color: #fff;
    padding: 4px 10px;
    font: "Quicksand"!important;
    font-size: 11px;
    text-align: center;
}
.web_link a:hover {
    text-decoration: none;
}
.interview_sp_list li:before {
    content: "・";
}
.sns_list li {
    display: inline-block;
    margin-right: 5px;
}
.interview_career {
    display: block;
    width: 765px;
    margin: 20px auto 30px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
}
.interview_career dt {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 5px 30px;
    margin-left: 50px;
    display: inline-block;
    font-size: 18px;
    margin-top: -25px;
    vertical-align: middle;
}
.interview_career dd {
    font-size: 15px;
    line-height: 1.9;
    padding: 12px 35px 25px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
}
.interview_career dd p {
    margin-bottom: 1em;
}
.interview_career dd p:last-child {
    margin-bottom: 0;
}
/*==================================================================

	医療情報を探す

==================================================================*/

.medicalInfo {
    float: left;
    width: 410px;
}
.medicalInfo h1 {
    color: #108ccf;
    font-size: 20px;
}
.medicalInfo h3 {
    color: #108ccf;
    font-size: 20px;
}
.medicalLine {
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.medicalLine::after {
    display: block;
    clear: both;
    content: "";
}
.medicalDoc {
    float: right;
}
.medicalDoc dd {
    text-align: center;
    padding-top: 10px;
}
#clmTit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#clmTit::before {
    content: "Column\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
#medicalTit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#medicalTit::before {
    content: "Medical\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
.kamoku {
    margin: 8px 0 18px 0;
    background: url(../images/s_line.png) no-repeat bottom;
    padding-bottom: 25px;
}
.kamoku li {
    display: inline-block;
    margin-right: 10px;
    background: #EBEBEB;
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.kamoku_list {
    margin: 5px 0;
    border-top: 1px solid #dddddd;
    padding: 12px 0 15px 0;
}
.kamoku_list li {
    display: inline-block;
    width: auto;
    margin-right: 6px;
    background: #EBEBEB;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.acAicon {
    margin-bottom: 10px;
    background: url(../images/acaicon.png) no-repeat top 3px left;
    padding-left: 25px;
}
.access_aicon2 {
    margin-bottom: 10px;
    background: url(../images/acaicon.png) no-repeat top 3px left 70px;
    padding-left: 90px;
}
.trAicon {
    margin-bottom: 10px;
    background: url(../images/traicon.png) no-repeat top 3px left;
    padding-left: 25px;
}
.date {
    color: #666;
    font-size: 13px;
}
.srhCmt {
    background: #f6f6f6;
    border-radius: 8px;
    text-align: center;
    padding: 35px 0;
    margin-top: 25px;
    margin-bottom: 150px;
}
#pageNavi {
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
}
#pageNavi ol {
    display: table;
    margin: 0 auto;
}
#pageNavi li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    line-height: 2.0;
}
#pageNavi li.length {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}
#pageNavi li.active {
    background: #e5f4fb;
    border-radius: 6px;
}
#pageNavi li:last-child {
    margin-right: 0!important;
}
#pageNavi li a {
    color: #000;
}
.tabMenu {
    border-bottom: 2px solid #1c2187;
}
.tabMenu li {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 20px;
    background: #e5f4fb;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #1C2187;
}
.tabMenu li:first-of-type {
    margin-right: 2px;
}
.tabMenu li.actvie {
    background: #1c2187;
    color: #fff;
}
.tabMenu li.actvie a{
    color: #fff;
}
#clContent {
    width: 850px;
    float: left;
}
#clSide {
    width: 300px;
    float: right;
}
#clSide a {
    text-decoration: none;
    color: #444;
}
#viewWrap {
    border-left: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    margin-bottom: 180px;
    padding: 26px 38px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#viewWrap h2 {
    font-size: 19px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    background: url(../images/tit_clinic_03.png) no-repeat top 5px left;
    padding-left: 15px;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 30px;
    clear: both;
}
#viewInterview {
    border-left: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    margin-bottom: 180px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#slide {
    width: 440px;
    float: left;
}
#clInfo {
    width: 300px;
    float: right;
}
#clInfo h3 {
    font-size: 20px;
}
#clInfo dt {
    font-weight: bold;
    margin-bottom: 3px;
}
#clInfo dd {
    margin-bottom: 25px;
}
.capture {
    margin-top: 10px;
}
.capture li {
    width: 100px;
    float: left;
    margin-right: 13px;
}
.box::after {
    content: "";
    clear: both;
    display: block;
}
.time-table {
    background: #dddddd;
    /*width: 660px;*/
    margin: 0 auto 10px auto;
    font-weight: normal;
    text-align: center;
    border-collapse: collapse;
}
.time-table th {
    background: #f6f6f6;
    border: 1px solid #DDDDDD;
    font-weight: normal;
    padding: 10px;
}
.time-table td {
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 10px;
    vertical-align: middle;
}

.time-table02 {
  background: #fff;
  margin: 0 auto 10px auto;
  font-weight: normal;
  text-align: center;
  border-collapse: collapse;
}
.time-table02 th {
  background: #fff;
  border: 1px solid #DDDDDD;
  font-weight: normal;
  padding: 10px;
}
.time-table02 td {
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 10px;
  vertical-align: middle;
}
.table_text {
 text-align:left;
}
.table_text02 {
text-align:center;
}

.areaInterview li {
    background: #F6F6F6;
    margin-bottom: 15px;
}
.areaInterview li div::after {
    display: block;
    clear: both;
    content: "";
}
.areaInterview a {
    color: #000;
}
.areaInterview .doc {
    float: left;
    width: 110px;
    padding-right: 15px;
}
.areaInterview .tit {
    float: left;
    width: 170px;
    padding-top: 10px;
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.areaInterview .date {
    font-weight: normal;
}
.clInterview {
    margin-bottom: 50px;
}
.clInterview h1 {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
}
.clInterview h1::before {
    content: "Interview\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
.clColumn {
    margin-bottom: 35px;
}
.clColumn li {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.clColumn li div::after {
    display: block;
    clear: both;
    content: "";
}
.clColumn a {
    color: #000;
}
.clColumn .doc {
    float: left;
    width: 65px;
    padding-right: 15px;
}
.clColumn .tit {
    float: left;
    width: 170px;
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clColumn .date {
    font-weight: normal;
}
.clColumn h1 {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
}
.clColumn h1::before {
    content: "Column\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
.img_left {
    float: left;
    margin-right: 20px;
    padding-top: 8px;
}
.img_right {
    float: right;
    margin-left: 20px;
    padding-top: 8px;
}
/*==================================================================

	医院情報

==================================================================*/

/*.clinic_question dt {
	font-weight: bold;
	font-size: 15px;
	background: url(../images/question.png) no-repeat top 2px left;
	background-size: 26px 23px;
	padding-left: 38px;
	margin-bottom: 14px;
	min-height: 26px;
}
.clinic_question p {
	margin-bottom: 1em;
}
.clinic_question p:last-child {
	margin-bottom: 0;
}
.clinic_question dd {
	margin-left: 38px;
	margin-bottom: 35px;
	background: #f2fafd;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #e5f4fb;
}*/

.clinic_question {
    padding: 30px 40px;
    border-radius: 8px;
    border: 1px solid #5eb3e1;
    box-shadow: 0 0 0 4px #e5f4fb inset;
}
.clinic_question dt {
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #108CCF;
    font-weight: bold;
    margin: 2px 0 25px 45px;
    padding-left: 3px;
    padding-top: 5px;
    line-height: 32px;
    position: relative;
}
.clinic_question dt::before {
    color: #fff;
    content: "Q.";
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    left: -45px;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    text-shadow: 0 2px 0 #108CCF, 1px 0 0 #108CCF, 0 -1px 0 #108CCF, -1px 0 0 #108CCF, -1px -1px 0 #108CCF, 1px -1px 0 #108CCF, -1px 1px 0 #108CCF, 1px 1px 0 #108CCF;
    top: 2px;
}
.clinic_question dd {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    margin: 2px 0 25px 0;
    padding-left: 45px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px dashed #77c2eb;
}
.clinic_question dd::before {
    color: #108CCF;
    content: "A.";
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    left: 1px;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    top: 2px;
}
.message {
    background: #f6f6f6;
    border: 1px solid #dddddd;
    padding: 30px 36px;
    border-radius: 8px;
}
.message::after {
    clear: both;
    display: block;
    content: "";
}
.mstit {
    background: url(../images/msg_tl.png) no-repeat top left!important;
    padding-left: 30px;
    border-bottom: none!important;
    line-height: 1.3;
    margin-bottom: 15px!important;
}
.prevNum {
    background: url(../images/prev_btn.png) no-repeat;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 2.0;
    padding-left: 5px;
}
.nextNum {
    background: url(../images/next_btn.png) no-repeat;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 2.0;
    padding-right: 5px;
}
.prevNum a {
    text-decoration: none;
    color: #000;
}
.nextNum a {
    text-decoration: none;
    color: #000;
}
.prevNum a:hover {
    text-decoration: none;
    color: #000;
}
.nextNum a:hover {
    text-decoration: none;
    color: #000;
}
#mapField {
    width: 660px;
    height: 325px;
    margin: 0 auto;
}
.breakall {
    word-break: break-all;
}
.noneInfo {
    background: #F6F6F6!important;
    color: #cccccc!important;
}
.line {
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 5px;
}
.noclm {
    background: #f6f6f6;
    border-radius: 6px;
    padding: 15px;
}
.selectChange select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 280px;
    height: 34px;
    font-size: 15px;
}
.selectbox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0e8de;
    border-radius: 4px;
    display: inline-block;
    margin-left: 15px;
    padding: 10px;
    width: 280px;
}
.selectbox::before {
    content: url(../images/search_aicon01.png);
    padding-left: 10px;
    position: relative;
    left: 5px;
}
.selectbox::after {
    content: url(../images/search_arrow.png);
    padding-left: 10px;
    position: relative;
    right: 5px;
}
#areaValue {
    background: url(../images/selecet_search.png) no-repeat;
    width: 280px;
    height: 45px;
    padding-top: 10px;
    position: relative;
}
span.indent {
    text-indent: 50px;
    display: block;
}
#medicalValue {
    background: url(../images/selecet_medical.png) no-repeat;
    width: 280px;
    height: 45px;
    padding-top: 10px;
    position: relative;
}
#areaChoice {
    cursor: pointer;
    border: none;
    padding-left: 50px;
    margin-left: 2px;
    background: none;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.layBall {
    display: none;
    position: absolute;
    background: url(../images/balloon.png) no-repeat top 2px left 38px;
    padding: 15px 0px 15px 15px;
    z-index: 9999;
    left: -15px;
    top: 50px;
}
.layBallSearch {
    background: #FFFFFF;
    border: 3px solid #1c2187;
    padding: 20px;
}
.layBallSearch dt {
    padding: 0px 0px 5px 15px;
    margin-bottom: 15px;
    background: url(../images/content_tit.png) no-repeat top left;
    line-height: 1.0;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.layBallSearch dd li {
    display: inline-block;
    width: 47%;
    margin-bottom: 5px;
}
.layBallSearch dd li input {
    vertical-align: -1px;
}
.layBallSearch dd ul {
    padding: 15px 0 10px 12px;
    background-repeat: repeat-x;
    background-image: url(../images/content_line.png), url(../images/content_line.png);
    background-position: top, bottom;
    background-color: #f8fdff;
}
.selectTit {
    padding: 0px 0px 5px 15px;
    margin-bottom: 25px;
    background: url(../images/content_tit.png) no-repeat top left;
    line-height: 1.0;
    font-size: 16px;
    font-weight: bold;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mediback {
    margin-right: 10px;
}
#areaValue {
    cursor: pointer;
}
#medicalValue {
    cursor: pointer;
}
.button {
    width: 300px;
    height: 55px;
    border: none;
    background: url(../images/seach_btn.png) no-repeat;
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    cursor: pointer;
}
.search_button {
    width: 260px;
    height: 50px;
    margin-bottom: 20px;
    border: none;
    background: url(../images/search_btn.png) no-repeat;
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    cursor: pointer;
}
.keyword_button {
    width: 31px;
    height: 28px;
    margin-left: 5px;
    border: none;
    background: url(../images/search_aicon.png) no-repeat;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    cursor: pointer;
}
.medical_inner {
    font-size: 15px;
}
.medical_inner h3 {
    border: 2px solid #cccccc;
    text-align: center;
    padding: 30px 0;
    margin: 45px 0 15px;
}
.medical_inner h3 span {
    display: inline-block;
    background: url(../images/medical_info02.png) no-repeat center bottom;
    min-width: 100px;
    min-height: 50px;
    font-size: 25px;
    font-weight: bold;
}
.medical_inner h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.medical_inner dl.list01 {
    margin-top: 10px;
}
.medical_inner dl.list01 dt {
    border-bottom: 1px solid #e1e1e1;
    background: #F9F9F9;
    color: #1086C8;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
}
.medical_inner dl.list01 dd {
    margin-bottom: 20px;
    background: #F9F9F9;
    padding: 20px;
}
.medical_inner dl.list01 dd p:last-child {
    margin-bottom: 0;
}
.medical_catch {
    background: url(../images/medical_info01.png) no-repeat center center;
    min-height: 182px;
    font-weight: bold;
    font-size: 16px;
    padding: 100px 50px 50px 50px;
    box-sizing: border-box;
    line-height: 2.0;
}
.medical_list {
    border: #1086c8 2px solid;
    border-radius: 10px;
    padding: 30px;
    margin: 15px 0;
}
.medical_list li {
    padding-left: 25px;
    background: url(../images/medical_check_aicon.png) no-repeat top left;
    margin-bottom: 10px;
}
.medical_list li:last-child {
    margin-bottom: 0;
}
.medical_index dt {
    text-align: center;
    font-size: 16px;
    padding: 5px 0 20px;
    background: url(../images/down_arrow.png) no-repeat top center;
    background-size: 70px auto;
    font-weight: bold!important;/*background-color: #f0e8de;*/
}
.medical_index {
    margin: 10px auto;
    padding: 25px 30px;
    background: #F9F6F1;
    border-top: 1px solid #f0e8de;
    border-bottom: 1px solid #f0e8de;
}
.medical_index ol > li li:before {
}
.medical_index ol ol {
    margin-top: 5px;
}
.medical_index li {
    margin-bottom: 10px;
    background: url(../images/medical_arrow.png) no-repeat top 6px left 0;
    background-size: 6px 8px;
    padding-left: 12px;
}
.medical_index a {
    padding: 2px .3em;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #108ccf 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
}
.medical_index a:hover {
    background-position: -100% 0;
    color: #fff;
    text-decoration: none;
}
.medical_index li:hover {
}
/*==================================================================

	専門医を探す

==================================================================*/

.medical_tit {
    padding: 0 0 3px 0;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-size: 13px!important;
}
.medical_thumb {
    float: left;
    padding-right: 15px;
}
.medical_thumb img {
    border-radius: 50%;
    margin-top: 8px;
}
/*==================================================================

	医院情報

==================================================================*/

.onclick {
    cursor: pointer;
}
.medicalInfo {
    float: left;
    width: 410px;
}
.medicalInfo h1 {
    color: #108ccf;
    font-size: 20px;
}
.medicalLine {
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.medicalLine::after {
    display: block;
    clear: both;
    content: "";
}
.medical_article_thumb figure {
    float: right;
    position: relative;
}
.medical_article_thumb figcaption {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(16,140,207,0.8);
    color: #fff;
    padding: 2px 5px;
    min-width: 60px;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
.medical_search_select {
    float: left;
    margin: 15px 10px 15px 50px;
    width: 290px;
    box-sizing: border-box;
}
.medical_search_btn {
    float: right;
    margin: 15px 50px 15px 10px;
    width: 290px;
    box-sizing: border-box;
}
#ranking_tit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#ranking_tit::before {
    content: "Rankings\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
#feature_tit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#feature_tit::before {
    content: "Feature\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
#rank_tit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#rank_tit::before {
    content: "Rankings\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
.ranking_block {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
}
.ranking_block::after {
    display: block;
    content: "";
    clear: both;
}
.ranking_thumb {
    float: left;
    padding-right: 15px;
    position: relative;
}
.ranking_thumb img {
    border-radius: 50%;
    margin-top: 8px;
}
.ranking_thumb span {
    position: absolute;
    top: 6px;
    left: -2px;
    color: #fff;
    background: #3ba4dd;
    padding: 1px 7px 1px 8px;
    border-radius: 100%;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}
.ranking_tit {
    padding: 0 0 3px 0;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: 500;
    font-size: 13px!important;
}
.ranking_date {
    color: #666;
    font-size: 13px;
}
#article_tit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
}
#article_tit::before {
    content: "Supervision\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
.article_block {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
}
.article_block::after {
    display: block;
    content: "";
    clear: both;
}
.article_thumb {
    float: left;
    padding-right: 15px;
    position: relative;
}
.article_thumb img {
    border-radius: 50%;
    margin-top: 8px;
}
.article_thumb span {
    position: absolute;
    top: 6px;
    left: -2px;
    color: #fff;
    background: #51a7d5;
    padding: 1px 7px 1px 8px;
    border-radius: 100%;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}
.article_tit {
    padding: 0 0 3px 0;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: 500;
    font-size: 13px!important;
    color: #444;
}
.article_date {
    color: #666;
    font-size: 13px;
}
#institution_tit {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}
/*
#institution_tit::before {
	content: "Hospital ";
	white-space: pre;
	font-size: 24px;
	font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
	font-weight: bold;
}
*/
.institution_block {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
}
.institution_block::after {
    display: block;
    content: "";
    clear: both;
}
.institution_thumb {
    float: left;
    padding-right: 15px;
}
.institution_tit {
    padding: 0;
    font-size: 16px;
    color: #444;
}
.institution_kamoku li {
    display: inline-block;
    font-size: 13px;
    color: #aaa;
}
.clinic_feature_list li {
    background: url(../images/icon_star.png);
    background-size: 16px auto;
    background-position: top 6px left;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}
.clinic_bio_box {
    border-top: 3px solid #eee;
    padding-top: 15px;
    clear: both;
    margin-top: 15px;
}
.clinic_bio_box h4 {
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.clinic_bio_box h3 {
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.clinic_bio_box div:first-child {
    width: 410px;
    float: left;
}
.clinic_bio_box div:last-child {
    width: 240px;
    float: right;
}
.clinic_bio_box li:before {
    content: "・";
}
.clinic_bio_box li {
    margin-bottom: 5px;
}
.specialist_list li {
    float: left;
    color: #ccc;
    margin-right: 5px;
}
.medical_feature {
    display: inline-block;
    background: #f9c869;
    padding: 3px 8px 4px 8px;
    margin-bottom: 5px;
    font-size: 12px;
}

/*==================================================================

	医院情報 個別ページ

==================================================================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 500;
}
}
#medical_keyword {
    width: 280px;
}
#medical_contents {
    border: 2px solid #ededed;
    border-radius: 4px;
    margin-bottom: 80px;
    font-family: "Quicksand", "Yu Gothic", "游ゴシック体", YuGothic;
    font-weight: 500;
}
#medical_contents .medical_inner {
    padding: 10px 50px 25px 50px;
}
.medical_info_page h1 {
    color: #108ccf;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.medical_info_page p {
    margin-bottom: 1em;
}
.medical_info_page img {
    max-width: 100%;
    height: auto;
}
.medical_line_page {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.medical_line_page::after {
    display: block;
    clear: both;
    content: "";
}
.medical_main_image {
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.medical_main_image img {
    position: absolute;
    top: -50px;
}
.medical_keyword {
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
}
.search_keyword {
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
}
.clinic_doctor {
    overflow: hidden;
    float: right;
    width: 240px;
    padding-left: 35px;
}
.clinic_doctor img {
    border: 3px solid #fff;
    box-sizing: border-box;
}
.medical_supervision {
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px dashed #eee;
    font-weight: bold;
}
.medical_footer {
    margin: 20px 38px 15px 38px;
    border-top: 2px solid #ededed;
    padding: 20px 0 15px 0;
}
.medical_footer div:first-child {
    float: left;
    width: 360px;
    border-right: 2px solid #ededed;
    box-sizing: border-box;
}
.medical_footer div a {
    text-decoration: none;
}
.medical_footer div:last-child {
    width: 240px;
    float: right;
    box-sizing: border-box;
}
.medical_doctor {
    position: relative;
    float: left;
    margin-right: 10px;
}
.medical_doctor span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(16, 140, 207, 0.8);
    color: #fff;
    font-size: 11px;
    min-width: 30px;
    padding: 1px 5px 2px 5px;
    text-align: center;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-right: 5px;
}
.clinic_career {
    float: left;
    width: 45%;
    padding: 5px;
}
.clinic_quali {
    float: right;
    width: 45%;
    padding: 5px;
}
/*==================================================================

	404エラー

==================================================================*/





/*==================================================================

	運営会社

==================================================================*/

#company_content {
    margin: 50px auto;
    width: 980px;
}
.table_info {
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
    border-collapse: separate;
}
.table_info th {
    background: #F0F4FA url("../images/height_line.png") repeat-y scroll right center;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 18px 24px;
    text-align: left;
    vertical-align: top;
}
.table_info td {
    background: #ffffff none repeat scroll 0 0;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 16px 15px 18px;
    line-height: 2.0;
    letter-spacing: 1px;
}
.table_info tr:first-child th:first-child {
    border-radius: 6px 0 0 0;
}
.table_info tr:first-child td:last-child {
    border-radius: 0 6px 0 0;
}
.table_info tr:last-child th:first-child {
    border-radius: 0 0 0 6px;
    border-bottom: 1px solid #dddddd;
}
.table_info tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
    border-bottom: 1px solid #dddddd;
}
.table_info_top_radius tr th {
    border-top-left-radius: 6px!important;
}
.table_info_top_radius tr td {
    border-top-right-radius: 6px!important;
}
/*==================================================================

	メディカリストについて

==================================================================*/

#about_content {
    margin: 50px auto;
    width: 980px;
}
#about_content h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#about_content h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.about_annotation {
    margin: 25px 0 15px 0;
    background: #F2F9FD;
    padding: 16px 20px;
    border-radius: 4px;
    box-shadow: 0px 7px 2px -7px #e5e5e5;
}
.about_consideration li {
    margin-bottom: 1em;
}
.about_list li {
    border: 1px solid #ededed;
    padding: 6px 12px 8px 12px;
    display: inline-block;
    text-align: center;
    margin: 5px 2px;
    border-radius: 4px;
    box-shadow: 0px 7px 2px -7px #e5e5e5;
}
.about_wrap {
    background: #fefefe;
    padding: 32px 15px 32px 25px;
    border: 1px solid #ededed;
    box-shadow: 0px 7px 2px -7px #e5e5e5;
    border-radius: 4px;
}
.about_wrap h3 {
    text-align: center;
    margin-bottom: 20px!important;
}
h3.about_tit {
    text-align: center;
}
h3.about_tit span {
    font-size: 20px;
    border-bottom: 1px solid #1C2187;
    padding-bottom: 10px;
    margin-bottom: 35px;
    display: inline-block;
}
h4.about_tit {
    padding-left: 20px;
    background: url(../images/interview_subtit.png) no-repeat top 3px left!important;
    font-weight: bold;
    font-size: 16px;
    min-height: 30px;
}
/*==================================================================

	利用規約

==================================================================*/

#terms_content {
    margin: 50px auto;
    width: 980px;
}
#terms_content h3 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.0;
}
#terms_content h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
.terms_box {
    margin-top: 15px;
    border: 2px solid #ededed;
    border-radius: 6px;
    padding: 25px;
}
.terms_line {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding: 5px 10px;
}
.terms_line:last-child {
    border-bottom: none;
}
/*==================================================================

	お問合せ

==================================================================*/

#contact_content {
    margin: 50px auto;
    width: 980px;
}
/*==================================================================

	診療内容カラー

==================================================================*/

.medi_blue {
    display: inline-block;
    border-radius: 5px;
    margin: 12px 0 0 14px;
    padding: 1px 6px;
    background: #108ccf;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.medi_green {
    display: inline-block;
    border-radius: 5px;
    margin: 12px 0 0 14px;
    padding: 1px 6px;
    background: #4abec5;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.medi_pink {
    display: inline-block;
    border-radius: 5px;
    margin: 12px 0 0 14px;
    padding: 1px 6px;
    background: #e85b86;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.medi_gray {
    display: inline-block;
    border-radius: 5px;
    margin: 12px 0 0 14px;
    padding: 1px 6px;
    background: #999999;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.medi_orange {
    display: inline-block;
    border-radius: 5px;
    margin: 15px 0 0 14px;
    padding: 1px 6px;
    background: #e6a237;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.medi_yellow {
    display: inline-block;
    border-radius: 5px;
    margin: 15px 0 0 14px;
    padding: 1px 6px;
    background: #edd051;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.medi_darkblue {
    display: inline-block;
    border-radius: 5px;
    margin: 15px 0 0 14px;
    padding: 1px 6px;
    background: #1C2187;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
}
/*==================================================================

	診療科目カラー

==================================================================*/

.color_blue {
    color: #108CCF;
}
.color_pink {
    color: #EA6E94;
}
.color_green {
    color: #74CDD2;
}
.color_ore {
    color: #E49C2B;
}
.color_yellow {
    color: #EDC611;
}
.color_brown {
    color: #BA9B80;
}
.color_pur {
    color: #D7A4CF;
}
.color_gray {
    color: #999;
}
.back_blue {
    background: #108CCF!important;
    color: #fff;
}
.back_pink {
    background: #EA6E94!important;
    color: #fff;
}
.back_green {
    background: #74CDD2!important;
    color: #fff;
}
.back_ore {
    background: #E49C2B!important;
    color: #fff;
}
.back_yellow {
    background: #EDC611!important;
    color: #fff;
}
.back_brown {
    background: #BA9B80!important;
    color: #fff;
}
.back_pur {
    background: #D7A4CF!important;
    color: #fff;
}
.back_gray {
    background: #cccccc!important;
    color: #fff;
}
/*==================================================================

	共通

==================================================================*/

.wrap_box {
    border: 1px solid #5eb3e1;
    box-shadow: 0 0 0 4px #F2F9FD inset;
    padding: 30px 40px;
}
.pref_list {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 70px;
}
.pref_list li {
    float: left;
    width: calc(100% / 4);
    background: #F0F4FA;
    text-align: center;
}
.pref_list li a {
    display: block;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}
/*==================================================================

	タブメニュー

==================================================================*/
/* RESET */

.tab_area {
    position: relative;
    width: 94%;
}
.tab_area:before, .tab_area:after {
    display: table;
    content: '';
}
.tab_area:after {
    clear: both;
}
.tab_area li {
    position: relative;
    float: left;
    width: 25%;
    padding: .8em 0;
    color: #108CCF;
    text-align: center;
    background-color: #ededed;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}
.tab_area_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 2px;
    background-color: #108CCF;
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}
.tab_contents > li {
    display: none;
    padding: 20px 0;
    background-color: #fff;
}
.tab_contents li.active {
    display: block;
}
/* 波紋 */
.ripple {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.ripple_animation {
    -webkit-animation: ripple .6s linear;
    -moz-animation: ripple .6s linear;
    animation: ripple .6s linear;
}
@-webkit-keyframes ripple {
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
 -moz-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
}
@keyframes ripple {
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
 -moz-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
}
.defalut_kanto {
    left: 0px;
}
.defalut_kansai {
    left: 92px;
}
.defalut_tokai {
    left: 184px;
}
.defalut_kyushu {
    left: 276px;
}

/*==================================================================

	タブメニュー

==================================================================*/



/*==================================================================

	$medicare

==================================================================*/

.medicare_list {
    background: url(../images/icon_medicare.png) no-repeat top 5px left;
    background-size: 13px auto;
    padding-left: 26px;
    color: #000;
}
.medicare_list li {
    display: inline-block;
}
.medicare_list li::after {
    content: "/";
    padding-left: 3px;
}
.medicare_list li:last-child::after {
    content: none;
    padding-left: 0;
}
/*==================================================================

	$terms

==================================================================*/

#terms_contents {
    border: 2px solid #ededed;
    border-radius: 4px;
    margin-bottom: 80px;
    font-family: "Quicksand", "Yu Gothic", "游ゴシック体", YuGothic;
    font-weight: 500;
}
#terms_contents p {
    margin-bottom: 1em;
}
#terms_contents .terms_inner {
    padding: 35px 35px 25px 35px;
}
#terms_contents .table_info th {
    font-weight: bold!important;
}
#terms_contents h2 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    padding-left: 2px;
}
#terms_contents h3 {
    border: 2px solid #cccccc;
    margin: 45px 0 15px;
    padding: 30px 0;
    text-align: center;
    background: url("../images/medical_info02.png") no-repeat center bottom 30px;
    font-size: 25px;
    font-weight: bold;
    min-height: 50px;
    min-width: 100px;
}
#terms_contents h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 5px 0 0;
    margin-bottom: 10px;
}
.terms_main_image {
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.terms_main_image img {
    position: absolute;
    top: -50px;
}

/*============================================================================

	$common

============================================================================*/

.common_interview_tit {
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.common_interview_tit::before {
    content: "Interview\A";
    white-space: pre;
    font-size: 24px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
}
.common_interview_tit strong {
}
.common_interview_block {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
.common_interview_block:after {
    display: block;
    content: "";
    clear: both;
}
.common_interview_thumb {
    float: left;
    padding-right: 15px;
}
.common_interview_thumb img {
    border-radius: 50%;
    margin: 10px 0;
}
/*==================================================================

	$Recruit

==================================================================*/

.recruit_image img {
    width: 100%;
    height: auto;
}
.recruit_image ul {
    display: flex;
    padding: 10px;
}
.recruit_image li {
    padding: 0 4px;
    /*width: calc(100%/3);*/
}
.recruit_image li dd {
    text-align: center;
}
.recruit_apeal {
    background: #fff;
}
.recruit_main {
/*background: #F9F6F1;*/
}
.recruit_main h2 {
    border: none!important;
    background: none!important;
    margin-bottom: 0!important;
    font-size: 20px;
    color: #0b64a0;
}
.recruit_main p {
    padding: 15px;
}
.recruit_btn {
    background: #e0ac57 none repeat scroll 0 0;
    border-color: #e0ac57 #e0ac57 #c8933c;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 14px 66px;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.back_btn {
    display: inline-block;
    margin-bottom: 15px;
    padding: 14px 36px;
    background: #efefef none repeat scroll 0 0;
    border-color: #efefef #efefef #ccc;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #aaa;
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.mail_btn_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: center;
    padding: 0 20%;
}
.mail_btn_list li:nth-child(1) {
    order: 1;
}
.mail_btn_list li:nth-child(2) {
    order: 2;
    margin-left: 100px;
}
.required {
    color: #BC2828;
}

.group_img a {
    display: block;
    margin-bottom: 15px;
    background-color: #333;
    width: 175px;
    height: 100%;
    padding: 15px 0;
    text-align: center;
    opacity: 1;
    transition: 0.2s ease-in-out;
}
.group_img a:hover {
    opacity: 0.8;
}
