﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');


/*========================
ヘッダー
========================*/
header {
  width: 100%;
  padding: 42px 12px;
  margin: 0 auto;
  background-image:url(../img/headerbg.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  text-align: center;
  position: relative;
}
.jump75{
  position: absolute;
  bottom: -42px;
  right: 32px;
  width: 100%;
  max-width: 240px;
  z-index: 9;
}
.headlogo {
  width: 100%;
  max-width: 160px;
}
.headimg {
  width: 100%;
  max-width: 640px;
}
header h1{
  margin: 24px 0 42px;
  letter-spacing: 0.03em;
}
.headcomment{
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.4;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.headtitle{
  font-family: "Noto Sans JP", sans-serif;
  color: #B22C00;
  font-weight: 900;
  font-size: 3em;
  line-height: 1.1;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
  margin: 15px 0;
}
.headtitle br{
  display: none;
}
.headcomment span{
  background: #B22C00;
  color: #FFF;
  text-shadow:none !important;
  line-height: 0 !important;
  padding: 0 6px 2px;
  margin-left: 8px;
  font-size: 0.9em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1240px) {
.jump75{
  bottom: -24px;
  right: 12px;
  max-width: 200px;
  }
.headimg {
  max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
.jump75{
  display: none;
  }
.headlogo {
  max-width: 120px;
  }
.headtitle{
  font-size: 2.4em;
  }
}
@media screen and (max-width: 640px) {
.headcomment{
  font-size: 1.6em;
  }
.headtitle{
  margin: 12px 0;
  }
.headtitle br{
  display: block;
  }
}
@media screen and (max-width: 480px) {
.headimg {
  max-width: 320px;
  }
}


/*========================
対象者
========================*/
.forcol {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
  margin-top: 48px;
}
.forcol li{
  width:50%;
  margin:0 24px 0 0;
}
.forcol li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.forcol {
  flex-direction: column;
  display:block;
  margin-top: 42px;
  }
.forcol li {
  width:100%;
  margin:0 0 48px 0;
  }
.forcol li:last-child{
  margin:0 0 0 0;
  }
}

/* ボックス */
.forbox {
  width: 100%;
  height: 100%;
  padding: 6px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  text-align: center;
}
.forbox .inner{
  width: 100%;
  height: 100%;
  background: #2C52A5;
  padding: 32px 15px;
}
.forbox .seniorcolor {
  background: #7C490C !important;
}
.forbox img{
  width: 100%;
  max-width: 240px;
  margin-top: -64px;
  margin-bottom: 18px;
}
.forbox .inner h3{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.3em;
  color: #FFF;
  letter-spacing: 0.03em;
}
.forbox .inner p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 0.95em;
  color: #FFF;
  letter-spacing: 0.03em;
}
.forbox .inner p br{
  display: none;
}
.forbox .inner strong{
  font-size: 1.5em;
  color: #FFDC72;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
.forbox img{
  max-width: 200px;
  }
.forbox .inner h3{
  font-size: 1.1em;
  }
.forbox .inner p br{
  display: block;
  }
}
@media screen and (max-width: 767px) {
.forbox {
  padding: 5px;
  }
.forbox img{
  max-width: 240px;
  }
.forbox .inner h3{
  font-size: 1.3em;
  }
.forbox .inner p br{
  display: none;
  }
}
@media screen and (max-width: 480px) {
.forbox img{
  max-width: 220px;
  }
.forbox .inner h3{
  font-size: 1.2em;
  }
.forbox .inner p br{
  display: block;
  }
}

/* ボックス内ボタン */
.forbtn_senior {
  display: block;
  position: relative;
  background: #FFDC73;
  padding: 12px 15px 15px;
  color: #7C490C;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
  transition: .5s;
  margin: 15px 0 0;
  line-height: 100%;
  font-size: 1.2em;
  max-width: 240px;
  letter-spacing: 0.03em;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.forbtn_senior:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 15px;
  width: 12px;
  height: 3px;
  background: #7C490C;
  transform: rotate(45deg);
}
.forbtn_senior:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 15px;
  width: 12px;
  height: 3px;
  background: #7C490C;
  transform: rotate(-45deg);
}
.forbtn_senior:hover {
  background: #FFF;
}


/*========================
特定健診の案内
========================*/
.midagebox {
  width: 100%;
  height: 100%;
  padding: 6px 6px 2px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  text-align: center;
}
@media screen and (max-width: 767px) {
.midagebox {
  padding: 5px;
  }
}

/* テーブル */
.midagebox table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.midagebox table tr{
  margin-bottom: -1px;
}
.midagebox table th{
  width: 35%;
  padding: 15px 20px;
  text-align:center;
  vertical-align: middle;
  background-color: #2C52A5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.06em;
  border-bottom: 5px solid #FFF;
}
.midagebox table th:last-child{
  border-bottom: none;
}
.midagebox table td{
  width: 65%;
  padding: 15px 20px;
  background-color: #EEE;
  text-align:left;
  vertical-align: middle;
  font-size: 1.1em;
  border-bottom: 5px solid #FFF;
}
@media screen and (max-width: 767px) {
.midagebox table th,
.midagebox table td {
  display:block;
  width:100%;
  border-bottom: none;
  }
.midagebox table th{
  padding: 10px 12px;
  font-size: 1.2em;
  }
.midagebox table td{
  padding: 10px 12px;
  font-size: 1.05em;
  line-height: 1.6;
  }
}

/* 健診項目並び */
.itemcol {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.itemcol li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding:6px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
.itemcol li {
  padding:4px;
  }
}

/* 健診項目中身 */
.itembox {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0 auto;
  padding: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  text-align: center;
}
.itembox img{
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}
.itembox h3{
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 0.9em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
.itembox img{
  max-width: 64px;
  margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
.itembox {
  padding: 10px 10px 6px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  }
.itembox img{
  max-width: 42px;
  }
}

/* 白背景ボックス */
.midagebox .whitebox {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  font-size: 0.85em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
.midagebox .whitebox {
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  }
}


/*========================
後期高齢者健康診査について
========================*/
/*-------------------------
見出し
--------------------------*/
#senior {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
#senior img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
#senior img {
  max-width: 180px;
  }
}
@media screen and (max-width: 640px) {
#senior {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
  }
#senior img {
  max-width: 142px;
  }
}

/*-------------------------
背景色
--------------------------*/
.brownwrap {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  background: #F5EFEB;
  margin-top: -200px;
  padding-top: 200px;
  z-index: -1;
  font-size: 1.05em;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
.brownwrap {
  padding: 48px 0;
  margin-top: -184px;
  padding-top: 184px;
  }
}

/* 吹き出し */
.balloon {
  position: relative;
  padding: 20px;
  background-color: #7C490C;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  color: #FFF;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #7C490C;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon br{
  display: none;
}
@media screen and (max-width: 480px) {
.balloon {
  width: 100%;
  padding: 15px 18px;
  font-size: 1.6em;
  }
.balloon br{
  display: block;
  }
}

/*-------------------------
受診方法
--------------------------*/
.stepbox {
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  background: #FFF;
  outline : 2px solid #2F55A6;
  outline-offset : -8px;
}
@media screen and (max-width: 767px) {
.stepbox {
  padding: 24px;
  }
}

/* ボックス中身*/
.stepcol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.stepcol_numb {
  font-size: 4.2em;
  font-weight: 900;
  color: #2C52A5;
  line-height: 0.8;
}
.stepcol_text {
  flex: 1;
  margin: 0 0 0 40px;
}
.stepcol_text h4{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.2em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
.stepcol_text {
  margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
.stepcol {
  flex-direction: column;
  display:block;
  }
.stepcol_numb {
  font-size: 3.2em;
  font-weight: 700;
  }
.stepcol_text {
  margin: 24px 0 0 0;
  }
.stepcol_text h4{
  font-size: 1.1em;
  }
}

/*-------------------------
後期高齢者健診のお問い合わせ先
--------------------------*/
#contactcenter {
  text-align: center;
  padding-top: 40px;
  margin-top: -40px;
}
#contactcenter h4{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  font-size: 1.5em;
  margin-bottom: 24px;
}
#contactcenter br{
  display: none;
}
#contactcenter a{
  color: #333 !important;
}
@media screen and (max-width: 640px) {
#contactcenter {
  padding-top: 20px;
  margin-top: -20px;
  }
#contactcenter h4{
  font-size: 1.5em;
  margin-bottom: 18px;
  }
#contactcenter br{
  display: block;
  }
}



