@charset "UTF-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.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%;
}

h1, h2, h3, h4, h5, h6, .catch, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .catch a {
  font-weight: bold;
  color: #333;
}

#index .addCont07 h3 {
  margin-top: 3rem;
  font-size: 2.6rem;
}


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

body {
  color: #333;
  font-family: "Noto Sans JP", "M PLUS 1p", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.8em;
  min-width: 1000px;
  word-break: break-word;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

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

.sp {
  display: none;
}

.sp_br {
  display: none;
}

a:hover {
  opacity: 0.6;
}

.bgTxt {
  margin: 0 0 0 -6rem;
}

.bgTxt img {
  height: auto;
}


/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/

#slideArea {
  margin: 0 auto 60px;
}

#slideArea .slideinner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}

/*--------------------------------------
Slider
---------------------------------------*/
.slider-area {
  margin: 0 0 3rem 0;
  max-width: 1000px;
}

.slider-area .slider {
  position: relative;
}

.slider-area .slider img {
  margin: 0 auto;
  height: auto;
}

.slider-area .slick-slide {
  flex-flow: column;
}

.slider-area .slick-slide:focus {
  outline: 0;
}

.slider-area .slick-slide {
  text-align: center;
  display: flex;
  align-content: initial;
}

.slider-area .slick-slide span img {
  margin: 0 auto;
}

.slider-area .slider-for {
  max-width: 850px;
  padding: 0 20px;
  float: left;
  display: flex;
  align-items: center;
}

#category .slider-area .slider-for,
#page .slider-area .slider-for{
  max-width: 660px;
}

.slider-area .slider-for .slick-track {
  display: flex;
  align-items: center;
}

.slider-area .slider-for img {
  max-width: 98%;
}

.slider-area .slider-for .slick-next,
.slider-area .slider-for .slick-prev {
  width: 40px;
  height: 40px;
  background: url(img/arrow_slide_prev.png);
  background-size: 100% auto;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #d4d4d4;
  position: absolute;
  z-index: 5;
  text-indent: 9999px;
  overflow: hidden;
}

.slider-area .slider-for .slick-next {
  background: url(img/arrow_slide_next.png);
   background-size: 100% auto;
}

.slider-area .slider-for .slick-next::before,
.slider-area .slider-for .slick-prev::before {
  content: none;
}

.slider-area .slider-for .slick-next:hover,
.slider-area .slider-for .slick-prev:hover {
  opacity: .8;
}

.slider-area .slider-for .slick-prev {
  left: 0;
}

.slider-area .slider-for .slick-next {
  right: 0;
}

.slider-area .slider-nav {
  width: 100px;
  padding: 0;
  position: absolute;
  /* top: 35px; */
  right: 0;
}

.slider-area .slider-nav .slick-list {
  padding: 0 !important;
}

.slider-area .slider-nav .slick-track {
  left: 0 !important;
}

.slider-area .slider-nav .slick-slide {
  height: 65px;
  padding: 5px 0;
  border: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  cursor: pointer;
  float: none;
  width: 100px !important;
  object-fit: scale-down;
}

.slider-area .slider-nav .slick-slide img {
  height: 100%;
  margin: 0 auto;
}

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

.slider-area .caption {
  line-height: 1.4rem;
}



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

header {
  position: relative;
}

#headNoteArea {
  width: 100%;
  padding: 0;
  font-size: 1.2rem;
  border-top: 8px solid #7ecddb;
}

#headNoteArea .areaInner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}

#headNoteArea .sitename:before {
  content: "PR";
  display: inline-block;
  background: #333;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.5rem;
}

#headNoteArea .sitename, #headNoteArea .sitename a {
  font-size: 1.4rem;
  text-align: right;
  margin: 1rem auto 0;
  line-height: 1.2;
  color: #333;
  font-weight: normal;
}

#headNoteArea .sitename a {
  background: none;
  padding: 0;
}

#headNoteArea .logo {
  margin: 1rem auto 0;
  width: 168px;
}

#headNoteArea .logo img {
  width: 100%;
  height: auto;
}


/* ================== */


/*g-nav　*/


/* ================== */

#g-nav {
  width: 100%;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}

#g-nav ul {
  width: 1040px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

#g-nav ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 20%;
  position: relative;
  background-size: 104px, auto;
}

#g-nav ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  border-left: 1px solid #333;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

#g-nav ul li:last-child::before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  border-right: 1px solid #333;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

#g-nav li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 16px 20px;
  box-sizing: border-box;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#g-nav li a:hover {
  position: relative;
}

#g-nav li a:hover::after {
  content: "";
  width: 95px;
  height: 4px;
  background: #7ecddb;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}


/*--------------------------------------
 Pankuzu
---------------------------------------*/

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

#pankuzu a: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.6;
}


/*--------------------------------------
 Side
---------------------------------------*/

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

#side .sideBox {
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 10px;
  background: #f6fcfc;
  overflow: hidden;
  border-radius: 10px;
}

#side .sideBox a {
  line-height: 1.6;
}

#side .sideBox .sttl {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#side .sideBox .sttl a {
  display: block;
  height: 100%;
  color: #33a5ca;
  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:hover {
  opacity: 0.6;
}

#side .sideBox ul {
  padding: 0 !important;
  margin: 0;
  background: #fff;
}

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

#side .sideBox li::before {
  content: none;
}

#side .sideBox li:first-child {
  border-top: none;
}

#side .sideBox li ul.subList li {
  border-top: dashed 1px #d4d4d4;
}

#side .sideBox li a {
  display: block;
  padding: 20px 25px 18px 10px;
  text-decoration: none;
  font-size: 1.3rem;
  background: url(img/arrow_blue.svg) right 10px center no-repeat;
  background-size: auto 12px;
}

#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_s_green.png) right 10px center no-repeat;
  background-size: auto, auto 12px;
  display: block;
  padding: 13px 25px 13px 32px;
}

#side .sideBox ul li span:hover {
  opacity: 1;
  border-bottom: solid 2px #f6e847;
}

#side .sideBox ul li a:hover {
  opacity: 0.6;
}


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

footer {
  margin: 10rem 0 0;
  padding: 0;
  background: #f6fcfc;
}

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

footer a {
  color: #333;
  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 #7ecddb;
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
  background: url("img/arrow_blue.svg") 0px 50% no-repeat;
  background-size: 7px auto;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3px 0 3px 34px;
}

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 .sp+li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
  color: #333;
}

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

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

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

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_blue.svg") 0 50% no-repeat;
  background-size: auto 12px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 0 0 29px;
}

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

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;
  background: none;
}

footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 71%;
  color: #333;
  margin: 60px auto 35px;
}

footer .areaInner .noticeArea p {
  padding: 20px 30px;
  font-size: 1.2rem;
  margin: 0;
  border: 1px solid #7ecddb;
}

footer .areaInner .noticeArea .botPrg {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 0;
  border: none;
}

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

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

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

footer .botArea .botInner .smap a {
  font-size: 1.2rem;
}

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

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

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

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


/* ================== */


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


/* ================== */

#contents .titLArea {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  background: url(img/low_h1_bg.png) no-repeat center center;
  background-size: contain;
}

#contents .titLArea{
  margin-bottom:3rem;
}

#category h1, #page h1, #contents .titLArea .top_h2 {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  font-size: 3rem;
  line-height: 4.4rem;
  padding: 3rem;
}

#category h1::before, #page h1::before, #contents .titLArea .top_h2::before {
  content: "";
  width: 63px;
  height: 8px;
  background: #33a5ca;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

#category h2, #page h2, .top_h3 {
  position: relative;
  margin: 6rem 10px 20px;
  padding: 16px 30px 16px;
  font-size: 2.6rem;
  line-height: 4rem;
  background: #7ecddb;
  border-radius: 10px;
  color: #fff;
}

#category h2::before, #page h2::before, .top_h3::before {
  content: "";
  width: 32px;
  height: 47px;
  position: absolute;
  background: url(img/low_h3_01.png) left center no-repeat;
  background-size: contain;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#category h2::after, #page h2::after, .top_h3::after {
  content: "";
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(img/low_h3_02.png) left center no-repeat;
  background-size: auto 29px;
  bottom: -10px;
  right: -10px;
}

#category h2 a, #page h2 a, .top_h3 a {
  color: #fff;
  background: url("img/arrow_s_white.png") 98% center no-repeat;
  background-size: auto 12px;
  display: inline-block;
  width: 100%;
  padding-right: 2rem;
}

#category h2 a:hover, #page h2 a:hover, .top_h3 a:hover {
  opacity: 0.6;
}

#category h3, #page h3 {
  position: relative;
  border-bottom: solid 1px #ebeeef;
  margin: 35px 0 20px;
  padding: 18px 30px 17px 50px;
  font-size: 2.2rem;
  line-height: 3.5rem;
  background: url(img/low_h4.png) left 5px center no-repeat;
  background-size: auto 44px;
}

#category h3 a, #page h3 a {
  color: #017ee8;
  background: url("img/arrow_s_green.png") right center no-repeat;
  background-size: auto 12px;
  display: inline-block;
  width: 100%;
}

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

#category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
  margin: 35px 0 20px;
  padding: 3px 30px 3px 15px;
  font-size: 2rem;
  border-left: 5px solid #7ecddb;
}

#page h5 {
  border-bottom: 1.5px dashed #7ecddb;
  border-left: none;
  padding-left: 0;
  font-size: 1.8rem;
}

#category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
  background: url("img/arrow_s_green.png") right center no-repeat;
  background-size: auto 12px;
  display: inline-block;
  width: 100%;
}

#category h4::before, #category h5::before, #category h6::before, #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.6;
}

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

#contents ul li {
  padding: 0 0 6px 22px;
  position: relative;
}

#contents ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f79e86;
  left: 2px;
  top: 6px;
}

#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: #12612a;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
}

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

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

#contents .rank, #contents .noCount .recommend, #contents .noCount .check, #contents .noCount .point, #contents .rank_wrap2 .recommend, #contents .rank_wrap3 .check, #contents .rank_wrap4 .point {
  display: block;
  position: relative;
  margin: 30px 10px 20px 30px;
  padding: 15px 40px 15px 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  background: #f5f7f8;
  border-radius: 10px;
}

p span, .catch {
  font-weight: bold;
  color: #f79e86;
  font-size: 1.6rem;
}

.catch {
  color: #333;
  font-size: 1.8rem;
}

.bk_line {
  background-color: #333;
  color: #fff;
  line-height: 2;
  padding: 5px 20px;
}

#contents .noCount .point::before {
  content: "";
  background: url(img/point_ico.svg) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


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

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

#contents table th {
  width: 18%;
  padding: 14px 16px;
  background: #fafbfb;
  border: 1px solid #ccc;
  border-right: none;
  line-height: 2.2rem;
  text-align: center;
  font-size: 1.5rem;
  word-break: break-all;
}

#contents table td {
  line-height: 2.2rem;
  padding: 14px 20px;
  border: 1px solid #ccc;
  background: #ffffff;
  font-size: 1.3rem;
  text-align: left;
  word-break: break-all;
}

#contents table tr:last-child th:last-child {
  border-right:  1px solid #ccc;
}

#contents table td p {
  margin-top: 0;
}


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

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

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

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

#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 .float-txt {
  width: calc(100% - 470px);
  padding: 0;
}

#contents .float-wrap .float-txt table {
  margin: 0;
}

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

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

.caption {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #9d9d9d;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.caption a {
  color: #9d9d9d;
}


/*chrome safari*/

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

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

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


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

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

.btn-internal, .btn-web {
  width: 552px;
  margin: 20px auto;
  position: relative;
  box-sizing: border-box;
}

#page .btn-internal,
#category .btn-internal,
#page .btn-web,
#category .btn-web{
  width: 420px;
}

.btn-internal a, .btn-web a, .btn-tel a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2.4rem 8rem 2.4rem 7rem;
  display: block;
  text-align: center;
  position: relative;
  transition: 0.2s;
  border-radius: 100px;
}

.btn-internal a {
  background: rgb(72, 232, 202);
  background: url(img/arrow_int.png) no-repeat right 2rem top 50%, -webkit-linear-gradient(0deg, rgba(72, 232, 202, 1) 0%, rgba(68, 196, 217, 1) 100%);
}

.btn-internal a:hover {
  background: #33a5ca url(img/arrow_int.png) right 2rem top 50% no-repeat;
  opacity: 1;
}

.btn-tel {
  display: none;
}

.btn-tel::before, .btn-internal::before, .btn-web::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 0;
  background: #ccc;
  border-radius: 100px;
}

.btn-internal::before {
  background: #33a5ca;
}

.btn-web::before {
  background: #e8749a;
}

.btn-web a {
  background: rgb(72, 232, 202);
  background: url(img/arrow_int.png) no-repeat right 2rem top 50%, -webkit-linear-gradient(0deg, #fc86af 0%, #fd876b 100%);
}

.btn-web a:hover {
  background: #e8749a url(img/arrow_web.png) right 2rem top 50% no-repeat;
  opacity: 1;
}

.btn-internal:hover a, .btn-web:hover a {
  transform: translate(0, 5px) translateZ(0);
  transition: 0.2s;
}

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

.btn-link a {
  background: url("img/arrow_blue.svg") left center no-repeat;
  background-size: auto 13px;
  padding: 1px 0 4px 30px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}

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

.auto {
  margin: 0 auto;
}

p {
  margin: 15px 10px;
}

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

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

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

#index .headArea {
  padding: 0;
  text-align: left;
  position: relative;
}

#contents .blueBox::before, #index .headArea::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 425px;
  left: -110px;
  top: 10px;
  background: url(img/decoration_img.png) no-repeat left top;
  background-size: 90px auto;
  z-index: 10;
}

#index .addCont08 .headArea::before {
  background: url(img/Flow.png) no-repeat left top;
  background-size: auto;
}

#index .addCont09 .headArea::before {
  background: url(img/Read_me.png) no-repeat left top;
  background-size: auto;
}

#index .wi1000 .titL {
  margin: 0 auto 3rem;
  color: #56c59e;
  font-size: 2.5rem;
  line-height: 4rem;
  position: relative;
}

#index .wi1000 .titL span {
  color: #333;
  font-size: 4.1rem;
  display: block;
}

#index .wi1000 .titL a {
  background: url(img/arrow_blue.svg) no-repeat right 52%;
  background-size: 12px auto;
  padding: 0 70px 0 0;
  display: block;
}

.frame-body p {
  margin: 1rem 0 0;
}


/*addCont*/

#index .addCont {
  margin: 12rem auto 12rem;
}
#index .addCont.mokuji {
  margin-top:6rem;
  margin-bottom:3rem;
}

#index .latest {
  margin: 0 auto 3rem;
}

#index .latest li {
  border-bottom: 1px dashed #33a5ca;
  padding: 8px 0 8px 22px;
}

#index .latest li::before {
  top: 16px;
}

#contents .latest li span {
  padding-right: 1rem;
}


/*addCont01*/

#index .addCont01 {
  padding: 10rem 0;
  position: relative;
}

#index .addCont01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 4rem);
  background: #edfdfd;
  pointer-events: none;
  z-index: -1;
  top: 4rem;
}

#index .addCont01 .headArea {
  margin: 0 0 3rem 0;
}

#index .addCont01 .headArea::before {
  background: url(img/decoration_img.png) no-repeat left top;
  background-size: 90px auto;
}

#index .addCont01 .thBoxArea {
  margin: 4rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
}

#index .addCont01 .thBoxArea .sBox {
  width: 500px;
  padding: 0 3rem 1rem;
  margin: 0 2rem 3.5rem 0;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}

#index .addCont01 .thBoxArea .sBox:nth-child(2n) {
  margin-right: 0;
}

#index .addCont01 .thBoxArea .sBox .sTit {
  font-size: 1.8rem;
  border: none;
  outline: none;
  padding: 10px 0 10px 40px;
  margin: 0 0 20px;
  line-height: 1.3;
  background: url(img/tit_small_leaf.png) no-repeat left center;
  text-align: left;
  display: block;
}

#index .addCont01 .thBoxArea .sBox .caption {
  text-align: center;
  margin: 15px 0 0;
}

#index .addCont01 .thBoxArea .sBox .comName {
  font-size: 2.3rem;
  background: #33a5ca;
  padding: 2.5rem 1rem;
  margin: 0 -3rem 2rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .addCont01 .thBoxArea .sBox .ph {
  text-align: center;
}

#index .addCont01 .thBoxArea .sBox .btn-internal, #index .addCont01 .thBoxArea .sBox .btn-web {
  width: 90%;
}

#index .addCont01 .thBoxArea .sBox .btn-internal a, #index .addCont01 .thBoxArea .sBox .btn-web a {
  padding: 1.5rem 5rem 1.5rem 3rem;
}

#index .addCont01 .thBoxArea .sBox .btn-internal a {
  background-size: 24px auto;
}

#index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
  background-size: 24px auto;
}

#index .addCont01 .thBoxArea .sBox .btn-web a {
  background: #017ee8 url("img/arrow_web.png") right 1.5rem top 50% no-repeat;
  background-size: 24px auto;
}

#index .addCont01 .thBoxArea .sBox .btn-web a:hover {
  background-size: 24px auto;
}

#index .addCont01 .thBoxArea .sBox .btn-web a:hover, #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
  transition: 0.2s;
}

#index .addCont01 .thBoxArea .sBox .btn-internal::before, #index .addCont01 .thBoxArea .sBox .btn-web::before {
  top: 5px;
  left: 0;
}

#index .addCont01 .thBoxArea .sBox .btn-internal::before, #index .addCont01 .thBoxArea .sBox .btn-web::before {
  top: 5px;
  left: 0;
}

#index .addCont01 .thBoxArea .sBox .btn-internal {
  margin: 10px auto 0;
}

#index .addCont01 .txt-quote2 {
  margin: 2rem 0 0;
  font-size: 1.2rem;
}

#index .addCont01 p.ct {
  text-align: center;
}


/*addCont02*/

#index .addCont02 {
  margin: 12rem auto 8rem;
}

#index .addCont02 .frame-wrap {
  margin: 8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#index .addCont02 .frame-wrap .frame.check {
  width: calc((100% - 10%)/3);
  border: 1px solid #a2afb5;
  position: relative;
}

#index .addCont02 .frame-wrap .frame.check::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

#index .addCont02 .frame-wrap .frame.check:nth-child(1)::before {
  background: url(img/point_01.png) no-repeat;
}

#index .addCont02 .frame-wrap .frame.check:nth-child(2)::before {
  background: url(img/point_02.png) no-repeat;
}

#index .addCont02 .frame-wrap .frame.check:nth-child(3)::before {
  background: url(img/point_03.png) no-repeat;
}

#index .addCont02 .frame-wrap .frame.check .inner {
  border: 7px double #a2afb5;
  /* outline-offset: -10px; */
  /* border: 1px solid #a2afb5; */
  padding: 5rem 3rem;
}

#index .addCont02 .frame-wrap .frame-head {
  color: #454a4b;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#index .addCont02 .frame-wrap .frame-head::before {
  content: "";
  width: 58px;
  height: 5px;
  background: #e93558;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}


/*addCont03*/

#index .addCont03 {
  margin: 12rem auto -8rem;
  counter-reset: company;
  width: 100%;
  overflow: hidden;
}

#index .addCont03 .titArea .titLArea {
  margin: 1rem auto 5rem;
}

#index .addCont03 .bgbd {
  background: #edfdfd;
  padding: 5rem 0 6rem 0;
  width: 125%;
  margin: 3rem -12.5% 10rem;
  border-radius: 20px;
  position: relative;
}

#index .addCont03 .bgbd .slideinner {
  margin-bottom: 2rem;
}

#index .addCont03 .sTitArea .titM {
  font-size: 4.5rem;
  text-align: left;
  line-height: 1;
  color: #fff;
}

#index .addCont03 .bgbd .sTitArea {
  position: relative;
  padding: 2rem 0 2rem 17rem;
  box-sizing: border-box;
  margin: 0 0 80px -17%;
  background: #33a5ca;
  border-radius: 20px;
  color: #fff;
}

#index .addCont03 .bgbd .sTitArea::before {
  content: "";
  position: absolute;
  left: 22rem;
  top: 50%;
  width: 94px;
  height: 94px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .addCont03 .sTitArea .catch {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  color: #fff;
}

#index .addCont03 .subBox02 {
  margin: 0 auto 5rem;
}

#index .addCont03 .subBox02 .float-wrap {
  box-sizing: border-box;
  background: #fff;
  width: 900px;
  margin: 3rem auto 5rem;
  padding: 2rem 3rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#index .addCont03 .subBox02 .float-wrap .fl {
  padding: 0;
}

#index .addCont03 .subBox02 .float-wrap .float-img {
  width: 215px;
  margin: 0 4rem 0 0;
}

#index .addCont03 .subBox02 .float-wrap .float-img .flame {
  width: 100%;
}

#index .addCont03 .subBox02 .float-wrap .float-txt {
  width: 785px;
}

#index .addCont03 .subBox02 .float-wrap .float-txt .catch {
  font-size: 2rem;
  color: #12612a;
  margin-top: 0;
}

#index .addCont03 .subBox02 .float-wrap .float-txt p {
  margin-bottom: 0;
}

#index .addCont03 .sTit-wrap {
  padding: 0 3rem;
  margin: 0 0 2rem 0;
  position: relative;
}

#index .addCont03 .sTit-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  background-color: #33a5ca;
  border-radius: 3px;
}

#index .addCont03 h4.sTit {
  font-size: 3rem;
  line-height: 1.4;
  color: #33a5ca;
}

#index .addCont03 .sTit-wrap span {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#index .addCont03 .subBox01 {
  margin: 5rem auto;
}

#index .addCont03 .subBox01 .grayArea_wrap {
  width: 100%;
}

#index .addCont03 .subBox01 .grayArea {
  width: 100%;
  margin-bottom: 2.4rem;
}

#index .addCont03 .grayArea .ssTit {
  font-size: 2rem;
  padding: 1.3rem 1rem;
  line-height: 1.6;
  font-weight: bold;
}

#index .addCont03 .grayArea .gray_txt {
  background: #fff;
  padding: 3rem;
  line-height: 1.6;
  font-weight: normal;
}

#index .addCont03 .grayArea .gray_txt .black {
  font-size: 2.5rem;
  color: #333;
  padding-left: 10px;
  line-height: 1.2;
}

#index .addCont03 .features {
  width: 100%;
  display: flex;
  border-collapse: collapse;
  margin-bottom: 2.4rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #90d4e0;
}

#index .addCont03 .features-list {
  width: 50%;
  padding: 2.5rem 6rem;
}

#index .addCont03 .features-list:first-child {
  border-right: 1px solid #90d4e0;
}

#index .addCont03 .features-list dl {
  display: flex;
  padding: 1rem 0 0 0;
  flex-wrap: wrap;
}

#index .addCont03 .features-list .instagram_share {
  background: url(img/instagram_logo.svg) no-repeat 0 center;
  background-size: 30px auto;
}

#index .addCont03 .features-list .twitter_share {
  background: url(img/twitter_logo.svg) no-repeat 0 center;
  background-size: 30px auto;
}

#index .addCont03 .features-list dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0 1rem 4rem;
  margin: 0 0 2rem;
  width: 100%;
}

#index .addCont03 .features-list dd {
  width: 100%;
}

#index .addCont03 .icon.support {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 3rem;
}

#index .addCont03 .icon {
  display: table-cell;
  border: 1px solid #8fbe2e;
  text-align: left;
  padding: 2.5rem 1rem 2.5rem 9rem;
  font-size: 1.8rem;
  color: #333;
  width: 25%;
  font-weight: bold;
}

#index .addCont03 .icon-list.off {
  color: #a2afb5;
}

#index .addCont03 .com-01 .icon-list:nth-child(1), #index .addCont03 .com-02 .icon-list:nth-child(1), #index .addCont03 .com-03 .icon-list:nth-child(1) {
  background: #fff url(img/icon_01.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .com-01 .icon-list:nth-child(2), #index .addCont03 .com-02 .icon-list:nth-child(2), #index .addCont03 .com-03 .icon-list:nth-child(2) {
  background: #fff url(img/icon_02.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .com-01 .icon-list:nth-child(3), #index .addCont03 .com-02 .icon-list:nth-child(3), #index .addCont03 .com-03 .icon-list:nth-child(3) {
  background: #fff url(img/icon_03.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .com-01 .icon-list:nth-child(4), #index .addCont03 .com-02 .icon-list:nth-child(4), #index .addCont03 .com-03 .icon-list:nth-child(4) {
  background: #fff url(img/icon_04.png) no-repeat left 3rem center;
  background-size: 50px;
}


/*----------------------------------------
icon_off
----------------------------------------*/

#index .addCont03 .com-01 .icon-list.off:nth-child(1), #index .addCont03 .com-02 .icon-list.off:nth-child(1), #index .addCont03 .com-03 .icon-list.off:nth-child(1) {
  background: #fff url(img/icon_01_off.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .com-01 .icon-list.off:nth-child(2), #index .addCont03 .com-02 .icon-list.off:nth-child(2), #index .addCont03 .com-03 .icon-list.off:nth-child(2) {
  background: #fff url(img/icon_02_off.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .com-01 .icon-list.off:nth-child(3), #index .addCont03 .com-02 .icon-list.off:nth-child(3), #index .addCont03 .com-03 .icon-list.off:nth-child(3) {
  background: #fff url(img/icon_03_off.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .com-01 .icon-list.off:nth-child(4), #index .addCont03 .com-02 .icon-list.off:nth-child(4), #index .addCont03 .com-03 .icon-list.off:nth-child(4) {
  background: #fff url(img/icon_04_off.png) no-repeat left 3rem center;
  background-size: 50px;
}

#index .addCont03 .subBox02 .dashed {
  margin: 0 50px;
  background: #fff;
  width: auto;
  padding: 25px;
}

#index .addCont03 .subBox02 .dashed ul {
  margin: 0;
  padding: 0;
}

#index .addCont03 .subBox02 .dashed ul li {
  width: 50%;
  float: left;
  background: url(img/listicon_top.png) no-repeat 0 4px;
  padding: 0 20px 3px 25px;
  box-sizing: border-box;
  line-height: 1.8;
}

#index .addCont03 .subBox02 .dashed ul li::before {
  content: none;
}

#index .addCont03 .subBox03 {
  margin: 3rem auto 9rem;
}

#index .addCont03 .subBox03 .frame-wrap {
  width: 100%;
  margin: 5rem 0 2rem;
}

#index .addCont03 .subBox03 .frame.kutikomi {
  width: calc((100% - 4rem)/3);
  background: #fff;
  border-top: 8px solid #7ecddb;
  margin: 0 2rem -2rem 0;
  border-radius: 8px 8px 10px 10px;
}

#index .addCont03 .subBox03 .frame.kutikomi .caption {
  margin: 0 2rem 2rem;
}

#index .addCont03 .subBox03 .frame.kutikomi:nth-child(3n) {
  margin-right: 0;
}

#index .addCont03 .subBox03 .frame.kutikomi .frame-head {
  font-size: 1.8rem;
  color: #33a5ca;
  padding: 2rem 0;
  border-bottom: 1px solid #7ecddb;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

#index .addCont03 .subBox03 .frame-body {
  padding: 2.5rem;
}

#index .addCont03 .subBox04 {
  margin: 3rem auto 7rem;
  padding-bottom: 0;
}

#index .subBox05 .float-wrap {
  box-sizing: border-box;
  background: #fff;
  margin: 6rem auto 5rem;
  padding: 3rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #7ecddb;
}

#index .subBox05 .float-wrap .fl {
  padding: 0;
}

#index .subBox05 .float-wrap .float-img {
  width: 215px;
  margin: 0 4rem 0 0;
}

#index .subBox05 .float-wrap .float-img img {
  width: unset;
}

#index .subBox05 .float-wrap .float-txt {
  width: 785px;
}

#index .subBox05 .float-wrap .float-txt .catch {
  font-size: 2rem;
  color: #33a5ca;
  margin: 0;
  padding: 0 0 2rem;
  background: url(img/subBox05_line.png) repeat-x left bottom;
}

#index .subBox05 .float-wrap .float-txt p {
  margin-bottom: 0;
}

#index .addCont03 .subBox06 {
  margin-bottom: 5rem;
}

#index .addCont03 .btn-web {
  margin: 5rem auto 0;
}

#index .addCont03 .kuchikomiTriger {
  display: none;
}


/*addCont04*/

#contents .addCont04 {
  margin: 17rem auto 8rem;
  background: #f5f7f8;
  padding: 50px 18px 25px;
  position: relative;
}

.addCont04 .titL {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 0 1rem;
  position: relative;
  z-index: 0;
}

.addCont04 .titL::before {
  content: "";
  display: block;
  width: 54px;
  height: 68px;
  background: url(img/img_lower.png) no-repeat 0 0;
  position: absolute;
  right: 130px;
  top: -20px;
  z-index: -1;
}

.addCont04 .bgTxt {
  margin: 0;
  position: absolute;
  top: -20px;
  left: -20px;
}

.contBox {
  margin: 2rem 0 0;
  background: #fff;
  padding: 1rem 2rem 2rem;
}

.contBox div {
  /* margin: 0; */
  /* padding: 0; */
}

.contBox div li {
  min-height: 1px;
  padding: 0;
  background-image: none;
}

.contBox .tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem;
}

#contents .contBox .btn-internal {
  padding: 0;
  width: 32%;
}

.contBox .tab .btn-internal a {
  color: #fff;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: bold;
  padding: 2rem 2rem 2rem 1rem;
  display: block;
  text-align: center;
  position: relative;
  transition: 0.2s;
  border-radius: 100px;
  background: rgb(72, 232, 202);
  background: url(img/arrow_int.png) no-repeat right 1.5rem top 50%, -webkit-linear-gradient(0deg, rgba(72, 232, 202, 1) 0%, rgba(68, 196, 217, 1) 100%);
  background-size: 6px auto, auto;
}

.contBox .tab .btn-internal:hover a {
  transform: translate(0, 5px) translateZ(0);
  transition: 0.2s;
}


/*addCont05*/

#index .addCont05 {
  margin: 0 auto 3rem;
  position: relative;
}

#index .addCont05.top {
  margin: 20rem auto 13rem;
}

#index .addCont05::after {
  content: "";
  display: block;
  width: 76.5%;
  position: absolute;
  background: rgb(199, 241, 254);
  background: linear-gradient(90deg, rgba(199, 241, 254, 1) 0%, #ecfdee 100%);
  right: 0;
  top: -8rem;
  height: calc(100% - 3rem);
  z-index: -1;
  pointer-events: none;
  height: 400px;
  border-radius: 15px;
}

#contents .blueBox {
  position: relative;
}

#contents .blueBox::before {
  background: none;
}

#contents .blueBox .subBox {
  border: solid 1px #41abce;
  position: relative;
  background: #fff;
  padding: 3rem;
  margin: 6rem 0;
  border-radius: 20px;
}

#contents .blueBox .subBox:nth-last-child(2), #index .addCont03 .blueBox .subBox:last-child {
  margin: 0 1.8rem 0;
}

#contents .blueBox .subBox .upper {
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
}

#contents .blueBox .subBox .ph {
  width: 143px;
  float: left;
  margin: 0 2.7rem 0 0;
}

#contents .blueBox .subBox .titLArea {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

#contents .blueBox .subBox .upper .sTit {
  font-size: 2.3rem;
  font-weight: bold;
  color: #33a5ca;
  display: block;
  background: url(img/subBox05_line.png) repeat-x left bottom;
  padding: 0 0 2rem 0;
  line-height: 1.5;
  width: 100%;
}

#contents .blueBox .subBox .pointArea {
  padding: 0 2.5rem;
}

#contents .blueBox .subBox .pointArea .pointWrap {
  display: table;
  margin: 2.5rem auto 2.5rem;
}

#contents .blueBox .subBox .pointArea .point {
  font-size: 18px;
  color: #fff;
  background: #f79e86;
  padding: 0.6rem 2rem;
  margin: 0;
  line-height: 1;
  border-radius: 100px;
  font-weight: bold;
}

#contents .blueBox .subBox .pointArea p {
  margin: 0 auto;
}

#contents .blueBox .subBox .pointArea p.btn-link {
  margin-top: 1rem;
}

#index .addCont05 .btn-internal {
  margin: 3rem auto;
}


/*addCont06*/

#index .addCont06 {
  margin: 12rem auto 12rem;
}

#index .addCont06 .blueBox::before, #index .headArea::before {
  display: none;
}

#index .addCont06 .titL, #index .addCont10 .titL {
  border-bottom: 2px solid #7ecddb;
  padding: 0 0 30px;
  font-size: 4.1rem;
  color: #333;
}

#contents .frame-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 5rem 0;
  width: 100%;
}

#contents .frame-wrap .frame.list {
  width: calc((100% - 6%)/3);
  background: #f1f6fa;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 3rem 3rem 0;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
}

#contents .frame-wrap.color01 .frame.list {
  background: #d3f1f7;
}

#contents .frame-wrap.color02 .frame.list {
  background: #dff7c6;
}

#contents .frame-wrap.color03 .frame.list {
  background: #cae8de;
}

#category .frame-wrap .frame.list, #page .frame-wrap .frame.list {
  width: calc((100% - 6%)/3);
  margin: 0 3% 3rem 0;
  background: #eee;
}

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

#contents .frame.list .inner {
  background: #fff;
}

#contents .frame.list .frame-head {
  padding: 2rem 1rem 1rem 7.5rem;
  line-height: 1.4;
  color: #33a5ca;
  font-size: 2rem;
  background: url(img/ico_fukidashi.svg) no-repeat 20px 17px;
  margin: 0 0 2rem;
  font-weight: bold;
  border-bottom: solid 1px #ebeeef;
}

#category .frame-wrap .frame.list .frame-head, #page .frame-wrap .frame.list .frame-head {
  border-bottom: none;
  background-size: 30px auto;
  padding: 2rem 1.5rem 0 5.5rem;
  background-position: 12px 20px;
  margin: 0;
}

#contents .frame.list .frame-body {
  padding: 0 2rem 2rem;
}

#contents .frame-wrap .frame.list .caption {
  margin: 0 20px 20px;
}

#contents .frame.list .inner .dashed {
  background: #f1f6fa;
  font-size: 1.3rem;
  padding: 0 1rem 1rem 1rem;
}

#contents .frame.list .inner .dashed ul {
  margin: 1rem 0 0;
}

#contents .frame.list .inner .dashed ul li .caption {
  display: block;
}

#index .addCont06 .addContMore {
  margin: 0;
}

#index .addCont06 .triger {
  display: inline-block;
  margin: 3rem 0;
  width: 100%;
  text-align: center;
}

#index .addCont06 .triger .btn-more {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 2.4rem;
  width: 300px;
  position: relative;
  background: #eff5de;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 100px;
}

#index .addCont06 .triger .btn-more::before, #index .addCont06 .triger .btn-more::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#index .addCont06 .triger .btn-more::after {
  background: url(img/icon_plus.svg) left center no-repeat;
  background-size: 35px auto;
  transition: 0.5s;
}

#index .addCont06 .triger .btn-more.close::after {
  background: url(img/icon_minus.png) left center no-repeat;
  background-size: 35px auto;
  transition: 0.5s;
}

#category .frame-body p, #page .frame-body p {
  font-size: 1.4rem;
}


/*addCont07*/

#contents .addCont07 {
  background: #edfdfd;
  margin: 0 auto 3rem;
  padding: 9rem 0;
}

#contents .addCont07 .top-point {
  background: #fffcfc;
  position: relative;
  display: block;
  margin: 4rem 0 2rem 2.5rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #33a5ca;
  padding: 2rem 1rem 2rem 5rem;
  border-radius: 10px;
}

#contents .addCont07 .top-point::before {
  content: "";
  left: -2.5rem;
  top: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
}

#contents .addCont07 .top-point.point01::before {
  background: url(img/icon_point_01.png) left center no-repeat;
  background-size: 55px auto;
}

#contents .addCont07 .top-point.point02::before {
  background: url(img/icon_point_02.png) left center no-repeat;
  background-size: 55px auto;
}

#contents .addCont07 .top-point.point03::before {
  background: url(img/icon_point_03.png) left center no-repeat;
  background-size: 55px auto;
}

#contents .addCont07 .top-point a {
  color: #12612a;
  display: block;
  background: url(img/arrow_s_green.png) right 10px center no-repeat;
  background-size: auto 12px;
}

#contents .addCont07 .top-point::after {
  content: "";
  position: absolute;
  background: url(img/top_h3.png) no-repeat right bottom;
  background-size: contain;
  width: 32px;
  height: 32px;
  right: -15px;
  bottom: -12px;
  z-index: -1;
}

#contents .addCont07 .blueBox {
  margin: 9rem auto 0;
}

#contents .addCont07 .blueBox .subBox .upper .sTit {
  color: #33a5ca;
}

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

#contents .addCont07 .float-wrap .center {
  width: 500px;
}

#contents .addCont07.fumufumu .headArea {
  background: url(img/img_supervisor.png) no-repeat right center;
  background-size: 180px auto;
  padding-right: 21rem;
}

#contents .addCont07.fumufumu .headArea .addTxt {
  padding: 0;
}

#contents .addCont07.fumufumu .float-wrap {
  padding: 0 3rem;
}

#contents .addCont07 .btn-internal {
  margin-top: 5rem;
}


/*addCont08*/

#index .addCont08 {
  margin: 14rem auto 8rem;
}

#index .addCont08 .headArea::after {
  content: "";
  position: absolute;
  background: url(img/add08_bg.png) no-repeat right bottom;
  background-size: contain;
  width: 190px;
  height: 270px;
  right: 40px;
  bottom: 0;
  z-index: -1;
}

#index .addCont08 .frame-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 3rem auto;
  width: 100%;
  counter-reset: step;
}

#index .addCont08 .frame-wrap .frame.preperation {
  width: calc((100% - 6.3%)/3);
  margin: 0 3rem 3rem 0;
  background: #454a4b;
  color: #fff;
}

#index .addCont08 .frame-wrap .frame.preperation .frame-img {
  width: 100%;
}

#index .addCont08 .frame-wrap .frame.preperation:nth-child(3n) {
  margin: 0 0 3rem 0;
}

#index .addCont08 .frame-head {
  padding: 0 1rem;
  background: url(img/step.icon.png) left bottom no-repeat;
  background-size: 94% auto;
}

#index .addCont08 .frame .frame-head .sttl.rank {
  padding: 0;
  background: none;
  margin: 0;
  border: none;
}

#index .addCont08 .frame .frame-head .sttl.rank::before {
  background: none;
  border: 1px solid #fff;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
  left: 1rem;
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
}

#index .addCont08 .frame .frame-head .sttl.rank a {
  color: #fff;
  font-size: 2rem;
  display: block;
  padding: 30px 40px 35px 70px;
  text-align: center;
  line-height: 1.4;
}

#index .addCont08 .frame-body {
  padding: 2.5rem;
}


/*addCont09*/

#index .addCont09 {
  margin: 4rem auto 0;
}

#index .addCont09 .frame-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 5rem auto 0;
  width: 100%;
}

#index .addCont09 .frame-wrap .frame.column {
  width: 430px;
  margin: 0 5rem 5rem 0;
  border: 5px solid #d7dbdc;
  position: relative;
  box-sizing: border-box;
}

#index .addCont09 .frame-wrap .frame.column a {
  display: block;
}

#index .addCont09 .frame-wrap .frame.column::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #d7dbdc transparent;
}

#index .addCont09 .frame-wrap .frame.column:nth-child(2n) {
  margin: 0 0 5rem 0;
}

#index .addCont09 .frame-wrap .fukiWrap {
  margin: 0 0 3rem;
}

#index .addCont09 .frame-wrap .fukiCatch {
  background: #333;
  font-size: 1.8rem;
  display: table;
  color: #fff;
  padding: 6px 28px;
  text-align: center;
  margin: -4px;
  letter-spacing: 0.1rem;
}

#index .addCont09 .frame-head {
  width: 80%;
  text-align: center;
  margin: 3rem auto;
}

#index .addCont09 .frame-head .sttl {
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 2.5rem;
  line-height: 1.5;
}

#index .addCont09 .frame-head .sttl::before {
  content: "";
  width: 95px;
  height: 2px;
  background: #75858c;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

#index .addCont09 .frame-body {
  padding: 0 2rem 2rem;
  line-height: 1.6;
}


/*addCont10*/

#index .addCont10 {
  margin: 10rem auto 12rem;
}

#index .addCont10 .float-wrap {
  margin: 8rem 2.4rem 10rem;
}

#index .addCont10 .float-wrap .catch {
  font-size: 2.5rem;
  color: #33a5ca;
}


/*--------------------------------------
  toc_parts
---------------------------------------*/

.toc_parts {
  background: #f5f7f8;
  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 #33a5ca;
}

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

#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: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #33a5ca;
  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: #333;
  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 #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

#toc .chapter br {
  display: none;
}


/* accordion */

.btn-accordion {
  max-width: 420px;
  margin: 4rem auto 0;
  color: #333;
  background: #f5f7f8;
  border-radius: 1000px;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 2rem 3.0rem;
  cursor: pointer;
}

.btn-accordion.mini-btn {
  background: #fff;
  max-width: unset;
  display: inline-block;
  padding: 0 3rem .5rem 0;
  border-bottom: 1px dashed;
  border-radius: 0;
  margin: 0 0 1rem;
}

.btn-accordion span {
  display: block;
  text-align: center;
  color: #333;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 2rem;
}

.btn-accordion.mini-btn span {
  display: inline;
  text-align: left;
  padding: 0;
}

.btn-accordion.mini-btn::after {
  right: 5px;
  top: 12px;
}

.btn-accordion::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./img/icon_plus.svg") left 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px;
}

.btn-accordion:hover {
  opacity: 0.6;
}

.btn-accordion.is-open span {
  display: none;
}

.btn-accordion.is-open:after {
  background-image: url("img/icon_minus.svg");
}

.btn-accordion.is-open:before {
  content: '閉じる';
  width: 100%;
  display: block;
  text-align: center;
  color: #333;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 2rem;
}

.item-accordion {
  display: none;
}


/* PCバナー */

.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}

.index-banner_pc {
  margin: 5rem 0 0 0;
  position: fixed;
  right: 0;
  bottom: 10rem;
  z-index: 310;
  display: none;
}

.index-banner_pc a {
  text-decoration: none;
}

.index-banner_pc a:hover {
  opacity: 0.6;
}

.index-banner_pc .image-banner-box {
  max-width: 220px;
}

@media screen and (max-width: 480px) {
  .index-banner_pc {
    display: none !important;
  }
}


/* SPバナー */

.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
  object-position: center center;
}

.index-banner {
  margin: 5rem 0 0 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 310;
  display: none;
}

.index-banner a {
  text-decoration: none;
}

.index-banner a:hover {
  opacity: 0.6;
}

.index-banner .image-banner-box {
  min-height: 7rem;
}

.index-banner .image-banner-box .cmn02-text-banner-box__image {
  position: relative;
  max-width: 100%;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  body {
    line-height: 1.7em;
    width: 100%;
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_br {
    display: block;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0 0 10px 0;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  a:hover {
    opacity: 1;
  }
  .wi1000 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .baseBox {
    width: 90% !important;
    margin: 0 auto;
  }
  #category, #page {
    width: 100%;
    margin: 0 auto;
  }
  #category .baseBox, #page .baseBox {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  /*--------------------------------------
  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;
    margin: 0 0 1rem;
  }
  .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;
  }
  /* slider
  ----------------------------------------------------*/
  .slider-area .slider-for {
    width: 100%;
    padding: 0 1em;
    float: none;
  }
  .slider-area .slider-for .slick-slide {
    margin: 0 0 1rem;
  }
  .slider-area .slider-for img {
    max-width: 98%;
    width: auto;
    height: 210px;
  }
  .slider-area .slider-for .slick-next,
  .slider-area .slider-for .slick-prev {
    width: 25px;
    height: 25px;
    top: 41%;
    background-size: 100% auto;
  }
  .slider-area .slider-nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: static;
  }
  .slider-area .slider-nav img {
    width: auto;
  }
  .slider-area .slider-nav .slick-slide img {
    height: unset;
  }
  .slider-area .slider-nav .slick-list {
    padding: 0 !important;
  }
  .slider-area .slider-nav .slick-track {
    width: 100% !important;
    left: 0 !important;
    opacity: 1;
    display: flex;
    justify-content: center;
  }
  .slider-area .slider-nav .slick-slide {
    width: 20% !important;
    height: 50px;
    padding: 5px .5rem;
    display: flex;
    place-content: center;
  }
  #slideArea .caption {
    margin: 8px 0 10px !important;
  }
  /* ================== */
  /*header　*/
  /* ================== */
  header {
    position: relative;
  }
  #headNoteArea {
    width: 100%;
    padding: 10px 4% 6px;
    font-size: 1.2rem;
    box-sizing: border-box;
    display: table;
  }
  #headNoteArea .areaInner {
    background: none;
    padding: 0;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  #headNoteArea .sitename, #headNoteArea .sitename a {
    font-size: 1.2rem;
    padding: 0 3rem 1rem 0;
    text-align: left;
    margin: 0;
    display: flex;
  }
  #headNoteArea .sitename a {
    background: none;
    padding: 0;
    font-weight: bold;
    margin: 0;
  }
  #headNoteArea .logo {
    margin: 1rem auto 0;
    width: 160px;
  }
  /* ハンバーガーメニュー */
  .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 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;
  }
  .header-frame {
    position: relative;
    width: 100%;
    height: 64px;
  }
  .menu-btn {
    background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
    background-size: 35px;
    position: absolute;
    top: 22px;
    right: 13px;
    height: 35px;
    width: 35px;
    z-index: 10;
  }
  .navOpenOut {
    background: rgba(255, 255, 255, 0.5);
    padding: 22px 13px 20px;
    box-sizing: border-box;
    height: 77px;
  }
  .navOpen {
    background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
    background-size: 35px;
    position: inherit;
    top: inherit;
    right: 13px;
    height: 35px;
    width: 35px;
    z-index: 10;
    float: right;
  }
  #sp_titArea .is-fixed {
    position: fixed;
    top: 22px;
    right: 13.5px;
    z-index: 2;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-btn img {
    opacity: 1;
  }
  .black .menu-btn img {
    opacity: 0;
  }
  .header-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    overflow-y: scroll;
  }
  .header-menu ul li a {
    display: block;
    padding: 15px 35px 15px 10px;
    background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
    background-size: 16px auto;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    font-size: 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: 1.3rem;
  }
  .header-menu ul.accordion ul {
    display: none;
  }
  .header-menu ul.accordion .subCat ul.subList {
    display: block;
  }
  .header-menu ul.accordion .tglMenu {
    display: block;
    padding: 15px 35px 15px 10px;
    background: #f6fcfc url(img/arrow_int_down.png) right 12px center no-repeat;
    background-size: 20px auto;
    border-bottom: 1px solid #7ecddb;
    text-decoration: none;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-menu ul.accordion .open {
    background: #f6fcfc url(img/arrow_int_up.png) right 12px center no-repeat;
    background-size: 20px auto;
  }
  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    background: #FFF url("img/arrow_blue.svg") right 18px center no-repeat;
    background-size: 7px auto;
    color: #333;
    border-bottom: 1px solid #7ecddb;
  }
  .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 #333;
    padding: 12px 30px 12px 30px;
  }
  .header-menu ul.accordion li ul li:last-child a {
    border-bottom: none;
  }
  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .areaInner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    background: url(img/arrow_blue.svg) right 17px center no-repeat;
    background-size: 8px auto;
    padding: 10px 40px 10px 4%;
  }
  footer .areaInner .footBox .sttl.tglMenu a {
    background: url(img/arrow_int_down.png) right 12px center no-repeat;
    background-size: 20px auto;
    transform: rotate(0deg);
  }
  footer .areaInner .footBox .sttl.open a {
    background: url(img/arrow_int_up.png) right 12px center no-repeat;
    background-size: 20px auto;
  }
  footer .areaInner .footBox .sttl {
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
  }
  footer .areaInner .footBox .accChild li {
    float: none;
    padding: 0;
    margin: 0;
    background: none;
    display: block;
    border-bottom: 1px solid #7ecddb;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    background: url(img/arrow_blue.svg) right 17px center no-repeat;
    background-size: 8px auto;
    padding: 10px 40px 10px 4%;
  }
  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: #333;
    border-bottom: 1px dotted #333;
    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: #333;
  }
  footer .areaInner .noticeArea p {
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .areaInner .noticeArea .botPrg {
    text-align: center;
    background: transparent;
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    margin: 10px 0 0;
  }
  footer .botArea {
    padding: 0;
  }
  footer .botArea .botInner {
    width: 100%;
  }
  footer p.copy {
    margin: 0;
    padding: 14px 15px 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
  }
  footer a {
    text-decoration: none;
  }
  footer .botArea .botInner .smap {
    display: none;
  }
  footer .areaInner .footBox .accChild .sp {
    display: block;
  }
  /*--------------------------------------
   PageTop
  ---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 11%;
    right: 3%;
    z-index: 2;
    width: 40px;
  }
  #page-top:hover {
    opacity: 1;
  }
  /* ================== */
  /*メインコンテンツ　*/
  /* ================== */
  #category .titLArea {
    margin: 15px auto 20px;
  }
  #category h1, #page h1, #contents .titLArea .top_h2 {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 3rem 0;
  }
  #category h1::before, #page h1::before, #contents .titLArea .top_h2::before {
    width: 32px;
    height: 7px;
  }
  #category h2, #page h2, .top_h3 {
    margin: 3rem 1rem 2rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
    font-size: 2.3rem;
    line-height: 1.4;
  }
  #category h2::before, #page h2::before, .top_h3::before {
    width: 24px;
  }
  .sitemap h2 a {
    color: #333;
  }
  #category h3, #page h3 {
    position: relative;
    margin: 35px 0 20px;
    padding: 10px 15px 8px 45px;
    font-size: 2.1rem;
    line-height: 1.4;
  }
  #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
    position: relative;
    margin: 35px 0 20px;
    padding: 6px 10px 6px 15px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #page h5 {
    border-bottom: 1.5px dashed #7ecddb;
    border-left: none;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .sitemap h2 a {
    color: #333;
  }
  #contents ul li {
    min-height: 12px;
    padding: 0 0 4px 22px;
  }
  #contents ul li::before {
    top: 4px;
  }
  #contents ol {
    padding: 10px 10px 0;
  }
  #contents ol li {
    padding: 0 0 4px 22px;
    font-size: 1.3rem;
  }
  #contents ol li::before {
    width: 17px;
    height: 17px;
    top: 2px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  #contents .rank, #contents .noCount .recommend, #contents .noCount .check, #contents .noCount .point, #contents .rank_wrap2 .recommend, #contents .rank_wrap3 .check, #contents .rank_wrap4 .point {
    margin: 3rem 1rem 2rem 1rem;
    padding: 1.6rem 1rem 1.6rem 5rem;
    font-size: 1.8rem;
  }
  #contents .rank::before {
    width: 50px;
    left: -10px;
    height: 50px;
    padding: 13px 0 0px 13px;
    line-height: 1.1;
    font-size: 2rem;
  }
  #contents .noCount .recommend::before, #contents .noCount .check::before, #contents .noCount .point::before, #contents .rank_wrap2 .recommend::before, #contents .rank_wrap3 .check::before, #contents .rank_wrap4 .point::before {
    font-size: 1rem;
    left: -10px;
  }
  #contents .rank_wrap2 .recommend::after, #contents .rank_wrap3 .check::after, #contents .rank_wrap4 .point::after {
    top: 15px;
    width: 50px;
    height: 50px;
    left: -7px;
    padding: 2.2rem 0 0;
    font-size: 2rem;
  }
  /*--------------------------------------
   table
  ---------------------------------------*/
  #contents table:not(.scroll-table) {
    border-collapse: collapse;
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
  }
  #contents table:not(.scroll-table)  tr {
    display: block;
    margin: 0;
  }
  #contents table:not(.scroll-table) tr:last-child {
    margin: 0;
  }
  #contents table:not(.scroll-table) th {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    border-top: none;
  }
  #contents table:not(.scroll-table) td {
    background: #fff;
    font-size: 1.6rem;
  }
  #contents table:not(.scroll-table) th, #contents table:not(.scroll-table) td {
    padding: 10px;
    display: block;
    line-height: 1.7;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
  #contents table:not(.scroll-table) td:first-of-type {
    border: 1px solid #bcc7cb;
    border-bottom: none;
  }
  #contents table:not(.scroll-table) td:last-of-type {
    border-bottom: 1px solid #bcc7cb;
  }
  #contents .js-scrollable {
    overflow: auto;
    padding: 0 0 2rem;
  }
  #contents .js-scrollable::before {
    content: '▼左右にスクロールできます。';
  }
  #contents .js-scrollable table.scroll-table {
    width: auto;
    white-space: nowrap;
    margin: 1rem 0 2rem;
  }
  #contents .js-scrollable table.scroll-table th, #contents .js-scrollable table.scroll-table td {
    word-break: break-all;
    border-right: 1px solid #ccc;
  }
  #contents .js-scrollable table.scroll-table td {
    white-space: nowrap;
    word-break: break-all;
  }
  /*--------------------------------------
   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 iframe {
    max-width: 100%;
  }
  #contents .float-wrap .fr {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  #contents .float-wrap img {
    width: 100%;
  }
  #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 #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_sma l, #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, .btn-web, .btn-link, .btn-tel {
    width: 90%;
    margin: 35px auto;
    position: relative;
  }
  #page .btn-internal,
  #category .btn-internal,
  #page .btn-web,
  #category .btn-web{
    width: inherit;
  }
  .btn-internal a, .btn-web a, .btn-link a, .btn-tel a {
    font-size: 1.6rem;
    padding: 1.5rem 4.5rem 1.5rem 4.5rem;
  }
  .btn-tel {
    display: block;
  }
  .btn-tel a {
    background: url(img/icon_tell.png) left 20px top 50% no-repeat, -webkit-linear-gradient(0deg, #9468c8 0%, #8d85ee 100%);
    color: #fff;
  }
  .btn-internal:hover, .btn-web:hover, .btn-link:hover, .btn-tel:hover {
    opacity: 1;
  }
  .btn-tel::before, .btn-internal::before, .btn-web::before {
    top: 5px;
    left: 0;
  }
  .btn-tel::before {
    background: #7847b5;
  }
  .btn-internal:hover a, .btn-web:hover a {
    background-size: 20px auto;
  }
  .btn-link a {
    color: #33a5ca;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    transition: 0.2s;
    border-radius: 100px;
    background: url(img/arrow_blue.svg) no-repeat right 2rem top 50% #ebffff;
    background-size: 10px auto;
    text-decoration: none;
  }
  .btn-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    pointer-events: none;
    transition: 0.2s;
    z-index: 0;
    background: #e7e7e7;
    border-radius: 100px;
  }
  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
  }
  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #838383;
  }
  #pankuzu a {
    color: #838383;
  }
  #contents .sitemap {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #contents .sitemap h1 {
    width: 100%;
  }
  .bgTxt {
    margin: 0;
  }
  .bgTxt img {
    width: 80px;
  }
  #index .frame-wrap {
    display: block;
  }
  #index .frame-wrap .frame {
    width: 100%;
  }
  #index .headArea {
    padding: 0;
    margin-bottom: 3rem;
  }
  #contents .blueBox::before, #index .headArea::before {
    left: -1.5rem;
    background-size: auto 20rem;
  }
  #index .wi1000 .titL {
    font-size: 2rem;
    margin: 1rem auto 2rem;
    line-height: 1.5;
    padding: 0 0 1rem;
  }
  #index .wi1000 .titL span {
    font-size: 2.5rem;
  }
  #index .wi1000 .titL a {
    line-height: 1.4;
    padding: 0 4rem 0 0;
  }
  /*addCont*/
  #index .addCont {
    margin: 8rem auto;
  }
  .btn-accordion {
    margin: 2rem auto 0;
  }
  #contents .latest {
    padding: 0;
    line-height: 1.4;
  }
  #contents .latest li {
    display: flex;
  }
  #contents .latest li span {
    padding-right: 1rem;
    width: 8rem;
  }
  #index .latest li::before {
    top: 11px;
  }
  /*addCont01*/
  #index .addCont01 {
    padding: 5rem 0 1rem;
  }
  #index .addCont01 .wi1000 {
    padding: 0;
  }
  #index .addCont01 .headArea::before {
    background-size: auto 30rem;
    left: -0.8rem;
  }
  #index .addCont01::before {
    top: 3rem;
    height: calc(100% - 1rem);
  }
  #index .addCont01 .headArea {
    margin: 0 auto 1rem auto;
  }
  #index .addCont01 .headArea::before {
    width: 30px;
    height: 145px;
    left: -15px;
    top: -10px;
    background: url(img/decoration_img.png) no-repeat left top;
    background-size: 30px auto;
  }
  #index .addCont01 .thBoxArea {
    margin: 3rem auto 0;
  }
  #index .addCont01 .thBoxArea .sBox {
    width: 100%;
    margin: 0 0 2rem;
  }
  #index .addCont01 .thBoxArea .sBox .comName {
    font-size: 1.8rem;
    margin: 0 -3rem 1rem;
    padding: 1rem;
  }
  #index .addCont01 .thBoxArea .sBox .comName span {
    font-size: 1.4rem;
  }
  #index .addCont01 .thBoxArea .sBox.gungun .comName {
    background-size: 40px auto;
  }
  #index .addCont01 .thBoxArea .sBox.nobinobi .comName {
    background-size: 40px auto;
  }
  #index .addCont01 .thBoxArea .sBox.anshin .comName {
    background-size: 40px auto;
  }
  #index .addCont01 .thBoxArea .sBox .ph img {
    margin: 1rem auto 2rem;
    width: 70px;
    display: block;
  }
  #index .addCont01 .thBoxArea .sBox .com-catch {
    margin: 1.5rem auto 2rem;
  }
  #index .addCont01 .thBoxArea .sBox .icon li {
    font-size: 1.2rem;
    width: calc(100% / 2 - 5px);
    float: left;
    padding: 8px 10px 6px;
  }
  #index .grayArea .ssTit {
    font-size: 1.8rem;
  }
  #index .grayArea .gray_txt {
    font-size: 2.3rem;
    padding: 2rem;
  }
  #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
    background: #333 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
    opacity: 1;
    background-size: 3rem auto;
  }
  #index .addCont01 .sp_small {
    font-size: 1.8rem;
  }
  /*addCont02*/
  #index .addCont02 {
    padding: 3rem 0;
    margin: 3rem auto;
  }
  #index .addCont02 .frame-wrap {
    margin: 6rem auto 0;
    display: block;
    width: 96%;
  }
  #index .addCont02 .frame-wrap .frame.check {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  #index .addCont02 .frame-wrap .frame.check .inner {
    padding: 4rem 2.5rem;
  }
  #index .addCont02 .frame-wrap .frame.check:last-child {
    margin: 0;
  }
  /*addCont03*/
  #index .addCont03 {
    padding: 8rem 0 0;
    margin: 0 auto;
  }
  #index .addCont03 .bgbd {
    padding: 2rem 0;
    width: 100%;
    margin: 4rem auto 3rem;
  }
  #index .addCont03 .bgbd .sTitArea {
    margin: 0 0 3rem 0;
    padding: 1rem 1rem 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
  #index .addCont03 .bgbd .sTitArea::before {
    width: 5rem;
    height: 5rem;
    left: 0;
    right: 0;
    top: 25%;
    margin: auto;
  }
  #index .addCont03 .bgbd .sTitArea .titM {
    font-size: 2.2rem;
    /* line-height: 1.2; */
    text-align: center;
  }
  #index .addCont03 .sTitArea .catch {
    font-size: 1.4rem;
    margin: 0.5rem 0;
    font-weight: normal;
  }
  #index .addCont03 .subBox02 {
    margin: 0 auto 5rem;
  }
  #index .addCont03 .subBox02 .float-wrap {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 2rem 2rem;
    display: block;
  }
  #index .addCont03 .subBox02 .float-wrap .fl {
    padding: 0;
  }
  #index .addCont03 .subBox02 .float-wrap .float-img {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #index .addCont03 .subBox02 .float-wrap .float-img .flame {
    width: 50%;
    margin: 0 auto;
  }
  #index .addCont03 .subBox02 .float-wrap .float-txt {
    width: 100%;
  }
  #index .addCont03 .subBox02 .float-wrap .float-txt .catch {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  #index .addCont03 .subBox02 .float-wrap .float-txt p {
    margin-bottom: 0;
  }
  #index .addCont03 .sTit-wrap {
    padding: 0 0 0 2rem;
  }
  #index .addCont03 h4.sTit {
    font-size: 2.3rem;
  }
  #index .addCont03 .sTit-wrap span {
    font-size: 1.6rem;
  }
  #index .addCont03 .btn-web {
    margin: 5rem auto;
  }
  #index .addCont03 .subBox01 {
    margin: 2rem auto 0;
  }
  #index .addCont03 .features {
    display: block;
    margin-bottom: 2rem;
  }
  #index .addCont03 .features-list {
    width: auto;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
  #index .addCont03 .features-list:first-child {
    border-right: none;
    border-bottom: 1px solid #90d4e0;
  }
  #index .addCont03 .features-list dl dd span {
    font-size: 3rem;
  }
  #index .addCont03 .subBox02 .dashed {
    padding: 1rem;
    margin: 0;
  }
  #index .addCont03 .subBox02 .dashed ul li {
    width: 100%;
    display: block;
    float: none;
    /* line-height: 2; */
    padding-right: 1rem;
    font-size: 1.4rem;
  }
  #index .addCont03 .subBox03 {
    margin: 3rem auto 4rem;
  }
  #index .addCont03 .subBox03 .frame-wrap {
    display: block;
  }
  #index .addCont03 .subBox03 .frame.kutikomi {
    width: 100%;
    margin: 0 0 3rem 0;
    padding-bottom: 0.5rem;
  }
  #index .addCont03 .subBox03 .frame.kutikomi .frame-head {
    font-size: 2rem;
    padding: 1.5rem;
    line-height: 1.6;
  }
  #index .subBox05 .float-wrap {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 2rem 2rem;
    display: block;
  }
  #index .subBox05 .float-wrap .fl {
    padding: 0;
  }
  #index .subBox05 .float-wrap .float-img {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #index .subBox05 .float-wrap .float-img .flame {
    width: 30%;
    margin: 0 auto;
  }
  #index .subBox05 .float-wrap .float-txt {
    width: 100%;
  }
  #index .subBox05 .float-wrap .float-txt .catch {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  #index .subBox05 .float-wrap .float-txt p {
    margin-bottom: 0;
  }
  #index .addCont03 .kuchikomiMore {
    margin: 0;
  }
  #index .addCont03 .kuchikomiTriger {
    display: inline-block;
    margin: 0 0 5rem;
    width: 100%;
    text-align: center;
  }
  #index .addCont03 .kuchikomiTriger .btn-more {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem 2.4rem;
    width: 80%;
    position: relative;
    background: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    border-radius: 100px;
  }
  #index .addCont03 .kuchikomiTriger .btn-more::before, #index .addCont03 .kuchikomiTriger .btn-more::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #index .addCont03 .kuchikomiTriger .btn-more::after {
    background: url(img/icon_plus_gr.png) left center no-repeat;
    background-size: 25px auto;
    transition: 0.5s;
  }
  #index .addCont03 .kuchikomiTriger .btn-more.close::after {
    background: url(img/icon_minus_gr.png) left center no-repeat;
    background-size: 25px auto;
    transition: 0.5s;
  }
  /*addCont04*/
  #contents .addCont04 {
    margin: 5rem auto 5rem;
    padding: 3rem 2rem;
  }
  .addCont04 .titL {
    padding: 0;
    margin: 2rem 0;
  }
  .addCont04 .titL::before {
    background-size: 100% auto;
    width: 30px;
    top: -10px;
    right: 0;
  }
  .contBox {
    padding: 2rem 2rem 1px;
    margin: 3rem 0 0;
  }
  .contBox .tab {
    display: block;
  }
  #contents .contBox .btn-internal {
    width: 100%;
    margin: 0 0 2rem;
  }
  /*addCont05*/
  #index .addCont05.top {
    margin: 12rem auto 10rem;
  }
  #index .addCont05::after {
    top: -2.5rem;
  }
  #contents .addCont07 .blueBox {
  margin-top: 4rem;
  }
  #contents .blueBox.wi1000 {
    width: 100%;
    padding: 0;
  }
  #contents .blueBox .subBox {
    padding: 1rem 2rem 2rem 2rem;
    margin: 0;
  }
  #contents .blueBox .subBox .upper {
    margin: 0 0 25px;
    display: block;
  }
  #contents .blueBox .subBox .ph {
    margin: 0 auto 1rem;
    float: none;
    width: 30%;
  }
  #contents .blueBox .subBox .ph img {
    width: 100%;
  }
  #contents .blueBox .subBox .ph im {
    width: 100%;
  }
  #contents .blueBox .subBox .upper .sTit {
    font-size: 1.8rem;
  }
  #contents .blueBox .subBox .pointArea {
    padding: 0;
  }
  #contents .blueBox .subBox .pointArea .pointWrap {
    padding: 0 0 1rem;
  }
  #contents .blueBox .subBox .pointArea .point {
    font-size: 1.6rem;
    margin: 0;
  }
  /*addCont06*/
  #index .addCont06 {
    margin: 8rem auto 8rem;
  }
  #index .frame-wrap {
    display: block;
    margin: 3rem auto;
  }
  #contents .frame-wrap .frame.list {
    width: 100%;
    padding: 1.5rem;
    margin: 0 0 2rem 0;
  }
  #contents .frame.list .frame-head a {
    font-size: 2rem;
  }
  #index .addCont06 .triger {
    margin: 3rem 0;
    text-align: center;
  }
  #index .addCont06 .triger .btn-more {
    max-width: 80%;
    padding: 1.5rem;
    width: 80%;
    font-size: 1.6rem;
  }
  #index .addCont06 .triger .btn-more::before, #index .addCont06 .triger .btn-more::after {
    width: 25px;
    height: 25px;
  }
  #index .addCont06 .triger .btn-more::after {
    background-size: 25px auto;
  }
  #index .addCont06 .triger .btn-more.close::after {
    background-size: 25px auto;
  }
  /*addCont07*/
  #contents .addCont07 {
    margin: 0 auto 4rem;
    padding: 5rem 0;
  }
  #contents .addCont07 .top-point {
    margin: 3rem 1rem 1.5rem 2.5rem;
    font-size: 2rem;
  }
  #contents .addCont07 .top-point::before {
    left: -2.5rem;
  }
  #contents .addCont07 .top-point.point01::before {
    background-size: 50px auto;
  }
  #contents .addCont07 .top-point.point02::before {
    background-size: 50px auto;
  }
  #contents .addCont07 .top-point.point03::before {
    background-size: 50px auto;
  }
  #contents .addCont07 .top-point.point04::before {
    background-size: 50px auto;
  }
  #contents .addCont07 .top-point::after {
    width: 2rem;
    height: 2rem;
    right: -1rem;
    bottom: -1rem;
  }
  #contents .addCont07 .float-wrap .center {
    width: 100%;
  }
  #contents .addCont07.fumufumu .headArea {
    background: none;
    padding-right: 0;
  }
  #contents .addCont07.fumufumu .headArea .addTxt {
    padding: 0;
  }
  #contents .addCont07.fumufumu .float-wrap {
    padding: 0;
  }
  #contents .addCont07.fumufumu .addTxt .sv {
    float: right;
    width: 100px;
    margin: 0 0 1rem 1rem;
  }
  #contents .addCont07.fumufumu .addTxt .sv img {
    width: 100%;
    height: auto;
  }
  #contents .addCont07 .btn-internal {
    margin-top: 3rem;
  }
  #contents .addCont07 h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  /*addCont08*/
  #index .addCont08 {
    margin: 0 auto 4rem;
  }
  #index .addCont08 .addTxt {
    width: 78%;
  }
  #index .addCont08 .headArea::after {
    width: 7rem;
    height: 11rem;
    background-size: 7rem auto;
    right: 0rem;
    bottom: -1rem;
  }
  #index .addCont08 .frame-wrap {
    display: block;
    width: 96%;
  }
  #index .addCont08 .frame-wrap .frame.preperation {
    width: 100%;
  }
  #index .addCont08 .frame-wrap .frame-img img {
    width: 100%;
    margin: auto;
  }
  #index .addCont08 .frame .frame-head .sttl.rank a {
    padding: 25px 35px 20px 65px;
    font-size: 1.8rem;
  }
  #index .addCont08 .frame .frame-head .sttl.rank::before {
    padding: 7px 0 0 12px;
  }
  /*addCont09*/
  #index .addCont09 {
    margin: 0 auto 4rem;
  }
  #index .addCont09 .frame-wrap {
    display: block;
    width: 96%;
    margin: 3rem auto 0;
  }
  #index .addCont09 .frame-wrap .frame.column {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #index .addCont09 .frame-wrap .fukiWrap {
    margin: 0 0 1rem;
  }
  #index .addCont09 .frame-wrap .fukiCatch {
    font-size: 1.3rem;
    padding: 5px 15px;
  }
  #index .addCont09 .frame-head {
    width: 90%;
    margin: 2rem auto 2.5rem;
  }
  #index .addCont09 .frame-head .sttl {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
  /*addCont10*/
  #index .addCont10 {
    margin: 0 auto 5rem;
  }
  #index .addCont10 .float-wrap {
    margin: 0 0 3rem 0;
  }
  #index .addCont10 .float-wrap .catch {
    font-size: 1.8rem;
    margin: 1.5rem 0 .5rem;
  }
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left-width: 2px;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three+.chapter-h-two {
    margin-top: 2rem;
  }
}