@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP);
@media screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 738px) {
  .sp {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

body {
  color: #1e2a57;
  position: relative;
}
body a, body button {
  color: #1e2a57;
}
@media screen and (min-width: 738px) {
  body {
    min-width: 1100px;
  }
}

.contents {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (min-width: 738px) {
  .contents {
    width: 1100px;
  }
}
@media screen and (max-width: 737px) {
  .contents {
    width: 90.667vw;
  }
}

/*  */
/** 背景白矢印 **/
/** 背景黒矢印 **/
/** 背景黒矢印のボタン **/
/** 背景白矢印のボタン **/
/** voice **/
/** ダンベルのアイコン **/
/** 聴診器のアイコン **/
/** 円袋のアイコン **/
/** 病院のアイコン **/
/** 料金ページ　初めての方へページのリスト **/
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: 62.5%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

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

input[type=text], input[type=tel], input[type=email], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

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;
  outline: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline: none;
  outline-offset: -2px;
}

input[type=radio], input[type=check] {
  margin: 0;
  padding: 0;
}

textarea {
  font-family: sans-serif;
}

main {
  display: block;
}

/* general */
img {
  max-width: 100%;
}

header {
  background-color: #1e2a57;
  padding: 16px 40px;
}
header > h2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
header > h2 > a > img {
  display: inline-block;
}
header > h2 > a > img:first-of-type {
  max-width: 70px;
}
header > h2 > a > img:last-of-type {
  max-width: 180px;
}

main > div {
  position: relative;
}
main > div > iframe {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 700px;
  height: 250px;
}

footer {
  background-color: #1e2a57;
  padding: 16px 40px;
}
footer > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer > div > div > a:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
footer > div > div > a:first-of-type > img {
  display: inline-block;
}
footer > div > div > a:first-of-type > img:first-of-type {
  max-width: 70px;
}
footer > div > div > a:first-of-type > img:last-of-type {
  max-width: 180px;
}
footer > div > div > a:last-of-type > img {
  max-width: 360px;
}

/* top */