﻿@charset "utf-8";

/*------------------------------------------
共通
------------------------------------------*/
article * {
    box-sizing: border-box;
}
body{
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}
#main_cont img {
    max-width: 100%;
}
#main_cont li {
    color: #333;
    line-height: 2;
}
table {
    width: 100%;
}
table,th,td {
    border-collapse:  collapse; 
}
td,th {
    color: #333;
}
ol li {
    list-style: none;
}
ol li::before {
    content:none;
}
.br_sp {display: none}
.br_pc {display: inline}
span.sup {vertical-align: super; font-size: 70%;}

.outline {padding-top: 200px; margin-top: -200px;}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main_cont .flex {
    margin: auto;
}
.pc-only {
    display: block;
}
.tab-only {
    display: none;
}
.sp-only {
    display: none;
}
@media screen and (max-width:660px){
    .tab-only {
        display: block;
    }
}
@media screen and (max-width:660px) {
    .br_sp {display: inline}
    .br_pc {display: none}
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    #main_cont .flex,.flex {
        display: block;
    }
    #main_cont p {
        font-size: 14px;
        margin-bottom: 0;
    }
}

/*------------------------------------------
レイアウト
------------------------------------------*/
#main_cont.membership-benefits__cont {
    max-width: 100%;
}
.membership-benefits__inner {
    max-width: 1200px;
    margin: 40px auto 0 auto;
}
.membership-benefits__wrap {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
}
#main_cont .note {
    font-size: 14px;
    list-style-position: outside;
    position: relative;
    padding-left: 1.25em;
    color: #656565;
    z-index: 0;
    font-weight: normal;
    margin-top: 4px;
}
#main_cont .note span {
    margin-right: 4px;
    position: absolute;
    left: 0;
}
@media screen and (max-width:660px){
    .membership-benefits__wrap {
        flex-direction: column-reverse;
        display:flex;
    }
    .order01 {
        order: 1;
    }
    .order02 {
        order: 2;
    }
    #main_cont.membership-benefits__cont {
        margin-top: 20px;
    }
    .membership-benefits__inner {
        margin-top: 0;
    }
    #main_cont .note{
        font-size: 12px;
        line-height: 1.4;
    }
}
/*------------------------------------------
サイドメニュー
------------------------------------------*/
/*　テキスト　*/
.leftMenu {
    top: 200px;
    position: sticky;
    position: -webkit-sticky;
    height: 100%;
    z-index: 10;
}
.leftMenu__inner {
    width: 330px;
    height: 100%;
    text-align: center;
}
.leftMenu__inner h3 {
    color: #0E7DD4;
    font-size: 30px
}
#main_cont .leftMenu__index {
    font-size:20px;
    text-align: center;
}

/* -------ボタン------- *//*
.leftMenu__list-item {
    margin-bottom: 6px;
}
.leftMenu__list-item-orange {
    margin-top: 20px;
}
.leftMenu__list-btn {
    font-size: 18px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    background: rgb(0,123,213);
    background: -webkit-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    background: -o-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    background: linear-gradient(to right, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: relative;
    padding: 4px 36px 4px 4px;
    border-radius: 100px;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    transition: all 0.3s;
}
.leftMenu__list-btn-orange {
    background: #FF8900;
    padding-left: 30px;
}
#main_cont .leftMenu__list-btn p {
    color: #fff;
    line-height: 1.4;
}
#main_cont .leftMenu__list-btn-orange p {
    font-size: 24px;
    padding: 10px 0;
}
.leftMenu__list-btn span {
    background: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}
.leftMenu__list-btn span img {
    width: 36px;
    height: 32px;
}
.leftMenu__list-btn::after {
    content: "";
    width: 8px;
    height:8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 22px;
}*/
/* -------ドロップダウン-------　*/
/*.leftMenu__list-item {
    position: relative;
}
.leftMenu__list-dropdown {
    display: none;
    width: 300px;
    position: absolute;
    top: 50%;
    right: -320px;
    transform: translate(0, -50%);
}
.leftMenu__list-item:last-child .leftMenu__list-dropdown {
    top: -90px;
}
.leftMenu__list-dropdown-inner {
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #1083D1;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    text-align: left;
    counter-reset: my-counter;
    list-style: none;
}
.leftMenu__list-dropdown-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -14px;
    border: 12px solid transparent;
    border-right: 12px solid #ffffff;
    z-index: 2;
}
.leftMenu__list-dropdown-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -14px;
    border: 12px solid transparent;
    border-right: 12px solid #1083D1;
    z-index: 1;
}
.leftMenu__list-item:last-child .leftMenu__list-dropdown-inner::before,.leftMenu__list-item:last-child .leftMenu__list-dropdown-inner::after {
    top: 280px;
}
.leftMenu__list-dropdown-inner li:not(:last-child){
    margin-bottom: 6px;
}
.leftMenu__list-dropdown-inner li {
    padding-left: 20px;
    position: relative;
}
.leftMenu__list-dropdown-inner li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid #555;
    color: #222;
    display: block;
    float: left;
    line-height: 18px;
    margin-left: -30px;
    text-align: center;
    margin-top: 3px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.leftMenu__list-dropdown-inner li a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    color: #333;
    display: block;
    line-height: 1.6;
}
*/
/*
@media (hover: hover) {
    .leftMenu__list-btn:hover {
        opacity: .6;
    }
    .leftMenu__list-dropdown-inner li a:hover{
        text-decoration: none;
    }
    .leftMenu__list-item:hover .leftMenu__list-dropdown {
        display: block;
    }
}*/
@media screen and (max-width:1024px){
    .leftMenu__inner{
        width: auto;
    }
    #main_cont .leftMenu__list-btn p{
        font-size: 14px;
    }
    #main_cont .leftMenu__list-btn-orange p{
        font-size: 20px;
    }
}


#leftIndex_box .leftIndex_btn {position: relative; margin: 0 0 6px 0; min-height: 50px;}
#leftIndex_box .leftIndex_btn_orange {position: relative; margin: 20px 0 0 0; min-height: 50px;}
#leftIndex_box .leftIndex_btn input, #leftIndex_box .leftIndex_btn label {display: none}

#leftIndex_box .leftMenu_link_btn {
	font-size: 18px;
  text-align: left;
	display: inline-flex;
	align-items: center;
	background: rgb(0,123,213);
	background: -webkit-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
	background: -o-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
	background: linear-gradient(to right, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	position: relative;
	padding: 4px 36px 4px 4px;
	border-radius: 100px;
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.3s;
	}
#leftIndex_box .leftMenu_link_btn p {color: #fff;line-height: 1.4;}
#leftIndex_box .leftMenu_link_btn_orange {background: #FF8900; padding-left: 30px;}
#leftIndex_box .leftMenu_link_btn_orange p {font-size: 24px; padding: 10px 0;}

#leftIndex_box .leftMenu_link_btn span {
	background: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
}
#leftIndex_box .leftMenu_link_btn::after {
	content: "";
	width: 8px;
	height:8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 22px;
}

/*ドロップメニュー*/
#leftIndex_box .leftIndex_btn div {
	display: none;
	position: absolute;
	width: 300px;
	top: 50%;
	right: -320px;
	transform: translate(0, -50%);
}
#leftIndex_box .leftIndex_btn:hover div {display: block;}

#leftIndex_box .leftMenu_link_btn + div ul {
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #1083D1;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	text-align: left;
	counter-reset: my-counter;
	list-style: none;
}
#leftIndex_box .leftMenu_link_btn + div ul::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	margin-top: -14px;
	border: 12px solid transparent;
	border-right: 12px solid #ffffff;
	z-index: 2;
}
#leftIndex_box .leftMenu_link_btn + div ul::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -14px;
	border: 12px solid transparent;
	border-right: 12px solid #1083D1;
	z-index: 1;
}
#leftIndex_box .last_box .leftMenu_link_btn + div ul {top:-90px;}
#leftIndex_box .last_box .leftMenu_link_btn + div ul::before {top: 240px;}
#leftIndex_box .last_box .leftMenu_link_btn + div ul::after {top: 240px;}


#leftIndex_box .leftMenu_link_btn + div ul li {padding-left: 36px; padding-right: 6px; position: relative;padding-bottom: 6px;}
#leftIndex_box .leftMenu_link_btn + div ul li:last-child {padding-bottom: 0px;}

#leftIndex_box .leftMenu_link_btn + div ul li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #555;
	color: #222;	
	display: block;
	float: left;
	line-height: 18px;
	margin-left: -30px;
	text-align: center;
	margin-top: 3px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-weight: bold;
}
#leftIndex_box .leftMenu_link_btn + div ul li a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	color: #333;
	display: block;
	line-height: 1.6;
}
.leftIndex_btn_pdf {
    margin-top: 20px;
}
.leftIndex_btn_pdf a {
    color: #333;
    font-size: 18px;
    position: relative;
    padding-right: 1em;
    display: inline-block;
    border-bottom: solid #333 2px;
}
.leftIndex_btn_pdf a::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 12px;
}

@media (hover: hover) {
	.leftIndex_btn > a:hover, .leftIndex_btn_orange >  a:hover {opacity: .6;}
	.leftIndex_btn li a:hover {text-decoration: none!important}
    .leftIndex_btn_pdf a:hover{
        border-bottom: none;
    }
}
@media screen and (max-width:660px){
	.leftMenu{
		position:static;
		height:auto;
		width: 100%;
		margin: 0 0 30px 0;
		padding-top: 0px;
	}
	
	#leftIndex_box {margin-bottom: 30px;}
	#leftIndex_box .leftIndex_btn label {
		font-size: 18px;
		text-align: left;
		display: inline-flex;
		align-items: center;
		background: rgb(0,123,213);
		background: -webkit-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
		background: -o-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
		background: linear-gradient(to right, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
		box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
		position: relative;
		padding: 4px 36px 4px 4px;
		border-radius: 100px;
		width: 100%;
		font-weight: bold;
		line-height: 1.2;
		transition: all 0.3s;
        border-bottom: none;
	}
	#leftIndex_box .leftIndex_btn label p {color: #fff; line-height: 1.4; font-size: 20px;}
	#leftIndex_box .leftIndex_btn span {
		background: #FFF;
		width: 50px;
		height: 50px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 6px;
	}
	#leftIndex_box .leftIndex_btn span img {padding: 5px}
	
	
	#leftIndex_box .leftIndex_btn_orange label {display: inline-flex; background: #FF8900; padding-left: 30px;}
	#leftIndex_box .leftIndex_btn_orange label p {font-size: 24px; padding: 10px 0;}
	
	
	#leftIndex_box .leftIndex_btn {margin-bottom: 6px; min-height: 50px;}
	#leftIndex_box .leftMenu_link_btn {display: none;}
	#leftIndex_box .leftIndex_btn label::after {
		content: "";
		width: 8px;
		height: 8px;
		border: 0px;
		transform: translateY(-50%) rotate(135deg);
		top: 45%;
		right: 15px;
	}
	#leftIndex_box .leftIndex_btn:hover div {display:none;}
	#leftIndex_box .leftIndex_btn input:checked + label + a + div {display: block;}
	#leftIndex_box .leftIndex_btn input:checked + label {border-bottom-width:0px; /*margin-top: 6px*/;}
	
	#leftIndex_box .leftIndex_btn input + label + a + div {
		display: none;
		position:relative;
		top: 0%;
		width: 100%;
		right: 0%;
		top: -10%;
		transform: translate(0, 0%);
		padding: 10px 0;
	}
	
	#leftIndex_box .leftMenu_link_btn + div ul {}
	#leftIndex_box .leftMenu_link_btn + div ul::before {
		top: -8px;
		left: calc(50% - 6px);
		margin-top: -12px;
		border: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	#leftIndex_box .leftMenu_link_btn + div ul::after {
		top: -10px;
		left: calc(50% - 8px);
		margin-top: -14px;
		border: 12px solid transparent;
		border-bottom: 12px solid #1083D1;
	}

	#leftIndex_box .leftMenu_link_btn + div ul li a {
		display: block;
		font-size: 16px;
		font-weight: normal;
		text-decoration: underline;
		color: #333;
	}
	#leftIndex_box .leftMenu_link_btn + div ul li:last-child a {
		margin-bottom: 4px;
	}
	
	#leftIndex_box  .leftMenu_link_btn_orange {display: block}
}





/*------------------------------------------
コンテンツ共通
------------------------------------------*/
.rightCont {
    width: 68%;
}
.rightCont__item {
    margin-bottom: 200px;
}
.rightCont__item:last-child {
    margin-bottom: 0;
}
.rightCont__item-child {
    margin-bottom: 120px;
}
.rightCont__item-child:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:660px){
    .rightCont__item{
        margin-bottom: 120px;
    }
    .rightCont{
        width: 100%;
        padding-left: 0;
    }
    .rightCont__item-child{
        margin-bottom: 80px;
    }
}

/* スペース調整 */
.leftSpace {
    padding-left: 2em;
}
.rightCont__textArea {
    margin-top: 20px;
}
#main_cont .rightCont__textArea p {
    margin-bottom: 1em;
}
#main_cont .rightCont__textArea .mb0 {
    margin-bottom: 0;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt100 {
    margin-top: 100px;
}
@media screen and (max-width:660px){
    .rightCont__textArea {
        margin-top: 26px;
    }
}


/* テキスト共通 */
.rightCont__textArea li {
    font-weight: 500;
}
#main_cont .txt20px {
    font-size: 20px;
}
.txtBlue {
    color: #0F7ED4;
}
@media screen and (max-width:660px){
    .rightCont__textArea li {
        font-size: 14px;
    }
    #main_cont .txt20px {
        font-size: 16px;
    }
}

/* タイトル */
#main_cont h4 {
    margin-bottom: 26px;
}
.membership-benefits__ttl {
    background: rgb(0,123,213);
    background: -webkit-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    background: -o-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    background: linear-gradient(to right, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    padding: 0 10px 0 10px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.membership-benefits__ttl h2 {
    font-size: 40px;
    color: #fff;
    padding: 46px 140px;
    white-space: nowrap;
}
.membership-benefits__img {
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.membership-benefits__img:last-child {
    right: 10px;
    left: auto;
}
.membership-benefits__img img {
    display: block;
    min-height: 110px;
}
.rightCont__ttl{
    position: relative;
    padding: 14px 19% 14px 98px;
    background: #E2F3FF;
    margin-bottom: 40px;
}
.rightCont__ttl h3 {
    font-size: 32px;
    line-height: 1.4;
}
.rightCont__ttl-img {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    width: 74px;
    height: 74px;
    left: 10px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0,123,213);
    background: -webkit-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    background: -o-linear-gradient(left, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
    background: linear-gradient(to right, rgba(0,123,213,1) 0%, rgba(0,156,193,1) 100%);
}
.rightCont__ttl-img img {
    width: 56px;
}
.rightCont__ttl-2x4 {
    position: absolute;
    width: 18%;
    right: 10px;
    top: -12px;
}
#main_cont .rightCont__ttl-2x4 p{
    position: absolute;
    right: -10px;
    bottom: -6px;
    color: #848484;
    font-size: 10px;
}
@media screen and (max-width:1024px){
    .membership-benefits__ttl {
        padding-top: 20px;
    }
    .membership-benefits__ttl h2{
        font-size: 32px;
        padding: 10px 10px 30px;
    }
    .rightCont__ttl {
        padding: 14px 19% 14px 82px;
    }
    .rightCont__ttl h3 {
        font-size: 24px;
    }
    .rightCont__ttl-img{
        width: 60px;
        height: 60px;
        padding: 6px;
    }
    #main_cont h4 {
        font-size: 20px;
    }
    .membership-benefits__img img {
        min-height: 80px;
    }
}
@media screen and (max-width:800px){
    .membership-benefits__img img {
        min-height: 48px;
    }
}
@media screen and (max-width:660px){
    .membership-benefits__ttl{
        position: relative;
        justify-content: center;
        padding: 20px 0 50px;
        margin-bottom: 40px 
    }
    .membership-benefits__ttl h2{
        padding: 0 10px;
    }
    .membership-benefits__img{
        position: absolute;
        bottom: 0;
        width: 80px;
    }
    .membership-benefits__img:first-child {
        left: 40px;
    }
    .membership-benefits__img:last-child {
        right: 40px;
    }
    .rightCont__ttl {
        padding: 14px 58px 14px 38px;
        margin: auto auto 20px 10px;
    }
    .rightCont__ttl h3 {
        font-size: 22px;
    }
    .rightCont__ttl-img{
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
    }
    .rightCont__ttl-2x4 {
        width: 60px;
        top: 50%;
        transform: translateY(-50%);
    }
    #main_cont .rightCont__ttl-2x4 p{
        right: 4px;
        bottom: -13px;
    }
    #main_cont h4 {
        font-size: 18px;
    }
}


/* 画像 */
.rightCont__img.flex {
    justify-content: center;
    gap:10px;
}
.rightCont__img-child {
    text-align: center;
}
#main_cont .rightCont__img p {
    font-size: 12px;
    margin-bottom: 0;
}
@media screen and (max-width:660px){
    .rightCont__img-child{
        width: 60%;
        margin: 0 auto;
    }
    .rightCont__img-child:not(:last-child){
        margin-bottom: 10px;
    }
}


/* ボタンエリア */
.rightCont__btnArea {
    background: #E7F4F3;
    display: flex;
    padding: 16px 28px;
    margin-top: 20px;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
}
#main_cont .rightCont__btnArea p {
    font-size: 18px;
    position: relative;
    margin: 0 20px 0 10px;
    line-height: 1;
    padding-bottom: 10px;
    width: 143px;
    white-space: nowrap;
}
#main_cont .rightCont__btnArea p::before {
    content: "";
    background: url("../images/arrows.svg");
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 143px;
    height: 17px;
}
#main_cont .rightCont__btnArea .flex {
    margin: auto 0;
    gap: 20px;
    width: 100%;
    justify-content: flex-start;
}
.rightCont__btnArea-wrap {
    width: 100%;
}
.rightCont__btnArea a {
    background: #1AAFA7;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 12px 40px 12px 24px;
    border-radius: 100px;
    font-weight: bold;
    line-height: 1.2;
    transition: all 0.3s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.rightCont__btnArea a::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 22px;
}
@media (hover: hover) {
    .rightCont__btnArea a:hover {
        opacity: .6;
    }
}
@media screen and (max-width:1024px){
    .rightCont__btnArea{
        display: block;
    }
    #main_cont .rightCont__btnArea p{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:660px){
    .rightCont__btnArea {
        padding: 16px 16px;
    }
    .rightCont__btnArea a{
        width: 100%;
        font-size: 18px;
    }
    #main_cont .rightCont__btnArea .flex a:not(:last-child) {
        margin-bottom: 10px;
    }
}


/* フレックス */
.rightCont__textArea-txt {
    width: 76%;
}
.rightCont__textArea-img {
    width: 22%;
    text-align: center;
}
.rightCont__textArea-img img {
    width: 100%;
}
@media screen and (max-width:660px){
    .rightCont__textArea-txt{
        width: 100%;
    }
    .rightCont__textArea-img{
        width: 60%;
        margin: 0 auto;
    }
}


/* リスト */
.diskList {
    margin: 16px auto;
    padding-left: 2em;
}
.diskList li {
    list-style: disc;
}
.rightCont__topic .diskList {
    margin: 0 auto;
}
@media screen and (max-width:660px) {
    .diskList li {
        font-size: 14px;
    }
}


/* トピック */
.rightCont__topic {
    background: #EFEFEF;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    margin-top: 40px;
}
#main_cont .rightCont__topic-ttl {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 18px;
    background: #0F7ED4;
    padding: 2px 20px;
    border-radius: 6px;
    color: #fff;
}
@media screen and (max-width:660px){
    .rightCont__topic {
        padding: 20px;
    }
    #main_cont .rightCont__topic-ttl{
        font-size: 16px;
        padding: 2px 10px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        text-align: center;
    }
}


/*------------------------------------------
オリジナル
------------------------------------------*/
#main_cont .lead {
    margin-bottom:30px;
}

/* 会社の信用力向上が図れます　＞　①「自主工事検査」で建物品質の確保が図れます */
.creditworthiness__child01 .rightCont__img,.creditworthiness__child02 .rightCont__img,.creditworthiness__child03 .check {
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
.creditworthiness__child03 .check{
    width: 80%;
    margin-bottom: 20px;
}
@media screen and (max-width:660px){
    .creditworthiness__child01 .rightCont__img,.creditworthiness__child02 .rightCont__img {
        width: 80%;
    }
    .creditworthiness__child03 .check {
        width: 100%;
    }
}

/* 自社の営業に役立ちます　＞　② 営業に役立つ講習会に参加できます */
.sales__child02 .rightCont__textArea-txt {
    width: 60%;
}
.sales__child02 .rightCont__textArea-img {
    width: 38%;
}
@media screen and (max-width:660px){
    .sales__child02 .rightCont__textArea-txt{
        width: 100%;
    }
    .sales__child02 .rightCont__textArea-img {
        width: 100%;
        margin-top: 10px;
    }
}


/* 自社の営業に役立ちます　＞　③ 営業ツールが活用できます */
.sales__child03 .rightCont__img.flex.sales__child03-img01 {
    gap:30px;
}
.sales__child03 .sales__child03-img01 .rightCont__img-child {
    width: 28%;
}
#main_cont .sales__child03 .sales__child03-img01.rightCont__img p {
    text-align: left;
}
.sales__child03 .sales__child03-img02 .rightCont__img-child:first-child,.expenses__child04 .sales__child03-img02 .rightCont__img-child:first-child {
    width: 40%;
}
.sales__child03 .sales__child03-img02 .rightCont__img-child:last-child,.expenses__child04 .sales__child03-img02 .rightCont__img-child:last-child {
    width: 56%;
}
@media screen and (max-width:660px) {
    .sales__child03 .sales__child03-img01 .rightCont__img-child,.sales__child03 .sales__child03-img02 .rightCont__img-child:first-child,.sales__child03 .sales__child03-img02 .rightCont__img-child:last-child,.expenses__child04 .sales__child03-img02 .rightCont__img-child:first-child,.expenses__child04 .sales__child03-img02 .rightCont__img-child:last-child {
        width: 80%;
        margin-bottom: 20px;
    }
}


/* 自社の営業に役立ちます　＞　④ 営業に役立つ情報が入手できます */
.sales__child04 .rightCont__img-child:first-child {
    width: 35%;
}
.sales__child04 .rightCont__img-child:last-child {
    width: 54%;
}
@media screen and (max-width:660px) {
    .sales__child04 .rightCont__img-child:first-child,.sales__child04 .rightCont__img-child:last-child {
        width: 80%;
    }
}


/* 人材育成に役立ちます　＞　① 協会主催の各種講習会により人材育成等が図れます */
#main_cont .training__child01-ttl {
    font-size: 26px;
    text-align: center;
    color: #0F7ED4;
}
.training__child01-topic:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: dashed 1px #B2B2B2;
}
#main_cont .training__child01-topic h5{
    color: #333;
    height: auto;
    line-height: 2;
    padding-left:0;
    border-left:none;
    margin-bottom:10px;
    display: flex;
}
#main_cont .training__child01-topic h5::after {
    content: none;
}
.training__child01-topic h5 span {
    background: #0F7ED4;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 1;
}
.training__child01-topic-flex .rightCont__topic {
    width: 49%;
    margin-top: 70px;
}
.training__child01-topic-flex .rightCont__topic .rightCont__btnArea {
    display: block;
}
#main_cont .training__child01-topic-flex .rightCont__topic-ttl {
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
#main_cont .training__child01-topic-flex .rightCont__btnArea p {
    margin-left: 10px;
    margin-bottom: 16px;
}
#main_cont .training__child01-topic-flex .rightCont__btnArea p::before {
    bottom: -1px;
}
.training__child01-topic .rightCont__img.flex {
    gap:10px;
}
.training__child01-topic .rightCont__img-child:nth-child(1) {
    width: 21%;
}
.training__child01-topic .rightCont__img-child:nth-child(2) {
    width: 21%;
}
.training__child01-topic .rightCont__img-child:nth-child(3) {
    width: 52%;
}
.training__child01-topic .rightCont__img-child:nth-child(1) img {
    width: 80%;
}
.training__child01-topic .rightCont__img-child:nth-child(2) img {
    width: 80%;
}
.training__child01-topic .listSquea li:not(:last-child) {
    margin-bottom: 40px;
}
.training__child01-topic .listSquea li:nth-child(2) img {
    width: 60%;
}
.careerBox {
    row-gap:10px;
}
.careerBox__item{
    padding: 10px 10px;
}
#main_cont .careerBalloon p {
    font-size: 20px;
}
#main_cont .careerBox__item h5 {
    font-size: 16px;
}
#main_cont .careerBox__left p,#main_cont .careerBox__right p,#main_cont .careerBox__item li,#main_cont .careerBox__item .webSeminar__txt{
    font-size: 14px;
}
#main_cont .carreBox__btn a, .leftMenu__list-btn{
    font-size: 16px;
}
#main_cont .carreBox__btn a::after, .leftMenu__list-btn::after{
    width: 6px;
    height: 6px;
    right: 4px;
}
#main_cont .carreBox__btn a, .leftMenu__list-btn{
    padding: 10px 12px 10px 8px;
}
#main_cont .careerBox__item .smallText,#main_cont .careerBox__item h5 span{
    font-size: 12px;
}
@media screen and (max-width:1024px){
    #main_cont  .training__child01-topic-flex {
        display: block;
    }
    .training__child01-topic-flex .rightCont__topic {
        width: 100%;
    }
}
@media screen and (max-width:660px) {
    #main_cont .training__child01-ttl {
        font-size: 18px;
    }
    .training__child01-topic h5 span {
        width: 30px;
        height: 30px;
    }
    .training__child01-topic .rightCont__img-child:nth-child(1),.training__child01-topic .rightCont__img-child:nth-child(2),.training__child01-topic .rightCont__img-child:nth-child(3){
        width: 60%;
        margin-bottom: 20px;
    }
    .training__child01-topic .rightCont__textArea-img {
        margin-top: 10px;
    }
}


/* 人材育成に役立ちます　＞　② 社員のモチベーション向上が図れます */
.training__child02 .rightCont__textArea-txt {
    width: 68%;
}
.training__child02 .rightCont__textArea-img {
    width: 30%;
}
@media screen and (max-width:660px) {
    .training__child02 .rightCont__textArea-txt {
        width:100%;
    }
    .training__child02 .rightCont__textArea-img {
        width: 60%;
    }
}


/* 経費節減が可能です　＞　① 大臣認定、技術的資料等を格安で利用できます */
.expenses__child01 .rightCont__img-child:nth-child(1) {
    width: 22%;
}
.expenses__child01 .rightCont__img-child:nth-child(2) {
    width: 40%;
}
.expenses__child01 .rightCont__img-child:nth-child(3) {
    width: 23%;
}
@media screen and (max-width:660px) {
    .expenses__child01 .rightCont__img-child:nth-child(1),.expenses__child01 .rightCont__img-child:nth-child(2),.expenses__child01 .rightCont__img-child:nth-child(3) {
        width: 60%;
    }
}