@charset "UTF-8";
/* ---------------------------------------------------
	Foundation
--------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ---------------------------------------------------
/* base
/* -------------------------------------------------- */
html {
  height: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: .625em;
  font-display: swap;
}

@-ms-viewport {
  width: device-width;
}

body {
  box-sizing: border-box;
  color: #525252;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

section,
div,
p {
  box-sizing: border-box;
  margin: 0;
}

dl,
dt,
dd {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
}

hr {
  border-bottom: 1px solid #ddd;
}

span {
  font-weight: inherit;
}

address,
em {
  font-style: inherit;
}

strong,
b,
em {
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: .25s;
}

a img {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: .8;
  transition: .25s;
}

img {
  max-width: 100%;
  height: auto;
}

img[src$='.svg'] {
  width: 100%;
}

/* ==heading
/* ==================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', YuGothic,'Yu Gothic', sans-serif;
}

/* ---------------------------------------------------
	Layout
--------------------------------------------------- */
.l-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
}

/* ---------------------------------------------------
	Object
--------------------------------------------------- */
/* -----------------------------
# ヘッダー
-------------------------------- */
.page-header {
  color: #fff;
}

.page-header a {
  color: #fff;
  transition: opacity .5s;
}

.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  opacity: .8;
}

.page-header_top {
  background-color: #0070e1;
  font-size: 13px;
  text-align: center;
}

.page-header_top a {
  text-decoration: underline;
}

.page-header_bottom {
  background-color: #09f;
}

.page-header_bottom > .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header_bottom .img {
  line-height: 0;
}

/* # ヘッダーロゴ
----------------------- */
/* -----------------------------
# フッター
-------------------------------- */
.page-footer {
  color: #fff;
}

.page-footer a {
  color: #fff;
}

.sp_footer_link {
  margin-top: 15px;
}

.sp_footer_link a {
  padding-left: 15px;
  background: url(../img/blockbottom_icon.gif) no-repeat left center;
  background-size: 7px auto;
  color: #0096ff;
  font-size: 13px;
}

.sp_footer_link li {
  display: inline-block;
  margin-right: 10px;
}

/* # ページトップ
----------------------- */
.pagetop p {
  text-align: right;
}

.pagetop a {
  display: inline-block;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 15px;
  color: #09f;
}

.pagetop .top a {
  background-image: url(../img/icon_circle_top.png);
}

.pagetop .home a {
  background-image: url(../img/icon_circle_right.png);
}

/* # クレジット
----------------------- */
.credit {
  color: #444;
  font-size: 10px;
  line-height: 1.5;
}

/* # フッター注記
----------------------- */
.footer_text_annotation {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
}

/* # コピーライト
----------------------- */
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright .text_sm {
  font-weight: normal;
}

/* -----------------------------
# サイドバー
-------------------------------- */
.sidefixed1 {
  display: none;
  position: fixed !important;
  z-index: 999;
  right: 0;
  bottom: 40px;
  -webkit-transform: translate3d(0, 0, 0);
}

/* -----------------------------
# SP / フローとボタン
-------------------------------- */
#floatbtn {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  padding: 2% 0 1% 0;
  width: 100%;
  background: #fff;
  line-height: 0;
}

#floatbtn .floatTitle {
  display: inline-block;
  margin: 0 0 0 2%;
  width: 26%;
}

#floatbtn .btnArea {
  display: inline-block;
  margin: 0 0 0 0;
  width: 34%;
}

#floatbtn .btnArea a {
  width: 100%;
}

#floatbtn .btnArea .fundBtn {
  height: auto !important;
}

/* -----------------------------
# メインビジュアル
-------------------------------- */
.mainvisual_top {
  text-align: center;
}

.mainvisual_img {
  line-height: 0;
}

.mainvisual_img img {
  width: 100%;
}

.mainvisual_btn {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 422px);
}

.mainvisual_bottom > .head {
  position: relative;
  background-color: #09f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

.mainvisual_bottom > .head:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #09f transparent transparent transparent;
}

.mainvisual_bottom > .body > p {
  color: #3d3d3d;
  font-weight: bold;
  text-align: center;
}

.mainvisual_exam_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.mainvisual_exam_list > li {
  width: calc(100% / 3);
  font-weight: bold;
  line-height: 1.46;
}

.mainvisual_exam_list > li:nth-child(n + 2) {
  border-left: 2px dotted #09f;
}

.mainvisual_exam_list img {
  width: auto;
}

.mainvisual_exam_list em {
  color: #09f;
}

/* -----------------------------
# SP / CTA
-------------------------------- */
.block_donation_sp {
  margin-top: 15px;
  line-height: 1;
}

.block_donation_sp hr {
  margin: 7px 10px 7px 10px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
}

.block_donation_sp > .head {
  box-sizing: border-box;
  margin-bottom: 4%;
  padding-top: 16.25px;
  padding-right: 18.75%;
  padding-bottom: 16.25px;
  height: 64px;
  background: #09f url(../img/donation_title_img.jpg) right 0/contain no-repeat;
  text-align: center;
  line-height: 0;
}

.block_donation_sp > .head img {
  height: 31.5px;
}

.block_donation_sp .fund_btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 375px;
  height: auto;
  text-align: center;
}

.block_donation_sp .link a,
.block_donation_sp .link2 a {
  display: block;
  color: #09f;
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.5;
}

.block_donation_sp .link {
  margin: 4% auto 0 auto;
  padding: 2% 0 6%;
  background: url(../img/cta_bg1.png) calc(50% - 140px) top no-repeat;
  background-size: 20%;
  text-align: center;
}

.block_donation_sp .link a {
  margin: 0 4% 0 12%;
}

.block_donation_sp .link2 {
  margin: 4% auto 0;
  padding: 2% 0 2%;
  width: 90%;
  text-align: left;
}

.block_donation_sp .guideArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto 30px;
  padding: 1em;
  width: calc(100% - 40px);
  min-height: 20px;
  border: 2px dotted #c7c7c7;
  background-color: #fff;
  color: #5f4c41;
  font-size: 12px;
}

.block_donation_sp .guideArea p {
  font-weight: bold;
}

.block_donation_sp .guideArea a {
  display: inline-block;
  padding-left: 6%;
  background: url(../img/guide_bg1.png) left no-repeat;
  background-size: 18px;
  color: #5f4c41;
  font-size: 12px;
  text-decoration: underline;
}

.block_donation_sp .guideArea a + a {
  margin-left: 5%;
}

/* -----------------------------
# SP / ソフトバンク
-------------------------------- */
.block_softbank_sp {
  margin: 4% 0 0 0;
  width: 100%;
  background: #f7f7f7;
  color: #000;
}

.block_softbank_sp .contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2% 10px 2%;
  width: 96%;
  border-bottom: 1px dotted #4b4847;
  background: #f7f7f7;
}

.block_softbank_sp .contents_box2 {
  border-bottom: none;
}

.block_softbank_sp .contents_box3 {
  padding: 4%;
  background: #eaf7ff;
  font-size: 14px;
  text-align: center;
}

.block_softbank_sp .contents_box3 a {
  color: #09f;
  text-decoration: underline;
}

.block_softbank_sp .text0 {
  padding: 5px 3% 15px 3%;
  color: #4b4847;
  font-size: 12px;
}

.block_softbank_sp .text0 span {
  color: #3797ce;
  font-weight: bold;
}

.block_softbank_sp .img1 {
  padding: 5% 0 0 3%;
  width: 30%;
}

.block_softbank_sp .text1 {
  padding: 15px 3% 20px 3%;
  width: 68%;
  color: #4b4847;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}

.block_softbank_sp .sbBox2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block_softbank_sp .sbBox2_wrap {
  margin: 0 4%;
  padding: 1% 4% 3% 4%;
  border: 5px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12px;
}

.block_softbank_sp .sbleft {
  display: inline-block;
  margin: 0 5%;
  width: 26%;
}

.block_softbank_sp .sbright {
  display: inline-block;
  width: 55%;
}

.block_softbank_sp .sbright a {
  display: inline-block;
  padding-top: 15px;
}

/* -----------------------------
# section01 / 本当はこの汚い水を…
-------------------------------- */
.section01 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1126px;
}

.section01_text01 {
  position: absolute;
  z-index: 1;
}

.section01_text02 {
  line-height: 0;
}

.section01_text04 {
  text-align: center;
  line-height: 0;
}

/* -----------------------------
# 活きるために飲んだ汚い水で…
-------------------------------- */
.section02 {
  background-color: #443c39;
  color: #fff;
}

.section02_item {
  position: relative;
}

.section02_item > .head {
  border-radius: 10px 10px 0 0;
  background-color: #efe5d7;
  color: #443c39;
  font-weight: bold;
}

.section02_item .img {
  line-height: 0;
}

.section02_item .number {
  position: absolute;
  z-index: 1;
}

.section02_item.-last > .head {
  border: 1px solid #efe5d7;
  border-radius: 0;
  background: none;
  color: #efe5d7;
}

.section02_item.-last > .body {
  margin-top: 20px;
}

/* -----------------------------
# きれいな水と衛生環境を子どもたちに！
-------------------------------- */
.section03 {
  background-color: #e0f3fc;
  background-repeat: no-repeat;
}

.section03 > .head {
  text-align: center;
}

.section03_top > .inner,
.section03_bottom > .inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.section03_text01 {
  position: absolute;
}

.section03_text02 p + p {
  margin-top: 1em;
}

.section03_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.section03_key {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-color: #e7dac6;
}

.section03_key > .body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section03_key .img {
  position: relative;
}

.section03_key .img:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: url(../img/section03_img02.png) 0 0 no-repeat;
}

.section03_key .img img {
  position: relative;
  z-index: 1;
}

/* -----------------------------
# あなたのご支援でできること
-------------------------------- */
.section04 > .head {
  background-color: #09f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .3em;
}

.section04 > .head:before {
  content: '';
  display: inline-block;
  position: relative;
  background: url(../img/section04_title_bg.png) 0 0 no-repeat;
}

.section04_item {
  background-repeat: no-repeat;
  background-position: center 0;
}

.section04_item:nth-of-type(1) {
  background-image: url(../img/section04_item01_img.jpg);
}

.section04_item:nth-of-type(2) {
  background-image: url(../img/section04_item02_img.jpg);
}

.section04_item:nth-of-type(3) {
  background-image: url(../img/section04_item03_img.jpg);
}

.section04_item:nth-of-type(4) {
  background-image: url(../img/section04_item04_img.jpg);
}

.section04_item:nth-of-type(5) {
  background-image: url(../img/section04_item05_img.jpg);
}

.section04_item > .head {
  position: relative;
  background-color: #fcdf1b;
  color: #0173de;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.01em;
}

.section04_item > .head:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -12.5px;
  width: 0;
  height: 0;
  border-width: 14px 12.5px 0 12.5px;
  border-style: solid;
  border-color: #fcdf1b transparent transparent transparent;
}

.section04_item > .head .text_sm {
  margin-right: -.5em;
}

.section04_item > .head .text_price {
  position: relative;
  margin-left: 3px;
  font-family: YuGothic,'Yu Gothic', sans-serif;
  letter-spacing: -.02em;
}

.section04_item > .body {
  line-height: 1.56;
}

.section04_item > .body em {
  font-weight: bold;
}

/* -----------------------------
# 青背景（ユニセフ紹介）
-------------------------------- */
/* -----------------------------
# ユニセフ（国際連合児童基金）について、
# 日本ユニセフ協会の支出内訳
	/ 共通
-------------------------------- */
.section_about > .head,
.section_expenditure > .head {
  width: 100%;
  background-color: #09f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

/* -----------------------------
# ユニセフ（国際連合児童基金）について
-------------------------------- */
.section_about .main p + p {
  margin-top: 1em;
}

.section_about .sub {
  max-width: 426px;
}

.section_about .movie iframe {
  width: 100%;
}

/* -----------------------------
# 日本ユニセフ協会の支出内訳
-------------------------------- */
.section_expenditure .main a {
  color: #09f;
  text-decoration: underline;
}

.section_expenditure .sub {
  line-height: 1.615;
}

.section_expenditure .block_report {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section_expenditure .block_report a {
  color: #09f;
  text-decoration: underline;
}

.section_expenditure .block_report > .img {
  width: 58%;
  max-width: 288px;
}

.section_expenditure .block_report > .text {
  padding-left: 1em;
  width: 42%;
}

.section_expenditure .block_report > .text span {
  margin-bottom: .5em;
}

/* -----------------------------
# 世界の子どもたちへ、たとえばこんな支援を届けることができます
-------------------------------- */
.section_report {
  padding-top: 20px;
  background-color: #fff;
}

.section_report > .head {
  text-align: center;
}

.section_report > .head img {
  max-width: calc(100% - 40px);
}

.section_report > .body {
  padding-bottom: 20px;
}

.section_report .text_annotation {
  margin-top: 20px;
}

.report_item .text {
  margin-top: 1em;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.563;
}

.report_item em {
  color: #09f;
  font-weight: bold;
}

/* -----------------------------
# ユニセフ募金は税額控除の対象となり、…
-------------------------------- */
.section_tax > .head {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  text-align: center;
}

.section_tax > .body {
  width: 100%;
  color: #666;
  line-height: 1.86;
}

.section_tax > .body mark {
  color: inherit;
}

.section_tax > .body > .img {
  text-align: center;
}

.section_tax > .body > .img p {
  margin-top: 20px;
}

.section_tax > .body .text_annotation {
  line-height: 1.75;
}

/* -----------------------------
# ユニセフ募金にご協力ください
-------------------------------- */
.section_donation {
  padding: 15px 15px 20px;
  background-color: #09f;
}

.section_donation > .head {
  position: relative;
  color: #fff;
  font-size: 27.5px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

.section_donation > .head:before {
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  left: 5px;
  width: 125px;
  height: 125px;
  background: url(../img/section_donation_img_pc.png);
}

.section_donation > .head span {
  display: block;
}

.section_donation > .head .text_sm {
  font-size: 20px;
}

.section_donation > .body {
  margin-top: 15px;
  padding: 40px 40px 35px;
  border-radius: 5px;
  background-color: #fff;
}

.donation_btn_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.donation_btn_list > li {
  width: calc((100% - 35px) / 2);
  max-width: 352px;
}

.donation_text_list > li {
  padding-right: 16px;
  background: url(../img/chevron-right-solid.svg) right center/8px 13px no-repeat;
  font-size: 12px;
  text-align: right;
  line-height: 26px;
}

.donation_text_list a {
  color: #09f;
  text-decoration: underline;
}

/* -----------------------------
# 見出し
-------------------------------- */
.title {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', YuGothic,'Yu Gothic', sans-serif;
}

/* -----------------------------
# SNSシェアボタン
-------------------------------- */
.block_share {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Utility
/* ==================================== */
/* display
/* ------------------ */
.u-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-hide {
  display: none;
}

.u-block {
  display: block;
}

/* position
/* ------------------ */
.u-pos_static {
  position: static;
}

.u-pos_relative {
  position: relative;
}

.u-pos_absolute {
  position: absolute;
}

.u-pos_fixed {
  position: fixed;
}

/* border
/* ------------------ */
.u-border {
  border: 1px solid #ddd;
}

.u-radius {
  border-radius: 10px;
}

/* background
/* ------------------ */
.u-bg_white {
  background-color: #fff;
}

.u-bg_primary {
  background-color: #09f;
  color: #fff;
}

.u-bg_primary a {
  color: #fff;
}

.u-bg_white {
  background-color: #fff;
}

.u-bg_blue {
  background-color: #e6f7fd;
}

/* text
/* ------------------ */
.u-text_bold {
  font-weight: bold;
}

.u-text_ul {
  text-decoration: underline;
}

.u-text_md {
  font-size: 16px;
}

.u-text_xs {
  font-size: 11px;
}

.u-text_sm {
  font-size: 13px;
}

.u-text_lg {
  font-size: 18px;
}

.u-text_xl {
  font-size: 22px;
}

.u-text_primary {
  color: #09f;
}

.u-text_secondary {
  color: #fd883b;
}

/* align
/* ------------------ */
.u-al_left {
  text-align: left;
}

.u-al_right {
  text-align: right;
}

.u-al_center {
  text-align: center;
}

/* vertical-align
/* ------------------ */
.u-val_baseline {
  vertical-align: baseline;
}

.u-val_top {
  vertical-align: top;
}

.u-val_middle {
  vertical-align: middle;
}

.u-val_bottom {
  vertical-align: bottom;
}

.u-val_text-bottom {
  vertical-align: text-bottom;
}

.u-val_text-top {
  vertical-align: text-top;
}

@media screen\0 {
  html {
    /* ie */
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
  }
  .section03 > .head {
    /* ie */
    display: block !important;
  }
  .section03 > .head img {
    /* ie */
    top: 80px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
}

@media print {
  body {
    color: #000;
    -webkit-print-color-adjust: exact;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .l-container {
    width: calc(100% - 40px);
  }
  .mainvisual_top {
    height: calc(70vh - 250px);
  }
  .mainvisual_btn {
    left: 128px;
    left: 10vw;
    height: 22.3%;
  }
  .mainvisual_btn img {
    width: auto;
    max-height: 100%;
  }
  .mainvisual_bottom > .head {
    font-size: 24px;
  }
  .mainvisual_exam_list > li {
    font-size: 18px;
  }
  .section01 {
    margin-top: 8.5vw;
  }
  .section01_text03 {
    top: 47vw;
    left: 7.9vw;
    width: 45%;
    font-size: 14px;
    text-shadow: 0 0 10px black, 0 0 10px black;
  }
  .section02_item > .head {
    font-size: 24px;
  }
  .section02_item .number {
    width: 100px;
  }
  .section03 > .head {
    height: 140px;
  }
  .section03 > .head img {
    height: 40px;
  }
  .section03_top > .inner {
    min-height: 65.52vw;
  }
  .section03_text01 {
    width: 31.35%;
  }
  .section03_text02 {
    line-height: 1.5;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white;
  }
  .section03_list > li {
    width: calc((100% - 60px) / 4);
  }
  .section03_text03 img {
    width: 59vw;
    max-width: 586px;
  }
  .section03_text04 {
    min-height: 80vw;
    background-size: contain;
  }
  .section03_text04 img {
    width: 67.84vw;
    max-width: 673px;
  }
  .section03_key {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .section03_key > .head {
    max-width: 45%;
  }
  .section03_key .img {
    width: 45%;
  }
  .section03_key .img:before {
    top: calc(100% - 15px);
  }
  .section04 > .head {
    font-size: 24px;
  }
  .section04_items:before {
    right: 20px;
    width: 24vw;
    background-position: right center;
  }
  .section04_item > .head {
    font-size: 16px;
  }
  .section04_item > .head .text_sm {
    font-size: 13px;
    letter-spacing: -.02em;
  }
  .section04_item > .head .text_price {
    top: 1px;
    font-size: 22px;
  }
  .section04_item > .body {
    font-size: 14px;
  }
  .section_about > .head,
  .section_expenditure > .head {
    width: calc(100% - 40px);
    font-size: 24px;
  }
  .section_report {
    width: calc(100% - 40px);
  }
  .section_tax {
    width: calc(100% - 40px);
  }
  .section_tax > .head {
    position: relative;
    font-size: 19px;
  }
  .section_tax > .head:before,
  .section_tax > .head:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../img/tax_title_bg_pc.png);
    background-repeat: no-repeat;
  }
  .section_tax > .head:before {
    left: 0;
    background-position: 0 0;
  }
  .section_tax > .head:after {
    left: 50%;
    background-position: 100% 0;
  }
  .section_donation > .head {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767.98px) {
  .l-container {
    width: calc(100% - 30px);
  }
  .page-header_top {
    padding: 5px 0;
    font-size: 10px;
    line-height: 1.529;
  }
  .page-header_bottom > .inner {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 43px;
  }
  .page-header_bottom .name {
    font-size: 11px;
    line-height: 1.3;
  }
  .page-header_bottom .img {
    width: 45%;
    text-align: right;
  }
  .page-header_bottom .img img {
    max-width: 100px;
  }
  .header_logo {
    line-height: 0;
  }
  .page-footer {
    margin-top: 20px;
    background-color: #08f;
  }
  .pagetop {
    font-size: 12px;
  }
  .pagetop a {
    font-weight: bold;
  }
  .credit {
    margin-top: 20px;
  }
  .copyright {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .copyright .text_sm {
    font-size: 10px;
  }
  .sidefixed1 {
    display: none;
    pointer-events: none;
  }
  .mainvisual_bottom > .head {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.33;
  }
  .mainvisual_bottom > .head:before {
    bottom: -12px;
    margin-left: -15px;
    border-width: 12px 15px 0 15px;
  }
  .mainvisual_bottom > .body {
    margin-top: 20px;
  }
  .mainvisual_bottom > .body > p {
    font-size: 13px;
  }
  .mainvisual_exam_list {
    margin-right: -12px;
    margin-left: -12px;
  }
  .mainvisual_exam_list > li {
    padding: 0 12px 12px;
    font-size: 11.5px;
    text-align: center;
  }
  .mainvisual_exam_list > li:first-child img {
    height: 48px;
  }
  .mainvisual_exam_list > li:last-child img {
    height: 56px;
  }
  .mainvisual_exam_list > li:nth-child(2) img {
    height: 54px;
  }
  .mainvisual_exam_list .img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .block_softbank_sp > .head,
  .block_softbank_sp > .body {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }
  .section01_text01 {
    top: -10px;
    right: 12px;
    width: 93px;
  }
  .section01_text02 {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
  }
  .section01_text03 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
    color: #333e3d;
  }
  .section01_text04 {
    margin-top: 15px;
  }
  .section01_text04 img {
    max-width: 304px;
  }
  .section02 {
    margin-top: 15px;
    padding: 20px 0;
  }
  .section02_item {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }
  .section02_item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .section02_item > .head {
    padding-left: 15px;
    font-size: 18px;
    line-height: 54px;
  }
  .section02_item .number {
    top: -15px;
    right: -12px;
    width: 82px;
  }
  .section02_item .text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.53;
  }
  .section02_item.-last > .head {
    padding-left: 0;
    text-align: center;
  }
  .section03 {
    position: relative;
  }
  .section03 > .head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    padding-bottom: 4.69vw;
    height: 124px;
    background: url(../img/section03_title_bg_sp.png) center bottom/cover no-repeat;
    line-height: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .section03 > .head img {
    max-width: 278px;
  }
  .section03 > .body {
    margin-top: -4.69vw;
  }
  .section03_top {
    z-index: 1;
    background: url(../img/section03_top_bg_sp.jpg) 0 0/contain no-repeat;
  }
  .section03_text01 {
    z-index: 3;
    top: -14px;
    left: 5px;
    width: 40%;
    max-width: 147px;
  }
  .section03_text02 {
    margin-right: auto;
    margin-left: auto;
    padding-top: calc(64.84% + 15px);
    width: calc(100% - 40px);
    font-size: 17px;
    line-height: 1.57;
  }
  .section03_list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section03_list > li {
    width: calc((100% - 60px) / 2);
    max-width: 144px;
  }
  .section03_text03 img {
    width: 80%;
  }
  .section03_text04 {
    margin-top: 15px;
    min-height: 92.18vw;
    background: url(../img/section03_bottom_bg_sp.jpg) center bottom/contain no-repeat;
  }
  .section03_text04 img {
    width: 80%;
  }
  .section03_key {
    margin-top: 50px;
    padding-bottom: 35px;
  }
  .section03_key > .head {
    position: relative;
    top: -15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 170px;
  }
  .section03_key > .body {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .section03_key .text {
    width: 50%;
    color: #09f;
    font-size: 15px;
    line-height: 1.6;
  }
  .section03_key .img {
    margin-left: 10px;
    width: calc(50% - 10px);
    text-align: right;
  }
  .section03_key .img:before {
    top: 31.25vw;
    right: 3.9vw;
    width: 52px;
    height: 66px;
    background-size: contain;
  }
  .section04 {
    margin-top: 25px;
  }
  .section04 > .head {
    font-size: 16px;
    line-height: 69px;
  }
  .section04 > .head:before {
    top: 9px;
    margin-right: 15px;
    width: 23px;
    height: 27px;
    background-size: contain;
  }
  .section04_item {
    margin-top: 15px;
    background-position: 0 41px;
    background-size: 40% auto;
  }
  .section04_item > .head {
    font-size: 13px;
    line-height: 41px;
  }
  .section04_item > .head .text_price {
    top: 2px;
    font-size: 19px;
  }
  .section04_item > .body {
    margin-left: 40%;
    padding: 20px 10px 10px;
    font-size: 14px;
  }
  .section04_item > .body em {
    color: #0173de;
  }
  .section04 .text_annotation {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.4;
  }
  .section_about > .head,
  .section_expenditure > .head {
    font-size: 15px;
    line-height: 60px;
  }
  .section_about > .body,
  .section_expenditure > .body {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .section_about {
    margin-top: 15px;
  }
  .section_about .sub {
    margin: 20px auto 0;
  }
  .section_about .movie {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
  }
  .section_about .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section_expenditure {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .section_expenditure .sub > .img {
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    max-width: 253px;
  }
  .section_expenditure .sub > .text {
    margin-top: 18px;
  }
  .section_expenditure .block_report {
    margin-top: 18px;
  }
  .section_report > .head,
  .section_report > .body {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 480px;
  }
  .section_report > .head {
    line-height: 0;
  }
  .section_report .text_annotation {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
    font-size: 10px;
  }
  .report_items {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .report_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .report_item .img {
    width: 42%;
    line-height: 1;
  }
  .report_item .text {
    width: 52%;
  }
  .section_tax {
    margin-top: 20px;
    padding-bottom: 20px;
    background-color: #fcfbdc;
  }
  .section_tax > .head {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #09f;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .05em;
  }
  .section_tax > .body {
    margin: 20px auto 0;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 18px;
  }
  .section_tax > .body p + p {
    margin-top: 8px;
  }
  .section_tax > .body mark {
    border-bottom: 4px solid #fcfbdc;
    background-color: #f1e63b;
    line-height: 22px;
  }
  .section_tax > .body > .img {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }
  .section_tax > .body .text_annotation {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.3;
  }
  .block_share {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .u-hide_sm {
    display: none;
  }
  .u-block_sm {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .page-header_top {
    line-height: 30px;
  }
  .page-header_bottom > .inner {
    height: 75px;
  }
  .page-header_bottom .name {
    font-size: 16px;
    line-height: 1.437;
  }
  .header_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .page-footer {
    margin-top: 60px;
    background-color: #09f;
  }
  .page-footer > .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .pc_footer_link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pagetop {
    font-size: 13px;
  }
  .credit {
    margin-top: 40px;
  }
  .footer_text_annotation {
    text-align: right;
  }
  .copyright {
    font-size: 16px;
  }
  .copyright .text_sm {
    font-size: 13px;
  }
  .mainvisual_top {
    position: relative;
    width: 100%;
    background: #443c39 url(../img/mainvisual_pc.jpg) center 0/cover no-repeat;
  }
  .mainvisual_bottom > .head {
    line-height: 94px;
  }
  .mainvisual_bottom > .head:before {
    bottom: -25px;
    margin-left: -31px;
    border-width: 25px 31px 0 31px;
  }
  .mainvisual_bottom > .body {
    margin-top: 50px;
  }
  .mainvisual_bottom > .body > p {
    font-size: 32px;
  }
  .mainvisual_exam_list > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 135px;
  }
  .mainvisual_exam_list > li:first-child {
    border-left: 2px dotted #09f;
  }
  .mainvisual_exam_list > li:first-child img {
    height: 73px;
  }
  .mainvisual_exam_list > li:last-child {
    border-right: 2px dotted #09f;
  }
  .mainvisual_exam_list > li:last-child img {
    height: 88px;
  }
  .mainvisual_exam_list > li:nth-child(2) img {
    height: 83px;
  }
  .mainvisual_exam_list .img {
    margin-right: 28px;
  }
  .section01_text01 {
    top: -53px;
    right: 68px;
  }
  .section01_text03 {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: justify;
    line-height: 1.875;
  }
  .section02 {
    padding-top: 77px;
    padding-bottom: 57px;
  }
  .section02_items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section02_item {
    width: calc((100% - 50px) / 2);
  }
  .section02_item:nth-of-type(2) {
    margin-left: 50px;
  }
  .section02_item > .head {
    text-align: center;
    line-height: 75px;
  }
  .section02_item .number {
    top: 90px;
    left: 18px;
  }
  .section02_item .text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }
  .section02_item.-last {
    margin-top: 50px;
    width: 100%;
  }
  .section02_item.-last > .head {
    line-height: 79px;
  }
  .section02_item.-last > .body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section02_item.-last .img,
  .section02_item.-last .text {
    width: 50%;
  }
  .section02_item.-last .text {
    margin-top: 0;
    padding: 0 25px;
    background: url(../img/section02_item03_img02_pc.png) right bottom no-repeat;
  }
  .section03 {
    padding-bottom: 140px;
    background-image: url(../img/section03_bg_pc.png);
    background-position: center 296px;
  }
  .section03 > .head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    background-color: #3eb7f5;
  }
  .section03 > .head:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 26px);
    background: url(../img/section03_title_bg_pc.png) center bottom no-repeat;
  }
  .section03 > .head img {
    position: relative;
    z-index: 2;
  }
  .section03_top > .inner,
  .section03_bottom > .inner {
    max-width: 992px;
  }
  .section03_top > .inner {
    background: url(../img/section03_top_bg_pc.jpg) center 0/cover no-repeat;
  }
  .section03_text01 {
    top: 30px;
    left: 40px;
  }
  .section03_text02 {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 310px;
    color: #007ed8;
    font-size: 15px;
    text-align: justify;
  }
  .section03_list {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .section03_bottom {
    margin-top: 50px;
  }
  .section03_text03 {
    margin-top: 50px;
  }
  .section03_text04 {
    margin-top: 50px;
    background-image: url(../img/section03_bottom_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .section03_key {
    margin-top: 50px;
    padding: 50px 25px 25px 40px;
    max-width: 850px;
    border-radius: 10px;
  }
  .section03_key > .body {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section03_key .text {
    margin-top: 30px;
    width: 45%;
    max-width: 360px;
    color: #2d1e04;
  }
  .section03_key .img {
    margin-top: -95px;
  }
  .section03_key .img:before {
    right: 4px;
    width: 122px;
    height: 155px;
  }
  .section04 {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .section04 > .head {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 850px;
    line-height: 86px;
  }
  .section04 > .head:before {
    top: 15px;
    margin-right: 30px;
    width: 47px;
    height: 55px;
  }
  .section04_items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
  }
  .section04_items:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 35px;
    width: 100%;
    max-width: 306px;
    height: 294px;
    background-image: url(../img/section04_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section04_item {
    margin-top: 30px;
    padding-top: 175px;
    width: calc((100% - 40px) / 3);
    background-color: #09f;
    color: #fff;
  }
  .section04_item:not(:first-child):not(:nth-of-type(4n)) {
    margin-left: 20px;
  }
  .section04_item > .head {
    line-height: 54px;
  }
  .section04_item > .body {
    padding: 25px 15px;
  }
  .section04_item > .body em {
    color: #fcff00;
    font-size: 18px;
  }
  .section04 .text_annotation {
    margin-top: 25px;
    font-size: 13px;
    text-align: right;
  }
  .block_introduction {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_about > .head,
  .section_expenditure > .head {
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
    line-height: 86px;
  }
  .section_about > .body,
  .section_expenditure > .body {
    margin-top: 35px;
  }
  .section_about > .body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section_about > .body > .main,
  .section_about > .body > .sub {
    width: calc(50% - 17.5px);
  }
  .section_about .main {
    max-width: 400px;
    font-size: 16px;
    line-height: 1.875;
  }
  .section_expenditure {
    margin-top: 60px;
  }
  .section_expenditure .main {
    font-size: 15px;
    line-height: 2;
  }
  .section_expenditure .sub {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    font-size: 13px;
  }
  .section_expenditure .sub > .img {
    width: 38%;
    max-width: 325px;
  }
  .section_expenditure .sub > .text {
    margin-left: 50px;
    width: 62%;
  }
  .section_expenditure .sub > .text p + p {
    margin-top: 1em;
  }
  .section_expenditure .block_report {
    margin-top: 45px;
  }
  .section_expenditure .block_report a {
    font-size: 12px;
  }
  .section_report {
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
  }
  .section_report > .body {
    margin-right: 45px;
    margin-left: 45px;
  }
  .section_report .text_annotation {
    font-size: 13px;
  }
  .report_items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .report_item {
    margin-top: 40px;
    width: calc((100% - 37px) / 2);
  }
  .section_tax {
    margin-top: 40px;
  }
  .section_tax > .head {
    max-width: 824px;
    color: #7aa92f;
    line-height: 51px;
  }
  .section_tax > .body {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 810px;
    font-size: 15px;
  }
  .section_tax > .body mark {
    background-color: inherit;
  }
  .section_tax > .body .text_annotation {
    margin-top: 15px;
    font-size: 12px;
  }
  .section_donation {
    margin-top: 50px;
  }
  .u-hide_over-md {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .page-header_top {
    font-size: 10px;
  }
  .header_logo {
    margin-left: -10px;
    width: 20%;
  }
  .mainvisual_exam_list > li {
    font-size: 10px;
  }
  .block_donation_sp .link {
    background-position: 0 0;
  }
  .block_donation_sp .link a {
    margin-left: 16%;
  }
  .section02_item > .head {
    font-size: 16px;
  }
  .section02_item .number {
    top: -10px;
    width: 72px;
  }
  .section04 > .head {
    letter-spacing: 0;
  }
  .section04_item > .body {
    padding-right: 0;
    font-size: 12px;
  }
  .section_expenditure .block_report > .text {
    font-size: 13px;
  }
  .report_item .text {
    margin-top: 0;
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .mainvisual_top {
    height: 650px;
  }
  .mainvisual_bottom > .head {
    font-size: 30px;
  }
  .mainvisual_exam_list {
    margin-top: 40px;
  }
  .mainvisual_exam_list > li {
    font-size: 22.5px;
  }
  .section01 {
    margin-top: 110px;
  }
  .section01_text03 {
    top: 530px;
    left: 90px;
    width: 300px;
    font-size: 16px;
  }
  .section02_item > .head {
    font-size: 28px;
  }
  .section03 > .head {
    height: 221px;
  }
  .section03_top > .inner {
    min-height: 650px;
  }
  .section03_text02 {
    line-height: 2;
  }
  .section03_text04 {
    min-height: 800px;
  }
  .section03_key .img:before {
    top: 300px;
  }
  .section04 > .head {
    font-size: 32px;
  }
  .section04_items:before {
    right: -37px;
    background-position: right bottom;
  }
  .section04_item > .head {
    font-size: 18px;
  }
  .section04_item > .head .text_sm {
    font-size: 14px;
  }
  .section04_item > .head .text_price {
    top: 3px;
    font-size: 28px;
  }
  .section04_item > .body {
    font-size: 16px;
  }
  .section_about > .head,
  .section_expenditure > .head {
    font-size: 25px;
  }
  .section_report {
    width: 100%;
  }
  .section_tax > .head {
    background: url(../img/tax_title_bg_pc.png) center 0 no-repeat;
    font-size: 22px;
  }
}

@media only screen and (min-width: 2000px) {
  .mainvisual_top {
    background-size: auto auto;
  }
}

@media only screen and (max-width: 1023.98px) {
  .mainvisual_exam_list {
    margin-top: 15px;
  }
  .section03_list {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url(../img/section03_list_bg_sp.png) center 0/cover no-repeat;
  }
  .section_tax {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 865px) {
  .section02_item.-last .text {
    background: none;
  }
}

@media only screen and (max-width: 480px) {
  .section03_list > li:nth-child(even) {
    margin-left: 20px;
  }
  .section03_text03 img {
    max-width: 229px;
  }
  .section03_text04 img {
    max-width: 293px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767.98px) {
  .section03_key .img:before {
    top: 200px;
  }
  .section04_item {
    min-height: 175px;
  }
}