@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Overpass:400,700");
/* 2017.02 update */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*
table {
    border-collapse:collapse;
    border-spacing:0;
}
*/
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  border: none;
  font-size: 0;
}

ol, ul, li {
  list-style: none;
}

/*-------------
   clearfix
---------------*/
div, dl, ul {
  zoom: 1;
}

div:after,
dl:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}

/* ◆IE8 */
html > body .clearfix {
  display: block\9 ;
}

/*-------------
   禁則処理
---------------*/
p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*-------------
     BODY
---------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  /*font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*	font-family: "メイリオ", Meiryo, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	*/
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.3;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*box-sizingを全ブラウザに対応
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
*/
/* 系列サイト共通background */
/*共通の処理*/
@media print, screen and (min-width: 599px) {
  .sp-s {
    display: none !important;
  }
}
@media print, screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/*img{
	@include mq(spCss){
		width: 100%;
	}
}*/
a {
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

a:focus,
textarea:focus,
input:focus {
  outline: none;
}

a.text-link {
  color: #eb6d87;
  text-decoration: underline;
}
a.text-link:hover {
  text-decoration: none;
}

input:input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

input[type=text],
input[type=tel],
input[type=email] {
  color: #333;
  width: 350px;
  padding: 10px 10px 12px 10px;
  margin: 0 5px 5px 0px;
  border: 1px solid #CCC;
  font-size: 1.5rem;
  text-indent: 0.3em;
}
@media screen and (max-width: 959px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    width: 100% !important;
    margin: 5px 0px;
    font-size: 1.6rem;
    padding: 10px 0px;
  }
}
input[type=text].errorBox,
input[type=tel].errorBox,
input[type=email].errorBox {
  border: 1px solid #CC0000;
  background: #fff5f6;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  background: #e9eee6;
}
input[type=text].age,
input[type=tel].age,
input[type=email].age {
  width: 80px !important;
}
input[type=text].income,
input[type=tel].income,
input[type=email].income {
  width: 150px !important;
}
input[type=text].zipCord,
input[type=tel].zipCord,
input[type=email].zipCord {
  width: 150px !important;
}
@media screen and (max-width: 959px) {
  input[type=text].zipCord,
  input[type=tel].zipCord,
  input[type=email].zipCord {
    width: 120px !important;
  }
}
input[type=text].days,
input[type=tel].days,
input[type=email].days {
  width: 200px !important;
}
@media screen and (max-width: 959px) {
  input[type=text].days,
  input[type=tel].days,
  input[type=email].days {
    width: 100% !important;
  }
}
input[type=text].add,
input[type=tel].add,
input[type=email].add {
  width: 450px !important;
}
@media screen and (max-width: 959px) {
  input[type=text].add,
  input[type=tel].add,
  input[type=email].add {
    width: 100% !important;
  }
}
input[type=text].lesionName,
input[type=tel].lesionName,
input[type=email].lesionName {
  width: 500px !important;
}
@media screen and (max-width: 959px) {
  input[type=text].lesionName,
  input[type=tel].lesionName,
  input[type=email].lesionName {
    width: 100% !important;
  }
}
input[type=text].error,
input[type=tel].error,
input[type=email].error {
  background: #ffe9eb;
}

input[type=button] {
  vertical-align: top;
  padding: 10px 10px 12px 10px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background: #333333;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  input[type=button] {
    -webkit-appearance: none;
    padding: 13px 10px 15px 10px;
    vertical-align: middle;
  }
}
input[type=button].zipBtn {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: normal;
  background: url(../images/inquiry/arrow_bottom.png) 15px center no-repeat, #000;
  margin: 0 10px;
  padding-right: 10px;
  padding-left: 30px;
  border-radius: 40px;
}

/*------ ラジオボタン・チェックボックス ------*/
input[type=radio],
input[type=checkbox] {
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  input[type=radio],
  input[type=checkbox] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 10px;
  }
}

/*------ セレクト ------*/
select {
  color: #333;
  border: none;
  background: #e7eff3;
  font-size: 1.5rem;
  margin: 3px 0;
  padding: 10px 0px 10px 10px;
}
select.error {
  border: 1px solid #FFF;
}
@media screen and (max-width: 959px) {
  select {
    width: 98%;
    min-height: 35px;
    /*選択時のズーム回避 */
    font-size: 1.6rem;
    /*transform: scale(0.8);*/
  }
}
select.bdY {
  width: 70px;
  margin-right: 5px;
}
select.bdM {
  width: 50px;
  margin-right: 5px;
}

/*------ テキストエリア ------*/
textarea {
  width: 600px;
  margin: 0 5px 5px 0px;
  border: 1px solid #CCC;
  font-size: 1.5rem;
  text-indent: 0.3em;
}
@media screen and (max-width: 959px) {
  textarea {
    width: 100%;
    margin: 5px 0px;
    font-size: 1.7rem;
    padding: 10px 0px;
  }
}
textarea:focus {
  background: #dfeed5;
}

.text-red {
  color: #CC0000;
}

.text-cnt {
  text-align: center;
}

.text-idt {
  text-indent: -1em;
  padding-left: 1em;
}

.text-dis {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.font-Ymin {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

.notice-text {
  margin-bottom: 20px;
}
.notice-text li {
  text-indent: 0em;
  margin-bottom: 3px;
  padding-left: 1.2em;
  position: relative;
}
.notice-text li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.notice-text.tSpace0 {
  margin-top: -20px;
}

.ml-05 {
  margin-left: -5px;
}

.ml-10 {
  margin-left: -10px;
}

/*----------------
   MARGIN(BOTTOM)
------------------*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mb400 {
  margin-bottom: 400px !important;
}

.mb500 {
  margin-bottom: 500px !important;
}

/*----------------
   width
------------------*/
.w40 {
  width: 40px;
}

.w50 {
  width: 40px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

body {
  background: #eaeeee;
}

.container {
  background: #FFF;
}
@media print, screen and (min-width: 960px) {
  .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .container {
    width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .contentsWrap {
    padding-top: 95px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  .contentsWrap {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
#top .contentsWrap {
  margin-bottom: 0px;
}
.contentsWrap__inner {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .contentsWrap__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.contentsWrap__main {
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .contentsWrap__main {
    float: left;
    margin-right: -270px;
    padding-right: 270px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 959px) {
  .contentsWrap__main {
    margin-bottom: 40px;
    padding: 20px 10px 0 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .contentsWrap__side {
    width: 220px;
    float: right;
  }
}
.header {
  width: 100%;
  height: 95px;
  margin: 0 auto;
  background: #FFF;
  position: fixed;
  z-index: 8888;
}
@media print, screen and (min-width: 960px) {
  .header {
    max-width: 1400px;
  }
}
@media screen and (max-width: 959px) {
  .header {
    height: 60px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
  }
}
.header__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .header__inner {
    max-width: 1100px;
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 960px) {
  .header__logo {
    position: absolute;
    top: 8px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .header__logo {
    float: left;
    padding: 7px 0 7px 10px;
  }
}
.header__logo img {
  width: 290px;
  height: 70px;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .header__logo img {
    width: 180px;
    height: 43px;
  }
}
.header__hNavi {
  position: absolute;
  top: 0;
  right: 0;
}
.header__hNavi select.fsChange {
  display: none;
}
.header__hNavi__tel {
  float: left;
  padding: 18px 15px 0px 0px;
}
.header__hNavi__tel dt {
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
}
.header__hNavi__tel dt::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #eb6d87 transparent transparent transparent;
}
.header__hNavi__tel dd {
  color: #eb6d87;
  font-family: "Overpass", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 3px 0 0 28px;
  position: relative;
}
.header__hNavi__tel dd::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "　";
  background: url(../images/common/icon_phone.png) left top no-repeat;
  background-size: 25px;
}
.header__hNavi__fontsize {
  float: left;
  height: 75px;
  box-sizing: border-box;
  cursor: pointer;
}
.header__hNavi__fontsize__btn {
  width: 85px;
  height: 75px;
  color: #f88c00;
  font-size: 1.4rem;
  text-align: center;
  float: right;
  display: block;
  padding-top: 47px;
  background: url(../images/common/icon_fontsize.png) center 14px no-repeat, #fff8dd;
  box-sizing: border-box;
}
.header__hNavi__fontsize .close {
  background: url(../images/common/close_btn.png) center 14px no-repeat, #fff8dd;
  background-size: 20px;
}
.header__hNavi__fontsize__box {
  height: 75px;
  display: none;
  position: relative;
  float: right;
  padding: 16px 20px 0;
  background: #fffcf1;
  box-sizing: border-box;
}
.header__hNavi__fontsize__box #fontSize {
  width: 101px;
}
.header__hNavi__fontsize__box #fontSize li {
  width: 30px;
  float: left;
  background: #FFF;
  color: #f88c00;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}
.header__hNavi__fontsize__box #fontSize li:first-child {
  border-right: 1px solid #f8db87;
}
.header__hNavi__fontsize__box #fontSize li.current {
  color: #FFF;
  font-weight: bold;
  background: #f8a300;
}
.header__hNavi__search {
  float: left;
  display: block;
  cursor: pointer;
}
.header__hNavi__search__btn {
  width: 85px;
  height: 75px;
  color: #f88c00;
  font-size: 1.4rem;
  text-align: center;
  float: right;
  display: block;
  padding-top: 47px;
  background: url(../images/common/icon_search.png) center 12px no-repeat, #fff8dd;
  border-left: 1px solid #f8db87;
  box-sizing: border-box;
}
.header__hNavi__search .close {
  background: url(../images/common/close_btn.png) center 12px no-repeat, #fff8dd;
  background-size: 20px;
}
.header__hNavi__search__box {
  height: 75px;
  display: none;
  position: relative;
  float: right;
  padding: 20px 10px 0px;
  background: #fffcf1;
  box-sizing: border-box;
}
.header__hNavi__search__box input[type=text] {
  height: 18px;
  background: #FFFFFF;
  border: none;
  width: 125px;
  padding: 5px 32px 5px 5px;
  margin-top: 3px;
}
.header__hNavi__search__box input[type=submit] {
  position: absolute;
  top: 24px;
  left: 153px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0px;
  background: url(../images/common/icon_search.png) left center no-repeat;
  background-size: 16px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.header__hNavi__link {
  float: right;
  background: #f8a300;
  position: relative;
  text-align: center;
}
.header__hNavi__link::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 26px;
  height: 27px;
  margin-left: -14px;
  content: "　";
  background: url(../images/common/icon_recruit.png) center top no-repeat;
}
.header__hNavi__link a {
  width: 87px;
  height: 75px;
  color: #FFF;
  font-size: 1.4rem;
  display: block;
  background: #f8a300;
  padding-top: 47px;
  box-sizing: border-box;
}
.header__hNavi__link a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
@media print, screen and (min-width: 960px) {
  .header__spNavi {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .header__spNavi {
    float: right;
    position: relative;
  }
}
.header__spNavi li {
  width: 60px;
  height: 60px;
  color: #f88c00;
  font-size: 1.1rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  z-index: 101;
  padding-top: 40px;
  position: absolute;
  border-left: 1px solid #DDD;
}
.header__spNavi li#menu {
  right: 0;
  top: 0;
  background: url(../images/common/sp_menu_btn.png) no-repeat;
  background-size: 28px auto;
  background-position: 50% 11px;
}
.open .header__spNavi li#menu {
  background: url(../images/common/close_btn.png) no-repeat;
  background-size: 24px auto;
  background-position: 50% 11px;
}
.header__spNavi li#menu .open .sp-menu {
  position: fixed;
}
.header__spNavi li.tel {
  position: absolute;
  right: 61px;
  top: 0;
  background: url(../images/common/icon_phone_o.png) no-repeat;
  background-size: 25px;
  background-position: 50% 9px;
}
.header__spNavi li.tel a {
  color: #f88c00;
  text-decoration: none;
}

/* スクロール後のHEADER（小）*/
@media print, screen and (min-width: 960px) {
  .is-animation {
    height: 85px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .is-animation .header__logo {
    top: 4px;
  }
  .is-animation .header__logo img {
    width: 260px;
    height: 63px;
    transition: 0.3s;
  }
  .is-animation .header__gNavi {
    top: 78px;
    transition: 0.3s;
  }
  .is-animation .header__hNavi__fontsize__btn {
    height: 70px;
    padding-top: 45px;
    transition: 0.3s;
  }
  .is-animation .header__hNavi__fontsize__box {
    height: 70px;
    padding: 15px 20px 0;
  }
  .is-animation .header__hNavi__search__btn {
    height: 70px;
    padding-top: 45px;
    transition: 0.3s;
  }
  .is-animation .header__hNavi__search__box {
    height: 70px;
    padding: 20px 10px 0px;
  }
  .is-animation .header__hNavi__link a {
    height: 70px;
    padding-top: 45px;
    transition: 0.3s;
  }
}
/* common */
a.link-btn {
  color: #f88c00;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 30px 15px 20px;
  background: #ffe8b7;
  position: relative;
}
a.link-btn:hover {
  background: #ffda8c;
}
a.link-btn::before {
  position: absolute;
  margin-top: -6px;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #f8a300;
  border-right: 2px solid #f8a300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageTitle {
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .pageTitle {
    max-width: 1400px;
    height: 170px;
  }
}
@media screen and (max-width: 959px) {
  .pageTitle {
    height: 120px;
    text-align: center;
    padding: 0;
  }
}
.pageTitle span {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 960px) {
  .pageTitle span {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.pageTitle h2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  display: inline-block;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 109, 135, 0.8)) to(rgba(248, 163, 0, 0.8)));
  background: linear-gradient(to right, rgba(235, 109, 135, 0.8), rgba(248, 163, 0, 0.8));
}
@media print, screen and (min-width: 960px) {
  .pageTitle h2 {
    min-width: 280px;
    font-size: 3.2rem;
    /*letter-spacing:0.05em;*/
    margin-top: 55px;
  }
}
@media screen and (max-width: 959px) {
  .pageTitle h2 {
    font-size: 2rem;
    margin-top: 35px;
  }
}
#information .pageTitle {
  background: url(../images/information/bg_pagetitle.jpg) center top no-repeat;
  background-size: cover;
}
#about .pageTitle {
  background: url(../images/about/bg_pagetitle.jpg) center top no-repeat;
  background-size: cover;
}
#patient .pageTitle {
  background: url(../images/patient/bg_pagetitle.jpg) center top no-repeat;
  background-size: cover;
}

.breadcrumbs {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
}
.breadcrumbs li {
  float: left;
  font-size: 1.3rem;
  position: relative;
  padding: 2px 0 0 18px;
}
.breadcrumbs li::before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs li:first-child {
  width: 16px;
  background: url(../images/common/ico_breadcrumbs-home.jpg) left top no-repeat;
  padding: 0 0 5px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs li:first-child a {
  display: block;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li a {
  color: #eb6d87;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.ttl01 {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: normal;
  border-bottom: 3px solid #D7D7D7;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .ttl01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
}
.ttl01::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 160px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 109, 135, 0.8)) to(rgba(248, 163, 0, 0.8)));
  background: linear-gradient(to right, rgba(235, 109, 135, 0.8), rgba(248, 163, 0, 0.8));
}
@media screen and (max-width: 959px) {
  .ttl01::before {
    width: 120px;
  }
}

.ttl02 {
  font-size: 1.9rem;
  line-height: 1.3;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 10px 15px 10px 25px;
  background: #fdf0f3;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .ttl02 {
    font-size: 1.7rem;
  }
}
.ttl02::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 16px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 109, 135, 0.8)) to(rgba(248, 163, 0, 0.8)));
  background: linear-gradient(to right, rgba(235, 109, 135, 0.8), rgba(248, 163, 0, 0.8));
}

.ttl03 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 0px 10px 7px 12px;
  border-bottom: 1px dotted #CCC;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .ttl03 {
    font-size: 1.6rem;
  }
}
.ttl03::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 5px;
  height: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 109, 135, 0.8)) to(rgba(248, 163, 0, 0.8)));
  background: linear-gradient(to right, rgba(235, 109, 135, 0.8), rgba(248, 163, 0, 0.8));
}

.ttl04 {
  color: #eb6d87;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
  background: #EEE;
  margin-bottom: 15px;
  padding: 7px 10px 7px 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .ttl04 {
    font-size: 1.5rem;
  }
}
.ttl04::before {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  width: 8px;
  height: 8px;
  background: #eb6d87;
}

.index-nav li {
  width: 48%;
  font-size: 1.9rem;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .index-nav li {
    width: 100%;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-nav li:nth-child(even) {
    margin-left: 4%;
  }
}
.index-nav li a {
  display: block;
  padding: 25px 15px 25px 60px;
  background: url(../images/common/index_arrow.png) 17px 22px no-repeat, #fdf0f3;
  background-size: 30px;
}
@media screen and (max-width: 959px) {
  .index-nav li a {
    padding: 25px 15px 25px 50px;
    background: url(../images/common/index_arrow.png) 15px 23px no-repeat, #fdf0f3;
    background-size: 25px;
  }
}
.index-nav li a:hover {
  background: url(../images/common/index_arrow.png) 17px 22px no-repeat, #faf5d3;
  background-size: 30px;
}
@media screen and (max-width: 959px) {
  .index-nav li a:hover {
    background: url(../images/common/index_arrow.png) 15px 23px no-repeat, #faf5d3;
    background-size: 25px;
  }
}

.sideNaviBlock {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .sideNaviBlock {
    margin-bottom: 20px;
  }
}
.sideNaviBlock__title {
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
  background: #eb6d87;
}
@media screen and (max-width: 959px) {
  .sideNaviBlock__title {
    font-size: 1.7rem;
    text-align: center;
  }
}
.sideNaviBlock__title a {
  color: #FFF;
  display: block;
  padding: 10px 3px;
}
.sideNaviBlock__title a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sideNaviBlock__navList {
  border-bottom: 1px solid #DDD;
}
.sideNaviBlock__navList li {
  position: relative;
  font-size: 1.6rem;
  border-top: 1px solid #DDD;
}
.sideNaviBlock__navList li::before {
  position: absolute;
  top: 21px;
  left: 6px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #eb6d87;
  border-right: 2px solid #eb6d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  .sideNaviBlock__navList li::before {
    top: 24px;
  }
}
.sideNaviBlock__navList li:first-child {
  border-top: none;
}
.sideNaviBlock__navList li a {
  display: block;
  padding: 15px 15px 15px 20px;
}
@media screen and (max-width: 959px) {
  .sideNaviBlock__navList li a {
    padding: 18px 20px;
  }
}
.sideNaviBlock__navList li a:hover {
  background: #EEE;
  text-decoration: none;
}
.sideNaviBlock__navList li a.current {
  color: #eb6d87;
  background: #fdf7f8;
}
.sideNaviBlock__navList__sub {
  margin-left: 20px;
}
.sideNaviBlock__navList__sub li,
.sideNaviBlock__navList__sub li:first-child {
  border-top: 1px dotted #CCC;
  font-size: 1.5rem;
}
.sideNaviBlock__navList__sub li::before,
.sideNaviBlock__navList__sub li:first-child::before {
  top: 17px;
  left: 6px;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #eb6d87;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 959px) {
  .sideNaviBlock__navList__sub li::before,
  .sideNaviBlock__navList__sub li:first-child::before {
    top: 20px;
  }
}
.sideNaviBlock__navList__sub li a,
.sideNaviBlock__navList__sub li:first-child a {
  padding: 12px 15px 12px 20px;
}
@media screen and (max-width: 959px) {
  .sideNaviBlock__navList__sub li a,
  .sideNaviBlock__navList__sub li:first-child a {
    padding: 15px 20px;
  }
}

.sp-menu__list {
  height: calc(100vh - 30px);
  overflow: scroll;
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0px 10px 0px;
  padding: 20px 15px 50px 15px;
  position: fixed;
  top: 60px;
  display: none;
  background: rgba(248, 163, 0, 0.95);
  z-index: 9999;
}
.sp-menu__list__gnav dt {
  position: relative;
  display: block;
  width: calc(100% - 50px);
  border: 1px dotted #FFF;
  padding: 14px 10px 14px 40px;
  cursor: pointer;
  margin-bottom: 7px;
}
.sp-menu__list__gnav dt::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 35%;
  left: 15px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sp-menu__list__gnav dt a {
  font-size: 1.7rem;
  color: #fff;
}
.sp-menu__list__gnav dt.ac::after {
  top: 14px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp-menu__list__gnav dd {
  display: none;
  padding-bottom: 5px;
}
.sp-menu__list__gnav dd li {
  position: relative;
  border-bottom: 1px dotted #FFF;
}
.sp-menu__list__gnav dd li a {
  display: block;
  padding: 12px 5px;
  line-height: 1.4;
  color: #fff;
}
.sp-menu__list__gnav dd li::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 35%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sp-menu__list__gnav dd li:last-child {
  border-bottom: none;
}
.sp-menu__list__sub dt {
  position: relative;
  display: block;
  border-bottom: 1px dotted #fff;
  padding: 12px 5px 12px 5px;
  font-size: 1.6rem;
}
.sp-menu__list__sub dt::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 35%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sp-menu__list__sub dt a {
  color: #fff;
}

/* wysiwyg */
#wysiwyg {
  padding: 0px 0px 40px 0px;
  line-height: 190%;
  font-size: 1.5rem;
  /* レイアウト　写真左 */
  /* レイアウト　写真右*/
  /* リンク */
}
#wysiwyg img {
  max-width: 100% !important;
}
@media screen and (max-width: 959px) {
  #wysiwyg img {
    display: block !important;
    float: none !important;
    margin: 0px auto 15px auto !important;
    padding: 0px !important;
    height: auto !important;
  }
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #3D3D3D;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ol li {
  list-style: decimal;
  list-style-position: inside;
}
#wysiwyg ul li {
  list-style: disc;
  list-style-position: inside;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
}
#wysiwyg table, #wysiwyg th, #wysiwyg td {
  border: 1px solid #CCC;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: oblique;
  font-style: italic;
  /* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}
#wysiwyg strong {
  font-weight: bold;
}
#wysiwyg em strong {
  font-weight: bold;
  font-style: oblique;
  font-style: italic;
  /*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}
#wysiwyg strong em {
  font-weight: bold;
  font-style: oblique;
  font-style: italic;
  /*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}
#wysiwyg .photoLeft {
  float: left;
  padding-right: 25px;
}
@media print, screen and (min-width: 960px) {
  #wysiwyg .photoLeft {
    width: 350px;
  }
}
#wysiwyg .photoRight {
  float: right;
  padding-left: 25px;
}
@media print, screen and (min-width: 960px) {
  #wysiwyg .photoRight {
    width: 350px;
  }
}
#wysiwyg a {
  color: #eb6d87;
  text-decoration: underline;
}
#wysiwyg a:hover {
  text-decoration: none;
}
#wysiwyg a:hover {
  text-decoration: none;
}

/* ---------- 画像 block__img ------------ */
.block__img {
  /* 画像1つ */
  /* 画像2列 */
  /* 画像3列 */
}
.block__img__01 {
  text-align: center;
  margin-bottom: 20px;
}
.block__img__01 img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .block__img__01 img {
    width: 100%;
    height: auto;
  }
}
.block__img__02 {
  overflow: hidden;
  margin-left: -2.2%;
  margin-bottom: 20px;
}
.block__img__02 li {
  float: left;
  width: 47.8%;
  text-align: center;
  margin-left: 2.2%;
}
.block__img__02 li img {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 766px) {
  .block__img__02 .block__img02 ul.photoList {
    margin-left: 0px;
  }
  .block__img__02 .block__img02 ul.photoList li {
    float: none;
    width: auto;
    margin: 0px 25px 10px 25px;
  }
}
.block__img__03 {
  overflow: hidden;
  margin-left: -2.2%;
  margin-bottom: 20px;
}
.block__img__03 li {
  float: left;
  width: 31%;
  text-align: center;
  margin-left: 2.2%;
}
.block__img__03 li img {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 766px) {
  .block__img__03 {
    margin-left: 0px;
  }
  .block__img__03 li {
    float: none;
    width: auto;
    margin: 0px 25px 10px 25px;
  }
}

/* ---------- テキスト + 画像ブロック block__img-text ------------ */
.block__img-text {
  margin-bottom: 25px;
  line-height: 1.7;
  overflow: hidden;
  /* 左余せ*/
  /* 右余せ*/
}
.block__img-text p {
  line-height: 1.8;
}
.block__img-text p.ttl03, .block__img-text p.ttl04 {
  line-height: 1.3;
}
.block__img-text .no-wraparound {
  overflow: hidden;
}
.block__img-text--left .photo {
  float: left;
  padding-right: 30px;
}
.block__img-text--left .photo img {
  max-width: 350px;
}
@media screen and (max-width: 599px) {
  .block__img-text--left .photo {
    float: none;
    padding-right: 0px;
    margin: 25px;
    text-align: center;
  }
  .block__img-text--left .photo img {
    width: 100%;
  }
}
.block__img-text--right .photo {
  float: right;
  padding-left: 30px;
}
.block__img-text--right .photo img {
  max-width: 350px;
}
@media screen and (max-width: 599px) {
  .block__img-text--right .photo {
    float: none;
    padding-left: 0px;
    margin: 25px;
    text-align: center;
  }
  .block__img-text--right .photo img {
    width: 100%;
  }
}

/* ---------- 箇条書き block__list ------------ */
.block__list {
  margin-bottom: 25px;
  line-height: 1.5;
  /* 見出しの丸 */
  /* 見出し数字 */
  /* 資料ファイルリスト */
  /* 背景色 */
}
.block__list__mark li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 17px;
  list-style: none;
}
.block__list__mark li:before {
  content: "";
  position: absolute;
  background: #f3a7b7;
  top: 5px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .block__list__number {
    padding: 0 30px;
  }
}
.block__list__number li {
  margin-bottom: 5px;
  list-style-type: decimal;
  margin-left: 18px;
}
.block__list__file {
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
  padding: 15px 0px 10px 10px;
}
.block__list__file li {
  margin-bottom: 6px;
  padding: 5px 5px 5px 32px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px;
}
.block__list__file li.pdf {
  background-image: url(../images/common/icon_pdf.png);
}
.block__list__file li.doc {
  background-image: url(../images/common/icon_word.png);
}
.block__list__file li.xls {
  background-image: url(../images/common/icon_xls.png);
}
.block__list--gray {
  background: #F3F3F3;
  padding: 20px 20px 15px 20px;
}

/* ---------- テーブルブロック tbl_type ------------ */
/* type01 表（見出し上） */
.block__tbl01 {
  line-height: 1.7;
  margin-bottom: 25px;
}
.block__tbl01 table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #AAA;
}
.block__tbl01 table thead th {
  color: #FFF;
  padding: 15px;
  font-weight: normal;
  background-color: #f3a7b7;
  border: 1px solid #AAA;
}
.block__tbl01 table thead td {
  border: 1px solid #AAA;
  padding: 15px;
}
.block__tbl01 table tbody th {
  padding: 15px;
  font-weight: normal;
  background-color: #EEEEEE;
  border: 1px solid #AAA;
}
.block__tbl01 table tbody td {
  border: 1px solid #AAA;
  padding: 15px;
}

/* type01 表（見出し横） */
.block__tbl02 {
  line-height: 1.7;
  margin-bottom: 25px;
}
.block__tbl02 table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #AAA;
}
.block__tbl02 table th {
  color: #FFF;
  padding: 15px;
  font-weight: normal;
  background-color: #f3a7b7;
  border: 1px solid #AAA;
}
@media print, screen and (min-width: 960px) {
  .block__tbl02 table th {
    min-width: 90px;
  }
}
.block__tbl02 table td {
  border: 1px solid #AAA;
  padding: 15px;
}

/* ---------- テキストのみ block__text ------------ */
.block__text {
  margin-bottom: 25px;
}
.block__text p {
  line-height: 1.8;
}
.block__text p.ttl03, .block__text p.ttl04 {
  line-height: 1.3;
}
.block__text--gray {
  background: #F3F3F3;
  padding: 20px 20px 15px 20px;
}
.block__text--green {
  background: #eef9f5;
  padding: 20px 20px 15px 20px;
}
.block__text--pink {
  background: #fdf0f3;
  padding: 20px 20px 15px 20px;
}
.block__text--blue {
  background: #e5f5fc;
  padding: 20px 20px 15px 20px;
}
.block__text--orange {
  background: #fffade;
  padding: 20px 20px 15px 20px;
}

/* ---------- ウィジュウィグブロック wys_type ------------- */
.block__wysiwyg {
  line-height: 1.7;
}
.block__wysiwyg .wysiwyg-copy {
  color: #eb6d87;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .block__wysiwyg .wysiwyg-copy {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.block__wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.block__wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.block__wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.block__wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.block__wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.block__wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #3D3D3D;
}
.block__wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #3D3D3D;
}
.block__wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg ol li {
  list-style: none;
  list-style-position: inside;
}
.block__wysiwyg ul li {
  list-style: none;
  list-style-position: inside;
}
.block__wysiwyg blockquote {
  padding-left: 1em;
}
.block__wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
.block__wysiwyg hr {
  display: block;
}
.block__wysiwyg em {
  font-style: oblique;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.block__wysiwyg strong {
  font-weight: bold;
}
.block__wysiwyg em strong, .block__wysiwyg strong em {
  font-style: oblique;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight: bold;
}
.block__wysiwyg img {
  max-width: 100% !important;
}
.block__wysiwyg .photoLeft {
  float: left;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .block__wysiwyg .photoLeft {
    float: none;
    padding-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.block__wysiwyg .photoRight {
  float: right;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .block__wysiwyg .photoRight {
    float: none;
    padding-left: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* top mainimg */
.top-mainimg-wrap {
  position: relative;
}
.top-mainimg-wrap__img {
  height: 535px;
  background: url(../images/top/mainimg.jpg) center top no-repeat;
}
@media screen and (max-width: 959px) {
  .top-mainimg-wrap__img {
    background-size: cover;
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-mainimg-wrap__img {
    background-size: cover;
    background-position: right top;
    height: 240px;
  }
}
.top-mainimg-wrap__mainCatch {
  position: absolute;
  top: 150px;
  left: 18%;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 3rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
}
@media screen and (max-width: 959px) {
  .top-mainimg-wrap__mainCatch {
    font-size: 2.2rem;
    top: 100px;
    left: 10%;
  }
}
@media screen and (max-width: 599px) {
  .top-mainimg-wrap__mainCatch {
    font-size: 1.8rem;
    top: 80px;
    left: 7%;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
  }
}
.top-mainimg-wrap__catchBox {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  padding: 20px 100px;
  background: rgba(207, 96, 119, 0.8);
}
@media screen and (max-width: 959px) {
  .top-mainimg-wrap__catchBox {
    padding: 20px 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-mainimg-wrap__catchBox {
    position: static;
    padding: 15px 10px;
  }
}
.top-mainimg-wrap__catchBox__title {
  width: 30%;
  float: left;
  font-size: 2.6rem;
  padding-top: 35px;
}
@media screen and (max-width: 959px) {
  .top-mainimg-wrap__catchBox__title {
    width: auto;
    float: none;
    font-size: 2rem;
    padding: 0 20px 10px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-mainimg-wrap__catchBox__title {
    font-size: 1.7rem;
  }
}
.top-mainimg-wrap__catchBox__text {
  overflow: hidden;
  font-size: 1.8rem;
  padding: 10px 0 10px 25px;
  border-left: 1px solid #FFF;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .top-mainimg-wrap__catchBox__text {
    font-size: 1.6rem;
    line-height: 1.6;
    border-left: none;
    border-top: 1px solid #FFF;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-mainimg-wrap__catchBox__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* top featurea */
.top-featurea-wrap {
  padding: 60px 0 50px;
}
@media screen and (max-width: 959px) {
  .top-featurea-wrap {
    padding: 40px 0 10px;
  }
}
.top-featurea-wrap__title {
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  margin: 0 0 45px 40px;
}
@media screen and (max-width: 959px) {
  .top-featurea-wrap__title {
    font-size: 1.8rem;
    margin: 0 0 25px 25px;
  }
}
.top-featurea-wrap__title span {
  position: relative;
}
.top-featurea-wrap__title span::before {
  position: absolute;
  content: "　";
  background: url(../images/top/icon_featurea.png) left top no-repeat;
  background-size: 34px 30px;
  margin-top: 2px;
  margin-left: -40px;
  width: 34px;
  height: 30px;
}
@media screen and (max-width: 959px) {
  .top-featurea-wrap__title span::before {
    background-size: 20px auto;
    margin-left: -25px;
    width: 20px;
    height: 18px;
  }
}
.top-featurea-wrap__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .top-featurea-wrap__inner {
    padding: 0 10px;
  }
}
.top-featurea-wrap__inner__list {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .top-featurea-wrap__inner__list {
    width: 32%;
    float: left;
    margin-left: 2%;
  }
}
.top-featurea-wrap__inner__list:first-child {
  margin-left: 0;
}
.top-featurea-wrap__inner__list .catch {
  color: #eb6d87;
  font-size: 2.3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 959px) {
  .top-featurea-wrap__inner__list .catch {
    font-size: 1.7rem;
  }
}
.top-featurea-wrap__inner__list__text {
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .top-featurea-wrap__inner__list__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.top-featurea-wrap__inner__list img {
  width: 100%;
}

/* top service */
.top-service-wrap {
  color: #FFF;
  padding: 40px 0;
  background: url(../images/top/bg_service.jpg) center top no-repeat;
  background-size: cover;
}
.top-service-wrap__innerBox {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 50px;
  background: rgba(240, 158, 0, 0.8);
}
@media screen and (max-width: 959px) {
  .top-service-wrap__innerBox {
    padding: 30px 10px;
  }
}
.top-service-wrap__title {
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  margin: 0px 0 20px 50px;
}
@media screen and (max-width: 959px) {
  .top-service-wrap__title {
    font-size: 1.8rem;
    margin: 0px 0 20px 35px;
  }
}
.top-service-wrap__title span {
  position: relative;
}
.top-service-wrap__title span::before {
  position: absolute;
  content: "　";
  background: url(../images/top/icon_service.png) left top no-repeat;
  background-size: 45px 36px;
  margin-left: -50px;
  width: 44px;
  height: 42px;
}
@media screen and (max-width: 959px) {
  .top-service-wrap__title span::before {
    background-size: 30px auto;
    margin-left: -35px;
    width: 30px;
    height: 28px;
  }
}
.top-service-wrap__serviceList {
  border: 1px solid #FFF;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .top-service-wrap__serviceList {
    width: 49%;
    float: left;
    box-sizing: border-box;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 959px) {
  .top-service-wrap__serviceList {
    padding: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .top-service-wrap__serviceList:first-child {
    margin-right: 2%;
  }
}
.top-service-wrap__serviceList dt {
  font-size: 2.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  border-bottom: 2px solid #FFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .top-service-wrap__serviceList dt {
    font-size: 1.7rem;
  }
}
.top-service-wrap__serviceList dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .top-service-wrap__serviceList dd {
    font-size: 1.4rem;
  }
}
.top-service-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.top-service-wrap__serviceList2 {
  border: 1px solid #FFF;
  margin-bottom: 10px;
  width: 32%;
}
.top-service-wrap__serviceList2:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media print, screen and (min-width: 960px) {
  .top-service-wrap__serviceList2 {
    box-sizing: border-box;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 959px) {
  .top-service-wrap__serviceList2 {
    padding: 20px;
    display: block;
    width: 100%;
  }
  .top-service-wrap__serviceList2:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}
.top-service-wrap__serviceList2 dt {
  font-size: 1.9rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  border-bottom: 2px solid #FFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .top-service-wrap__serviceList2 dt {
    font-size: 1.6rem;
  }
}
.top-service-wrap__serviceList2 dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .top-service-wrap__serviceList2 dd {
    font-size: 1.4rem;
  }
}

/* top medical */
.top-medical-wrap {
  padding: 60px 0;
  background: url(../images/top/bg_medical.jpg);
}
@media screen and (max-width: 959px) {
  .top-medical-wrap {
    padding: 35px 0 15px 0;
  }
}
.top-medical-wrap__title {
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  margin: 0px 0 30px 50px;
}
@media screen and (max-width: 959px) {
  .top-medical-wrap__title {
    font-size: 1.8rem;
    margin: 0px 0 20px 35px;
  }
}
.top-medical-wrap__title span {
  position: relative;
}
.top-medical-wrap__title span::before {
  position: absolute;
  content: "　";
  background: url(../images/top/icon_medical.png) left top no-repeat;
  background-size: 33px 29px;
  margin-left: -50px;
  top: 5px;
  width: 33px;
  height: 29px;
}
@media screen and (max-width: 959px) {
  .top-medical-wrap__title span::before {
    background-size: 30px auto;
    margin-left: -35px;
    top: 0;
    width: 30px;
    height: 28px;
  }
}
.top-medical-wrap__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-medical-wrap__inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 960px) {
  .top-medical-wrap__list {
    width: 31%;
    float: left;
    margin-left: 3.5%;
  }
}
@media print, screen and (min-width: 960px) {
  .top-medical-wrap__list:first-child {
    margin-left: 0;
  }
}
.top-medical-wrap__list__title {
  color: #FFF;
  font-size: 2.3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-align: center;
  background: -webkit-linear-gradient(left, #eb6d87, #f8a300);
  background: linear-gradient(to right, #eb6d87, #f8a300);
}
@media screen and (max-width: 959px) {
  .top-medical-wrap__list__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.top-medical-wrap__list__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .top-medical-wrap__list__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

/* top Q&A */
.top-qa-wrap {
  padding: 50px 0 40px;
}
@media screen and (max-width: 959px) {
  .top-qa-wrap {
    padding: 40px 0 30px;
  }
}
.top-qa-wrap__title {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .top-qa-wrap__title {
    font-size: 2.2rem;
  }
}
.top-qa-wrap__title span {
  position: relative;
}
.top-qa-wrap__title span::before {
  position: absolute;
  content: "　";
  margin: 0px 0 0 -50px;
  padding: 20px 20px;
  background: url(../images/top/icon_qa.png) left 5px no-repeat;
  background-size: 40px 32px;
}
@media screen and (max-width: 959px) {
  .top-qa-wrap__title span::before {
    margin: -3px 0 0 -42px;
    background-size: 36px auto;
  }
}
.top-qa-wrap__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .top-qa-wrap__inner {
    padding: 0px 10px;
  }
}
.top-qa-wrap__inner dt {
  background: url(../images/top/icon_q.png) 12px 15px no-repeat, url(../images/top/bg_qa-Q.jpg);
  background-size: 36px, 2px;
  padding: 25px 20px 25px 60px;
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  .top-qa-wrap__inner dt {
    background: url(../images/top/icon_q.png) 12px 10px no-repeat, url(../images/top/bg_qa-Q.jpg);
    background-size: 36px, 2px;
    padding: 20px 10px 20px 60px;
    font-size: 1.5rem;
  }
}
.top-qa-wrap__inner dd {
  background: url(../images/top/icon_a.png) 12px 18px no-repeat;
  background-size: 35px;
  padding: 25px 20px 35px 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .top-qa-wrap__inner dd {
    background: url(../images/top/icon_a.png) 12px 18px no-repeat;
    background-size: 35px;
    padding: 15px 10px 30px 60px;
    font-size: 1.4rem;
  }
}

/* top service-outline */
.top-outline-wrap {
  padding: 60px 0 70px;
  background: url(../images/top/bg_outline.jpg);
}
@media screen and (max-width: 959px) {
  .top-outline-wrap {
    padding: 40px 0 50px;
  }
}
.top-outline-wrap__title {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__title {
    font-size: 2rem;
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
.top-outline-wrap__title span {
  position: relative;
}
.top-outline-wrap__title span::before {
  position: absolute;
  content: "　";
  margin: -5px 0 0 -50px;
  padding: 20px 20px;
  background: url(../images/top/icon_outline.png) left top no-repeat;
  background-size: 41px auto;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__title span::before {
    margin: -5px 0 0 -40px;
    background-size: 36px auto;
  }
}
.top-outline-wrap__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.top-outline-wrap__inner__box {
  border: 2px solid #f8a300;
  padding: 10px 20px 10px 160px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .top-outline-wrap__inner__box {
    width: 49%;
    float: left;
    min-height: 155px;
  }
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box {
    min-height: 120px;
    padding: 10px 10px 10px 120px;
  }
}
@media print, screen and (min-width: 960px) {
  .top-outline-wrap__inner__box:first-child {
    margin-right: 2%;
  }
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box:first-child {
    margin-bottom: 10px;
  }
}
.top-outline-wrap__inner__box.s01 {
  background: url(../images/top/service_p01.jpg) 10px 10px no-repeat, #FFF;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box.s01 {
    background-size: 100px;
  }
}
.top-outline-wrap__inner__box.s02 {
  background: url(../images/top/service_p02.jpg) 10px 10px no-repeat, #FFF;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box.s02 {
    background-size: 100px;
  }
}
.top-outline-wrap__inner__box__title {
  font-size: 2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  border-bottom: 1px dotted #f8a300;
  margin: 5px 0 15px 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box__title {
    font-size: 1.5rem;
    margin: 0px 0 10px 0;
  }
}
.top-outline-wrap__inner__box__text {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box__text {
    font-size: 1.3rem;
  }
}
.top-outline-wrap__inner__box__text span {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
}
.top-outline-wrap__inner__box__text__time {
  text-align: left;
}
@media print, screen and (min-width: 960px) {
  .top-outline-wrap__inner__box__text__time {
    width: 230px;
    margin: 0 auto;
  }
}
.top-outline-wrap__inner__box__text__time dt {
  width: 130px;
  float: left;
}
@media screen and (max-width: 959px) {
  .top-outline-wrap__inner__box__text__time dt {
    width: 80px;
  }
}
.top-outline-wrap__inner__box__text__time dd {
  overflow: hidden;
  margin-bottom: 5px;
}
.top-outline-wrap__inner__box__text .notice {
  font-size: 1.3rem;
}

.footer__infoBlock {
  background: url(../images/common/footer_photo.jpg) left bottom no-repeat, #a6c6e6;
  padding: 40px 10px 40px 46%;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer__infoBlock {
    background: url(../images/common/footer_photo_sp.jpg) center top no-repeat, #7499d0;
    background-size: cover;
    padding: 30px 10px 30px 10px;
  }
}
.footer__infoBlock__inner {
  background: rgba(255, 255, 255, 0.6);
  padding: 35px 0px 35px 55px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .footer__infoBlock__inner {
    max-width: 590px;
  }
}
@media screen and (max-width: 959px) {
  .footer__infoBlock__inner {
    width: 100%;
    padding: 25px 20px 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
}
.footer__infoBlock .name {
  font-size: 2.5rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 959px) {
  .footer__infoBlock .name {
    font-size: 2rem;
  }
}
.footer__infoBlock .name .name1 {
  font-size: 1.5rem;
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  .footer__infoBlock .name .name1 {
    font-size: 1.4rem;
    display: block;
  }
}
.footer__infoBlock .address {
  margin-bottom: 10px;
}
.footer__infoBlock .contact {
  color: #eb6d87;
  font-size: 2.8rem;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  padding-left: 28px;
  background: url(../images/common/icon_phone.png) no-repeat;
  background-position: left 3px;
  background-size: 25px;
}
@media screen and (max-width: 959px) {
  .footer__infoBlock .contact {
    margin-left: 0;
    font-size: 2.2rem;
    background-size: 20px;
    background-position: left 50%;
  }
}
@media screen and (max-width: 959px) {
  .footer__infoBlock .contact a {
    color: #eb6d87;
  }
}
.footer__infoBlock .inquiryBtn {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .footer__infoBlock .inquiryBtn {
    width: 210px;
    float: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .footer__infoBlock .inquiryBtn {
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.footer__infoBlock .inquiryBtn a {
  height: 42px;
  padding: 10px 10px 0 0;
  display: block;
  color: #FFF;
  background: #eb6d87;
  box-sizing: border-box;
  position: relative;
}
.footer__infoBlock .inquiryBtn a::before {
  position: absolute;
  margin-top: -6px;
  top: 50%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer__infoBlock .inquiryBtn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer__linkBlock__inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media print, screen and (min-width: 960px) {
  .footer__linkBlock__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__inner {
    padding: 0px 0;
  }
}
.footer__linkBlock__item {
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .footer__linkBlock__item {
    width: 20%;
    min-height: 60px;
    float: left;
    font-size: 16px;
    border-left: 1px solid #c2c2c2;
  }
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item {
    width: 100%;
    min-height: 60px;
    border-top: 1px solid #DDD;
  }
}
.footer__linkBlock__item:first-child {
  border-left: none;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item:first-child {
    border-top: none;
  }
}
.footer__linkBlock__item span {
  display: block;
  font-size: 14px;
}
.footer__linkBlock__item a {
  display: block;
  padding: 10px 0px 10px 65px;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item a {
    padding: 15px 0px 15px 65px;
  }
}
.footer__linkBlock__item a:hover {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 960px) {
  .footer__linkBlock__item.nagaoHosp {
    width: 18%;
  }
}
.footer__linkBlock__item.nagaoHosp a {
  background: url(../images/common/logo_nagaoHosp.png) no-repeat;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.nagaoHosp a {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.nagaoHosp a:hover {
  background: url(../images/common/logo_nagaoHosp.png) no-repeat, #f0faf6;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.nagaoHosp a:hover {
    background-position: 12px 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .footer__linkBlock__item.roken {
    width: 20%;
  }
}
.footer__linkBlock__item.roken a {
  background: url(../images/common/logo_rokenNagao.png) no-repeat;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.roken a {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.roken a:hover {
  background: url(../images/common/logo_rokenNagao.png) no-repeat, #fff7eb;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.roken a:hover {
    background-position: 12px 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .footer__linkBlock__item.totalcareplan {
    width: 22%;
  }
}
.footer__linkBlock__item.totalcareplan a {
  background: url(../images/common/logo_totalCarePlan21.png) no-repeat;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.totalcareplan a {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.totalcareplan a:hover {
  background: url(../images/common/logo_totalCarePlan21.png) no-repeat, #fff5f7;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.totalcareplan a:hover {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.rokusukeso a {
  background: url(../images/common/logo_rokusukeso.png) no-repeat;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.rokusukeso a {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.rokusukeso a:hover {
  background: url(../images/common/logo_rokusukeso.png) no-repeat, #f0f9fd;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.rokusukeso a:hover {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.fujigaokaso a {
  background: url(../images/common/logo_fujigaokaso.png) no-repeat;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media print, screen and (min-width: 960px) {
  .footer__linkBlock__item.fujigaokaso a {
    padding: 2px 0 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.fujigaokaso a {
    background-position: 12px 50%;
  }
}
.footer__linkBlock__item.fujigaokaso a:hover {
  background: url(../images/common/logo_fujigaokaso.png) no-repeat, #f0f9fd;
  background-size: 40px 60px;
  background-position: 12px top;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock__item.fujigaokaso a:hover {
    background-position: 12px 50%;
  }
}
.footer__copyrightBlock {
  font-size: 1.4rem;
  padding: 20px 0;
  background: #eb6d87;
}
@media screen and (max-width: 959px) {
  .footer__copyrightBlock {
    padding: 15px 0;
  }
}
.footer__copyrightBlock__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer__copyrightBlock__copyright {
  color: #FFF;
  font-family: "Overpass", sans-serif;
}
@media print, screen and (min-width: 960px) {
  .footer__copyrightBlock__copyright {
    float: left;
  }
}
@media screen and (max-width: 959px) {
  .footer__copyrightBlock__copyright {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .footer__copyrightBlock__footLink {
    float: right;
  }
}
.footer__copyrightBlock__footLink li {
  float: left;
  margin-left: 20px;
  padding-left: 15px;
  position: relative;
}
.footer__copyrightBlock__footLink li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer__copyrightBlock__footLink a {
  color: #FFF;
}
.footer__copyrightBlock__footLink a:hover {
  color: #FFF;
}/*# sourceMappingURL=style.css.map */