@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
 font-family: "Noto Sans JP";
 font-style: normal;
 font-weight: 400;
 src: url("fonts/NS-Regular.woff2") format("woff2"), url("fonts/NS-Regular.woff") format("woff");
 font-display: swap;
}
@font-face {
 font-family: "Noto Sans JP";
 font-style: normal;
 font-weight: 700;
 src: url("fonts/NS-Bold.woff2") format("woff2"), url("fonts/NS-Bold.woff") format("woff");
 font-display: swap;
}
/* CSS Document */
/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
 margin: 0;
 font-size: 100%;
}
ul {
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}
img { vertical-align: top; }
li {
 list-style-type: none;
 vertical-align: baseline;
}
html {
 font-size: 62.5%;
 /*scroll-behavior: smooth;*/
}
*, *:before, *:after { box-sizing: border-box; }
.cf::after {
 content: "";
 display: block;
 clear: both;
}
/*--------------------------------------
 Base
---------------------------------------*/
body {
 color: #1a3c5d;
 font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
 font-size: 1.5rem;
 line-height: 1.8;
 min-width: 1000px;
 word-break: break-word;
 overflow-x: hidden;
}
.auto { margin: 0 auto; }
p:not([class]) { margin: 1.5rem 0; }
img {
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
@media screen and (min-width: 481px) {
 a:hover,
 a:hover img { opacity: 0.6; }
}
h1, h2, h3, h4, h5, h6, .catch, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .catch a {
 text-decoration: none;
 font-weight: bold;
 color: inherit;
 line-height: 1.4;
}
.caption {
 margin: 8px 0 0;
 font-size: 1.0rem;
 line-height: 1.3;
 word-break: break-all;
 color: #9d9d9d;
 white-space: nowrap;
 overflow-x: auto;
 overflow-y: hidden;
}
/*chrome safari*/
.caption::-webkit-scrollbar {
 height: 5px;
}
.caption::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #eee;
}
.caption::-webkit-scrollbar-thumb {
 border-radius: 2px;
 background: #ddd;
}
.fl { float: left; }
.fr { float: right; }
.strong { font-weight: bold; }
.sp { display: none; }
.sp_br { display: none; }
#contents span:not([class]) {
 font-weight: bold;
 color: #df7e34;
 /* font-size: 1.2em; */
}
.wi1000 {
 width: 1000px;
 max-width: 100%;
 margin: 0 auto;
 padding:0.2rem 0 8rem;
}
/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
.slider {
 position: relative;
 margin: 2rem 0;
 display: flex;
 justify-content: space-between;
 overflow: hidden;
}
#slideArea {
 margin: 0 auto 60px;
}
#slideArea .slideinner {
 width: 1000px;
 margin: 0 auto;
 position: relative;
 padding: 0 50px;
}
.slick-slider {
 position: relative;
 display: block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-track, .slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track::before, .slick-track::after {
 display: table;
 content: '';
}
.slick-track::after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}
.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}
[dir='rtl'] .slick-slide {
 float: right;
}
.slick-slide img {
 display: block;
 margin: 0 auto;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display: block;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: 68px;
 box-sizing: border-box;
}
.slider .slider-nav-wrap {
 position: relative;
}
.slider .slider-nav-wrap .slider-nav .slick-list {
 padding: 0 !important;
}
.slider .slider-nav-wrap .slider-nav .slick-track {
 left: 0;
 width: 100%;
 opacity: 1;
}
.slider .slider-nav-wrap .slider-nav .slick-slide {
 -webkit-transition: opacity .3s ease;
 transition: opacity .3s ease;
 opacity: 1;
 padding: 6px 10px;
}
.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
 opacity: .5;
}
.slider .slider-nav-wrap .slick-arrow {
 position: absolute;
 top: 50%;
 width: 0;
 height: 0;
 border-style: solid;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.slider .slider-nav-wrap .slick-prev {
 right: 0;
 border-width: 0;
}
.slider .slider-nav-wrap .slick-next {
 left: 0;
 border-width: 0;
}
.slider .slider-for {
 float: left;
 width: 85%;
 text-align: center;
 padding: 0 4rem;
}
.slider .slider-for button.slick-prev {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 z-index: 5;
 background: url("img/arrow_slide_prev.png") no-repeat;
 background-size: 100%;
 width: 34px;
 height: 34px;
 font-size: 0;
 border: none;
}
.slider .slider-for button.slick-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 z-index: 5;
 background: url("img/arrow_slide_next.png") no-repeat;
 background-size: 100%;
 width: 34px;
 height: 34px;
 font-size: 0;
 border: none;
}
#page .slider .slider-for button.slick-prev,
#category .slider .slider-for button.slick-prev { background-image: url("img/arrow_slide_prev_gray.png"); }
#page .slider .slider-for button.slick-next,
#category .slider .slider-for button.slick-next { background-image: url("img/arrow_slide_next_gray.png"); }
.slider .slider-nav-wrap {
 position: absolute;
 top: 50%;
 right: 0;
 width: 12%;
 padding: 0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 height: 350px;
}
.slider .slider-nav-wrap .slick-arrow {
 display: none;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}
.slider .slider-nav-wrap .slick-next {
 top: -1.5em;
 background: url(img/arrow_slide_thumb_top.png) center center no-repeat;
 width: 22px;
 height: 13px;
}
.slider .slider-nav-wrap .slick-prev {
 top: auto;
 bottom: 3.5em;
 background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat;
 width: 22px;
 height: 13px;
}
.slider-txt {
 text-align: left;
 margin: 2rem 0 0;
}
.slider-txt .catch {
 font-size: 2.2rem;
 margin: 0 0 2rem;
}
/* ================== */
/*header　*/
/* ================== */
header { position: relative; }
#headNoteArea {
 width: 100%;
 padding: 4.3rem 0 3.6rem;
 font-size: 2.8rem;
 background: #fff;
 border-top: 8px solid #1a3c5d;
 border-bottom: #ebebeb solid 1px;
}
#headNoteArea .areaInner {
 width: 1000px;
 padding: 0;
 margin: 0 auto;
}
#headNoteArea .sitename {
 font-size: 1.6rem;
 text-align: center;
 line-height: 1.2;
}
#headNoteArea .sitename a { text-decoration: none; }
#headNoteArea .sitename:before {
 content: "PR";
 display: inline-block;
 background: #1a3c5d;
 color: #fff;
 text-align: center;
 width: 3rem;
 margin-right: 1rem;
 font-size: 1.4rem;
}
#headNoteArea .sitename a {
 background: none;
 padding: 0;
 color: #1c2a45;
}
#headNoteArea .sitename.sitename_top,
#headNoteArea .sitename.sitename_top a {
 font-size: 1.6rem;
}
/* ================== */
/*g-nav　*/
/* ================== */
#g-nav {
 width: 100%;
 position: relative;
 margin: 0 0 20px;
}
#g-nav ul {
 width: 1000px;
 margin: 0 auto;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: flex-start;
 justify-content: flex-start;
 align-items: center;
}
#g-nav ul li {
 -webkit-flex-grow: 1;
 flex-grow: 1;
 width: 20%;
 position: relative;
 background-size: 104px, auto;
}
#g-nav ul li::after {
 content: "";
 width: 1px;
 height: 20px;
 display: inline-block;
 border-left: 1px solid #1a3c5d;
 position: absolute;
 top: calc(50% - 10px);
 left: 0;
}
#g-nav ul li:last-child::before {
 content: "";
 width: 1px;
 height: 20px;
 display: inline-block;
 border-right: 1px solid #1a3c5d;
 position: absolute;
 top: calc(50% - 10px);
 right: 0;
}
#g-nav li a {
 color: #1c2a45;
 display: block;
 text-align: center;
 font-size: 1.4rem;
 padding: 16px 20px;
 box-sizing: border-box;
 line-height: 1.8rem;
 text-decoration: none;
}
#g-nav li a:hover { position: relative; }
#g-nav li a:hover::after {
 content: "";
 width: 95px;
 height: 4px;
 background: #fdf42b;
 display: inline-block;
 position: absolute;
 bottom: 0;
 left: 0;
 margin: auto;
 right: 0;
}
/*--------------------------------------
 Pankuzu
---------------------------------------*/
#pankuzu {
 font-size: 12px;
 font-size: 1.2rem;
 margin: 0 auto;
 padding: 14px 0 40px;
 width: 1000px;
}
#pankuzu a { text-decoration: none; }
@media screen and (min-width: 481px) {
 #pankuzu a:hover { text-decoration: underline; }
}
/*--------------------------------------
 Main Contents
---------------------------------------*/
#contents {
 margin: 0 auto;
 padding: 0;
}
#index, #category, #page {
 margin: 0;
 padding: 0;
}
#category, #page {
 width: 1000px;
 margin: 0 auto;
}
#category .baseBox, #page .baseBox {
 width: 760px;
 float: left;
 margin: 0 0 6rem;
}
/*--------------------------------------
 PageTop
---------------------------------------*/
#page-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 2;
 width: 60px;
}
/*--------------------------------------
 Side
---------------------------------------*/
#side {
 box-sizing: border-box;
 width: 220px;
 float: right;
 margin: 0 0 60px;
}
#side .sideBox {
 margin: 0 0 30px;
 padding: 10px;
 background: #f3f3f3;
 overflow: hidden;
}
#side .sideBox a {
 line-height: 1.6;
}
#side .sideBox .sttl {
 box-sizing: border-box;
 position: relative;
 overflow: hidden;
}
#side .sideBox .sttl a {
 background: #2daf66 url(img/arrow01_white.svg) no-repeat right 1.5rem top 50% / 21px auto;
 display: block;
 height: 100%;
 color: #fff;
 font-size: 1.5rem;
 line-height: 1.4;
 text-decoration: none;
 padding: 20px 10px 18px;
 padding-right: 50px;
 position: relative;
 z-index: 2;
}
#side .sideBox ul {
 padding: 0 !important;
 margin: 0;
 background: #fff;
}
#side .sideBox li {
 border-top: dashed 1px #d4d4d4;
 background: none;
 padding: 0;
}
#side .sideBox li::before {
 content: none;
}
#side .sideBox li:first-child {
 border-top: none;
}
#side .sideBox li ul.subList li {
 border-top: dashed 1px #d4d4d4;
}
#side .sideBox li a {
 display: block;
 padding: 20px 40px 18px 10px;
 text-decoration: none;
 font-size: 1.3rem;
 background: url(img/arrow01_navy.svg) no-repeat right 10px center / 21px auto;
}
#side .sideBox .subList {
 margin: 0;
}
#side .sideBox .subList li {
 background: none;
 margin: 0;
}
#side .sideBox .subList li:last-child {
 background: none;
}
#side .sideBox .subList li a {
 background: url(img/arrow_side_sub.png) no-repeat left 15px top 10px, url("img/arrow01_navy.svg") right 10px center no-repeat;
 background-size: auto, 15px auto;
 display: block;
 padding: 13px 25px 13px 32px;
}
@media screen and (min-width: 481px) {
 #side .sideBox ul li span:hover {
  opacity: 1;
  border-bottom: solid 2px #f6e847;
 }
}
/*--------------------------------------
Footer
---------------------------------------*/
footer { background: #2daf66; }
footer .areaInner {
 width: 1000px;
 margin: 0 auto;
 padding: 40px 0 0 0;
}
footer a {
 color: #1a3c5d;
 text-decoration: none;
}
@media screen and (min-width: 481px) {
 footer a:hover {
  text-decoration: underline;
 }
}
footer .areaInner .footBox {
 margin: 0 0 30px 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px dotted #fff;
 padding: 0 0 6px 0;
 margin: 0 0 14px 0;
}
footer .areaInner .footBox .sttl a {
 background: url("img/arrow02_white.png") 0px 50% no-repeat;
 background-size: 27px auto;
 display: inline-block;
 font-size: 1.6rem;
 font-weight: bold;
 color: #fff;
 padding: 3px 0 3px 34px;
}
footer .footBox ul {
 padding: 0 20px;
}
footer .areaInner .footBox .accChild {
 padding: 0 0 0 12px;
 box-sizing: border-box;
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
 /* gap: 1em; */
 list-style: none;
 padding: 0;
 margin: 0;
}
footer .areaInner .footBox .accChild li {
 background: none;
}
footer .areaInner .footBox .accChild li.subCat {
 margin: 0 30px 0 0;
 padding: 0;
}
footer .areaInner .footBox .accChild .sp + li::before {
 /* content: "　|　"; */
 letter-spacing: 0;
 color: #a3b9b7;
}
footer .areaInner .footBox .accChild .sp + li::before {
 /* content: "|　"; */
 letter-spacing: 0;
 color: #a3b9b7;
}
footer .areaInner .footBox .accChild .sp + li.subCat::before {
 content: "";
}
footer .areaInner .footBox .accChild .subList li::after {
 content: "　/　";
 letter-spacing: 0;
 color: #444;
}
footer .areaInner .footBox .accChild .subList li:last-child::after {
 content: none;
}
footer .areaInner .footBox .accChild li {
 display: inline-block;
 margin: 0 20px 0 0;
}
footer .areaInner .footBox .accChild li a {
 background: url("img/arrow01_white.svg") 0 50% no-repeat;
 background-size: 19px auto;
 font-size: 1.3rem;
 font-weight: normal;
 color: #fff;
 padding: 0 0 0 29px;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
 content: "　/　";
 letter-spacing: 0;
 color: #444;
}
footer .areaInner .footBox .accChild .subList {
 display: inline-block;
 padding: 0;
 margin: 0 0 0 20px;
}
footer .areaInner .footBox .accChild .subList li {
 padding: 0;
 display: inline-block;
 margin: 0;
}
footer .areaInner .footBox .accChild .subList li a {
 padding: 0 8px;
 font-size: 13px;
 font-size: 1.3rem;
 background: none;
}
footer .areaInner .noticeArea {
 box-sizing: border-box;
 width: 71%;
 color: #444;
 margin: 60px auto 35px;
}
footer .areaInner .noticeArea p {
 padding: 20px 30px;
 font-size: 1.2rem;
 margin: 0;
 color: #fff;
 border: 1px solid #fff;
}
footer .areaInner .noticeArea .botPrg {
 font-size: 1.2rem;
 text-align: center;
 padding: 10px 0 0;
 border: none;
}
footer .botArea {
 background: #fff;
 padding: 13px 0;
}
footer .botArea .botInner {
 width: 1000px;
 margin: 0 auto;
 position: relative;
}
footer .botArea .botInner .smap {
 float: right;
}
footer .botArea .botInner .smap a {
 font-size: 1.2rem;
}
footer .botArea .botInner .smap a:hover {
 text-decoration: underline;
}
footer p.copy {
 font-size: 1.2rem;
 color: #1a3c5d;
 float: left;
 margin: 0;
}
footer p.copy a {
 color: #1a3c5d;
}
footer .areaInner .footBox .accChild .sp { display: none; }
/* ================== */
/*メインコンテンツ　*/
/* ================== */
/*--------------------------------------
 見出し
---------------------------------------*/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
 text-decoration: none;
 display: block;
 padding-right: 3rem;
 background: url("img/arrow01_navy.svg") no-repeat right 50% / 20px auto;
}
#category .titLArea, #page .titLArea {
 text-align: center;
 margin: 0 auto 50px;
}
#category .titLArea, #page .titLArea {
 background: url(img/low_h1.png) no-repeat center 50% / auto 51px;
}
#category h1:not([class]), #page h1:not([class]) {
 text-align: center;
 position: relative;
 font-size: 3rem;
 padding: 3rem;
}
#category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: 64px;
 height: 5px;
 background: #2daf66;
 display: inline-block;
 position: absolute;
 bottom: 0px;
 left: 0;
 margin: auto;
 right: 0;
}
#category h2:not([class]), #page h2:not([class]) {
 margin: 4rem 0 2rem;
 padding: 1.5rem 2rem;
 font-size: 2.6rem;
 background: #dcf6ea url("img/low_h2.png") no-repeat left 24px top 50% / 37px auto;
 padding-left: 8.2rem;
}
#category h3:not([class]), #page h3:not([class]) {
 position: relative;
 border-bottom: dotted 2px #ebeeef;
 margin: 3rem 0 2rem;
 padding: 2rem 0;
 font-size: 2.2rem;
 background: url(img/low_h3.png) no-repeat left 0 top 50% / 52px auto;
 padding-left: 6.6rem;
}
#category h6:not([class]), #category h4:not([class]), #category h6:not([class]), #page h4:not([class]), #page h6:not([class]) {
 margin: 3rem 0 2rem;
 padding: 0.6rem;
 font-size: 2rem;
 border-left: 3px solid #2fb96b;
 padding-left: 2rem;
}
#category h5:not([class]), #page h5:not([class])  {
margin: 3rem 0 2rem;
    padding: 1rem 0.5rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #2fb96b;
}
/*--------------------------------------
 list
---------------------------------------*/
#contents ul:not([class]) {
 margin: 20px 0 20px;
 padding: 10px 10px 0;
}
#contents ul:not([class]) li {
 padding: 0 0 6px 22px;
 position: relative;
}
#contents ul:not([class]) li::before {
 content: "";
 position: absolute;
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: #fdd138;
 left: 2px;
 top: 0.5em;
}
#contents ol:not([class]) {
 margin: 20px 0 20px;
 padding: 10px 10px 0;
 counter-reset: number;
}
#contents ol:not([class]) li {
 padding: 2px 0 2px 30px;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol:not([class]) li::before {
 display: block;
 background-color: #2daf66;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 3px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 1.7;
 font-size: 1.2rem;
}
#contents ol:not([class]) li:nth-child(-n+9)::before {
 content: counter(number);
}
#contents ol:not([class]) li:nth-child(n+10)::before {
 content: counter(number);
}
/*--------------------------------------
 アイコン付き見出し
---------------------------------------*/
#contents .check,
#contents .point {
 position: relative;
 margin: 4rem 0 2rem 3.4rem;
 background-color: #eff3fb;
 padding: 1.8rem;
 padding-left: 5.2rem;
 font-size: 2.5rem;
 line-height: 1.4;
 font-weight: bold;
}
#contents .check::before,
#contents .point::before {
 content: "";
 width: 70px;
 height: 60px;
 background: url(img/check_ico.png) no-repeat left center / 100% auto;
 position: absolute;
 left: -3.4rem;
 top: 50%;
 transform: translateY(-50%);
}
#contents .point::before { background-image: url("img/point_ico.png"); }
/*--------------------------------------
 table
---------------------------------------*/
#contents table {
 width: 100%;
 table-layout: fixed;
 margin: 4rem 0;
 font-size: 0.93em;
 line-height: 1.4;
}
#contents table th {
 width: 26%;
 padding: 16px 16px;
 background: #e4ebf8;
 border: 1px solid #e4ebf8;
 border-right: none;
 text-align: center;
 word-break: break-all;
}
#contents table tr th {
 border-bottom: 1px solid #fff;
}
#contents table tr:last-child th {
 border-bottom: 1px solid #e4ebf8;
border-right: 1px solid #e4ebf8;
}
#contents table td {
 padding: 14px 20px;
 border: 1px solid #e4ebf8;
 background: #ffffff;
 text-align: left;
 word-break: break-all;
}
/*--------------------------------------
 float img
---------------------------------------*/
.float-wrap { margin: 30px 0; }
.float-wrap .fl {
 width: 320px;
 padding: 0 40px 10px 0;
 text-align: center;
}
.float-wrap .fr {
 width: 320px;
 padding: 0 0 10px 40px;
 text-align: center;
}
.float-wrap .center {
 width: 600px;
 margin: 0 auto;
 padding: 0 0 20px;
 text-align: center;
}
.float-wrap .catch {
 font-size: 2rem;
}
/*--------------------------------------
 btn
---------------------------------------*/
.btn-tel { display: none; }
.btn-internal, .btn-web {
 width: 480px;
 max-width: 90%;
 margin: 3rem auto 0;
}
.btn-internal a,
.btn-web a {
 text-decoration: none;
 color: #fff;
 font-size: 1.6rem;
 line-height: 1.4;
 font-weight: bold;
 padding: 2.6rem 4.6rem;
 display: block;
 text-align: center;
 position: relative;
 border-radius: 1000px;
 background: #1a3c5d;
}
.btn-internal a::after,
.btn-web a::after {
 content: "";
 width: 23px;
 height: 12px;
 background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
 position: absolute;
 right: 18px;
 top:50%;
 transform: translateY(-50%);
}
.btn-web a {
 color: #1a3c5d;
 background: linear-gradient(to right, #faee27 0%, #fdd138 100%);
}
.btn-web a::after { background-image: url("img/arrow01_navy.svg"); }
.btn-link {
 margin: 4rem 0 0;
 text-align: right;
}
.btn-link a {
 background: url("img/arrow01_navy.svg") no-repeat left 50% / 27px auto;
 padding: 4px 0 4px 4rem;
 line-height: 1.4;
 text-decoration: underline;
}
/*--------------------------------------
 box-wrap
---------------------------------------*/
.box-wrap {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 column-gap: 4rem;
 row-gap: 3rem;
}
div + .box-wrap { margin: 30px 0; }
.box-wrap .box {
 background: #fff url("img/icon_pc.png") no-repeat left 50% top 15px / auto 67px;
 padding: 8rem 2rem 2rem;
 border: solid 1px #2daf66;
}
.box-wrap .box-head {
 display: flex;
 align-items: center;
 width: 100%;
 padding: 1rem 0;
 font-weight: bold;
 font-size: 2.2rem;
 line-height: 1.4;
 border-bottom: solid 1px #a2afb5;
 margin: 0 0 2rem;
}
/*--------------------------------------
 frame-wrap
---------------------------------------*/
.frame-wrap {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 3.1rem;
 row-gap: 3rem; 
}
.frame-wrap .frame { background-color: #fff; }
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
}
.frame-wrap .frame-head .ttl {
 width: 100%;
 font-size: 2rem;
 font-weight: bold;
 line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
 display: block;
 width: 100%;
 padding: 0 3rem 0 0;
 background: url("img/arrow01_green.svg") no-repeat right center;
 background-size: 17px auto;
 color: inherit;
 text-decoration: none;
}
.frame-wrap .fig { text-align: center; }
#contents .frame-wrap .frame-body table { margin: 2rem 0 0 0; }
#contents .frame-wrap .frame-body table th {
 width: 7rem;
 padding: 0.8rem;
}
#contents .frame-wrap .frame-body table td { padding: 0.8rem; }
/* typeA */
.frame-wrap.typeA {
 column-gap: 1.6rem;
 row-gap: 3rem;
}
.frame-wrap.typeA .frame {
 padding: 0rem 1rem 1.6rem;
 border: 14px solid #dcf6ea;
}
.frame-wrap.typeA .frame .caption {
    white-space: normal;
}
.frame-wrap.typeA .frame-head {
 padding:2rem 0 0.5rem;
 text-align: center; 
 justify-content: center;
}
.frame-wrap.typeA .frame-head a { padding: 0 3rem; }
/* typeB */
.frame-wrap.typeB .frame {
 column-gap: 2rem;
 row-gap: 2rem;
}
.frame-wrap.typeB .frame-head {
 padding: 2rem 0;
 margin: 0 2rem;
 border-bottom: solid 1px #1a3c5d;
}
.frame-wrap.typeB .frame-body {
 padding: 0 2rem 2rem;
}
/*--------------------------------------
 matome-parts
---------------------------------------*/
.matome-parts {
 margin: 3rem 0;
 background-color: #f3f3f3;
 padding: 4rem 3rem;
}
.matome-parts .title {
 background-color: #fff;
 border-top: solid 2px #2fb96b;
 border-bottom: solid 2px #2fb96b;
 padding: 1rem;
 padding-left: 8.4rem;
 color: #2fb96b;
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.4;
 margin: 0 0 4rem 3.4rem;
 position: relative;
}
.matome-parts .title::before {
 content: "";
 width: 80px;
 height: 70px;
 background: url("img/matome_ico.png") no-repeat left center / 100% auto;
 position: absolute;
 left: -3.4rem;
 top: 50%;
 transform: translateY(-50%);
}
/*--------------------------------------
 youtube
---------------------------------------*/
.youtube {
    text-align: center;
}
/*--------------------------------------
 横スクロール用table
---------------------------------------*/
#contents .wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
#contents .wr01_table-scroll table th,
#contents .wr01_table-scroll table td{ 
}
#contents .wr01_table-scroll table th{
}
/*--------------------------------------
 accordion
---------------------------------------*/
.accordion-item {
  display: none;
}
.btn-accordion {
 position: relative;
 width: 362px;
 max-width: 90%;
 margin: 4rem auto;
 padding: 2.2rem 5rem;
 background: #f7f7f7;
 border-radius: 1000px;
 text-align: center;
 cursor: pointer;
}
@media screen and (min-width: 481px) {
 .btn-accordion:hover { opacity: 0.7; }
}
#contents .btn-accordion span[class^="txt"] {
 display: inline;
 font-size: 1.8rem;
 line-height: 1.1;
 font-weight: bold;
 color: #1a3c5d;
 margin: 0;
 padding: 0;
}
#contents .btn-accordion span.txt02 { display: none; }
.btn-accordion::before,
.btn-accordion.is-open::before {
 position: absolute;
 right: 3rem;
 top: 50%;
 transform: translateY(-50%);
 content: "＋";
 font-size: 1.8rem;
 line-height: 1;
 color: #1a3c5d;
}
.btn-accordion.is-open::before { content: "－"; }
#contents .btn-accordion.is-open span.txt01 { display: none; }
#contents .btn-accordion.is-open span.txt02 { display: inline; }
.accordion-item { padding: 2rem 0; }
.accordion-item > * {
 margin-top: 0;
 margin-bottom: 0; 
}
/*--------------------------------------
 sitemap
---------------------------------------*/
#page.sitemap {
 width: 1000px;
 margin: 0 auto;
}
#page.sitemap h2 a {
 color: #444;
}
#page.sitemap li a:hover {
 text-decoration: underline;
}
/*--------------------------------------
 トップ共通
---------------------------------------*/
.bgTxt {
 font-family: 'Noto Sans', sans-serif;
 font-size: 6.5rem;
 color: rgba(26,60,93,0.3);
 margin: 12rem 0 6rem -8rem;
 font-weight: bold;
 letter-spacing: 0.17em;
 line-height: 1em;
}
#index h2:not([class]),
.addCont01Title {
 font-weight: bold;
 line-height: 1.4;
 font-size: 3.4rem;
 margin: 0 0 4rem;
}
#index h2:not([class]) a,
.addCont01Title a {
 display: inline-block;
 padding-right: 5rem;
 background: url("img/arrow01_green.svg") no-repeat right 50% / 31px auto;
}
.addTxt { margin: 4rem 0; }
/*--------------------------------------
 addCont01
---------------------------------------*/
.addCont01 { background: #dff6eb url("img/addCont01_bg.jpg") no-repeat left bottom / 100% auto; }
.addCont01 .wi1000{
 position: relative;
 padding-top: 7rem;
}
.addCont01 .bgTxt {
 color: #a2d6be;
 position: absolute;
 margin-top: 0;
 top: -2.5rem;
 left: 0;
 font-size: 5rem;
}
.addCont01 .thBoxArea {
 display: flex;
 justify-content: space-between;
}
.addCont01 .thBoxArea .sBox {
 width: calc((100% - 4%)/3);
 background: #FFF;
 text-align: center;
 padding: 0 1.5rem 4rem;
}
.addCont01 .sBox .catch {
 margin: 0 -2rem;
 background: #2daf66 url("img/icon_com01.png") no-repeat left 5px top 50% / 78px auto;
 font-size: 2.4rem;
 color: #fff;
 line-height: 1.2;
 padding: 2.6rem;
 padding-left: 9rem;
 display: flex;
 align-items: center;
 justify-content: flex-start;
}
#category .addCont01 .wi1000 {
    padding: 6rem 0 4rem;
}
#category .addCont01 .sBox .catch {
    background: #2daf66 url(img/icon_com01.png) no-repeat left 5px top 50% / 60px auto;
	padding-left: 7rem;
    font-size: 2rem;
	margin: 0 -1.5rem;
}
#category .addCont01 .sBox .btn-web a {
    padding: 2rem 4.6rem;
}
.addCont01 .thBoxArea .sBox:nth-child(2) .catch { background-image: url("img/icon_com02.png"); }
.addCont01 .thBoxArea .sBox:nth-child(3) .catch { background-image: url("img/icon_com03.png"); }
.addCont01 .sBox .comName {
 font-size: 2.2rem;
 font-weight: bold;
 margin: 3.4rem 0;
 line-height: 1.3;
}
.addCont01 .sBox .comName .small {
 font-size: 1.2rem;
 display: block;
}
.addCont01 .sBox .txtBox { margin-top:2rem; }
.addCont01 .sBox .txtBox .txtBoxHeader {
 background-color: #1a3c5d;
 color: #fff;
 font-size: 1.8rem;
 line-height: 1.4;
 font-weight: bold;
 padding: 1.3rem;
}
.addCont01 .sBox .txtBox .txtBoxBody {
 border: solid 1px #e4ebf8;
 border-top: none;
 padding: 1rem 1.5rem;
 text-align: left;
}
#contents .addCont01 .sBox .txtBox .txtBoxBody ul {
 margin: 0;
 padding: 0;
}
.addCont01 .sBox .txtBox .txtBoxBody .listCheck li {
 background: url("img/icon_check.png") no-repeat left 0 top 0.6em / 16px auto;
 padding: 0 0 6px 22px;
}
#contents .addCont01 .sBox .txtBox .txtBoxBody span:not([class]) { font-size: inherit; }
.addCont01 .sBox div[class^="btn"] { max-width: 100%; }
.addCont01 .note {
 margin: 2.5rem 0;
 font-size: 1.2rem;
 line-height: 1.4;
}
#page .addCont01,
#category .addCont01 {
 margin: 6rem 0;
 padding: 0 2rem;
 font-size: 0.93em;
}
#page .addCont01 .bgTxt,
#category .addCont01 .bgTxt {
 margin: 0;
 letter-spacing: 0.13em;
}
/*--------------------------------------
  index-banner
---------------------------------------*/
.cmn02-text-banner-box__image img {
 max-width: 100%;
 height: auto;
 image-rendering: -webkit-optimize-contrast;
 object-fit: cover;
}
.index-banner_pc {
 position: fixed;
 right: 0;
 bottom: 10rem;
 z-index: 10;
 display: none;
}
.index-banner_pc a { text-decoration: none; }
.text-banner-box {
 width: 193px;
 background: #2fb96b;
 color: #fff;
 position: relative;
}
.text-banner-box:after {
 content: "";
 position: absolute;
 bottom: 2%;
 right: 2%;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 0 15px 15px;
 border-color: transparent transparent #fff transparent;
}
.text-banner-box__text {
 padding: 1rem 2rem;
 text-align: center;
}
.text-banner-box__text .mainttl {
 color: #fff;
 font-size: 1.8rem;
 line-height: 1.4;
 font-weight: bold;
}
.text-banner-box__text .mainttl .bg {
 display: inline-block;
 padding: 0 1rem;
 position: relative;
}
.text-banner-box__text .mainttl .bg::after {
 content: "";
 width: 100%;
 height: 2px;
 background: linear-gradient(to right, #fdf928 0%, #fddd38 100%);
 position: absolute;
 left: 0;
 bottom: 0;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #f7f7f7;
 padding: 4rem 5rem;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 border-left: 4px solid #2daf66;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #1a3c5d;
}
#toc .chapter {
 margin: 0 0 2rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 2rem 0 0;
 padding: 0 0 0 3.5rem;
 font-size: 1.6rem;
 line-height: 1.8;
 position: relative;
 counter-increment: count;
 background: none;
}
#toc .chapter .chapter-h:last-child {
 margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
 content: "0"counter(count);
 position: absolute;
 top: 14px;
 left: 0;
 transform: translate(0, -50%);
 color: #2daf66;
 font-size: 2rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
 opacity: .6;
}
#toc .chapter .chapter-h span {
 color: #0b072b;
 font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
 display: none;
 margin: 1rem 0 1rem 4rem;
 padding: 0 0 0 1.5rem;
 counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 8px;
 height: 8px;
 border-top: solid 1px #0b072b;
 border-right: solid 1px #0b072b;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
 font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
 font-weight: 400;
}
#toc .chapter br {
 display: none;
}
/*--------------------------------------
  関連記事
---------------------------------------*/
#related-article p {
 margin: 0;
}
#related-article.related-article01-frame {
 margin: 3rem auto;
 padding: 30px 50px;
 background: #f5f7fa;
 position: relative;
}
#related-article .related-article01-title {
 padding: 0 0 0 1rem;
 color: #333;
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1;
 /*background: url("./img/dummy-icon.png") no-repeat left center;
 background-size: 50px auto;*/
 position: relative;
}
#related-article .related-article01-title span {
 font-size: 2rem;
 color: #333;
}
#related-article .related-article01-list {
 margin: 15px 0 0 0;
 padding: 0 20px 0;
 border-top: 1px solid #D0D3E0;
 font-weight: 700;
}
#related-article .related-article01-list p {
 margin: 0;
}
#related-article .related-article01-list li {
 margin: 2rem 0 0;
 padding: 0 0 0 35px;
 font-size: 100%;
 line-height: 1.7;
 position: relative;
}
#related-article .related-article01-list li + li {
 margin-top: 10px;
}
#related-article .related-article01-list li::before {
 content: "";
 width: 16px;
 height: 16px;
 border-radius: 50%;
 background-color: #2fb96b;
 position: absolute;
 top: 6px;
 left: 0;
}
#related-article .related-article01-list a {
 display: block;
 text-decoration: none;
}
#related-article .related-article01-list a:hover {
 opacity: 0.6;
}
#related-article .relations-box#related-article .relations-box--column {
 display: flex;
 gap: 10px;
}
#related-article .relations-box__pic {
 flex: 0 0 150px;
}
@media screen and (max-width: 480px) {
 body {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  min-width: 100%;
 }
 .accordion-btn {
  padding: 2rem 4rem;
  width: auto;
 }
 .accordion-contents {
  margin-top: 0;
 }
 .c-parts--comName--wrapper {
  margin: auto;
  display: flex;
 }
 .c-parts--addTxt {
  padding: 0 1rem;
 }
 .c-parts--thBoxArea {
  display: block;
 }
 .c-parts .c-parts--thBoxArea .c-parts--sBox {
  width: 95% !important;
  margin-bottom: 2rem !important;
 }
 .c-parts--bgTxt {
  font-size: 8vw;
  letter-spacing: 3px;
  white-space: nowrap;
 }
 #contents span:not([class]) { font-size:1.071428571428571em; }
 .pc {
  display: none;
 }
 .pc_br {
  display: none;
 }
 .sp {
  display: block;
 }
 .sp_br {
  display: block;
 }
 img {
  max-width: 100%;
 }
 .c-parts--comName {
  display: inline-block;
  margin: auto;
 }
 .wi1000 {
  width: 100%;
  padding: 0.2rem 1.6rem 4rem;
 }
 .subBox04.wi1000 iframe {
  width: 100%;
 }
 .baseBox {
  padding: 0 1rem;
 }
 #category, #page {
  width: 100%;
  margin: 0 auto;
 }
 #category .baseBox, #page .baseBox {
  width: 100%;
  float: none;
 }
 /*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
 #slideArea { margin: 0 auto 3rem; }
 #slideArea .slideinner {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
 }
 .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
 }
 .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
 }
 .slick-list:focus {
  outline: none;
 }
 .slick-list.dragging {
  cursor: pointer;
  /*         cursor: hand; */
 }
 .slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
 }
 .slick-track::before, .slick-track::after {
  display: table;
  content: '';
 }
 .slick-track::after {
  clear: both;
 }
 .slick-loading .slick-track {
  visibility: hidden;
 }
 .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
 }
 [dir='rtl'] .slick-slide {
  float: right;
 }
 .slick-slide img {
  display: block;
 }
 .slick-slide.slick-loading img {
  display: none;
 }
 .slick-slide.dragging img {
  pointer-events: none;
 }
 .slick-initialized .slick-slide {
  display: block;
 }
 .slick-loading .slick-slide {
  visibility: hidden;
 }
 .slick-vertical .slick-slide {
  display: block;
  height: 68px;
  box-sizing: border-box;
 }
 .slider {
  position: relative;
  max-width: 100%;
  display: block;
  margin-bottom: 0;
 }
 .slider img {
  max-width: 100%;
  height: auto;
 }
 .slider .slider-nav-wrap {
  position: relative;
 }
 .slider .slider-nav-wrap .slider-nav .slick-list {
  padding: 0 !important;
 }
 .slider .slider-nav-wrap .slider-nav .slick-track {
  left: 0;
  width: 100%;
  opacity: 1;
  position: relative;
 }
 .slider .slider-nav-wrap .slider-nav .slick-slide {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  padding: 7px;
 }
 .slider .slider-nav-wrap .slider-nav .slick-slide:hover {
  opacity: .5;
 }
 .slider .slider-nav-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  left: inherit;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
 }
 .slider .slider-nav-wrap .slick-prev {
  right: 0;
  border-width: 0;
  border-color: transparent transparent transparent #444444;
 }
 .slider .slider-nav-wrap .slick-next {
  left: 0;
  border-width: 0;
  border-color: transparent #444444 transparent transparent;
 }
 .slider .slider-for {
  float: none;
  width: 100%;
  margin: 0 0 40px;
 }
 .slider .slider-for button.slick-prev {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background: url(img/arrow_slide_next.png) no-repeat; */
  width: 20px;
  height: 20px;
  top: 42%;
  right: -50%;
  z-index: 5;
  background-size: 100%;
 }
 .slider .slider-for button.slick-next {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: 2%; */
  z-index: 5;
  /* background: url(img/arrow_slide_prev.png) no-repeat; */
  background-size: 100%;
  width: 20px;
  height: 20px;
 }
 .slider .slider-nav-wrap {
  position: static;
  top: inherit;
  right: inherit;
  width: 86%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: inherit;
  margin: 0 auto;
 }
 .slider .slider-nav-wrap .slick-next {
  top: 50%;
  left: -5%;
  background: url("img/arrow_slide_thumb_prev.png") center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 14px;
 }
 .slider .slider-nav-wrap .slick-prev {
  top: 50%;
  right: -5%;
  background: url("img/arrow_slide_thumb_next.png") center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 14px;
 }
 .slider-txt .catch { font-size: 1.8rem; }
 /* ================== */
 /*header　*/
 /* ================== */
 header {
  position: relative;
 }
 #headNoteArea {
  width: 100%;
  padding: 1rem 4% 0.6rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  display: table;
 }
 #headNoteArea .areaInner {
  background: none;
  padding: 0;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
 }
 #headNoteArea .sitename, #headNoteArea .sitename a {
  font-size: 1.4rem;
  padding: 10px 50px 10px 0;
  text-align: left;
  margin: 0;
 }
 #headNoteArea .sitename a {
  background: none;
  padding: 0;
  font-weight: bold;
  margin: 0;
 }
 /* ハンバーガーメニュー */
 .out-frame {
  position: relative;
  width: 100%;
 }
 .out-frame.black::after {
  background: #FFF;
  opacity: 0.6;
  content: '';
  height: 10000px;
  right: 0;
  top: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  transition: all .5s ease;
 }
 .out-frame::after {
  background: #FFF;
  opacity: 0;
  content: '';
  right: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  transition: all .5s ease;
 }
 .header-frame {
  position: relative;
  width: 100%;
  height: 64px;
 }
 .menu-btn {
  background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
  background-size: 35px;
  position: absolute;
  top: 22px;
  right: 13px;
  height: 35px;
  width: 35px;
  z-index: 10;
 }
 .navOpenOut {
  background: rgba(255, 255, 255, 0.5);
  padding: 22px 13px 20px;
  box-sizing: border-box;
  height: 77px;
 }
 .navOpen {
  background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
  background-size: 35px;
  position: inherit;
  top: inherit;
  right: 13px;
  height: 35px;
  width: 35px;
  z-index: 10;
  float: right;
 }
 #sp_titArea .is-fixed {
  position: fixed;
  top: 22px;
  right: 13.5px;
  z-index: 2;
 }
 .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
 }
 .menu-btn img {
  opacity: 1;
 }
 .black .menu-btn img {
  opacity: 0;
 }
 .header-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  overflow-y: scroll;
 }
 .header-menu ul li a {
  display: block;
  padding: 15px 35px 15px 10px;
  background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
  background-size: 16px auto;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 1.4rem;
 }
 .header-menu ul.accordion li ul li:first-child a {
  padding: 12px 35px 12px 10px;
  color: #1a3c5d;
 }
 .header-menu ul li.delete {
  background: #2daf66 url(img/batu.png) 60% 50% no-repeat;
  background-size: 19px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
 }
 .header-menu ul.accordion ul {
  display: none;
 }
 .header-menu ul.accordion .subCat ul.subList {
  display: block;
 }
 .header-menu ul.accordion .tglMenu {
  display: block;
  padding: 15px 35px 15px 10px;
  background: #1a3c5d url(img/arrow02_white_down.png) 97% 50% no-repeat;
  background-size: 20px auto;
  border-bottom: 1px solid #FFF;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 1.4rem;
 }
 .header-menu ul.accordion .open {
  background: #1a3c5d url(img/arrow02_white_up.png) 97% 50% no-repeat;
  background-size: 20px auto;
 }
 .header-menu ul.accordion ul li a {
  padding: 12px 30px 12px 20px;
  background: #FFF url("img/arrow01_navy.svg") right 12px center no-repeat;
  background-size: 17px auto;
  border-bottom: 1px solid #1a3c5d;
  color: #1a3c5d;
 }
 .header-menu ul.accordion ul li.subCat a {
  padding: 12px 30px 12px 20px;
  color: #1a3c5d;
 }
 .header-menu ul.accordion .subCat ul.subList li a {
  border-bottom: 1px solid #1a3c5d;
  padding: 12px 30px 12px 30px;
 }
 .header-menu ul.accordion li ul li:last-child a {
  border-bottom: none;
 }
/* ============================
   wrapper 固定時の高さ修正
   ============================ */
#wrapper.fixed {
  height: auto !important;
}
 /*--------------------------------------
Footer
---------------------------------------*/
 footer {
  width: 100%;
  padding: 0;
 }
 footer a:hover {
  text-decoration: none;
 }
 footer .areaInner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 footer .areaInner .footBox {
  margin: 0;
 }
 footer .areaInner .footBox .sttl a {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #FFF;
  background: url(img/arrow02_white.png) right 10px center no-repeat;
  background-size: 20px auto;
  padding: 10px 40px 10px 4%;
 }
 footer .areaInner .footBox .sttl.tglMenu a {
  background: url(img/arrow02_white_down.png) right 10px center no-repeat;
  background-size: 20px auto;
 }
 footer .areaInner .footBox .sttl.open a {
  background-image: url(img/arrow02_white_up.png);
 }
 footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #f3f3f3;
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .accChild {
  display: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
 }
 footer .areaInner .footBox .accChild li {
  float: none;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
 }
 footer .areaInner .footBox .accChild li a {
  display: block;
  background: url("img/arrow01_navy.svg") right 12px center no-repeat;
  background-size: 16px auto;
  color: #1a3c5d;
  border-bottom: 1px dotted #1a3c5d;
  padding: 10px 30px 10px 4%;
  font-size: 1.3rem;
 }
 footer .areaInner .footBox .accChild li.subCat {
  margin: 0;
 }
 footer .areaInner .footBox .accChild li.subCat a {
  display: block;
  box-sizing: border-box;
  background: url("img/arrow01_navy.svg") right 12px center no-repeat;
  background-size: 16px auto;
  color: #1a3c5d;
  border-bottom: 1px dotted #1a3c5d;
  padding: 10px 40px 10px 8%;
 }
 footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
  border: none;
 }
 footer .areaInner .footBox .accChild .subList {
  padding: 0;
  margin: 0;
  display: block;
 }
 footer .areaInner .footBox .accChild .subList li {
  display: block;
 }
 footer .areaInner .footBox .accChild .subList li:first-child::before {
  content: "";
 }
 footer .areaInner .footBox .accChild .subList li::after {
  content: "";
 }
 footer .areaInner .footBox .accChild li.subCat::after {
  content: "";
 }
 footer .areaInner .footBox .accChild .subList li a {
  padding: 10px 40px 10px 14%;
  background: url("img/arrow01_navy.svg") right 12px center no-repeat;
  background-size: 6px;
 }
 footer .areaInner .footBox .accChild li::after {
  content: "";
 }
 footer .areaInner .footBox .accChild li:last-child::after {
  content: "";
 }
 footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 90%;
  margin: 30px auto 30px;
  font-size: 1.2rem;
  line-height: 1.8em;
  color: #444;
 }
 footer .areaInner .noticeArea p {
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
 }
 footer .areaInner .noticeArea .botPrg {
  text-align: center;
  background: transparent;
  padding: 0;
  font-size: 1.0rem;
  margin: 10px 0 0;
 }
 footer .botArea {
  padding:0 0 50px;
 }
 footer .botArea .botInner {
  width: 100%;
 }
 footer p.copy {
  margin: 0;
  padding: 14px 15px 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
 }
 footer a {
  color: #fff;
  text-decoration: none;
 }
 footer .botArea .botInner .smap {
  display: none;
 }
 footer .areaInner .footBox .accChild .sp {
  display: block;
 }
 /*--------------------------------------
 PageTop
---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 10px;
  right: 3%;
  z-index: 2;
  width: 40px;
 }
 #page-top:hover {
  opacity: 1;
 }
 /* ================== */
 /*メインコンテンツ　*/
 /* ================== */
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  padding-right: 2.6rem;
  background-size: 20px auto;
 }
 #category .titLArea, #page .titLArea {
  margin: 0 0 3rem;
  background-size: contain;
 }
 #category h1:not([class]), #page h1:not([class]) {
  font-size: 2.5rem;
 }
 #category h2:not([class]), #page h2:not([class]) {
  margin: 4rem 0 2rem;  
  font-size: 2.3rem;
  padding: 1.4rem;
  background-position: left 12px top 50%;
  background-size: 30px;
  padding-left: 5.2rem;
 }
 #category h3:not([class]), #page h3:not([class]) {
  margin: 3rem 0 2rem;
  padding: 1rem 0;
  font-size: 2.1rem;
  background-size: 40px auto;
  padding-left: 5rem;
 }
 #category h6:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
  padding-left: 1rem;
 }
 /*--------------------------------------
  list
 ---------------------------------------*/
 #contents ul:not([class]) li {
  min-height: 12px;
  padding: 0 0 4px 22px;
  font-size: 1.3rem;
 }
 #contents ol:not([class]) {
  padding: 10px 10px 0;
 }
 #contents ol:not([class]) li {
  padding: 0 0 4px 22px;
  font-size: 1.3rem;
 }
 #contents ol:not([class]) li::before {
  width: 17px;
  height: 17px;
  top: 2px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-size: 1.3rem;
 }
 /*--------------------------------------
  アイコン付き見出し
 ---------------------------------------*/
 #contents .check, #contents .point {
  margin: 3rem 0 2rem 2.9rem;
  padding: 1.2rem;
  padding-left: 3.2rem;
  font-size: 2rem;
 }
 #contents .check::before, #contents .point::before {
  width: 58px;
  height: 50px;
  left: -29px;
 }
 /*--------------------------------------
 table
---------------------------------------*/
 #contents table,
 #contents table tbody,
 #contents table tr,
 #contents table th,
 #contents table td {
  /*display: block;*/
  width: 100%;
  border: none;
 }
 #contents table { border-bottom: 1px solid #e4ebf8; }
 #contents table th {
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #e4ebf8;
  border-bottom: none !important;
 }
 #contents table td,
 #contents table td:first-of-type {
  font-size: 1.3rem;
  border: 1px solid #e4ebf8;
  border-bottom: none !important;
 }
 #contents .js-scrollable {
  overflow: auto;
 }
 #contents .js-scrollable table.scroll-table tr {
  display: table-cell;
 }
 #contents .js-scrollable table.scroll-table {
  width: auto;
  white-space: nowrap;
 }
 #contents .js-scrollable table.scroll-table th, #contents .js-scrollable table.scroll-table td {
  word-break: break-all;
 }
 #contents .js-scrollable table.scroll-table td {
  white-space: nowrap;
  word-break: break-all;
 }
 /*--------------------------------------
 float img
---------------------------------------*/
 .float-wrap {
  margin: 20px 0;
  padding: 0;
 }
 .float-wrap .fr,
 .float-wrap .fl { float: none; }
 .float-wrap .float-img {
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
 }
 .float-wrap .fr {
  width: 100%;
  padding: 0;
  text-align: left;
 }
 .float-wrap img {
  width: 100%;
 }
 .float-wrap .catch { font-size: 1.8rem; }
 /*--------------------------------------
  btn
 ---------------------------------------*/
 .btn-internal, .btn-web, .btn-link, .btn-tel {
  display: block;
  width: 90%;
  margin: 3rem auto 0;
 }
 .btn-internal a, .btn-web a, .btn-link a, .btn-tel a { padding: 2.0rem 4.2rem; }
 .btn-internal a::after, .btn-web a::after {
  width: 16px;
  height: 8px;
  right: 18px;
 }
 .btn-link a {
  font-size: 1.6rem;
  padding: 2rem 4.2rem;
  display: block;
  text-align: center;
  position: relative;
  background: #f3f3f3;
  font-weight: bold;
  text-decoration: none;
  border-radius: 1000px;
  border: 1.5px solid #1a3c5d;
 }
 .btn-tel a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 2.0rem 4.2rem;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 1000px;
  background: #df7e34;
  color: #fff;
 }
 .btn-tel a::after {
  content: "";
  width: 16px;
  height: 8px;
  background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
 }
 /*--------------------------------------
  box-wrap
 ---------------------------------------*/
 .box-wrap { display: block; }
 .box-wrap .box + .box { margin-top: 2rem; }
 .box-wrap .box {
  background-size: auto 50px;
  padding: 8rem 2rem 2rem;
 }
 .box-wrap .box-head {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
 }
 /*--------------------------------------
  frame-wrap
 ---------------------------------------*/
 .frame-wrap { display: block; }
 .frame-wrap .frame + .frame { margin-top: 2rem; }
 .frame-wrap .frame-head .ttl { font-size: 1.8rem; }
 #contents .frame-wrap .frame-body table th { width: 100%; }
 /*--------------------------------------
  matome
 ---------------------------------------*/
 .matome-parts { padding: 2rem; }
 .matome-parts .title::before {
  width: 60px;
  height: 52px;
  left: -3rem;
 }
 .matome-parts .title {
  padding: 1rem;
  padding-left: 4rem;
  font-size: 1.8rem;
  margin: 0 0 2rem 3rem;
 }
 /*--------------------------------------
  youtube
 ---------------------------------------*/
	.youtube iframe {
    width: 100%;
}
 /*--------------------------------------
  accordion
 ---------------------------------------*/
 .btn-accordion { margin: 2rem auto; }
 #contents .btn-accordion span[class^="txt"] { font-size: 1.6rem; }
 /*--------------------------------------
 pankuzu
 ---------------------------------------*/
 #pankuzu {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 1.1rem;
 }
 #contents .sitemap {
  padding: 0 10px;
  box-sizing: border-box;
 }
 #contents .sitemap h1 {
  width: 100%;
 }
 .bgTxt {
  font-size: 4rem;
  margin: 0 0 2rem 0 !important;
  letter-spacing: 1px;
 }
 /*--------------------------------------
  トップ共通
 ---------------------------------------*/
 .bgTxt {
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  padding-top: 2.8rem;
 }
 #index h2:not([class]),
 .addCont01Title {
  font-size: 2.6rem;
  margin: 0 0 2rem;
 }
 #index h2:not([class]) a,
 .addCont01Title a {
  padding-right: 3rem;
  background-size: 20px auto;
 }
 .addTxt { margin: 2rem 0; }
 /*--------------------------------------
　addCont01
 ---------------------------------------*/
 .addCont01 .bgTxt {
  top: -2rem;
  font-size: 2.7rem;
  padding: 0;
  left: 1.5rem;
 }
 .addCont01 .wi1000 { padding-top: 3rem; }
 .addCont01 .thBoxArea { display: block; }
 .addCont01 .thBoxArea .sBox {
  width: 100%;
  margin: 0 0 3rem;
 }
	#category .addCont01 .wi1000 {
    padding: 6rem 1.2rem 4rem;
}
	#category .addCont01 .sBox .catch {
    background: #2daf66 url(img/icon_com01.png) no-repeat left 5px top 50% / 60px auto;
    padding-left: 7rem;
    font-size: 2.2rem;
    margin: 0 -1.5rem;
}
 .addCont01 .thBoxArea .sBox .comName {
  font-size: 2.5rem;
  margin: 0 -2rem 3rem;
  padding: 25px 10px 0;
 }
 .addCont01 .thBoxArea .sBox .com-catch {
  margin: 1.5rem auto 2rem;
 }
 .addCont01 .thBoxArea .sBox .icon li {
  font-size: 1.2rem;
  width: calc(100% / 2 - 5px);
  float: left;
  padding: 8px 10px 6px;
 }
 #page .addCont01, #category .addCont01 {
  margin: 5rem 0 3rem;
  padding: 0;
  font-size: inherit;
 }
 #contents .addCont01 .sBox .txtBox .txtBoxBody ul:not([class]) li,
 .addCont01 .sBox .txtBox .txtBoxBody .listCheck li { font-size: 1.5rem; }
 /*--------------------------------------
   index-banner
 ---------------------------------------*/
 .index-banner_pc { display: none !important; }
/*--------------------------------------
　toc_parts
 ---------------------------------------*/
 .toc_parts { padding: 3rem 2.5rem 2rem; }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left-width: 2px;
 }
 #toc {
  margin: 1.5rem 0 0 0;
  padding: 1rem 0 0;
 }
 #toc .chapter .chapter-h {
  margin: 1rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 #toc ul.chapter .chapter-h::before {
  top: 11px;
  font-size: 1.8rem;
 }
 #toc li.chapter-h.chapter-h-three {
  margin: 0.5rem 0 0.5rem 2rem;
 }
 #toc li.chapter-h.chapter-h-three::before {
  top: 6px;
  width: 6px;
  height: 6px;
 }
 #toc li.chapter-h-three + .chapter-h-two {
  margin-top: 2rem;
 }
 /*--------------------------------------
   関連記事
 ---------------------------------------*/
 #related-article .related-article01-frame {
  padding: 20px 25px;
  margin: 6rem 1rem 3rem;
 }
 #related-article .related-article01-title span {
  font-size: 1.6rem;
 }
 #related-article .related-article01-list {
  margin: 15px 0 0 0;
  padding: 10px 0 0;
 }
 #related-article .related-article01-list li {
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 #related-article .related-article01-list li:last-child {
  margin-bottom: 0;
 }
/*--------------------------------------
   SP用横スクロールtable
 ---------------------------------------*/
#contents .wr01_table-scroll {
  margin: 20px 0px;
  width: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#contents .wr01_table-scroll::-webkit-scrollbar {
  height: 10px;
}
#contents .wr01_table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
#contents .wr01_table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 5px;
}

#contents .wr01_table-scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: auto; 
  width: 100%;
  margin: 0;
  border: none;
  display: table;
}

#contents .wr01_table-scroll table th,
#contents .wr01_table-scroll table td {
  word-break: break-word;
  vertical-align: middle;
  padding: 20px;
  display: table-cell;
	white-space: normal;
  min-width: 210px;
}


}

