.list_type_bse li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1%;
}
.list_type_bse li:last-child {
	margin-bottom: 0;
}
.list_type_bse li::after {
    content: "・";  
	position: absolute;
	top: 0;
	left: 0;
}
.marker_tp_2 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ff9900 0%) repeat scroll 0 0; }
.wrap_1028 {
	max-width: 1028px;
	margin-left: auto;
	margin-right: auto;	
}
.sub .breadcrumb {
    padding: 10px 0;
}
.sub .breadcrumb ul li {
    font-size: 12px;
    display: inline-block;
    position: relative;
}
.sub .breadcrumb ul li:first-child {
    padding-left: 20px;
}
.sub .breadcrumb ul li:first-child:before {
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/home.png);
}
.sub .breadcrumb ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/right-arrow.png);
}
.sub .breadcrumb ul li:last-child:after {
    display: none
}
.sub .breadcrumb ul li a {
    font-weight: normal;
}
.sub .breadcrumb ul li a:hover{
    text-decoration: underline
}
.bg-lightorange {
    background: #fff0d9;
}
.sub .sub-conversion-area {
    padding: 30px 0;
    background-image: url(../img/bg-conv.png);
}
.flex-wrap_par .item.photo {
    width: 40%;
}
.sub .sub-conversion-area .flex-wrap_par .item.text {
    padding-top: 50px;
    width: 58%;
}
.sub .sub-conversion-area .flex-wrap_par .item.text .heading-b-bottom {
    font-weight: bold;
    font-size: 24px;
}
.heading-b-bottom span {
    display: inline-block;
    font-size: 26px !important;
    border-bottom: 2px solid #ff9900;
    padding-bottom: 10px;
}
.sub .sub-conversion-area .flex-wrap_par .item.text .heading-b-bottom span {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.sub .sub-conversion-area .flex-wrap_par .item.text:after {
    content: "";
    position: absolute;
    width: 88px;
    height: 88px;
    top: 0;
    right: 0;
	display: inline-block;
    background-image: url(../img/conv-fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sub .sepa_wrap .stage {
	width: 68%;
}
.sub .sepa_wrap .stage .tit {
    font-size: clamp(18px, 1.35vw, 26px);
    font-weight: 600;
    letter-spacing: .025em;
}
.sub .sepa_wrap .stage .date {
    font-size: 12px
}
.table-of-contents {
    border: 8px solid #f4fdfa;
}
.table-of-contents .heading {
    padding: 20px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-weight: normal;
    font-size: 15px;
    padding-left: 60px;
    position: relative;
	cursor: pointer;
}
.table-of-contents .heading:before {
    transition: 0.5s;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../img/right-arrow_or.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(90deg);
    left: 40px;
    top: calc(50% - 6px);
}
.table-of-contents .heading.active:before {
    transform: rotate(-90deg);
}
.table-of-contents .list {
    padding: 20px 30px 40px;
	border-top: 1px dotted #8be4c6;	
}
.table-of-contents .list ol.parent {
    padding-left: 20px;
    list-style-type: inherit;
    padding-top: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    counter-reset: count 0;
    list-style-type: none;
}
.table-of-contents .list ol.parent li {
    line-height: 2;
	margin-left: 10px;
}
.table-of-contents .list ol.parent li a {
    font-weight: 600
}
.table-of-contents .list ol.parent li a:hover {
    text-decoration: underline
}
.table-of-contents .list ol.parent li:before {
    counter-increment: count 1;
    content: counters(count, "-") ". ";
}
.table-of-contents .list ol.parent li ol {
    counter-reset: count 0;
}
.table-of-contents .list ol.parent li ol li a {
    font-weight: normal;
}
.table-of-contents .list ol.parent li ol li {
    list-style-type: none !important;
}
.table-of-contents .list ol.parent li ol li:before {
    counter-increment: count 1;
    content: counters(count, "-") ". ";
}
.btn-wrap.common-btn {
    max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.btn-wrap.common-btn .btn {
    padding: 20px;
    font-size: 18px;
}
.btn-wrap {
    border-radius: 6px;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.btn-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: normal;
    padding: 10px;
}
.bg-grad-green {
background: rgb(37,205,140);
background: linear-gradient(90deg, rgba(37,205,140,1) 0%, rgba(4,161,100,1) 100%);
}
.btn-wrap.common-btn:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/right-arrow_wh_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
}
.btn-wrap.common-btn .btn img {
    width: 24px;
	height: auto;
    margin-right: 15px;
}
.article-conts h2 {
    letter-spacing: .055em;
	font-size: clamp(16px, 0.93vw, 18px);	
    font-weight: bold;
    color: #fff;
    background: #04a164;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.article-conts h3 {
    padding: 15px 15px 15px 25px;
    position: relative;
    margin-bottom: 20px;
}
.article-conts h3:before {
    width: 6px;
    height: 100%;
    background: #04a164;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.list_type_cnt {
	list-style-type: none;
    counter-reset: count 0;
}
.list_type_cnt li span {
    font-weight: 600
}
.list_type_cnt li::before {
    counter-increment: count 1;
    content: counter(count)".";
}
.list_type_cnt.plus {
	counter-reset: count_p 2;	
}
.list_type_cnt.plus li::before {
	content: counter(count_p)".";
	counter-increment: count_p;	
}
.list_type_cnt li ul {
    counter-reset: count 0;
    list-style-type: none !important;	
    padding-left: 0.5em
}
.list_type_cnt li ul li::before {
    display: none!important
}
.bx_tp_4 {
    padding: 14px 20px;
    border: 2px solid #d1d1d1;
}
.sepa_hiyou {
	display: flex
}
.sepa_hiyou dt {
	width: 100px;
	text-align: right;
	font-weight: 600
}
.sepa_hiyou dd {
	width: calc(100% - 100px);
}
.sub .sepa_wrap .sidebar {
	width: 30%;
}
.sub .sidebar .side-conv {
    background: #fff;
    border: 4px solid #f4fdfa;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.sub .sidebar .side-conv.ver_2 {
    padding: 34px 15px 20px;
}
.sidebar .side-conv .crown {
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.sidebar .side-conv .logo {
    width: 220px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
 
.sidebar .side-conv .text-center {
    font-size: 13px;
}
.sidebar .side-conv .btn-wrap.common-btn {
    margin-bottom: 20px;
}
.sidebar .side-conv .btn-wrap.common-btn .btn {
    font-size: 15px;
    padding: 10px;
}
.sidebar .side-conv .text-link {
    text-align: center;
    position: relative;
}
.sidebar .side-conv .text-link:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(../img/right-arrow_or.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.sidebar .side-topics .side-heading {
    text-align: center;
    border-bottom: 2px solid #04a164;
    padding-bottom: 10px;
}
.sidebar .side-topics .sepa_bxs {
    display: flex;
	position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    border-bottom: 1px dashed #dddddd;
}
.sidebar .side-topics .sepa_bxs .px {
    width: 146px;
	height: 101.22px;
	overflow: hidden
}
.sidebar .side-topics .sepa_bxs .px img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.sidebar .side-topics .sepa_bxs .tx {
    width: calc(100% - 140px);
	padding-left: 4%;
	line-height: 1.5	
}
.sidebar .side-topics .sepa_bxs .tx p {
	font-size: 14px;	
	font-weight: 500;
	letter-spacing: .035em;
}
.sidebar .side-topics .sepa_bxs .tx span {
	display: block;
	margin-top: 10px;
	font-size: 12px
}
.sepa_tbl .col {
	width: 48.5%;
}	
.tbl_tp_1 {
    border: 1px solid #dddddd;
	border-right: none;
	border-bottom: none;
}
.tbl_tp_1 .row {
	display: flex;
    border-bottom: 1px solid #dddddd;	
}
.tbl_tp_1 .row .cel {
	padding: 10px;
    border-right: 1px solid #dddddd;
	background: #FFF;
}
.tbl_tp_1 .row .cel.long {
	width: 65%;
}
.tbl_tp_1 .row .bse.sml {
	text-align: right
}
.tbl_tp_1 .row .cel.sml {
	width: 35%;
}
.tbl_tp_1 .row .cel.hd {
	text-align: center;
	font-weight: 600;
	background: #f4fdfa
}
.tbl_tp_1.ver_2 .row .cel.sml {
	width: 20%;
}
.tbl_tp_1.ver_2 .row .cel.mid {
	width: 40%;
}
.tbl_tp_1.ver_2 .row .cel.bse.mid {
	text-align: right
}
.tbl_tp_1.ver_2 .row .cel.bse.no1 {
	text-align: left
}



@media screen and (max-width:767px){
.sub .sub-conversion-area .flex-wrap_par .item.photo {
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
}	
.sub .sub-conversion-area .flex-wrap_par .item.text {
    width: 100%;
    padding-top: 20px;
}
.sub .sub-conversion-area .flex-wrap_par .item.text .heading-b-bottom {
    width: 58%;
    margin: 0 0 20px 42%;
    line-height: 1.4;
}
.sub .sub-conversion-area .flex-wrap_par .item.text .heading-b-bottom span {
    font-size: 17px !important;
    margin-bottom: 0;
}
.sub footer .go_top.mgn_t_50 {
    margin-top: 0;
}
.mgn_t_60 {
    margin-top: 12vw;
}	
.sub .sub-conversion-area .flex-wrap_par .item.text:after {
    width: 40px;
    height: 40px;
    top: -15px;
}
.sub .breadcrumb ul li {
    font-size: 11px;
    display: inline-block;
    position: relative;
}
.sub .breadcrumb {
    padding: 10px 0 0;
}	
.sub .sepa_wrap .stage {
    width: 100%;
}	
.sub .sepa_wrap .stage .tit {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .025em;
}	
.sub .sepa_wrap .stage .mv.mgn_t_40 {
    margin-top: 4vw;
}
.table-of-contents .heading {
    padding: 10px 20px;
	padding-left: 40px
}	
.table-of-contents .heading:before {
    left: 20px;
}	
.table-of-contents .list {
	padding: 0 20px 0;
}	
.btn-wrap.common-btn .btn {
    font-size: 4vw;
}	
.btn-wrap.common-btn .btn img {
    margin-right: 2%;
}	
.btn-wrap.common-btn:after {
    right: 2%;
}	
.bx_tp_4 {
    padding: 7px 10px;
}	
.sub .sepa_wrap .sidebar {
    width: 100%;
	margin-top: 10vw;
	padding-bottom: 10vw
}	
.sidebar .side-topics .sepa_bxs .px {
    width: 110px;
	height: 75px;
}
.sidebar .side-topics .sepa_bxs .tx {
    width: calc(100% - 110px);
	padding-left: 3%;
}	
.sidebar .side-topics .sepa_bxs .tx p {
    font-size: 13px;
}	
.sidebar .side-topics .sepa_bxs .tx p.date {
	margin-top: 10px
}	
.sepa_tbl .col {
    width: 100%;
}	
.sepa_tbl .col.no2 {
    margin-top: 5vw
}	
.tbl_tp_1.ver_2 .row .cel.sml {
    width: 38%;
}	
.tbl_tp_1.ver_2 .row .cel.mid {
    width: 31%;
}	
.fv .tx .circ_btn {
    position: relative;
    bottom: unset;
    right: unset;
    width: 176px;
    height: 118px;
	margin-inline: auto;
	margin-top: 5vw
}
.table-of-contents .list ol.parent {
    padding-left: 0;
	padding-top: 0
}
.table-of-contents .list ol.parent li {
    margin-left: 0;
	margin-bottom: 7px;
	font-size: 14px
}	
.table-of-contents .list ol.parent li:last-child {
	margin-bottom: 0;
}	
@media (orientation: landscape){
}	
}
