@charset "utf-8";
/* 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;
}

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%;
}


/*--------------------------------------
　Base
---------------------------------------*/
body {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  min-width: 1000px;
  word-break: break-word;
}

/* for IE11 */
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

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

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f90 {
  font-size: 90%;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.wi1000 {
  width: 1000px;
  margin: 0 auto;
}

.auto {
  margin: 0 auto;
}

.dashed {
  border: 1px dashed #444;
}

.bgbd {
  background: url("img/bg_bd_gray.gif");
}

.sp {
  display: none;
}

.sp_br {
  display: none;
}

.ind {
  padding-left: 1em;
  text-indent: -1em;
}


/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
.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;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
}

.slick-initialized .slick-slide p {
  display: block;
  margin: 20px 0 10px 0;
  line-height: 1.4;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.slick-initialized .slick-slide .caption {
  font-size: 1.2rem;
  color: #9C9C9C;
  margin: 8px 0 0;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  box-sizing: border-box;
  height: auto;
}

.slider .slider-nav-wrap .slick-arrow.slick-hidden {
  display: none;
}

.slider {
  position: relative;
  max-width: 90%;
  margin: 2rem auto;
}

.slider img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.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: 8px;
}

.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
  opacity: .5;
}

.slider .slider-nav-wrap .slider-nav .slick-slide:focus {
  outline: none;
}

/* サムネイルのnextprev
.slider .slider-nav-wrap .slick-arrow {
 display: block;
 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;
 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 {
  display: none;
  float: left;
  width: 600px;
  text-align: center;
  position: relative;
}

.slider-for.slick-initialized {
  display: block;
}

.slider .slider-for button.slick-prev {
  display: block;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2%;
  z-index: 5;
  background: url(img/slide_arrow_blue.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 110px;
  font-size: 0;
}

.slider .slider-for button.slick-next {
display: block;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2%;
  z-index: 5;
  background: url(img/slide_arrow_blue_r.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 110px;
  font-size: 0;
  }

.slider .slider-nav-wrap {
  box-sizing: border-box;
  width: 24%;
  float: right;
}

.slider .slider-nav-wrap .slider-nav {
  display: none;
}

.slider .slider-nav-wrap .slider-nav.slick-initialized {
  display: inline-block;
}

.slider .slider-nav-wrap .slider-nav img {
  width: 100%;
  height: auto;
  line-height: 0;
}

/* サムネイルのnextprev
.slider .slider-nav-wrap .slick-arrow { 
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}
.slider .slider-nav-wrap .slick-next {
 top: 0;
 background: url(img/arrow_black_up.png) center center no-repeat;
 width: 30px;
 height: 18px;
}
.slider .slider-nav-wrap .slick-prev {
 top: auto;
 bottom: 0;
 background: url(img/arrow_black_down.png) center center no-repeat;
 width: 30px;
 height: 18px;
}*/


/*--------------------------------------
header
---------------------------------------*/
header {
  position: relative;
  border-top: #0041c3 solid 6px;
}

#headNoteArea {
  width: 100%;
  padding: 18px 0 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

#headNoteArea h1.sitename,
#headNoteArea .sitename a {
  font-size: 3.6rem;
  color: #0041c3;
  text-align: center;
  display: table;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: bold;
}

#headNoteArea .sitename span,
#headNoteArea .sitename a span {
  font-size: 2.0rem;
  color: #000000;
  display: table;
  margin: 0 auto;
  padding: 5px 2rem;
  background-image: url(img/logo_line01.png), url(img/logo_line02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50%, right 50%;
}


/*--------------------------------------
#g-nav
---------------------------------------*/
#g-nav {
  width: 100%;
  position: relative;
  margin: 0;
}

#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 dashed #444;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

#g-nav ul li:first-child:after {
  display: none;
}

#g-nav li a {
  color: #444;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 16px 20px;
  box-sizing: border-box;
  line-height: 1.8rem;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 14px 0 40px;
  width: 1000px;
}

#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;
}


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 60px;
}

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


/*--------------------------------------
　Side
---------------------------------------*/
#side {
  box-sizing: border-box;
  width: 220px;
  float: right;
  margin: 0 0 60px;
}

#side .sideTopBox {
  background: #86cfc4;
  margin: 0 0 30px;
  position: relative;
  color: #fff;
}

#side .sideTopBox:before {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dashed #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}

#side .sideTopBox .catch {
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 10px 15px;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}

#side .sideTopBox .catch:before {
  content: "";
  background: #fff;
  width: 55px;
  height: 3px;
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

#side .sideTopBox .imgBox {
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 2px #fff;
  position: relative;
  z-index: 2;
}

#side .sideTopBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#side .sideTopBox p {
  line-height: 1.4;
  padding: 0 13px;
  position: relative;
  z-index: 2;
}

#side .sideTopBox .dtlBtn {
  padding: 0 13px 13px;
  position: relative;
  z-index: 2;
}

#side .sideTopBox .dtlBtn a {
  text-align: center;
  display: block;
  background: #fff url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 6px auto;
  padding: 10px 25px 10px 20px;
  color: #444;
  border-radius: 10px;
}

#side .sideBox {
  box-sizing: border-box;
  margin: 0 0 13px;
  padding: 1px;
  background: #f4f4f4;
  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-color: #f4f4f4;
  display: block;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px 10px 18px;
  position: relative;
  z-index: 2;
}

#side .sideBox .sttl a:before {
  content: url(img/side_arrow.png);
  position: absolute;
  bottom: -2px;
  right: 3px;
}

#side .sideBox .sttl a:hover {
  opacity: 0.7;
}

#side .sideBox ul {
  padding: 0 !important;
  margin: 0;
  display: none;
}

#side .sideBox li {
  border-top: dashed 1px #d4d4d4;
  background: none;
  padding: 0;
}

#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 25px 18px 10px;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) right 10px center no-repeat #fff;
  background-size: 6px 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/arrow_black.png) right 10px center no-repeat;
  background-color: #fff;
  background-size: auto, 6px auto;
  display: block;
  padding: 13px 25px 13px 32px;
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 100px 0 0;
  padding: 0;
  background-color: #f5f5f5;
}

footer .areaInner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

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

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

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

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

footer .areaInner .footBox .sttl a {
  background: url(img/arrow_blue_right2.png) 6px 50% no-repeat;
  background-size: 17px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0041c3;
  padding: 3px 0 3px 30px;
}

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

footer .areaInner .footBox .accChild {
  padding: 0 0 0 12px;
  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 {}

footer .areaInner .footBox .accChild .sp+li::before {
  letter-spacing: 0;
  color: #a3b9b7;
}

footer .areaInner .footBox .accChild .sp+li::before {
  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/arrow_black.png") 0 50% no-repeat;
  background-size: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #444;
  padding: 0 0 0 16px;
}

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;
  background: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}

footer .areaInner .noticeArea .botPrg {
  font-size: 12px;
  font-size: 1.2rem;
  background: transparent;
  text-align: center;
  padding: 10px 0 0;
  font-weight: bold;
}

footer .botArea {
  background: #0041c3;
  padding: 13px 0;
}

footer .botArea .botInner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

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

footer .botArea .botInner .smap a {
  background: url(img/arrow_blue_right3.png) no-repeat left center;
  background-size: 17px auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 0 0 20px;
}

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

footer p.copy {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  float: left;
  margin: 0;
}

footer p.copy a {
  color: #fff;
}

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



/*--------------------------------------
lower-bottom
---------------------------------------*/

.lower-bottom {
  margin: 14rem auto 10rem;
  width: calc(100% - 3.6rem);
  position: relative;
  z-index: 0;
}

.lower-bottom::before,
.lower-bottom::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.lower-bottom::before {
  width: 428px;
  height: 200px;
  right: 0;
  bottom: 0;
  background: #fff;
}

.lower-bottom::after {
  z-index: -2;
  width: 444px;
  height: 213px;
  right: -17px;
  bottom: -21px;
}

.lower-bottom__link {
  display: block;
  min-height: 231px;
  background: url(/wp/wp-content/uploads/selection_banner.jpg) right 6px no-repeat;
  background-size: cover;
  position: relative;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.3;
  z-index: 0;
  padding: 0.5rem 3rem 6rem;
  text-decoration: none;
}

.lower-bottom__link:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
  cursor: pointer;
}

.lower-bottom__link::before,
.lower-bottom__link::after {
  content: "";
  position: absolute;
}

.lower-bottom__link::before {
  background: rgba(255, 255, 255, 0.9);
  left: -20px;
  width: 585px;
  max-width: 100%;
  height: 212px;
  z-index: -1;
  top: -18px;
}

.lower-bottom__link__medium {
  font-size: 3rem;
  display: block;
  margin: 22px auto 0.4rem;
  letter-spacing: -0.3px;
}

span.lower-bottom__link__medium,
span.lower-bottom__link__big {
  color: #1f1f1f;
}

.lower-bottom__link__big {
  font-size: 4rem;
  letter-spacing: 0.6px;
}

.lower-bottom__link__small {
  font-size: 1.8rem;
  position: absolute;
  right: 15px;
  bottom: 0;
  display: inline-block;
  background: #A5DA01;
  padding: 1rem 5rem 1rem 1.5rem;
  color: #fff;
}

.lower-bottom__link__small::after {
  content: "";
  width: 35px;
  height: 14px;
  background: #A5DA01 url(img/arrow_banner.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  bottom: 15px;
}

/* selection
---------------------------------------*/
.selection {
  margin: 100px auto 0;
  background-image: url(img/tit_flag_l.png), url(img/tit_flag_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px, right 20px;
}

.selectionEttl {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 8px 26px 4px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  background-image: url(img/tit_en_l.png), url(img/tit_en_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}

.selectionTtl {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
}

.selectionTtl span:nth-child(1) {
  font-size: 2.6rem;
}

.selectionTtl span:nth-child(3) {
  color: #46b793;
}

.selectionBoxWrap {
  display: block;
}

.selectionBox {
  box-sizing: border-box;
  width: 100%;
  margin: 16px 0 0;
  position: relative;
}

.selectionBox .sp {
  display: none;
}

.selectionBoxIcon {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  background-color: #eeac0b;
  padding: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: -13px;
  top: -16px;
  z-index: 1;
}

.selectionBoxIcon>div {
  background-color: #eeac0b;
  width: 100px;
  height: 100px;
  ;
  border-radius: 100%;
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.selectionBoxIcon>div span:nth-child(1) {
  font-size: 1.2rem;
}

.selectionBoxIcon>div span:nth-child(2) {
  font-size: 2rem;
}

.selectionBoxTtl {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 0 2rem 3rem;
  border-bottom: solid #fff 3px;
  margin: 0 0 1.6rem;
}

.selectionBox p {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.selectionBoxImg {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}



.selectionBoxImg img {
  width: 100%;
  height: auto;
}

.selectionBoxImgTxt {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.selectionBoxImgTxt>div {
  display: inline-block;
  background-color: #A5DA01;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  padding: 20px;
  position: relative;
  right: 20px;
}

.selectionBoxImgTxt>div>a {
  color: #fff;
  cursor: pointer;
}

_:-ms-lang(x)::-ms-backdrop,
.selectionBoxImgTxt>div {
  line-height: 1;
  padding: 1rem 1rem 0 0;
}

.selectionBoxImgTxt::before {
  content: "";
  display: block;
  background-color: transparent;
  width: 20px;
  line-height: 1;
}

.selectionBoxImgTxt span {
  font-size: 2.0rem;
}

.selectionBoxImgTxt span span {
  color: #f65810;
}

.selectionBox .btn-web,
.selectionBox .btn-tel {
  width: 90%;
  margin: 20px auto 0;
}

.selectionBox .btn-web a,
.selectionBox .btn-tel a {
  padding: 16px 40px;
}

.selectionNotes {
  margin: 4rem auto 0;
  background-color: #eef7f6;
  padding: 3rem 2rem;
}

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

.selectionImg a {
  background-image: url(/img/select_banner_big.png);
}


/*--------------------------------------
メインコンテンツ
---------------------------------------*/
/* 見出し
---------------------------------------*/
#index .ttlArea,
#category .ttlArea,
#page .ttlArea {
  text-align: center;
  margin: 40px auto 50px;
  padding: 23px 90px 0;
  position: relative;
}

#category h2,
#page h2 {
  border: solid 5px #a1c3e8;
  margin: 75px 0 20px;
  padding: 14px 20px 14px 90px;
  font-size: 3.0rem;
  line-height: 1.6;
  background: url(img/tit_house01.png) no-repeat left 20px center #fff;
}


#category .ttlArea,
#page .ttlArea {
  margin: 0 auto 50px;
}

#index .ttlArea:before,
#category .ttlArea:before,
#page .ttlArea:before {
  content: "";
  display: block;
  background: url(/wp/wp-content/uploads/ttl_left.png) no-repeat;
 background-size: 100% auto;
 width: 65px;
 height: 100px;
 position: absolute;
 top: 18px;
 left: 0px;
}

#index .ttlArea:after,
#category .ttlArea:after,
#page .ttlArea:after {
  content: "";
  display: block;
  background: url(/wp/wp-content/uploads/ttl_right.png) no-repeat;
  background-size: 100% auto;
  width: 65px;
  height: 100px;
  position: absolute;
  top: 18px;
  right: 0px;
}

#index .ttlArea h2,
#category .ttlArea h1,
#page .ttlArea h1 {
  background: linear-gradient(transparent 60%, #dcf68d 60%);
  text-align: center;
  color: #000000;
  box-sizing: border-box;
  font-size: 3.4rem;
  line-height: 1.6;
  display: inline;
}

#index h2 {
  position: relative;
  margin: 35px 0 20px;
  padding: 20px 100px 20px 100px;
  font-size: 3.4rem;
  line-height: 1.6;
  color: #000000;
  background-image: url(img/ttl_left.png), url(img/ttl_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px, right 0px;
}

#category h2 a,
#page h2 a,
#category h3 a,
#page h3 a,
#category h4 a,
#page h4 a,
#category h5 a,
#page h5 a {
  background: none;
}

#index h2 span,
#category h2 span,
#page h2 span {
  background: linear-gradient(transparent 60%, #dcf68d 60%);
  margin: 0 auto;
}

#index h3{
  border: solid 5px #a1c3e8;
  margin: 75px 0 20px;
  padding: 14px 20px 14px 20px;
  font-size: 3.0rem;
  line-height: 1.6;
  background:#fff;
  text-align: center;
}

#category h2,
#page h2:before {
  /* padding: 14px; */
  font-size: 3rem;
  line-height: 1.6;
}

#index h4,
#category h3,
#page h3 {
  margin: 75px 0 20px;
  padding: 22px 15px 15px 22px;
  font-size: 2.4rem;
  line-height: 1.6;
  background: #B2D7FF;
}

#index h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  margin: 75px 0 20px;
  padding: 15px 15px 10px 15px;
  font-size: 2.2rem;
  line-height: 1.6;
  border-bottom: solid 1px #0041C3;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
}

#index .addCont04 h3:first-of-type {
  margin: 0 0 20px;
  padding: 0 5px 10px 15px;
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: solid 1px #0041C3;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
}

#index .addCont04 h3 {
  margin: 35px 0 20px;
  padding: 15px 15px 10px 15px;
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: solid 1px #0041C3;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  text-align: left;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  padding-right: 3rem;
  background: url(img/arrow_black.png) no-repeat right 50%;
  background-size: 8px auto;
}

#contents .bg01 h2 a {
  background: url(img/arrow_white.png) no-repeat right 50%;
}

#contents .rank_wrap h2.rank,
#contents .rank_wrap h3.rank,
#contents .rank_wrap h4.rank,
#contents .rank_wrap h5.rank,
#contents .rank_wrap h6.rank,
#contents .rank_wrap2 h2.recommend,
#contents .rank_wrap2 h3.recommend,
#contents .rank_wrap2 h4.recommend,
#contents .rank_wrap2 h5.recommend,
#contents .rank_wrap2 h6.recommend,
#contents .rank_wrap3 h2.check,
#contents .rank_wrap3 h3.check,
#contents .rank_wrap3 h4.check,
#contents .rank_wrap3 h5.check,
#contents .rank_wrap3 h6.check,
#contents .rank_wrap4 h2.point,
#contents .rank_wrap4 h3.point,
#contents .rank_wrap4 h4.point,
#contents .rank_wrap4 h5.point,
#contents .rank_wrap4 h6.point,
#contents .noCount h2.recommend,
#contents .noCount h3.recommend,
#contents .noCount h4.recommend,
#contents .noCount h5.recommend,
#contents .noCount h6.recommend,
#contents .noCount h2.check,
#contents .noCount h3.check,
#contents .noCount h4.check,
#contents .noCount h5.check,
#contents .noCount h6.check,
#contents .noCount h2.point,
#contents .noCount h3.point,
#contents .noCount h4.point,
#contents .noCount h5.point,
#contents .noCount h6.point {
  background: none;
  border: none;
  border-bottom: solid 3px #eeeeee;
}

#contents .rank_wrap {
  counter-reset: div;
  list-style: none;
}

#contents .rank {
  position: relative;
  border-bottom: solid 3px #D4D4D4;
  margin: 40px 0 20px;
  padding: 14px 40px 16px 80px;
  line-height: 1.3;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

#contents .rank:before {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 10px 0 0;
  line-height: 1.1;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  background-color: #0041C3;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  background: url(img/rank_line.png) no-repeat bottom 11px center #0041C3;
}

#contents .noCount .recommend {
  display: block;
  position: relative;
  margin: 40px 0 40px;
  padding: 14px 40px 16px 80px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

#contents .noCount .recommend:before {
  content: "おすすめ";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 2px solid #0041C3;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 19px 0 0 0;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: url(img/rank_line.png) no-repeat bottom 14px center #0041C3;
}

#contents .noCount .check {
  display: block;
  position: relative;
  margin: 40px 0 40px;
  padding: 14px 40px 16px 80px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

#contents .noCount .check:before {
  content: "CHECK";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: 2px solid #3B9B20;
  padding: 19px 0 0 0;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background: url(img/rank_line.png) no-repeat bottom 14px center #3b9b20;
}

#contents .noCount .point {
  display: block;
  position: relative;
  margin: 40px 0 20px;
  padding: 14px 40px 16px 80px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

#contents .noCount .point:before {
  content: "POINT";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: 2px solid #030e4c;
  padding: 19px 0 0 0;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background: url(img/rank_line.png) no-repeat bottom 14px center #030e4c;
}

#contents .rank_wrap2 {
  counter-reset: div;
}

#contents .rank_wrap2 .recommend {
  display: block;
  position: relative;
  margin: 40px 0 20px;
  padding: 14px 6px 24px 76px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3rem;
}

#contents .rank_wrap2 .recommend:before {
  content: "おすすめ";
  position: absolute;
  display: block;
  border: 2px solid #de6974;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 6px 0 0 0;
  top: 0;
  left: 0;
  margin: 0;
  color: #de6974;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

#contents .rank_wrap2 .recommend:after {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 27px;
  padding: 29px 0 0;
  line-height: 1.1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #de6974;
  font-weight: bold;
}

#contents .rank_wrap3 {
  counter-reset: div;
}

#contents .rank_wrap3 .check {
  display: block;
  position: relative;
  margin: 40px 0 20px;
  padding: 14px 6px 24px 76px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3rem;
}

#contents .rank_wrap3 .check:before {
  content: "CHECK";
  position: absolute;
  display: block;
  border: 2px solid #38b9b5;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 6px 0 0 0;
  top: 0;
  left: 0;
  margin: 0;
  color: #38b9b5;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

#contents .rank_wrap3 .check:after {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 27px;
  padding: 29px 0 0;
  line-height: 1.1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #38b9b5;
  font-weight: bold;
}

#contents .rank_wrap4 {
  counter-reset: div;
}

#contents .rank_wrap4 .point {
  display: block;
  position: relative;
  margin: 40px 0 20px;
  padding: 14px 6px 24px 76px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3rem;
}

#contents .rank_wrap4 .point:before {
  content: "POINT";
  position: absolute;
  display: block;
  border: 2px solid #77b8e0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 6px 0 0 0;
  top: 0;
  left: 0;
  margin: 0;
  color: #77b8e0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

#contents .rank_wrap4 .point:after {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 27px;
  padding: 29px 0 0;
  line-height: 1.1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #77b8e0;
  font-weight: bold;
}

/* list
---------------------------------------*/
#contents ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}

#contents ul li {
  padding: 0 0 6px 22px;
  background: url(img/listdot.png) no-repeat 5px 8px;
}

#contents .dashed {
  margin: 20px 0;
  position: relative;
}

#contents .dashed ul {
  margin: 0;
  padding: 15px 15px 13px 20px;
}

#contents .dashed ul li {
  padding: 0 0 3px 25px;
  font-size: 13px;
  font-size: 1.3rem;
}

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

#contents ol li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#contents ol li::before {
  display: block;
  background-color: #A5DA01;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

#contents ol li:nth-child(-n + 9):before {
  content: counter(number);
}

#contents ol li:nth-child(n + 10):before {
  content: counter(number);
}

/* 強調
---------------------------------------*/
p span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #dcf68d 70%);
  /*color: #256b8b;*/
}

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

#contents table th {
  width: 20%;
  padding: 14px 16px;
  background: #a1c3e8;
  border: 2px solid #FFF;
  border-right: none;
  line-height: 2.2rem;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
}

#contents table td {
  line-height: 2.2rem;
  padding: 14px 20px;
  border: 2px solid #FFF;
  background: #EFEFEF;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  word-wrap: break-word;
}

#contents table td:first-of-type {
  border-left: none;
}

/* float img
---------------------------------------*/
#contents .float-wrap {
  margin: 30px 0;
  box-sizing: border-box;
}

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

#contents.float-wrap p {
  margin: 0;
  padding: 0;
}

#contents #index .float-wrap p {
  margin: 0 auto;
  padding: 1rem 1rem 4rem 1rem;
}

#contents #index .bg01 p {
  color: #fff;
  font-weight: bold;
}

#contents .float-wrap .fl {
  width: 340px;
  padding: 0 40px 10px 0;
  text-align: center;
}

#contents #category .float-wrap .fl,
#contents #page .float-wrap .fl {
  width: 280px;
}

#contents .float-wrap .fr {
  width: 340px;
  padding: 0 0 10px 40px;
  text-align: center;
}

#contents #category .float-wrap .fr,
#contents #page .float-wrap .fr {
  width: 280px;
}

#contents .float-wrap .center {
  width: 714px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

#contents #category .float-wrap .center,
#contents #page .float-wrap .center {
  width: 280px;
}

/* caption
---------------------------------------*/
#index .frame-wrap .frame .caption {
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
  text-align: center;
}

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

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

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

}

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

.btn-internal a,
.btn-web a {
  box-sizing: border-box;
}

.btn-internal,
.btn-web {
  width: 465px;
  margin: 30px auto;
}

.btn-web a {
  background: #3b9b20 url(img/arrow_green_right.png) right 16px top 50% no-repeat;
  background-size: 17px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 40px;
  display: block;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #1a530a;
}

.btn-web a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0px 1px 0px 0px #A5DA01;
}

.btn-internal a {
  background: #030e4c url(img/arrow_blue_right4.png) right 16px top 50% no-repeat;
  background-size: 17px;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 40px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #68709b;
}

.btn-internal a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0px 1px 0px 0px rgba(3, 14, 76, 0.5);
}

.keyArea .btn-internal a {
  background: #030e4c url(img/arrow_blue_down2.png) right 16px top 50% no-repeat;
}

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

.btn-link a {
  background: url(img/arrow_blue_right2.png) 0% 50% no-repeat;
  background-size: 17px;
  padding: 4px 40px 4px 24px;
  line-height: 1.3;
  font-size: 1.5rem;
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

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

/* box-wrap
---------------------------------------*/
#contents .box-wrap {
  margin: 1rem 0;
  padding: 0;
  box-sizing: border-box;
}

#contents .box-wrap .box {
  position: relative;
  width: 48.7%;
  margin: 0 0 20px;
  box-sizing: border-box;
  border: solid 5px #e6e6e6;
  padding: 20px;
  float: left;
}

#contents .box-wrap .box:nth-child(2n) {
  float: right;
}

#contents .box-wrap .box .flame {
  margin: 0 0 10px;
}

#contents .box-wrap .box .box-head {
  margin: 0 0 20px;
  border-bottom: solid 1px #0041c3;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
}

#contents .box-wrap .box .box-head .sttl {
  display: block;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
}

#contents .box-wrap .box .box-head .sttl:before,
#contents .box-wrap .box .box-head .sttl:after {
  content: none;
}

#contents .box-wrap .box .box-body {
  display: flex;
  flex-direction: column;
}

#contents .box .sttl a {
  display: inline-block;
  padding: 0 3rem 0 0;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
  font-weight: bold;
}

#contents .box-wrap .box .btn-link {
  margin: 1rem 0 0;
  text-align: left;
  margin-top: auto;
}

#contents .box-wrap .box .box-body *:last-child {
  margin-bottom: 0;
}

/* frame-wrap
---------------------------------------*/
#contents .frame-wrap {
  margin: 30px 0 20px;
  box-sizing: border-box;
}

#contents .frame-wrap .frame {
  width: 31.6%;
  margin: 0 2.6% 0px 0;
  float: left;
  box-sizing: border-box;
  border: #ececec solid 10px;
  background-color: #fff;
  padding: 10px;
}

#contents .frame-wrap .frame:nth-child(3n) {
  margin: 0 0 0px;
}

#contents .frame .frame-head {
  margin: 0 0 20px;
  border-bottom: solid 2px #ececec;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents .frame .frame-head .frame-ttl {
  display: block;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
}

#contents .frame .frame-head .frame-ttl a {
  display: inline-block;
  padding: 0 3rem 0 0;
  background: url(img/arrow_blue_right2.png) no-repeat right center;
  background-size: 17px auto;
  font-weight: bold;
}

#contents .frame .frame-head .frame-ttl::before,
#contents .frame .frame-head .frame-ttl::after {
  display: none;
}

#contents .frame .frame-body *:last-child {
  margin-bottom: 0;
}

#contents .frame .flame {
  margin: 0 auto 10px;
}

#contents .addCont02 .frame-wrap .frame {
  width: 31.6%;
  float: left;
  box-sizing: border-box;
  border: 0;
  background-color: hsl(0deg 0% 100%);
  /* background: url(img/bg02.jpg); */
  padding: 10px;
  border-radius: 10px;
}

#contents .addCont02 .frame .frame-head {
  margin: 10px 0 0;
  border-bottom: 0;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents .addCont02 .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------
acorddion
---------------------------------------*/
.btn-accordion {
  max-width: 385px;
  margin: 0 auto;
  background: #aaaaaa url(img/minus.png) no-repeat right 2rem top 50%;
  background-size: 18px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 40px;
  display: block;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #8a8a8a;
  cursor: pointer;
}

.btn-accordion.open {
  background-image: url(img/plus.png);
}

.btn-accordion:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0px 1px 0px 0px #8a8a8a;
}

.btn-accordion.open::before {
  content: "全て表示";
}

.btn-accordion::before {
  content: "閉じる";
}

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

#page.sitemap h2 a {
  color: #444;
}

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

/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  background: #f5f5f5;
  margin: 5rem 0;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #0041C3;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #0041C3;
}

#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: #0041C3;
  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 {
  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;
  color: #333333;
}

#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}

#toc .chapter br {
  display: none;
}

#contents .frame-wrap.cf.center .frame {
  width: 53%;
  margin: 0 auto;
}

.addCont02Box-02 > p:not([class]) {
  margin: 1rem 0;
}
.addCont02Box-02 .addCont02Box-02Catch {
  padding: 3rem 0 0rem 0;
}

#index .addCont02 h3:nth-of-type(2) {
  margin: 20rem 0 20px;
}
#index .addCont02 h3:nth-of-type(3) {
  margin: 20rem 0 20px;
}

@media screen and (max-width: 599px) {
  body {
    line-height: 1.8;
    width: 100%;
    min-width: 100%;
    font-size: 1.3rem;
  }

  .pc {
    display: none;
  }

  .pc_br {
    display: none;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a:hover {
    opacity: 1;
  }

  .sp_br {
    display: block;
  }

  .wi1000 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .baseBox {
    padding: 0 10px;
  }

  p span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #dcf68d 70%);
  }

  #category,
  #page {
    width: 100%;
    margin: 0 auto;
  }

  #category .baseBox,
  #page .baseBox {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  .selectionBox .sp {
    display: block;
  }

  /*--------------------------------------
 Slider　カルーセルつきスライドショー
 ---------------------------------------*/
  #slideArea {
    margin: 0 auto 30px;
  }

  #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-initialized .slick-slide p {
    display: block;
    margin: 10px 0 5px 0;
    line-height: 1.4;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: 68px;
    box-sizing: border-box;
    /*border: 2px solid transparent;*/
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .slider {
    position: relative;
    max-width: 100%;
  }

  .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 10px;
  }

  .slider .slider-for button.slick-prev {
    left: -3%;
    width: 26px;
    height: 26px;
  }

  .slider .slider-for button.slick-next {
    right: -3%;
    width: 26px;
    height: 26px;
  }

  .slider .slider-nav-wrap {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .slider .slider-nav-wrap .slider-nav.slick-initialized {
    display: block;
  }

  /* サムネイルのnextprev
 .slider .slider-nav-wrap .slick-next {
  top: 50%;
  left: -5%;
  background: url(img/arrow_black_right.png) center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
 }
 .slider .slider-nav-wrap .slick-prev {
  top: 50%;
  right: -5%;
  background: url(img/arrow_black.png) center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
 }*/
  #slideArea .caption {
    margin: 8px 0 10px !important;
  }


  /*--------------------------------------
 header
 ---------------------------------------*/
  header {
    position: relative;
  }

  #headNoteArea {
    width: 100%;
    padding: 16px 36px;
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
    display: table;
  }

  #headNoteArea h1.sitename,
  #headNoteArea .sitename a {
    font-size: 1.6rem;
    background-size: 50px auto;
  }

  #headNoteArea .sitename span,
  #headNoteArea .sitename a span {
    font-size: 1.3rem;
    padding: 0 1.4rem;
    background-size: auto 100%, auto 100%;
    margin-bottom: 0.2rem;
  }


  /*--------------------------------------
 ハンバーガーメニュー
 ---------------------------------------*/
  .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;
    -webkit-transition: all .5s ease;
    -moz-transform: 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;
    -webkit-transition: all .5s ease;
    -moz-transform: 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: 14px;
    right: 12px;
    height: 35px;
    width: 35px;
    z-index: 10;
  }

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

  .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: 6px;
    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: 14px;
    font-size: 1.4rem;
  }

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

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

  .header-menu ul.accordion {
    /*border-top: 1px solid #FFF;*/
    color: #fff;
  }

  .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: #0041c3 url(img/arrow_blue_down.png) 97% 50% no-repeat;
    background-size: 16px auto;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .header-menu ul.accordion .open {
    background: #6b86be url(img/arrow_blue_up.png) 97% 50% no-repeat;
    background-size: 16px auto;
  }

  .header-menu ul.accordion ul li a {
    font-family: inherit;
    padding: 12px 30px 12px 20px;
    background: #FFF url(img/arrow_black.png) right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
    border-bottom: 1px solid #444;
  }

  /*.header-menu ul.accordion ul li:last-child a,
 .header-menu ul.accordion ul li.subCat ul.subList li:last-child a {
 border-bottom: none;
 }*/
  .header-menu ul.accordion ul li.subCat a {
    padding: 12px 30px 12px 20px;
  }

  .header-menu ul.accordion .subCat ul.subList li a {
    border-bottom: 1px solid #444;
    padding: 12px 30px 12px 30px;
  }

  .header-menu ul.accordion li ul li:last-child a {
    border-bottom: none;
  }


  /*--------------------------------------
 pankuzu
 ---------------------------------------*/
  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #838383;
    margin: 0 auto;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #pankuzu a {
    color: #838383;
  }


  /*--------------------------------------
 Footer
 ---------------------------------------*/
  footer {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
    background-color: #f3f3f3;
  }

  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: 14px;
    font-size: 1.4rem;
    color: #FFF;
    background: #0041c3 url(img/arrow_blue_right.png) right 10px center no-repeat;
    background-size: 16px auto;
    padding: 10px 40px 10px 4%;
  }

  footer .areaInner .footBox .sttl.tglMenu a {
    background: #0041c3 url(img/arrow_blue_down.png) right 10px center no-repeat;
    background-size: 16px auto;
  }

  footer .areaInner .footBox .sttl.open a {
    background: #0041c3 url(img/arrow_blue_up.png) right 10px center no-repeat;
    background-size: 16px auto;
  }

  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: #f3f3f3;
  }

  footer .areaInner .footBox .accChild li {
    float: none;
    padding: 0;
    margin: 0;
    background: none;
    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/arrow_black.png") right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
    border-bottom: 1px dotted #444;
    padding: 10px 40px 10px 4%;
    font-size: 13px;
    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/arrow_black.png") right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
    border-bottom: 1px dotted #444;
    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/arrow_black.png") 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: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
    color: #444;
  }

  footer .areaInner .noticeArea p {
    background: #FFF;
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .areaInner .noticeArea .botPrg {
    text-align: center;
    background: transparent;
    padding: 0;
    font-size: 10px;
    font-size: 1.0rem;
    margin: 10px 0 0;
  }

  footer .botArea {
    background: #0041c3;
    padding: 0;
  }

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

  footer p.copy {
    margin: 0;
    padding: 14px 15px 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
  }

  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: 6%;
    right: 3%;
    z-index: 2;
    width: 40px;
  }

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


  /*--------------------------------------
  lower-bottom
 ---------------------------------------*/
  /* selection
 ---------------------------------------*/
  .selection {
    background-position: left 10px, right 10px;
    background-size: 66px auto, 66px auto;
  }

  .selectionTtl {
    margin: 20px 0 10px;
    font-size: 2.4rem;
  }

  .selectionTtl span:nth-child(1) {
    font-size: 1.8rem;
  }

  .selectionBoxWrap {
    display: block;
  }

  .selectionBox {
    width: 100%;
    padding: 2rem 2rem 2rem;
    margin: 22px 0 0;
  }

  .selectionBoxIcon {
    width: 84px;
    height: 84px;
    padding: 2px;
    left: -8px;
    top: -12px;
  }

  .selectionBoxIcon>div {
    width: 80px;
    height: 80px;
  }

  .selectionBoxIcon>div span:nth-child(2) {
    font-size: 1.6rem;
  }

  .selectionBoxTtl {
    padding: 0 2rem 2rem;
  }

  .selectionNotes {
    margin: 2rem auto 0;
    padding: 2rem;
  }

  /*--------------------------------------
 メインコンテンツ
 ---------------------------------------*/
  /* 見出し
 ---------------------------------------*/
  #index .ttlArea,
  #category .ttlArea,
  #page .ttlArea {
    margin: 0 auto 20px;
    padding: 10px 44px 0;
  }

  #index .ttlArea:before,
  #category .ttlArea:before,
  #page .ttlArea:before,
  #index .ttlArea:after,
  #category .ttlArea:after,
  #page .ttlArea:after {
    width: 36px;
    height: 50px;
  }

  #index .ttlArea h2,
  #category .ttlArea h1,
  #page .ttlArea h1 {
    font-size: 2.4rem;
  }

  #index h3 {
    margin: 30px 0 10px;
    /* padding: 14px 20px 14px 20px; */
    font-size: 1.8rem;
    /* line-height: 1.6; */
    /* background-position: center left 0.5rem; */
  }
 
  #category h2,
  #page h2 {
    margin: 30px 0 20px;
    padding: 14px 20px 14px 62px;
    font-size: 1.8rem;
    line-height: 1.6;
    background-position: center left 0.5rem;
  }

  #category h3,
  #page h3 {
    padding: 14px 14px 14px 22px;
    font-size: 1.8rem;
  }

  #index h4 {
    margin: 30px 0 20px;
    font-size: 1.7rem;
    padding: 16px 14px 16px 80px;
    background: url(img/tit_house01.png) no-repeat left 15px center;
  }

  #index h5,
  #category h6,
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    margin: 30px 0 20px;
    font-size: 1.6rem;
    padding: 10px 10px 10px 10px;
  }

  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    background-size: 6px auto;
  }

  #contents .rank_wrap {
    margin: 20px 0;
    counter-reset: div;
    list-style: none;
  }

  #contents .rank {
    position: relative;
    border-bottom: solid 3px #e4e4e4;
    margin: 20px 0 20px 0;
    padding: 16px 10px 20px 65px;
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }

  #contents .rank:before {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 45%;
    border: 2px solid #0041c3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 11px 0 0;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    transform: translate(-0%, -50%);
    background: url(img/rank_line.png) no-repeat bottom 10px center #0041c3;
  }

  #contents .noCount .recommend {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    border-bottom: solid 3px #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #contents .noCount .recommend:before {
    content: "おすすめ";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #0041C3;
    border-radius: 50%;
    padding: 16px 0 0 0;
    top: 45%;
    left: 0;
    margin: 0;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: url(img/rank_line.png) no-repeat bottom 12px center #0041C3;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-0%, -50%);
  }

  #contents .noCount .check {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 16px 10px 20px 65px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #contents .noCount .check:before {
    width: 50px;
    height: 50px;
    padding: 16px 0 0 0;
    top: 45%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-0%, -50%)
  }

  #contents .noCount .point {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 16px 10px 20px 65px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #contents .noCount .point:before {
    width: 50px;
    height: 50px;
    padding: 16px 0 0 0;
    top: 45%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-0%, -50%)
  }

  #contents .rank_wrap2 {
    counter-reset: div;
  }

  #contents .rank_wrap2 .recommend {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 16px 10px 20px 65px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #contents .rank_wrap2 .recommend:before {
    content: "おすすめ";
    position: absolute;
    display: block;
    border: 2px solid #de6974;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 11px 0 0 0;
    top: 45%;
    left: 0;
    margin: 0;
    color: #de6974;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-0%, -50%);
  }

  #contents .rank_wrap2 .recommend:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 45%;
    width: 50px;
    height: 16px;
    padding: 1px 0 0;
    line-height: 1.1;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #de6974;
    font-weight: bold;
  }

  #contents .rank_wrap3 {
    counter-reset: div;
  }

  #contents .rank_wrap3 .check {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 16px 10px 20px 65px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #contents .rank_wrap3 .check:before {
    content: "CHECK";
    position: absolute;
    display: block;
    border: 2px solid #38b9b5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 11px 0 0 0;
    top: 45%;
    left: 0;
    margin: 0;
    color: #38b9b5;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-0%, -50%);
  }

  #contents .rank_wrap3 .check:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 45%;
    width: 50px;
    height: 16px;
    padding: 1px 0 0;
    line-height: 1.1;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #38b9b5;
    font-weight: bold;
  }

  #contents .rank_wrap4 {
    counter-reset: div;
  }

  #contents .rank_wrap4 .point {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 16px 10px 20px 65px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #contents .rank_wrap4 .point:before {
    content: "POINT";
    position: absolute;
    display: block;
    border: 2px solid #77b8e0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 11px 0 0 0;
    top: 45%;
    left: 0;
    margin: 0;
    color: #77b8e0;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-0%, -50%);
  }

  #contents .rank_wrap4 .point:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 45%;
    width: 50px;
    height: 16px;
    padding: 1px 0 0;
    line-height: 1.1;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #77b8e0;
    font-weight: bold;
  }

  /* list
 ---------------------------------------*/
  #contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
  }

  #contents ul li {
    padding: 0 0 4px 22px;
    background-size: 12px auto;
    background-position: 0 6px;
    font-size: 13px;
    font-size: 1.3rem;
  }

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

  #contents ol li {
    padding: 0 0 4px 22px;
    list-style: none;
    position: relative;
    counter-increment: number;
    font-size: 13px;
    font-size: 1.3rem;
  }

  #contents ol li::before {
    display: block;
    background-color: #83cdc0;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem;
  }

  #contents ol li:nth-child(-n + 9):before {
    content: counter(number);
  }

  #contents ol li:nth-child(n + 10):before {
    content: counter(number);
  }

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

  #contents table {
    border-collapse: collapse;
    width: 100%;
    border: none;
  }

  #contents table tr {
    display: block;
    margin: 0 0 10px;
  }

  #contents table tr:last-child {
    margin: 0;
  }

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

  #contents table td {
    background: #f4f4f4;
    font-size: 13px;
    font-size: 1.3rem;
  }

  #contents table th,
  #contents table td {
    border: none;
    border: 1px solid #FFF;
    padding: 10px;
    display: block;
    line-height: 2.4rem;
    width: 100%;
    box-sizing: border-box;
  }

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

  #contents .float-wrap .float-img {
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
  }

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

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

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

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

  #contents #category .float-wrap .fl,
  #contents #page .float-wrap .fl {
    width: 100%;
  }

  #contents #category .float-wrap .fr,
  #contents #page .float-wrap .fr {
    width: 100%;
  }

  #contents #category .float-wrap .center,
  #contents #page .float-wrap .center {
    width: 100%;
  }

  #contents .floatBox01 .float-wrap {
    margin: 20px 0;
    padding: 0;
  }

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

  #contents .floatBox01 .float-wrap p {
    margin: 0;
    padding: 0;
  }

  #contents .floatBox01 .float-wrap .fl.t_small,
  #contents #category .floatBox01 .float-wrap .fl.t_small,
  #contents #page .floatBox01 .float-wrap .fl.t_small {
    width: 40%;
    padding: 0 20px 0 0;
    text-align: center;
    float: left;
  }

  #contents .floatBox01 .float-wrap .fr.t_small,
  #contents #category .floatBox01 .float-wrap .fr.t_small,
  #contents #page .floatBox01 .float-wrap .fr.t_small {
    width: 40%;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: center;
    float: right;
  }

  #contents .floatBox01 .float-wrap .ct {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
  }

  /*　btn
 ---------------------------------------*/
  .btn-internal a,
  .btn-web a,
  .btn-tel a,
  .btn-link a {
    box-sizing: border-box;
  }

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

  .btn-internal a,
  .btn-web a,
  .btn-tel a,
  .btn-link a {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 14px 40px;
  }

  .btn-tel a {
    background: #edac0a url(img/arrow_orange_right.png) right 15px top 50% no-repeat;
    background-size: 17px;
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #c89108;
  }

  .btn-internal a:hover,
  .btn-web a:hover {
    opacity: 1;
  }

  .btn-link a {
    font-weight: bold;
    border-radius: 10px;
    background: url(img/arrow_blue_right2.png) no-repeat right 15px top 50%;
    background-size: 17px;
    text-align: center;
    display: block;
    border: solid 2px #0041c3;
    text-decoration: none;
  }

  /*　box-wrap
 ---------------------------------------*/
  #contents .box-wrap {
    margin: 0;
  }

  #contents .box-wrap .box,
  #contents .box-wrap .box:nth-child(2n) {
    position: relative;
    margin: 20px 0 0;
    width: 100%;
    float: none;
  }

  #contents .box-wrap .box .box-head .sttl {
    font-size: 1.8rem;
  }

  #contents .box-wrap .box .btn-link {
    margin: 1rem auto 0;
  }

  /*　frame-wrap
 ---------------------------------------*/
  #contents .frame-wrap {
    margin: 0;
  }

  #contents .frame-wrap .frame,
  #contents .addCont02 .frame-wrap .frame,
  #contents .frame-wrap .frame:nth-child(2n) {
    margin: 20px 0 0;
    width: 100%;
    float: none;
  }

  #contents .frame .frame-head .frame-ttl {
    font-size: 1.8rem;
  }


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

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

  .sitemap h2 a {
    color: #444;
  }

  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }

  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #6e6e6e;
  }

  #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;
  }

  /*--------------------------------------
 lower-bottom
 ---------------------------------------*/

  .lower-bottom {
    margin: 10rem auto 0;
    width: 100%;
  }

  .lower-bottom::before {
    content: none;
  }

  .lower-bottom::after {
    width: 70%;
    height: 90%;
    right: -2%;
    bottom: -11px;
  }

  .lower-bottom__link {
    min-height: 103px;
    padding: 1rem 1.5rem 4.5rem;
    background-position: right -25px center;
  }

  .lower-bottom__link:hover {
    opacity: 1;
  }

  .lower-bottom__link::before {
    left: -11%;
    width: calc(100% - 1rem);
    height: calc(100% - 2.2rem);
    top: -19px;
  }

  .lower-bottom__link__medium {
    font-size: 2rem;
    margin: 0 auto 0rem;
  }

  .lower-bottom__link__big {
    font-size: 2.8rem;
  }

  .lower-bottom__link__small {
    font-size: 1.6rem;
    right: 10px;
    bottom: 0px;

  }

  .lower-bottom__link__small::after {
    width: 28px;
    height: 11px;
    right: 9px;
    bottom: 14px;
  }

  #contents .frame-wrap.cf.center .frame {
    width: 100%;
}

#index .addCont02 h3:nth-of-type(2) {
  margin: 11rem 0 20px;
}
#index .addCont02 h3:nth-of-type(3) {
  margin: 8rem 0 20px;
}
}


.slider-area-horizontal .slick-track {
  margin: auto;
}