/* ===================================================================
common.css
=================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  background-color: #FFFFFF;
  /* font-family: 'Noto Sans JP', sans-serif; */
  line-height: 180%;
}

/* 2022.04.18 add ↓ */
a, a:link, a:active, a:visited {
	text-decoration:none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
#contents {
  width: 100%;
  margin: 0 auto;
}
.main_header_box {
  background: rgb(251, 254, 230);
  background: -moz-linear-gradient(90deg, rgba(251, 254, 230, 1) 44%, rgba(127, 220, 224, 1) 54%);
  background: -webkit-linear-gradient(90deg, rgba(251, 254, 230, 1) 44%, rgba(127, 220, 224, 1) 54%);
  background: linear-gradient(90deg, rgba(251, 254, 230, 1) 44%, rgba(127, 220, 224, 1) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfee6", endColorstr="#7fdce0", GradientType=1);
}
.main_header {
  background: url("../img/common/main.jpg") top center no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
  padding: 0 3rem 1rem 3rem;
}
.top_box {
  /* width: 1100px; */
  text-align: center;
  border: 10px solid #fff;
  margin: 0 auto;
}
.top_logo {
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.top_logo img {}
.bg_box {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.bg_box .header_title {
  margin: 1rem;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 700;
}
.bg_box .header_txt {
  margin: 1rem;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 500;
}
.top_btn {
  font-size: 26px;
  font-weight: 700;
  width: 320px;
  height: 64px;
  margin: 3rem auto 3rem auto;
  line-height: 1.5;
}
.top_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #004BB1;
  text-align: center;
  border: 10px solid #004BB1;
  color: #FFFFFF;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  transition: all 0.5s ease;
}
.top_btn a:hover {
  background: #aac5eb;
  color: #004bb1;
  margin-left: 0px;
  margin-top: 0px;
  border: 10px solid #aac5eb;
  box-shadow: none;
}
.contents_body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 6rem 30px;
  font-size: 16px;
  line-height: 1.5;
}
h2.v_title_h2 {
  margin: 5rem auto;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  text-align: center;
}
h2.v_title_h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 360px; /*下線の幅*/
  height: 7px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #d31313; /*下線の色*/
}
.body_txt {
  margin: 3rem auto 5rem auto;
}
.body_txt p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
h4.model {
  margin-bottom: 2rem;
  background-color: #f0f3f5;
  padding: 1rem;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox .item:nth-child(2n+1) {
  margin: 1rem 0;
  font-size: 22px;
  font-weight: 500;
  width: 50%;
  padding-right: 15px;
}
.flexbox .item:nth-child(2n) {
  margin: 1rem 0;
  font-size: 22px;
  font-weight: 500;
  width: 50%;
  padding-left: 15px;
}
.flexbox .item .itembox {
  margin: 0.5rem 0 0 0;
  padding: 1rem;
  font-size: 16px;
  line-height: 2.2;
  border: 7px solid #f0f3f5;
  word-wrap: break-word;
}
.flexbox .item .itembox span {}
h3.v_title_h3 {
  margin: 8rem auto 4rem auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
h3.v_title_h3 span {
  color: #d31313;
}
.caption {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.caption .caption_box {
  padding: 0 1rem;
  margin: 1rem 0;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
}
.caption img.cap {
  border: 7px solid #f0f3f5;
  width: 100%;
}
.caption p {
  text-align: left;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
h4.v_title_h4 {
  margin: 1rem auto 3rem auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
/* #footer {
  background-color: #439E7F;
  width: 960px;
  height: 80px;
  float: left;
} */
.pc-disp {
  display: inherit;
}
.sp-disp {
  display: none;
}
.catch_img_1 {
  text-align: left;
  margin-top: -3rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.catch_img_1 img {
  width: 35%;
}
.catch_img_2 {
  text-align: right;
  margin-top: 0;
  /* margin-bottom: -6rem; */
  margin-right: 1rem;
}
.catch_img_2 img {
  width: 30%;
}
.catch_img_3 {
  width: 100%;
}
.catch_img_3 img.e_img {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 32%;
}
.catch_img_3 img.j_img {
  position: absolute;
  right: 30px;
  bottom: -50px;
  width: 25%;
}
/* 2022.04.14 add ↓ */
.catch_img_3 img.j_img2 {
  position: absolute;
  right: 30px;
  top: 280px;
  width: 25%;
}
.catch_img_l {
  text-align: left;
  margin-top: -3rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.catch_img_l img {
  width: 35%;
}
.catch_img_r {
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.catch_img_r img {
  width: 30%;
}
.catch_img_c {
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.catch_img_c img {
  width: 50%;
}
.mt-pc {
  margin-top: -15rem !important;
}
@media screen and (max-width: 750px) {
  /* スマートフォン用のスタイル記述 */
  .pc-disp {
    display: none;
  }
  .sp-disp {
    display: inherit;
  }
  #wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #contents {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  .main_header_box {
    width: 100%;
  }
  .main_header {
    background: url("../img/common/main.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    padding: 1rem;
  }
  .top_logo img {
    width: 100%;
  }
  .top_box {
    text-align: center;
    border: 5px solid #fff;
    margin: 0;
    width: 100%;
  }
  .bg_box {
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .bg_box .header_title {
    margin: 1rem;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
  }
  .bg_box .header_txt {
    margin: 1rem 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
  .top_btn {
    font-size: 18px;
    font-weight: 700;
    width: 70%;
    height: 50px;
    margin: 2rem auto 2rem auto;
    line-height: 1.5;
  }
  .top_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #004BB1;
    text-align: center;
    border: 10px solid #004BB1;
    color: #FFFFFF;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    transition: all 0.5s ease;
  }
  .top_btn a:hover {
    background: #aac5eb;
    color: #004bb1;
    margin-left: 0px;
    margin-top: 0px;
    border: 10px solid #aac5eb;
    box-shadow: none;
  }
  h2.v_title_h2 {
    margin: 5rem auto 3rem;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  h2.v_title_h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px; /*下線の上下位置調整*/
    display: inline-block;
    width: 140px; /*下線の幅*/
    height: 3px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #d31313; /*下線の色*/
  }
  .body_txt {
    margin: 3rem 1rem 5rem 1rem;
  }
  .body_txt p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  h4.model {
    margin-bottom: 2rem;
    background-color: #f0f3f5;
    padding: 1rem;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
  }
  .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox .item:nth-child(2n+1) {
    padding: 0 1rem;
    margin: 1rem 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
  }
  .flexbox .item:nth-child(2n) {
    padding: 0 1rem;
    margin: 1rem 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
  }
  .flexbox .item .itembox {
    margin: 0.5rem 0 0 0;
    padding: 1rem;
    font-size: 14px;
    line-height: 2.5;
    border: 7px solid #f0f3f5;
    word-wrap: break-word;
  }
  .flexbox .item .itembox span {}
  h3.v_title_h3 {
    margin: 4rem auto 2rem auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    text-align: center;
    background-color: #f0f3f5;
    padding: 2rem 1rem;
  }
  h3.v_title_h3 span {
    color: #d31313;
  }
  .contents_body {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6rem 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .caption {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .caption .caption_box {
    padding: 0;
    margin: 1rem 0;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .caption img.right {
    float: inherit;
    border: 7px solid #f0f3f5;
    width: 80%;
    margin: 1rem;
  }
  .caption img.left {
    float: inherit;
    border: 7px solid #f0f3f5;
    width: 80%;
    margin: 1rem;
  }
  .caption img.center {
    text-align: center;
    border: 7px solid #f0f3f5;
    margin: 1rem;
    width: 90%;
  }
  .caption p {
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  h4.v_title_h4 {
    margin: 1rem 1rem 3rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  .mt-pc {
    margin-top: 0 !important;
  }
  .catch_img_1 {
    text-align: left;
    margin-top: -3rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
  .catch_img_1 img {
    width: 80%;
  }
  .catch_img_2 {
    text-align: right;
    margin-top: 0;
    margin-bottom: -4rem;
    margin-right: 1rem;
  }
  .catch_img_2 img {
    width: 70%;
  }
  .catch_img_3 {
    width: 100%;
    text-align: right;
  }
  .catch_img_3 img.e_img {
    position: inherit;
    width: 50%;
  }
  .catch_img_3 img.j_img,.catch_img_3 img.j_img2 {
    position: inherit;
    width: 50%;
  }
  .catch_img_l {
    text-align: left;
    margin-top: -2rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
  .catch_img_l img {
    width: 80%;
  }
  .catch_img_r {
    text-align: right;
    margin-top: -2rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .catch_img_r img {
    width: 70%;
  }
  .catch_img_c {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .catch_img_c img {
    width: 100%;
  }
  /* #footer {
    background-color: #439E7F;
    width: 100%;
    height: 80px;
    float: left;
  } */
}

/* 2022.04.18 add ↓ */
#footerNav li a:before,#footerNav li a:after {
  box-sizing: initial;
}

#footerNav li a:hover {
  text-decoration: underline;
}


.top_btn2 {
  font-size: 24px;
  font-weight: 700;
  /* width: 320px; */
  height: 60px;
  margin: 3rem auto 3rem auto;
  line-height: 1.5;
  text-align: center;
}
.top_btn2 a {
  display: inline-block;
  /* width: 100%; */
  height: 100%;
  text-decoration: none;
  background: #004BB1;
  text-align: center;
  border: 10px solid #004BB1;
  color: #FFFFFF;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 0 1em;
  transition: all 0.5s ease;
}
.top_btn2 a:hover {
  background: #aac5eb;
  color: #004bb1;
  margin-left: 0px;
  margin-top: 0px;
  border: 10px solid #aac5eb;
  box-shadow: none;
}

@media screen and (max-width: 750px) {
  /* スマートフォン用のスタイル記述 */
.top_btn2 {
  font-size: 18px;
  font-weight: 700;
  width: 90%;
  height: auto;
  margin: 2rem auto 2rem auto;
  line-height: 1.5;
}
.top_btn2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #004BB1;
  text-align: center;
  border: 10px solid #004BB1;
  color: #FFFFFF;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  transition: all 0.5s ease;
}
.top_btn2 a:hover {
  background: #aac5eb;
  color: #004bb1;
  margin-left: 0px;
  margin-top: 0px;
  border: 10px solid #aac5eb;
  box-shadow: none;
}

}