@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #020D34;
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #020D34; text-decoration: none; }
a:visited { color: #020D34; text-decoration: underline; }
a:hover   { color: #020D34; text-decoration: underline; }
a:active  { color: #020D34; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #EDF4FA;
  overflow: auto;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  width: 100%;
  height: 44px;
  padding: 7px 0 0;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
}
header h1 img {
  width: 250px;
  height: auto;
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  min-height: 500px;
  padding: 30px 0 0 0;
}
#mainContents section  {
  width: 90%;
  margin: 0 auto;
}

/*==========================================
 共通タイトル
===========================================*/
#mainContents #titleArea {
  position: relative;
}
#mainContents #titleArea h2 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#mainContents #titleArea h3 {
  padding: 40px 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
#mainContents #titleArea .backLink {
  position: absolute;
  left: 0;
  top: -10px;
  width: 76px;
  height: 40px;
}
#mainContents #titleArea .backLink a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 13px 15px 0;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
#mainContents #titleArea .backLink a:hover {
  text-decoration: none;
}

/*==========================================
 レイアウト
===========================================*/
#mainContents .layouttyp01 {
  width: 100%;
  padding: 30px 0 0;
}
#mainContents .layouttyp01 .column {
  width: 100%;
  height: 60px;
}
#mainContents .layouttyp01 .column a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 24px 15px 0;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  font-size: 1.3rem;
  font-weight: 700;
}
#mainContents .layouttyp01 .column a::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon01.svg");
  background-size: cover;
  content: "";
}
#mainContents .layouttyp01 .column a:hover {
  text-decoration: none;
}


#mainContents .layouttyp02 {
  width: 100%;
  padding: 20px 0 0;
}
#mainContents .layouttyp02 h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
#mainContents .layouttyp02 .columnBox {
  width: 100%;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
#mainContents .layouttyp02 .columnBox .column {
  width: 48%;
  height: 60px;
}
#mainContents .layouttyp02 .columnBox .column a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 15px 15px 0 45px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layouttyp02 .columnBox .column a::before {
  position: absolute;
  left: 13px;
  top: 18px;
  width: 22px;
  height: 26px;
  background-image: url("../img/icon02.svg");
  background-size: cover;
  content: "";
}
#mainContents .layouttyp02 .columnBox .column a::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon01.svg");
  background-size: cover;
  content: "";
}
#mainContents .layouttyp02 .column a:hover {
  text-decoration: none;
}


#mainContents .layouttyp03 {
  width: 100%;
  padding: 20px 0 0;
}
#mainContents .layouttyp03 h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
#mainContents .layouttyp03 .columnBox {
  width: 100%;
  padding: 10px 0 0;
}
#mainContents .layouttyp03 .columnBox .column {
  width: 100%;
  height: 60px;
}
#mainContents .layouttyp03 .columnBox .column a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 22px 15px 0 55px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layouttyp03 .columnBox .column a::before {
  position: absolute;
  left: 13px;
  top: 18px;
  background-size: cover;
  content: "";
}
#mainContents .layouttyp03 .columnBox .column a.icon01::before {
  width: 26px;
  height: 27px;
  background-image: url("../img/icon03.svg");
}
#mainContents .layouttyp03 .columnBox .column a.icon02::before {
  width: 26px;
  height: 24px;
  background-image: url("../img/icon04.svg");
}
#mainContents .layouttyp03 .columnBox .column a::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon01.svg");
  background-size: cover;
  content: "";
}
#mainContents .layouttyp03 .column a:hover {
  text-decoration: none;
}


#mainContents .layouttyp04 {
  width: 100%;
  padding: 20px 0 0;
}
#mainContents .layouttyp04 .columnBox {
  width: 100%;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layouttyp04 .columnBox .column {
  width: 48%;
  height: 44px;
  margin: 0 0 15px;
}
#mainContents .layouttyp04 .columnBox .column a {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 13px 15px 0;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layouttyp04 .columnBox .column a::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon01.svg");
  background-size: cover;
  content: "";
}
#mainContents .layouttyp04 .column a:hover {
  text-decoration: none;
}
#mainContents .layouttyp06 {
  width: 100%;
  height: auto;
  margin: 0 0 50px;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 8px;
}
#mainContents .layouttyp06 h3 {
  width: 100%;
  height: auto;
  padding: 12px 0 0;
  box-sizing: border-box;
  background-color: #0C7CC3;
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
  line-height: 1.5;
  vertical-align: middle;
  padding: 10px 20px;
}
#mainContents .layouttyp06 table {
  width: 100%;
  margin: 20px 0 0;
}
#mainContents .layouttyp06 table tr th {
  padding: 0 0 7px;
  border-bottom: 1px solid #0099CC;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
#mainContents .layouttyp06 table tr th:nth-child(1) {
  width: 41%;
}
#mainContents .layouttyp06 table tr th:nth-child(2) {
  width: 33%;
}
#mainContents .layouttyp06 table tr th:nth-child(3) {
  width: 26%;
}
#mainContents .layouttyp06 table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
}
#mainContents .layouttyp06 table tr td div.text01 {
  position: relative;
  width: calc(100% - 10px);
  height: 48px;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  background-color: #EDF4FA;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}
#mainContents .layouttyp06 table tr td div.text01 p {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0C7CC3;
  text-align: right;
}
#mainContents .layouttyp06 table tr td div.text01 p span {
  display: block;
  padding: 3px 0 0;
  font-size: 1.2rem;
  font-weight: 500;
}
#mainContents .layouttyp06 table tr td div.text02 {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  background-color: #EDF4FA;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}
#mainContents .layouttyp06 table tr td div.text02 p {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0C7CC3;
  text-align: right;
}
#mainContents .layouttyp06 table tr td div.text02 p span {
  padding: 0 0 0 3px;
  font-size: 1.2rem;
  font-weight: 500;
}

#mainContents .layouttyp07 {
  width: 100%;
  height: 180px;
  margin: 30px 0 0;
  background-color: #FFF;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
#mainContents .layouttyp07 h3 {
  width: 100%;
  height: 40px;
  background-color: #0C7CC3;
  border-radius: 6px 6px 0 0;
  padding: 13px 0 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
#mainContents .layouttyp07 h4 {
  width: 90%;
  height: 44px;
  margin: 15px auto 0;
  padding: 13px 0 0;
  box-sizing: border-box;
  background-color: #D1F8FF;
  font-size: 1.9rem;
  font-weight: 700;
  color: #0C7CC3;
  text-align: center;
}
#mainContents .layouttyp07 h4.full {
  background-color: #FFDACE;
  color: #FF0000;
}
#mainContents .layouttyp07 .columnBox {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
}
#mainContents .layouttyp07 .columnBox .column {
  position: relative;
  width: 50%;
  text-align: center;
}
#mainContents .layouttyp07 .columnBox .column:nth-child(2):before {
  position: absolute;
  left: 0;
  top: -5px;
  width: 1px;
  height: 57px;
  background-color: #E4E4E4;
  content: "";
}
#mainContents .layouttyp07 .columnBox .column p.text01 {
  font-size: 1.2rem;
  font-weight: 500;
}
#mainContents .layouttyp07 .columnBox .column p.text02 {
  padding: 10px 0 0;
  font-size: 2.4rem;
  font-weight: 500;
}
#mainContents .layouttyp07 .columnBox .column p.text02 span {
  padding: 0 0 0 2px;
  font-size: 1.2rem;
}


#mainContents .layouttyp08 {
  width: 100%;
  height: auto;
  margin: 35px 0 50px;
  padding: 15px 20px 0;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 8px;
}
#mainContents .layouttyp08 h3 {
  padding: 0 0 7px;
  border-bottom: 1px solid #0099CC;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
#mainContents .layouttyp08 p {
  padding: 10px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layouttyp08 ul {
  width: 100%;
  padding: 20px 0 10px;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#mainContents .layouttyp08 ul li {
  width: 32%;
  height: 35px;
  margin: 0 2% 10px 0;
  padding: 7px 10px 0 0;
  box-sizing: border-box;
  background-color: #EDF4FA;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0C7CC3;
  text-align: right;
}
#mainContents .layouttyp08 ul li:nth-child(3n) {
  margin: 0 0 10px 0;
}
.layouttyp05 {
  width: 100%;
  padding: 20px 0 0;
}
#dropdown {
  appearance: none;
  -webkit-appearance: none;
  vertical-align:middle;
  width: 100%;
  height: 60px;
  background-color: #0C7CC3;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  border: 1px solid #E4E4E4;
}
.item {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  border: 1px solid #E4E4E4;
} 
.toggle {
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  width: 35px;
  height: 12px;
  border-radius: 50px;
  background-color: #ff1493;
  cursor: pointer;
  transition: background-color .4s;
  margin: 5% 0 5% 2% ;
}
.toggle:has(:checked) {
  background-color: #696969;
}
.toggle::after {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  background: #fff;
  content: '';
  transition: left .4s;
}
.toggle:has(:checked)::after {
  left: 0;
}
.toggle input {
  display: none;
}
.switch {
  display: flex;
}
.switch a {
  font-size: 1.2rem;
  margin: 5% 0 5% auto;
  vertical-align: middle;
  text-decoration: none;
}
