@charset "UTF-8";

html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    scroll-behavior: smooth;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#main h2.main {
    border: none;
    margin: 0 0 2.5em 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
#main h2.main span {
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
//    border-bottom: 2px solid #0099FF;
    margin-bottom: 15px;
//    padding-bottom: 5px;
    border: 1px solid #071F65;
    padding: 5px 20px 7px 20px;
    font-feature-settings: "palt";
}
#main h2.main.strong {
    font-weight: 700;
    font-size: 20px;
}
#main h2.main.strong span {
    font-size: 24px;
    border-color: #93080A;
}
#main h3.sub {
    background: unset;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    text-indent: -1.2em;
    margin-left: 1.2em;
}
#main h3.sub:before {
    content: "■";
    padding-right: 0.2em;
}
#main h3.sub.arrow:before {
    content: "→";
    padding-right: 0.2em;
}
#main h3.sub.ti:before {
    content: none;
    padding-right: 0;
}
#main h4.sub {
    background: unset;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
}
#main h2 span.small {
    font-size: 18px;
    font-weight: 400;
}

.between {
    display: flex;
    justify-content: space-between;
}

.center {text-align: center;}

section.column {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D4D4D4;
}

ul.menu {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 70px;
}
ul.menu li {
    list-style: none;
    width: calc((100% - 40px) / 5);
}
ul.menu li a {
    font-size: 19px;
    font-weight: 700;
    color: #071F65;
    text-decoration: none;
    text-align: center;
    border: 1px solid #071F65;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 7px;
    line-height: 1.06;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 54%, #F1F1F1 72%, #D4D4D4 86%, #DCDCDC 100%) 0% 0% no-repeat;
    position: relative;
}
ul.menu li a.long {
    font-size: 16px;
}
ul.menu li a:after {
    content:"";
    background:url(images/arrow.svg) no-repeat;
    width: 5px;
    height: 9px;
    position: absolute;
    right: 7px;
}
ul.menu li a:hover {
    opacity: 0.6;
}
ul.menu.contact {
    justify-content: center;
}
ul.menu.contact li {
    width: 300px;
}
ul.menu.contact li a {
    padding: 14px 7px;
}

ul.num {
    list-style: none;
    width: calc((100% - 30px) / 2);
    margin-top: 10px;
}
ul.num > li {
    margin-bottom: 0.5em;
    text-indent: -1.2em;
    margin-left: 1.2em;
}
ul.num > li:before {
    padding-right: 0.2em;
}
.num01:before {content:"①";}
.num02:before {content:"②";}
.num03:before {content:"③";}
.num04:before {content:"④";}
.num05:before {content:"⑤";}
.num06:before {content:"⑥";}
.num07:before {content:"⑦";}
.num08:before {content:"⑧";}
.num09:before {content:"⑨";}
.num10:before {content:"⑩";}

ul.num-sec {list-style: none;}
ul.num-sec li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.2em;
}
ul.num-sec li:before {
    content: "・";
}
ul.num li p {
    text-indent: 0;
}
ul.num-sec ,
ul.num li p {
    margin-top: 0.4em;
}
ul.num-sec.second {
    padding-left: 1.2em;
}

dl.chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.9em;
}
dl.chart dt ,
dl.chart dd {
    padding: 9px 15px;
    box-sizing: border-box;
}
dl.chart dt {
    width: 150px;
    border-left: 1px solid #CCEBFF;
    border-right: 1px solid #CCEBFF;
    border-bottom: 1px solid #CCEBFF;
}
dl.chart dd {
    width: calc(100% - 150px);
    border-right: 1px solid #CCEBFF;
    border-bottom: 1px solid #CCEBFF;
}
dl.chart .title {
    text-align: center;
    background: #CCEBFF;
}
dl.chart dt.title {
    border-right: 1px solid #FFFFFF;
}

ul.photos  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.photos li {
    list-style: none;
    width: calc((100% - 40px) / 3);
}

ul.sub li {
    list-style: none;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.4em;
}
ul.sub li:before {
    content: "・";
}
ol.sub li {
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.section {margin-bottom:1.5em;}
section.column-normal {margin-bottom: 40px;}