@charset "UTF-8";
@import "../css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.err {
  font-size: 12px;
  color: #ff5500;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

* {
  box-sizing: border-box;
}

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, 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,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

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

em, i {
  font-style: normal;
}

figure {
  max-width: 100%;
  text-align: center;
}

figcaption {
  text-align: center;
  margin-top: 3px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: none;
}

select option {
  padding: 0 5px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input, button, select {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}
input-placeholder {
  color: #A9A9A9;
}
input[type=submit] {
  padding: 0.1em;
}
input[type=submit] {
  line-height: 1;
  cursor: pointer;
}

button {
  line-height: 1;
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
body button,
body select,
body textarea,
body input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 0.5rem;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #212121;
}
a:before, a:after {
  transition: 0.3s;
}
a:hover, a:active {
  outline: 0;
  color: #0d5175;
}
a:active {
  color: #777;
}

table {
  width: 100%;
  background: #fff;
}
table td,
table th {
  padding: 10px;
  font-weight: normal;
  color: #212121;
  border: 1px solid #ccc;
}
table th {
  width: 12em;
  background: #f1f1f1;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table td,
table th {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

select,
textarea,
input[type=text] {
  border: none;
  border: 1px solid #ccc;
}

textarea {
  resize: vertical;
  min-height: 6rem;
  width: 100%;
}

@media (min-width: 1025px) {
  html {
    min-width: 1024px;
  }
}
.pageSlider {
  margin: 30px 0;
}
.pageSlider img {
  width: 100%;
}

.topics h3 {
  margin-bottom: 10px;
  font-weight: 500;
}
.topics ul {
  margin-bottom: 20px;
}
.topics li {
  border: 1px solid #ccc;
}
.topics li:not(:first-child) {
  margin-top: -1px;
}
.topics li time {
  display: inline-block;
  margin-right: 5px;
}
.topics li a {
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
}
.topics li a:hover {
  background-color: #eee;
}

.topicsDetail {
  margin-bottom: 50px;
}
.topicsDetail time {
  text-align: right;
  display: block;
  font-size: 16px;
}
.topicsDetail .flex {
  flex-direction: row-reverse;
}
.topicsDetail figure {
  width: 40%;
  margin-left: 20px;
}
.topicsDetail .txt {
  flex: 1;
}
.topicsDetail .txt p {
  margin-bottom: 20px;
}
.topicsDetail .pdfBtn {
  background: url(../images/pdf-icon.png) no-repeat 10px center;
  background-size: auto 30px;
  padding: 10px 20px;
  padding-left: 45px;
  display: inline-block;
  border-radius: 50px;
  color: #e55;
  border: 1px solid #e55;
}
.topicsDetail .pdfBtn:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .topicsDetail .flex {
    display: block;
  }
  .topicsDetail figure {
    width: auto;
    text-align: center;
    margin: 0 0 15px;
  }
}
.btn {
  width: 240px;
  border-radius: 500px;
  margin: 0 auto;
  background-color: #1872a4;
  color: white;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 3px;
}
.btn::after {
  font-family: FontAwesome;
  content: "";
  margin-left: 10px;
}
.btn:hover {
  background-color: #0d5175;
}

.pageTitle01 {
  background-color: #1872a4;
  color: white;
  padding: 10px;
  padding-left: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  position: relative;
  margin-bottom: 20px;
}
.pageTitle01:before {
  content: "";
  width: 5px;
  height: 60%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: 20%;
  border-radius: 80px;
}

#pageFlow {
  margin-top: 10vh;
}
#pageFlow .flex {
  align-items: flex-start;
}
#pageFlow .pageFlowInner {
  width: calc(100% / 3);
}
#pageFlow .pageFlowInner:not(:last-child) {
  margin-right: 20px;
}
#pageFlow .pageFlowInner h3 {
  background-color: #1872a4;
  color: white;
  text-align: center;
  padding: 5px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
#pageFlow .pageFlowInner li {
  margin-top: 5px;
}
#pageFlow .pageFlowInner li a {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 5px;
  position: relative;
}
#pageFlow .pageFlowInner li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #1872a4 transparent;
}
#pageFlow .pageFlowInner li img {
  width: 50px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #pageFlow .flex {
    display: block;
  }
  #pageFlow .pageFlowInner.pageFlowInner {
    width: auto;
    margin: 0 0 15px;
  }
}
.mapInner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 15px;
}
.mapInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery ul li {
  width: calc(100% / 3);
  padding: 10px;
}
.gallery ul li img {
  width: 100%;
}

@media (max-width: 768px) {
  .gallery ul {
    margin: 0 -5px;
  }
  .gallery ul li {
    padding: 5px;
    width: calc(100% / 2);
  }
}
.inner {
  max-width: 1024px;
  margin: 0 auto;
}

.outer {
  padding: 0 10px;
}

.flex {
  display: flex;
}
.flex.aic {
  align-items: center;
}
.flex.fww {
  flex-wrap: wrap;
}
.flex.jcc {
  justify-content: center;
}

.mBox01 {
  margin: 6vh auto;
}

.mbBox01 {
  margin-bottom: 6vh;
}

.pBox01 {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.pbBox01 {
  margin-bottom: 6vh;
}

.mBox02 {
  margin: 3vh auto;
}

.pBox02 {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.ofh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fa01 {
  color: #e00;
}

.bgg01 {
  background-color: #f2f2f2;
}

.bgg02 {
  background-color: #e2e2ff;
}

input {
  box-sizing: border-box;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=checkbox] {
  display: inline-block;
  padding: 10px 8px 8px 8px;
}
input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

label.checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #bbb;
  z-index: 50;
}
label.checkbox:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #00e;
  border-bottom: 3px solid #00e;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
label.checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}
label.radio {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
  padding: 1px 0 0 20px;
  display: inline-block;
}
label.radio:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: "";
  z-index: 3;
}
label.radio:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #00e;
  z-index: 1;
}
label.radio input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
label.radio input[type=radio]:checked {
  display: none;
}
label.radio input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}

.firstTxt {
  font-size: 14px;
  color: white;
  font-weight: normal;
  line-height: 1.25;
  background-color: #1872a4;
  padding: 8px 10px;
}
.firstTxt span {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .firstTxt {
    text-align: center;
    font-size: 13px;
  }
}
#pageHeader .headerInner {
  max-width: 1024px;
  margin: 15px auto;
  display: flex;
  align-items: center;
}
#pageHeader .logo {
  width: 245px;
}
#pageHeader .info {
  margin-left: auto;
}
#pageHeader .info .tel a {
  font-size: 32px;
  font-weight: 900;
  color: #1872a4;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 768px) {
  #pageHeader .headerInner {
    display: block;
  }
  #pageHeader .logo {
    margin: 0 auto;
    width: 200px;
  }
  #pageHeader .info {
    text-align: center;
    font-size: 13px;
  }
  #pageHeader .info .tel a {
    font-size: 26px;
  }
}
#pageNav {
  z-index: 900;
  background-color: #e9f3f9;
  margin: 0;
}
#pageNav ul {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}
#pageNav li {
  width: calc(100% / 6);
  border-right: 1px solid #1872a4;
}
#pageNav li:first-child {
  border-left: 1px solid #1872a4;
}
#pageNav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}
#pageNav li a:hover, #pageNav li a.active {
  background-color: #1872a4;
  color: white;
}

@media (max-width: 768px) {
  #pageNav {
    position: sticky;
    top: 0;
    margin: 0;
  }
  #pageNav ul {
    flex-wrap: wrap;
    border-top: 1px solid #1872a4;
  }
  #pageNav li {
    border-bottom: 1px solid #1872a4;
    width: calc(100% / 3);
  }
  #pageNav li:nth-child(3n+1) {
    border-left: 1px solid #1872a4;
  }
}
#toTop {
  margin: 10vh auto 5px;
  text-align: right;
}
#toTop span {
  cursor: pointer;
}
#toTop span:before {
  margin-right: 3px;
  content: "";
  font-family: FontAwesome;
}

#pageFooter {
  background-color: #f1f1f1;
  padding: 45px 10px;
}
#pageFooter .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#pageFooter .cpmpanyGuide .logo {
  margin-bottom: 10px;
  width: 200px;
}
#pageFooter .footnav {
  width: 16rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
#pageFooter .footnav li {
  width: 8rem;
  padding: 5px;
}
#pageFooter .footerArea {
  border: 1px solid #ccc;
}
#pageFooter .footerArea h3 {
  background-color: #ccc;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
}
#pageFooter .footerArea ul {
  padding: 10px;
  padding-left: 0;
}
#pageFooter .footerArea li {
  font-size: 12px;
}
#pageFooter .footerArea li b {
  display: inline-block;
  width: 4rem;
  font-weight: 500;
  text-align: right;
}

@media (max-width: 768px) {
  #pageFooter .inner {
    display: block;
  }
  #pageFooter .footnav {
    margin: 15px 0;
    width: auto;
  }
}
#copyRight {
  padding: 5px;
  font-size: 12px;
  background-color: #444;
  text-align: center;
  color: white;
}

/* ------------------------------

form

------------------------------ */
.required {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  background: #F00;
}

/* ------------------------------

formmail formmailInfo

------------------------------ */
.formmailInfo {
  margin: 1em 0;
}

.formmailInfo li {
  padding-left: 10px;
  position: relative;
}

.formmailInfo li:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #e16b15;
  font: normal normal normal 12px/1 Fontawesome;
  content: "";
}

/* ------------------------------

formmail table

------------------------------ */
.formmailTable {
  margin-bottom: 20px;
}

.formmailTable table {
  width: 100%;
  background: #FFF;
}

.formmailTable th,
.formmailTable td {
  padding: 10px;
  color: #333;
  border: 1px solid #ccc;
}

.formmailTable th {
  width: 10em;
  background: #f1f1f1;
  text-align: left;
}

.formmailTable td input + span {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .formmailTable th,
.formmailTable td {
    display: block;
    border: 0;
  }

  .formmailTable th {
    width: 100%;
  }
}
/* ------------------------------

 フォーム 入力欄

------------------------------ */
select,
textarea {
  margin: 3px 2px;
  padding: 5px;
  border: 1px solid #ccc;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 7px;
  box-sizing: content-box;
  border: 1px solid #ccc;
}

.inputSm {
  width: 3em;
}

.inputMd {
  width: 25em;
}

.inputLg {
  width: 99%;
}

.textareaLg {
  width: 99%;
  height: 10em;
}

input[type=password] {
  width: 8em;
}

@media screen and (max-width: 1024px) {
  .inputSm {
    width: 15%;
  }

  .inputMd {
    width: 70%;
  }

  .inputLg {
    width: 100%;
  }
}
/* ------------------------------

formmail btn

------------------------------ */
.formmailBtn {
  margin: 0 auto 50px;
}

.formmailBtn p {
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}

.formmailBtn .btn {
  width: auto;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  background: #E72926;
  border: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
}

.formmailBtn .btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* ------------------------------

privacy box

------------------------------ */
.privacyBox {
  width: 510px;
  margin: 0 auto 50px;
  padding: 15px;
  border: 1px dotted #222;
  background: #FFF;
}

.privacyBox h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #222;
  font-size: 14px;
}

.privacyBox p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .privacyBox {
    width: 100%;
  }
}
/* ------------------------------

formmailTel

------------------------------ */
.formmailTel {
  margin: 0 0 80px;
}

.formmailTel h2 {
  background: url(../images/formmail_tel_title.gif);
}

/* ------------------------------

generalBtn

------------------------------ */
.generalBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 10px;
  cursor: pointer;
  background: #1872a4;
  font-weight: 200;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #0e4461;
}

.generalBtn:active {
  top: 3px;
  box-shadow: 0px 1px 0px 0px #0e4461;
}

a.generalBtn:after {
  margin-left: 5px;
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "";
}

.generalBtn:visited,
.generalBtn:link {
  color: #fff;
  text-decoration: none;
}

.flowBox01 ol li {
  counter-increment: count;
  margin-top: 20px;
}
.flowBox01 ol li dl dt {
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
  line-height: 1.35;
  position: relative;
}
.flowBox01 ol li dl dt span {
  display: inline-block;
  font-size: 18px;
}
.flowBox01 ol li dl dt:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: counter(count);
  width: 21px;
  height: 21px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.priceSlider {
  margin-top: 30px;
}
.priceSlider .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}
.priceSlider div {
  padding: 0 2px;
}
.priceSlider div figure img {
  width: 100% !important;
}
.priceSlider div h3 {
  font-size: 18px;
}
.priceSlider div b {
  font-size: 18px;
  color: #e50110;
  margin-right: 3px;
}
.priceSlider div p img {
  display: inline-block;
  margin-left: 3px;
  height: 24px;
}

.priceLIst ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.priceLIst ul li {
  width: calc(100% / 4);
  padding: 10px;
}
.priceLIst ul li img {
  width: 100%;
  height: auto;
}
.priceLIst ul li b {
  font-size: 18px;
  font-weight: 700;
}
.priceLIst ul li span b {
  color: #e50110;
}
.priceLIst ul li figure {
  background-color: #eee;
}
.priceLIst ul li figcaption {
  padding: 5px 8px;
  display: flex;
  flex-wrap: wrap;
}
.priceLIst ul li figcaption span {
  margin-left: auto;
}
.priceLIst ul li.blue figure {
  background-color: #d2eefd;
}
.priceLIst ul li.red figure {
  background-color: #fdd2d2;
}
.priceLIst ul li.green figure {
  background-color: #e3fdd2;
}

@media (max-width: 768px) {
  .priceLIst ul li {
    width: calc(100% / 2);
  }
  .priceLIst ul li b {
    font-size: 16px;
  }
}
.priceDetail figure {
  max-width: 40%;
}
.priceDetail .txt {
  flex: 1;
  margin-right: 30px;
}
.priceDetail .txt .price {
  margin-left: auto;
  margin-top: 20px;
  font-size: 20px;
  border-bottom: 1px solid #999;
}
.priceDetail .txt .price b {
  display: inline-block;
  margin-right: 3px;
  font-size: 32px;
  color: #e50110;
}

@media (max-width: 768px) {
  .priceDetail .flex {
    flex-direction: column-reverse;
  }
  .priceDetail figure {
    max-width: inherit;
    margin-bottom: 15px;
  }
  .priceDetail .txt {
    margin-right: 0px;
  }
}
.topSlider {
  margin: 30px 0;
}
.topSlider img {
  width: 100%;
}

.indexBox ul {
  display: flex;
}
.indexBox li {
  width: calc(100% / 3);
}
.indexBox li img {
  width: 100%;
}
.indexBox li h3 {
  text-align: center;
  margin: 10px 0;
  color: #1872a4;
  font-size: 20px;
}
.indexBox li .btn {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.indexBox li a {
  height: 100%;
  display: block;
  position: relative;
  padding-bottom: 60px;
}
.indexBox li a:hover .btn {
  background-color: #0d5175;
}
.indexBox li:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .topSlider {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .indexBox.indexBox ul {
    display: block;
  }
  .indexBox.indexBox li {
    width: auto;
    margin: 0 0 20px;
  }
}
/*# sourceMappingURL=style.css.map */