@charset "UTF-8";
/*=============================================
reset
=============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #4C4948;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", sans-serif;
}

p, th, td, li, dt, dd {
  font-size: 1.4rem;
}

ol, ul, li {
  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;
}

a:link {
  color: #4C4948;
  text-decoration: none;
}

a:visited {
  color: #4C4948;
  text-decoration: none;
}

a:hover {
  color: #4C4948;
  text-decoration: none;
}

a:active {
  color: #4C4948;
  text-decoration: none;
}

:focus {
  outline: 0;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 1em 0;
  padding: 0;
}

input, textarea, select, option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", sans-serif;
  color: #3E3A39;
}

input[type=search], input[type=button], input[type=submit], select {
  -webkit-appearance: none;
  border-radius: 0;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignT {
  vertical-align: top !important;
}

.alignM {
  vertical-align: middle !important;
}

.alignB {
  vertical-align: bottom !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !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;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

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

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

.mb30 {
  margin-bottom: 30px !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;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

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

.font10 {
  font-size: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

.font40 {
  font-size: 40px !important;
}

.sup {
  font-size: 50%;
  position: relative;
  top: -1em;
}

.white {
  color: #fff !important;
}

.red {
  color: #FF0505 !important;
}

.blue {
  color: #1757A1 !important;
}

.yellow {
  color: #FFFF00 !important;
}

.serif {
  font-family: serif;
}

.san-serif {
  font-family: san-serif;
}

body, h1, h2, h3, h4, h5, h6, div, p, dt, dd, li, th, td, input, textarea, select, option, a:link, a:visited, a:hover, a:active {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", sans-serif;
  letter-spacing: 0;
  color: #000000;
}

body {
  background-color: #fff;
}

#wrap {
  min-width: 1200px;
  margin: 0 auto;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

/*==================================================
header
==================================================*/
#header {
  width: 100%;
  height: 175px;
  border-bottom: 15px solid #DBF5F7;
}
#header .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#header .logo {
  position: absolute;
  top: 25px;
  left: 20px;
}
#header .logo img {
  width: 435px;
}
#header .navi {
  position: absolute;
  top: 122px;
  right: 20px;
  display: flex;
}
#header .navi li:not(:first-child) {
  border-left: 1px solid #999;
}
#header .navi a {
  display: block;
  padding: 0 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
#header .navi li:last-child a {
  padding-right: 0;
}
#header .tel {
  position: absolute;
  top: 18px;
  right: 20px;
  display: flex;
  align-items: center;
}
#header .tel dt {
  margin-right: 18px;
  padding: 5px 5px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: serif;
  font-size: 26px;
  line-height: 1;
}
#header .tel dd {
  padding-left: 40px;
  background: url(../img/common/head_tel.svg) left center no-repeat;
  background-size: 33px 33px;
}
#header .tel dd a {
  color: #FF5B00;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 1000;
}
#pagetop img {
  width: 70px;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

/*==================================================
footer
==================================================*/
#footer {
  width: 100%;
  padding: 30px 0;
  border-top: 15px solid #DBF5F7;
}
#footer .navi {
  display: flex;
  justify-content: center;
}
#footer .navi li:not(:first-child) {
  border-left: 1px solid #aaa;
}
#footer .navi a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1;
}

/*==================================================
layout parts
==================================================*/
main {
  padding: 1px 0;
}
main section > .inner, main article > .inner {
  width: 1200px;
  margin: 0 auto;
}
main section > .inner.full, main article > .inner.full {
  width: 100%;
}
main section p, main article p {
  font-size: 18px;
  line-height: 1.8;
}
main section em, main article em {
  color: inherit;
}
main section .small, main article .small {
  font-size: 80%;
}

#home #visual {
  width: 100%;
  height: 342px;
  background: url(../img/home/visual.jpg) center center no-repeat;
  background-size: cover;
}

body:not(#home) #visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 344px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body:not(#home) #visual .tit {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 8px #24C2F0;
}

#net #visual {
  background-image: url(../img/net/visual.jpg);
}

#shop #visual {
  background-image: url(../img/shop/visual.jpg);
}

#flow #visual {
  background-image: url(../img/flow/visual.jpg);
}

body#privacy #visual {
  background-image: url(../img/privacy/visual.jpg);
  background-position: bottom center;
}

#news #visual {
  background-image: url(../img/home/visual.jpg);
}

.tit-line {
  margin: 0 auto 30px;
  text-align: center;
}
.tit-line span {
  display: inline-block;
  padding: 0 5px 5px;
  font-size: 30px;
  line-height: 1;
  border-bottom: 4px solid #FF5B00;
}

.btn-link {
  text-align: center;
}
.btn-link a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 65px;
  height: 100px;
  font-size: 31px;
  border-top: 2px solid #2E7F9D;
  border-bottom: 2px solid #2E7F9D;
}
.btn-link a::after {
  content: "＞";
  padding: 0 0 0 20px;
  font-size: 28px;
}

#home .column {
  display: flex;
  justify-content: space-between;
  width: 952px;
  margin: 65px auto 125px;
}
#home .column .title {
  display: flex;
  align-items: flex-end;
  margin: 0 0 15px;
}
#home .column .title .main {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#home .column .title .sub {
  padding: 0 0 0 10px;
  color: #0CBAC7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#home .info {
  width: 446px;
}
#home .info ul {
  border-top: 2px dotted #ccc;
}
#home .info ul li {
  border-bottom: 2px dotted #ccc;
}
#home .info ul a {
  display: block;
  padding: 10px 0;
}
#home .info ul .data {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
#home .info ul .cate {
  min-width: 62px;
  padding: 2px 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #003AA8;
}
#home .info ul .date {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #AAAAAA;
}
#home .info ul .tit {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #003AA8;
}
#home .movie {
  width: 445px;
}
#home .movie .insta {
  margin: 12px 0 0;
}
#home .movie .insta a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: #D93177;
  border-radius: 10px;
}
#home .movie .insta strong {
  font-size: 28px;
}
#home .clinic .tit {
  text-align: center;
  margin: 0 0 30px;
}
#home .clinic .frame {
  width: 1078px;
  margin: 0 auto 35px;
  padding: 40px;
  text-align: center;
  border: 10px solid #ebe5e1;
}
#home .clinic .subtit {
  margin: 0 0 30px;
  font-size: 28px;
}
#home .clinic .lead {
  margin: 0 0 35px;
  font-size: 16px;
}
#home .clinic .feature {
  display: flex;
  justify-content: space-between;
}
#home .clinic .feature li {
  width: 230px;
}
#home .clinic .feature dl {
  width: 230px;
  height: 160px;
  padding: 14px 0 0;
  border: 2px solid #dedbd9;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#home .clinic .feature li:nth-of-type(even) dt {
  background: #f8c457;
}
#home .clinic .feature dt {
  display: inline-block;
  margin: 0 0 25px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #f4a265;
  border-radius: 50px;
}
#home .clinic .feature dd {
  font-size: 16px;
}
#home .shop {
  display: flex;
  justify-content: space-between;
  width: 1078px;
  margin: 0 auto 125px;
}
#home .shop li {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FF5B00;
}
#home .shop img {
  display: block;
  margin: 0 0 8px;
}
#home .bnr-list {
  display: flex;
  flex-wrap: wrap;
  width: 1078px;
  margin: 50px auto 130px;
  padding: 30px 30px 0;
  border: 1px solid #d1d1d1;
}
#home .bnr-list li {
  width: 314px;
  margin: 0 34px 30px 0;
  border: 1px solid #a9a9a9;
}
#home .bnr-list li img {
  width: 312px;
}
#home .bnr-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}

#about .page-tit {
  width: 960px;
  margin: 90px auto 100px;
  padding: 0 0 20px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 5px solid #FF5B00;
}
#about section {
  width: 830px;
  margin: 0 auto 110px;
}
#about .title {
  display: flex;
  align-items: flex-end;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 3px solid #AAA;
}
#about .title .main {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#about .title .main::before {
  content: "◆";
  padding-right: 12px;
}
#about .title .main::after {
  content: "◆";
  padding-left: 12px;
}
#about .title .sub {
  padding: 0 0 0 10px;
  color: #0CBAC7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#about .subtit {
  margin: 0 0 10px;
  color: #0CBAC7;
  font-size: 28px;
  font-weight: bold;
}
#about .greeting .txt {
  font-size: 22px;
}
#about .policy .txt {
  margin: 0 0 40px;
  font-size: 18px;
}
#about .profile table {
  width: 100%;
  margin: 0 0 100px;
}
#about .profile tr {
  border-bottom: 2px solid #AAA;
}
#about .profile th {
  width: 330px;
  padding: 12px 0 12px 30px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #0CBAC7;
}
#about .profile td {
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #696969;
}
#about .profile .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -60px;
  margin-right: -60px;
}
#about .profile .unit {
  width: 458px;
  padding: 25px 60px;
  background: #fcfbfa;
}
#about .profile .unit .tit {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  border-bottom: 2px solid #141414;
}
#about .profile .unit li {
  margin: 0 0 20px;
  font-size: 16px;
}

#net main section {
  width: 954px;
  margin: 0 auto 100px;
}
#net main .title {
  display: flex;
  align-items: flex-end;
  margin: 60px 0 70px;
  padding: 15px 0 15px 18px;
  border-left: 3px solid #FF5B00;
  border-bottom: 3px solid #FF5B00;
}
#net main .title .main {
  color: #FF5B00;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#net main .title .sub {
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1;
}
#net main ul {
  display: flex;
  flex-wrap: wrap;
}
#net main ul li {
  width: 440px;
  margin: 0 0 75px;
  font-size: 24px;
  font-weight: bold;
}
#net main ul li:nth-child(even) {
  margin-left: 70px;
}
#net main ul img {
  display: block;
  margin: 10px 0 0;
}
#net main ul em {
  display: inline-block;
  margin: 20px 0 0;
  color: #FF4E00;
  font-size: 20px;
  font-weight: normal;
}

#shop main section {
  width: 984px;
  margin: 60px auto;
}
#shop main .point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
}
#shop main .point figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 735px;
  height: 145px;
  text-align: center;
  border: 1px solid #FF5B00;
  border-radius: 2px;
}
#shop main .point p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 136px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.2;
  color: #FF5B00;
  border-top: 5px solid #FF5B00;
  border-bottom: 5px solid #FF5B00;
}
#shop main .tit {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: bold;
  color: #FF5B00;
}
#shop main .shop-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 65px;
}
#shop main .shop-box .unit {
  width: 524px;
}
#shop main .shop-box table {
  width: 100%;
  border-top: 1px dotted #c5c0bd;
}
#shop main .shop-box tr {
  border-bottom: 1px dotted #c5c0bd;
}
#shop main .shop-box tr:nth-child(1) th {
  background-image: url(../img/shop/icon-address.png);
}
#shop main .shop-box tr:nth-child(2) th {
  background-image: url(../img/shop/icon-time.png);
}
#shop main .shop-box tr:nth-child(3) th {
  background-image: url(../img/shop/icon-schedule.png);
}
#shop main .shop-box th {
  width: 150px;
  padding: 15px 0 15px 26px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}
#shop main .shop-box td {
  padding: 15px 0;
  font-size: 16px;
}
#shop main .shop-box .icon {
  display: flex;
  margin: 0 0 40px;
  padding: 10px;
  border-bottom: 1px dotted #c5c0bd;
}
#shop main .shop-box .note {
  margin: 0 0 50px;
  font-weight: bold;
}
#shop main .shop-box .access {
  margin: 0 0 20px;
  padding: 0 0 0 26px;
  font-size: 22px;
  font-weight: bold;
  background: url(../img/shop/icon-access.png) left center no-repeat;
  background-size: 20px auto;
}

.icon li {
  width: 100px;
  align-items: center;
  background: #fff;
  border: 2px solid #8bc3c7;
  border-radius: 4px;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  padding: 3px 0;
  margin-right: 5px;
}

.icon li.ico01 {
  border-color: #8bc3c7;
}

.icon li.ico02 {
  border-color: #a4c166;
}

.icon li.ico03 {
  border-color: #f5abaf;
}

.icon li.ico04 {
  border-color: #97b1d2;
}

.icon li.ico05 {
  border-color: #cca7c9;
}

.icon li.ico06 {
  border-color: #febd91;
}

.icon li.ico07 {
  border-color: #dda18c;
}

#flow main .step {
  margin: 60px 0 50px;
  text-align: center;
}
#flow main .step figure {
  margin: 0 0 60px;
}
#flow main .step .tit {
  width: 626px;
  margin: 0 auto 25px;
  padding: 10px 15px;
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  border: 2px solid #FF5B00;
  border-radius: 4px;
}
#flow main .step .tit span {
  font-size: 20px;
  font-weight: bold;
  color: #FF5B00;
}
#flow main .step .txt {
  width: 530px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}
#flow main .step .txt::after {
  content: "";
  display: block;
  margin: 25px auto 10px;
  width: 43px;
  height: 25px;
  background: url(../img/flow/arw01.png) 0 0;
}
#flow main .step .txt.last::after {
  margin: 40px auto 0;
  width: 512px;
  height: 94px;
  background: url(../img/flow/arw02.png) 0 0;
}
#flow main .step .tel {
  margin: 0 0 15px;
  text-align: center;
}
#flow main .step .tel a {
  padding: 0 0 0 95px;
  font-size: 58px;
  line-height: 1;
  background: url(../img/flow/ico_free.png) center left no-repeat;
}

#privacy main section {
  width: 960px;
  margin: 70px auto 150px;
}
#privacy main .tit-square {
  width: 500px;
  margin: 0 auto 28px;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  border: 2px solid #003AA8;
  border-radius: 4px;
}
#privacy main h3.line {
  margin: 0 0 40px;
  padding: 28px 0 0;
  text-align: center;
  border-top: 5px solid #FF5B00;
}
#privacy main h3 {
  font-size: 20px;
  font-weight: bold;
}
#privacy main .txt {
  margin: 0 0 50px;
  font-size: 17px;
  line-height: 2;
}
#privacy main .indent {
  margin: 0 0 40px;
  padding: 0 0 0 2em;
  font-size: 20px;
  line-height: 2;
}
#privacy main .indent2 {
  margin: 0 0 40px;
  padding: 0 0 0 2em;
  text-indent: -2em;
  font-size: 20px;
  line-height: 2;
}
#privacy main .indent-list {
  margin: 0 0 40px;
  padding: 0 0 0 3em;
}
#privacy main .indent-list li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.8;
}
#privacy main .insurance {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
  text-align: left;
  font-size: 20px;
  line-height: 2.2;
  text-indent: -1em;
}
#privacy main .data {
  display: flex;
  margin: 0 0 40px;
}
#privacy main .data p {
  margin: 0 0 0 20px;
  font-size: 16px;
  line-height: 2.2;
}
#privacy main .note {
  font-size: 20px;
}
#privacy main .name {
  text-align: right;
  font-size: 20px;
  line-height: 2;
}
#privacy main .colophon {
  display: table;
  margin: 80px 0 0 auto;
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
}

/*==================================================
post
==================================================*/
#news #contents main {
  padding: 0;
}

#contents {
  padding: 100px 0;
}

#contents .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

#contents .wrapper main {
  flex-basis: 70%;
  background: none;
}

#contents main section .inner {
  width: 100%;
  padding: 0;
}

.post-tit {
  margin: 0 -5px 10px;
  padding: 0 5px 8px;
  font-size: 36px;
  font-weight: normal !important;
  line-height: 1.4;
  color: #000;
  border-bottom: 2px solid #FF5B00;
}

.post-body {
  margin: 0 auto;
  padding: 0 0 50px;
  background: #fff;
  font-size: 18px;
}
.post-body .post-date {
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: right;
  font-size: 16px;
  color: #000;
}
.post-body h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.post-body h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.post-body h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.post-body p {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 2;
}
.post-body .border {
  border: 1px solid #000;
}
.post-body a {
  text-decoration: underline;
  color: #FF5B00;
}

#news .info {
  padding-top: 50px;
}
#news .info li {
  border-bottom: 2px dotted #ccc;
}
#news .info a {
  display: block;
  padding: 10px 0;
}
#news .info .data {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
#news .info .cate {
  min-width: 62px;
  padding: 2px 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #003AA8;
}
#news .info .date {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #AAAAAA;
}
#news .info .tit {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #003AA8;
}

#contents #sidebar {
  flex-basis: 23%;
  padding-top: 10px;
}
#contents #sidebar h2, #contents #sidebar h3 {
  margin-bottom: 6px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 20px;
  color: #000;
  border-bottom: 2px solid #FF5B00;
}
#contents #sidebar ul {
  margin: 0 0 50px;
}
#contents #sidebar ul li {
  padding: 10px 0 10px 5px;
  font-size: 16px;
  border-bottom: 1px dashed #FF5B00;
}
#contents #sidebar ul li:last-child {
  border-bottom: none;
}

.pagination {
  margin-top: 50px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 1px solid #FF5B00;
  border-radius: 50%;
  background: #FF5B00;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

.pagination .nav-links .dots {
  display: inline-block;
  margin: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
}

.pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 1px solid #FF5B00;
  border-radius: 50%;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 40px;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

/*==================================================
contact
==================================================*/
.contact {
  padding: 60px 0;
  background: #edfafb;
}
.contact .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 75px;
}
.contact .tit {
  width: 628px;
  margin: 0 auto 70px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #003AA8;
  border-radius: 4px;
}
.contact .form {
  width: 930px;
  margin: 0 auto;
  padding: 40px 50px 25px;
  background: #fff;
}
.contact table {
  width: 100%;
}
.contact table th {
  width: 260px;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-size: 26px;
  font-weight: normal;
}
.contact table td {
  padding: 20px 0;
  font-size: 26px;
}
.contact table input[type=text],
.contact table input[type=tel],
.contact table input[type=email],
.contact table textarea {
  width: 100%;
  padding: 10px 20px;
  border: none;
  font-size: 26px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #24C2F0;
  -webkit-appearance: none;
}
.contact table input::placeholder,
.contact table textarea::placeholder {
  font-size: 22px;
  color: #555;
}
.contact input[type=radio],
.contact input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
}
.contact .btn {
  margin: 40px 0 20px;
  text-align: center;
}
.contact .btn input, .contact .btn button {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 80px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  border: none;
  border-radius: 4px;
  background: #003AA8;
  cursor: pointer;
}

#contact #wrap main .form .mw_wp_form_confirm table td {
  padding: 10px 0 25px;
}

.mw_wp_form.mw_wp_form_complete {
  width: 800px;
  margin: 100px auto;
  padding: 40px;
  border: 2px solid #FF5B00;
  background: #fff;
}
.mw_wp_form.mw_wp_form_complete p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 2;
}

.privacy {
  text-align: center;
  font-size: 24px;
}
.privacy a {
  color: #000;
}