@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0.3em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

html,
body {
  color: #434343;
}

br {
  letter-spacing: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.clearfix:after,
.cf:after,
.name:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a {
  text-decoration: underline;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clb {
  clear: both;
}

.notice {
  font-size: 1em;
  line-height: 1.5;
}

.foS {
  font-size: 0.8em;
}

.foSS {
  font-size: 0.6em;
}

.foM {
  font-size: 1em;
}

.foL {
  font-size: 1.2em;
}

.foLL {
  font-size: 1.4em;
}

.foSB {
  font-size: 0.6em;
  font-weight: bold;
}

.foMB {
  font-size: 1em;
  font-weight: bold;
}

.foLB {
  font-size: 1.2em;
  font-weight: bold;
}

.foLLB {
  font-size: 1.4em;
  font-weight: bold;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.vaM {
  vertical-align: middle;
}

.forP {
  display: inline;
}
@media screen and (max-width: 768px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: inline;
}
@media screen and (max-width: 480px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 768px) {
  .forTS {
    display: inline;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 480px) {
  .forS {
    display: inline;
  }
}

.imgR {
  float: right;
  margin: 0 0px 5px 5px;
}

.imgL {
  float: left;
  margin: 0 5px 5px 0px;
}

@media screen and (max-width: 480px) {
  .imgR,
  .imgL {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 5px;
    text-align: center;
  }
}
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.m-auto {
  margin: auto;
}

.pl20 {
  padding-left: 20px;
}

.grid4, .grid2, .grid12, .grid10, .grid9, .grid8, .grid7, .grid6, .grid5, .grid3 {
  width: 31.3%;
  margin: 0px 1% 0px;
  float: left;
}
@media screen and (max-width: 768px) {
  .grid4, .grid2, .grid12, .grid10, .grid9, .grid8, .grid7, .grid6, .grid5, .grid3 {
    width: 48%;
  }
}
.grid4 img, .grid2 img, .grid12 img, .grid10 img, .grid9 img, .grid8 img, .grid7 img, .grid6 img, .grid5 img, .grid3 img {
  width: 100%;
  margin: 0;
}

.grid3 {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .grid3 {
    width: 98%;
  }
}

.grid5 {
  width: 39.6%;
}
@media screen and (max-width: 768px) {
  .grid5 {
    width: 98%;
  }
}

.grid6 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .grid6 {
    width: 98%;
  }
}

.grid7 {
  width: 56.3%;
}
@media screen and (max-width: 768px) {
  .grid7 {
    width: 98%;
  }
}

.grid8 {
  width: 64.6%;
}
@media screen and (max-width: 768px) {
  .grid8 {
    width: 98%;
  }
}

.grid9 {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .grid9 {
    width: 98%;
  }
}

.grid10 {
  width: 81.3%;
}
@media screen and (max-width: 768px) {
  .grid10 {
    width: 98%;
  }
}

.grid12 {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .grid12 {
    width: 98%;
  }
}

.grid2 {
  width: 14.6%;
}
@media screen and (max-width: 768px) {
  .grid2 {
    width: 98%;
  }
}

.space2 {
  background-color: #222;
  width: 14.6%;
  margin: 10px 1% 10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .space2 {
    display: none;
  }
}

.space1 {
  background-color: #222;
  width: 6.3%;
  margin: 10px 1% 10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .space1 {
    display: none;
  }
}

.space105P {
  background-color: #222;
  width: 10.5%;
  margin: 10px 1% 10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .space105P {
    display: none;
  }
}

.bgR {
  background-color: #ffd6e5;
}

.bgG {
  background-color: #8bff9a;
}

.bgB {
  background-color: #a7d1ff;
}

.bg-none {
  background: none;
}

.red {
  color: #d80037;
}

.bd1 {
  border: 2px dotted #b3b3b3;
  border-radius: 8px;
}

.bd-b {
  border-bottom: 3px solid #0b40a7;
  padding: 10px 0;
  overflow: hidden;
}

.bd-t {
  border-top: 3px solid #0b40a7;
  padding: 10px 0;
  overflow: hidden;
}

.bnr-fb {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: gray;
  padding: 10px 0 5px;
}

#s-gNavi {
  width: 100%;
  margin: 0px auto 0;
  height: 18px;
}
#s-gNavi ul {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
#s-gNavi ul li#s-gNavi00 {
  border-radius: 5px;
  display: none;
  background-color: #1d358d;
  color: #fff;
  padding: 10px 0 8px;
}
#s-gNavi ul li#s-gNavi99 {
  display: inline;
  background-color: #1d358d;
  color: #fff;
  padding: 10px 0 8px;
  text-align: center;
  line-height: 1.4;
}

#s-gNavi ul li#s-gNavi01,
#s-gNavi ul li#s-gNavi02,
#s-gNavi ul li#s-gNavi03,
#s-gNavi ul li#s-gNavi04,
#s-gNavi ul li#s-gNavi05,
#s-gNavi ul li#s-gNavi06,
#s-gNavi ul li#s-gNavi07,
#s-gNavi ul li#s-gNavi08,
#s-gNavi ul li#s-gNavi09,
#s-gNavi ul li#s-gNavi10,
#s-gNavi ul li#s-gNavi11,
#s-gNavi ul li#s-gNavi12,
#s-gNavi ul li#s-gNavi13,
#s-gNavi ul li#s-gNavi14,
#s-gNavi ul li#s-gNavi15,
#s-gNavi ul li#s-gNavi16,
#s-gNavi ul li#s-gNavi17,
#s-gNavi ul li#s-gNavi18,
#s-gNavi ul li#s-gNavi19,
#s-gNavi ul li#s-gNavi20,
#s-gNavi ul li#s-gNavi21 {
  display: inline;
}

#s-gNavi ul li {
  display: inline-block;
  width: 96%;
  margin: 0 0% 5px 4%;
  color: #1d358d;
  background-color: #d3ebf6;
}

#s-gNavi ul li a {
  color: #1d358d;
  background-color: #d3ebf6;
}

#s-gNavi ul li a:link {
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  width: 100%;
  padding: 0px 0 0px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

#s-gNavi ul li a:visited {
  color: #1d358d;
}

#s-gNavi ul li a:hover {
  background-color: #1d358d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #s-gNavi {
    clear: both;
    width: 92%;
    margin: 0 auto 0px auto;
    height: 18px;
  }
  #s-gNavi ul li#s-gNavi00 {
    display: inline;
  }
  #s-gNavi ul li#s-gNavi99 {
    display: none;
  }
  #s-gNavi00 {
    margin-top: -15px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0 5px;
    cursor: pointer;
  }
  #s-gNavi ul {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0px;
  }
  #s-gNavi ul li {
    margin: 0 0% 5px 0%;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    list-style: none;
    text-align: center;
  }
  #s-gNavi ul li#s-gNavi01, #s-gNavi ul li#s-gNavi02, #s-gNavi ul li#s-gNavi03, #s-gNavi ul li#s-gNavi04, #s-gNavi ul li#s-gNavi05, #s-gNavi ul li#s-gNavi06, #s-gNavi ul li#s-gNavi07, #s-gNavi ul li#s-gNavi08, #s-gNavi ul li#s-gNavi09, #s-gNavi ul li#s-gNavi10, #s-gNavi ul li#s-gNavi11, #s-gNavi ul li#s-gNavi12, #s-gNavi ul li#s-gNavi13, #s-gNavi ul li#s-gNavi14, #s-gNavi ul li#s-gNavi15, #s-gNavi ul li#s-gNavi16, #s-gNavi ul li#s-gNavi17, #s-gNavi ul li#s-gNavi18, #s-gNavi ul li#s-gNavi19, #s-gNavi ul li#s-gNavi20, #s-gNavi ul li#s-gNavi21 {
    display: none;
    width: 48%;
    margin: 5px 1%;
  }
}
#s2-gNavi {
  width: 100%;
  margin: 10px auto 0;
  height: 18px;
}
#s2-gNavi ul {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
#s2-gNavi ul li#s2-gNavi00 {
  border-radius: 5px;
  display: none;
  background-color: #067b43;
  color: #fff;
  padding: 10px 0 8px;
}
#s2-gNavi ul li#s2-gNavi99 {
  display: inline;
  background-color: #067b43;
  color: #fff;
  padding: 10px 0 8px;
  text-align: center;
  line-height: 1.4;
}

#s2-gNavi ul li#s2-gNavi01,
#s2-gNavi ul li#s2-gNavi02,
#s2-gNavi ul li#s2-gNavi03,
#s2-gNavi ul li#s2-gNavi04,
#s2-gNavi ul li#s2-gNavi05,
#s2-gNavi ul li#s2-gNavi06,
#s2-gNavi ul li#s2-gNavi07,
#s2-gNavi ul li#s2-gNavi08,
#s2-gNavi ul li#s2-gNavi09,
#s2-gNavi ul li#s2-gNavi10,
#s2-gNavi ul li#s2-gNavi11,
#s2-gNavi ul li#s2-gNavi12,
#s2-gNavi ul li#s2-gNavi13,
#s2-gNavi ul li#s2-gNavi14,
#s2-gNavi ul li#s2-gNavi15,
#s2-gNavi ul li#s2-gNavi16,
#s2-gNavi ul li#s2-gNavi17,
#s2-gNavi ul li#s2-gNavi18,
#s2-gNavi ul li#s2-gNavi19,
#s2-gNavi ul li#s2-gNavi20,
#s2-gNavi ul li#s2-gNavi21 {
  display: inline;
}

#s2-gNavi ul li {
  display: inline-block;
  width: 96%;
  margin: 0 0% 5px 4%;
  background-color: #d1f6d9;
}

#s2-gNavi ul li a:link {
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  width: 100%;
  padding: 0px 0 0px;
  text-align: center;
  text-decoration: none;
  color: #067b43;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

#s2-gNavi ul li a:visited {
  color: #067b43;
}

#s2-gNavi ul li a:hover {
  background-color: #067b43;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #s2-gNavi {
    clear: both;
    width: 92%;
    margin: 0 auto 0px auto;
    height: 18px;
  }
  #s2-gNavi ul li#s2-gNavi00 {
    display: inline;
  }
  #s2-gNavi ul li#s2-gNavi99 {
    display: none;
  }
  #s2-gNavi00 {
    margin-top: -15px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0 5px;
    cursor: pointer;
  }
  #s2-gNavi ul {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0px;
  }
  #s2-gNavi ul li {
    margin: 0 0% 5px 0%;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    list-style: none;
    text-align: center;
  }
  #s2-gNavi ul li#s2-gNavi01, #s2-gNavi ul li#s2-gNavi02, #s2-gNavi ul li#s2-gNavi03, #s2-gNavi ul li#s2-gNavi04, #s2-gNavi ul li#s2-gNavi05, #s2-gNavi ul li#s2-gNavi06, #s2-gNavi ul li#s2-gNavi07, #s2-gNavi ul li#s2-gNavi08, #s2-gNavi ul li#s2-gNavi09, #s2-gNavi ul li#s2-gNavi10, #s2-gNavi ul li#s2-gNavi11, #s2-gNavi ul li#s2-gNavi12, #s2-gNavi ul li#s2-gNavi13, #s2-gNavi ul li#s2-gNavi14, #s2-gNavi ul li#s2-gNavi15, #s2-gNavi ul li#s2-gNavi16, #s2-gNavi ul li#s2-gNavi17, #s2-gNavi ul li#s2-gNavi18, #s2-gNavi ul li#s2-gNavi19, #s2-gNavi ul li#s2-gNavi20, #s2-gNavi ul li#s2-gNavi21 {
    display: none;
    width: 48%;
    margin: 5px 1%;
  }
}
.container {
  background-color: #fff;
  width: 100%;
  padding: 0;
}

.wrap {
  overflow: hidden;
  width: 100%;
  max-width: 961px;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 96%;
  }
}

.header {
  width: 100%;
  height: auto;
}
.header > h1 {
  float: left;
  color: #4d4d4d;
}

.kosho-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
}
.kosho-wrap .kosho {
  width: 10%;
  float: left;
  padding: 1px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.kosho-wrap .kosho-2022 {
  width: 11.1%;
  float: left;
  padding: 1px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  text-align: center;
}

.photo {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.photo .btn-fb {
  position: absolute;
  left: 3%;
  bottom: 44%;
  width: 5.4%;
}
.photo .btn-youtube {
  position: absolute;
  left: 9%;
  bottom: 44%;
  width: 5.4%;
}

/*ページトップへ*/
div.page_top {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

div.page_top a {
  display: block;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

div.page_top a:hover {
  text-decoration: none;
  background: #365389;
}

.info {
  width: 56%;
  margin: 0px 4% 0 0;
  float: left;
}
@media screen and (max-width: 768px) {
  .info {
    width: 98%;
    margin: 0 1%;
    float: none;
    padding: 0px;
  }
}
.info p {
  padding: 0px 15px 0px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.info .bd {
  border: 1px solid #b3b3b3;
  padding: 5px;
}
.info .caption {
  text-align: center;
  padding: 5px 15px 0px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0b40a7;
}

.fb {
  width: 40%;
  margin: 0px 0% 0px;
  float: right;
}
@media screen and (max-width: 768px) {
  .fb {
    width: 98%;
    margin: 0 1%;
    float: none;
    padding: 0px;
  }
}
.fb p {
  padding: 0px 15px 0px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.fb .bd {
  border: 1px solid #b3b3b3;
  padding: 5px;
}
.fb .caption {
  text-align: center;
  padding: 5px 15px 0px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0b40a7;
}

.bnr-wrap {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
}

.bnr {
  border: 1px solid #b3b3b3;
  float: left;
  width: 22%;
  margin: 0 1.5%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .bnr {
    width: 44%;
    margin: 0px 3% 10px;
  }
}
.bnr.red a:hover {
  display: block;
  background: #ffafb5;
}
.bnr.green a:hover {
  display: block;
  background: #92be99;
}
.bnr.yellow a:hover {
  display: block;
  background: #e3e8bc;
}
.bnr.blue a:hover {
  display: block;
  background: #adc5e9;
}

.bnr-wide {
  border: 1px solid #b3b3b3;
  float: left;
  width: 48%;
  margin: 0 1% 20px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .bnr-wide {
    width: 94%;
    margin: 0px 3% 10px;
  }
}

.bnr-full {
  border: 1px solid #b3b3b3;
  width: 98%;
  margin: 0 0%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .bnr-full {
    width: 94%;
    margin: 0px 3% 10px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.theta {
  position: relative;
  width: 960px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .theta {
    width: 100%;
  }
}

.sideNav {
  width: 18%;
  margin: 20px 2% 0 0;
  float: left;
}
@media screen and (max-width: 768px) {
  .sideNav {
    clear: both;
    width: 100%;
    float: none;
    margin: 0px 0 0;
  }
}

.table-bd40, .table-bd100, .table-bd80, .table-bd60 {
  margin: 10px auto;
  width: 40%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .table-bd40, .table-bd100, .table-bd80, .table-bd60 {
    width: 98%;
  }
}
.table-bd40 th, .table-bd100 th, .table-bd80 th, .table-bd60 th {
  border: 1px #999 solid;
  padding: 2px auto;
  text-align: center;
  background-color: #cccccc;
  font-weight: normal;
}
.table-bd40 td, .table-bd100 td, .table-bd80 td, .table-bd60 td {
  border: 1px #999 solid;
  padding: 2px auto;
  text-align: center;
}

.table-bd60 {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .table-bd60 {
    width: 98%;
  }
}

.table-bd80 {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .table-bd80 {
    width: 98%;
  }
}

.table-bd100 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .table-bd100 {
    width: 98%;
  }
}

/*cell width*/
.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

#footer {
  width: 100%;
  margin: 20px auto 0px;
  background-color: #444d8d;
  text-align: center;
}

.address {
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

.h2 {
  width: 100%;
  background-color: #414765;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  margin-bottom: 10px;
}

.h3 {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  padding: 3px 0 3px 0px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #414765;
  background-color: #cfdefc;
}

.h4 {
  margin: 10px 0px 15px;
  padding: 3px 10px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal;
}

.h5 {
  margin: 10px 10px -8px;
  padding: 3px 0 0px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.sankako {
  width: 100%;
  margin-top: 10px;
}
.sankako ul {
  list-style: none;
}
.sankako li {
  display: inline;
  padding: 0;
}
.sankako li a {
  display: block;
  background-color: #cbddff;
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
.sankako li a:hover {
  background-color: #305dd0;
  color: #fff;
}

.sponsors {
  width: 100%;
  margin-top: 5px;
}
.sponsors ul {
  list-style: none;
}
.sponsors li {
  display: inline;
  padding: 0;
}
.sponsors li a {
  display: block;
  background-color: #e6e6e6;
  text-decoration: none;
  color: #4c4c4c;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
.sponsors li a:hover {
  color: #333333;
  background-color: #b3b3b3;
}

.to-index a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 20px;
  margin-top: 0px;
  margin-bottom: 30px;
  float: right;
  background-color: #396717;
  color: #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
}

.btn-yoyaku {
  width: 80%;
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #fc001b;
}
.btn-yoyaku a:link, .btn-yoyaku a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #cc0014;
  padding: 10px 0px;
}
.btn-yoyaku a:hover {
  color: #000;
  background-color: #ffe37c;
  text-decoration: underline;
}