html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
body {
  background: #fff;
}
a:focus {
  outline: none;
}
a:active {
  color: #7f7f7f;
}
a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
a:visited {
  color: #333;
}
.u_line {
  text-decoration: underline;
}
header {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    min-width: 100%;
  }
}
header > dl {
  position: fixed;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
header > dl > dt {
  float: left;
}
@media screen and (max-width: 767px) {
  header > dl > dt {
    width: 32%;
  }
  header > dl > dt img {
    width: 100%;
  }
}
header > dl > dd {
  float: right;
}
@media screen and (max-width: 767px) {
  header > dl > dd {
    width: 68%;
  }
}
header > dl > dd dl {
  overflow: hidden;
}
header > dl > dd dl dt {
  float: left;
}
@media screen and (max-width: 767px) {
  header > dl > dd dl dt {
    float: right;
    text-align: right;
  }
}
header > dl > dd dl dt a {
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header > dl > dd dl dt a {
    font-size: 0.7rem !important;
    padding: 10px 5px 10px;
  }
}
header > dl > dd dl > dd {
  float: right;
}
header > dl > dd dl > dd a {
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  header > dl > dd dl > dd a {
    font-size: 0.7rem !important;
    padding: 10px 5px 10px;
  }
}
header > dl > dd dl > dd a:visited {
  color: #fff;
}
section,
artcle {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  section,
  artcle {
    width: 100%;
    min-width: 100%;
  }
}
footer {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    min-width: 100%;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 92%;
    min-width: 92%;
    margin: 0 auto;
  }
}
.ex_wrap {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ex_wrap {
    width: 92%;
    min-width: 92%;
  }
}
#mainimage {
  width: 100%;
  background: url("../images/main.jpg") center center no-repeat #dfdfdf;
  background-size: auto 780px;
  height: 780px;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #mainimage {
    width: 100%;
    background: url("../images/main_smp.jpg") center top no-repeat #dfdfdf;
    background-size: 100% auto;
    height: auto;
  }
}
#mainimage .mainimage_box {
  width: 340px;
  margin: 358px auto 0;
  text-align: center;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
}
@media screen and (max-width: 767px) {
  #mainimage .mainimage_box {
    width: 90%;
    margin: 20% auto 0;
    padding-bottom: 20px;
  }
}
#mainimage .mainimage_box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mainimage .mainimage_box h1 strong {
  }
}
#mainimage .mainimage_box h1 .img {
  margin-top: 20px;
}
#mainimage .mainimage_box h1 .img img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #mainimage .mainimage_box h1 .img img {
    width: 35%;
  }
}
#mainimage .mainimage_box h1 .text {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #mainimage .mainimage_box h1 .text {
  }
}
#contact,
#contact_b {
  background: #133456;
  padding: 40px 0;
  text-align: center;
}
#contact h2,
#contact_b h2 {
  color: #fff;
  font-size: 1.7rem !important;
  text-align: center;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
}
@media screen and (max-width: 767px) {
  #contact h2,
  #contact_b h2 {
    font-size: 1.4rem !important;
  }
}
#contact dl,
#contact_b dl {
  overflow: hidden;
  margin: 30px auto 0;
  display: inline-block;
}
#contact dl dt,
#contact_b dl dt,
#contact dl dd,
#contact_b dl dd {
  float: left;
}
@media screen and (max-width: 767px) {
  #contact dl dt,
  #contact_b dl dt,
  #contact dl dd,
  #contact_b dl dd {
    width: 100%;
  }
}
#contact dl dt a,
#contact_b dl dt a,
#contact dl dd a,
#contact_b dl dd a {
  padding: 20px;
  background: #b99b26;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  font-size: 1.6rem !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contact dl dt a,
  #contact_b dl dt a,
  #contact dl dd a,
  #contact_b dl dd a {
    font-size: 1.25rem !important;
    padding: 10px;
  }
}
#contact dl dd,
#contact_b dl dd {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  #contact dl dd,
  #contact_b dl dd {
    margin-left: 0px;
    margin-top: 20px;
  }
}
#reason {
  width: 100%;
  background: url("../images/reason.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 40px 0;
  }
}
#reason h2 {
  text-align: center;
  font-size: 3.05rem !important;
  font-family: "FOT-ロダン Pro L", "RodinPro-L", RodinPro-L;
  color: #133456;
}
@media screen and (max-width: 767px) {
  #reason h2 {
    font-size: 2rem !important;
    line-height: 1.3;
    text-align: left;
  }
}
#reason p {
  margin-top: 60px;
  text-align: center;
  line-height: 1.7;
  font-size: 1.55rem !important;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  color: #133456;
}
@media screen and (max-width: 767px) {
  #reason p {
    margin-top: 30px;
    font-size: 1.15rem !important;
    text-align: left;
  }
}
#reason ul {
  overflow: hidden;
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  #reason ul {
    width: 100%;
    margin: 30px auto 0;
  }
}
#reason ul li {
  float: left;
  background: #133456;
  border-radius: 135px;
  -webkit-border-radius: 135px;
  -moz-border-radius: 135px;
  width: 268px;
  height: 268px;
  display: table;
  vertical-align: middle;
  margin-left: 98px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #reason ul li {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 12px;
  }
  #reason ul li br {
    display: none;
  }
}
#reason ul li p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 767px) {
  #reason ul li p {
    font-size: 1rem !important;
  }
}
#reason ul li:nth-of-type(1) {
  margin-left: 0;
}
#reason ul li:nth-of-type(4) {
  margin-top: -30px;
  margin-left: 182px;
}
@media screen and (max-width: 767px) {
  #reason ul li:nth-of-type(4) {
    margin-top: 12px;
    margin-left: 0px;
  }
}
#reason ul li:nth-of-type(5) {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  #reason ul li:nth-of-type(5) {
    margin-top: 12px;
    margin-left: 0px;
  }
}
#elected,
#qa {
  background: #eee;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #elected,
  #qa {
    padding: 40px 0;
  }
}
#elected h2,
#qa h2 {
  text-align: center;
  font-size: 3.05rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  color: #133456;
}
@media screen and (max-width: 767px) {
  #elected h2,
  #qa h2 {
    font-size: 2rem !important;
    line-height: 1.3;
    text-align: left;
  }
}
#elected h3,
#qa h3 {
  margin-top: 70px;
  font-size: 2.25rem !important;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  color: #133456;
  line-height: 1.26;
}
@media screen and (max-width: 767px) {
  #elected h3,
  #qa h3 {
    margin-top: 30px;
    font-size: 1.75rem !important;
    line-height: 1.3;
    text-align: left;
  }
}
#elected p,
#qa p {
  margin-top: 30px;
  font-size: 1.25rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  color: #133456;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #elected p,
  #qa p {
    margin-top: 20px;
    font-size: 1rem !important;
    line-height: 1.3;
    text-align: left;
  }
}
#step {
  background: #133456;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #step {
    padding: 40px 0;
  }
}
#step h2 {
  text-align: center;
  font-size: 3.05rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #step h2 {
    font-size: 2rem !important;
    line-height: 1.3;
  }
}
#step ul {
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #step ul {
    margin-top: 15px;
  }
}
#step ul li {
  float: left;
  width: 302px;
  text-align: left;
  color: #fff;
  margin-left: 112px;
}
@media screen and (max-width: 767px) {
  #step ul li {
    width: 100%;
    margin-left: 0px;
  }
  #step ul li br {
    display: none;
  }
}
#step ul li:nth-of-type(1) {
  margin-left: 0;
}
#step ul li .step {
  font-size: 1.45rem !important;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
#step ul li h3 {
  margin-top: 30px;
  line-height: 1.3;
  font-size: 2.15rem !important;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
}
@media screen and (max-width: 767px) {
  #step ul li h3 {
    margin-top: 20px;
    font-size: 1.65rem !important;
  }
}
#step ul li p {
  margin-top: 30px;
  line-height: 1.3;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 767px) {
  #step ul li p {
    margin-top: 20px;
    font-size: 1rem !important;
  }
}
#Medical {
  padding: 160px 0;
  width: 100%;
  background: url("../images/Medical.jpg") center center no-repeat #626262;
  background-size: auto 100%;
  height: 1530px;
  font-family: "FOT-筑紫明朝 Pr6 R", "TsukuMinPr6-R", TsukuMinPr6-R;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #Medical {
    padding: 40px 0;
    background: #ccc;
    height: auto;
  }
}
#Medical p {
  font-size: 1.3rem !important;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #Medical p {
    font-size: 1.1rem !important;
    line-height: 1.7;
  }
}
#Medical h2 {
  font-size: 2.9rem !important;
  margin-top: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #Medical h2 {
    font-size: 2rem !important;
    line-height: 1.7;
  }
}
#cost {
  background: #133456;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #cost {
    padding: 40px 0;
  }
}
#cost h2 {
  text-align: center;
  font-size: 3.05rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #cost h2 {
    font-size: 2rem !important;
    line-height: 1.3;
  }
}
#cost p {
  font-size: 1.25rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  margin-top: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #cost p {
    font-size: 1rem !important;
    margin-top: 30px;
    line-height: 1.3;
  }
}
#cost h3 {
  font-size: 3rem !important;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  margin-top: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #cost h3 {
    font-size: 2rem !important;
    margin-top: 30px;
    line-height: 1.3;
  }
}
#cost .asterisk {
  font-size: 1rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #cost .asterisk {
    font-size: 0.75rem !important;
  }
}
footer {
  background: #133456;
  width: 100%;
  min-width: 1200px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    min-width: 100%;
    padding: 30px 0;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer ul li {
    padding: 5px 0;
  }
}
footer ul li a {
  text-decoration: none;
  background: url("../images/tr.svg") left center no-repeat;
  background-size: auto 100%;
  padding-left: 30px;
}
footer ul li a:link {
  color: #fff;
}
footer ul li a:visited {
  color: #fff;
}
#transactions_main {
  overflow: hidden;
  padding: 100px 0;
}
#transactions_main h1 {
  text-align: center;
}
#transactions_main h1 span {
  font-size: 2rem !important;
  font-family: "FOT-ロダン Pro B", "RodinPro-B", RodinPro-B;
  display: block;
}
#transactions_main h1 strong {
  font-size: 1.5rem !important;
  font-family: "FOT-ロダン Pro M", "RodinPro-M", RodinPro-M;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  #transactions_main h1 strong {
    font-size: 1.25rem !important;
  }
}
#transactions_main .transactions_list {
  overflow: hidden;
  width: 1000px;
  padding: 30px 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #transactions_main .transactions_list {
    width: 100%;
  }
}
#transactions_main .transactions_list li {
  border-bottom: 1px dotted #aaa;
}
#transactions_main .transactions_list li:nth-of-type(1) {
  border-top: 1px dotted #aaa;
}
#transactions_main .transactions_list li dl {
  overflow: hidden;
  padding: 20px 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #transactions_main .transactions_list li dl {
    padding: 15px;
  }
}
#transactions_main .transactions_list li dl dt {
  float: left;
  width: 200px;
}
@media screen and (max-width: 767px) {
  #transactions_main .transactions_list li dl dt {
    width: 100%;
  }
}
#transactions_main .transactions_list li dl dd {
  float: left;
  width: 730px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #transactions_main .transactions_list li dl dd {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
