@charset "UTF-8";
article {
  text-align: center;
}

body {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

#all {
  text-align: center;
}

header h1 {
  /*background-image: url(../img/img00_back.png);
	background-position: center center;
	background-size: cover;*/
  background-color: #C1272D;
}

/*#box01 {
	background: #face00;
	background: -moz-linear-gradient(top, #fffbd0 0%, #f3df80 30%, #face00 60%, #face00 60%, #ca9a0c 100%);
	background: -webkit-linear-gradient(top, #fffbd0 0%,#f3df80 30%,#face00 60%,#face00 60%,#ca9a0c 100%);
	background: linear-gradient(to bottom, #fffbd0 0%,#f3df80 30%,#face00 60%,#face00 60%,#ca9a0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbd0', endColorstr='#ca9a0c',GradientType=0 );
}*/
#box01 {
  display: inline-block;
  justify-content: center;
  background: url(../img/back01.png?231226) no-repeat center top/100% auto;
}

#box02 {
  background: url(../img/img00_back.png) repeat-y center top/100% auto;
  /*background: url(../img/img03_back03.png),url(../img/img03_back02.png),url(../img/img03_back01.png);
	background-repeat: repeat-x,repeat-x,repeat;
	background-position: bottom,top,center;
	background-size: 10px auto ,10px auto ,16px auto;*/
  padding-bottom: 20px;
}

#box02 .slide {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

#box02 .slide li {
  margin: 0 7px;
}

#box02 .slide li img {
  height: 130px;
  width: auto;
}

#box03 {
  background: url(../img/back04.png) repeat-y center top/100% auto;
}

#box03 .btn {
  cursor: pointer;
}

#box03 .open {
  display: none;
}

#box04 {
  background-color: #dfeefc;
  padding: 50px 0 0px 0;
}

#box04 .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #0071bc;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 3px;
  padding: 3px 0;
  margin-bottom: 40px;
  margin: 0 5% 20px 5%;
}

#box04 .logo {
  margin-bottom: 25px;
}

#box04 .logo img {
  width: 215px;
}

#box04 .corona {
  margin-bottom: 15px;
}

#box04 .txt {
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 0 5% 5px 5%;
}

#box04 ul {
  width: 300px;
  margin: 0 auto 10px auto;
  text-align: left;
}

#box04 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  padding: 20px 20px;
}

#box04 ul li:nth-of-type(1) {
  border-top: none;
}

#box04 ul .imgbox img {
  width: 120px;
}

#box04 ul p:nth-of-type(1) {
  font-size: 1.35rem;
  font-weight: bold;
  color: #0071bc;
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 2px;
}

#box04 ul p:nth-of-type(1) span {
  display: block;
  font-weight: bold;
  font-size: 85%;
}

#box04 ul p:nth-of-type(2) {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}

#box04 ul p:nth-of-type(3) {
  margin-top: 10px;
}

#box04 ul p:nth-of-type(3) a {
  display: inline-block;
  padding: 6px 13px 9px 17px;
  background-color: #0071bc;
  text-align: center;
  border-radius: 3px;
}

#box04 ul p:nth-of-type(3) a span {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}

#box04 ul p:nth-of-type(3) a span:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-width: 3px 0 3px 5px;
}

#box04 .link {
  background-color: #fff;
  padding-top: 30px;
}

#box05 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#box05 ul {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 750px;
}

#box05 ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}

#box06 {
  background: url(../img/back02.png) repeat-y center top/100% auto;
}

#box07 {
  background: url(../img/back03.png) repeat-y center top/100% auto;
}

#box08 {
  background-color: #f7d8e4;
  padding: 0;
  margin-top: -10px;
}

#box08 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#box08 .inner ul {
  width: 300px;
  margin: 0 auto 10px auto;
  text-align: left;
}

#box08 .inner ul li:first-child {
  border-bottom: 1px solid #fff;
}

#box08 .inner ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}

#box08 .inner ul li .txt01 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #ED1C24;
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 2px;
}

#box08 .inner ul li .txt01 span {
  display: block;
  font-weight: bold;
  font-size: 85%;
}

#box08 .inner ul li .txt02 {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}

#box08 .inner ul li .txt03 {
  margin-top: 10px;
}

#box08 .inner ul li .txt03 a {
  display: inline-block;
  padding: 6px 13px 9px 17px;
  background-color: #ED1C24;
  text-align: center;
  border-radius: 3px;
}

#box08 .inner ul li .txt03 a span {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}

#box08 .inner ul li img {
  width: 120px;
  max-width: 100%;
  height: auto;
}

footer {
  background-color: #0071bc;
  padding: 30px 0 20px 0;
}

footer .logo {
  margin-bottom: 12px;
}

footer .logo img {
  width: 235px;
}

footer .etc {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

footer .link img {
  width: 140px;
}
