@charset "UTF-8";

/*============================================================
reset
============================================================*/

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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  overflow: visible;
  -ms-overflow-style:none;/* win用スクロールバー非表示 */
}

body {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  color: #5A3300;
  min-width: 1200px;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #5A3300;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

/*a[href^="tel:"] {
  pointer-events: none;
}*/

p a,
.underline {
  text-decoration: underline;
}

.not-underline {
  text-decoration: none !important;
}

.blank {
  position: relative;
}

.blank::after {
  background: url(../img/common/icon-blank.png) no-repeat center / contain;
  content: "";
  width: 13px;
  height: 13px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  object-fit: cover;
}

.marker {
  background: linear-gradient(transparent 40%, #F5B2B2 40%);
  font-weight: 500;
  line-height: 1.2 !important;
  margin: 0 2px;
  padding: 0 1px;
  display: inline-block;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

/* テキストハイライト */
*::selection {
  background: #FFF4F4;
  color: #5A3300;
}

*::-moz-selection {
  background: #FFF4F4;
  color: #5A3300;
}

/*============================================================
汎用クラス
============================================================*/

.visual {
	width: calc(50% - 60px);
  transition: width 0.5s;
  height: 100vh;
  margin-left: 60px;
  z-index: 1;
  position: sticky;
  top: 0;
}

.visual + main {
  width: 50%;
  min-height: 100vh;
}

main {
  display: block;
  position: relative;
  /*float: right;*/
  width: calc(100% - 60px);
  min-height: 100vh;
  padding-bottom: 360px;
}

section {
  overflow: hidden;
  position: relative;
}

/*section:not(:last-of-type) .inner {
  padding: 150px 0 0;
}*/

.inner {
  width: 540px;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}

section > .inner {
  padding: 50px 0 70px;
}

/*@media (max-width: 1199px) {

.inner {
  width: 540px;
}

}

@media (min-width: 1200px) {

.inner {
  width: 90%;
}

}
@media (min-width: 1600px) {

.inner {
  width: 700px;
}

}*/






/* スマートフォンのみ表示 */
.sp {
  display: none;
}

/* PCのみ表示 */
.pc {
  display: block !important;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

.center,
.pcCenter {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.txt-right {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

/*.target {
  margin-top: -130px;
  padding-top: 130px;
}*/

.indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.8;
  display: block;
}

.notice {
  font-size: 13px;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide,
.logo a {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pt0   {padding-top:0px !important;}
.pb0   {padding-bottom:0px !important;}

.m0 {margin: 0 !important;}

.mb0   {margin-bottom:0px !important;}
.mb3   {margin-bottom:3px !important;}
.mb5   {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;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}
.mb90  {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}

.mt0   {margin-top:0px !important;}
.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}
.mt90  {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}

.bg-wide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.bg-pnk {
  background: #FFF4F4;
}

.txt-pnk {
  color: #F88C8C !important;
}

.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
  margin-left: auto;
  margin-right: auto;
}

.w230 {
  width: 230px !important;
  margin-left: auto;
  margin-right: auto;
}

.w300 {
  width: 300px !important;
  margin-left: auto;
  margin-right: auto;
}

.w350 {
  width: 350px !important;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px !important;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px !important;
  margin-left: auto;
  margin-right: auto;
}

.w500 {
  width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.w550 {
  width: 550px !important;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.w750 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column.center {
  justify-content: center;
}

.column.reverse {
  flex-direction: row-reverse;
}

.column.col2 li,
.column.col2 a,
.column.col2 > p {
  width: calc(100% / 2 - 10px);
}

.column.col2 a p {
  width: 100%;
}

.column.col2 p {
  line-height: 1.6;
}

.column.col2 p:nth-child(n+3) {
  margin-top: 5px;
}

.column.col3 li {
  width: calc(100% / 3 - 20px);
}

.column.col2:not(.disc) li:nth-child(n+3),
.column.col2 a:nth-child(n+3),
.column.col3 li:nth-child(n+4) {
  margin-top: 25px;
}

.column.col3 li:nth-child(3n+1),
.column.col4 li:nth-child(4n+1) {
  margin-left: 0;
}

.column.col3::after{
  content: "";
  width: calc(100% / 3 - 20px);
}

.page-head-top {
  background: #F5B2B2;
  width: 100%;
  height: 100px;
  color: #fff;
  justify-content: flex-start;
  position: relative;
}

.page-head-top .head-logo {
  background: #FFF4F4;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-head-top .head-logo::after {
  content: "";
  background: url(../img/common/page-head-top_ob.png) no-repeat center / contain;
  width: 43px;
  height: 100px;
  position: absolute;
  right: -20px;

}

.page-head-top .head-logo img {
  height: 70px;
}

.head-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-head-top .icon {
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-head-top .icon img {
  width: 35px;
  height: 35px;
}

.page-head {
  background: #FFF4F4;
  border-left: solid 5px #F5B2B2;
  padding: 15px 20px;
}

.page-title {
  font-size: 18px;
  line-height: 1.5;
}

.page-head-top .page-title {
  font-size: 26px;
}

.page-head-top .page-title a {
  color: #fff;
}

.icon-title {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.icon-title::before {
  content: "";
  background: url(../img/common/icon-title.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  top: 1px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
}

.icon-title span {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  margin-top: 5px;
  position: relative;
}

.line-title {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 10px;
  border-left: solid 3px #F5B2B2;
}

.line-title + .box {
  margin-top: 15px;
}

.label-title {
  background: #FFF4F4;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}

.border-title {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: solid 1px #F5B2B2;
}

.round-title {
  background: #F5B2B2;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 16px;
  border-radius: 20px;
  display: inline-block;
}

.title {
  font-size: 20px;
  line-height: 1.6;
}

.btn {
  width: 100%;
  position: relative;
}

.btn a {
  background: #fff;
  height: 60px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #BAAB91;
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(108,67,0,0.2);
}

.btn a p {
  font-size: 15px;
  text-align: center;
}

.btn.no-shadow a {
  box-shadow: none;
}

.btn.line a {
  background: #06C755;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #44955D;
}

.btn.line a p {
  display: flex;
  align-items: center;
}

.btn.line a p::before {
  content: "";
  background: url(../img/common/icon-line.png) no-repeat center / contain;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  display: inline-block;
}

.page-back {
  width: 100px;
  height: 40px;
  margin: 30px auto 0;
}

.page-back a {
  height: 40px;
}

.page-back a p {
  margin-left: 15px;
}

.page-back a p::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #6C4300;
  border-bottom: 1px solid #6C4300;
  transform: translateY(-50%) rotate(-225deg);
}

.btn-box a {
  padding: 15px 20px;
  border: solid 1px #BAAB91;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(108,67,0,0.2);
  display: block;
}


.btn-box a .title {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 7px;
  position: relative;
}

.btn-box a .title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #BAAB91;
  box-shadow: 1px 1px 0 rgba(108,67,0,0.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.btn-box a .title::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #6C4300;
  border-bottom: 1px solid #6C4300;
  transform: translateY(-50%) rotate(-45deg);
}

.box {
  background: #FFF4F4;
  padding: 25px 35px;
  border-radius: 10px;
  overflow: hidden;
}

.box.min {
  padding: 15px;
}

.box.yel {
  background: #FFF8EB;
}

.box.wht {
  background: #FFF;
}

.box .inner {
  width: 100%;
  padding: 0;
}

.box + .box {
  margin-top: 30px;
}

.box .title {
  text-align: center;
  margin-bottom: 10px;
}

.box-title {
  background: #F5B2B2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 13px 10px;
  margin: 0 -35px;
  position: relative;
  top: -25px;
}

.box.yel .box-title {
  background: #8E6624;
}

.disc:not(ul),
ul.disc li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  display: block;
  position: relative;
}

.disc:not(ul)::before,
ul.disc li:before {
  content: "●";
  color: #F5B2B2;
}

.disc.inline li {
  font-size: 15px;
  margin: 0 20px 5px 0;
  display: inline-block;
}

/* フロー */
.flow ul {
  counter-reset: flow-step;
  position: relative;
}

.flow ul li {
  position: relative;
  padding: 0 0 20px 45px;
}

.flow ul li::before {
  content: counter(flow-step);
  counter-increment: flow-step;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  border: 1px solid #F5B2B2;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  z-index: 1;
}

.flow ul li::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #F5B2B2;
}

.flow ul li:last-child::after {
  display: none;
}

.flow ul li .title {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 3px;
  margin-bottom: 5px;
}

/* 三角下矢印アイコン */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #F5B2B2;
  margin-left: auto;
  margin-right: auto;
}

/* アコーディオン */
.accordion-heading {
  background: #FFF4F4;
  color: #F88C8C;
  line-height: 1.6;
  padding: 10px 50px 10px 20px;
  position: relative;
  cursor: pointer;
}

.accordion-heading.yel {
  background: #FFF8EB;
  color: #6C4300;
}

.accordion-heading.wht {
  background: #fff;
  color: #6C4300;
}

.accordion-heading i {
  content: "";
  background: url(../img/common/icon-accordion.png) no-repeat center / contain;
  width: 15px;
  height: 15px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.accordion-heading.active i {
  transform: rotate(45deg);
}

.accordion-heading span {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion-heading span::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #6C4300
}

.accordion-heading span::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -11px;
  background: #FFF8EB;
}

.accordion-heading.active span::before {
  margin-top: -2px;
}

.accordion-heading.active span::after {
  margin-top: 1px;
}

/*.accordion-heading {
  margin-top: 20px;
}*/

.accordion-inner {
  padding: 15px 0;
}

/*.faq-list li + li {
  margin-top: 40px;
}
*/

/* 表組み */
table {
  width: 100%;
  font-size: 15px;
  color: #5b3f00;
  text-align: center;
  line-height: 1.8;
}

table.common {
  border-top: solid 1px #BAAB91;
}

table.fixed {
  table-layout: fixed;
  width: 100% !important;
}

table.common td,
table.common th {
  background: #fff;
  text-align: left;
  padding: 10px 15px;
  border-bottom: solid 1px #BAAB91;
}

table.common th {
  background: #F5B2B2;
  font-weight: 500;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border-right: solid 1px #BAAB91;
}

table.common thead th {
  padding: 10px 20px;
  border-right: none;
}

table.common td a {
  text-decoration: underline;
}

.calendar {
  margin: 0 auto;
}

.calendar .inner {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto 8px;
  padding: 5px;
}

.calendar-wrap {
  margin: 0 auto;
}

.calendar table {
  width: 100%;
  font-size: 15px;
  color: #5b3f00;
  text-align: center;
  line-height: 1.8;
  table-layout: fixed;
  border: 1px solid #BAAB91;
}

.calendar table tr:first-child {
  background: #F5B2B2;
  font-weight: 500;
  color: #fff;
}

.calendar table tr:first-child th:last-child {
  letter-spacing: -0.2em;
  padding-right: 5px;
}

.calendar table tr {
  border-bottom: 1px solid #BAAB91;
}

.calendar table th:first-child,
.calendar table td:first-child {
  width: 150px;
  font-weight: 400;
}

.calendar table th {
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 5px 0;
}

.calendar table td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 15px 10px !important;
}

.calendar table td.dept {
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -.1px;
  text-align: left;
  padding-left: 5px !important;
  border-right: 1px solid #BAAB91;
}

.calendar-wrap .blu {
  font-size: 16px;
  color: #00ccff;
}

.calendar-wrap .grn {
  font-size: 16px;
  color: #99cc00;
}

.calendar-wrap td span {
  font-size: 11px;
}

.calendar-wrap table th:first-child {
  width: 120px;
}

.calendar-wrap td.grn.ntc {
  padding-top: 16px !important;
  position: relative;
}

/* スクロールテーブル（左列固定） */
.table-wrapper {
  overflow-x: auto;
  /*max-width: 600px;*/
}

.scroll-table {
  border-collapse: collapse;
  /*min-width: 900px;*/
}

.scroll-table th,
.scroll-table td {
  background: #fff;
  font-size: 15px;
  border: 1px solid #BAAB91;
  padding: 8px 10px;
  white-space: nowrap;
}

.sticky-col {
  position: sticky;
  left: 0;
  color: #fff;
  background: #F5B2B2 !important;
  /*z-index: 2;*/
}

.sticky-col::before {
  content: "";
  border-right: 1px solid #BAAB91;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -2px;
  top: 0;
}

.sticky-col::after {
  content: "";
  border-right: 1px solid #BAAB91;
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
}

/* リスト */
.common-list {
  width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.common-list dt {
  background: #DDEEF7;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.common-list dd {
  width: 500px;
  padding: 5px 0;
  margin-top: 15px;
}

/* タブ */
.tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.tab-area.fukidashi li {
  width: calc(100% / 2 - 20px);
  padding-bottom: 13px;
  position: relative;
}

.tab-area.fukidashi li a {
  background: #fff;
  height: 60px;
  color: #F5B2B2;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #F5B2B2;
  border-radius: 30px;
}

.tab-area.fukidashi li a:hover,
.tab-area.fukidashi li a.active {
  background: #F5B2B2;
  color: #fff;
}

.tab-area.fukidashi li a:hover::after,
.tab-area.fukidashi li a.active::after {
  content: "▼";
  color: #F5B2B2;
  position: absolute;
  bottom: -3px;
}

/* 電話 */
.tel {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}

.tel p span {
  font-size: 20px;
}


/* slick */
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.slick-dots li {
  width: auto !important;
  height: 10px !important;
  float: none;
  position: relative;
  z-index: 2;
}

.slick-dots li + li {
  margin: 0 10px !important;
}

.slick-dots li.slick-active button {
  background: #F5B2B2 !important;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #fff !important;
  border: solid 1px #F5B2B2 !important;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}

/* モーダル */
.fancybox-is-open .fancybox-bg {
  opacity: .7 !important;
}

.fancybox-slide--html {
  padding: 20px !important;
}

.modal_wrap {
  font-family: 'M PLUS 1p', sans-serif;
  width: 800px;
  /*height: 100%;*/
  padding: 30px 50px !important;
}

.modal_wrap .modal-title {
  font-size: 24px;
  color: #F5B2B2;
  text-align: center;
  margin-bottom: 20px;
}

.modal_wrap .title {
  font-size: 18px;
  color: #F5B2B2;
  text-align: center;
  margin: 30px auto 20px;
}

.modal-orthopedics_wrap {
  font-family: 'M PLUS 1p', sans-serif;
  padding: 30px 50px 50px !important;
}

.modal-orthopedics_wrap .modal-title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 20px;
}

.modal-orthopedics_wrap .column {
  justify-content: center;
  align-items: center;
}

.modal-orthopedics_wrap .icon {
  width: 170px;
  height: 250px;
  margin-right: 50px;
}

.modal-orthopedics_wrap .txt {
  width: 600px;
}

.modal-orthopedics_wrap table {
  border-top: solid 1px #5A3300;
}

.modal-orthopedics_wrap table th,
.modal-orthopedics_wrap table td {
  padding: 20px 0;
  border-bottom: solid 1px #5A3300;
}

.modal-orthopedics_wrap table th {
  width: 160px;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
}

.modal-orthopedics_wrap table td {
  width: 450px;
}

.modal-orthopedics_wrap table dt {
  width: 55px;
  float: left;
}

.modal-orthopedics_wrap table dd {
  width: 350px;
  float: left;
}

/*============================================================
header
============================================================*/

header {
  /*background: #fff;
  width: 60px;
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: 1s;*/
  background: #fff;
  position: fixed;
  top: 0;
  left: -360px;
  width: 420px;
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 1001;
  white-space: nowrap;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all .8s;
}

header .inner {
	padding: 0 0 20px;
}

.logo {
	background: url(../img/common/logo.png) no-repeat center / contain;
}

header .logo {
  width: 210px;
  height: 80px;
  position: relative;
  display: none;
}

header .logo a {
  width: 210px;
  height: 80px;
  display: block;
}

header.active {
  left: 0;
}

html.active header.is-hide {
  top: 0;
}

/*header.is-hide #g-nav {
  display: none;
}*/

body.active {
  overflow: hidden;
}

header .head {
  background: #fff;
  width: 100%;
  height: 100%;
}

header .inner {
  width: 100%;
  height: 100%;
}

header a {
  display: block;
}

#btn-menu {
  width: 60px;
  height: 60px;
  margin-top: 5px;
  /*position: relative;*/
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#btn-menu::before {
  content: "メニュー";
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  text-align: center;
}

#btn-menu span {
  background: #6C4300;
  width: 23px;
  height: 1px;
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#btn-menu span:nth-of-type(1) {
  top: 12px;
}

#btn-menu span:nth-of-type(2) {
  top: 21px;
}

#btn-menu span:nth-of-type(3) {
  top: 30px;
}

/*#btn-menu.active span {
  background: #fff;
}*/

#btn-menu.active span:nth-of-type(1) {
  top: 6px;
  transform: translateY(15px) rotate(-45deg);
}

#btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#btn-menu.active span:nth-of-type(3){
  top: 32px;
  transform: translateY(-11px) rotate(45deg);
}

#g-nav{
  background: #fff;
  padding: 0 60px 0 30px;
  position: absolute;
 
  top: 0;
  left: 0;

  height: 100%;
  /* height: 57%; */
  /* border-top: solid 1px #9b9999; */
  transition: all .8s;
  margin: auto;
  right: 0;
  transition: all .8s;
}

#g-nav.panelactive{
 
  top: 0;
}

#g-nav-wrap {
  height: 100%;
  margin: 0 auto;
  /*position: fixed;
  left: 0;
  right: 0;*/
}

#g-nav-list {
  padding: 60px 0;
}

#g-nav.panelactive #g-nav-list {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display:none;
}

/*#g-nav #g-nav-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility 0s linear .5s;
}

#g-nav.panelactive #g-nav-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .8s ease .5s, visibility 0s;
}*/

#nav {
  padding: 10px 0 30px;
  border-bottom: solid 1px #FFD6D6;
}

#nav li {
  width: 100%;
  position: relative;
}

#nav > li + li {
  margin-top: 25px;
}

#nav > li > a {
  min-width: 170px;
}

#nav > li > a {
  width: 280px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

#nav > li > a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #BAAB91;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#nav > li > a::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #BAAB91;
  border-bottom: 1px solid #BAAB91;
  transform: translateY(-50%) rotate(-45deg);
}

#nav > li > a i {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: block;
}

.sub-nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
}

.sub-nav-btn::before,
.sub-nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: #BFB097;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.sub-nav-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sub-nav-btn.open::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sub-nav-btn.open::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.sub-nav {
  margin: 15px 0 0 5px;
  padding-left: 45px;
  display: none;
}

.sub-nav li {
  position: relative;
}

.sub-nav li + li {
  margin-top: 5px;
}

.sub-nav li a {
  font-size: 14px;
}

.sub-nav li::before {
  content: "●";
  color: #FFDEDE;
  margin: auto;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}


.bottom-nav {
  padding-top: 30px;
}

.bottom-nav li {
  line-height: 1;
  position: relative;
}

.bottom-nav li + li {
  margin-top: 18px;
}

.bottom-nav li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.bottom-nav li i {
  width: 20px;
  height: 20px;
  font-style: normal;
  margin: 0 20px 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-wrap {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 60px;
}

.sns-wrap p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

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

.sns-list li {
  width: 25px;
  height: 25px;
}

.sns-list li:first-child {
  width: 27px;
  margin-bottom: 2px;
}

.sns-list li + li {
  margin-top: 10px;
}

.sns-list li a {
  line-height: 1;
  display: block;
}

.sns-list li a img {
  vertical-align: middle;
}

/*============================================================
footer
============================================================*/

#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

#pagetop a {
  background: url(../img/common/pagetop.png) no-repeat center / contain;
  width: 60px;
  height: 60px;
  display: block;
}

footer {
  background: #FFEDED;
  width: 100%;
  height: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .inner {
  padding: 40px 0 150px;
  margin: 0 auto;
}

.footer-info {
  align-items: flex-end;
}

.footer-info,
.footer-info p {
  text-align: left;
}

.footer-info-l {
  width: 230px;
  font-size: 14px;
}

.footer-info-r {
  width: 280px;
}

footer .logo {
  width: 180px;
  height: 60px;
  margin: 0 auto 20px;
}

footer .logo a {
  width: 180px;
  height: 60px;
  display: block;
}

.footer-info-l .add {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 5px;
}

.copyright {
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.footer-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 70px;
}

.footer-banner img {
  width: 250px;
  height: 60px;
}

.footer-link {
  width: 280px;
  text-align: center;
}

.hospital-link {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0;
  margin: 0 10px;
  position: relative;
}

.hospital-link::after {
  content: "";
 /* background: url(../img/common/icon-blank.svg) no-repeat center / 10px;*/
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer + .bottom-fix-nav {
  display: none;
}

/*============================================================
#top
============================================================*/

.mv {
  background: url(../img/common/mv.jpg) no-repeat center / cover;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#top .mv {
  background: #fff;
}

.mv .logo {
  background: url(../img/common/logo.png) no-repeat center / 155px auto #fff;
	width: 180px;
  height: 80px;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 20px;
}

.mv .logo a {
	width: 180px;
  height: 80px;
  display: block;
}

.mv-title {
  background: #fff;
  padding: 20px 20px;
  position: absolute;
  left: 0;
  font-size: 28px;
  border-radius: 0 10px 10px 0;
  line-height: 1;
}

.mv-title h2 {
  font-weight: 500;
}

#top .mv .illust {
	max-width: 500px;
  width: 75%;
  height: auto;
  margin: 0px auto 20px;
}

#top .mv p {
  font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
  margin-bottom: 30px;
}

.mv-nav {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
}

.mv-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mv-nav ul li {
  width: calc(100% / 3);
  text-align: center;
}

.mv-nav ul li a {
  background: #6C4300;
  height: 80px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-nav ul li + li {
  border-left: solid 1px #fff;
}

.mv-nav ul li.line a {
  background: #06C755;
}

.mv-nav ul li i.icon-line {
  background: url(../img/common/icon-line.png) no-repeat center / contain;
  width: 40px;
  height: 45px;
  margin-left: -3px;
}

.mv-nav ul li i.icon-inq {
  background: url(../img/common/icon-inq-wht.png) no-repeat center / contain;
  width: 20px;
  height: 25px;
  margin-right: 7px;
}

.mv-nav ul li i.icon-access {
  background: url(../img/common/icon-access-wht.png) no-repeat center / contain;
  width: 18px;
  height: 25px;
  margin-right: 7px;
}

.bottom-banner .mv {
  height: calc(100% - 310px);
  padding: 80px 20px 0;
}

.mv-banner {
  background: #ccc;
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 80px;
  left: 0;
}

.mv-banner a {
  width: 100%;
  height: 230px;
  display: block;
  border: solid 3px #F5B2B2;
  overflow: hidden;
}

.mv-banner a img {
  height: 230px;
}

.mv-banner .btn-close {
  display: none;
}

#top .clnc {
  background: #FFF4F4;
}

#top .cmed {
  background: #FFEAEA;
}

#top .clnc .inner {
  padding: 40px 0 50px;
}

.news-important {
  background: #FFF4F4;
  width: 100%;
  padding: 0 30px;
}

.news-important-wrap {
  background: #FFE2E2;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 0 10px 10px;
}


.news-important ul li {
  color: #ff1f54;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.news-important ul li .post-date {
  width: 100px;
  line-height: 1.6;
  margin-right: 10px;
}

.news-important ul li + li {
  margin-top: 5px;
}

.news-important a {
  width: 380px;
  color: #ff1f54;
  line-height: 1.6;
  display: block;
}

#top .clnc .title-logo::before {
  content: "外来";
  background: #F5B2B2;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -100px;
  top: 20px;
  border-radius: 10px;
  border: solid 1px #fff;
}

#top .cmed .title-logo::before {
  content: "入院\A救急";
  background: #F5B2B2;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  white-space: pre-wrap;
  left: -100px;
  top: 20px;
  border-radius: 10px;
  border: solid 1px #fff;
}

.title-logo {
  width: 160px;
  margin: 0 auto 30px;
  position: relative;
}

.title-logo a {
  display: block;
  position: relative;
}

.title-logo a::before {
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  margin: auto;
  border: solid 1px #BAAB91;
  box-shadow: 1px 1px 0 rgba(108,67,0,0.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 15px;
  right: -40px;
}

.title-logo a::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 66%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #6C4300;
  border-bottom: 1px solid #6C4300;
  transform: translateY(-50%) rotate(-45deg);
}

.top-main-box {
  background: #fff;
  padding: 20px 30px 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #F7DFDF;
}

.top-main-box .title,
.top-main-box .title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.top-main-box .title {
  font-weight: 400;
  padding-bottom: 7px;
  border-bottom: solid 2px #F5B2B2;
}

.top-main-box .title a {
  width: 100%;
}

.top-main-box i {
  width: 30px;
  height: 30px;
  line-height: 1;
  margin-right: 13px;
  display: block;
}

.top-main-box .title {
  font-size: 26px;
}

.top-main-box .title p span {
  font-size: 20px;
  margin-left: 10px;
}

.btn a.line {
  background: #06C755;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #44955D;
}

.btn a.line p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn a.line p::before {
  content: "";
  background: url(../img/common/icon-line.png) no-repeat center / contain;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  display: inline-block;
}

.btn a.line-border {
  color: #06C755;
  border: solid 1px #06C755;
  box-shadow: 2px 2px 0 #06C755;
}

.btn a.emergency {
  background: #FF7777;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #E25454;
}

.btn a.emergency p {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn a.emergency p span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.top-info h2.title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.top-info h2.title {
  padding-bottom: 7px;
  border-bottom: solid 2px #F5B2B2;
}

.top-info h2.title a {
  width: 100%;
  position: relative;
}

.top-info i {
  width: 30px;
  height: 30px;
  line-height: 1;
  margin-right: 10px;
  display: block;
}

.top-info h2.title {
  font-size: 22px;
  margin-bottom: 20px;
}

.top-info h2.title span {
  font-size: 16px;
  margin-left: 10px;
}

.top-info h2.title a::before {
  content: "";
  background: #6C4300;
  width: 70px;
  height: 25px;
  margin: auto;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.top-info h2.title a::after {
  content: "一覧";
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 22px;
}

.top-info .tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-info .tab-area li {
  width: calc(100% / 3 - 5px);
  text-align: center;
}

.top-info .tab-area li a {
  line-height: 1;
  padding: 15px 0;
  border-bottom: solid 2px #6C4300;
  display: block;
}

.top-info .tab-area li a:hover,
.top-info .tab-area li a.active {
  background: #FF7777;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 2px #FF7777;
}

.top-info .panel-area ul {
  border-bottom: dashed 1px #5A3300;
}

.top-info .panel-area li {
  padding: 20px 0;
}

.top-info .panel-area li + li {
  border-top: dashed 1px #5A3300;
}

.top-info .panel-area li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.top-info .panel-area li a .date {
  font-size: 13px;
}

.top-info .panel-area li a .title {
  line-height: 1.8;
}

.smart-community .inner {
  padding: 20px 0 70px;
}

.smart-community .box-wrap {
  border: solid 1px #BAAB91;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
  display: block;
  overflow: hidden;
}

.smart-community .img {
  border-bottom: solid 1px #BAAB91;
  position: relative;
}

.smart-community .img ul li {
  width: 120px;
  height: 40px;
  position: absolute;
}

.smart-community .img ul li a {
  width: 120px;
  height: 40px;
  border: solid 1px #F5B2B2;
  box-shadow: 2px 2px 0 #FDD5D5;
}

.smart-community .img ul li:nth-child(1) {
  top: 40px;
  left: 95px;
}

.smart-community .img ul li:nth-child(2) {
  bottom: 100px;
  left: 20px;
}

.smart-community .img ul li:nth-child(3) {
  bottom: 50px;
  right: 60px;
}

.smart-community .txt-wrap {
  padding: 20px 50px 30px;
}

.smart-community .txt-wrap .title {
  font-weight: 500;
  margin-bottom: 10px;
}

#top .recruit {
  background: url(../img/top/recruit-bg.jpg) no-repeat center 50px / cover;
}

#top .recruit .inner {
  padding: 0 0 50px;
}

#top .recruit .inner a{
  display: block;
}


/*============================================================
#clnc 外来
============================================================*/

/***********************************
.clnc-top
************************************/

#clnc .mv .clnc-logo,
#department .mv .clnc-logo,
#special .mv .clnc-logo,
#healthcheck .mv .clnc-logo,
#vaccination .mv .clnc-logo,
#outpatient .mv .clnc-logo,
#uninsured .mv .clnc-logo {
  width: 235px;
  height: 90px;
}

#clnc.bottom-banner .mv,
#department.bottom-banner .mv,
#special.bottom-banner .mv,
#healthcheck.bottom-banner .mv,
#vaccination.bottom-banner .mv,
#outpatient.bottom-banner .mv,
#uninsured.bottom-banner .mv {
  background: url(../img/clnc/mv-l.jpg) no-repeat center / cover;
  align-items: flex-start;
}

#clnc .page-head-top::after,
#department .page-head-top::after,
#special .page-head-top::after,
#healthcheck .page-head-top::after,
#vaccination .page-head-top::after,
#outpatient .page-head-top::after,
#uninsured .page-head-top::after {
  background: url(../img/clnc/page-head-img.png) no-repeat center / contain;
}

.clnc-top .border-box {
  padding: 10px 20px;
  color: #FF4A4A;
  border: solid 1px #FF4A4A;
  border-radius: 10px;
}

.clnc-top .page-head + .inner {
  padding: 20px 20px 40px;
}

.clnc-top .dept-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.clnc-top .dept-title h3 {
  background: #F5B2B2;
  width: 90px;
  height: 25px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

/***********************************
#department 診療科
************************************/

/* .department-top */


/* 各診療科 */
.doctor-list ul {
  font-size: 0;
  justify-content: flex-start;
}

.doctor-list li {
  width: 160px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #BAAB91;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.doctor-list li + li {
  margin-left: 25px;
}

.doctor-list li:nth-child(n+4) {
  margin-top: 25px;
}

.doctor-list li:nth-child(3n+1)  {
  margin-left: 0;
}

.doctor-list li a {
  width: 100%;
  padding: 10px;
  display: block;
}

.doctor-list li a .img {
  width: 100%;
  margin: 0 0 5px !important;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.doctor-list li a .name {
  font-size: 15px;
}

.doctor-list li a .name span {
  font-size: 11px;
  margin-right: 10px;
}

.doctor-list li a .dept {
  font-size: 12px;
  line-height: 1.4;
}

.doctor-list li a .txt-wrap p {
  text-align: center;
}

.doctor-list li a .img + .txt-wrap p {
  text-align: center !important;
}

.doctor-list li.nolink {
  padding: 10px;
  display: block;
  border: solid 1px #BAAB91;
}

.doctor-list li.nolink .txt-wrap p {
  text-align: center;
}

.doctor-list li.nolink .name {
  font-size: 15px;
}

.doctor-list li.nolink .dept {
  font-size: 12px;
  line-height: 1.4;
}

/***********************************
#healthcheck 健康診断
************************************/

/* .healthcheck-todawarabi 戸田市・蕨市の健康診断 */
.healthcheck-todawarabi section .line-title,
.healthcheck-todawarabi section .round-title {
  margin-bottom: 5px;
}

.healthcheck-todawarabi section .line-title + .box {
  margin: 10px 0;
  padding: 20px 30px;
}

.bottom-contact {
  padding: 30px 30px 30px;
}

.bottom-contact .dash-title {
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  margin: 30px 0 10px;
  border-bottom: dashed 1px #BAAB91;
}

.bottom-contact .dash-title i {
  width: auto;
  height: 20px;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.bottom-contact .dash-title i img {
  height: 20px;
  vertical-align: middle;
}

/* .healthcheck 各種健康診断 */
.healthcheck table.common {
  font-size: 14px;
}

.healthcheck table.common thead th,
.healthcheck table.common td {
  padding: 10px;
  vertical-align: middle;
}


/***********************************
#doctor 専門医カタログ
************************************/

.interview-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview-list li {
  background: #fff;
  width: 540px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #BAAB91;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.interview-list li + li {
  margin-top: 30px;
}

.interview-list li a {
  padding: 30px;
  display: block;
}

.interview-list li a .column {
  align-items: center;
}

.interview-list li a .img {
  width: 100px;
  height: 100px;
}

.interview-list li a .img img {
  height: 100px;
}

.interview-list li a .txt {
  width: 350px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.interview-list li a .copy {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: solid 1px;
}

.interview-list li a .name {
  font-size: 20px;
}

.interview-list li a .dept {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.interview-list li a .un {
  font-size: 13px;
  color: #F5B2B2;
  line-height: 1.6;
  margin-top: 5px;
}

.interview-list li a .category {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #BAAB91;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.interview-list li a .category p {
  background: #FFF4F4;
  width: calc(100% / 3 - 5px);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.interview-list li a .category p + p {
  margin-left: 10px;
}

/* .doctor-page 各ページ */
.doctor-page section .head {
  width: 450px;
  align-items: center;
  margin: 0 auto 50px;
}

.doctor-page section .head.noimg {
  justify-content: center;
}

.doctor-page section .head.noimg .name,
.doctor-page section .head.noimg p {
  text-align: center;
}

.doctor-page section .head .img {
  width: 150px;
}

.doctor-page section .head .name-wrap {
  width: 250px;
}

.doctor-page section .head .name-wrap .name {
  font-size: 24px;
  line-height: 1.6;
}

.doctor-page section .head .name-wrap .kana {
  font-size: 14px;
}

.doctor-page section .head .name-wrap .dept {
  margin-top: 10px;
}

.doc-data table {
  width: 100%;
  border-top: solid 1px #BAAB91;
  border-left: solid 1px #BAAB91;
  border-right: solid 1px #BAAB91;
}

.doc-data table li {
  text-align: left;
}

.doc-data table th,
.doc-data table td {
  display: block;
}

.doc-data table th {
  background: #FFFBF4;
  text-align: center;
  padding: 10px 20px;
  border-bottom: solid 1px #BAAB91;
}

.doc-data table td {
  background: #fff;
  padding: 15px 20px;
  border-bottom: solid 1px #BAAB91;
}

/***********************************
#outpatient 外来案内
************************************/

#outpatient section .box {
  padding: 30px 40px;
}

/* .line LINEかんたん予約 */
.line .flow .column .img {
  width: calc(100% / 2 - 20px);
}

.line .flow .column img {
  border: solid 1px #eee;
}

/***********************************
#vaccination ワクチン接種
************************************/

#vaccination .price {
  background: #fff;
  font-size: 15px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #BAAB91;
  border-bottom: solid 1px #BAAB91;
}

#vaccination .price div:nth-child(1) {
  width: 360px;
  line-height: 1.5;
  padding: 10px;
  display: flex;
  align-items: center;
}

#vaccination .price div:nth-child(2) {
  background: #F5B2B2;
  width: 140px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vaccination .price div:nth-child(3) {
  width: 130px;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price + .pattern {
  margin-top: 30px;
}

.pattern {
  background: #FFF4F4;
  padding: 20px 30px;
  margin: 20px auto 30px;
  border-radius: 10px;
}

.pattern .title {
  font-size: 18px;
  margin-bottom: 10px;
}

/*============================================================
#cmed 救急・入院
============================================================*/

/***********************************
.cmed-top
************************************/

#cmed.bottom-banner .mv,
#inpatient.bottom-banner .mv,
#homemedicalcare.bottom-banner .mv {
  background: url(../img/cmed/mv-l.jpg) no-repeat right bottom / 750px auto;
  align-items: flex-start;
  height: calc(100% - 80px);
  padding: 80px 20px;
}

#cmed.bottom-banner .mv .cmed-logo,
#inpatient.bottom-banner .mv .cmed-logo,
#homemedicalcare.bottom-banner .mv .cmed-logo {
  width: 245px;
  height: 90px;
}

.cmed-top .page-head + .inner {
  padding: 20px 20px 40px;
}

/***********************************
.cmed-about cmedについて
************************************/

.cmed-about .illust01 {
	width: 400px;
	margin: 30px auto 40px;
}

.cmed-about .illust02 {
	width: 300px;
	margin: 30px auto 40px;
}

/***********************************
.procare プロケア
************************************/

.procare section .illust {
	width: 400px;
	margin: 0 auto 50px;
}

/***********************************
.procedure 入院・退院の手続き
************************************/

.procedure section table td {
  text-align: center;
  vertical-align: middle;
}

/***********************************
.liaison-support 両立支援
************************************/

.liaison-support #tab01-sec02 .box {
	width: 47%;
	text-align: center;
	padding: 20px;
}

.liaison-support #tab01-sec02 .box .illust,
.liaison-support #tab01-sec02 .box .illust img {
	height: 110px;
}

/*============================================================
#homemedicalcare 在宅医療
============================================================*/

#homemedicalcare .mv {
  background: url(../img/homemedicalcare/mv-l.jpg) no-repeat center bottom / cover;
  align-items: flex-start;
  height: calc(100% - 80px);
  padding: 80px 20px;
}

#homemedicalcare .mv .homemedicalcare-logo {
  width: 390px;
  height: 70px;
}

/*============================================================
#about 病院紹介
============================================================*/

/***********************************
.about-top
************************************/

#about .mv {
  background: url(../img/about/mv.jpg) no-repeat center / cover;
}

.policy-list li + li {
	margin-top: 5px;
}

.policy-list li a {
	text-decoration: underline;
	padding-left: 25px;
	display: block;
	position: relative;
}

.policy-list li a::before {
	content: "";
	background: url(../img/common/icon-accordion.png) no-repeat left center / 15px;
	width: 15px;
	height: 15px;
	position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/*============================================================
#access アクセス
============================================================*/

#access .mv {
  background: none;
  max-width: 100%;
}

#access .mv-banner {
  display: none;
}

#access .gmap,
#access .gmap iframe {
  width: 100%;
  height: 100%;
}

#access section .logo {
  width: 200px;
  height: 70px;
  margin: 0 auto 20px;
}




/*============================================================
#form
============================================================*/

#contactList table {
  margin: 0 auto;
}

#contactList th,
#contactList td {
  font-weight: normal;
  display: block;
}

#contactList th {
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding-bottom: 5px;
}

#contactList th label {
  display: block;
  cursor: pointer;
}

#contactList tr + tr th {
  margin-top: 20px;
}

/*#contactList td {
  padding-bottom: 20px;
}*/

#contactList td label {
  margin-right: 1.5em;
  font-weight: normal;
}

select::-ms-expand {
  display: none;
}

select#type {
  /*background: url(../images/contact/select_arrow.png) no-repeat 270px center #fdf4ea;*/
  background-size: 16px 10px;
  width: 300px;
  z-index: 15;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select#saiyo,
select#syokusyu,
select#genzai {
  /*background: url(../images/contact/select_arrow.png) no-repeat 270px center #fdf4ea;*/
  background-size: 16px 10px;
  width: 300px;
  z-index: 15;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  border: none;
  background-color: #fdf4ea;
  color: #5b3f00;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

#contactList input[type=radio],
#contactList input[type=checkbox] {
  display: none;
  margin: 0;
}

#contactList input[type=radio] + label,
#contactList input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}

#contactList input[type=radio] + label::before,
#contactList input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 1px solid #5A3300;
  border-radius: 30px;
}

#contactList input[type=radio]:checked + label::after,
#contactList input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #5b3f00;
  border-radius: 8px;
}

textarea {
  height: 200px;
  overflow: auto;
  border-radius: 10px;
}

#contactList .month,
#contactList .day {
  width: 95px;
  margin-left: .5em;
}

#contactList .time {
  width: 110px;
  margin-left: .5em;
}

select.month,
select.day {
  /*background: url(../images/contact/select_arrow.png) no-repeat 65px center #fdf4ea;*/
  background-size: 16px 10px;
  z-index: 15;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
}

select.time {
  /*background: url(../images/contact/select_arrow.png) no-repeat 80px center #fdf4ea;*/
  background-size: 16px 10px;
  z-index: 15;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
}

.txtCome {
  font-size: 13px;
  margin: 10px 0 0 !important;
  line-height: 20px;
  display: inline-block;
}

.contact-msg {
  vertical-align: top !important;
}

.btnbox {
  width: 450px;
  height: 50px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btnbox input {
  background: #fff;
  width: 200px;
  height: 50px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #BAAB91;
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.btnbox input.conf,
.btnbox input.send {
  width: 200px;
  cursor: pointer;
  color: #5A3300;
}

.btnbox input.reset,
.btnbox input.back,
.btnbox input.eback {
  width: 200px;
  cursor: pointer;
  color: #5A3300;
}

.btnbox button.send {
  width: 200px;
  cursor: pointer;
  color: #5A3300;
}

/*.btnbox input.eback {
  margin: 0 150px 0 0;
}*/

.error {
  font-size: 14px;
  color: #F00;
}

.comp h2 {
  font-weight: 500;
  margin: 0 0 30px;
}

.comp .btn {
  width: 220px;
  margin: 60px auto 0;
}

.comp .btn img {
  width: 220px;
}

#compBird {
  width: 155px;
  margin: 0 auto;
}

#compBird img {
  width: 155px;
}

#zip {
  width: 120px;
  margin-left: .5em;
}

#age, #keiken, #gakureki_year {
  width: 110px;
  margin-right: .5em;
}

.error + p {
  margin-top: 5px;
}

.steps .current .current-info,
.steps span.number {
  display: none;
}

.steps-ul {
  margin: 40px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  counter-reset: number 0;
  position: relative;
}

.steps-ul::before {
  content: "";
  background: #FFF4F4;
  width: 100%;
  height: 10px;
  position: absolute;
}

.steps-ul li {
  background: #FFF4F4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  position: relative;
}

.steps-ul li::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 0;
  color: #5b3f00;
  font-size: 20px;
  right: 0;
  margin: auto;
  text-align: center;
  height: 60px;
  line-height: 55px;
}

.steps-ul a {
  cursor: default;

}

.steps-ul .current {
  background: #F5B2B2;
}

.steps-ul .current a {
  color: #fff;
}

.steps-ul .current:after {
  color: #fff;
}

#contactList.monshin-form input[type=radio],
#contactList.monshin-form input[type=checkbox] {
  display: block !important;
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  height: 1px;
  width: 1px;
}

#contactList.monshin-form input[type="text"] + input[type=radio] + label {
  margin-left: 20px;
}



.monshin-form .box + .box {
  margin-top: 30px;
}

.monshin-form .box table {
  margin-top: 0 !important;
  width: 100% !important;
}

.monshin-form .box p + table {
  margin-top: 20px !important;
}


.monshin-form .box .is-popup-btn {
  text-decoration: underline;
  color: #5b3f00;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}

.monshin-form .box .is-popup-btn img {
    vertical-align: middle;
    margin-left: 10px;
}
  
.monshin-form .box .is-popup-box {
      background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}
  
  .monshin-form .box .is-popup-box > div {
      max-width: 650px;
      background: #fce8d5;
      margin: 60px auto;
      padding: 30px;
      border-radius: 15px;
      overflow: scroll;
      height: 50%;
  }
  
.monshin-form .box .is-popup-box .indent {
      font-size: 16px;
}

.monshin-form .box .popup-indent {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 15px;
    margin-left: 1em;
}
  
  .monshin-form .box .is-popup-box2 .popup-indent {
      margin-left: 0;
  }

.monshin-form .colum {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.monshin-form .colum label {
  display: block;
  width: 33.3%;
  width: calc( 100% / 3 );
  margin-right: 0 !important;
}

.monshin-form .label-checkbox span {
  padding-left: 25px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  margin-right: 12px;
}

.monshin-form .label-checkbox span:before{
  content:'';
  background: #fff;
  border: 1px solid #5A3300;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.monshin-form .label-checkbox input[type="checkbox"]:checked + span:before {
  opacity: 0;
}
.monshin-form .label-checkbox span:after{
  content:'';
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 1px;
  width:8px;
  height: 16px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  transform:rotate(-200deg);
  /*
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  */
}
.monshin-form .label-checkbox input[type="checkbox"]:checked + span:after{
  opacity: 1;
  position: absolute;
  left: 7px;
  top: 0;
  width:8px;
  height: 12px;
  border-right: 4px solid #F5B2B2;
  border-bottom: 4px solid #F5B2B2;
  transform:rotate(40deg);
}

.monshin-form .label-checkbox input[type="checkbox"]:checked + span {
  color: #F5B2B2;
  font-weight: 500;
}
/*
.monshin-form .label-checkbox:hover {
color: #F5B2B2;
-webkit-transition: all .3s .1s;
transition: all .3s .1s;
}
*/
.monshin-form input[type="text"],
.monshin-form input[type="tel"],
.monshin-form input[type="email"],
.monshin-form input[type="number"],
.monshin-form .textarea {
  background: #fff;
}

.monshin-form input[type="month"],
.monshin-form input[type="date"],
.monshin-form input[type="number"] {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  border: none;
  background-color: #fff;
  color: #5b3f00;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
  
.monshin-form input[type="month"],
.monshin-form input[type="date"] {
      width: 50%;
  }

.monshin-form .notice {
  font-size: 13px;
}

.monshin-form input[type="radio"] + label {
  line-height: 1.5 !important;
}

.monshin-form input[type="radio"] + label::before {
  margin-top: 0 !important;
  top: 4px !important;
}

.monshin-form input[type="radio"]:checked + label::after {
  margin-top: 0 !important;
  top: 9px !important;
}

.monshin-form select {
  background: #fff;
  /*background: url(../images/monshin/select-arrow.png) no-repeat right 15px center / 12px ,#fff;*/
  padding: 9px 15px;
  position: relative;
}

.monshin-form h3 {
  display: none;
}

.is-error {
  color: #f00;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
}

.actions .disabled {
  display: none;
}


.actions {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions ul {
  display: flex;
      justify-content: center;
      align-items: center;
}

.actions li {
  background: #fff;
  width: 200px;
height: 50px;
line-height: 1.4;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border: solid 1px #BAAB91;
border-radius: 30px;
box-shadow: 2px 2px 0 rgba(108,67,0,0.2);
}

.actions li.previous::before {
  content: "戻る";
  position: absolute;
}

.actions li.next::before {
  content: "次へ";
  position: absolute;
}

.actions .finish::before {
  content: "確認";
  position: absolute;
}

.actions li.previous + .next,
.actions li.finish {
  margin-left: 30px;
}

.actions li a {
  display: block;
  width: 200px;
  height: 50px;
  font-weight: 500;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
      z-index: 1;
}

.monshin-form .column_photo label:not(.error) {
  padding: 5px 20px;
  line-height: 40px;
  color: white;
  background: #F5B2B2;
  border-radius: 40px;
}

.monshin-form .column_photo input[type="file"] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.monshin-form .column_photo span {
  margin: 10px 0 0 0;
}

/*============================================================
#law 特定商取引に関する法律に基づく表示
============================================================*/

#law section table {
  font-size: 14px;
}

#law section table.common th {
  width: 150px;
  font-weight: 400;
  padding: 10px 10px;
  vertical-align: top;
}

/*============================================================
#about 病院紹介
============================================================*/

/* .outline 病院概要 */
.outline #sec01 table.common th {
  width: 100px;
}

.outline #sec02 ul li,
.outline #sec03 ul li,
.outline #sec04 ul li {
  font-size: 15px;
  margin: 0 20px 5px 0;
  display: inline-block;
}

/*============================================================
#knowledge 病気の知識
============================================================*/

#knowledge section table {
  font-size: 14px;
}

#knowledge section table th,
#knowledge section table td {
  padding: 10px;
}

/*#knowledge.acp .step {
  background: url(../img/knowledge/acp_step.png) no-repeat center / contain;
  width: 540px;
  height: 1480px;
}*/

/* .acp ACPの取り組み */
.acp-link {
  text-align: center;
  margin-top: 30px;
}

.acp-link li {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.acp-link li + li::before {
  content: "/";
}

.acp-link li a {
  text-decoration: underline;
}

.acp-link li:first-child a {
  margin: 0;
}

.acp-link li:first-child::before {
  content: "引用元："
}

/*============================================================
#recruit 採用
============================================================*/

#recruit .mv {
  background: url(../img/recruit-info/mv.jpg) no-repeat center / cover;
}

#recruit .mv {
  align-items: flex-start;
}

#recruit .mv .recruit-logo {
  width: 250px;
  height: 110px;
  margin-left: 20px;
}

/*============================================================
#news お知らせ
============================================================*/

.news-top .tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news-top .tab-area li {
  width: calc(100% / 4 - 5px);
  text-align: center;
}

.news-top .tab-area li a {
  line-height: 1;
  padding: 15px 0;
  border-bottom: solid 2px #6C4300;
  display: block;
}

.news-top .tab-area li a:hover,
.news-top .tab-area li a.active {
  background: #FF7777;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 2px #FF7777;
}

.news-top .panel-area ul {
  border-bottom: dashed 1px #5A3300;
}

.news-top .panel-area li {
  padding: 20px 0;
}

.news-top .panel-area li + li {
  border-top: dashed 1px #5A3300;
}

.news-top .panel-area li a {
  font-size: 16px;
  display: block;
}

.news-top .panel-area li a .date {
  font-size: 13px;
}

.news-top .panel-area li a .title {
  line-height: 1.8;
}








.post-head .column {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3px;
}

.post-head .post-date {
font-size: 14px;
}

.post-head .post-category {
margin-left: 10px;
}

.post-head .post-category a {
  font-size: 11px !important;
  border: solid 1px;
  border-radius: 10px;
  text-decoration: none;
  padding: 3px 10px;
  line-height: 1;
  color: #F5B2B2;
  display: block;
}

.post-head .line-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}




.post-content p {
  text-align: left;
}

.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}

.post-content p a {
  text-decoration: underline;
}

.post-content p iframe {
  width: 100%;
  height: 50vw;
}

.post-content table {
  width: 100%;
}

/* 詳細ページ */
#pagenation {
  margin: 40px 0 0 !important;
  overflow: hidden;
}

#pagenation a {
  text-decoration: none;
}

ul#pagenation.post li.prev,
ul#pagenation li.next {
  width: 47%;
  float: left;
  text-align: left;
}

ul#pagenation.post li.next,
ul#pagenation li.prev {
  width: 47%;
  float: right;
  text-align: right;
}

