@charset "utf-8";
/* CSS Document */

/* 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: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ZKG-500.woff2") format("woff2"),
    url("fonts/ZKG-500.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700.woff2") format("woff2"),
    url("fonts/ZKG-700.woff") format("woff");
  font-display: swap;
}

/* 縦書き専用フォント（別の font-family を指定） */
@font-face {
  font-family: "Zen Kaku Gothic New Vertical";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ZKG-500-vertical.woff2") format("woff2"),
    url("fonts/ZKG-500-vertical.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Kaku Gothic New Vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700-vertical.woff2") format("woff2"),
    url("fonts/ZKG-700-vertical.woff") format("woff");
  font-display: swap;
}


/*--------------------------------------------------------------------------
 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;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック",
    "游ゴシック体", "Open Sans", Arial, Verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  /*line-height: 1.8em;*/
  min-width: 153rem;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  background: #fff9f0 url(img/bg_rep01.png) 50% 0 repeat-y;
  background-size: auto;
}

h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.2rem;
  font-weight: 700;
  word-break: break-all;
}

.sp {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

/*--------------------------------------
　Base
---------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  cursor: pointer;
}

p a {
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.wi900 {
  width: 90rem;
  margin: 0 auto;
}

.wi1000 {
  width: 100rem;
  margin: 0 auto;
}

.wi1100 {
  width: 110rem;
  margin: 0 auto;
}

.ab {
  position: absolute;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.fc_blue {
  color: #257ec7;
}

.fc_brown {
  color: #d97249;
}

body.postid-157 {
  font-family: Helvetica, "Helvetica Neue", sans-serif;
}
.eng {
  font-family: Helvetica, "Helvetica Neue", sans-serif;
}

/*
・マーカーライン…<span class=”marker”>マーカーラインの強調テキスト</span>
・太字…<span class=”txt_bold”>太字の強調テキスト</span>
*/

p span {
  font-weight: 700;
}

.marker {
  background: linear-gradient(transparent 93%, #d97249 60%);
  font-weight: 700;
  padding: 0 0 .1rem 0;
}

.txt_bold {
  background: none;
  font-weight: 700;
  color: #d97249;
}

.bg_white {
  background: #FFF;
}

.bg_beige01 {
  background: #fff9f0;
}

.bg_beige02 {
  background: #fff6ea;
}

.bg_beige03 {
  background: #ffebd3;
}

.bg_blue {
  background: #e9f4fc;
}


/* ================== */
/*header　*/
/* ================== */


.sitename_wrap {
  padding: .8rem 2rem .8rem 2rem;
}

.sitename_wrap .sitename,
.sitename_wrap .sitename a {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  line-height: 2rem;
  /* display: inline-block; */
  color: #999;
}

.sitename_wrap .cname {
  position: relative;
  font-size: 1.1rem;
  display: inline-block;
  color: #999;
}

.sitename a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ================== */
/*barger　*/
/* ================== */

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s;
}

body.fix {
  position: fixed;
  left: 0;
  right: 0;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.out-frame {
  height: 100%;
  min-height: 100vh;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .bargBg {
  display: none;
}
.bargBg {
  background: rgba(37, 126, 199, 1);
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
  width: 60px;
  height: 60px;
  border-radius: 4rem;
   
}

.bargBg:hover {
  opacity: 0.7;
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}

.bargBg.active {
  transform: translateX(-300px);
}

.bargBg span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 1.1rem);
  width: 2.2rem;
  height: 2px;
  background-color: #FFF;
}

.bargBg.active span {
  background-color: #FFF;
}

.bargBg span:nth-of-type(1) {
  top: 17px;
}

.bargBg.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
  top: 29px;
}

.bargBg.active span:nth-of-type(2) {
  opacity: 0;
}

.bargBg span:nth-of-type(3) {
  top: 41px;
}

.bargBg.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  overflow-y: scroll;
  width: 310px;
  height: 100%;
  background-color:#ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(310px);
  transition: all 0.5s;
}

.logo_g-nav {
    width: 70%;
    margin: 1rem auto 2rem;
}

nav.open {
  transform: translateZ(0);
}

nav li {
  color: #fff;
  text-align: center;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.header-menu ul.accordion ul {
  display: none;
}

#g-nav .accordion li {
  border-bottom: 1px solid #eee;
}

#g-nav .accordion li a {
  display: block;
  text-align: left;
	text-decoration: none;
  padding: 15px 28px 15px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background: #fff url("img/arr_black.png") 96% 50% no-repeat;
  background-size: 1.4rem auto;
}

#g-nav .accordion li .tglMenu {
  text-align: left;
	font-weight: bold;
  color: #333;
  padding: 15px 25px 15px 15px;
  background: #fff url("img/arr_white_down.png") right -.5rem top 50% no-repeat;
  background-size: 4.6rem auto;
}

#g-nav .accordion li .tglMenu:hover {
  opacity: 0.7;
}

#g-nav .accordion li .tglMenu.open {
  background: #fff url(img/arr_white_up.png) right -.5rem top 50% no-repeat;
  background-size: 4.6rem auto;
}


#g-nav .accordion:nth-child(2) li .tglMenu {
  padding: 1.5rem 3.5rem 1.5rem 5.6rem;
  background: url(img/icon_navfix01.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
  background-size: 3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(2) li .tglMenu.open {
  background: url(img/icon_navfix01.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
  background-size: 3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(3) li .tglMenu {
  padding: 1.5rem 3.5rem 1.5rem 5.6rem;
  background: url(img/icon_navfix02.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
  background-size:3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(3) li .tglMenu.open {
  background: url(img/icon_navfix02.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
  background-size: 3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(4) li .tglMenu {
  padding: 1.5rem 3.5rem 1.5rem 5.6rem;
  background: url(img/icon_navfix03.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
  background-size:3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(4) li .tglMenu.open {
  background: url(img/icon_navfix03.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
  background-size: 3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(5) li .tglMenu {
  padding: 1.5rem 3.5rem 1.5rem 5.6rem;
  background: url(img/icon_navfix04.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
  background-size:3.4rem auto, 4.4rem auto;
}

#g-nav .accordion:nth-child(5) li .tglMenu.open {
  background: url(img/icon_navfix04.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
  background-size: 3.4rem auto, 4.4rem auto;
}

#g-nav .accordion li a,
#g-nav .accordion li .tglMenu {
  line-height: 2rem;
}

#g-nav .accordion li ul li a {
  padding: 15px 35px 15px 30px;
  color: #333;
  background: #fff url("img/arr_black.png") 96% 50% no-repeat;
  background-size: 1.4rem auto;
}

#g-nav .accordion li ul li a:hover {
  opacity: 0.8;
}

#g-nav .accordion li ul li {
  border-bottom: none;
  border-top: 1px solid #eee;
  image-rendering: -webkit-optimize-contrast;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/

#contents {
  padding: 0;
}

#index,
#category,
#page {
  margin: 0;
  padding: 0;
}

#category,
#page {
  position: relative;
  margin: 0 auto;
  padding: 0 0 5rem 0;
}

.key_sec {
  background: #ffebd3 url(/wp/wp-content/uploads/bg_key_sec_sp.png) 100% 100% no-repeat;
    background-size: auto;
    border-radius: 0 0 20rem 20rem;
    position: relative;
    margin: 0 auto 3rem;
}

.key_sec .inner {
  padding: 0 0 7rem 0;
}


/*--------------------------------------
上部固定ナビ
---------------------------------------*/

#btn_fix {
    position: fixed;
    top: 0;
    border-radius: 0 0 1rem 1rem;
    right: 2rem;
    z-index: 1;
    padding: 0 1rem 1rem;
    background: #ffffffe6;
	margin-right: 8rem;
}

#btn_fix .tit {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0;
}

#btn_fix .tit:before {
  content: "";
  background: url(img/deco_writing_bd_black.png) right 0 top 50% repeat-x;
  background-size: 10rem auto;
  width: 24rem;
  height: 1.2rem;
  margin: 0 2rem 0 0;
  display: inline-block;
}

#btn_fix .tit:after {
  content: "";
  background: url(img/deco_writing_bd_black.png) right 0 top 50% repeat-x;
  background-size: 10rem auto;
  width: 24rem;
  height: 1.2rem;
  margin: 0 0 0 2rem;
  display: inline-block;
}

#btn_fix .btn_fl {
  margin: 0;
  padding: 0;
  gap: 2rem;
}

#btn_fix .btn-internal,
#btn_fix .btn-line {
  margin: 0;
  width: 34rem;
}

#btn_fix .btn-internal a {
  padding: 1.2rem 6rem 1.2rem 3rem;
  display: block;
}

#btn_fix .btn-line a {
  padding: 1.2rem 5.5rem 1.2rem 6rem;
  display: block;
}

#btn_fix a {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#btn_fix a:hover {
  text-decoration: none;
}

#btn_fix .bg_heart {
  background: url(img/deco_shape_brown01.png) 50% 50% no-repeat;
  background-size: contain;
  color: #FFF;
  padding: 1rem .8rem .6rem 1rem;
  margin: 0 0 0 .5rem;
}


/*--------------------------------------
固定ナビ
---------------------------------------*/

#nav_fix {
  position: fixed;
    top: 10rem;
    left: 2rem;
    z-index: 1;
    width: 24rem;
    border: 2px solid #8d776e;
    padding: 2rem 2rem 3rem 2rem;
    background: #FFF;
    border-radius: 1rem;
}

#nav_fix .navLogo {
  width: 17rem;
  margin: 0 auto 1rem;
}

#nav_fix .navLogo img {
  margin: 0 auto 1rem;
}

#nav_fix .navLogo .subTxt {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6rem;
  display: block;
}

#nav_fix .cateLink {
  margin: 0 auto 1rem;
}

#nav_fix .cateLink .sLink {
  border-bottom: 1px solid #eee;
}

#nav_fix .cateLink .sLink {
  border-bottom: 1px solid #eee;
}

#nav_fix .cateLink .sLink:last-child {
  border: none;
}

#nav_fix .cateLink .sLink a {
  display: block;
  padding: 1.5rem 0 1.5rem 5rem;
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#nav_fix .cateLink .sLink a:hover {
  text-decoration: none;
}

#nav_fix .cateLink .sLink:nth-child(1) a {
  background: url(img/icon_navfix01.png) 0 50% no-repeat;
  background-size: 3.6rem auto;
}

#nav_fix .cateLink .sLink:nth-child(2) a {
  background: url(img/icon_navfix02.png) 0 50% no-repeat;
  background-size: 3.6rem auto;
}

#nav_fix .cateLink .sLink:nth-child(3) a {
  background: url(img/icon_navfix03.png) 0 50% no-repeat;
  background-size: 3.6rem auto;
}

#nav_fix .cateLink .sLink:nth-child(4) a {
  background: url(img/icon_navfix04.png) 0 50% no-repeat;
  background-size: 3.6rem auto;
}

#nav_fix .cateLink .sLink a .bg_blue {
  background: #257ec7;
  border-radius: .5rem;
  padding: .1rem .5rem;
  color: #FFF;
}

#nav_fix .subTxt02 {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.8rem;
}


/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 60px;
}

#page-top:hover {
  opacity: 0.7;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  width: 100rem;
  margin: 0 auto 2rem;
  padding: 0;
  position: relative;
}

#pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto;
  color: #999;
}

#pankuzu span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

#pankuzu a {
  color: #999;
}

#pankuzu a:hover {
  text-decoration: underline;
}

/*--------------------------------------
Footer
---------------------------------------*/

footer {
  margin: 37rem auto 0;
  padding: 8rem 0 0;
  background: #257ec7;
  position: relative;
}

footer:before {
  content: "";
  background: url(img/deco_illust_foot.png) 50% 100% no-repeat;
  background-size: contain;
  width: 110rem;
  height: 29.5rem;
  position: absolute;
  top: -29.5rem;
  left: calc(50% - 55rem);
}

footer .aboutBox {
  width: 96rem;
  margin: 0 auto 6rem;
  background: #FFF;
  padding: 4rem 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 1rem;
}

footer .aboutBox * {
  color: #333;
}

footer .aboutBox .leftCont {
  width: 28rem;
  padding: 0;
}

footer .aboutBox .sTit {
  font-size: 2.2rem;
  color: #257ec7;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0 0 2rem 0;
}

footer .aboutBox .leftCont .logo_foot {
  width: 20rem;
  margin: 0 0 0 2rem;
}

footer .aboutBox .txtArea {
  width: calc(100% - 28rem);
  padding: 0 0 0 1rem;
}

footer .aboutBox .txtArea .txt_link {
  text-align: right;
}

footer .aboutBox .txtArea .txt_link a {
  text-align: center;
  display: inline-block;
  padding: 0 2.5rem 0 0;
  background: url(img/arr_black.png) right 0 top 50% no-repeat;
  background-size: 1.4rem auto;
}

footer .flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96rem;
  margin: 0 auto 5rem;
}

footer .flBox .leftCont {
  width: 35rem;
}

footer .flBox .leftCont .bnArea {
  width: 100%;
  margin: 0 auto 3rem;
}

footer .flBox .leftCont .bnArea img{
border-radius: 1rem;
}

footer .flBox .areaInner {
  width: calc(100% - 35rem - 4rem);
}

footer .bnArea a:hover {
  opacity: 0.7;
}

footer .areaInner {
  width: 100rem;
  /* margin: 0 auto; */
  padding: 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .areaInner .footBox {
  margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
  background: url("img/arr_white02.png") 3px 50% no-repeat;
  background-size: 1.3rem auto;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 3px 0 3px 30px;
}

footer .areaInner .smap {
  margin: 0 0 50px 0;
}

footer .areaInner .smap .sttl a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

footer .foot_link {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 50px;
}

footer .foot_link a {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
}

footer .foot_link a:nth-child(1) {
  display: inline-block;
  margin-right: 15px;
}

footer .foot_link a:nth-child(2) {
  display: inline-block;
  margin-left: 15px;
}

footer .foot_link a:hover {
  text-decoration: none;
}

footer .footBox ul {
  padding: 0 20px;
}

footer .areaInner .footBox .accChild {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
  background: none;
}

footer .areaInner .footBox .accChild li.subCat {
  margin: 0 30px 0 0;
  padding: 0;
}

footer .areaInner .footBox .accChild li.subCat::after {
  content: "　/　";
  letter-spacing: 0;
  color: #fff;
}

footer .areaInner .footBox .accChild .sp+li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp+li::before {
  /* content: "|　"; */
  letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp+li.subCat::before {
  content: "";
}

footer .areaInner .footBox .accChild .subList li::after {
  content: "　/　";
  letter-spacing: 0;
  color: #fff;
}

footer .areaInner .footBox .accChild li {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer .areaInner .footBox .accChild li.sp {
  display: none;
}

footer .areaInner .footBox .accChild li a {
  /*background: url("img/arrow_white.png") 0 50% no-repeat;
background-size: 5.5px;*/
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
}

footer .areaInner .footBox .accChild .subList li:first-child:before {
  content: "　/　";
  letter-spacing: 0;
  color: #fff;
}

footer .areaInner .footBox .accChild .subList {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
  padding: 0 0 0 0;
  display: inline-block;
  margin: 0;
}

footer .areaInner .footBox .accChild .subList li a {
  /*background: url(img/arrow_white.png) left center no-repeat;
background-image: none;
background-size: 4px auto;*/
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

footer .smLink {
  display: inherit;
  text-align: right;
  margin: 0 0 40px 0;
}

footer .smLink a {
  /*background: url("img/arrow_square_black.png") 6px 50% no-repeat;
background-size: 17px;*/
  padding: 2px 0 2px 30px;
}

footer .noticeArea {
  box-sizing: border-box;
}

footer .noticeArea p {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
 line-height: 1.6;
}

footer .botPrg {
  padding: 15px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

footer .botArea {
  padding: 13px 0;
  background: #257ec7;
  border-top: 1px solid #fff;
}

footer .botArea .botInner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}

footer .botArea .botInner .smap {
  float: right;
}

footer .botArea .botInner .smap a {
  background: url("img/arr_white02.png") 2px 50% no-repeat;
  background-size: 1.3rem auto;
  padding: 2px 0 2px 30px;
  text-decoration: none;
  color: #fff;
}

footer .botArea .botInner .smap a:hover {
  text-decoration: underline;
}

footer p.copy {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #fff;
}

footer p.copy a {
  color: #fff;
  text-decoration: none;
}

/* ================== */
/*メインコンテンツ　*/
/* ================== */

#contents .caption {
  display: block;
  text-align: center;
  margin: 1rem 0 0 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.caption::-webkit-scrollbar {
  height: 5px;
}

.caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}

.caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

/*--------------------------------------
　content
---------------------------------------*/

.h1_sec h1 {
  letter-spacing: 0.2rem;
  color: #333;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 7rem;
  /* margin: 0 auto 40px; */
 padding: 4rem 17rem 2rem 0;
  text-align: left;
  position: relative;
  word-break: break-all;
}

#category h2,
#page h2 {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 7rem 0 3rem;
  color: #333;
  background: #ffe694;
  padding: 1.8rem 2rem 1.8rem 3rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 3.6rem;
}

#category h2:before,
#page h2:before {
  content: "";
  position: absolute;
  background: #ffd44a;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  top: calc(50% - 1.7rem);
  left: -1.5rem;
}

#category h2 a,
#page h2 a {
  display: block;
  background: url("img/arr_black.png") right 0 top 50% no-repeat;
  background-size: 1.4rem auto;
  padding: 0 20px 0 0;
  color: #333;
}

#category h2 a,
#page h2 a {
  text-decoration: none;
}

#category h2 a:hover,
#page h2 a:hover {
  opacity: 0.5;
}

#category h3,
#page h3 {
  letter-spacing: 0.2rem;
  padding: 18px 0 17px 2.5rem;
  border-bottom: 2px solid #CCC;
  margin: 50px 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: left;
  position: relative;
}

#category h3:before,
#page h3:before {
  content: "";
  background: #2273bf;
  border-radius: 2rem;
  display: inline-block;
  width: .6rem;
  height: calc(100% - 3.4rem);
  position: absolute;
  top: 1.8rem;
  left: 0;
}

#category h3 a,
#page h3 a {
  text-align: left;
  display: block;
  background: url("img/arr_black.png") right 2rem top 50% no-repeat;
  background-size: 1.4rem auto;
  padding: 0 20px 0 0;
  text-decoration: none;
}

#category h2 a,
#page h2 a {
  text-decoration: none;
  text-decoration: none;
}

#category h3 a:hover,
#page h3 a:hover {
  opacity: 0.5;
}


#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  color: #257ec7;
    letter-spacing: 0.1rem;
    position: relative;
    margin: 4rem 0 0;
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
  /*background: linear-gradient(to right,
#ccc 0%,色の部分
#ccc 55%,色の部分
rgba(0,0,0,0) 40%,空白の部分
rgba(0,0,0,0) 100%)空白の部分
repeat-x left bottom/10px 2px;*/
  /*background: url(img/line01.gif) 0 100% repeat-x;
background-size: auto 3px;*/
}


#category h6 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a {
  color: #257ec7;
  position: relative;
  display: block;
  background: url("img/arr_black.png") right 2rem top 50% no-repeat;
  background-size: 1.4rem auto;
  padding: 0 35px 0 0;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
}


#category h6 a:hover,
#category h4 a:hover,
#category h5 a:hover,
#category h6 a:hover,
#page h4 a:hover,
#page h5 a:hover,
#page h6 a:hover {
  opacity: 0.5;
}


.txt_check {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.8rem;
  letter-spacing: .2rem;
  margin: 5rem auto 3rem;
  padding: 0 0 0 9rem;
  position: relative;
}

.txt_check:before {
  content: "";
  background: url(img/icon_sec_check.png) 50% 50% no-repeat;
  background-size: auto;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 7rem;
  height: 7.6rem;
}


#contents ul {
  margin: 2rem 0 2rem;
  padding: 1rem 1rem 0 0;
}

#contents ul li {
  padding: 0 0 0 2.2rem;
  background: url(./img/listicon.png) .2rem 1rem no-repeat;
  background-size: auto 1.2rem;
  margin: 0 0 5px 0;
}
#contents ul span{
  font-weight: 700;
}

#contents ul li:last-child {
  margin: 0;
}

#contents ul li a {
  text-decoration: underline;
}

#contents ul li a:hover {
  text-decoration: none;
}


#contents ol {
  margin: 20px 0 20px;
  padding: 10px 14px 0 0;
  counter-reset: number;
}

#contents ol li {
  padding: 0 0 .6rem 2.6rem;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#contents ol li::before {
  display: block;
  background-color: #ffd954;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 6px;
  left: 0;
  color: #333;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 50%;
}

#contents ol li:nth-child(-n + 15):before {
  content: counter(number);
  /* content: counter(number, decimal-leading-zero); */
}

.sitemap ul a {
  text-decoration: underline;
}

.sitemap ul a:hover {
  text-decoration: none;
}

/*--------------------------------------
　table
---------------------------------------*/

#contents table {
  width: 100%;
  table-layout: fixed;
  margin: 30px auto 30px;
}

#contents table th,
#contents table td {
  word-break: break-all;
}

#contents table th {
  color: #333;
  width: 24%;
  padding: 14px 16px;
  background: #f2f8fd;
  border: 1px solid #ababab;
  line-height: 1.5;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

#contents table td {
  line-height: 1.5;
  padding: 13px;
  border: 1px solid #ababab;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  word-wrap: break-word;
}

#contents table ul {
  margin: 1rem 0;
    padding:0;
}
#contents table ul li {
    background: url(./img/listicon.png) .2rem 0.5rem no-repeat;
    background-size: auto 1.2rem;
}

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
  margin: 30px auto;
  padding: 0 0;
}

.float-wrap img {
  width: 100%;
}

.float-wrap .catch {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  color: #257ec7;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 3.2rem;
  padding: 0;
}

.float-wrap p {
  margin: 0;
  padding: 0;
  width: auto;
}

#contents .float-wrap ul {
  display: inline-block;
  margin: 15px 0;
  padding: 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: 440px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

#contents .float-wrap table {
  width: 68%;
  margin: 2rem 0 3rem;
}

#contents .float-wrap table th {
  width: 42%;
}

.caption {
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  word-break: break-all;
  color: #999;
}

.caption a {
  color: #999;
  text-decoration: underline;
}

.bg_blue .caption,
.bg_blue .caption a {
  color: #FFF;
}

.caption a:hover {
  color: #999;
  text-decoration: none;
}

/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a,
.btn-internal a,
.btn-web a,
.btn-line a {
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: .3s all;
}

.btn-link {
  margin: 20px 0;
  text-align: right;
}

.btn-link a {
  font-size: 1.5rem;
  color: #333;
  display: inline-block;
  background: url("img/arr_black.png") 100% 50% no-repeat;
  background-size: 1.4rem auto;
  padding: 4px 25px 4px 0;
  line-height: 1.3;
  text-decoration: underline;
}

.btn-link a:hover {
  text-decoration: none;
}

.btn-internal {
  width: 40rem;
  margin: 40px auto;
}

.btn-web {
  width: 40rem;
  margin: 40px auto;
}

.btn-line {
  width: 40rem;
  margin: 40px auto;
}

.btn-internal a:hover,
.btn-web a:hover,
.btn-line a:hover {
  transform: translateY(-1rem);
  transition: .3s all;
}

.btn-internal a {
  background: #ffd954 url("img/arr_white01.png") right 2rem top 50% no-repeat;
  background-size: 3rem auto;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 2rem 6rem 2rem 3rem;
  position: relative;
  line-height: 2.8rem;
  border-radius: 1rem;
}

.btn-web a:hover {
  opacity: 0.7;
}

.btn-internal a:hover {
  opacity: 0.7;
}


.btn-tel {
  display: none;
}

.btn-web a {
  background: #257ec7 url("img/icon_web.png") right 2rem top 50% no-repeat;
  background-size: 3rem auto;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 2rem 6rem 2rem 3rem;
  position: relative;
  line-height: 2.8rem;
  border-radius: 1rem;
}

.btn-line a {
  background: url("img/icon_line.png") left 2rem top 50% no-repeat, url("img/icon_web.png") right 2rem top 50% no-repeat, #17aa6c;
  background-size: 3.4rem auto, 3rem auto;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 2rem 5.5rem 2rem 6rem;
  position: relative;
  line-height: 2.4rem;
  border-radius: 1rem;
}

.btn_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6rem auto;
  padding: 0 2rem;
}

.btn_fl>div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn_fl>div a {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.btn_fl .btn-internal,
.btn_fl .btn-web,
.btn_fl .btn-line {
  margin: 0;
}



.wi1100 {
  width: 110rem;
}

.auto {
  margin: 0 auto;
}

.webLink {
  font-size: 10px;
  color: #808080;
  text-align: center;
  line-height: 1.6rem;
}

p {
  margin: 2rem 0 2rem 0;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page.sitemap {
  width: 1000px;
  margin: 0 auto;
}

#page.sitemap li a:hover {
  text-decoration: underline;
}

/*目次*/
#contents #pageList {
  width: 90rem;
  margin: 6rem auto 8rem;
  position: relative;
  background: #FFF;
  padding: 4rem 5rem;
  border: .2rem solid #CCC;
  border-radius: 1rem;
}
body.postid-157 #contents #pageList {
  padding: 2rem 5rem 4rem;
}

#contents #pageList .decoTit {
  margin: 0 0 1.5rem 0;
  position: relative;
}

#contents #pageList .decoTit .sTit {
  display: inline-block;
  line-height: 3rem;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  padding: 0 10rem 0 0;
  background: url(img/decoen_index.svg) right 0 top calc(100% - 2px) no-repeat;
  background-size: auto 1.8rem;
}


#pageList ul {
  margin: 0;
  padding: 0;
}

#pageList ul li {
  position: relative;
  margin: 0;
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  background: none;
}

#pageList ul li.chapter-h-three {
  padding: 1.5rem 0 1.5rem 2rem;
}


#pageList .container {
  height: 20rem;
  transition: .5s;
  overflow: hidden;
}

#pageList .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  height: 8rem;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
  transition: .5s;
  z-index: 1;
}

#pageList .container.active:before {
  display: none;
}

#pageList button {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  border: 2px solid #333;
  background: #FFF url(img/icon_plus.png) right 3rem top 50% no-repeat;
  background-size: 1.2rem auto;
  width: 28rem;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto -7rem;
  display: block;
  letter-spacing: 0.1rem;
  transition: .3s all;
}
body.postid-157 #pageList button {
	width: 32rem;
	}
#pageList button:hover {
  transform: translateY(-1rem);
  transition: .3s all;
}


#pageList button.open {
  background: #FFF url(img/icon_minus.png) right 3rem top 50% no-repeat;
  background-size: 1.2rem auto;
}

#pageList #toc ul li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.4;
}

#pageList #toc ul li.chapter-h-two {
  counter-increment: count;
  padding: .3rem 0 .3rem 3rem;
}

#pageList #toc ul li.chapter-h-two::before {
  content: counter(count, decimal-leading-zero)".";
  /*2桁対応*/
  position: absolute;
  top: 1.8rem;
  left: 0;
  transform: translate(0, -50%);
  background: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #17aa6c;
}

#pageList li a {
  display: block;
  width: auto;
  padding: 4px 0 6px;
  text-decoration: none;
}

#pageList #toc ul ul {
  margin: 0;
  padding: 0 0 2px;
}

#pageList #toc ul li.chapter-h-three {
  padding: 0 0 1rem 5rem;
}

#pageList #toc ul li.chapter-h-three::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 3.5rem;
  width: 8px;
  height: 100%;
  background: url("./img/arr_sub.png") 0 12px no-repeat;
  background-size: 8px auto;
}

#pageList #toc ul li.chapter-h-three::before {
  width: 0;
  height: 0;
  background: none;
  border: none;
}

#pageList li br {
  display: none;
}

#pageList ul li a {
  text-decoration: none;
}

#pageList ul li a:hover {
  text-decoration: underline;
}

/*関連リンク*/

#contents #article {
  width: 90rem;
  margin: 6rem auto 6rem;
  position: relative;
  background: #FFF;
  padding: 4rem 5rem;
  border: 2px solid #cccccc;
  border-radius: 1rem;
}

#contents #article .tit {
  font-size: 3rem;
  display: inline-block;
  padding: 0 12rem 0 0;
  background: url(img/decoen_articles.svg) 100% 50% no-repeat;
  background-size: auto;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin: 0 0 2rem 0;
  position: relative;
}

#contents #article ul {
  margin: 0;
  padding: 0;
}

#contents #article ul li {
  padding: 0;
  margin: 0 0 10px 0;
  background: none;
}

#contents #article ul li * {
  margin: 0;
}

#contents #article ul li a {
  padding: 0 2.5rem 0 0;
  display: inline-block;
  line-height: 2.6rem;
  text-decoration: none;
  position: relative;
  background: url(img/arr_black.png) 100% 50% no-repeat;
  background-size: 1.4rem auto;
}

#contents #article ul li:last-child {
  margin: 0;
}

#contents #article ul li a {
  text-decoration: none;
}

#contents #article ul li a:hover {
  text-decoration: underline;
}

/*共通*/


/*comCont01*/

.comCont01 {
  margin: 10rem auto 7rem;
  padding: 0 5rem;
}

.comCont01 .inner {
  background: #FFF;
  border-radius: 1rem;
  border: 2px solid #ffebd3;
  padding: 4rem 5rem 4rem 5rem;
  position: relative;
}

.comCont01 .hukiTit {
  background: #257ec7;
  width: 15rem;
  padding: 1.8rem 2rem;
  border-radius: 5rem;
  position: absolute;
  top: -3rem;
  left: 3rem;
}

.comCont01 .hukiTit:before {
  content: "";
  background: #257ec7;
  position: absolute;
  bottom: -.9rem;
  left: 4rem;
  width: 2rem;
  height: 1rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.comCont01 .hukiTit img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.comCont01 .ab {
    top: 3rem;
    width: 20%;
    left: 5rem;
}

.comCont01 .flBox {
  flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 4rem;
    display: flex;
    align-items: center;
    height: 100px;
}

.comCont01 .flBox .logoArea {
  width: 18rem;
  height: 12rem;
  background: url(img/deco_shape_sec_beige01.png) 50% 50% no-repeat;
  background-size: auto;
  padding: 2rem 0 0 0;
}

.comCont01 .flBox .logoArea img {
  margin: 0 auto .5rem;
}

.comCont01 .flBox .logoArea .sTit {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

#contents #category .comCont01 .flBox .catch,
#contents #page .comCont01 .flBox .catch {
  width: calc(100% - 18rem);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  padding: 2rem 0 0 3rem;
  margin: inherit;
  background: none;
  color: #333;
  border: none;
  letter-spacing: .1rem;
}

#contents #category .comCont01 .flBox .catch:before,
#contents #page .comCont01 .flBox .catch:before {
  display: none;
}


/*comCont02*/

.comCont02 {
  margin: 10rem auto 6rem;
  position: relative;
}

.comCont02:before {
  content: "";
  background: #e9f4fc;
  width: 134rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 62rem);
  border-radius: 1rem 40rem 40rem 1rem;
}

.comCont02 .inner {
  position: relative;
  padding: 8rem 0 10rem 0;
}

.comCont02 .inner:before {
  content: "";
  position: absolute;
  background: url(img/deco_shape_sec_blue01.png) 50% 50% no-repeat;
  background-size: auto;
  width: 29.9rem;
  height: 25.2rem;
  top: -3rem;
  left: 3rem;
}

.comCont02 .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .2rem;
  padding: 0 0 0 11rem;
  margin: 0 0 5rem 0;
}

.comCont02 .title .sponsored_txt {
  color: #FFF;
  margin: 0 5rem 0 0;
}

.comCont02 .contArea {
  position: relative;
}

.comCont02 .icon_media {
  position: absolute;
  width: 10rem;
  height: 10.1rem;
  background: url(img/bgdeco_kanshu.png) 50% 50% no-repeat;
  background-size: cover;
  top: 0;
  left: -2rem;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  line-height: 2.6rem;
  padding: 2.5rem 0 0 0;
}

.comCont02 .flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.comCont02 .flBox .phArea {
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid #8d776e;
  width: 34rem;
  margin: 3rem -3rem 0 0;
  position: relative;
}

.comCont02 .flBox .phArea img {
  width: 100%;
  height: 27rem;
  object-fit: cover;
}

.comCont02 .flBox .phArea .name {
  text-align: center;
  font-size: 1.3rem;
  background: #fff4e3;
  font-weight: 700;
  padding: 1rem;
  line-height: 2.4rem;
}

.comCont02 .flBox .txtArea {
  background: #FFF;
  border-radius: .5rem;
  width: 56rem;
  border: solid 2px #ecf5fc;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 8px #FFF;
  /* 外側の線になる5pxの一本線の枠線をひく*/
  outline-offset: 1px;
  /* 内側の線になる一本線の枠線をひく*/
  margin: 6px;
  /* outlineの値＋outline-offsetの値*/
  padding: 4rem 4rem 4rem 6rem;
}

.comCont02 .btn_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2rem;
  margin: 6rem auto 0;
}

.comCont02 .btn_fl .btn-internal,
.comCont02 .btn_fl .btn-web {
  width: 46%;
}


/*comCont03*/

.comCont03 {
  margin: 4rem auto 4rem;
  padding: 0 5rem;
}

.comCont03 .inner {
  border: 2px solid #ccc;
  padding: 3rem 4rem;
  background: #FFF;
  border-radius: 1rem;
}

.comCont03 .inner .sTit {
  color: #d97249;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.comCont03 .inner .sTit a{
	color: #d97249;
}


/*comCont04*/

.comCont04 {
  margin: 6rem auto 6rem;
  padding: 0 5rem;
}

.comCont04 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.comCont04 .inner:before {
     content: "";
    position: absolute;
    background: url(img/decoen_comment.svg) 50% 50% no-repeat;
    background-size: auto;
    width: 11rem;
    height: 2rem;
    top: 1rem;
    left: 22rem;
    z-index: 1;
}

.comCont04 .inner .phArea {
  width:14rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #FFF;
}

.comCont04 .inner .phArea .name {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.4rem;
}

.comCont04 .inner .hukiBox {
  width: 62rem;
	margin-top: 2rem;
  position: relative;
  background: #ffebd3;
  border-radius: 1rem;
  padding: 4rem 5rem;
}

.comCont04 .inner .hukiBox:before {
  content: "";
  position: absolute;
  background: #ffebd3;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 3rem;
  left: -1.95rem;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.comCont04 .inner .catch {
  color: #257ec7;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.comCont04 .inner .hukiBox p:last-child {
  margin: 0;
}


/*comCont05*/

.comCont05 {
  margin: 6rem auto 6rem;
}

.comCont05 .inner {
  background: #FFF;
  position: relative;
  border-radius: 1rem;
  padding: 4rem 5rem;
}

.comCont05 .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/deco_writing_bd_gray.png) 50% 50% repeat-x;
  background-size: auto .3rem;
  width: 100%;
  height: .3rem;
}

#contents #category .comCont05 .inner .q_tit,
#contents #page .comCont05 .inner .q_tit {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d97249;
  padding: 0 0 0 5rem;
  margin: 0 0 3rem 0;
  background: none;
  border: none;
}

#contents #category .comCont05 .inner .q_tit:before,
#contents #page .comCont05 .inner .q_tit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/deco_q_brown.svg) 50% 50% no-repeat;
  background-size: 3.2rem auto;
  width: 3.2rem;
  height: 3.2rem;
}

.comCont05 .inner .flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comCont05 .inner .phArea {
  width: 26rem;
  border-radius: 1rem;
  border: 2px solid #8d776e;
  overflow: hidden;
  background: #fff4e3;
}

.comCont05 .inner .phArea img {
  object-fit: cover;
  width: 100%;
}

.comCont05 .inner .phArea .name {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 1rem;
}

.comCont05 .inner .a_box {
  width: 50rem;
}

#contents #category .comCont05 .inner .a_box .a_tit,
#contents #page .comCont05 .inner .a_box .a_tit {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .2rem;
  position: relative;
  padding: 0 0 0 6.5rem;
  margin: 0 0 2rem 0;
  background: none;
  border: none;
  color: #333;
}

#contents #category .comCont05 .inner .a_box .a_tit:before,
#contents #page .comCont05 .inner .a_box .a_tit:before {
  content: "";
  background: url(img/deco_writing_bd_gray.png) 50% 50% no-repeat;
  background-size: auto .3rem;
  width: 5rem;
  height: .3rem;
  position: absolute;
  top: 1.4rem;
  left: 0;
}


/*comCont06*/

.comCont06 {
  margin: 7rem auto 6rem;
}

.comCont06 .inner {
  background: #FFF;
  position: relative;
  padding: 1rem 5rem 0;
  border-radius: 1rem;
  position: relative;
}

.comCont06 .inner .deco01 {
  width: 10rem;
  height: 10rem;
      top: -4rem;
    right: 1rem;
}

.comCont06 .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/deco_writing_bd_gray.png) 50% 50% repeat-x;
  background-size: auto .3rem;
  width: 100%;
  height: .3rem;
}

#contents #category .comCont06 .inner .q_tit,
#contents #page .comCont06 .inner .q_tit {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d97249;
  padding: 0 0 0 5rem;
  margin: 0 0 2.5rem 0;
  background: none;
  border: none;
}

#contents #category .comCont06 .inner .q_tit:before,
#contents #page .comCont06 .inner .q_tit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/deco_q_brown.svg) 50% 50% no-repeat;
  background-size: 3.2rem auto;
  width: 3.2rem;
  height: 3.2rem;
}

.comCont06 .inner .detailBox .phArea {
  width: 26rem;
  border-radius: 1rem;
  border: 2px solid #8d776e;
  overflow: hidden;
  background: #fff4e3;
  float: left;
  margin: 0 4rem 1rem 0;
}

.comCont06 .inner .detailBox .phArea img {
  object-fit: cover;
  width: 100%;
}

.comCont06 .inner .detailBox .phArea .name {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 1rem;
}

.comCont06 .inner .a_box .a_tit {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .2rem;
  position: relative;
  padding: 0 0 0 6.5rem;
  margin: 0 0 2rem 0;
}

.comCont06 .inner .a_box .a_tit:before {
  content: "";
  background: url(img/deco_writing_bd_gray.png) 50% 50% no-repeat;
  background-size: auto .3rem;
  width: 5rem;
  height: .3rem;
  position: absolute;
  top: 1.4rem;
  left: 0;
}

.comCont06 .inner .sBlock {
  border-bottom: .7rem dotted #ffedb2;
  padding: 3rem 0 2rem 0;
}

.comCont06 .inner .sBlock:last-child {
  border-bottom: none;
}


/*comCont07*/

.comCont07 {
  margin: 6rem auto 6rem;
  padding: 0 10rem;
}

.comCont07 .inner {
  background: #FFF;
  border-radius: 1rem;
  padding: 6rem 5rem 5rem;
  position: relative;
}

.comCont07 .hukiTit {
  background: #257ec7;
  width: 15rem;
  padding: 2.4rem 2rem;
  border-radius: 5rem;
  position: absolute;
  top: -3rem;
  left: 3rem;
}

.comCont07 .hukiTit:before {
  content: "";
  background: #257ec7;
  position: absolute;
  bottom: -.9rem;
  left: 4rem;
  width: 2rem;
  height: 1rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.comCont07 .hukiTit img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.comCont07 .inner .phArea {
 width: 14rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #ecf5fc;
    position: absolute;
    top: -2rem;
    right: 5rem;
}

.comCont07 .inner .phArea .name {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.5rem;
}

.comCont07 .inner .q_tit {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d97249;
  padding: 0 0 0 5rem;
  margin: 0 0 1.5rem 0;
}

.comCont07 .inner .q_tit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/deco_q_brown.svg) 50% 50% no-repeat;
  background-size: 3.2rem auto;
  width: 3.2rem;
  height: 3.2rem;
}

.comCont07 .inner .a_tit {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 5rem;
line-height: 1.5;
  padding: 0 18rem 0 0;
}

.comCont07 .inner .tblArea dl {
  display: flex;
  flex-wrap: wrap;
	font-size: 1.3rem;
  justify-content: space-between;
  align-items: flex-start;
  background: url(img/deco_writing_bd_gray.png) 0 100% repeat-x;
  background-size: auto .3rem;
}

.comCont07 .inner .tblArea dl:first-child {
  background: url(img/deco_writing_bd_gray.png) 0 0 repeat-x, url(img/deco_writing_bd_gray.png) 0 100% repeat-x;
  background-size: auto .3rem, auto .3rem;
font-size: 1.3rem;
	    line-height: 1.6;
}

.comCont07 .inner .tblArea dl dt {
  font-weight: 700;
  width: 12rem;
  padding: 1.5rem 0;
}

.comCont07 .inner .tblArea dl dd {
  width: calc(100% - 12rem);
  padding: 1.5rem 0;
	line-height: 1.6;
}


/*comCont08*/

.comCont08 {
  margin: 6rem auto 6rem;
  position: relative;
}

.comCont08 .deco01 {
  width: 13rem;
    height: 13rem;
    top: 5rem;
    left: 9rem;
}

.comCont08 .inner {
  background: #fde9cd;
  border-radius: 20rem 20rem 1rem 1rem;
  padding: 8rem 10rem 1rem 10rem;
}

.comCont08 .inner .enTit {
  width: 55rem;
  margin: -11rem auto 3rem;
}

.comCont08 .inner .titArea {
  text-align: center;
  position: relative;
  margin: 0 auto 4rem;
}

.comCont08 .inner .titArea .idxh2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2rem;
}

.comCont08 .inner .titArea .subTit {
  display: inline-block;
  background: #FFF;
  border: 2px solid #257ec7;
  border-radius: 1rem;
  padding: .4rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #257ec7;
  letter-spacing: .2rem;
  margin: 0 0 2rem 0;
}

.comCont08 .inner .detailOut {
  background: #FFF;
  border:2px solid #8d776e;
  border-radius: 20rem 20rem 1rem 1rem;
  padding: 4rem 13rem 0 13rem;
  position: relative;
}

.comCont08 .inner .detailOut .txt02 {
  background: #257ec7;
  width: 15rem;
  padding: 1.2rem 1.5rem;
  border-radius: 5rem;
  position: absolute;
  top: -3.4rem;
  right: 12rem;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.2rem;
  z-index: 1;
}

.comCont08 .inner .detailOut .txt02:before {
  content: "";
  background: #257ec7;
  position: absolute;
  bottom: -.9rem;
  left: 5rem;
  width: 2rem;
  height: 1rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.comCont08 .inner .detailArea {
  padding: 0;
  max-height: 46rem;
  overflow: hidden;
}

.comCont08 .inner .detailArea.detailArea_nosc {
  max-height: 100%;
  overflow: visible;
}

.comCont08 .inner .detailArea .scroll {
  height: 100%;
	padding: 0 1rem;
}

#detailAreaWrap {
  overflow-y: scroll;
}

#detailAreaWrap.detailArea_nosc {
  overflow-y: visible;
}

#detailAreaWrap::-webkit-scrollbar {
  height: 3px;
  width: 6px;
}

#detailAreaWrap::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #eee;
}

#detailAreaWrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #bbb;
}

.comCont08 .inner .detailArea .sBlock {
  margin: 0 auto 4rem;
}

.comCont08 .inner .detailArea .sBlock .sTit {
  font-size: 2rem;
  font-weight: 700;
  color: #257ec7;
  letter-spacing: .2rem;
  text-align: center;
  position: relative;
  background: #ecf5fc;
  padding: 1rem 2rem;
  border-radius: 1rem 1rem 0 0;
}

.comCont08 .inner .detailArea .sBlock .sTit:before {
  background: #0087cd;
  font-size: 2rem;
  width: 6rem;
  height: 100%;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  text-align: center;
  box-sizing: border-box;
}

.comCont08 .inner .detailArea .sBlock:nth-child(odd) .sTit:before {
  content: "AM";
}

.comCont08 .inner .detailArea .sBlock:nth-child(even) .sTit:before {
  content: "PM";
}

.comCont08 .inner .detailArea .botArea {
  border: 2px solid #257ec7;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  padding: 2rem 3rem;
}

#contents .comCont08 .inner .detailArea ul {
  margin: 0;
  padding: 0;
}




@media screen and (max-width: 599px) {
  body {
    line-height: 2em;
    min-width: inherit;
    width: 100%;
    padding: 0 0 10.4rem 0;
  }

  #contents {
    overflow: hidden;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
  }

  p {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 1rem 0 1rem 0;
  }

  a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    /* 強調をなくす */
  }

  .wi900,
  .wi1000,
  .wi1100 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #category,
  #page {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 1.5rem 0;
    box-sizing: border-box;
  }

  .key_sec {
    overflow: auto;
    background: none;
    border-radius: 0;
	      margin: 0 auto 1rem;
  }

  .key_sec .inner {
    padding: 0;
  }

      .key_sec .key_sec_sp {
        background: #FFEBD2 url(/wp/wp-content/uploads/bg_key_sec_sp.png) right 0 bottom -0.5rem no-repeat;
        background-size: 22rem auto;
        border-radius: 0 0 5rem 5rem;
        padding: 1rem 1.5rem 3rem 1.5rem;
    }



  .key_sec .logo {
    width: 15.5rem;
  }

  .key_sec .logo a {
    display: block;
    position: relative;
  }

  .key_sec .logo .cname {
    font-size: 0.9rem;
    line-height: 1.8rem;
    text-align: center;
  }

  .sitename_wrap {
    padding: 1rem 1rem 0 1rem;
    background: #ffebd3;
  }

  .sitename_wrap .sitename,
  .sitename_wrap .sitename a {
    text-align: right;
    font-size: 1.1rem;
  }



  /*--------------------------------------
　content
---------------------------------------*/

  .temp_inner {
    padding: 0;
    box-sizing: border-box;
  }

  .h1_sec {
    padding: 0 1.5rem;
    margin: 0 auto 2rem;
  }

  .h1_sec h1 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 3.6rem;
    width: 100%;
	  padding: 2rem 0 0;
    margin: 0 0 2rem 0;
  }

  .h1_sec .subTxt01 {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.8rem;
    text-align: center;
  }

  #category h2,
  #page h2 {
    letter-spacing: 0.2rem;
    font-weight: 700;
    margin: 40px 0 20px;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: left;
    position: relative;
  }


  #category h2 a,
  #page h2 a {
    text-align: left;
    display: block;
    background: url(img/arr_black.png) right 0 top 50% no-repeat;
    background-size: 1.2rem auto;
    padding: 0 20px 0 0;
  }

  #category h3,
  #page h3 {
    position: relative;
    margin: 3rem 0 2rem;
    padding: 1.5rem 1rem 1.5rem 2rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  #category h3 a,
  #page h3 a {
    display: block;
    background: url(img/arr_black.png) right 0 top 50% no-repeat;
    background-size: 1.2rem auto;
    padding: 0 2rem 0 0;
  }

  #category h3:before,
  #page h3:before {
    content: "";
    background: #2273bf;
    border-radius: 2rem;
    display: inline-block;
    width: .4rem;
    height: calc(100% - 3.4rem);
    position: absolute;
    top: 1.8rem;
    left: 0;
  }

  #category h6,
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    position: relative;
        margin: 3.5rem 0 0;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.4rem;
  }

  #category h6 a,
  #category h4 a,
  #category h5 a,
  #category h6 a,
  #page h4 a,
  #page h5 a,
  #page h6 a {
    position: relative;
    background: url(img/arr_black.png) right 0 top 50% no-repeat;
    background-size: 1.2rem auto;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 2rem 0 0;
  }


  .txt_check {
    font-size: 1.7rem;
    line-height: 3rem;
    margin: 4rem auto 2rem;
    padding: 0 0 0 5rem;
    position: relative;
  }

  .txt_check:before {
    content: "";
    background: url(img/icon_sec_check.png) 50% 50% no-repeat;
    background-size: 4rem auto;
    position: absolute;
    top: -.8rem;
    left: 0;
    width: 4rem;
    height: 4.4rem;
  }


  .sitemap h2 a {
    color: #333;
  }

  #contents ul {
    margin: 2rem 0 2rem;
    padding: 10px 10px 0;
  }

  #contents ul li {
    min-height: 12px;
    padding: 0 0 0 22px;
    background: url(./img/listicon.png) 2px 1rem no-repeat;
    background-size: 1rem auto;
    font-size: 15px;
    font-size: 1.5rem;
  }

  #contents ol {
    padding: 10px 10px 0;
  }


  /*--------------------------------------
　table
---------------------------------------*/

  #contents .tb_scroll_txt {
    margin: 3rem auto 0;
  }

  #contents .tb_scroll {
    width: 100%;
    overflow-x: auto;
    margin: .5rem auto 3rem;
    padding: 0 0 4px 0;
  }

  #contents .tb_scroll table {
    width: 100rem;
  }

  #contents table {
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
    margin: 3rem auto;
  }

  #contents table th {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
  }

  #contents table td {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #contents table th,
  #contents table td {
    padding: 10px;
    box-sizing: border-box;
  }

  /*--------------------------------------
　float img
---------------------------------------*/
  #contents .float-wrap {
    margin: 20px auto;
    padding: 0;
    width: 100%;
  }

  #contents .float-wrap .float-img {
    margin: 0 0 12px 0;
  }

  #contents .float-wrap .fl {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }

  #contents .float-wrap .fr {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }

  #contents .float-wrap .center {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }

  #contents .float-wrap img {
    width: 100%;
  }

  #contents .float-wrap p {
    line-height: 2.6rem;
    margin: 0 auto;
    width: 100%;
  }

  #contents .float-wrap .catch {
    font-size: 1.6rem;
    margin: 0 0 10px;
    line-height: 1.5;
    padding: 0;
  }

  #contents .float-wrap .fl.t_small {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }

  #contents .float-wrap .fr.t_small {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: center;
    float: none;
  }

  #contents .float-wrap table {
    width: 100%;
    margin: 2rem 0 2rem;
    display: table;
  }

  #contents .float-wrap table th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    border-bottom: none;
  }

  #contents .float-wrap table tr:nth-child(2) th {
    border-top: none;
  }

  #contents .float-wrap table td {
    text-align: left;
    display: block;
    font-size: 1.5rem;
  }

  #contents .caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    text-align: center;
  }

  #contents .bg_blue .caption,
  #contents .bg_blue .caption a {
    color: #FFF;
  }

  /*--------------------------------------
　btn
---------------------------------------*/

  .btn-link {
    margin: 20px 0;
    text-align: center;
  }

  .btn-link a {
    background: url(img/arr_black.png) right 0 top 50% no-repeat;
    background-size: 1.2rem auto;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    text-align: right;
    padding: 1.6rem 2.2rem 1.6rem 2rem;
    position: relative;
    text-decoration: underline;
    line-height: 2.4rem;
  }

  .btn-link a:hover {
    text-decoration: none;
  }

  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link,
  .btn-line {
    width: 90%;
    margin: 20px auto;
  }

  .btn-internal a {
    background: #ffd954 url(img/arr_white01.png) right 1.5rem top 50% no-repeat;
    background-size: 2rem auto;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    position: relative;
    line-height: 2.4rem;
  }

  .btn-web a {
    background: #257ec7 url(img/icon_web.png) right 1.5rem top 50% no-repeat;
    background-size: 2rem auto;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    position: relative;
    line-height: 2.4rem;
  }

  .btn-line a {
    background: url("img/icon_line.png") left 1.5rem top 50% no-repeat, url("img/icon_web.png") right 1.5rem top 50% no-repeat, #17aa6c;
    background-size: 2.4rem auto, 2rem auto;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    height: 100%;
    text-align: center;
    padding: 1.5rem 4rem 1.5rem 4rem;
    position: relative;
    line-height: 2.8rem;
    border-radius: 1rem;
  }

  .btn_fl {
    display: block;
    margin: 4rem auto;
    padding: 0 1.5rem;
  }

  .btn_fl .btn-internal,
  .btn_fl .btn-web,
  .btn_fl .btn-line {
    width: 100%;
    margin: 0 auto 2rem;
  }

  /* .btn-tel {
    display: block;
  }

  .btn-tel a {
    background: #13ab7f url(img/icon_tell.png) left 20px top 50% no-repeat;
    background-size: 18px auto;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px 25px 16px 45px;
    position: relative;
    line-height: 2.4rem;
    border-radius: 1rem;
  } */


  /*目次*/
  #contents #pageList {
    width: 100%;
    margin: 3rem auto 7rem;
    display: block;
    padding: 2rem 1.5rem 6rem 1.5rem;
  }


  #contents #pageList .decoTit {
    padding: 0;
    margin: 0 0 1rem 0;
  }
	body.postid-157 #contents #pageList {
    padding: 1.5rem 1.5rem 6rem 1.5rem;
}

  #contents #pageList .decoTit .sTit {
    width: 100%;
    writing-mode: inherit;
    font-size: 1.5rem;
    padding: 0;
    font-size: 1.6rem;
    background: url(img/icon_plus_white02.png) right 10px top 50% no-repeat;
    background-size: 12px auto;
  }

  #contents #pageList .decoTit.open .sTit {
    background: url(img/icon_minus_white02.png) right 10px top 50% no-repeat;
    background-size: 12px auto;
  }

  #contents #pageList #toc,
  #contents #pageList #toc2 {
    width: 100%;
    padding: 0;
  }

  #pageList .container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
    height: 6rem;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    transition: .5s;
    z-index: 1;
  }

  #pageList button {
    z-index: 1;
    background: #FFF url(img/icon_plus.png) right 3rem top 50% no-repeat;
    background-size: 1.2rem auto;
    width: 22rem;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    margin: 2rem auto -9rem;
    display: block;
    letter-spacing: 0.1rem;
  }
	body.postid-157 #pageList button {
    width: 30rem;
}


  #contents #pageList ul {
    margin: 0;
    padding: 0;
    /*counter-reset: ul;*/
  }

  #contents #pageList ul li {
    background: none;
    line-height: 2.6rem;
  }

  #contents #pageList ul ul {
    margin: 0;
    padding: 0 0 0 25px;
  }

  #contents #pageList .chapter .chapter li {
    background: url("img/arr_sub.png") left 0 top 15% no-repeat;
    background-size: 6px auto;
    padding: 0 0 0 15px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #contents #pageList #toc>ul>li::after,
  #contents #pageList #toc2>ul>li::after {
    line-height: 1.8rem;
    top: -12px;
  }

  #pageList #toc ul li.chapter-h-two::before {
    top: 1.6rem;
  }

  #contents #index #pageList ul li:before,
  #contents #pageList .chapter .chapter li:before {
    display: none;
  }

  #contents #pageList ul li a {
    text-decoration: none;
    padding: 0;
  }



  /*関連リンク*/

  #contents #article {
    width: 100%;
    margin: 4rem auto;
    padding: 2rem 1.5rem 2rem;
  }

  #contents #article:after {
    width: calc(100% - 22rem);
    height: .2rem;
    top: 0;
    right: 0;
  }

  #contents #article .tit {
    width: auto;
    font-size: 1.8rem;
    padding: 0 9rem 0 0;
    background: url(img/decoen_articles.svg) 100% 50% no-repeat;
    background-size: auto 1.5rem;
  }

  #contents #article #detail {
    width: 100%;
    padding: 0;
  }

  #contents #article ul {
    margin: 0;
    padding: 0;
  }

  #contents #article ul li {
    position: relative;
    margin: 0 0 1.5rem 0;
    padding: 0;
    background: none;
    line-height: 2.6rem;
  }

  #contents #article ul li:last-child {
    margin: 0;
  }

  #contents #article ul li a {
    text-decoration: none;
    background: url(img/arr_black.png) 100% 50% no-repeat;
    background-size: 1.2rem auto;
  }

  #contents #article ul li a:hover {
    text-decoration: underline;
  }



  /*共通*/

  /*comCont01*/

  .comCont01 {
    margin: 6rem auto 4rem;
    padding: 0;
  }

  .comCont01 .inner {
    border-radius: 1rem;
    padding: 3rem 2rem 2rem;
    position: relative;
  }

  .comCont01 .hukiTit {
    width: 11rem;
    padding: 1.2rem 2.4rem;
    border-radius: 5rem;
    top: -2.2rem;
    left: calc(50% - 5.5rem);
  }

  .comCont01 .hukiTit:before {
    content: "";
    bottom: -.9rem;
    left: calc(50% - 1rem);
    width: 2rem;
    height: 1rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .comCont01 .hukiTit img {
    margin: 0 auto;
  }

  .comCont01 .ab {
    width: 7.4rem;
    top: -1rem;
    left: 1rem;
  }

  .comCont01 .flBox {
    display: block;
    margin: 0 auto 1.5rem;
	          height: auto;
  }

  .comCont01 .flBox .logoArea {
    width: 15rem;
    margin: 0 auto;
    height: auto;
    background: url(img/deco_shape_sec_beige01.png) 50% 50% no-repeat;
    background-size: 15rem auto;
    padding: 2rem 0 2rem 0;
  }

  .comCont01 .flBox .logoArea img {
    margin: 0 auto .5rem;
  }

  .comCont01 .flBox .logoArea .sTit {
    font-size: 1.4rem;
  }

  #contents #category .comCont01 .flBox .catch,
  #contents #page .comCont01 .flBox .catch {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0 0 0 0;
    margin: inherit;
    background: none;
  }

  #contents #category .comCont01 .flBox .catch:before,
  #contents #page .comCont01 .flBox .catch:before {
    display: none;
  }


  /*comCont02*/

  .comCont02 {
    margin: 4rem auto 6rem;
    position: relative;
  }

  .comCont02:before {
    content: "";
    background: #e9f4fc;
    width: 134rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: inherit;
    right: -1.5rem;
    border-radius: 0 5rem 5rem 0;
  }

  .comCont02 .inner {
    position: relative;
    padding: 6rem 0 6rem 0;
  }

  .comCont02 .inner:before {
    display: none;
  }

  .comCont02 .title {
    color: #257ec7;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    padding: 0;
    margin: 0 0 2rem 0;
  }

  .comCont02 .title .sponsored_txt {
    color: #FFF;
    margin: 0 5rem 0 0;
  }

  .comCont02 .contArea {
    background: #FFF;
    position: relative;
    border-radius: .5rem;
    width: calc(100% - 2rem);
    border: solid 2px #ecf5fc;
    /* 内側の線になる一本線の枠線をひく*/
    outline: solid 8px #FFF;
    /* 外側の線になる5pxの一本線の枠線をひく*/
    outline-offset: 1px;
    /* 内側の線になる一本線の枠線をひく*/
    margin: 0 auto;
    /* outlineの値＋outline-offsetの値*/
    padding: 4rem 1.5rem 2rem;
  }

      .comCont02 .icon_media {
        position: absolute;
        width: 8rem;
        height: 8rem;
        background: url(img/bgdeco_kanshu.png) 50% 50% no-repeat;
        background-size: cover;
        top: -5rem;
        left: calc(50% - 16.5rem);
        font-size: 1.4rem;
        z-index: 1;
        line-height: 2rem;
        padding: 2.2rem 0 0 0;
    }

  .comCont02 .flBox {
    display: block;
  }

  .comCont02 .flBox .phArea {
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid #8d776e;
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
    position: relative;
  }

  .comCont02 .flBox .phArea img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }

  .comCont02 .flBox .phArea .name {
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding: 0.5rem;
  }

  .comCont02 .flBox .txtArea {
    background: none;
    border-radius: 0;
    width: 100%;
    border: 0;
    outline: inherit;
    outline-offset: inherit;
    margin: 0 auto;
    padding: 0;
  }

  .comCont02 .btn_fl {
    display: block;
    padding: 0;
    margin: 4rem auto 0;
  }

  .comCont02 .btn_fl .btn-internal,
  .comCont02 .btn_fl .btn-web {
    width: 100%;
  }


  /*comCont03*/

  .comCont03 {
    margin: 2rem auto 4rem;
    padding: 0;
  }

  .comCont03 .inner {
    border: 2px solid #ccc;
    padding: 2rem;
    border-radius: 1rem;
  }

  .comCont03 .inner .sTit {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
  }


  /*comCont04*/

  .comCont04 {
    margin: 4rem auto 4rem;
    padding: 0;
  }

  .comCont04 .inner {
    display: block;
    position: relative;
    background: #ffebd3;
    border-radius: 1rem;
    padding: 2rem 0 3rem;
  }

  .comCont04 .inner:before {
    content: "";
    position: absolute;
    background: url(img/decoen_comment.svg) 50% 50% no-repeat;
    background-size: auto;
    width: 11rem;
    height: 2rem;
    top: -1rem;
    left: calc(50% - 5.5rem);
    z-index: 1;
  }

  .comCont04 .inner .phArea {
    margin: 0 auto 2rem;
        width: 11rem;
        border: solid 3px #ffffff;
        border-radius: 1rem;
        overflow: hidden;
        background: #FFF;
  }

  .comCont04 .inner .phArea .name {
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0.4rem;
  }

  .comCont04 .inner .hukiBox {
    width: 100%;
    position: relative;
    background: none;
    border-radius: 1rem;
    padding: 0 2rem;
  }

  .comCont04 .inner .hukiBox:before {
    display: none;
  }

  .comCont04 .inner .catch {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
  }

  .comCont04 .inner .hukiBox p:last-child {
    margin: 0;
  }


  /*comCont05*/

  .comCont05 {
    margin: 6rem auto 4rem;
  }

  .comCont05 .inner {
    position: relative;
    border-radius: 1rem;
    padding: 2rem 2rem;
  }

  .comCont05 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/deco_writing_bd_gray.png) 50% 50% repeat-x;
    background-size: auto .3rem;
    width: 100%;
    height: .3rem;
  }

  .comCont05 .inner .q_tit {
    position: relative;
    font-size: 1.8rem;
    padding: 0 0 0 4.5rem;
    margin: 0 0 2rem 0;
  }

  .comCont05 .inner .q_tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/deco_q_brown.svg) 50% 50% no-repeat;
    background-size: 3.2rem auto;
    width: 3.2rem;
    height: 3.2rem;
  }

  .comCont05 .inner .flBox {
    display: block;
  }

  .comCont05 .inner .phArea {
    width: 26rem;
    margin: 0 auto 2rem;
    border-radius: 1rem;
    border: 2px solid #8d776e;
    overflow: hidden;
    background: #fff4e3;
  }

  .comCont05 .inner .phArea img {
    object-fit: cover;
    height: 16rem;
    width: 100%;
  }

  .comCont05 .inner .phArea .name {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.4rem;
    padding: 1rem;
  }

  .comCont05 .inner .a_box {
    width: 100%;
  }

  #contents #category .comCont05 .inner .a_box .a_tit,
  #contents #page .comCont05 .inner .a_box .a_tit {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    position: relative;
    padding: 0 0 0 4rem;
    margin: 0 0 1.5rem 0;
  }

  #contents #category .comCont05 .inner .a_box .a_tit:before,
  #contents #page .comCont05 .inner .a_box .a_tit:before {
    content: "";
    background: url(img/deco_writing_bd_gray.png) 50% 50% no-repeat;
    background-size: auto .3rem;
    width: 2.5rem;
    height: .3rem;
    position: absolute;
    top: 1.4rem;
    left: 0;
  }


  /*comCont06*/

  .comCont06 {
    margin: 4rem auto 4rem;
  }

  .comCont06 .inner {
    position: relative;
    padding: 1rem 2rem 0;
    border-radius: 1rem;
  }

  .comCont06 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/deco_writing_bd_gray.png) 50% 50% repeat-x;
    background-size: auto .3rem;
    width: 100%;
    height: .3rem;
  }

  .comCont06 .inner .deco01 {
    width: 6rem;
        height: 6rem;
        top: -3rem;
        right: 0px;
  }

  #contents #category .comCont06 .inner .q_tit,
  #contents #page .comCont06 .inner .q_tit {
    position: relative;
        font-size: 1.6rem;
        padding: 0 0 0 4rem;
        margin: 0 0 2rem 0;
        background: none;
        border: none;
  }

  #contents #category .comCont06 .inner .q_tit:before,
  #contents #page .comCont06 .inner .q_tit:before {
    content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(img/deco_q_brown.svg) 50% 50% no-repeat;
        background-size: 3rem auto;
        width: 3.2rem;
        height: 3.2rem;
  }

  .comCont06 .inner .detailBox .phArea {
    width: 20rem;
    margin: 0 auto 2rem;
    border-radius: 1rem;
    border: 2px solid #8d776e;
    overflow: hidden;
    background: #fff4e3;
    float: none;
  }

  .comCont06 .inner .detailBox .phArea img {
    object-fit: cover;
    width: 100%;
  }

  .comCont06 .inner .detailBox .phArea .name {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.4rem;
    padding: 1rem;
  }

  #contents #category .comCont06 .inner .a_box .a_tit,
  #contents #page .comCont06 .inner .a_box .a_tit {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    position: relative;
    padding: 0 0 0 4rem;
    margin: 0 0 1.5rem 0;
    background: none;
    border: none;
  }

  #contents #category .comCont06 .inner .a_box .a_tit:before,
  #contents #page .comCont06 .inner .a_box .a_tit:before {
    content: "";
    background: url(img/deco_writing_bd_gray.png) 50% 50% no-repeat;
    background-size: auto .3rem;
    width: 2.5rem;
    height: .3rem;
    position: absolute;
    top: 1.4rem;
    left: 0;
  }

  .comCont06 .inner .sBlock {
    border-bottom: .5rem dotted #ffedb2;
    padding: 2rem 0 2rem 0;
  }

  .comCont06 .inner .sBlock:last-child {
    border-bottom: none;
  }


  /*comCont07*/

  .comCont07 {
    margin: 10rem auto 6rem;
    padding: 0;
  }

  .comCont07 .inner {
    border-radius: 1rem;
    padding: 4rem 2rem 2rem;
    position: relative;
  }

  .comCont07 .hukiTit {
    width: 11rem;
    padding: 1.2rem 2.4rem;
    border-radius: 5rem;
    top: -2.2rem;
    left: calc(50% - 5.5rem);
  }

  .comCont07 .hukiTit:before {
    content: "";
    bottom: -.9rem;
    left: calc(50% - 1rem);
    width: 2rem;
    height: 1rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .comCont07 .hukiTit img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
  }

  .comCont07 .inner .phArea {
    width: 16rem;
    margin: 0 auto 2rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #ecf5fc;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .comCont07 .inner .phArea .name {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 1rem;
  }

  .comCont07 .inner .q_tit {
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0 0 0 4.5rem;
    margin: 0 0 1.5rem 0;
  }

  .comCont07 .inner .q_tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/deco_q_brown.svg) 50% 50% no-repeat;
    background-size: 3.2rem auto;
    width: 3.2rem;
    height: 3.2rem;
  }

  .comCont07 .inner .a_tit {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 2rem;
    padding: 0;
  }

  .comCont07 .inner .tblArea dl {
    display: block;
    background: url(img/deco_writing_bd_gray.png) 0 100% repeat-x;
    background-size: auto .3rem;
	  font-size: 1.3rem;
    line-height: 1.6;
  }

  .comCont07 .inner .tblArea dl dt {
    font-weight: 700;
    width: 100%;
    padding: 1rem 0 0;
  }

  .comCont07 .inner .tblArea dl dd {
    width: 100%;
    padding: .5rem 0 1.5rem;
  }


  /*comCont08*/

  .comCont08 {
    margin: 6rem auto 4rem;
  }

  .comCont08 .deco01 {
    display: none;
  }

  .comCont08 .inner {
    border-radius: 5rem 5rem 1rem 1rem;
    padding: 3rem 1.5rem 1rem 1.5rem;
  }

  .comCont08 .inner .enTit {
    width: 90%;
    margin: -4.5rem auto 2rem;
  }

  .comCont08 .inner .titArea {
    text-align: center;
    position: relative;
    margin: 0 auto 3rem;
  }

  .comCont08 .inner .titArea:before {
    content: "";
    background: url(img/icon_human01.png) 50% 50% no-repeat;
    background-size: 18rem auto;
    width: 18rem;
    height: 18rem;
    position: absolute;
    top: -6rem;
    left: calc(50% - 40rem);
  }

  .comCont08 .inner .titArea .idxh2 {
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: .2rem;
  }

  .comCont08 .inner .titArea .subTit {
    display: inline-block;
    border: 2px solid #257ec7;
    border-radius: 1rem;
    padding: .2rem 2rem;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    margin: 0 0 1rem 0;
  }

  .comCont08 .inner .detailOut {
    border:2px solid #8d776e;
    border-radius: 5rem 5rem 1rem 1rem;
    padding: 4rem 1.5rem 1rem 1.5rem;
  }

  .comCont08 .inner .detailOut .txt02 {
    width: 15rem;
    padding: 1rem 1rem;
    border-radius: 5rem;
    position: absolute;
    top: -4rem;
    right: -.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
    z-index: 1;
  }

  .comCont08 .inner .detailOut .txt02:before {
    content: "";
    background: #257ec7;
    position: absolute;
    bottom: -.9rem;
    left: 5rem;
    width: 2rem;
    height: 1rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .comCont08 .inner .detailArea {
    padding: 0;
    max-height: 40rem;
    overflow: hidden;
  }

  .comCont08 .inner .detailArea .scroll {
    height: 100%;
  }

  #detailAreaWrap {
    overflow-y: scroll;
    /* padding: 0 .3rem 0 0; */
  }

  #detailAreaWrap::-webkit-scrollbar {
    height: 3px;
    width: 6px;
  }

  #detailAreaWrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
  }

  #detailAreaWrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #bbb;
  }

  .comCont08 .inner .detailArea .sBlock {
    margin: 0 auto 2rem;
  }

  .comCont08 .inner .detailArea .sBlock:last-child {
    margin: 0 auto;
  }

  .comCont08 .inner .detailArea .sBlock .sTit {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    text-align: center;
    position: relative;
    background: #ecf5fc;
    padding: .5em 2rem;
    border-radius: 1rem 1rem 0 0;
  }

  .comCont08 .inner .detailArea .sBlock .sTit:before {
    font-size: 1.5rem;
    width: 5rem;
    height: 100%;
    padding: .8rem 0 0 0;
    box-sizing: border-box;
  }

  .comCont08 .inner .detailArea .botArea {
    border: 2px solid #257ec7;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 1.5rem;
  }

  #contents .comCont08 .inner .detailArea ul {
    margin: 0;
    padding: 0;
  }

  #contents .comCont08 .inner .detailArea ul li {
    font-size: 1.4rem;
        margin: 0 0 10px 0;
        line-height: 1.4;
        background: url(./img/listicon.png) 2px 0.5rem no-repeat;
        background-size: 1rem auto;
  }




  #contents .sitemap {
    padding: 0 10px;
    box-sizing: border-box;
  }

  #contents .sitemap h1 {
    width: 100%;
  }

  /* ================== */
  /*header　*/
  /* ================== */

  header {
    /* position: absolute;
    top: 0;
    z-index: 1; */
    min-width: inherit;
  }

  #contents .sitename {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 2;
    padding: 0 40px 0 0;
  }


  /* ハンバーガーメニュー */
  nav {
    width: 280px;
    transform: translate(280px);
  }

  /* ハンバーガーメニュー */
  .bargBg {
    background: rgba(37, 126, 199, 1);
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    transform: translateX(0);
    transition: transform 0.5s;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
  }

  .bargBg p {
    width: 46px;
    text-align: center;
    color: #fff;
    font-size: 7px;
    font-size: 0.7rem;
    margin: 19px auto 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
  }

  .bargBg.active {
    transform: translateX(-280px);
  }

  .bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 1rem);
    width: 2rem;
    height: 2px;
    background-color: #FFF;
  }

  .bargBg.active span {
    background-color: #FFF;
  }

  .bargBg span:nth-of-type(1) {
    top: 1.3rem;
  }

  .bargBg.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }

  .bargBg span:nth-of-type(2) {
    top: 2.2rem;
  }

  .bargBg.active span:nth-of-type(2) {
    opacity: 0;
  }

  .bargBg span:nth-of-type(3) {
    top: 3.1rem;
  }

  .bargBg.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }

  .out-frame {
    position: relative;
    width: 100%;
  }

  .out-frame.black:after {
    background: #fff;
    opacity: 0.8;
    content: "";
    height: 10000px;
    right: 0;
    top: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transform: all 0.5s ease;
  }

  .out-frame:after {
    background: #fff;
    opacity: 0;
    content: "";
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transform: all 0.5s ease;
  }

  .header-frame {
    position: relative;
    width: 100%;
    height: 64px;
  }

  .menu-btn {
    /*background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
background-size: 44px;*/
    position: absolute;
    top: 10px;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 10;
  }

  .navOpenOut {
    background: rgba(255, 255, 255, 0.5);
    padding: 13px 10px;
    box-sizing: border-box;
  }

  .navOpen {
    /*background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
background-size: 44px;*/
    position: inherit;
    top: inherit;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 10;
    float: right;
  }

  #g-nav .accordion li .tglMenu {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    background: #fff url(img/arr_white_down.png) right -.4rem top 50% no-repeat;
    background-size: 4.4rem auto;
  }

  #g-nav .accordion li .tglMenu.open {
    background: #fff url(img/arr_white_up.png) right -.4rem top 50% no-repeat;
    background-size: 4.4rem auto;
  }

  #g-nav .accordion:nth-child(2) li .tglMenu {
    padding: 1.5rem 2.5rem 1.5rem 4rem;
    background: url(img/icon_navfix01.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(2) li .tglMenu.open {
    background: url(img/icon_navfix01.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(3) li .tglMenu {
    padding: 1.5rem 2.5rem 1.5rem 4rem;
    background: url(img/icon_navfix02.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(3) li .tglMenu.open {
    background: url(img/icon_navfix02.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(4) li .tglMenu {
    padding: 1.5rem 2.5rem 1.5rem 4rem;
    background: url(img/icon_navfix03.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(4) li .tglMenu.open {
    background: url(img/icon_navfix03.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(5) li .tglMenu {
    padding: 1.5rem 2.5rem 1.5rem 4rem;
    background: url(img/icon_navfix04.png) left 1rem top 50% no-repeat, url(img/arr_white_down.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }

  #g-nav .accordion:nth-child(5) li .tglMenu.open {
    background: url(img/icon_navfix04.png) left 1rem top 50% no-repeat, url(img/arr_white_up.png) right -.4rem top 50% no-repeat, #FFF;
    background-size: 2.4rem auto, 4.4rem auto;
  }





  #g-nav .accordion li ul li {
    border-top: 2px solid #eee;
  }

  #g-nav .accordion li ul li a {
    padding: 15px 35px 15px 25px;
    color: #333;
    background: #fff url(img/arr_black.png) 96% 50% no-repeat;
    background-size: 1.4rem auto;
    font-size: 1.4rem;
  }

  .header-menu ul.accordion li ul li:first-child a {
    padding: 12px 30px 12px 10px;
  }

  .header-menu ul li.delete {
    /*background: #444 url("img/batu.png") 61% 50% no-repeat;
background-size: 14px;*/
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .header-menu ul.accordion {
    /* border-top: 2px solid #eee; */
  }

  .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 30px 15px 10px;
    /*background: #c3eced url("img/arr02_dw.png") 97% 50% no-repeat;
background-size: auto 15px;*/
    /*border-bottom: 1px solid #FFF;*/
    text-decoration: none;
    line-height: 1.3;
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .header-menu ul.accordion .open {
    /*background: #c3eced url("img/arr02_up.png") 97% 50% no-repeat;
background-size: auto 15px;*/
  }

  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    /*background: #FFF url("img/arr_black_right.png") 97% 50% no-repeat;
background-size: auto 11px;*/
    color: #333;
    /*border-bottom: 1px dotted #ccc;*/
  }

  .header-menu ul.accordion ul li.subCat a,
  .header-menu ul.accordion ul li.subCat ul.subList li a {
    padding: 12px 30px 12px 20px;
  }

  /*--------------------------------------
pankuzu
---------------------------------------*/
  #pankuzuWrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0 15px;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 0 8px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #333;
  }

  #pankuzu a {
    color: #333;
  }

  footer {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 10rem auto 0;
    position: relative;
  }

  footer:before {
    content: "";
        background: url(img/deco_illust_foot.png) 50% 100% no-repeat;
        background-size: contain;
        width: 36rem;
        height: 18rem;
        position: absolute;
        top: -18rem;
        left: calc(50% - 18rem);
  }

  footer .aboutBox {
    width: calc(100% - 3rem);
    margin: 0 auto 3rem;
    padding: 2rem 1.5rem;
    display: block;
  }

  footer .aboutBox .leftCont {
    width: 100%;
    padding: 0;
    margin: 0 auto 2rem;
  }

  footer .aboutBox .sTit {
    font-size: 1.8rem;
    text-align: center;
    padding: 0;
    margin: 0 0 1rem 0;
  }

  footer .aboutBox .leftCont .logo_foot {
    width: 18rem;
    margin: 0 auto;
  }

  footer .aboutBox .txtArea {
    width: 100%;
  }

  footer .aboutBox .txtArea .txt_link a {
    padding: 0 2.5rem 0 0;
    background: url(img/arr_black.png) right 0 top 50% no-repeat;
    background-size: 1.2rem auto;
  }

  footer .flBox {
    display: block;
    width: 100%;
    margin: 0 auto 5rem;
  }

  footer .flBox .leftCont {
    width: 100%;
    padding: 0 1.5rem;
  }

  footer .flBox .leftCont .foot_logo {
    width: 18rem;
    margin: 0 auto 2rem;
  }

  footer .flBox .leftCont .foot_logo .sponsored {
    margin: .5rem 0 0 0;
    font-size: 1.1rem;
    display: block;
    text-align: center;
  }

  footer .flBox .areaInner {
    width: 100%;
  }

  footer .foot_logo {
    width: 220px;
    margin: 0 auto 30px;
  }

  footer .areaInner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #e3e3e3;
  }

  footer .areaInner .footBox {
    margin: 0;
  }

  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 1.5rem;
    color: #FFF;
    background: #257ec7 url("img/arr_white_down.png") right 1.5rem center no-repeat;
    background-size: 2.8rem auto;
    padding: 1.4rem 5rem 1.4rem 4%;
    text-decoration: none;
    line-height: 2.4rem;
  }

  footer .areaInner .footBox .sttl.open a {
    background: #257ec7 url(img/arr_white_up.png) right 1.5rem center no-repeat;
    background-size: 2.8rem auto;
  }

  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    margin: 0;
    image-rendering: -webkit-optimize-contrast;
  }

  footer .areaInner .footBox .sttl.sitemap a {
    border-top: 1px solid #e3e3e3;
    background: #257ec7 url(img/arr_white02.png) right 1.5rem center no-repeat;
    background-size: 1.2rem auto;
  }

  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
  }

  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
    padding: 0;
    background: none;
    margin: 0;
  }

  footer .areaInner .footBox .accChild li.sp {
    display: block;
  }

  footer .areaInner .footBox .accChild li.sp a {
    /*background-color: #FFF;*/
  }

  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    background: url("img/arr_black.png") right 2rem center no-repeat;
    background-size: 1.2rem auto;
    color: #333;
    border-bottom: 1px dotted #eee;
    padding: 10px 40px 10px 4%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  footer .areaInner .footBox .accChild li.subCat {
    margin: 0;
  }

  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    box-sizing: border-box;
    background: url("img/arr_black.png") right 2rem center no-repeat;
    background-size: 1.2rem auto;
    color: #333;
    border-bottom: 1px dotted #eee;
    padding: 10px 40px 10px 6%;
  }

  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 a {
    padding: 10px 40px 10px 10%;
    background: url("img/arr_black.png") right 2rem center no-repeat;
    background-size: 1.2rem auto;
  }

  footer .areaInner .footBox .accChild .subList li:after {
    content: "";
  }

  footer .areaInner .footBox .accChild li:after {
    content: "";
  }

  footer .areaInner .footBox .accChild li.subCat:after {
    content: "";
  }

  footer .areaInner .footBox .accChild li:last-child:after {
    content: "";
  }

  footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 90%;
    margin: 30px auto 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  footer .areaInner .noticeArea p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .botPrg {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .botArea {
    padding: 0;
  }

  footer .botArea .botInner {
    width: 100%;
  }

  footer .noticeArea p.botPrg {
    padding: 6px 0 2px;
    text-align: center;
  }

  footer p.copy {
    margin: 0;
    padding: 10px 80px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
  }

  footer a {
    text-decoration: none;
  }


  /*--------------------------------------
SP 下部固定ボタン
---------------------------------------*/

  footer #btn_fix_sp {
    position: fixed;
        bottom: 20px;
        left: 0;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }

  footer #btn_fix_sp .btn-internal,
  footer #btn_fix_sp .btn-line {
    margin: 0;
    width: 50%;
  }


  footer #btn_fix_sp .btn-internal a {
    background: #ffd954 url(img/arr_white01.png) right 0.5rem top 50% no-repeat;
    background-size: 1.5rem auto;
    padding: 0.5rem 1rem 0.5rem 0;
    font-size: 1.1rem;
    line-height: 2rem;
    border-radius: 1rem 1rem 0 0;
  }

  footer #btn_fix_sp .btn-line a {
    background: url(img/icon_web.png) right 0.5rem top 50% no-repeat, #17aa6c;
    background-size:1.5rem auto;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 1rem 0.5rem 0;
    position: relative;
    line-height: 2rem;
    border-radius: 1rem 1rem 0 0;
  }
	footer #banner{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    height: 24px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #ffebd3;
    justify-content: space-between;
  }
  footer #banner .tit{
    font-size:1.2rem;
    margin: auto;
  }


  /*--------------------------------------
　PageTop
---------------------------------------*/

  #page-top {
    position: fixed;
    bottom: 8rem;
    right: 1.5rem;
    z-index: 2;
    width: 5rem;
  }
	.btn-internal span, .btn-line span, .btn-web span {
    font-size: 1.3rem;
}
 #btn_fix_sp .btn-internal span{
background: url(img/deco_shape_brown01.png) 50% 50% no-repeat;
        background-size: 100%;
        color: #FFF;
        padding: 0.2rem;
        margin: 0;
        font-size: 1.3rem;
    }
	
}