@charset "utf-8";

/*============================================
  layout-types.css
  レイアウトに関するスタイル定義

  ToDo：カラムパターンが増えた場合はこのファイルで定義する。
==============================================*/

/*============================================
  このレイアウトパターンのbodyデフォルト値
==============================================*/
body {
  font-size: 14px;
  font-family: Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Verdana,Helvetica,sans-serif;
}

/*============================================
  コンテナ・ブロック
==============================================*/

/*-- 全体コンテナ --*/
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

/*-- コンテンツ全体ブロック --*/
.wrapper {
  padding: 50px 0 0 0;
  margin: 0;
  width: 100%;
}

.contents {
  width: 920px;
  margin: 0 auto;
}

/*-- コンテナ・ブロック 画面幅 980px 未満 --*/
@media only screen and ( max-width : 980px ) {
  /*-- コンテンツ全体ブロック --*/
  .contents {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}



/*------------------------------
  コンテナ・ブロック 画面幅 980px 未満
--------------------------------*/
@media only screen and ( max-width : 980px ) {
  /*-- コンテンツ全体ブロック --*/
  #contents {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  #main {
    width: calc(100% - 32px);
  }

  #menu-area {
    width: 25%;
  }
  
  #contents-area {
    width: 73%;
  }

  #contents.ptnB {
    width: 100%;
  }  
}


/*============================================
  ヘッダーエリア
==============================================*/
header {
  width: 100%;
}

.header-inner {
  padding: 13px 0;
  margin: 0 auto;
  width: 980px;
}

.header-inner::after {
  display: block;
  content: '';
  clear: both;
}

.header-left {
  float: left;
  text-align: center;
}

.header-right {
  float: right;
  text-align: center;
  margin-top: -5px;
}

.header-logo {
  margin-bottom: 4px;
  width: auto;
}

.tell-number {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: left;
  padding-left: 26px;
  letter-spacing: 0.05em;
  margin: 0 0 2px 26px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-y: 25px;
  background-position-x: 0px;
  position: relative;
}

.tell-medi-hours {
  font-size: 14px;
}

.header-right .tell-number {
  padding: 18px 0 0 20px;
  margin: 0 0 2px 0;
}

.header-right::before {
  content: "";
  display: block;
  height: 49px;
  position: absolute;
  width: 176px;
}

/*-- ヘッダーエリア 画面幅 980px 未満 --*/
@media only screen and ( max-width : 980px ) {
  .header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 13px 0;
  }

  .header-left {
    width: 50%;
  }
  
  .header-right {
    width: 30%;
  }
  
  .header-logo {
    margin-bottom: 4px;
    width: 80%;
  }
  
  .header-address {
    font-size: 12px;
  }
  .tell-number {
    font-size: 20px;
    padding-left: 16px;
    margin: 0 auto 5px auto;
    background-size: 14px;
  }
  .header-right::before {
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
  }
}

@media only screen and ( max-width : 690px ) {
  .header-right {
    width: 40%;
  }
  .header-right .tell-number {
    background-position: center left;
    background-position-y: 14px;
    padding: 10px 0 0 20px;
    white-space: nowrap;
  }
  .header-right::before {
    content: none;
  }
}


/*============================================
  フッターエリア
==============================================*/
footer {
  margin-top: auto;
  overflow-x: hidden;
}

#footer-info {
  width: 980px;
  margin: 25px auto 20px auto;
  text-align: center;
}

.logo-footer {
  margin: 0 auto;
  margin-bottom: 25px;
  width: auto;
}

#footer-info-inner {
  width: 300px;
  margin: 10px auto 40px auto;
}

#footer-info-inner .tell-number {
  background-size: 20px;
  background-position-x: 0;
  background-position-y: 6px;
  font-size: 26px;
  margin-left: 40px;
  margin-bottom: 5px;
}

.footer-lower-part {

}

.copylight {
  text-align: center;
}

@media only screen and ( max-width : 980px ) {
  #footer-info {
    width: 100%;
  }

  #footer-info-inner .tell-number {
    margin-left: 62px;
    padding-left: 26px;
  }
}


/*============================================
  TOPページ用スタイル
==============================================*/

#sec-main-image {
  height: 0px;
  overflow: hidden;
  position: relative;
}

/*-- メインスライダー --*/
.wrapper.grd-c1 {
  padding: 0;
}
.slide-images {
  height: auto;
  min-height: 100%;
  left: 50%;
  object-fit: cover;
  object-position: top center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and ( min-width : 1440px ) {
/*-- ウインドウサイズが大きくなると画像の上下が切れるため、
写真によってはメイン画像の表示位置を指定する。（上揃え／下揃え） --*/
  .slide-images.vTop {
    top: 0%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  .slide-images.vBtm {
    top: 100%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
  }
}

@media only screen and ( max-width : 980px ) {
  .slide-images {
    height: 100%;
    width: auto;
  }
}

#main-image {
  height: 450px;
  overflow: hidden;
  margin: 6px 0;
  position: relative;
}

.h1-lead {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.h1-lead h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.h1-lead h1 span {
  font-size: 30px;
  vertical-align: bottom;
}

.h1-lead h1 p {
  font-size: 22px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
.xLeft {
  left: 0;
  text-align: left;
}

.xCenter {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}

.xRight {
  right: 0;
  text-align: right;
}

.yTop {
  top: 50px;
}

.yCenter {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.yBtm {
  bottom: 50px;
}

.yCenter.yCenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and ( max-width : 980px ) {
  .h1-lead {
    width: calc(100% - 40px);
  }
}

/*-- 特徴 --*/
.feature .box-920px {
  padding-left: 65px;
  position: relative;
}

.feature .box-920px::before {
  content:"";
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
  height: 86px;
  position: absolute;
  top: -12px;
  left: -25px;
  width: 86px;
}

.feature .box-920px:nth-of-type(2):before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
}

.feature .box-920px:nth-of-type(3):before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
}

.feature .box-920px:nth-of-type(4):before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
}

.feature .box-920px:nth-of-type(5):before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
}

.feature .box-920px:nth-of-type(6):before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
}


/*-- 診療内容 --*/
.wrapper.service {
  overflow: hidden;
  background-repeat: repeat-y;
  background-size: contain;
  padding-top: 0;
}

.wrapper.service h2 {
  height: 60px;
  margin-bottom: 60px;
  position: relative;
}

.wrapper.service h2 span {
  display: inline-block;
  padding: 10px 16px;
  position: relative;
  z-index: 2;
}

.wrapper.service h2:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid;
  border-right: 15px solid;
  border-left: 15px solid;
}

.wrapper.service h2:after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 980px;
  height: 8px;
  position: absolute;
  left: calc(50% - 494px);
  top: 22px;
}

.wrapper.service .flex-box-item-3col {
  border-radius: 2px;
  margin-bottom: 25px;
  padding: 19px 12px;
  width: 266px;
}

@media only screen and ( max-width : 980px ) {
  .wrapper.service h2:after {
    background-size: contain;
    width: 100%;
    height: 8px;
    left: 0;
    top: 22px;
  }
}

/*-- お知らせ --*/
.wrapper.infomation {
  background-repeat: repeat-y;
  background-size: contain;
}

.info {
  border: 1px solid;
  border-radius: 4px;
  padding: 40px 22px 30px 22px;
  overflow: hidden;
}

.info h2 {
  float: left;
  width: 200px;
}

.info h2 p {
  background: none;
  font-size: 20px;
}

.info h2 span {

}

.info dl {
  float: left;
  width: 704px;
}

.info dl dt {
  float: left;
  clear: left;
  padding-right: 20px;
  width: 100px;
}

.info dl dd {
  float: left;
  width: calc(100% - 120px);
  margin-bottom: 1.2em;
}

.info dl dt,
.info dl dd {
  border-top: 1px solid;
  padding-top: 1.2em;
}

.info dl dt:first-of-type,
.info dl dd:first-of-type {
  border: none;
  padding-top: 10px;
}

.info dl dd a {
  text-decoration: underline;
}
.info dl dd a:hover {
  text-decoration: none;
}

@media only screen and ( max-width : 980px ) {
  .info {
    border: none;
    border-radius: 4px;
    padding: 0 14px 10px 14px;
    overflow: hidden;
  }
  .info h2 {
    float: none;
    margin: 0;
    padding-top: 0;
    width: 100%;
  }

  .info dl {
    float: none;
    width: 100%;
  }

  .info dl dt {
    padding-right: 0;
  }

  .info dl dd {
    border-top: 0;
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 1.0em;
  }
  .info dl dt,
  .info dl dd {
    border-top: 1px solid;
    padding-top: 1.2em;
  }
  .wrapper.infomation {
    background-repeat: repeat-y;
    background-size: cover;
  }
  #info-box {
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width : 750px ) {
  .wrapper.infomation {
    background-repeat: no-repeat;
    background-size: contain;
  }
}


/*-- 診療時間 --*/
.wrapper.hour {
  overflow: hidden;
  background-repeat: repeat-y;
  background-size: cover;
}

h2.h2-deco3::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99px;
  content: "";
  display: block;
  height: 8px;
  margin-bottom: 8px;
  width: 100%;
}

.hour h2 p {
  background: none;
}

.hour h2 span {

}

.hour .flex-box {
  padding: 40px 0;
}

.hour .flex-box-item-2col-left {
  width: 55%;
}

.hour .flex-box-item-2col-right {
  width: 45%;
}

table.hours_table {
  width: 400px;
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0 20px 0 auto;
}

table.hours_table td {
  font-size: 20px;
}

table.hours_table th,
table.hours_table td {
  text-align: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid;
}

table.hours_table tr td:first-child {
  font-size: 14px;
}

table.hours_table tr:first-child {
  font-weight: bold;
}

table.hours_table tr:nth-child(3) td {
  border-bottom: 2px solid;
}

table.hours_table th {
  border-top: 3px solid;
  border-bottom: 1px solid;
  font-weight: bold;
}

.recep-time {

}

.recep-time dt {
  display: block;
  float: left;
  clear: left;
  margin-right: 20px;
  width: 80px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 8px 0 8px 2px;
}

.recep-time dd {
  display: block;
  float: left;
  width: calc(100% - 120px);
  margin-bottom: 1.3em;
  padding: 8px 0 6px 0;
}

.recep-time > dt:nth-child(1) {

}

.recep-time > dt:nth-child(3) {

}

.recep-time > dt:nth-child(5) {

}

.recep-time > dd:nth-child(6) {
  margin-bottom: 0;
}

/*-- アクセス --*/
.access-g-map {
  margin-bottom: 20px;
}

.access-img-A {
  width: 196px;
  margin-right: 20px;
}

.access-img-B {
  width: 290px;
  margin-right: 20px;
}

.jc-flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.access-text {

}

@media only screen and ( max-width : 980px ) {
  .access-text {
    margin-right: 20px;
    width: 100%;
  }
}

.address-title {
  float: left;
  margin-bottom: 1em;
  padding: 4px 0 2px 10px;
  position: relative;
  width: 80px;
}

.address {
  float: left;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 2px 0 2px 0;
  width: 300px;
}

.access-text dl {
  clear: both;
}

.access-text dl span {

}

.access-text dt {
  margin-bottom: 0.3em;
}

.access-text dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

@media only screen and ( max-width : 980px ) {
  /*-- 診療時間 --*/
  .hour .flex-box {
    padding: 40px 5%;
  }
  table.hours_table {
    width: calc(100% - 20px);
    margin: 0 20px 0 auto;
  }

  /*-- アクセス --*/
  .access-img-A {
    width: 196px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .access-img-B {
    width: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
}


/*============================================
  セカンドページ用スタイル
==============================================*/
#sec-main-image {
  height: 450px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
}

#sec-main-image h1 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-align: center;
  border: 2px solid;
  border-radius: 30px;
  padding: 7px 15px 7px 28px;
}

h1.sec {
  display: inline-block;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 30px;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

h1.sec::before {
  content: "";
  width: 302px;
  height: 94px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -27px;
  left: calc(50% - 151px);
}

h1.sec.long::before {
  content: "";
  width: 390px;
  height: 94px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -27px;
  left: calc(50% - 193px);
}

h1.sec span.eng {

}

h2.sec {
  margin-bottom: 25px;
}

h2.sec p {
  display: inline-block;
  font-size: 21px;
  margin-bottom: 0;
  position: relative;
  padding: 0 25px;
}

h2.sec::before {
  content: "";
  width: 980px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: .8em;
  left: 0;
}

h2.sec-deco2 {
  display: inline-block;
}

h2.sec-deco2:after {
  content: "";
  background-repeat: no-repeat;
  width: 980px;
  height: 18px;
  display: block;
}

.sec-deco2 span:before,
.sec-deco2 span:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 19px;
  margin: 0 8px 4px;
  vertical-align: middle;
  width: 19px;
}

.tell-number-B {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 26px;
  margin: 0 0 5px 80px;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position-y: 4px;
}


@media only screen and ( max-width : 980px ) {
  h2.sec:before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 1.5em;
  }

  h2.sec-deco2:after {
    content: "";
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 1.5em;

  }
}

/*-----------   医院紹介ページ start  ------------*/
.feature-sec .box-920px {
  padding: 25px 30px;
}

.feature-sec h3{
  line-height: 1.5;
  letter-spacing: 0.15em;
}

/*-----------   医院紹介ページ end  ------------*/

/*------ スタッフ紹介 start ------*/
.flex-box-item-2col-left {
  width: 300px;
}

.flex-box-item-2col-right {
  width: 600px;
}

.director-img {

}

.position {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0;
}

.director-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.director-name span {
  font-size: 14px;
  letter-spacing: 0;
}

.director-lead-txt {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.director-txt {
  margin-bottom: 30px;
}

.keireki {
}

.flex-box-item-2col-keireki-left {
  width: 80px;
}

.flex-box-item-2col-keireki-right {
  width: calc(100% - 80px);
}

.keireki dl {

}

.keireki dl dt {
  float: left;
  clear: left;
  margin-right: 20px;
  width: 60px;
}

.keireki dl dd {
  float: left;
  width: calc(100% - 100px);
  margin-bottom: 0.8em;
}

.keireki ul {
  list-style: none;
}

.keireki ul li {
  margin-bottom: 0.8em;
}

.staff {
  margin-bottom: 20px;
}

.staff:after {
  display: block;
  content: '';
  clear:both;
}

.staff-position {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0;
}

.staff-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.staff-name span {
  font-size: 14px;
  letter-spacing: 0;
}

@media only screen and ( max-width : 980px ) {
  .flex-box-item-2col-left {
    width: 30%;
  }

  .flex-box-item-2col-right {
    width: 65%;
  }

}
/*------ スタッフ紹介 end ------*/


/*------ 料金表 start ------*/
.price-lead {
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  margin-bottom: 40px;
}

.price-table {
  width: 100%;
  margin-bottom: 50px;
}

.price-table-row {
  padding: 15px 15px 12px 15px;
  border-bottom: 1px solid;
}

.price-table-row:after {
  display: block;
  content: '';
  clear: both;
}


.plice-img {
  float: left;
  margin-right: 15px;
}

.price-desc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.price-desc-left {
  width: 540px;
  margin-right: 15px;
}

.price-desc-right {
  width: 140px;
}

.price-desc h3 {
  margin-bottom: 6px;
}

.price-text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 0;
}

.price-text span {
  font-size: 18px;
}

.payment-table {
  border-collapse: collapse;
  border-bottom: 1px solid;
  width: 100%;
}

.payment-table tr {
  border-top: 1px solid;
}

.payment-table th {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  width: 180px;
}

.payment-table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 20px 0;
}

.payment-card {
  margin-top: 10px;
}

.payment-card img {
  width: auto;
  margin-right: 10px;
}

@media only screen and ( max-width : 980px ) {
  .price-desc-left {
    width: calc(100% - 160px);
  }  
}
/*------ 料金表 end ------*/


/*------ 採用情報 start ------*/
.recruit .flex-box-item-2col-left {
  width: 650px;
}

.recruit .flex-box-item-2col-right {
  width: 200px;
}

.recruit .flex-box-item-2col-left2 {
  width: 500px;
}

.recruit .flex-box-item-2col-right2 {
  width: 400px;
}

.recruit .flex-box-item-2col-left3 {
  width: 260px;
  margin-left: 15px;
}

.recruit .flex-box-item-2col-right3 {
  width: 560px;
}

.recruit .director-img {
  width: 200px;
}

.recruit .job-img {

}

.recruit-lead1 {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  width: 100%;
}
.recruit-lead1 span {
  padding: 0 0 0 0.4em;
}

.recruit-name {
  margin-bottom: 65px;
  text-align: center;
  width: 100%;
}

.recruit-order-h {
  display: block;
  width: 180px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  border-radius: 2px;
  padding: 4px 0 6px 0;
  margin-bottom: 10px;
}

.recruit-order-h.sec-deco2 span:after {
  content: none;
}

.recruit-order-text {
  margin-left: 15px;
  padding-bottom: 20px;
  width: 100%;
}
.recruit-order-text p {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.emp-cond-tab {
  width: calc(100% - 10px);
  margin: 0 0 30px 10px;
}

.emp-cond-tab:after {
  display: block;
  content: '';
  clear: both;
}

.emp-cond-tab dt {
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  border-right: none;
  padding: 0 10px 0 17px;
  width: 130px;
  margin-bottom: 12px;
}

.emp-cond-tab dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.0em;
  margin-right: 5px;
  left: 7px;
  top: 3px;
}

.emp-cond-tab dd {
  float: left;
  line-height: 1.6em;
  padding: 0;
  margin-left: 0;
  margin-bottom: 12px;
  width: calc(100% - 157px);
}


.work-flow {
  border-top: 1px solid;
  padding-top: 50px;
}

.recruit h2.h2-deco3::before {
  
}

.work-flow h2 {
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
}

.work-flow ol {
  border-radius: 2px;
  margin: 0 auto;
  padding: 30px 25px;
}

.work-flow ol li {
  display: block;
  list-style-type: none;
  padding-top: 20px;
}

.work-flow-time {
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.work-flow-h {
  font-size: 16px;
  font-weight: bold;
}

.aplic {
  width: 100%;
  text-align: center;
}

.destination {
  width: 400px;
  padding: 20px 15px 20px 15px;
  margin: 0 auto 20px auto;
}

.aplic .destination p {
  font-size: 14px;
  margin-bottom: 0;
}
.destination.tell {
  border: 1px solid;
}

@media only screen and ( max-width : 980px ) {
  .recruit .flex-box-item-2col-left {
    width: 65%;
  }
  
  .recruit .flex-box-item-2col-right {
    width: 32%;
  }
  
  .recruit .flex-box-item-2col-left2 {
    width: 65%;
  }
  
  .recruit .flex-box-item-2col-right2 {
    width: 33%;
  }
  
  .recruit .flex-box-item-2col-left3 {
    width: 27%;
    margin-left: 0;
  }
  
  .recruit .flex-box-item-2col-right3 {
    width: 70%;
  }

  .recruit .director-img {
    width: 100%;
  }
  .work-flow ol {
    box-sizing: border-box;
  }
  .destination {
    width: calc(400px - 5%);
  }
}
/*------ 採用情報 end ------*/

/*------ お知らせ start ------*/
#content-title {
  font-size: 21px;
  padding: 0 0 10px 15px;
}

#content-submission-date {
  font-size: 14px;
  padding: 0 0 0 15px;
}

#ql-editor {
  font-size: 14px;
  line-height: 1.6em;
  padding: 30px 15px;
}

#ql-editor img {
  max-width: 100%;
  width: auto;
}
/*------ お知らせ end ------*/


/*============================================
  印刷用スタイル
==============================================*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  #container {
    width: 1200px !important;
  }
  #switch-menu {
    display: none;
  }
}
