@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("font/NS-Regular.woff2") format("woff2"), url("font/NS-Regular.woff") format("woff");
    font-display: swap;
}

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


:root{
	--color-main: #1e1e1c;
	--color-orange: #d75a11;
	--color-beige: #f2efea;
	--color-gold: #c8a54e;
	--color-l-gray: #f5f5f5;
	--color-d-gray: #d0d0d0;
	--color-external: #00b3cc;
	--color-external-hover: #5898a1;
	--color-tel: #9f65a8;
	--color-internal-hover: #656565;
}

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

th,
td {
    word-break: break-all;
}

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

html {
    font-size: 71.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.catch {
    font-weight: bold !important;
}


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

body {
    min-width: 1200px;
    color: var(--color-main);
    font-size: 16px;
	/* font-size: 1.6rem; */
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.8em;
    word-break: break-word;
}

body.home{
	background-image:
		linear-gradient(to right, #f7f7f7 1px, transparent 1px),
		linear-gradient(to bottom, #f7f7f7 1px, transparent 1px);
	background-size: 20px 20px;
}

body.home header .rightTxt,body.home #headNoteArea,body.home #g-nav{
	background: #ffffff;
}



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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.wi1000 {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

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

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

a:hover {
    opacity: 0.6;
}

*,
*::before,
*:after {
    box-sizing: border-box;
}


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

#slideArea {
    margin: 0 auto 60px;
}

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

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

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

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: 100%;
}

[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;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
}

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

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

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

.slider {
    position: relative;
    max-width: 940px;
}

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

.slider .slider-nav-wrap .slider-nav .slick-slide {
    padding: 8px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

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

.slider .slider-nav-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .slider-nav-wrap .slick-prev {
    right: 0;
    border-width: 0;
    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: left;
    width: 85%;
}

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

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

.slider .slider-nav-wrap {
    position: absolute;
    top: 49%;
    right: 0;
    padding: 0;
    width: 12%;
    height: 491px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .slider-nav-wrap .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider .slider-nav-wrap .slick-next {
    top: -1.5em;
    width: 22px;
    height: 13px;
    background: url(img/arrow_slide_thumb_top.png) center center no-repeat;
}

.slider .slider-nav-wrap .slick-prev {
    top: auto;
    bottom: 3.5em;
    width: 22px;
    height: 13px;
    background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat;
}


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


/*header　*/


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

header {
    position: relative;
    /*border-top: 4px solid var(--color-main);*/
}

header::before {}

header .rightTxt {
    padding: .2rem 1rem;
    text-align: right;
	font-size:1.2rem;
}

header .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: var(--color-main);
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
}

#headNoteArea {
    padding: 20px 0 5px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
}

#headNoteArea .areaInner {
    margin: 0 auto;
    padding: 0;
    padding: 0 110px 0 120px;
    max-width: 520px;
    position: relative;
}

#headNoteArea .sitename,
#headNoteArea .sitename a {
    display: table;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--color-main);
    font-weight: 800;
    z-index: 20;
    /* width: 1000px; */
}

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

.font-min{
	font-size:75%;
	margin-left: 0.2rem;
	background: none;
}

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


/*g-nav　*/


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

#g-nav {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
}

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

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

#g-nav ul li:first-child {
    width: 30%;
}

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

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

#g-nav li a {
    display: block;
    box-sizing: border-box;
    padding: 16px 20px;
    color: var(--color-main);
    text-align: center;
    font-size: 14px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
}


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

@media screen and (min-width: 481px) {
.breadcrumb-area {
    background: #f5f5f5;	
}
.breadcrumb-area #pankuzu {
    margin: 0 auto;
    padding: 14px 0;
    margin: 0 auto 40px auto;
    width: 1000px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #444;
}
}
#pankuzu {
    margin: 0 auto;
    padding: 14px 20px;
    margin: 0 auto 40px auto;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #444;
    background: #f5f5f5;
	text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

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


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

.contents {
    margin: 0 auto;
    padding: 0;
}

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

.category,
.page {
    margin: 0 auto;
    width: 1000px;
}

.category .baseBox,
.page .baseBox {
    float: left;
    width: 760px;
}


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

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

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


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

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

#side .sideTopBox {
    position: relative;
    margin: 0 0 30px;
    background: #fffbce;
}

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

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

#side .sideTopBox .catch:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 55px;
    height: 3px;
    /*background: #bfdced;*/
    background: #83cdc0;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#side .sideTopBox .imgBox {
    position: relative;
    z-index: 2;
    margin: 0 auto 20px;
    text-align: center;
}

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

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

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

#side .sideBox {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 10px;
    background: var(--color-beige);
}

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

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

#side .sideBox .sttl a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 20px 20px 18px 0px;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    background: url(img/arrow_red_small.png) right 0px center no-repeat;
    background-size: 10px auto;
}

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

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

#side .sideBox li {
    padding: 0;
    padding: 20px 10px 18px 10px;
    box-sizing: border-box;
    background: url(img/arrow_red_small.png) right 10px center no-repeat;
    background-size: 6px auto;
}

#side .sideBox li:first-child {}

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

#side .sideBox li a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 2px solid #fff;
}

#side .sideBox li a:hover {
    border-bottom: 2px solid #ede6d9;
    opacity: 1;
}

#side .sideBox .subList {
    margin: 0;
}

#side .sideBox .subList li {
    margin: 0;
    background: none;
}

#side .sideBox .subList li:last-child {
    background: none;
}

#side .sideBox .subList li a {
    display: block;
    padding: 0 25px 0 17px;
    background: url(img/arrow_side_sub.png) no-repeat left 0 top 0, url(img/arrow_black.png) right 0 center no-repeat;
    background-size: auto, 6px auto;
}

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

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


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

footer {
    margin: 10rem 0 0;
    padding: 0;
    background: var(--color-beige);
}

.home footer{
	margin-top: 0;
}

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

footer a {
    text-decoration: none;
}

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

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

footer .areaInner .footBox .sttl {
    margin: 0 0 14px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #666;
	font-size:1.6rem;
}

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild .subList li::before {
    color: var(--color-main);
    content: "　/　";
    letter-spacing: 0;
}

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 {
    padding: 0 0 0 16px;
    background: url("img/arrow_black_small.png") 0 50% no-repeat;
    background-size: 6px;
    color: var(--color-main);
    font-weight: normal;
    font-size: 13px;
    font-size: 1.4rem;
}

footer .areaInner .footBox .accChild .subList:first-child li:before {
    color: var(--color-main);
    content: "　/　";
    letter-spacing: 0;
}

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

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

footer .areaInner .footBox .accChild .subList li a {
    padding: 0 8px;
    background: none;
    font-size: 13px;
    font-size: 1.3rem;
}

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

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

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

footer .botArea {
    padding: 13px 0;
    background: var(--color-main);
}

footer .botArea .botInner {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-direction: row-reverse;
}

footer .botArea .botInner .smap {
    flex: 0 0 150px;
    text-align: right;
}

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

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

footer p.copy {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
}

footer p.copy a {
    color: inherit;
}

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



.cmn02-text-banner-box__image{
	text-align: center;
	position: relative;
}

.cmn02-text-banner-box__image img {
	max-width: 80%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
	position: absolute;
	left:0;
	right:0;
	bottom:-1.25rem;
	margin:auto;
}
.index-banner_pc {
	position: fixed;
	right: 0;
	bottom: 10rem;
	z-index: 10;
	display: none;
}

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

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

.text-banner-box {
	max-width: 220px;
	position: relative;
}

/*.text-banner-box:before {
	content: "";
	position: absolute;
	max-width: 97px;
	width: 100%;
	height: 67px;
	background: url(img/dami_img_12.png)no-repeat;
	top: -8%;
	left: 2%;
}*/

.text-banner-box:after {
	content: "";
	position: absolute;
	bottom: 4%;
	right: 2%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #e5a57e transparent;
}

.pc-bannerArea .imgArea {
	width: 40%;
}

.text-banner-box__text {
	padding: 2rem 2rem 2rem 2rem;
	text-align: center;
	background:var(--color-orange) url("img/banner_img.jpg") no-repeat;
	font-weight: bold;
}

.text-banner-box__text .mainttl {
	color: #fff;
}

.text-banner-box__text .mainttl span {
    font-size: 1.5rem;
}

.cmn02-text-banner-box__catch {
	display: block;
}

.text-banner-box__text .cmn02-paragraph {
	color: #fff;
}

.text-banner-box__text .cmn02-paragraph p{
	margin:0;
	font-size:2rem;
}

.th-beige-bg .caption a{
	text-decoration: underline;
}

@media screen and (max-width: 480px){
/*  .index-banner_pc{
    display:none !important;
  }*/
	
	.index-banner_pc{
		bottom:0;
		width:60%;
	}
	
	.text-banner-box{
		max-width: 100%;
	}
	
	.text-banner-box__text{
		width:100%;
		padding:1rem;
	}
	
	.cmn02-text-banner-box__image{
		display: none;
	}
	
	.text-banner-box:after{
		right:1%;
	}
}





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


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


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


/*--------------------------------------
　Main Index
---------------------------------------*/

/*.keyArea {
    background: url("img/key.jpg") center top no-repeat;
    background-size: cover;
}*/

.keyArea{
	position: relative;
}

.keyArea:before{
content: "";
    display: block;
    width: 50%;
    height: 90%;
    position: absolute;
    right: calc(9vw + -53px);
    top: 20px;
    background: url(img/key.jpg) center top no-repeat;
    background-size: contain;
    /* background-position: left center; */
    z-index: -1;
}

.keyArea:after{
	content:"";
	display: block;
	width:100%;
	height:430px;
	position: absolute;
	left:0;
	top:0;
	background:#f2efea;
	z-index: -2;
}

.keyArea .inner {
    box-sizing: border-box;
    margin: 0 auto 0 12%;
    padding: 41px 0 110px;
    width: 88%;
	height:560px;
	position: relative;
}

.keyArea .inner:before{
	content:"";
	display: block;
	width:90px;
	aspect-ratio:0.79 / 1;
	background: url("img/beige_arrow.png") no-repeat;
	background-size:100% auto;
	position: absolute;
	left:18%;
	bottom:0px;
}

.keyArea .inner .mainTit {
    margin: 0 0 0px 0;
    width: 720px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
    color: #fff;
}

.keyArea .inner .mainTit span{
	background:var(--color-orange);
	color:#ffffff;
	line-height:1.8;
}

.keyArea .inner p {
    box-sizing: border-box;
    padding: 0 0 0 8px;
    width: 555px;
}

.keyArea .inner .mainTit,
.keyArea .inner p {
    text-shadow: none;
    color: var(--color-main);
}


/*addCont*/

.addCont {
    padding: 120px 0;
}


/*addCont01*/

.addCont01 {
    padding: 30px 0;
    margin-top: 6rem;
    /* color: #fff; */
}

.addCont01 .thBoxArea {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.addCont01 .thBoxArea .sBox {
    position: relative;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    padding: 10px;
    width: 320px;
    border: none;
    background: #FFF;
}

.addCont01 .thBoxArea .sBox .info-wrap:nth-child(5n) {
    /* border-bottom: 0; */
}

.addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}

.addCont01 .thBoxArea .sBox .sTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    font-size: 24px;
    font-size: 2.2rem;
    line-height: 1.3;
    border-bottom: 1px solid var(--color-main);
}

.addCont01 .thBoxArea .sBox .sTit span.small {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 10px;
}

.addCont01 .thBoxArea .sBox .sTit:before {
    content: none;
}

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

.addCont01 .thBoxArea .sBox .comName {
    display: block;
    margin: 20px 0 20px;
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: dashed 1px #444;
    border-left: none;
    background: none;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
}

.addCont01 .thBoxArea .sBox .comName:before,
.addCont01 .thBoxArea .sBox .comName:after {
    content: none;
}

.addCont01 .thBoxArea .sBox .icon {
    margin: 0 0 10px;
    padding: 0;
}

.addCont01 .thBoxArea .sBox .icon li {
    display: table;
    float: left;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    padding: 6px 10px;
    width: 134px;
    border-radius: 5px;
    background: #83cdc0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
}

.addCont01 .thBoxArea .sBox .icon li span {
    display: table-cell;
    vertical-align: middle;
}

.addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
    margin: 0 0 10px 0;
}

.addCont01 .thBoxArea .sBox .grayArea {
    margin: 0 0 30px;
    background: #f6f5f3;
}

.addCont01 .thBoxArea .sBox .grayArea .ssTit {
    display: block;
    margin: 0;
    padding: 11px 20px 9px 20px;
    outline: none;
    border: none;
    background: #eae0cc;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.addCont01 .thBoxArea .sBox .grayArea .ssTit:before,
.addCont01 .thBoxArea .sBox .grayArea .ssTit:after {
    content: none;
}

.addCont01 .thBoxArea .sBox .grayArea ul {
    margin: 0 0 0 1em;
    padding: 15px;
}

.addCont01 .thBoxArea .sBox .grayArea ul li {
    padding: 0;
    background: none;
    text-indent: -1em;
}

.addCont01 .thBoxArea .sBox .grayArea ul li:before {
    content: "・";
}

.addCont01 .thBoxArea .sBox .btn-internal,
.addCont01 .thBoxArea .sBox .btn-web {
    width: 100%;
    margin: 10px auto;
}

.addCont01 .thBoxArea .sBox .btn-web a {}

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

.addCont01 .thBoxArea .info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed var(--color-main);
    padding: 15px 0;
    color: #444444;
    border-top: 1px dashed #898989;
    margin: 30px 0 20px;
    min-height: 83px;
}

.addCont01 .thBoxArea .info-wrap .info-head {
    width: 9rem;
    margin-right: 10px;
    border: 1px solid var(--color-main);
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    padding: 5px 0px;
    font-weight: bold;
    background: var(--color-main);
    color: #fff;
}

.addCont01 .thBoxArea .info-body {
    line-height: 1.2;
    width: calc(100% - 11rem);
    padding-left: 0;
    font-weight: bold;
    text-align: center;
}

.addCont01 .thBoxArea .info-body .orange {
    color: #ff8433;
    font-weight: bold;
}

.addCont01 .thBoxArea .info-body .large {
    font-size: 38px;
    color: #cb101a;
}

.addCont01 .thBoxArea .info-body .small {
    font-size: 2.2rem;
}

.addCont01 .thBoxArea .opening {
    margin: 15px auto 15px;
    text-align: center;
    position: relative;
    color: #0e435d;
}

.addCont01 .thBoxArea .opening span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    min-width: 180px;
}

.addCont01 .thBoxArea .opening span::before,
.addCont01 .thBoxArea .opening span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: calc(100%);
    background: #0e435d;
}

.addCont01 .thBoxArea .opening span::before {
    left: 1rem;
    transform: rotate(-30deg);
}

.addCont01 .thBoxArea .opening span::after {
    right: 1rem;
    transform: rotate(30deg);
}

.addCont01 .add-txt {
    margin: 30px auto 0;
    padding: 0 1.5rem;
    width: 1000px;
}

.addCont01 .add-txt p {
    margin: 0;
}

.addCont01 .dashed {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    width: 720px;
    background: #FFF;
}

.addCont01 .dashed p {
    margin: 0;
}

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

#index .addCont01 .thBoxArea .sBox {
    position: relative;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    padding: 20px;
    width: 320px;
    border: 1px solid var(--color-main);
    background: #FFF;
}

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

#index .addCont01 .thBoxArea .sBox .sTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
    border-bottom: 1px solid var(--color-main);
}

#index .addCont01 .thBoxArea .sBox .sTit span.small {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

#index .addCont01 .thBoxArea .sBox .sTit:before {
    content: none;
}

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

#index .addCont01 .thBoxArea .sBox .comName {
    display: block;
    margin: 20px 0 20px;
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: dashed 1px #444;
    border-left: none;
    background: none;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
}

#index .addCont01 .thBoxArea .sBox .comName:before,
#index .addCont01 .thBoxArea .sBox .comName:after {
    content: none;
}

#index .addCont01 .thBoxArea .sBox .icon {
    margin: 0 0 10px;
    padding: 0;
}

#index .addCont01 .thBoxArea .sBox .icon li {
    display: table;
    float: left;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    padding: 6px 10px;
    width: 134px;
    border-radius: 5px;
    background: #83cdc0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
}

#index .addCont01 .thBoxArea .sBox .icon li span {
    display: table-cell;
    vertical-align: middle;
}

#index .addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
    margin: 0 0 10px 0;
}

#index .addCont01 .thBoxArea .sBox .grayArea {
    margin: 0 0 30px;
    background: #f6f5f3;
}

#index .addCont01 .thBoxArea .sBox .grayArea .ssTit {
    display: block;
    margin: 0;
    padding: 11px 20px 9px 20px;
    outline: none;
    border: none;
    background: #eae0cc;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}

#index .addCont01 .thBoxArea .sBox .grayArea .ssTit:before,
#index .addCont01 .thBoxArea .sBox .grayArea .ssTit:after {
    content: none;
}

#index .addCont01 .thBoxArea .sBox .grayArea ul {
    margin: 0 0 0 1em;
    padding: 15px;
}

#index .addCont01 .thBoxArea .sBox .grayArea ul li {
    padding: 0;
    background: none;
    text-indent: -1em;
}

#index .addCont01 .thBoxArea .sBox .grayArea ul li:before {
    content: "・";
}

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

#index .addCont01 .thBoxArea .sBox .btn-web a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1.5rem;
}

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

#index .addCont01 .thBoxArea .info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #898989;
    padding: 15px 0;
    color: #444444;
    border-top: 1px dashed #898989;
    margin: 30px 0 20px;
    min-height: 83px;
}

#index .addCont01 .thBoxArea .info-wrap .info-head {
    width: 105px;
    margin-right: 20px;
    border: 1px solid var(--color-main);
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    padding: 0.5rem 0;
    background: var(--color-main);
    color: #fff;
}

#index .addCont01 .thBoxArea .info-body {
    line-height: 1.2;
    width: calc(100% - 132px);
    padding-left: 0;
    font-weight: bold;
    text-align: center;
}

#index .addCont01 .thBoxArea .info-body .orange {
    color: #ff8433;
    font-weight: bold;
}

#index .addCont01 .thBoxArea .info-body .large {
    font-size: 38px;
    color: #cb101a;
    /* font-weight: bold; */
}

#index .addCont01 .thBoxArea .info-body .small {
    font-size: 2.2rem;
    /* font-weight: bold; */
}

#index .addCont01 .thBoxArea .opening {
    margin: 15px auto 15px;
    text-align: center;
    position: relative;
    color: #0e435d;
}

#index .addCont01 .thBoxArea .opening span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    min-width: 180px;
    line-height: 1.4em;
}

#index .addCont01 .thBoxArea .opening span::before,
#index .addCont01 .thBoxArea .opening span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: calc(100%);
    background: #0e435d;
}

#index .addCont01 .thBoxArea .opening span::before {
    left: 0;
    transform: rotate(-30deg);
}

#index .addCont01 .thBoxArea .opening span::after {
    right: 0;
    transform: rotate(30deg);
}

.th-orange-bg{
	background: var(--color-orange);
	margin: -20px;
    width: calc(100% + 40px);
	margin-bottom: 3rem;
	padding:1.5rem 1rem;
	position: relative;
}

.th-beige-bg{
	background: var(--color-beige);
    width: calc(100% + 40px);
	position: relative;
	margin:0 -20px;
	padding:1.5rem 1rem;
}

.th-orange-bg:after{
    content: '';
    position: absolute;
    bottom: -10px; /* ▼の出っ張り分 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d65f00;
}

.thttl{
	font-size:1.8rem;
	text-align: center;
	margin-bottom: 2rem;
	font-weight: bold;
}
	
.tag-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap:1rem;
}

.tag-wrapper li{
    width: calc((100% - 1rem) / 2);
    background: #d65a10;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.th-orange-bg .catch{
	color:#ffffff;
	font-size:1.5rem;
	text-align: center;
	line-height: 1.4;
}

.th-orange-bg .catch .font-big{
	font-size:145%;
}

.deco-catch{
	margin-top: 3rem;
	font-weight:bold;
	font-size:1.5rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
	z-index: 1;
}

.deco-catch:before{
	content:"";
	display: block;
	background: url("img/ico_chome_left.png") no-repeat;
	background-size:100% auto;
	width:30px;
	aspect-ratio:1.13 / 1;
	position: absolute;
	left:0;
	top:0;
	z-index: -1;
}

.deco-catch:after{
	content:"";
	display: block;
	background: url("img/ico_chome_right.png") no-repeat;
	background-size:100% auto;
	width:30px;
	aspect-ratio:1.13 / 1;
	position: absolute;
	right:0;
	bottom:0;
	z-index: -1;
}

.deco-catch-single {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    z-index: 1;
}

.deco-catch.non-deco{
	margin-top: 0;
	margin-bottom: 1rem;
}

.deco-catch.non-deco:before,.deco-catch.non-deco:after{
	content:none;
}

.deco-catch span{
	font-size:120%;
	color:var(--color-orange);
}

.th-white-bg{
	background: #ffffff;
	padding:1.5rem 1rem;
}

.orange-catch{
	font-weight: bold;
	color:#4b4b47;
	text-align: center;
	margin-bottom: 1.5rem;
	font-size:1.6rem;
}

.orange-catch + p{
	margin:0;
}

#index .addCont01 .thBoxArea .sBox .th-beige-bg .caption{
	text-align: left;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

/*addCont02*/

.addCont02 {
    margin: 40px 0;
	background:var(--color-beige);
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.addCont02 .dashed {
    margin: 0 auto 50px;
    padding: 25px;
    width: 720px;
}

.addCont02 .titArea .titLArea {
    margin: 10px auto 50px;
}

.addCont02 .bgbd {
    margin: 0 auto 60px;
    padding: 0 45px 60px;
    background: #ffffff;
    border: 0;
    box-shadow: none;
}

.addCont02 .sTitArea .titM {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0 0 0;
    outline: none;
    border: none;
    background: none;
    /* text-align: center; */
    font-size: 28px;
    font-size: 3.8rem;
    line-height: 4rem;
    /* text-align: left; */
}

.addCont02 .sTitArea .titM:before,
.addCont02 .sTitArea .titM:after {
    display: none;
}

.addCont02 .sTitArea .titM:before {
    position: absolute;
    content: "";
}

.addCont02 {
    counter-reset: number;
}

.addCont02 .sTitArea {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 40px;
    padding: 0 0 30px 100px;
    width: 100%;
    border-bottom: 1px solid var(--color-main);
    text-align: center;
}

.addCont02 .sTitArea:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 0;
    background-size: 70px auto;
    color: #c8a54e;
    content: counter(number, decimal-leading-zero);
    counter-increment: number;
    font-style: normal;
    font-size: 50px;
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
}

.addCont02 .sTitArea:after {
    content: "CLINIC";
    position: absolute;
    left: 0;
    top: 8px;
    font-family: 'Oswald', sans-serif;
    color: #c8a54e;
    font-size: 1.8rem;
}

.addCont02 .sTitArea .catch {
    margin: 0 auto 10px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #0e435d;
}

.addCont02 .costArea {
    display: flex;
    flex-wrap: wrap;
}

.addCont02 .costArea__img-box {
    width: 350px;
    margin: 0 40px 40px 0;
    text-align: center;
}

.addCont02 .costArea__txt-box {
    width: 100%;
    margin-bottom: 40px;
    /* background: #fff; */
    padding: 0 0 50px;
}

.addCont02 .costArea__txt-box__title {
    background: #c8a54e;
    color: #fff;
    font-size: 2rem;
    padding: 2.2rem 3rem;
}

.addCont02 .costArea__txt-box__body {
    padding: 1.5rem 1.5rem;
    background: #fff;
}

.addCont02 .costArea__txt-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
}

.addCont02 .costArea__txt-box__list:last-child {
    border-bottom: 0;
}

.addCont02 .costArea__txt-box__list__head {
    font-size: 1.8rem;
    font-weight: bold;
}

.addCont02 .costArea__txt-box__list__body .large {
    font-size: 2.4rem;
    letter-spacing: 5px;
}

.addCont02 .costArea__txt-box__list__body .orange {
    color: #ff8433;
    font-weight: bold;
}

.addCont02 .subBoxWrap {
    position: relative;
    margin: 60px auto 50px;
}

.addCont02 .subBox01 {
    padding: 40px;
    background: url(img/bg_feature.jpg);
    border: 3px solid var(--color-main);
    background-size: cover;
    box-sizing: border-box;
}

.addCont02 .subBox01.type-white {
    background: #fff;
}

.addCont02 .subBox01 .catch {
    position: relative;
    display: block;
    margin: 0 0 25px;
    padding: 0 0 20px;
    outline: none;
    border: none;
    background: none;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
}

.addCont02 .subBox01 .catch:before {
    position: absolute;
    top: auto;
    bottom: -5px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border: none;
    background: #ddc787;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.addCont02 .subBox01 .catch:after {
    content: none;
}

.addCont02 .subBox01 p {
    margin: 0;
}

.addCont02 .subBox02 {
    margin: 0 auto 50px;
}

.addCont02 .sTit-box {
    text-align: center;
    /* margin: 4rem 0 0; */
}

.addCont02 .sTit {
    display: inline-block;
    padding: 10px 10px 10px;
    border-bottom: none;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
	position: relative;
	margin-bottom: 3rem;
}

.addCont02 .sTit:after{
	content:"";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px;
	background: var(--color-orange);
}

.addCont02 .maker-list {
    margin-bottom: 8rem;
}

.addCont02 .maker-list li {
    padding: 2rem 5rem 2rem 7.4rem;
    border-bottom: 1px dashed var(--color-main);
    position: relative;
}

.addCont02 .maker-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #ff8433;
    position: absolute;
    border-radius: 50%;
    left: 5rem;
    top: 24px;
}

.addCont02 .cure-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem 0 8rem;
}

.addCont02 .cure-list li {
    background: #b7a570;
    color: #fff;
    padding: 5px 20px;
    margin: 0 10px;
}

.addCont02 .cure-list li:first-child {
    margin-left: 0;
}

.addCont02 .cure-list li:last-child {
    margin-right: 0;
}

.addCont02 .clinic-info {
    display: flex;
    flex-wrap: wrap;
}

.addCont02 .clinic-info .map {
    width: 350px;
    margin: 0 30px 0 0;
}

.addCont02 .clinic-info .map iframe {
    width: 100%;
    height: 100%;
}

.addCont02 .clinic-info-list-wrap {
    width: calc(100% - 380px);
    padding: 20px 0 0;
}

.addCont02 .clinic-info-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    border-bottom: 1px dashed var(--color-main);
}

.addCont02 .clinic-info-list__head {
    width: 90px;
    font-weight: bold;
}

.addCont02 .clinic-info-list__body {
    width: calc(100% - 90px);
}

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

.addCont02 .subBox02 .dashed ul {
    margin: 0;
    padding: 0;
}

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

.addCont02 .subBox03 .cf {
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 0 50px;
}

.addCont02 table.opening-table {
    margin: 30px auto 30px;
    width: 100%;
    table-layout: auto;
}

.addCont02 table.opening-table th,
.addCont02 table.opening-table td {
    background: #fff;
    text-align: center;
    word-wrap: break-word;
    border: 2px solid #ede6d9;
    padding: 14px 16px;
}

.addCont02 table.opening-table thead th {
    background: #3e687c;
    color: #FFF;
    font-size: 1.6rem;
}

.addCont02 table.opening-table tbody th {
    width: 190px;
}

.addCont02 table.opening-table tbody td {
    font-size: 3rem;
    font-weight: bold;
}

.addCont02 table.opening-table th span,
.addCont02 table.opening-table td span {
    color: #ff8433;
}

.addCont02 .bgbd .btn-web {
    width: 460px;
    margin: 3rem auto 5rem;
}

.accordion-box {
    position: relative;
}

.accordion-box label {
    height: 140px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 30%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 30%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 30%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 30%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 30%);
}

.accordion-box input:checked+label {
    background: inherit;
    /* 開いた時には背景グラデーションを消す */
}

.accordion-box label:after {
    content: "続きをよむ";
    /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    font-size: 1.6rem;
    font-weight: bold;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 18.75rem;
    color: var(--color-main);
    border: 2px solid var(--color-main);
    box-sizing: border-box;
    background-color: #fff;
    width: 18.75rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1rem;
}

.accordion-box label:before {
    content: "＋";
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    right: 0;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-370px, -4px);
    z-index: 1;
    line-height: 20px;
    color: #c8a54e;
    /* display: inherit; */
    font-size: 2rem;
}

.accordion-box input {
    display: none;
}

.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px;
    /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box input:checked+label {
    /* display: none ; 閉じるボタンは要らないとき */
}

.accordion-box input:checked+label:after {
    content: "続きを読む";
}

.accordion-box input:checked+label:before {
    content: "－";
}

.accordion-box input:checked~.accordion-container {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background: #fff;
}


/*addCont03*/

.addCont03 {
    padding: 6rem 0;
	background: #ffffff;
}

.addCont03 .titLArea {
    margin: 10px auto 50px;
}

.addCont03 .blueBox {
    padding: 30px;
    background: var(--color-beige);
    /*text-align: center;*/
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
}

.addCont03 .blueBox .subBox {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 20px 20px 0 0;
    padding: 20px;
    width: calc((100% - 40px) / 3);
    background: #fff;
}

.addCont03 .blueBox .subBox:first-child {
    margin-top: 0;
}

.addCont03 .blueBox .subBox:nth-child(3),.addCont03 .blueBox .subBox:nth-child(2) {
    margin-top: 0;
}

.addCont03 .blueBox .subBox:nth-child(3n) {
    margin-right: 0;
}

.addCont03 .blueBox .subBox .upper {
    margin: 0 0 15px;
}

.addCont03 .blueBox .subBox .ph {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
}

.addCont03 .blueBox .subBox .txtArea {
    width: auto;
    text-align: left;
}

.addCont03 .blueBox .subBox .txtArea .sTit {
    margin: 0 0 15px 100px;
    padding: 0;
    border: none;
    /* border-bottom: dashed 1px #444; */
    background: none;
    color: var(--color-main);
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
}

.addCont03 .blueBox .subBox .txtArea .sTit:before {
    content: none;
}

.addCont03 .blueBox .subBox .pointArea {
    padding: 30px 25px 20px;
}

.addCont03 .blueBox .subBox .pointArea .pointWrap {
    display: table;
    margin: -45px auto 0;
    padding: 0 10px;
    background: #fff;
}

.addCont03 .blueBox .subBox .pointArea .point {
    margin: 0 0 15px;
    padding: 6px 28px;
    border: none;
    background: #ee959d;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
}

.addCont03 .blueBox .subBox .pointArea p {
    margin: 0;
    text-align: left;
}


/*addCont-list*/

.addCont-list {
    margin: 120px 0;
}


/*addCont-point*/

.addCont-point {
    padding: 6rem 0;
}

.addCont-point .point-wrap {
    counter-reset: point;
}

.addCont-point .point-box {
    background: var(--color-beige);
    width: 800px;
    padding: 1rem 3rem 2rem;
}

.addCont-point .point-box .f-bold {
    font-size: 1.6rem;
    font-weight: bold;
    color: #c8a54e;
    padding-bottom: 1rem;
}

.addCont-point .point-box:nth-child(3n+1) {
    margin: 0 auto 40px;
}

.addCont-point .point-box:nth-child(3n+2) {
    margin: 0 auto 40px;
}

.addCont-point .point-box:nth-child(3n) {
    margin: 0 auto 40px;
}

.addCont-point .point-box:nth-child(5n) {
    margin: 0 auto 40px;
}

.addCont-point .point-box:last-child {
    margin-bottom: 0;
}

.addCont-point .point-box__title {
    font-size: 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px dashed var(--color-main);
    padding: 3rem 0 2rem 2rem;
    position: relative;
	z-index: 1;
}

.addCont-point .point-box__title a {
    background: url(img/arrow_red.png) no-repeat right center;
    padding-right: 4rem;
}

.addCont-point .point-box .point-box__title::before {
    content:"";
    position: absolute;
	display: block;
	width:50px;
	aspect-ratio:0.657/1;
	background: url(img/ico_light.png) no-repeat;
	background-size:100% auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: -1;
}

.addCont-link{
	background: #ffffff;
	padding:6rem 0;
}

/* addCont-knowledge */

.addCont-knowledge {
    margin: 120px 0;
}

.titLArea {
    position: relative;
    margin: 0 auto 50px;
    text-align: center;
    width: 100%;
    max-width: 660px;
    padding: 0 30px 0;
}

.titLArea .titL {
    position: relative;
    color: var(--color-main);
    text-align: center;
    font-size: 3rem;
    line-height: 4.4rem;
}

.titLArea .titL .blue {
    color: #0e435d;
}

.titLArea .titL .large {
    font-size: 4rem;
}

.titLArea .titL .mid-small {
    font-size: 2.8rem;
}

.titLArea .titL .small {
    font-size: 2rem;
}

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

.category .titLArea,
.page .titLArea {
    position: relative;
    margin: 0 auto 60px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding:0 50px;
}

.category h1,
.page h1 {
    position: relative;
    color: var(--color-main);
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4;
}

.titLArea:before {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: inline-block;
    width: 40px;
    aspect-ratio:1.156 / 1;
    content: "";
	background: url(img/ico_chome_o_left.png) no-repeat;
    background-size:100% auto;
}

.titLArea:after {
    position: absolute;
    bottom: 5px;
    right: 0;
    display: inline-block;
    width: 40px;
    aspect-ratio:1.156 / 1;
    content: "";
	background: url(img/ico_chome_o_right.png) no-repeat;
    background-size:100% auto;
}

.index h3:not([class]),
.category h2:not([class]),
.page h2:not([class]) {
    margin: 6rem 0 30px;
    padding: 23px 20px 23px 50px;
    background: var(--color-beige) url(img/purpleline_ttl.jpg) no-repeat left center;
    font-size: 30px;
    font-size: 2.8rem;
    line-height: 1.4;
    position: relative;
}

.index h3:not([class]):before,
.category h2:not([class]):before,
.page h2:not([class]):before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: none;
    content: '';
    z-index: 10;
    pointer-events: none;
}

.sitemap h2 a {
    color: #444;
}

.index h3:not([class]) a:hover,
.category h2:not([class]) a:hover,
.page h2:not([class]) a:hover {
    opacity: 0.6;
}

.index h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 6px 30px 5px 30px;
    border-left: solid 3px var(--color-orange);
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: var(--color-main);
}

.index h4:not([class]) a:hover,
.category h3:not([class]) a:hover,
.page h3:not([class]) a:hover {
    opacity: 0.6;
}

.index h5:not([class]),
.category h6:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 17px 30px 15px 10px;
    border-bottom: dashed 1px var(--color-main);
    font-size: 20px;
    font-size: 2rem;
}

.index h3:not([class]) a,
.category h2:not([class]) a,
.page h2:not([class]) a,
.index h4:not([class]) a,
.category h3:not([class]) a,
.page h3:not([class]) a,
.index h5:not([class]):not([class]) a,
.category h6:not([class]) a,
.category h4:not([class]) a,
.category h5:not([class]) a,
.category h6:not([class]) a,
.page h4:not([class]) a,
.page h5:not([class]) a,
.page h6:not([class]) a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_sheer.png) no-repeat right center / 17px;
}

.index h5:not([class]) a:hover,
.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;
}

.page h3:not([class]), .category h3:not([class]) {
    font-size: 2.2rem;
}

.page h4:not([class]), .category h4:not([class]) {
    font-size: 1.9rem;
	color:#d75a11;
}

.intro-txt {
    width: 100%;
    max-width: 720px;
    margin: 50px auto;
}

.contents ul:not([class]) {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

.contents ul:not([class]) li {
    position: relative;
    padding: 0 0 6px 22px;
}

.contents ul:not([class]) li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 10px;
    background: url(img/check.png) no-repeat;
	background-size:100% auto;
}

.contents ol:not([class]) {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
    counter-reset: number;
}

.contents ol:not([class]) li {
    position: relative;
    padding: 2px 0 2px 30px;
    list-style: none;
    counter-increment: number;
}

.contents ol:not([class]) li::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #c8a54e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.contents ol:not([class]) li:nth-child(-n+9):before {
    content: counter(number);
}

.contents ol:not([class]) li:nth-child(n+10):before {
    content: counter(number);
}

p:not([class]) span:not([class]), p span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%, var(--color-gold) 0%) repeat scroll 0 0;
	padding-bottom: 2px;
	padding-top: 2px;
    font-weight: bold;
}

.contents .rank {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 6rem;
    border-bottom: solid 1px var(--color-main);
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
    background: url(img/num_ttl_bg.jpg) no-repeat left bottom 50%;
    background-size: 35px auto;
}

.contents .rank:before {
    position: absolute;
    top: -15px;
    left: 0;
    padding: 15px 0 0 20px;
    color: #c8a54e;
    content: "";
    content: counter(div, decimal-leading-zero);
    counter-increment: div;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.contents .noCount .recommend {
    position: relative;
    display: block;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 10rem;
    border-bottom: solid 1px var(--color-orange);
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.3;
    background: url(img/ico_osusume.png) no-repeat left bottom 50%;
    background-size: auto 50px;
}

/*.contents .noCount .recommend:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    padding: 10px 0 0 10px;
    color: #c8a54e;
    content: "おすすめ";
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    font-size: 2.4rem;
    letter-spacing: -0.07rem;
}*/

.contents .noCount .check {
    position: relative;
    display: block;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 10rem;
    border-bottom: solid 1px var(--color-orange);
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.3;
    background: url("img/ico_check.png") no-repeat left bottom 50%;
    background-size: auto 50px;
}

/*.contents .noCount .check:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #c8a54e;
    content: "CHECK";
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Oswald', sans-serif;
}*/

.contents .noCount .point {
    position: relative;
    display: block;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 10rem;
    border-bottom: solid 1px var(--color-orange);
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.3;
    background: url("img/ico_point.png") no-repeat left bottom 50%;
    background-size: auto 50px;
}

/*.contents .noCount .point:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #c8a54e;
    content: "POINT";
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Oswald', sans-serif;
}*/

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

.contents .rank_wrap2 .recommend {
    position: relative;
    display: block;
    /* margin: 20px 0 20px 0; */
    padding: 14px 6px 24px 12rem;
    border-bottom: solid 1px var(--color-orange);
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    background: url(img/ico_osusume1.png) no-repeat left bottom 50%;
    background-size: auto 50px;
}

/*.contents .rank_wrap2 .recommend:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #c8a54e;
    content: "おすすめ";
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: -0.15rem;
}*/

/*.contents .rank_wrap2 .recommend:after {
    position: absolute;
    top: 0.2rem;
    left: 11.5rem;
    color: #c8a54e;
    content: "";
    content: counter(div);
    counter-increment: div;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
}*/

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

.contents .rank_wrap3 .check {
    position: relative;
    display: block;
    /* margin: 20px 0 20px 0; */
    padding: 14px 6px 24px 12rem;
    border-bottom: solid 1px var(--color-orange);
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    background: url("img/ico_check1.png") no-repeat left bottom 50%;
    background-size: auto 50px;
}

/*.contents .rank_wrap3 .check:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #c8a54e;
    content: "CHECK";
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Oswald', sans-serif;
}

.contents .rank_wrap3 .check:after {
    position: absolute;
    top: 0.1rem;
    left: 8.5rem;
    color: #c8a54e;
    content: "";
    content: counter(div);
    counter-increment: div;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.6rem;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
}*/

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

.contents .rank_wrap4 .point {
    position: relative;
    display: block;
    margin: 20px 0 20px 0;
    padding: 14px 6px 24px 12rem;
    border-bottom: solid 1px var(--color-orange);
    font-weight: bold;
    font-size: 28px;
    font-size: 2.4rem;
    line-height: 3rem;
    background: url("img/ico_point1.png") no-repeat left bottom 50%;
    background-size: auto 50px;
}

/*.contents .rank_wrap4 .point:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #c8a54e;
    content: "POINT";
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Oswald', sans-serif;
}

.contents .rank_wrap4 .point:after {
    position: absolute;
    top: 0.1rem;
    left: 7.5rem;
    color: #c8a54e;
    content: "";
    content: counter(div);
    counter-increment: div;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.6rem;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
}*/

.lower .catch{
	color:var(--color-orange);
	font-size:1.8rem;
}

.lower .addCont01 .catch {
    color: #ffffff;
    font-size: inherit;
}

.lower #index{
	background-image: linear-gradient(to right, #f7f7f7 1px, transparent 1px), linear-gradient(to bottom, #f7f7f7 1px, transparent 1px);
    background-size: 20px 20px;
	padding-bottom:6rem;
}

.special-footer{
	margin-top: 0!important;
}

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

.contents table:not([class]) {
    margin: 30px auto 30px;
    width: 100%;
    table-layout: auto;
}

.contents table:not([class]) th {
    padding: 1rem;
    width: auto;
    border: 1px solid var(--color-main);
    border-right: none;
    background: var(--color-beige);
    text-align: left;
    font-size: 15px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    min-width: 160px;
}

.contents .addCont02 table:not([class]) th{
	min-width: auto;
	width:30%;
}

.contents .addCont-list table:not([class]) th{
    padding: 10px 7px;
    font-size: 1.3rem;
	text-align: center;
	background:#f2efea;
	min-width: 80px;
}

.contents .addCont-list table:not([class]) td{
	padding:10px;
}

.contents table:not([class]) td {
    padding: 1rem;
    border: 1px solid var(--color-main);
    background: #fff;
    text-align: left;
    word-wrap: break-word;
    font-size: 13px;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.contents table:not([class]) td:first-of-type {
    border-left: 1px solid var(--color-main);
}

.ularrow{
	display: block;
	text-decoration: underline;
	padding-right: 15px;
    background: url(img/arrow_red_small.png) no-repeat center right;
    background-size: 15px auto;
	font-weight: bold;
}

table + .ularrow{
	padding-right: 25px;
	text-align: right;
}

.accordion-item{
	display: none;
	padding-top: 2rem;
}

.accordion_btn:hover{
	cursor: pointer;
}

.accordion_btn span:after{
	content:"もっと見る";
}

.accordion_btn.is-open span:after{
	content:"閉じる";
}

.accordion_btn.mokuji_btn span:after{
	content:"目次を開く";
}

.accordion_btn.mokuji_btn.is-open span:after{
	content:"目次を閉じる";
}

.accordion_btn {
    position: relative;
    width: 460px;
    margin: 0 auto 5rem auto;
    padding: 2rem 2.5rem;
    border: 1px solid var(--color-main);
    border-radius: 5rem;
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
	background:var(--color-beige);
}

.accordion_btn:hover {
    opacity: 0.6;
}
.accordion_btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "＋";
	color:var(--color-orange);
}
.accordion_btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
	color:var(--color-orange);
}


.addCont-Beige{
	background: var(--color-beige);
	padding:6rem 0;
}

.tri-flex{
	display: flex;
	flex-wrap: wrap;
	gap:3rem;
}

.tri-box{
	width:calc((100% - 3rem * 2)/3);
	background: #ffffff;
	padding:1.5rem;
}

h3.trilink a{
	font-size:1.5rem;
}

.trilink .ularrow{
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
	font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.contents .addCont02 .float-wrap .center {
	width: 510px;
}

.contents .category .float-wrap .center,
.contents .page .float-wrap .center {
    width: 60rem;
}
.center {
    text-align: center;
	margin:3rem 0;
}
.caption {
    margin: 8px 0 0;
    color: #9c9c9c;
    word-break: break-all;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
}


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

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

.btn-internal a {
    margin: 30px auto 50px auto;
    width: 465px;
    position: relative;
    display: block;
    padding: 20px 50px;
    background: #d56b2b url(img/arrow_link.png) right 15px top 50% no-repeat;
    background-size: 30px 10px;
	color:#ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 999px;
    box-shadow: none;
    box-sizing: border-box;
    transition: 0.2s;
}

.btn-internal a:hover {
    color: #fff;
    background:#af7d5e url(img/arrow_link_hover.png) right 15px top 50% no-repeat;
    background-size: 30px 10px;
    opacity: 1;
}

.btn-web a {
    margin: 20px auto;
    width: 90%;
    max-width: 465px;
    background:var(--color-external);
    position: relative;
    display: block;
    padding: 20px 35px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 999px;
    /* transition :0.2s; */
}

.btn-web a:before {
    background: url("img/btn_web_icon.png") right 20px top no-repeat;
    background-size: 20px auto;
    width: 40px;
    height: 20px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn-web a:hover {
    background: var(--color-external-hover);
    opacity: 1;
}

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

.btn-link a {
    padding: 4px 40px 4px 24px;
    background: url("img/arrow_red.png") 0% center no-repeat;
    background-size: 17px;
    text-decoration: underline;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
}

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

#index .addCont01 .thBoxArea .sBox .btn-web{
	width:100%;
}

.addCont01 .thBoxArea .sBox .btn-web a{
	width:100%;
	margin-bottom: 0;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/

.contents .box-wrap {
    box-sizing: border-box;
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.contents .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 30px 20px 0;
    width: calc((100% - 30px) / 2);
    vertical-align: top;
}

.contents .box:nth-child(2n) {
    margin-right: 0;
}

.contents .box .caption {
    padding: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
}

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

.contents .box .caption::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.contents .box .caption::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.contents .left_box {
    padding: 20px;
    background: var(--color-beige);
    box-shadow: none;
}

.contents .left_box .flame {
    margin: 0 0 10px;
}

.contents .left_box .box-head {
    margin: 0 0 20px;
}

.contents .left_box .box-head .sttl {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    outline: none;
    border: none;
    border-bottom: solid 1px var(--color-main);
    background: none;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
}

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

.contents .left_box .box-head .sttl a {
    display: block;
    padding: 15px 40px 15px 0;
    background: url(img/arrow_red.png) no-repeat right center;
    background-size: 16px auto;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
}

.contents .left_box .box-body {
    text-align: left;
}

.contents .left_box .box-body p {
    margin: 0;
}

.contents .right_box {
    margin: 0 30px 50px 0;
    padding: 40px 30px;
    background: #fef9f1;
}

.permalink {
    position: absolute;
    top: 0;
    left: 0;
    /*display: none;*/
    width: 100%;
    height: 100%;
}

.permalink:hover {
    background: rgba(255, 255, 255, 0.30);
}

.contents .right_box .fukiWrap {
    display: table;
    margin: -80px auto 0;
}

.contents .right_box .fukiCatch {
    position: relative;
    margin: 0;
    padding: 12px 40px;
    max-width: 380px;
    border-radius: 25px;
    background: #83cdc0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
}

.contents .category .right_box .fukiCatch,
.contents .page .right_box .fukiCatch {
    padding: 12px 30px;
    max-width: 312px;
    font-size: 21px;
    font-size: 2.1rem;
}

.contents .right_box .box-head {
    text-align: center;
    margin: 0 0 20px;
}

.contents .right_box .box-head .sttl {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    color: #0e435d;
}

.contents .right_box .box-head .sttl::before {
    content: "”";
}

.contents .right_box .box-head .sttl::after {
    content: "”";
}

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

.contents .right_box .box-body {
    margin: 0 0 20px;
}

.contents .right_box .box-body p {
    margin: 0;
}

.contents .right_box .dashed {
    margin: 30px 0 0;
}

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

.contents .right_box .dashed ul li {
    padding: 0 0 3px 25px;
    background: url(img/listdot.png) no-repeat 0 4px;
    font-size: 13px;
    font-size: 1.3rem;
}


/* frame-wrap */

.contents .frame-wrap {
    margin: 30px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.contents .frame {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 30px 30px 0;
    width: calc((100% - 60px) / 3);
    vertical-align: top;
}

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

.contents .category .frame,
.contents .page .frame {
    width: 246px;
    margin: 0 10px 0 0;
}

.contents .frameLeft {
    position: relative;
    margin: 0 0.7% 70px;
    padding: 20px;
    border: solid 5px #e6e6e6;
    background: #fff;
}

.contents .category .frameLeft,
.contents .page .frameLeft {
    padding: 20px 10px;
}

.contents .frameLeft:before {
    position: absolute;
    top: -60px;
    left: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 13px 0 0;
    width: 120px;
    height: 80px;
    background: url(img/frame-wrap_circle.png) no-repeat;
    background-size: 100%;
    content: "";
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.contents .frameLeft .decoTtl {
    position: absolute;
    top: -30px;
    left: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    width: 120px;
    color: #089c97;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.contents .frameLeft .frame-head {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0 15px 0;
    outline: none;
    border: none;
    border-bottom: solid 2px #83cdc0;
    background: none;
    color: #444;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
}

.contents .frameLeft .frame-head:before,
.contents .frameLeft .frame-head:after {
    content: none;
}

.contents .frameLeft .frame-head a {
    display: block;
    padding: 0 25px 0 0;
    background: url(img/arrow_green.png) no-repeat center right;
    background-size: 17px auto;
    font-weight: bold;
}

.contents .frameLeft .frame-body p {
    margin: 0;
    text-align: left;
}

.contents .frameCenter {
    padding: 20px;
    background: #e6fcf8;
}

.contents .category .frameCenter,
.contents .page .frameCenter {
    padding: 10px;
}

.contents .frameCenter .inner {
    position: relative;
    padding: 10px 20px 20px;
    border: solid 1px #444;
    background: #fff;
}

.contents .category .frameCenter .inner,
.contents .page .frameCenter .inner {
    padding: 10px 10px 30px;
}

.contents .frameCenter .inner:before {
    position: absolute;
    top: -8px;
    left: -8px;
    display: inline-block;
    width: 44px;
    height: 45px;
    background: url(img/icon_addCont03_waku_top.png) no-repeat;
    content: "";
}

.contents .frameCenter .inner:after {
    position: absolute;
    right: -8px;
    bottom: -8px;
    display: inline-block;
    width: 44px;
    height: 45px;
    background: url(img/icon_addCont03_waku_bottom.png) no-repeat;
    content: "";
}

.contents .frameCenter .frame-head {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0 15px 0;
    outline: none;
    border: none;
    border-bottom: solid 2px #83cdc0;
    background: none;
    color: #444;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
}

.contents .frameCenter .frame-head:before,
.contents .frameCenter .frame-head:after {
    content: none;
}

.contents .frameCenter .frame-head a {
    display: block;
    padding: 0 25px 0 10px;
    background: url(img/arrow_green.png) no-repeat center right;
    background-size: 17px auto;
    font-weight: bold;
}

.contents .frameCenter .frame-body {
    text-align: left;
}

.contents .frameCenter .frame-body p {
    margin: 0;
}

.contents .frameCenter .dashed {
    margin: 30px 0 0;
}

.contents .category .frameCenter .dashed,
.contents .page .frameCenter .dashed {
    margin: 20px 0 0;
}

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

.contents .frameCenter .dashed ul li {
    padding: 0 0 3px 25px;
    background: url(img/listdot.png) no-repeat 0 4px;
    font-size: 13px;
    font-size: 1.3rem;
}

.contents .frameRight {
    position: relative;
    padding: 20px;
    border: solid 1px var(--color-main);
    background: #fff;
    box-shadow: none;
}

.contents .frameRight .ph {
    margin: 0 0 5px;
}

.contents .frameRight .frame-head {
    position: relative;
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
    padding: 15px 0;
    outline: none;
    border: none;
    border-bottom: solid 1px var(--color-l-gray);
    background: none;
    color: var(--color-main);
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    /* border-left: 6px solid #cb101a; */
}

.contents .frameRight .frame-head:after {
    content: none;
}

.contents .frameRight .frame-head a {
    display: block;
    padding: 10px 30px 0 0;
    background: url(img/arrow_red_small.png) no-repeat center right;
    background-size: 15px auto;
    font-weight: bold;
    width: 100%;
    border-left: 6px solid var(--color-orange);
    padding: 0 15px;
}

.contents .frameRight .frame-body {
    text-align: left;
}

.contents .frameRight .frame-body__catch {
    font-size: 1.6rem;
    font-weight: bold;
    color: #c8a54e;
    padding-bottom: 1rem;
}

.contents .frameRight .frame-body p {
    margin: 0;
}


/*共通パーツここまで*/

.auto {
    margin: 0 auto;
}

p {
    margin: 15px 0 20px 0;
}

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

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

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


/*追加パーツ*/

.enTit {
    text-align: center;
/*    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;*/
    margin: auto;
    color: #c8a54e;
    font-size: 2.4rem;
    width: calc(100% - 250px);
    font-family: 'Oswald', sans-serif;
}

.enTit img{
	height:17px;
	width:auto;
}


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

.toc_parts {
    background: var(--color-beige);
    margin: 0 0 5rem;
	
    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 var(--color-orange);
}

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

#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: var(--color-orange);
    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;
}

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

#toc .chapter br {
    display: none;
}

#toc .toc-area-top a {
    font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	background:#d75a11;
	padding:1rem;
	text-align:center;
	margin-top:2rem;
	display:block;
}

#toc .toc-area-top a span {
    font-size:2rem;
	font-weight:bold;
}

@media screen and (min-width: 481px) {
    .sp,
    .sp_br,
    .btn-tel {
        display: none!important;
    }
}

@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
        width: 100%;
        line-height: 1.7em;
    }
    .pc,
    .pc_br {
        display: none!important;
    }
    img {
        max-width: 100%;
    }
    p:not([class]) {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        word-break: break-all;
    }
    p:not([class])>a {
        text-decoration: none;
    }
    a:hover {
        opacity: 1;
    }
    .wi1000 {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
    }
    .baseBox {
        padding: 0 10px;
    }
    .category,
    .page {
        margin: 0 auto;
        width: 100%;
    }
    .category .baseBox,
    .page .baseBox {
        float: none;
        box-sizing: border-box;
        width: 100%;
    }
    /*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
    #slideArea {
        margin: 0 auto 30px;
    }
    #slideArea .slideinner {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-list:focus {
        outline: none;
    }
    .slick-list.dragging {
        cursor: pointer;
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }
    .slick-track:after {
        clear: both;
    }
    .slick-loading .slick-track {
        visibility: hidden;
    }
    .slick-slide {
        display: none;
        float: left;
        min-height: 1px;
        height: 100%;
    }
    [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;
        box-sizing: border-box;
        margin: 10px 0 5px 0;
        padding: 0;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .slick-loading .slick-slide {
        visibility: hidden;
    }
    .slick-vertical .slick-slide {
        display: block;
        box-sizing: border-box;
        height: 68px;
        /*border: 2px solid transparent;*/
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    .slider {
        position: relative;
        max-width: 940px;
    }
    .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 {
        position: relative;
        left: 0;
        width: 100%;
        opacity: 1;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide {
        padding: 7px;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    .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;
        margin: 0 0 40px;
        width: 100%;
    }
    .slider .slider-for button.slick-prev {
        position: absolute;
        top: 42%;
        right: 2%;
        z-index: 5;
        width: 20px;
        height: 20px;
        background: url(img/arrow_slide_next.png) no-repeat;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider .slider-for button.slick-next {
        position: absolute;
        top: 42%;
        left: 2%;
        z-index: 5;
        width: 20px;
        height: 20px;
        background: url(img/arrow_slide_prev.png) no-repeat;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider .slider-nav-wrap {
        position: static;
        top: inherit;
        right: inherit;
        margin: 0 auto;
        padding: 0;
        width: 86%;
        height: inherit;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider .slider-nav-wrap .slick-next {
        top: 50%;
        left: -5%;
        width: 10px;
        height: 14px;
        background: url(img/arrow_black_right.png) center center no-repeat;
        background-size: 100%;
    }
    .slider .slider-nav-wrap .slick-prev {
        top: 50%;
        right: -5%;
        width: 10px;
        height: 14px;
        background: url(img/arrow_black.png) center center no-repeat;
        background-size: 100%;
    }
    #slideArea .caption {
        margin: 8px 0 10px !important;
    }
    /* ================== */
    /*header　*/
    /* ================== */
    header {
        position: relative;
    }
    header .rightTxt {
        text-align: left;
		font-size:12px;
    }
    #headNoteArea {
        display: table;
        box-sizing: border-box;
        padding: 10px 4% 6px;
        width: 100%;
        height: 77px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #headNoteArea .areaInner {
        display: table-cell;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background: none;
        vertical-align: middle;
    }
    #headNoteArea .sitename,
    #headNoteArea .sitename a {
        box-sizing: border-box;
        text-align: center;
        font-weight: normal;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 7rem 0 7rem;
        line-height: 1.4em;
    }
    #headNoteArea .sitename a {
        padding: 0;
        background: none;
        font-weight: bold;
    }
    /* ハンバーガーメニュー */
    .out-frame {
        position: relative;
        width: 100%;
    }
    .out-frame.black:after {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0;
        width: 100%;
        height: 10000px;
        background: #FFF;
        content: '';
        opacity: 0.6;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .out-frame:after {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        background: #FFF;
        content: '';
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }
    .menu-btn {
        position: absolute;
        top: 22px;
        right: 13px;
        z-index: 10;
        width: 35px;
        height: 35px;
        background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
        background-size: 35px;
    }
    .navOpenOut {
        box-sizing: border-box;
        padding: 22px 13px 20px;
        height: 77px;
        background: rgba(255, 255, 255, 0.5);
    }
    .navOpen {
        position: inherit;
        top: inherit;
        right: 13px;
        z-index: 10;
        float: right;
        width: 35px;
        height: 35px;
        background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 35px;
    }
    #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 {
        position: fixed;
        top: 0;
        z-index: 10;
        /*background: #053d70;*/
        display: none;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
    }
    .header-menu ul li a {
        display: block;
        padding: 15px 35px 15px 10px;
        border-bottom: 1px solid #fff;
        background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
        background-size: 16px auto;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .header-menu ul li .ham-bunr-area a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
        background: #fff url(img/arrow_green_left.png) 97% 50% no-repeat;
        background-size: 16px auto;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .header-menu ul.accordion li ul li:first-child a {
        padding: 12px 35px 12px 10px;
    }
    .header-menu ul li.delete {
        padding: 10px;
        background: #b5b5b5 url("img/batu.png") 60% 50% no-repeat;
        background-size: 19px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        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;
        border-bottom: 1px solid #FFF;
        background: var(--color-orange) url(./img/arrow_sheer_white_down.png) 97% 50% no-repeat;
        background-size: 16px auto;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .header-menu ul.accordion .open {
        background: var(--color-orange) url(./img/arrow_sheer_white_up.png) 97% 50% no-repeat;
        background-size: 16px auto;
    }
    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        border-bottom: 1px solid #444;
        background: #FFF url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #444;
        font-family: inherit;
    }
    .header-menu ul.accordion ul li.subCat a {
        padding: 12px 30px 12px 20px;
    }
    .header-menu ul.accordion .subCat ul.subList li a {
        padding: 12px 30px 12px 30px;
        border-bottom: 1px solid #444;
    }
    .header-menu ul.accordion li ul li:last-child a {
        border-bottom: none;
    }
    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    footer a:hover {
        text-decoration: none;
    }
    footer .areaInner {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    footer .areaInner .footBox {
        margin: 0;
    }
    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        padding: 10px 40px 10px 4%;
        background: var(--color-beige) url(img/arrow_sheer.png) right 10px center no-repeat;
        background-size: 16px auto;
        font-size: 14px;
        font-size: 1.4rem;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: var(--color-beige) url(img/arrow_sheer_down.png) right 10px center no-repeat;
        background-size: 16px auto;
    }
    footer .areaInner .footBox .sttl.open a {
        background: var(--color-beige) url(img/arrow_sheer_up.png) right 10px center no-repeat;
        background-size: 16px auto;
    }
    footer .areaInner .footBox .sttl {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #666;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background: #fff;
    }
    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        background: none;
    }
    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        padding: 10px 40px 10px 4%;
        border-bottom: 1px solid #ddd;
        background: url("img/arrow_red.png") right 12px center no-repeat;
        background-size: 10px auto;
        color: #444;
        font-size: 13px;
        font-size: 1.3rem;
    }
    footer .areaInner .footBox .accChild li.subCat {
        margin: 0;
        display: block;
    }
    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        padding: 10px 40px 10px 8%;
        border-bottom: 1px solid #ddd;
        background: url("img/arrow_red.png") right 12px center no-repeat;
        background-size: 10px auto;
        color: #444;
    }
    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }
    footer .areaInner .footBox .accChild .subList {
        display: block;
        margin: 0;
        padding: 0;
    }
    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_red.png") right 12px center no-repeat;
        background-size: 10px;
    }
    footer .areaInner .footBox .accChild li:after {
        content: "";
    }
    footer .areaInner .footBox .accChild li:last-child:after {
        content: "";
    }
    footer .areaInner .noticeArea {
        box-sizing: border-box;
        margin: 30px auto 30px;
        width: 90%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
    }
    footer .areaInner .noticeArea p {
        padding: 20px;
        background: #ffffff;
        font-size: 12px;
        font-size: 1.2rem;
    }
    footer .areaInner .noticeArea .botPrg {
        margin: 10px 0 0;
        padding: 0;
        background: transparent;
        text-align: center;
        font-size: 10px;
        font-size: 1.0rem;
    }
    footer .botArea {
        padding: 0;
        background: var(--color-main);
    }
    footer .botArea .botInner {
        width: 100%;
    }
    footer p.copy {
        margin: 0;
        padding: 14px 15px 12px;
        text-align: center;
        font-size: 12px;
        font-size: 12px;
        line-height: 1.3;
    }
    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;
        right: 3%;
        bottom: 6%;
        z-index: 2;
        width: 40px;
    }
    #page-top:hover {
        opacity: 1;
    }
    /* ================== */
    /*メインコンテンツ　*/
    /* ================== */
	
	
	.keyArea:before,.keyArea:after{
		content:none;
	}
	
    .keyArea {
        padding: 60% 6% 100px;
        min-height: inherit;
        background: url("img/key_sp.jpg") 50% 0 no-repeat;
        background-size: 90%;
    }
    .keyArea .inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
    }
    .keyArea .inner .mainTit {
        box-sizing: border-box;
        margin: 0 0 18px 0;
        width: 100%;
        font-weight: normal;
        font-size: 20px;
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .keyArea .inner p {
        padding: 0;
        width: 100%;
        border: none;
        line-height: 1.6;
    }
	
	
	
	
	
	.keyArea .inner:before{
		width: 20%;
		left: 40%;
		bottom: -114px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
    /*addCont01*/
    .addCont01 {
        padding: 10px 0 40px;
    }
    .addCont01 .thBoxArea {
        margin: 0 0rem 30px 0rem;
    }
    .addCont01 .thBoxArea .sBox {
        position: relative;
        float: none;
        box-sizing: border-box;
        margin: 0 0 40px 0;
        padding: 10px 15px 20px;
        width: 100%;
        background: #FFF;
    }
    .addCont01 .thBoxArea .sBox .sTit {
        display: block;
        margin: 0 0 10px;
        padding: 2rem;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
    }
    .addCont01 .thBoxArea .sBox .sTit span.small {
        font-size: 1.6rem;
        margin: 0 0 0.5rem;
    }
    .addCont01 .thBoxArea .sBox .caption {
        margin: 15px 0 0;
        text-align: center;
    }
    .addCont01 .thBoxArea .sBox .comName {
        display: block;
        margin: 15px 0 20px;
        padding: 10px;
        outline: none;
        border: none;
        border-bottom: dashed 1px #444;
        border-left: none;
        background: none;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .addCont01 .thBoxArea .sBox .comName:before,
    .addCont01 .thBoxArea .sBox .comName:after {
        content: none;
    }
    .addCont01 .thBoxArea .sBox .icon {
        margin: 0 0 10px;
        padding: 0;
    }
    .addCont01 .thBoxArea .sBox .icon li {
        display: table;
        float: left;
        box-sizing: border-box;
        margin: 0 10px 10px 0;
        padding: 8px 10px 6px;
        width: calc(100% / 2 - 5px);
        border-radius: 5px;
        background: #83cdc0;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
        margin: 0 0 10px 0;
    }
    .addCont01 .thBoxArea .sBox .icon li span {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.3;
    }
    .addCont01 .thBoxArea .sBox .grayArea {
        margin: 0 0 20px;
        background: #f6f5f3;
    }
    .addCont01 .thBoxArea .sBox .grayArea .ssTit {
        display: block;
        margin: 0;
        padding: 11px 20px 9px 20px;
        outline: none;
        border: none;
        background: #eae0cc;
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .addCont01 .thBoxArea .sBox .grayArea .ssTit:before,
    .addCont01 .thBoxArea .sBox .grayArea .ssTit:after {
        content: none;
    }
    .addCont01 .thBoxArea .sBox .grayArea ul {
        margin: 0 0 0 1em;
        padding: 15px;
    }
    .addCont01 .thBoxArea .sBox .grayArea ul li {
        padding: 0;
        background: none;
        text-indent: -1em;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .addCont01 .thBoxArea .sBox .grayArea ul li:before {
        content: "・";
    }
    .addCont01 .thBoxArea .sBox .btn-web a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .addCont01 .thBoxArea .sBox .btn-internal,
    .addCont01 .thBoxArea .sBox .btn-web {
        margin: 20px auto 10px;
        width: 90%;
    }
    .addCont01 .thBoxArea .sBox .btn-internal {
        margin: 10px auto 0;
    }
    .addCont01 .thBoxArea .info-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px dashed #898989;
        padding: 15px 0;
    }
    .addCont01 .thBoxArea .info-wrap .info-head {
        width: 100px;
        margin-right: 0px;
        border: 1px solid #898989;
        text-align: center;
        line-height: 1.2;
        letter-spacing: 0;
        padding: 5px 10px;
    }
    .addCont01 .thBoxArea .info-body {
        line-height: 1.2;
        width: calc(100% - 100px);
        padding-left: 1rem;
    }
    .addCont01 .thBoxArea .info-body .orange {
        color: #ff8433;
        font-weight: bold;
    }
    .addCont01 .thBoxArea .info-body .large {
        font-size: 2rem;
    }
    .addCont01 .thBoxArea .info-body .small {
        font-size: 1.4rem;
    }
    .addCont01 .thBoxArea .opening {
        margin: 30px auto;
        text-align: center;
        position: relative;
        color: #0e435d;
    }
    .addCont01 .thBoxArea .opening span {
        display: inline-block;
        position: relative;
        padding: 0 10px;
        min-width: 180px;
    }
    .addCont01 .thBoxArea .opening span::before,
    .addCont01 .thBoxArea .opening span::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: calc(100%);
        background: #0e435d;
    }
    .addCont01 .thBoxArea .opening span::before {
        left: 0;
        transform: rotate(-30deg);
    }
    .addCont01 .thBoxArea .opening span::after {
        right: 0;
        transform: rotate(30deg);
    }
    .addCont01 .add-txt {
        margin: 30px auto 0;
        padding: 0 0.2rem;
        width: 92%;
    }
    .addCont01 .add-txt p {
        margin: 0;
    }
    .addCont01 .dashed {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 20px;
        width: 100%;
        background: #FFF;
    }
    .addCont01 .dashed p {
        margin: 0;
    }
    /*addCont02*/
    .addCont02 {
        padding: 0;
    }
    .addCont02 .dashed {
        box-sizing: border-box;
        margin: 0 auto 30px;
        padding: 20px;
        width: 100%;
    }
    .addCont02 .bgbd {
        margin: 0 auto 3rem;
        padding: 0 1rem 3rem;
    }
    .addCont02 .sTitArea .titM {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        outline: none;
        border: none;
        background: none;
        text-align: left;
        font-size: 18px;
        font-size: 3rem;
        line-height: 1.4;
    }
    .addCont02 .sTitArea .titM:before,
    .addCont02 .sTitArea .titM:after {
        display: none;
    }
    .addCont02 .sTitArea .titM:before {
        position: absolute;
        content: "";
    }
    .addCont02 {
        counter-reset: number;
    }
    .addCont02 .sTitArea {
        position: relative;
        box-sizing: border-box;
        margin: 0 0 30px 0;
        padding: 10px 0 10px 60px;
        width: auto;
    }
    .addCont02 .sTitArea:before {
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 15px 0 10px 5px;
        background-size: 50px auto;
        content: counter(number, decimal-leading-zero);
        counter-increment: number;
        font-style: italic;
        font-size: 33px;
        font-size: 3.3rem;
        line-height: 1;
    }
    .addCont02 .sTitArea:after {
        left: 5px;
        top: -2px;
        font-size: 1.2rem;
    }
    .addCont02 .sTitArea.two-lines:before {
        padding-top: 30px;
    }
    .addCont02 .sTitArea.two-lines:after {
        top: 10px;
    }
    .addCont02 .sTitArea .catch {
        margin: 0 0 5px 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .addCont02 .costArea {
        display: flex;
        flex-wrap: wrap;
    }
    .addCont02 .costArea__img-box {
        width: 90%;
        margin: 0 auto 2rem;
        text-align: center;
    }
    .addCont02 .costArea__txt-box {
        width: 100%;
        margin: 4rem auto 5rem;
    }
    .addCont02 .costArea__txt-box__title {
        color: #fff;
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
        text-align: center;
    }
    .addCont02 .costArea__txt-box__body {
        padding: 0 1rem;
        background: #fff;
    }
    .addCont02 .costArea__txt-box__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem 0;
        border-bottom: 1px solid #ddd;
    }
    .addCont02 .costArea__txt-box__list:last-child {
        border-bottom: 0;
    }
    .addCont02 .costArea__txt-box__list__head {
        font-size: 1.4rem;
        font-weight: bold;
        width: 60%;
        padding: 0 1rem;
    }
    .addCont02 .costArea__txt-box__list__body {
        width: 40%;
        padding: 0 1rem;
        text-align: right;
        font-size: 1.2rem;
    }
    .addCont02 .costArea__txt-box__list__body .large {
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .addCont02 .costArea__txt-box__list__body .orange {
        color: #ff8433;
        font-weight: bold;
    }
    .addCont02 .sTit-box {
        text-align: center;
        margin: 4rem auto 0;
    }
    .addCont02 .sTit {
        display: inline-block;
        padding: 10px;
        border-bottom: none;
        text-align: center;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.3;
    }
    .addCont02 .subBoxWrap {
        position: relative;
        margin: 0 auto 50px;
    }
    .addCont02 .subBox01 {
        padding: 20px;
    }
    .addCont02 .subBox01 .catch {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        outline: none;
        border: none;
        background: none;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
    }
    .addCont02 .subBox01 .catch:before {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #ddc787;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: none;
    }
    .addCont02 .subBox01 .catch:after {
        content: none;
    }
    .addCont02 .subBox01 p {
        margin: 0;
    }
    .addCont02 .subBox02 {
        margin: auto;
        padding: 0;
    }
    .addCont02 .maker-list {
        margin-bottom: 4rem;
    }
    .addCont02 .maker-list li {
        padding: 2rem;
        border-bottom: 1px dashed var(--color-main);
        position: relative;
    }
    .addCont02 .maker-list li::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #ff8433;
        position: absolute;
        border-radius: 50%;
        left: 4px;
        top: 26px;
    }
    .addCont02 .cure-list {
        display: block;
        margin: 2rem 0 4rem;
    }
    .addCont02 .cure-list li {
        background: none;
        color: var(--color-main);
        padding: 0px 0 0 2rem;
        margin: 0 1rem 1rem 0;
        word-break: break-all;
        position: relative;
        line-height: 2;
    }
    .addCont02 .cure-list li::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #ddc787;
        position: absolute;
        border-radius: 50%;
        left: 4px;
        top: 9px;
    }
    .addCont02 .cure-list li:first-child {}
    .addCont02 .cure-list li:last-child {
        margin-right: 5px;
    }
    .addCont02 .clinic-info {
        display: flex;
        flex-wrap: wrap;
    }
    .addCont02 .clinic-info .map {
        width: 350px;
        margin: 0 30px 0 0;
    }
    .addCont02 .clinic-info .map iframe {
        width: 100%;
        height: 100%;
    }
    .addCont02 .clinic-info-list-wrap {
        width: calc(100% - 380px);
        padding: 20px 0 0;
    }
    .addCont02 .clinic-info-list {
        display: flex;
        flex-wrap: wrap;
        padding: 2rem;
        border-bottom: 1px dashed var(--color-main);
    }
    .addCont02 .clinic-info-list__head {
        width: 90px;
        font-weight: bold;
    }
    .addCont02 .clinic-info-list__body {
        width: calc(100% - 90px);
    }
	
	.contents .addCont02 .float-wrap .center{
		width:100%;
	}
    .addCont02 .subBox02 .dashed {
        box-sizing: border-box;
        margin: 0;
        padding: 15px;
        width: auto;
        background: #fff;
    }
    .addCont02 .subBox02 .dashed ul {
        margin: 0;
        padding: 0;
    }
    .addCont02 .subBox02 .dashed ul li {
        float: none;
        box-sizing: border-box;
        padding: 0 0 4px 25px;
        width: 100%;
        background: url(img/listdot.png) no-repeat 0 4px;
        line-height: 1.6;
    }
    .addCont02 .subBox03 {
        padding: 0;
    }
    .addCont02 .subBox03 .cf {
        box-sizing: border-box;
        margin: 0 0 40px;
        padding: 0;
    }
    .addCont02 .clinic-info .map {
        margin: 0 0 20px;
        width: 100%;
    }
    .addCont02 .clinic-info .map iframe {
        width: 100%;
        height: 250px;
    }
    .addCont02 .clinic-info-list-wrap {
        width: 100%;
        padding: 0;
    }
    .addCont02 .clinic-info-list {
        display: flex;
        flex-wrap: wrap;
        padding: 1rem 0;
        border-bottom: 1px dashed var(--color-main);
    }
    .addCont02 .clinic-info-list__head {
        width: 90px;
        font-weight: bold;
    }
    .addCont02 .clinic-info-list__body {
        width: calc(100% - 90px);
        word-break: break-all;
    }
    .addCont02 table.opening-table {
        margin: 30px auto 30px;
        width: 100%;
        table-layout: auto;
    }
    .addCont02 table.opening-table th,
    .addCont02 table.opening-table td {
        background: #fff;
        text-align: center;
        word-wrap: break-word;
        border: 2px solid #ede6d9;
        padding: 5px;
        font-size: 1.2rem;
    }
    .addCont02 table.opening-table thead th {
        background: #3e687c;
        color: #FFF;
        font-size: 1.4rem;
    }
    .addCont02 table.opening-table tbody th {
        width: auto;
        line-height: 1.4;
    }
    .addCont02 table.opening-table tbody td {
        font-size: 1.4rem;
        font-weight: bold;
        color: #ff8433;
        vertical-align: middle;
    }
    .addCont02 table.opening-table th span,
    .addCont02 table.opening-table td span {
        color: #ff8433;
    }
    .addCont02 .bgbd .btn-web {
        width: 100%;
		margin-bottom: 0;
		margin-top: 0;
    }
    /*addCont03*/
    .addCont03 {
        margin: 60px auto;
    }
    .addCont03 .blueBox {
        padding: 20px;
    }
    .addCont03 .blueBox .subBox,
    .addCont03 .blueBox .subBox:nth-last-child(2) {
        position: relative;
        box-sizing: border-box;
        margin: 0 0 18px;
        padding: 20px 15px;
        width: 100%;
        background: #fff;
    }
    .addCont03 .blueBox .subBox:last-child {
        margin: 0;
    }
    .addCont03 .blueBox .subBox .upper {
        margin: 0 0 25px;
    }
    .addCont03 .blueBox .subBox .ph {
        float: none;
        margin: 0 auto 20px;
    }
    .addCont03 .blueBox .subBox .txtArea .sTit {
        display: block;
        margin: 0 0 15px;
        padding: 0 0 10px;
        outline: none;
        border: none;
        border-bottom: dashed 1px #444;
        background: none;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .addCont03 .blueBox .subBox .txtArea .sTit:before,
    .addCont03 .blueBox .subBox .txtArea .sTit:after {
        content: none;
    }
    .addCont03 .blueBox .subBox .pointArea {
        padding: 30px 20px 20px;
    }
    .addCont03 .blueBox .subBox .pointArea .pointWrap {
        display: table;
        margin: -45px auto 0;
        padding: 0 10px;
        background: #fff;
    }
    .addCont03 .blueBox .subBox .pointArea .point {
        margin: 0 0 15px;
        padding: 6px 28px;
        border: none;
        background: #ee959d;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
    }
    .addCont03 .blueBox .subBox .pointArea p {
        margin: 0;
        text-align: left;
    }
    /*addCont-list*/
	
	.addCont02{
		padding-bottom: 1rem;
		margin-bottom: 3rem;
	}
	
    .addCont-list {
        margin: 1rem 0 60px;
    }
    /*addCont-point*/
    .addCont-point {
        padding: 40px 0;
        background-size: 100% auto;
    }
    .addCont-point .point-wrap {
        counter-reset: point;
    }
    .addCont-point .point-box {
        /*background: #fff;*/
        width: auto;
        padding: 1rem 2rem 2rem;
    }
    .addCont-point .point-box:nth-child(3n+1),
    .addCont-point .point-box:nth-child(3n+2),
    .addCont-point .point-box:nth-child(3n) {
        margin: 0 auto 20px;
    }
    .addCont-point .point-box:last-child {
        margin-bottom: 0;
    }
    .addCont-point .point-box__title {
        font-size: 2rem;
        margin: 0 0 2rem;
        border-bottom: 1px dashed var(--color-main);
        padding: 3rem 0 2rem 5rem;
        position: relative;
    }
    .addCont-point .point-box__title a {
        display: block;
        background: url(img/arrow_gold.png) no-repeat right center;
        padding-right: 3rem;
    }
    .addCont-point .point-box .point-box__title::before {
        font-size: 3rem;
        counter-increment: point;
        /* section カウンターの値に1を加算 */
        content: none;
        /* section カウンターの値を表示 */
        color: #b7a570;
        font-style: italic;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        letter-spacing: -2px;
    }
    /* addCont-knowledge */
    .addCont-knowledge {
        margin: 60px 0;
    }
    .titLArea {
        position: relative;
        margin: 35px auto 20px;
        max-width: 95%;
        text-align: center;
        padding: 15px;
    }
    .titLArea {
        margin: 15px auto 20px;
    }
    .category .titLArea,
    .page .titLArea {
        padding: 1rem 20px;
        margin: 2rem auto;
        width: 100%;
    }
    .titLArea:before {
        position: absolute;
        top: 0;
        left: 0px;
        display: inline-block;
        width: 20px;
         content: "";
    }
    .titLArea:after {
        position: absolute;
        bottom: 0;
        right: 0px;
        display: inline-block;
        width: 20px;
        content: "";
    }
	
	.titLArea:before,.titLArea:after{
		height:100%;
		background-position: center;
	}
	
    .titLArea .titL .large {
        font-size: 2.4rem;
    }
    .titLArea .titL .mid-small {
        font-size: 1.8rem;
    }
    .titLArea .titL .small {
        font-size: 1.4rem;
    }
    .intro-txt {
        width: 90%;
        margin: 0 auto 30px;
    }
    .titLArea .titL,
    .category h1,
    .page h1 {
        position: relative;
        margin: 0;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .index h3:not([class]),
    .category h2:not([class]),
    .page h2:not([class]) {
        position: relative;
        margin: 35px 0 20px;
        padding: 15px 20px 15px 30px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
/*        background: var(--color-main) url(img/redline_ttl.jpg) no-repeat left center;*/
        background-size: 20px auto;
    }
    .index h3:not([class]):before,
    .category h2:not([class]):before,
    .page h2:not([class]):before {
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: none;
        content: '';
        z-index: 9;
        pointer-events: none;
    }
    .index h4:not([class]),
    .category h3:not([class]),
    .page h3:not([class]) {
        position: relative;
        margin: 35px 0 20px;
        padding: 10px 15px 8px 15px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.4;
    }
    .index h5:not([class]),
    .category h6:not([class]),
    .category h4:not([class]),
    .category h5:not([class]),
    .category h6:not([class]),
    .page h4:not([class]),
    .page h5:not([class]),
    .page h6:not([class]) {
        position: relative;
        margin: 35px 0 20px;
        padding: 15px 0 13px 0;
       /* border-bottom: solid 1px var(--color-main);*/
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .sitemap h2 a {
        color: #444;
    }
    .contents ul:not([class]) {
        margin: 0;
        padding: 10px 10px 0;
    }
    .contents ul:not([class]) li {
        padding: 0 0 4px 22px;
        min-height: 12px;
        background-size: auto 14px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .contents ol:not([class]) {
        margin: 20px 0 20px;
        padding: 10px 10px 0;
    }
    .contents ol:not([class]) li {
        position: relative;
        padding: 0 0 4px 22px;
        list-style: none;
        counter-increment: number;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .contents ol:not([class]) li::before {
        position: absolute;
        top: 2px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.5px;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: Arial, Helvetica, " sans-serif";
        line-height: 1.4;
    }
    .contents ol:not([class]) li:nth-child(-n+9):before {
        content: counter(number);
    }
    .contents ol:not([class]) li:nth-child(n+10):before {
        content: counter(number);
    }
    .contents .rank_wrap {
        margin: 20px 0;
        list-style: none;
        counter-reset: div;
    }
	
	.keyArea .inner{
		height:auto;
	}
    /*--------------------------------------
　float img
---------------------------------------*/
    /*.fr {
float: none;
}*/
    .contents .float-wrap {
        margin:2rem 0 3rem 0;
        padding: 0;
    }
    .contents .float-wrap .float-img {
        margin: 0 0 12px 0;
        padding: 0;
        width: 100%;
    }
    .contents .float-wrap .fr {
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .contents .float-wrap img {
        max-width: 100%;
    }
    .contents .caption {
        margin: 8px 0 0;
        color: #999;
        text-align: center;
        word-break: break-all;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
    }
    .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 {
        max-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 {
        float: left;
        padding: 0 20px 0 0;
        width: 40%;
        text-align: center;
    }
    .contents .floatBox01 .float-wrap .fr.t_small,
    .contents .category .floatBox01 .float-wrap .fr.t_small,
    .contents .page .floatBox01 .float-wrap .fr.t_small {
        float: right;
        margin: 0;
        padding: 0 0 0 20px;
        width: 40%;
        text-align: center;
    }
    .contents .floatBox01 .float-wrap .ct {
        margin: 0 auto;
        padding: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    /*--------------------------------------
　btn
---------------------------------------*/
    /*--------------------------------------
　btn
---------------------------------------*/
    .btn-internal a,
    .btn-web a,
    .btn-tel a,
    .btn-link a {
        box-sizing: border-box;
    }
    .btn-internal a {
        width: 90%;
    }
    .btn-web a,.btn-internal a {
        display: block;
        padding: 15px 40px 14px 40px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .btn-link {
        margin: 20px auto;
        width: 90%;
    }
    .btn-link a {
        display: block;
        padding: 15px 40px 14px 40px;
        border: solid 1px #444;
        background: url("img/arrow_red.png") no-repeat right 17px center;
        background-size: 15px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3;
        border-radius: 999px;
    }
    .btn-tel {
        margin: 20px auto;
        max-width: 465px;
        background: var(--color-tel);
        border-radius: 999px;
		width:90%;
    }
    .btn-tel a {
        display: block;
        padding: 15px 20px 14px 20px;
        outline-offset: -3px;
        background: url("img/icon_tell.png") left 20px top 50% no-repeat;
        background-size: 25px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .btn-internal a:hover,
    .btn-web a:hover {
        opacity: 1;
    }
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
    }
    #pankuzu a {
        color: #838383;
    }
    /*--------------------------------------
　box-wrap
---------------------------------------*/
    .contents .box-wrap {
        box-sizing: border-box;
        margin: 20px 0;
        padding: 0;
    }
    .contents .box {
        position: relative;
        margin: 0 0 20px;
        width: 100%;
    }
    .contents .category .box,
    .contents .page .box {
        width: 100%;
    }
    .contents .left_box {
        padding: 15px;
    }
    .contents .left_box .flame {
        margin: 0 0 5px;
    }
    .contents .left_box .box-head {
        margin: 0 0 15px;
    }
    .contents .left_box .box-head .sttl {
        display: block;
        margin: 0 0 15px;
        padding: 15px 0 15px 0;
        outline: none;
        border: none;
        border-bottom: solid 1px var(--color-main);
        background: none;
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .contents .left_box .box-head .sttl:before,
    .contents .left_box .box-head .sttl:after {
        content: none;
    }
    .contents .left_box .box-head .sttl a {
        display: block;
        padding: 0 20px 0 0;
        background: url(img/arrow_red.png) no-repeat right center;
        background-size: 10px auto;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .contents .left_box .box-body {
        text-align: left;
    }
    .contents .left_box .box-body p {
        margin: 0;
    }
    .contents .right_box {
        margin: auto;
        padding: 3rem 1.5rem;
        background: #fff;
    }
    .contents .right_box:last-of-type {
        margin: 20px 0 50px;
    }
    .contents .right_box .fukiWrap {
        display: table;
        margin: -80px auto 0;
    }
    .contents .right_box .fukiCatch {
        position: relative;
        margin: 0;
        padding: 10px 20px;
        max-width: 90%;
        border-radius: 35px;
        background: #83cdc0;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .contents .category .right_box .fukiCatch,
    .contents .page .right_box .fukiCatch {
        padding: 10px 20px;
        max-width: 90%;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .contents .right_box .box-head {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .contents .right_box .box-head .sttl {
        display: block;
        margin: auto;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .contents .right_box .box-head a {
        display: inline-block;
        padding: 0 30px 0 0;
        background: url(img/arrow_black.png) no-repeat right 15px center;
        background-size: 8px auto;
        font-weight: bold;
    }
    .contents .right_box .box-body {
        text-align: left;
    }
    .contents .right_box .box-body p {
        margin: 0;
    }
    .contents .right_box .dashed {
        margin: 20px 0 0;
    }
    .contents .right_box .dashed ul {
        margin: 0;
        padding: 15px 13px 13px 15px;
    }
    .contents .right_box .dashed ul li {
        padding: 0 0 3px 25px;
        background: url(img/listdot.png) no-repeat 0 4px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    /* frame-wrap */
    .contents .frame-wrap {
        margin: 30px 0 20px;
        counter-reset: div;
    }
    .contents .frame {
        margin: 0 0 20px;
        width: 100%;
    }
    .contents .frameLeft {
        position: relative;
        margin: 50px 0 20px;
        padding: 15px;
        border: solid 5px #e6e6e6;
        background: #fff;
    }
    .contents .frameLeft:first-child {
        margin: 0 0 20px;
    }
    .contents .category .frameLeft,
    .contents .page .frameLeft {
        padding: 15px;
        width: 100%;
    }
    .contents .frameLeft:before {
        position: absolute;
        top: -60px;
        left: 50%;
        display: inline-block;
        box-sizing: border-box;
        padding: 13px 0 0;
        width: 120px;
        height: 80px;
        background: url(img/frame-wrap_circle.png) no-repeat;
        background-size: 100%;
        content: "";
        text-align: center;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .contents .frameLeft .decoTtl {
        position: absolute;
        top: -30px;
        left: 50%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 20px;
        width: 120px;
        color: #089c97;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .contents .frameLeft .frame-head {
        display: block;
        margin: 10px 0 15px;
        padding: 15px 0 15px 0;
        outline: none;
        border: none;
        border-bottom: solid 2px #83cdc0;
        background: none;
        color: #444;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .contents .frameLeft .frame-head:before,
    .contents .frameLeft .frame-head:after {
        content: none;
    }
    .contents .frameLeft .frame-head a {
        display: block;
        padding: 0 25px 0 15px;
        background: url(img/arrow_green.png) no-repeat center right;
        background-size: 17px auto;
        font-weight: bold;
    }
    .contents .frameLeft .frame-body p {
        margin: 0;
        text-align: left;
    }
    .contents .frameLeft .frame-body .btn-internal {
        margin: 15px auto 10px;
    }
    .contents .frameCenter {
        padding: 15px;
        background: #e6fcf8;
    }
    .contents .category .frameCenter,
    .contents .page .frameCenter {
        padding: 15px;
        width: 100%;
    }
    .contents .frameCenter .inner {
        position: relative;
        padding: 10px 15px 20px;
        border: solid 1px #444;
        background: #fff;
    }
    .contents .frameCenter .inner:before {
        position: absolute;
        top: -6px;
        left: -6px;
        display: inline-block;
        width: 30px;
        height: 31px;
        background: url(img/icon_addCont03_waku_top.png) no-repeat;
        background-size: 100%;
        content: "";
    }
    .contents .frameCenter .inner:after {
        position: absolute;
        right: -6px;
        bottom: -6px;
        display: inline-block;
        width: 30px;
        height: 31px;
        background: url(img/icon_addCont03_waku_bottom.png) no-repeat;
        background-size: 100%;
        content: "";
    }
    .contents .frameCenter .frame-head {
        display: block;
        margin: 0 0 15px;
        padding: 15px 0 15px 0;
        outline: none;
        border: none;
        border-bottom: solid 2px #83cdc0;
        background: none;
        color: #444;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .contents .frameCenter .frame-head:before,
    .contents .frameCenter .frame-head:after {
        content: none;
    }
    .contents .frameCenter .frame-head a {
        display: block;
        padding: 0 25px 0 15px;
        background: url(img/arrow_green.png) no-repeat center right;
        background-size: 17px auto;
        font-weight: bold;
    }
    .contents .frameCenter .frame-body {
        text-align: left;
    }
    .contents .frameCenter .frame-body p {
        margin: 0;
    }
    .contents .frameCenter .dashed {
        margin: 15px 0 0;
    }
    .contents .frameCenter .dashed ul {
        margin: 0;
        padding: 15px 13px 13px 15px;
    }
    .contents .frameCenter .dashed ul li {
        padding: 0 0 3px 25px;
        background: url(img/listdot.png) no-repeat 0 4px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .contents .frameRight {
        position: relative;
        padding: 20px;
        border: solid 5px #e6e6e6;
        background: #fff;
    }
    .contents .category .frameRight,
    .contents .page .frameRight {
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
	
	.contents .category .frameRight:not(:last-of-type), .contents .page .frameRight:not(:last-of-type){
		margin-bottom: 1rem;
	}
	
    .contents .frameRight .ph {
        margin: 0 0 5px;
    }
    .contents .frameRight .frame-head:after {
        content: none;
    }
    .contents .frameRight .frame-head a {
        display: block;
        padding: 0 25px 0 0;
        background: url(img/arrow_gold.png) no-repeat center right;
        background-size: 17px auto;
        font-weight: bold;
    }
    .contents .frameRight .frame-body {
        text-align: left;
    }
    .contents .frameRight .frame-body__catch {
        margin: 0 0 1rem;
    }
    .contents .frameRight .frame-body .btn-internal {
        margin: 15px auto 10px;
    }
    /*共通パーツここまで*/
    /*追加パーツ*/
    .enTit {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .sp,
    .sp_br,
    .btn-tel {
        display: none!important;
    }
}

@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
        width: 100%;
        line-height: 1.7em;
    }
    .pc,
    .pc_br {
        display: none!important;
    }
    img {
        max-width: 100%;
    }
    p:not([class]) {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        word-break: break-all;
    }
    p:not([class])>a {
        text-decoration: none;
    }
    a:hover {
        opacity: 1;
    }
    .wi1000 {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
    }
    .baseBox {
        padding: 0 10px;
    }
    .category,
    .page {
        margin: 0 auto;
        width: 100%;
    }
    .category .baseBox,
    .page .baseBox {
        float: none;
        box-sizing: border-box;
        width: 100%;
    }
    /*addCont01*/
    #index .addCont01 {
        padding: 30px 0 40px;
        margin-top: 1rem;
    }
	
	.home #index .addCont01{
		padding-top: 0;
		margin-top: 0;
	}
	
    #index .addCont01 .thBoxArea {
        margin: 0 0 30px 0;
    }
    #index .addCont01 .thBoxArea .sBox {
        position: relative;
        float: none;
        box-sizing: border-box;
        margin: 0 0 40px 0;
        padding: 20px 20px 20px;
        width: 100%;
        background: #FFF;
    }
    #index .addCont01 .thBoxArea .sBox .sTit {
        display: block;
        margin: 0 0 10px;
        padding: 2rem;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.3;
    }
    #index .addCont01 .thBoxArea .sBox .sTit span.small {
        font-size: 1.6rem;
        margin: 0 0 0.5rem;
    }
    #index .addCont01 .thBoxArea .sBox .caption {
        margin: 15px 0 0;
        text-align: center;
    }
    #index .addCont01 .thBoxArea .sBox .comName {
        display: block;
        margin: 15px 0 20px;
        padding: 10px;
        outline: none;
        border: none;
        border-bottom: dashed 1px #444;
        border-left: none;
        background: none;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    #index .addCont01 .thBoxArea .sBox .comName:before,
    #index .addCont01 .thBoxArea .sBox .comName:after {
        content: none;
    }
    #index .addCont01 .thBoxArea .sBox .icon {
        margin: 0 0 10px;
        padding: 0;
    }
    #index .addCont01 .thBoxArea .sBox .icon li {
        display: table;
        float: left;
        box-sizing: border-box;
        margin: 0 10px 10px 0;
        padding: 8px 10px 6px;
        width: calc(100% / 2 - 5px);
        border-radius: 5px;
        background: #83cdc0;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
    }
    #index .addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
        margin: 0 0 10px 0;
    }
    #index .addCont01 .thBoxArea .sBox .icon li span {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.3;
    }
    #index .addCont01 .thBoxArea .sBox .grayArea {
        margin: 0 0 20px;
        background: #f6f5f3;
    }
    #index .addCont01 .thBoxArea .sBox .grayArea .ssTit {
        display: block;
        margin: 0;
        padding: 11px 20px 9px 20px;
        outline: none;
        border: none;
        background: #eae0cc;
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    #index .addCont01 .thBoxArea .sBox .grayArea .ssTit:before,
    #index .addCont01 .thBoxArea .sBox .grayArea .ssTit:after {
        content: none;
    }
    #index .addCont01 .thBoxArea .sBox .grayArea ul {
        margin: 0 0 0 1em;
        padding: 15px;
    }
    #index .addCont01 .thBoxArea .sBox .grayArea ul li {
        padding: 0;
        background: none;
        text-indent: -1em;
        font-size: 13px;
        font-size: 1.3rem;
    }
    #index .addCont01 .thBoxArea .sBox .grayArea ul li:before {
        content: "・";
    }
    #index .addCont01 .thBoxArea .sBox .btn-web a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #index .addCont01 .thBoxArea .sBox .btn-internal,
    #index .addCont01 .thBoxArea .sBox .btn-web {
        margin: 20px auto 10px;
        width: 90%;
    }
    #index .addCont01 .thBoxArea .sBox .btn-internal {
        margin: 10px auto 0;
    }
    #index .addCont01 .thBoxArea .info-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px dashed #898989;
        padding: 15px 0;
    }
    #index .addCont01 .thBoxArea .info-wrap .info-head {
        width: 110px;
        margin-right: 5px;
        border: 1px solid #898989;
        text-align: center;
        line-height: 1.2;
        letter-spacing: 0;
        padding: 5px 0;
    }
    #index .addCont01 .thBoxArea .info-body {
        line-height: 1.2;
        width: calc(100% - 130px);
        padding-left: 1.5rem;
    }
    #index .addCont01 .thBoxArea .info-body .orange {
        color: #ff8433;
        font-weight: bold;
    }
    #index .addCont01 .thBoxArea .info-body .large {
        font-size: 4rem;
    }
    #index .addCont01 .thBoxArea .info-body .small {
        font-size: 2.4rem;
    }
    #index .addCont01 .thBoxArea .opening {
        margin: 30px auto;
        text-align: center;
        position: relative;
        color: #0e435d;
    }
    #index .addCont01 .thBoxArea .opening span {
        display: inline-block;
        position: relative;
        padding: 0 10px;
        min-width: 180px;
    }
    #index .addCont01 .thBoxArea .opening span::before,
    #index .addCont01 .thBoxArea .opening span::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: calc(100%);
        background: #0e435d;
    }
    #index .addCont01 .thBoxArea .opening span::before {
        left: 0;
        transform: rotate(-30deg);
    }
    #index .addCont01 .thBoxArea .opening span::after {
        right: 0;
        transform: rotate(30deg);
    }
    #index .addCont01 .add-txt {
        margin: 30px 0 0;
        width: 100%;
    }
    #index .addCont01 .add-txt p {
        margin: 0;
    }
    #index .addCont01 .dashed {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 20px;
        width: 100%;
        background: #FFF;
    }
    #index .addCont01 .dashed p {
        margin: 0;
    }
    /*addCont-list*/
    /*addCont-point*/
    .addCont-point {
        padding: 40px 0;
        background-size: 100% auto;
    }
    .addCont-point .point-wrap {
        counter-reset: point;
    }
    .addCont-point .point-box {
        /*background: #fff;*/
        width: auto;
        padding: 1rem 2rem 2rem;
    }
    .addCont-point .point-box:nth-child(3n+1),
    .addCont-point .point-box:nth-child(3n+2),
    .addCont-point .point-box:nth-child(3n) {
        margin: 0 auto 20px;
    }
    .addCont-point .point-box:last-child {
        margin-bottom: 0;
    }
    .addCont-point .point-box__title {
        font-size: 2rem;
        margin: 0 0 2rem;
        /* border-bottom: 2px solid #ddc787; */
        padding: 3rem 0 2rem 2rem;
        position: relative;
    }
    .addCont-point .point-box__title a {
        display: block;
        /* background: url(img/arrow_gold.png) no-repeat right center; */
        padding-right: 3rem;
    }
    .addCont-point .point-box .point-box__title::before {
        font-size: 3rem;
        counter-increment: point;
        /* section カウンターの値に1を加算 */
        content: "";
        /* section カウンターの値を表示 */
        /* color: #b7a570; */
        /* font-style: italic; */
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        letter-spacing: -2px;
		background-position: center;
    }
    .contents .rank {
        padding: 16px 10px 20px 4rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        background: url(img/num_ttl_bg.jpg) no-repeat left bottom 30%;
        background-size: 25px auto;
    }
    .contents .rank:before {
        font-size: 100%;
        top: 0%;
        padding: 15px 0 0 15px;
    }
    .contents .noCount .recommend {
        padding: 16px 10px 10px 8rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        /*background: url(img/num_ttl_bg.jpg) no-repeat left bottom 30%;*/
        background-size: auto 35px;
    }
    .contents .noCount .recommend:before {
        font-size: 90%;
        top: 10%;
        padding: 15px 0 0 10px;
    }
    .contents .noCount .check {
        padding: 16px 10px 10px 7rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        /*background: url(img/num_ttl_bg.jpg) no-repeat left bottom 30%;*/
        background-size: auto 35px;
    }
    .contents .noCount .check:before {
        font-size: 90%;
        top: 10%;
        padding: 15px 0 0 10px;
    }
    .contents .noCount .point {
        padding: 16px 10px 10px 7rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        /*background: url(img/num_ttl_bg.jpg) no-repeat left bottom 30%;*/
        background-size: auto 35px;
    }
    .contents .noCount .point:before {
        font-size: 90%;
        top: 10%;
        padding: 15px 0 0 10px;
    }
    .contents .rank_wrap2 {
        counter-reset: div;
    }
    .contents .rank_wrap2 .recommend {
        padding: 16px 10px 10px 9rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        background-size: auto 35px;
    }
    .contents .rank_wrap3 {
        counter-reset: div;
    }
    .contents .rank_wrap3 .check {
        padding: 16px 10px 20px 7rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        background-size: auto 35px;
    }

    .contents .rank_wrap4 {
        counter-reset: div;
    }
    .contents .rank_wrap4 .point {
        padding: 16px 10px 10px 7rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        /*background: url(img/num_ttl_bg.jpg) no-repeat left bottom 30%;*/
        background-size: auto 35px;
    }

    /*--------------------------------------
　table
---------------------------------------*/
    .contents table:not([class]) {
        margin: 30px auto;
        width: 100%;
        table-layout: fixed;
    }
    .contents table:not([class]) {
        width: 100%;
        border: none;
        border-collapse: collapse;
        margin: 0 0 20px auto;
        background: #fff;
    }
    .contents table:not([class]) tr {
        display: block;
    }
    .contents table:not([class]) tr:last-child {
        margin: 0;
    }
    .contents table:not([class]) th {
        font-weight: bold;
        font-size: 14px;
        font-size: 1.6rem;
        background: var(--color-beige);
    }
    .contents table:not([class]) td {
        background: #f9faff;
        font-size: 13px;
        font-size: 1.3rem;
        background: #fff;
    }
    .contents table:not([class]) th,
    .contents table:not([class]) td {
        display: block;
        box-sizing: border-box;
        padding: 10px;
        /*! width: 100%; */
        border: none;
        border: 1px solid var(--color-main);
        line-height: 1.4;
        text-align: left;
        /* background: #fff; */
        margin: -1px 0 0 0;
    }
    .contents .wr01_table-scroll table:not([class]) th {
        display: table-cell;
        /*! width:10rem; */
        /*! min-width: 4rem; */
        text-align: center;
    }
    .contents .wr01_table-scroll table:not([class]) th span {
        display: block;
    }
    .contents .wr01_table-scroll table:not([class]) th.time {
        padding: 0 2.4rem 0;
    }
    .contents .wr01_table-scroll table:not([class]) td {
        display: table-cell;
        width: auto;
        min-width: 11rem;
        text-align: center;
        padding: 0 1.4rem 0;
    }
    /*--------------------------------------
　float img
---------------------------------------*/
    /* frame-wrap */
    .contents .frameRight .frame-head {
        position: relative;
        display: flex;
        align-items: baseline;
        margin: 0 0 20px;
        padding: 15px 0;
        outline: none;
        border: none;
        border-bottom: solid 1px var(--color-l-gray);
        background: none;
        color: var(--color-main);
        text-align: left;
        font-weight: bold;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
        /* border-left: 6px solid #cb101a; */
    }
    .contents .frameRight .frame-head:after {
        content: none;
    }
    .contents .frameRight .frame-head a {
        display: block;
        padding: 10px 30px 0 0;
        background: url(img/arrow_red_small.png) no-repeat center right;
        background-size: 15px auto;
        font-weight: bold;
        width: 100%;
        border-left: 6px solid var(--color-orange);
        padding: 0 10px;
		padding-right:15px;
    }
    .contents .frameRight .frame-body {
        text-align: left;
    }
    .contents .frameRight .frame-body__catch {
        margin: 0 0 1rem;
    }
    .contents .frameRight .frame-body .btn-internal {
        margin: 15px auto 10px;
    }
    /*共通パーツここまで*/
    /*追加パーツ*/
    .enTit {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        width: auto;
        bottom: 0;
    }
    .accordion-box label {
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    }
}

.shop_sub {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    background: var(--color-orange);
    color: #fff;
    padding: 1.5rem 0;
	width: calc(100% + 90px);
	margin:0 -45px 3rem;
}

.price {
    font-weight: bold;
}

.price_red {
    font-size: 2.4rem;
    color: #cb101a;
}

.shop_copy {
    font-weight: bold;
    text-align: center;
    /* font-size: 1.6rem; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    align-items: center;
}

.shop_copy .gold {
    font-size: 2rem;
    color: #c8a54e;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #eee7d6 0%) repeat scroll 0 0;
}

.fc_white {
    color: #fff;
}

.titLArea2 {
    margin: 0 auto 50px;
    text-align: center;
    width: 100%;
    max-width: 660px;
    padding: 20px 30px 30px;
}

.titLArea2 .titL {
    position: relative;
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4;
	color:var(--color-orange);
	z-index: 1;
	font-weight: bold;
}

.titLArea2 .titL:before{
	content:"";
	display: block;
	height:96px;
	aspect-ratio:11.9/1;
	background: url(img/ttl-tree.png) no-repeat center center;
	background-size:auto 100%;
	position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: -1;
}

.addCont02 .titLArea2 .titL:before{
	background: url(img/ttl-detail.png) no-repeat center center;
	background-size:auto 100%;
}

@media screen and (max-width: 480px) {
.addCont02 .titLArea2 .titL:before{
	top: 10%;
}
}

.titLArea2 .titL .small {
    font-size: 2rem;
	color:var(--color-main);
}

/*.titLArea2 .titL :before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--color-orange);
}*/

.titLArea .titL a:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-left: 40px;
    background: url(img/arrow_black.png) no-repeat right top 50%;
    background-size: 20px auto;
}

.date-list-wrap {
    background: #f5f5f5;
    /* font-weight: bold; */
    padding: 20px;
    margin: 20px auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.date-list-wrap ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding: 0 0 0 25px;
    font-size: 16px;
    background: url(img/check_purple.png) no-repeat left 5px;
    background-size: auto;
}

.date-list-wrap .date-title-top {
    font-size: 16px;
    /* position: absolute; */
    /* top: -10%; */
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    display: block;
    color: var(--color-main);
    /* background: #3d3d3d; */
    font-weight: bold;
    padding: 0 0 20px 0;
}

.date-icon-wrap {
    background: #ddd;
    font-weight: bold;
    padding: 20px 10px;
    margin: 60px auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.date-icon-wrap .date-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.date-icon-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    justify-content: center;
}

.date-icon-wrap ul li {
    width: 80px;
    text-align: center;
    margin-bottom: 20px;
    background: url(img/dami_img.png) top center no-repeat;
    background-size: auto;
    padding: 70px 5px 5px 5px;
    font-size: 12px;
}

.dcenter{
	font-size:2.5rem;
	text-align: center;
	margin-bottom: 3rem;
}

.flex-parts{
	display: flex;
	flex-wrap: wrap;
	gap:3rem;
}

.flex-parts.flex-ba{
	gap:6rem;
}

.tblttl{
	background: #e7e7e7;
	font-weight: bold;
	text-align: center;
	border:1px solid var(--color-main);
	padding:1rem;
}

.contents .addCont02 .flex-parts table{
	margin-top: -1px;
	margin-bottom: 0;
}

.contents .addCont02 .flex-parts th{
	width:12rem;
	text-align: center;
}

.flex-col{
	width:calc((100% - 3rem)/2);
}

.addCont02 .bgbd .flex-col{
	width:100%;
}

.flex-parts.flex-ba .flex-col{
	width:calc((100% - 6rem)/2);
}

.dnewcont{
	border:3px solid #f2efea;
	padding:3rem;
}

.dnewcont:not(:last-of-type){
	margin-bottom: 3rem;
}

.dnewcont .catch{
	text-align: center;
	font-size:1.8rem;
}

.ba-box{
	background: #f5f5f5;
	position: relative;
	z-index: 1;
}

.ba-ttl{
	background: var(--color-d-gray);
	width:15rem;
	height:fit-content;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left:0;
	right:0;
	top:-20px;
	margin:auto;
	padding:0.5rem;
}

.ba-box.ba-box-a{
	background: #f2efea;
}

.ba-box.ba-box-a .ba-ttl{
	background: var(--color-orange);
	color:#ffffff;
}

.ba-box.ba-box-b:after{
	content:"";
	display: block;
	width:30px;
	height:30px;
    background: url(img/orenge_arrow.png) no-repeat;
	background-size:100% auto;
	position: absolute;
	top:0;
	bottom:0;
	right:-50px;
	margin:auto;
}

.pory{
	padding:3rem 1rem 1.5rem;
}

.fcen{
	text-align: center;
}

.caption.fcen a{
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .accordion-box label:after {
        width: 70%;
    }
    .titLArea2 .titL {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .date-icon-wrap {
        padding: 10px;
        width: 100%;
    }
    .date-icon-wrap ul li {
        width: 100px;
    }
}

.f-letter {
    letter-spacing: -0.08rem;
}

.costArea_table {
    border: 3px solid var(--color-main);
    width: 100%;
}

.costArea_table th {
    color: #fff;
    background: var(--color-main);
    font-size: 2rem;
    text-align: center;
    padding: 2rem;
    width: 50%;
}

.costArea_table td {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    padding: 2rem;
}

.cost_price {
    font-size: 4.8rem;
    color: #cb101a;
}

.cost_block {
    width: 55%;
}

.btn-main {
    margin: 4rem 0 0 0;
}

.btn-main a {
    border-radius: 6px;
    color: #fff;
    text-align: center;
    background: #c8a54e;
    font-weight: bold;
    padding: 2rem 60px 2rem 2rem;
    position: relative;
}

.btn-main a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 30px;
    height: 10px;
    margin: auto;
    background: url(img/arrow_main.png) no-repeat center;
    content: '';
    transform: rotate(90deg);
}

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

.f-bold {
    font-weight: bold;
}

.mb1rm {
    margin: 0 0 1rem 0;
}

.mt1rm {
    margin: 1rem 0 0 0;
}

.table-small {
    width: 100%;
    box-sizing: border-box;
}

.table-small th {
    width: auto;
    border: 1px solid var(--color-main);
    border-right: none;
    background: var(--color-beige);
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--color-main);
	padding:0.5rem;
}

.table-small td {
	padding:0.5rem;
    border: 1px solid var(--color-main);
    background: #fff;
    text-align: left;
    word-wrap: break-word;
    font-size: 1.4rem;
}

.contents .category .frame:nth-child(3n),
.contents .page .frame:nth-child(3n) {
    margin-right: 0;
}

.subBox01-ttl {
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0 20px 0 !important;
    padding: 17px 30px 15px 10px;
    border-bottom: dashed 1px var(--color-main);
}

.top-list li {
    border-bottom: 1px solid #ddd;
    margin: 2rem 0 0 0;
    padding: 0 0 2rem 22px !important;
}

@media screen and (min-width: 481px) {
    .pc-none {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .accordion-box label:before {
        content: "＋";
        font-weight: bold;
        position: absolute;
        bottom: 30px;
        right: -300px;
        -webkit-transform: translate(-140px, 0);
        transform: translate(-370px, -4px);
        z-index: 1;
        line-height: 20px;
        color: #c8a54e;
        /* display: inherit; */
        font-size: 2rem;
    }
    .sp-none {
        display: none;
    }
    .btn-main a {
        background-size: 15px auto;
        font-weight: bold;
        padding: 2rem 4rem 2rem 4rem;
        box-sizing: border-box;
        width: 100%;
        display: block;
    }
    .cost_block {
        width: 100%;
    }
    .costArea_table th {
        font-size: 1.6rem;
        padding: 1rem;
        width: 100%;
        display: block;
    }
    .costArea_table td {
        font-size: 2rem;
        padding: 1rem;
        width: 100%;
        display: block;
    }
    .cost_price {
        font-size: 3.8rem;
    }
    .titLArea .titL a:after {
        width: 20px;
        height: 20px;
        display: table-cell;
        padding: 0;
        margin: 0 auto 15px auto;
        background: url(img/arrow_black.png) no-repeat right -3px top 50%;
        background-size: 20px auto;
    }
    .shop_sub {
        font-size: 2.2rem;
        padding: 1rem;
    }
    .breadtxt {
        width: 100%;
    }
    .titLArea2 {
        padding: 2rem 1rem 1rem;
        margin: 0 auto 2rem;
        width: 100%;
        max-width: 100%;
    }
    .subBox01-ttl {
        font-size: 1.6rem;
        font-size: 16px;
        padding: 10px 0;
    }
    .top-list {
        margin: 0 0 2rem 0;
        word-break: break-all;
    }
    .toc_parts {
        margin:0 0 3rem;
        padding: 3rem 2.5rem 2rem;
    }
	
	.mokuji_btn + .accordion-item{
		padding-top: 0;
	}
	
    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid var(--color-orange);
    }
    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }
    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }
    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }
    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }
    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }
}


/* ==================
    関連記事
   ================== */

#related-article p {
    margin: 0;
}

#related-article.related-article01-frame {
    margin: 20px auto;
    padding: 30px 50px;
    background: var(--color-beige);
    position: relative;
}

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background-size: 50px auto;
    position: relative;
}

#related-article .related-article01-title span {
    font-size: 20px;
    color: #333;
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #D0D3E0;
    font-weight: 700;
}

#related-article .related-article01-list p {
    margin: 0;
}

#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#related-article .related-article01-list li+li {
    margin-top: 10px;
}

#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-orange);
    position: absolute;
    top: 6px;
    left: 0;
}

#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}

#related-article .related-article01-list a:hover {
    opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}

#related-article .relations-box__pic {
    flex: 0 0 150px;
}


.matome-parts{
	margin:6rem auto;
	background:var(--color-beige);
	padding:3rem;
}

.matome-ttl{
	background: #ffffff;
	position: relative;
	font-size:1.8rem;
	font-weight: bold;
	padding:1rem 1rem 1rem 9rem;
	margin-bottom: 2rem;
}

.matome-ttl:before{
	content:"";
	display: block;
	height:50px;
	aspect-ratio:1.63 / 1;
	background: url(img/ico_matome.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
    left: 10px;
    top: -5px;
}

.matome-parts .btn-internal,.matome-parts .btn-internal a{
	margin-bottom: 0;
}


@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }
    #related-article .related-article01-title span {
        font-size: 16px;
    }
    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }
    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }
    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
	
	.contents{
		overflow-x: clip;
	}
	
    .accordion_btn {
        position: relative;
        width: 90%;
        margin: 1.5rem auto 5rem;
        padding: 1.2rem 3rem;
        font-size: 1.6rem;
        line-height: 1.1;
        cursor: pointer;
    }
	
	.titLArea2 .titL:before{
		height:30px;
		top:10%;
	}
	
	.titLArea2 .titL{
		line-height: 1.2;
	}
	.titLArea2 .titL .small{
		font-size:2rem;
	}
	
	.th-orange-bg {
		margin: -20px;
		width: calc(100% + 40px);
		margin-bottom: 3rem;
	}
	
	.deco-catch{
		margin-bottom: 3rem;
	}
	
	.shop_sub {
		width: calc(100% + 20px);
		margin: 0 -10px 3rem;
	}
	
	.flex-col{
		width:100%;
	}
	
	.contents .addCont02 table:not([class]) th{
		width:100%;
	}
	
	.flex-parts.flex-ba .flex-col{
		width:100%;
	}
	
	.ba-box.ba-box-b:after{
		transform:rotate(90deg);
		top: auto;
		bottom: -50px;
		right: 0;
		left:0;
		margin: auto;
	}
	
	.contents .frameRight .frame-body p{
		margin-bottom: 2rem;
	}
	
	.tri-box{
		width:100%;
	}
	
	.addCont-link{
		padding:3px 0;
	}
	
	.dnewcont{
		padding:2rem 1rem 2rem 1rem;
	}
	
	.lower #index{
		overflow-x: clip;
		padding-bottom: 0;
	}
	
	.lower .catch{
		margin-bottom: 1rem;
	}
	
	.matome-parts{
		padding:3rem 1rem;
	}
	
	#page-top{
		bottom:13%;
	}
	
	.contents .category .frame, .contents .page .frame{
		margin-right: 0;
	}
	
	h3.trilink a{
		padding-bottom: 1rem;
	}
	
	.addCont-list .titLArea,.addCont-Beige .titLArea,.addCont03 .titLArea,.addCont-point .titLArea{
		margin-bottom: 0;
	}
	
	.addCont-Beige{
		padding-top: 1rem;
		padding-bottom: 4.5rem;
	}
	
	.addCont03{
		margin-top: 0;
		padding-top: 2rem;
		padding-bottom: 4.5rem;
		margin-bottom: 0;
	}
	
	.addCont-point{
		padding-top: 2rem;
	}
}

.foot-top-link-area {
    width: auto;
    max-width: 90%;
    margin: 0 auto 3rem auto;
    text-align: center;
}

.foot-top-link-area a {
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.8rem;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
.foot-top-link-area {
    width: auto;
    max-width: 95%;
    margin: 0 auto 3rem auto;
    padding: 2rem 0 0 0;
    text-align: center;
}

.foot-top-link-area a {
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.6rem;
    text-decoration: none;
    color: var(--color-main);
}
}
