@charset "UTF-8";
/*----- 受信料の窓口共通css -----*/
/* ------------------------------------------------
 webfont
------------------------------------------------ */
/* ------------------------------------------------
 css reset
------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media all and (-ms-high-contrast: none) {
  button:active,
  button:focus,
  button:active > span,
  button:focus > span {
    position: relative;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* -------------------------------------------------------
 CSS基本設定
---------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body {
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Hiragino Sans,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.sp-on {
  display: none !important;
}

/*▼ リンクの色等を指定 ▼*/
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.txtlink {
  color: #0885c5;
  text-decoration: underline;
}

a.txtlink:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 120);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 37.5);
  }
  .sp-on {
    display: initial !important;
  }
  br.sp-on {
    display: inline !important;
  }
  .pc-on {
    display: none;
  }
  .sp-ib {
    display: inline-block;
  }
  img {
    width: 100%;
    height: auto;
  }
  sup {
    font-size: 8px;
  }
  #main_contents h1, #main_contents h2, #main_contents h3, #main_contents h4, #main_contents h5, #main_contents h6, #main_contents p, #main_contents a, #main_contents span, #main_contents dt, #main_contents dd, #main_contents li, #main_contents th, #main_contents td {
    max-height: 100%;
  }
}

/* ------------------------------------------------
 ios, android
 // common.jsで判別
------------------------------------------------ */
html.mobile #main_contents *:hover, html.mobile #main_contents *:hover > * {
  opacity: 1 !important;
}

/*----- NHKオンライン 共通ヘッダー・フッターcss -----*/
/* ------------------------------------------------
 nol_header
------------------------------------------------ */

@media screen and (max-width: 768px) {
  #nol_header {
    min-height: 35px;
  }
}

/* ------------------------------------------------
 nol_footer
------------------------------------------------ */
#nol_footer {
  color: #fff;
  text-align: center;
  background-color: #666;
  margin-bottom: -1px;
  padding: 20px 0 15px;
  position: relative;
}

#nol_footer a {
  color: #fff;
}

#nol_footer .nol_link {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nol_footer .nol_link li + li::before {
  content: "\03000\0ff5c\03000";
}

#nol_footer .copyright {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nol_footer .nol_logo {
  width: 68px;
  display: inline-block;
}

#nol_footer .nol_logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#nol_footer .txt {
  font-size: 10px;
  line-height: 1.5;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  #nol_footer {
    text-align: left;
    padding: 0;
  }
  #nol_footer .nol_link {
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #nol_footer .nol_link li {
    border-top: 1px solid #8c8c8c;
    padding: 5px 2.5px;
  }
  #nol_footer .nol_link li + li::before {
    display: none;
  }
  #nol_footer .nol_link li a {
    padding: 7.5px 10px;
    display: block;
  }
  #nol_footer .copyright {
    border-top: 1px solid #8c8c8c;
    margin-top: 0;
    padding: 15px 0 15px 10px;
  }
  #nol_footer .nol_logo {
    width: 55px;
  }
  #nol_footer .txt {
    font-size: 8px;
    margin-left: 10px;
  }
}

/* ------------------------------------------------
 icon
------------------------------------------------ */
.icon_outer::after {
  content: "";
  background: url(/jushinryo/assets/images/common/icon_outerlink.svg) no-repeat;
  background-size: contain;
  margin-left: .5rem;
  width: 2.2rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .icon_outer::after {
    width: 1.5rem;
    height: 1.25rem;
  }
}

/* ------------------------------------------------
 list
------------------------------------------------ */
.list.basic li {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}

.list.basic li::before {
  content: "";
  background: #f9c451 url(/jushinryo/assets/images/common/icon_arrow_wh.svg) 55% 50% no-repeat;
  background-size: .8rem auto;
  border-radius: 100%;
  width: 2.7rem;
  height: 2.7rem;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.list.basic li:hover::before {
  background-color: #f9d27c;
}

@media screen and (max-width: 768px) {
  .list.basic li::before {
    background-size: .6rem auto;
    width: 1.8rem;
    height: 1.8rem;
  }
}

.list.basic li::before {
  position: absolute;
  left: 0;
  top: .1em;
  z-index: 2;
}

.list.basic li a {
  color: #0885c5;
  padding-left: 3.7rem;
  display: inline-block;
}

.list.basic.minor li, .list.basic li.minor li {
  font-size: 1.8rem;
}

.list.basic.minor li a, .list.basic li.minor li a {
  color: #333;
  padding-left: 3.2rem;
}

.list.basic.minor li::before, .list.basic li.minor li::before {
  background-color: #c9c9c9;
  background-size: .7rem auto;
  width: 2.4rem;
  height: 2.4rem;
}

.list.basic.minor li:hover::before, .list.basic li.minor li:hover::before {
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .list.basic li {
    font-size: 1.5rem;
  }
  .list.basic li::before {
    top: .2em;
  }
  .list.basic li a {
    padding-left: 2.5rem;
  }
  .list.basic.minor li, .list.basic li.minor li {
    font-size: 1.3rem;
  }
  .list.basic.minor li a, .list.basic li.minor li a {
    padding-left: 2.1rem;
  }
  .list.basic.minor li::before, .list.basic li.minor li::before {
    background-size: .5rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* ------------------------------------------------
 menu
------------------------------------------------ */
.list.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list.menu li {
  text-align: center;
  line-height: 1.3;
  border: 4px solid #dadada;
  border-radius: 1.5rem;
  background-color: #fff;
  margin-top: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.list.menu li .title {
  font-size: 2.2rem;
  font-weight: bold;
}

.list.menu li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.list.menu li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.list.menu li.single::before {
  content: "";
  background: #f9c451 url(/jushinryo/assets/images/common/icon_arrow_wh.svg) 55% 50% no-repeat;
  background-size: .8rem auto;
  border-radius: 100%;
  width: 2.7rem;
  height: 2.7rem;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.list.menu li.single:hover::before {
  background-color: #f9d27c;
}

@media screen and (max-width: 768px) {
  .list.menu li.single::before {
    background-size: .6rem auto;
    width: 1.8rem;
    height: 1.8rem;
  }
}

.list.menu li.single * {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.list.menu li.single:hover > * {
  opacity: .7;
}

.list.menu li.single::before {
  border-radius: 1.1rem 0 0 1.1rem;
  background-position: 60% 50%;
  background-size: 1.1rem auto;
  width: 2.7rem;
  height: 7.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list.menu li.full {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .list.menu li {
    text-align: left;
    line-height: 1.4;
    border-width: .3rem;
    border-radius: .75rem;
    margin-top: .6rem;
  }
  .list.menu li .title {
    font-size: 1.8rem;
  }
  .list.menu li.single:hover > * {
    opacity: 1;
  }
  .list.menu li.single::before {
    border-radius: .8rem 0 0 .8rem;
    background-size: .7rem auto;
    width: 2rem;
    height: 5.4rem;
  }
  .list.menu li.full {
    width: 100%;
    height: auto;
  }
}

/* ------------------------------------------------
 開閉ボタン
------------------------------------------------ */
.foldable_list .list_btn {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  border: 3px solid #333;
  border-radius: 5rem;
  background-color: #fff;
  padding: 0;
  width: 23.6rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: none;
}

.foldable_list .list_btn * {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.foldable_list .list_btn:hover * {
  opacity: .8;
}

.foldable_list .list_btn span {
  line-height: 1;
}

.foldable_list .list_btn .close {
  display: none;
}

.foldable_list .list_btn .icon {
  border-radius: 1.8rem;
  background-color: #333;
  margin-left: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  position: relative;
}

.foldable_list .list_btn .icon::before, .foldable_list .list_btn .icon::after {
  content: "";
  background-color: #fff;
  margin-left: -.5rem;
  margin-top: -1px;
  width: 1rem;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.foldable_list .list_btn .icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.foldable_list.open .list_btn {
  color: #fff !important;
  background-color: #333;
}

.foldable_list.open .list_btn .open {
  display: none;
}

.foldable_list.open .list_btn .close {
  display: inline;
}

.foldable_list.open .list_btn .icon {
  background-color: #fff !important;
}

.foldable_list.open .list_btn .icon::before, .foldable_list.open .list_btn .icon::after {
  background-color: #333;
}

.foldable_list.open .list_btn .icon::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 768px) {
  .foldable_list .list_btn {
    font-size: 1.3rem;
    border-width: .2rem;
    border-radius: 5rem;
    width: 18rem;
    height: 4rem;
  }
  .foldable_list .list_btn:hover * {
    opacity: 1;
  }
  .foldable_list .list_btn .icon {
    border-radius: 1.3rem;
    margin-left: 1rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  .foldable_list .list_btn .icon::before, .foldable_list .list_btn .icon::after {
    margin-left: -.35rem;
    margin-top: -.05rem;
    width: .7rem;
    height: .1rem;
  }
}

/* ------------------------------------------------
 remodal
------------------------------------------------ */
/* ----------------------------
 起動ボタン
------------------------------*/
.btn_remodal {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.btn_remodal:hover {
  opacity: .8;
}

/* ------------------------------------------------
 contents
------------------------------------------------ */
.section > .inner {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 768px) {
  .section > .inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ------------------------------------------------
 header
------------------------------------------------ */
#jushinryo_header > .inner {
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#jushinryo_header .title a {
  width: 23.2rem;
  display: block;
}

#jushinryo_header .title a img[src$=".svg"] {
  width: 100%;
}

#jushinryo_header #universal_menu {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#jushinryo_header #universal_menu a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 5px;
}

#jushinryo_header #universal_menu a:hover {
  text-decoration: none;
}

#jushinryo_header #universal_menu select {
  margin-left: 1em;
  padding: .2em .5em;
}

@media screen and (max-width: 768px) {
  #jushinryo_header .title a {
    width: 17.2rem;
  }
  #jushinryo_header #universal_menu {
    display: block;
	text-align: right;
  }
}
