@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  橋本クリニック
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Kosugi Maru', sans-serif;
*/
/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  background: #FFF;
}

a {
  transition: .3s;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

.wrap {
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

ul.default li {
  text-indent: -1em;
  padding-left: 1em;
}

ol.default {
  counter-reset: li;
}

ol.default>li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

ol.default>li:before {
  content: counter(li) ".";
  counter-increment: li;
  padding-right: 5px;
}

hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #e5e5e5;
}

img.ImgBlock {
  display: block;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
header {
  padding: 45px 0;
}

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

header a.logo {
  display: block;
}

header a.logo img {
  display: inline-block;
  vertical-align: middle;
}

header a.logo p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

header nav ul li {
  display: inline-block;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 1em;
  margin-right: 1em;
}

header nav ul li:nth-last-child(-n+2) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

header nav ul li.btn {
  margin-left: 1em;
  display: none;
}

header nav ul li.btn a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  background: #00adc9;
}

/* ---------------------------------------------------------------------------
//  page
--------------------------------------------------------------------------- */
.index #head {
  position: relative;
  height: 900px;
}

.index #head .gray {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 440px);
  height: 900px;
}

.index #head .image {
  position: absolute;
  top: 100px;
  left: 0;
  width: calc(50% + 400px);
  height: 800px;
}

.index #head .title {
  background: rgba(9, 140, 162, 0.8);
  position: absolute;
  top: 250px;
  left: calc(50% + 145px);
  width: 460px;
  padding: 70px 55px;
}

.index #head .title .logo {
  text-align: center;
  margin-bottom: 10px;
}

.index #head .title h1 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  color: #FFF;
}

.index #head .genre {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.index #head .genre li {
  padding: 3px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  width: 32%;
}

.index #head .genre li:nth-child(1) {
  background: #bcd607;
  color: #4e5907;
}

.index #head .genre li:nth-child(2) {
  background: #005463;
  color: #FFF;
}

.index #head .genre li:nth-child(3) {
  background: #FFF;
}

.index #head table {
  border: 3px solid #FFF;
  width: 100%;
  color: #FFF;
  font-size: 11px;
}

.index #head table th {
  border: 1px solid #FFF;
  border-right: 3px solid #FFF;
  text-align: left;
  padding: 5px;
}

.index #head table td {
  border: 1px solid #FFF;
  text-align: center;
  padding: 5px 0;
  width: 35px;
}

.index #head table td.line {
  background: url(../img/line.png) center center / 100% 100% no-repeat;
}

.index #head .title .text {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.index #head .title .text p {
  font-size: 12px;
  color: #FFF;
}

.index .news,
.index .closed {
  margin-left: auto;
  width: calc(50% + 600px);
  height: 100px;
}

.index .news {
  background: #f2f2f2;
}

.index .closed {
  background: #fdf5f5;
}

.index .news .box,
.index .closed .box {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.index .news h2,
.index .closed h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 160px;
  padding-top: 35px;
  background: #FFF;
}

.index .news h2 {
  color: #000;
}

.index .closed h2 {
  color: #cf2828;
}

.index .news h2 span,
.index .closed h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.index .news a,
.index .closed a {
  display: block;
  width: 1040px;
  padding-top: 35px;
  color: #555;
  position: relative;
}

.index .news a dl,
.index .closed a dl {
  padding: 0 50px;
}

.index .news a dl dt,
.index .closed a dl dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100px;
  float: left;
  clear: left;
}

.index .news a dl dd,
.index .closed a dl dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index .news a::after,
.index .closed a::after {
  content: "";
  background: url(../img/icon_link1.png) center center no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 41px;
  right: 10px
}

#policy {
  margin: 90px 0;
}

#policy .inner {
  position: relative;
}

#policy .image {
  position: absolute;
  top: 0;
  right: 0;
}

#policy .box {
  background: rgba(50, 50, 50, 0.1);
  padding: 50px;
  width: 525px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

#policy .box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px 0;
}

#policy .box ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
}

#policy .box ul li:last-child {
  border-right: none;
}

#policy .box ul li a {
  font-size: 14px;
  color: #000;
  display: block;
  padding: 5px;
  text-align: center;
}

#policy .box ul li a::before {
  content: "";
  background: url(../img/icon_link4.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  position: relative;
  top: 2px;
}

#policy .box p+p {
  margin-top: 1em;
}

#guide {
  background: #f7f7f7;
  margin: 90px 0;
  padding: 90px 0;
}

#guide ul {
  display: flex;
  justify-content: space-between;
}

#guide ul li {
  width: 345px;
  padding-bottom: 70px;
  position: relative;
}

#guide ul li .image {
  border-radius: 5px;
  overflow: hidden;
}

#guide ul li h1 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #00adc9;
  margin: 15px 0;
}

#guide ul li h1 span {
  font-size: 13px;
  display: block;
}

#guide ul li p {
  font-size: 15px;
}

#guide ul li p+p {
  margin-top: 1em;
}

#guide ul li a.btn {
  display: block;
  font-size: 15px;
  color: #00adc9;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #00adc9;
  position: absolute;
  bottom: 0;
  left: 0;
}

#guide ul li a.btn::before {
  content: "";
  background: url(../img/icon_link2.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  position: relative;
  top: 2px;
}

#map {
  margin: 90px 0;
}

#map .googlemap iframe {
  width: 100%;
  height: 530px;
}

#map .box {
  background: #f5f5f5;
  padding: 5px 15px 15px;
  margin-top: 30px;
}

#map .box p {
  color: #222;
  display: inline-block;
}

#map .box p::before {
  content: "";
  background: url(../img/icon_access.png) center center no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.3em;
  position: relative;
  top: 6px;
}

#map .box p+p {
  margin-left: 15px;
}

/* --------------------------------------------------------------------------- */
#sec_head {
  position: relative;
  height: 450px;
}

#sec_head .gray {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 440px);
  height: 450px;
}

#sec_head .image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 400px);
  height: 450px;
}

#sec_head .title {
  background: rgba(9, 140, 162, 0.8);
  position: absolute;
  top: 135px;
  right: 0;
  width: calc(50% - 150px);
  height: 180px;
  padding: 52px 40px;
  z-index: 1;
}

#sec_head .title h1 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 32px;
  color: #FFF;
  padding-left: 45px;
  line-height: 1.4;
  position: relative;
}

#sec_head .title h1 span {
  font-size: 14px;
  display: block;
}

#sec_head .title h1::before {
  content: "";
  background: url(../img/mark2.png) center center no-repeat;
  display: block;
  width: 23px;
  height: 76px;
  position: absolute;
  top: -4px;
  left: 10px;
}

h1.en {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 40px;
  color: #222;
  padding-left: 45px;
  line-height: 1.2;
  position: relative;
}

h1.en.center {
  display: table;
  margin: 0 auto 90px;
}

h1.en span {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

h1.en::before {
  content: "";
  background: url(../img/mark.png) center center no-repeat;
  display: block;
  width: 23px;
  height: 76px;
  position: absolute;
  top: -4px;
  left: 10px;
}

h1.icon {
  color: #222;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 21px;
  margin-bottom: 40px;
}

h1.icon.line {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

h1.icon span {
  color: #666;
  font-size: 13px;
}

h1.icon::before {
  content: "";
  background: url(../img/icon.png) center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.3em;
  position: relative;
  top: 2px;
}

h1.min {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  color: #222;
  margin-bottom: 10px;
}

h2.min {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  color: #222;
  margin-bottom: 20px;
}

ul.line li {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

ul.line li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.line li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #00adc9;
  margin-right: 0.5em;
  position: relative;
  top: -3px;
}

ul.line li span {
  font-size: 12px;
}

dl.line dt {
  width: 100px;
  float: left;
  clear: left;
}

dl.line dd {
  padding: 0 0 10px 100px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

dl.line dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------- */
#greeting {
  margin: 90px 0;
  background: url(../img/greeting_bg.png) center center / cover no-repeat;
}

#greeting .name {
  margin-top: 2em;
  text-align: right;
  font-size: 14px;
  margin-bottom: 2em;
}

#greeting .greeting1 {
  padding-top: 130px;
}

#greeting .greeting1 .layout {
  display: flex;
  justify-content: space-between;
}

#greeting .greeting1 .text {
  margin: 0 20px 0 60px;
}

#greeting .greeting1 .image {
  margin-top: -60px;
}

#greeting .greeting2 {
  background: rgba(150, 150, 150, 0.1);
  padding: 90px 0 130px;
}

#greeting .greeting2 .layout {
  display: flex;
  justify-content: space-between;
}

#greeting .greeting2 .layout>div {
  width: 48%;
}

#facility {
  margin: 90px 0;
}

#facility ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#facility ul li {
  width: 46%;
  position: relative;
  margin-bottom: 60px;
}

#facility ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

#facility ul .image img {
  width: 100%;
  height: auto;
}

#facility ul li p {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  color: #222;
  margin-top: 20px;
}

#facility ul li:nth-child(odd)::after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -9%;
}

.examination #sec_head .title h1 {
  padding-top: 10px;
}

.examination .underline {
  color: #00adc9;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c6caca;
  padding-bottom: 5px;
  position: relative;
}

.examination .underline::before {
  content: "";
  display: block;
  width: 180px;
  border-bottom: 2px solid #a8acac;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.examination .underline::after {
  content: "";
  display: block;
  width: 18px;
  border-bottom: 2px solid #00adc9;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.examination h2.underline::after {
  border-bottom: 2px solid #a8acac;
}

.examination .icon {
  position: relative;
}

.examination .icon::before {
  content: "";
  background: url(../img/icon.png) center center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0.3em;
  position: absolute;
  top: 6px;
  left: 0;
}

.examination .icon h1 {
  padding-left: 28px;
  font-size: 18px;
  color: #222;
}

.examination .icon.mono::before {
  background: url(../img/icon_mono.png) center center no-repeat;
  width: 20px;
  height: 20px;
}

.examination .icon.mono h2 {
  padding-left: 24px;
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}

.examination #intro {
  margin: 90px 0;
}

.examination #intro .box {
  width: 950px;
  margin: 0 auto;
  padding-left: 150px;
  position: relative;
}

.examination #intro .box::before {
  content: "";
  background: url(../img/examination_intro.png) center center no-repeat;
  display: block;
  width: 134px;
  height: 134px;
  position: absolute;
  top: 4px;
  left: 0;
}

#department {
  margin: 90px 0;
}

#department .item {
  height: 680px;
  display: flex;
  justify-content: space-between;
}

#department .item:nth-child(odd) {
  background: #f7fbfc;
}

#department .item:nth-child(odd) .text {
  order: 1;
  margin-left: auto;
}

#department .item:nth-child(odd) .image {
  order: 2;
}

#department .item:nth-child(odd) .image::after {
  content: "";
  display: block;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #f7fbfc;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}

#department .item:nth-child(even) .text {
  margin-right: auto;
}

#department .item:nth-child(even) .image::after {
  content: "";
  display: block;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 26px solid #FFF;
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
}

#department .item .text {
  width: 530px;
  position: relative;
}

#department .item .text .middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 55px;
}

#department .item .image {
  width: calc(50% + 70px);
  position: relative;
}

#department .item h1 span {
  font-size: 13px;
}

#department .item h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  color: #222;
  margin-bottom: 10px;
}

#department .item h3 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  color: #00adc9;
}

#department .item p {
  font-size: 15px;
}

#department .item .box {
  background: #e0f4f7;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px;
}

#department .item .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#department .item .box li {
  text-align: center;
  background: #00adc9;
  border-radius: 3px;
  color: #FFF;
  padding: 3px;
  width: 49%;
  margin: 3px 0;
}

#department .item .box li span {
  font-size: 10px;
}

#equipment {
  margin: 90px 0;
}

#equipment ul.items {
  display: flex;
  justify-content: space-between;
}

#equipment ul.items li {
  width: 370px;
}

#equipment ul.items li .image {
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

#equipment ul.items li .image img {
  position: relative;
  z-index: -1;
}

#equipment .other {
  background: #f7f7f7;
  padding: 50px;
  margin-top: 60px;
}

#equipment .other h1 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 28px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
}

#equipment .other ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#equipment .other ul li {
  width: 48%;
  display: flex;
  justify-content: start;
  margin: 25px 0;
}

#equipment .other ul li p {
  font-size: 14px;
}

#equipment .other ul li .text {
  margin-left: 20px;
}

#equipment .other ul li .image {
  max-width: 230px;
}

.first #intro {
  margin: 90px 0;
}

.first #intro h1.min {
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}

.first #intro .box {
  background: url(../img/first_bg.png) center center /cover no-repeat;
  padding: 90px 0;
}

.first #intro .layout {
  display: flex;
  justify-content: space-between;
}

.first #intro .layout>div {
  width: 48%;
}

.first #intro .layout h2 {
  font-size: 20px;
  color: #222;
}

.first #intro .layout p span {
  color: #00adc9
}

.first #intro .privacy {
  margin-top: 40px;
  background: #FFF;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.first #intro .privacy .icon {
  background: #00adc9;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 18px;
}

.first #intro .privacy dl {
  margin-left: 20px;
}

.first #intro .privacy dl dt {
  color: #00adc9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#schedule {
  margin: 90px 0;
}

#schedule .title {
  background: #f2fbfc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#schedule .title h1 {
  margin-bottom: 0;
}

#schedule h2 {
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}

#schedule h2:first-letter {
  color: #00adc9;
}

#schedule .layout {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#schedule .layout>div {
  width: 48%;
}

#schedule table {
  width: 100%;
  color: #222;
  font-size: 16px;
}

#schedule table thead {
  color: #FFF;
  background: #00adc9;
}

#schedule table th {
  border: 1px solid #cacaca;
  text-align: left;
  padding: 5px;
  font-weight: 400;
}

#schedule table td {
  border: 1px solid #cacaca;
  text-align: center;
  padding: 5px 0;
  width: 55px;
}

#schedule table td.line {
  background: url(../img/line3.png) center center / 100% 100% no-repeat;
}

#schedule .text {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.access #intro {
  margin: 90px 0;
}

.access #intro .layout {
  display: flex;
  justify-content: space-between;
}

.access #intro .layout .text {
  margin-right: 60px;
}

.access #intro .layout .text .add {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}

.access #intro .layout .text .add dl dt {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 2px 20px;
  text-align: center;
  border-radius: 5px;
  background: #00adc9;
  margin-right: 20px;
}

.access #intro .layout .text .add dl dd {
  display: inline-block;
  color: #222;
}

.access #intro .layout .text .add .box {
  color: #FFF;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  background: #00adc9;
  margin-top: 20px;
}

#news-list {
  margin: 90px 0;
}

#news-list ul li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 100px;
}

#news-list ul li:nth-child(even) {
  background: #f7f7f7;
}

#news-list ul li.closed {
  background: #fdf5f5;
}

#news-list ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#news-list ul li a {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 35px;
}

#news-list ul li a::before {
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 85px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 35px;
  left: 0;
}

#news-list ul li.news a::before {
  content: "NEWS";
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#news-list ul li.topics a::before {
  content: "TOPICS";
  color: #222;
  background: #e1e1e1;
}

#news-list ul li.closed a::before {
  content: "CLOSED";
  color: #FFF;
  background: #d64646;
}

#news-list ul li a::after {
  content: "";
  background: url(../img/icon_link1.png) center center no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 41px;
  right: 10px
}

#news-list ul li dl {
  padding: 0 50px 0 150px;
}

#news-list ul li dl dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100px;
  float: left;
  clear: left;
}

#news-list ul li dl dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#single {
  margin: 90px 0;
}

#single .title {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#single .title .date {
  width: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-right: 80px;
}

#single .title .date::after {
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 65px;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

#single .title .date.news::after {
  content: "NEWS";
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#single .title .date.topics::after {
  content: "TOPICS";
  color: #222;
  background: #e1e1e1;
}

#single .title .date.closed::after {
  content: "CLOSED";
  color: #FFF;
  background: #d64646;
}

#single .title h1 {
  font-size: 24px;
  color: #222;
  line-height: 1.4;
  font-weight: 500;
}

#single .content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#single .backbtn ul {
  display: flex;
  justify-content: space-between;
}

#single .backbtn ul li:first-child a {
  display: block;
  font-size: 15px;
  color: #222;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#single .backbtn ul li:first-child a::before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3em;
}

#single .backbtn ul li:last-child a {
  display: block;
  font-size: 15px;
  color: #00adc9;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #00adc9;
}

#single .backbtn ul li:last-child a::before {
  content: "";
  background: url(../img/icon_link2.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  position: relative;
  top: 3px;
}

/* --------------------------------------------------------------------------- */
aside {
  margin: 90px 0;
}

aside .layout {
  display: flex;
  justify-content: space-between;
  position: relative;
}

aside .layout::after {
  content: "";
  border-right: 1px solid #e5e5e5;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

aside .layout>div {
  width: 43%;
}

aside p {
  color: #222;
}

aside .number {
  border: 1px solid #00adc9;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76.4px;
}

aside .number a {
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  color: #00adc9;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}

aside .number a::before {
  content: "";
  background: url(../img/tell.png) center center no-repeat;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 0.2em;
  position: relative;
  top: 10px;
}

/* aside .layout .web {
  display: flex;
  justify-content: space-between;
} */
/* --------------------------------------------------------------------------- */
/* aside .layout .web { background: #f2fbfc; border-radius: 5px; display: flex; justify-content: center; align-items: center; } */
/* --------------------------------------------------------------------------- */
aside .layout .web {
  display: flex;
  flex-direction: column;
}

aside .layout .web .image {
  margin-left: 30px;
}

aside .layout .web p {
  margin-bottom: auto;
}

aside .btn {
  border: 1px solid #3AA3B4;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  background: #3AA3B4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76.4px;
}

aside .btn a {
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

aside .btn a::before {
  content: "";
  background: url(../img/web.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  position: relative;
}
.btn_web {
  border: 1px solid #3AA3B4;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  background: #3AA3B4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76.4px;
	width: 400px
}

.btn_web a {
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.btn_web a::before {
  content: "";
  background: url(../img/web.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  position: relative;
}

/* aside .layout .web a.btn {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  background: #00adc9;
  margin-top: 20px;
}

aside .layout .web a.btn::before {
  content: "";
  background: url(../img/icon_link3.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  position: relative;
  top: 2px;
} */
/* --------------------------------------------------------------------------- */
.foot-nav {
  border-top: 1px solid #e5e5e5;
}

.foot-nav ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.foot-nav ul li {
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 1em;
  margin-right: 1em;
  text-align: center;
  flex: 2;
}

.foot-nav ul li:first-child {
  text-align: left;
  flex: 1;
}

.foot-nav ul li:last-child {
  text-align: right;
  flex: 1;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.foot-nav ul li a {
  font-size: 14px;
  color: #555;
}

.foot-info {
  background: #f7f7f7;
  padding: 40px 0;
}

.foot-info .layout {
  display: flex;
  justify-content: flex-end;
}

.foot-info .logo {
  margin-right: auto;
}

.foot-info .logo p {
  font-size: 12px;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}

.foot-info .logo img+p {
  font-size: 14px;
  color: #222;
  text-align: center;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.foot-info .contact .tell {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------------- */
.foot-info .contact .tell .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-info .contact .tell .text p,
.foot-info .contact .fax .text p {
  margin-right: 10px;
}

/* --------------------------------------------------------------------------- */
.foot-info .contact .fax {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-info .contact .tell .lead {
  font-size: 15px;
  color: #222;
}

.foot-info .contact .fax .lead {
  font-size: 14px;
  color: #222;
}

.foot-info .contact .tell .lead::before,
.foot-info .contact .fax .lead::before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #00adc9;
  margin-right: 0.2em;
  position: relative;
  top: -1px;
}

.foot-info .contact .call,
.foot-info .contact .call {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 1.2;
  color: #222;
}

.foot-info .contact .tell .call {
  font-size: 38px;
}

.foot-info .contact .fax .call {
  font-size: 30px;
}

.foot-info .contact .fax .box {
  background: #e0f0f2;
  padding: 6px 12px;
  color: #00adc9;
  border-radius: 5px;
  font-size: 10px;
}

.foot-info .contact .tell a.btn {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  padding: 14px 18px;
  text-align: center;
  border-radius: 5px;
  background: #00adc9;
  margin: 10px 0 0 20px;
  height: 55px;
}

.foot-info .contact .tell a.btn::before {
  content: "";
  background: url(../img/icon_link3.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  position: relative;
  top: 2px;
}

.foot-info .schedule {
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.foot-info .schedule table {
  border: 3px solid #00adc9;
  width: 100%;
  color: #00adc9;
  font-size: 11px;
}

.foot-info .schedule table th {
  border: 1px solid #00adc9;
  border-right: 3px solid #00adc9;
  text-align: left;
  padding: 5px;
}

.foot-info .schedule table td {
  border: 1px solid #00adc9;
  text-align: center;
  padding: 5px 0;
  width: 35px;
}

.foot-info .schedule table td.line {
  background: url(../img/line2.png) center center / 100% 100% no-repeat;
}

.foot-info .schedule .text {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.foot-info .schedule .text p {
  font-size: 12px;
  color: #00adc9;
}

footer .copyright {
  background: #00adc9;
  padding: 10px 0;
}

footer .copyright p {
  text-align: right;
  color: #FFF;
  font-size: 12px;
}