@charset "utf-8";

#categoryTitle_innerId {display:none;}

#content__wrapper {
    margin: 0 auto 0;
    max-width: 890px;
    width: 100%;
}
#content__header {
    margin: 0 auto 0;
    padding: 0 0 0;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
p.overview {
    margin-bottom:20px;
    font-size: 16px;
}
p.overview .marker {
    background: linear-gradient(transparent 50%, #FFE432 50%);
}
#content__body {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
.bg-orange {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #FFEADE;
    box-sizing: border-box;
    }

#content__body a.link__arrow {
    color: #008473;
}
#content__body a.link__arrow::after {
    content: '';width: 7px;
    height: 7px;
    border-left: 1px solid #008473;
    border-top: 1px solid #008473;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #008473;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 5px;
}
#content__body a.link__arrow_bottom::after {
    content: '';
    width: 7px;
    height: 7px;
    border-left: 1px solid #008473;
    border-top: 1px solid #008473;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    color: #008473;
    display: inline-block;
    vertical-align: 5px;
    margin-left: 10px;
}
#content__body ul.list__disc1, #content__body ul.list__kome, #content__body ol.list__number {margin:0 0 15px;}
#content__body ul.list__disc1 li {list-style: disc; margin-left: 1.5em;}

#content__body ul.list__kome li {list-style: none; text-indent: -1em; margin-left: 1em; color: #CC0000; font-weight: bold;}
#content__body ul.list__kome li:before {content: "※";}

.accordion__wrapper {
    margin: 0  auto 0;
}
#content__body .accordion {
    /* max-width: 767px; */
    width: 100%;
    margin: 0 auto 7px;
    /* border-bottom: 2px solid #d0d0d0; */
    background-color: #FFFFFF;
    border-radius: 5px;
}
#content__body .accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
#content__body .accordion summary::-webkit-details-marker {
    display: none;
}
#content__body .accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
#content__body .accordion[open] summary::after {
    transform: rotate(225deg);
}
#content__body .accordion .accordion__inner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
#content__body .accordion[open] .accordion__inner {
    transform: none;
    opacity: 1;
}
#content__body .accordion .accordion__inner img {
    width: 100%;
    border: 1px solid #CCCCCC;
}

p.accent {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;	
    font-size: 13px;
}

p.accent::before,
p.accent::after {
    width: 1px;
    height: 20px;
    background-color: #434343;
    content: '';
}

p.accent::before {
    transform: rotate(-35deg);
    margin-right: 10px;
}

p.accent::after {
    transform: rotate(35deg);
    margin-left: 10px;
}

#content__wrapper .align_center {text-align: center;}
.otherp-link {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
#content__body ol.list__number li {
    list-style: decimal;
    margin-left: 1.5em;
    margin-bottom: 2rem;
}
#content__body ol.list__number li:last-child {
    margin-bottom: 0;
}



/*-- レスポンシブ --------------------------------------------------*/

/* 1024-1199px */
@media screen and (max-width: 1199px) {
	/*#content__body{padding:0 20px 0;}*/
	#content__wrapper section.content__width--1200 {margin: 0 20px 0;}
}

/* tablet 768-1023px */
@media screen and (max-width: 1023px) {
}

/* sp 0-767px*/
@media screen and (max-width: 767px) {
	/*#content__body{padding:0 10px 25px;}*/
	#content__wrapper section.content__width--1200 {margin: 0 10px 25px;}
}

