.w100p{
	width: 100%!important;
}
.w25p{
	width: 25%;
}
.mgb0{margin-bottom: 0!important;}
.mgb10{margin-bottom: 10px;}
.mgb20{margin-bottom: 20px;}
.mgb30{margin-bottom: 30px!important;}
.mgt0{margin-top: 0!important;}
.mgt10{margin-top: 10px;}
.mgt20{margin-top: 20px;}
.red{color: #e5002d;}
.mga{margin: 0 auto;}
.mgra{margin-right: auto!important;}
.fs08{font-size: 0.8em;}
.flex1{flex: 1;}
#main .danbou_title{
	background-image: url("/contents/event/14_danbou/images/251009/title.jpg");
	background-size: cover;
}
@media screen and (max-width:767px) {
#main .danbou_title{
	background-image: url("/contents/event/14_danbou/images/251009/title_sp.jpg");
}
}
#main p {
	line-height: 1.3;
}
#main h1 {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 2.8em;
    text-align: center;
	margin: 0;
	color: #000;
	/*text-shadow: 3px 3px 3px rgba(10,10,10,0.7);*/
	text-shadow: none;
	width: 100%;
	height: 100%;
}
#main .title{height: 218px;}
#main .title_inner {
    /*background-color: rgba(0,0,0,0.2);
    padding: 10px;*/
    line-height: 1.4;
	position: absolute;
	top: -5px;
}
	#main .sub_title{
		font-size: 0.8em;
	}
#main h3 {
    border-left: 4px solid #E5002D;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.6rem 1rem;
}
#main .camp_box {
    border: 2px solid #ee781e;
    padding-bottom: 10px;
}
#main .osusume h3 {
	border: none;
}
#main .goods.cols4-2 li {
    padding-bottom: 0;
}
#main .dan_btn_col2{
	display: flex;
	justify-content:space-around; 
	margin: 0 5px;
}
#main .dan_btn_col2 a{
	width: 100%;
	max-width: 400px;
	margin-right: 5px;
}
#main .dan_btn_col2 a:nth-child(2n) {
    margin-right: 0px;
}
#main .text_link{
	margin-bottom: 16px;
/*    background-image: url(/contents/event/nursing/img/arrow_right05.png);*/
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px;
/*    padding-left: 0.8em;*/
	color: #00F;
	margin-top: 20px;
	display: block;
	/*text-decoration: none;*/
	font-weight: bold;
}
#main .text_link p{
    /*background-image: url(/contents/event/nursing/img/arrow_right05.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px;
    padding-left: 0.8em;*/
}
#main .cols2 {
    display: flex;
    justify-content: space-between;
}
#main .cols2-1 {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#main .goods {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#main .cols2 .img_container {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .cols2 .text_container {
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#main .cols2-1  .flex_content {
    width: 48%;
    display: flex;
    flex-direction: column;
}
#main .cols2 li {
    line-height: 1.3em;
    text-indent: -1em;
    padding-left: 1em;
	width: 100%;
}
#main .mbgc_ora {
    background-color: #EA6D0D;
    color: #fff;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    text-align: center;
}
#main .mbgc_gray {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    text-align: center;
    margin-top: 10px;
}
#main .gentei--goods {
    border: none;
}
#main .AC-blocks {
    margin: 15px 0;
    border: 2px solid #ccc;
}
#main .AC-blocks .model-block {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
#main .AC-blocks .model-block::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
#main .AC-blocks .model-block.active::after {
    transform: rotate(
180deg) translateY(50%);
}
#main .AC-blocks .sub-block {
    display: none;
    padding: 10px;
     /*border: 2px solid #ccc; */
}
#main .AC-blocks .model-block02 {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
#main .AC-blocks .model-block02::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: rotate(
180deg) translateY(50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
#main .AC-blocks .model-block02.active::after {
    transform: translateY(-50%);
}
#main .AC-blocks .sub-block02 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
#main .AC-blocks .sub-block02 li {
margin-bottom: 16px;
    background-image: url(/contents/event/nursing/img/arrow_right05.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px;
    padding-left: 0.8em;
}
#main .AC-blocks .sub-block02 li a{
position: relative;
    display: inline-block;
}
#main .AC-blocks .sub-block02 li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
	background: #000;
}
#main .AC-blocks .sub-block02 li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}
#main .taion img {
	width: 100%;
}
#main .new_kanren a {
	text-decoration: none;
}
#main .new_kanren img {
	vertical-align: bottom;
		width: 100%;
}
#main .bk-gray {
    padding: 10px;
    background-color: #ccc;
	margin-bottom: 20px;
}
#main .bk-gray p {
	text-decoration: none;
	color: #333;
}
#main .taion td a{
	font-size: 0.8em;
	text-decoration: underline;
	margin: 1px 0 0;
}
@media screen and (min-width:768px) {
#main .w70pc {
    width: 60%;
    margin: auto;
}
#main .botton_box2 li {
width: calc(50% - 11px);
    margin-right: calc(21px / 2);	
}	
.botton_box2 li:nth-child(2n) {
    margin-right: 0px;
}	
}
@media screen and (max-width:767px) {
.fs08sp{font-size: 0.8em;}	
#main h1 {
	    font-size: 2em;
	/*margin-left: 30px;*/
	color: #000;
	/*text-shadow: 1px 1px 2px rgba(10,10,10,0.7);*/
}	
#main .title_inner {
    /*background-color: rgba(0,0,0,0.2);*/
	top: 0;
}
	#main .title{height: 175px;}
	.title{
		/*justify-content: left;*/
	}
#main .AC-blocks .m_title{
	font-size: 5vw;
}	
#main .taion th, #main .taion td {
    font-size: 3.5vw;
	padding: 1vw;
}
	#main .cols2 {
    justify-content: space-between;
    max-height: 170px;
}
	#main .cols2 .img_container {
    width: 40%;
    max-height: 170px;
}
	#main .cols2 .text_container {
    width: 50%;
    height: 170px;
}
	#main .mbgc_ora {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    padding: 0.2em;
}
	#main .cols2 .text_container li {
    font-size: 0.85rem;
}
	#main .mbgc_gray {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
    padding: 0.2em;
}
	#main .cols2-1  .flex_content {
    width: 100%;
    display: flex;
    flex-direction: column;
}
}

#main .camp_box h4{
	font-size: 1.1em;
	padding-left: 20px;
	margin-bottom: 20px;
}

#main section{
	margin-bottom: 60px;
}

#main .taion th {
    background-color: #ededed;
}



#main .mgb0{
	margin-bottom: 0;
}
#main .blue{
	color: #0000FF
}

#main .images img{
	width: 100%;	
}

@media screen and (max-width:767px) {
#main .AC-blocks .sub-block02 li a::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}
}

#main .menu-btn-list.col2-2 {
	justify-content: left;
}
#main .menu-btn-list.col2-2 li{
    margin-bottom: 20px;
}
#main .menu-btn-list.col2-2 li:nth-child(2n){
    margin-right: 0;
}
@media screen and (max-width:767px) {
#main .menu-btn-list.col2-2 li{
	width: calc( 50% - 10px);
    margin-right: 20px;
    line-height: 1.2;
}
#main .menu-btn-list.col2-2 li:last-child {
    margin-bottom: 1em;
}
}

@media screen and (min-width:768px) {
/* ----pc  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
height:60px!important;
display: flex;
opacity: 1.0;
width: auto; 
align-items: center;
justify-content: center;
cursor: pointer;
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a;
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .etcbtn{
font-size: 1.2rem
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav::after,
#main .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative;

}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
#main .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
#main .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0 0; 
}
#main .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
#main .menu-btn-list li:last-child {
margin-right: 0 
} 
#main .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
height:60px;
}
#main .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
/* ----2列表示----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
width: 48%;
margin-top: 24px;
}

/*#main .banner-list li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}*/
#main .banner-list p {
margin-top: 0.5rem;
line-height: 1.5; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* ----2列表示----*/
#main .banner-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
/* ----1列表示----*/
#main .banner-list.col-1 li {
width: 100% 
}
#main .banner-list.col-1 li:nth-child(-n+1) {
margin-top: 0 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 48%;
min-height: 140px;
margin-top: 24px;
font-size: 0.9em;
position: relative;
font-feature-settings: "palt"; 
}
#main .feature__items li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px 15px 15px 20px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
#main .feature__items li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}
#main .feature__items li a .feature__items--img{
width:24% ;
display: flex;
align-items: center; 
}
#main .feature__items li a .feature__items--txt{
width: calc( 76% - 20px);
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 0.6rem
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 1.1rem
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
#main .feature__items.col-3 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
#main .feature__items.col-3 li:nth-child(3n) {
margin-right: 0;
}
#main .feature__items.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 10px 8px 8px 10px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 70%;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* pc3列表示 sp1列表示 */
#main .feature__items.col-31 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
#main .feature__items.col-31 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
#main .feature__items.col-31 li:nth-child(3n) {
margin-right: 0;
}
#main .feature__items.col-31 li:nth-child(-n+3) {
margin-top: 0 
}
#main .feature__items.col-31 li a {
padding: 10px 8px 8px 10px;
}
#main .feature__items.col-31.pb a {
border: none;
padding: 0;
border-radius: 0;
}
#main .feature__items.col-31 li a .feature__items--txt {
width: 70%;
}
#main .feature__items.col-31 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
#main .feature__items.col-31 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
#main .feature__items.col-31 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */
}

@media screen and (max-width:767px) {
/* ----sp  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px!important;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height:60px!important;
align-items: center;
justify-content: center;
cursor: pointer;  
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
#main .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0 0; 
} 
#main .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
#main .menu-btn-list li:last-child {
margin-bottom: 0 
} 
#main .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
margin-bottom: 1rem;
}
.banner-list li:last-child {
 margin-bottom: 0 
}
.banner-list p {
margin-top: 0.5rem;
line-height: 1.3; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
#main .feature__items li:first-child {
margin-top: 0 
}
#main .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 12px 8px 12px 12px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
#main .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
#main .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
#main .feature__items li a .feature__items--txt{
width: 76%;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
}
#main .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
#main .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 8px 5px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 11px;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */
}




/*230914*/
#main .maker-osusume{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}
#main .maker-osusume .images{
	width: 49%;
	margin: 0;
}
#main .maker-osusume .maker-osusume--icon{
	width: 49%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .maker-osusume--icon li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: calc(49% - 24px);
	border: 2px solid #b4e6ff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
#main .maker-osusume--icon .orange-line{
	border: 2px solid #ea6d0d;
}
#main .maker-osusume--icon li:nth-child(-n + 2){
	margin-top: 0;
}
#main .maker-osusume--icon li p{
	width: 53%;
	text-align: center;
	font-weight: bold;
}
#main .maker-osusume--icon li .images{
	width: 45%;
}
#main .detail_title{
	    font-size: 1.25rem;
    font-weight: bold;
    margin-top: calc(40px - 0.6rem);
    margin-bottom: calc(20px - 0.75rem);
    padding-bottom: 0.5rem;
}
#main .h3-left-red {
    /*font-size: 1.75rem;*/
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
    padding-bottom: 0.5rem;
}
#main .cols2-1 .AC-blocks li a {
	color: #00f;
}
#main .cols2 .flex_content {
    width: 48%;
    display: flex;
    flex-direction: column;
}
#main .cols2-1 .flex_content li {
    width: 100%;
}
#main .feature-link {
    display: flex;
    flex-wrap: wrap;
}
#main .feature-link a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: calc(50% - 32px);
    margin-right: 20px;
    margin-bottom: 20px;
	text-decoration: none;
    color: #333;
}
#main .feature-link a:nth-child(2n) {
    margin-right: 0;
}
#main .feature-link p.feature-link--product {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    font-feature-settings: "palt" 1;
}
#main .feature-link img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#main .feature-link p {
    line-height: 1.4;
    text-align: justify;
    font-size: 0.9em;
}

#main .feature-link.col3-2 a {
    width: calc(33.3% - 32px);
    margin-right: calc(30px / 2);
}
#main .feature-link.col3-2 a:nth-child(2n) {
    margin-right: calc(30px / 2);
}
#main .feature-link.col3-2 a:nth-child(3n) {
    margin-right: 0;
}

#main .feature-link.col4-2 a {
    width: calc(25% - 32px);
    margin-right: calc(40px / 3);
}
#main .feature-link.col4-2 a:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:767px) {
.mgb30sp{margin-bottom: 30px!important;}
#main .cols2-1 .flex_content li {
    margin-bottom: 10px;
}
#main .maker-osusume{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}
#main .maker-osusume .images{
	width: 100%;
	margin: 0;
}
#main .maker-osusume .maker-osusume--icon{
	width: 100%;
	margin: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .maker-osusume--icon li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: calc(49% - 24px);
	border: 2px solid #b4e6ff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
#main .maker-osusume--icon .orange-line{
	border: 2px solid #ea6d0d;
}
#main .maker-osusume--icon li:nth-child(-n + 2){
	margin-top: 0;
}
#main .maker-osusume--icon li p{
	width: 55%;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
}
#main .maker-osusume--icon li .images{
	width: 43%;
}
#main .feature-link {
    display: flex;
    flex-wrap: wrap;
}
#main .feature-link a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width:100%;
    margin-right: 0;
    margin-bottom: 20px;
	text-decoration: none;
    color: #333;
}
#main .feature-link a:nth-child(2n) {
    margin-right: 0;
}
#main .feature-link p.feature-link--product {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    font-feature-settings: "palt" 1;
	height: 2.5em;
    display: flex;
    align-items: center;
}
#main .feature-link img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#main .feature-link p {
    line-height: 1.4;
    text-align: justify;
    font-size: 0.9em;
}
	#main .feature-link.col3-2 a, #main .feature-link.col4-2 a {
    width: calc(50% - 27px);
    margin-right: calc(10px / 1);
}
#main .feature-link.col3-2 a:nth-child(2n), #main .feature-link.col4-2 a:nth-child(2n) {
    margin-right: 0;
}

}

/*251009*/
#main .comparison{
	overflow: auto;
}
#main .comparison-table{
	width: 1500px;
}
#main .comparison-table th,
#main .comparison-table td{
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
	font-size: 0.95em;
}
#main .comparison-table th{
	background-color: #ededed;
}
#main .comparison-icon{
	width: 100px;
	height: 100px;
}
@media screen and (max-width:767px) {
	#main .comparison-table th,
#main .comparison-table td{
	padding: 2vw;
	font-size: 3vw;
}

}

/*251031 更新*/
#main .campaign-bnr--images{
    margin-bottom: 2em;
}
#main .campaign-bnr--col-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .campaign-bnr--col-2 li{
    width: 49%;
}
#main .campaign-bnr--col-2 li{
    width: 49%;
}

#main .fs-medium {
    font-size: 1.15em;
    padding: 0.8rem 0.2rem;
}
@media screen and (max-width:767px) {
#main .campaign-bnr{
    margin: 0 10px;
}
#main .campaign-bnr--col-2 li{
    width: 100%;
    margin-top: 2em;
}
#main .campaign-bnr--col-2 li:first-child{
    margin-top: 0;
}
#main .fs-medium {
    font-size: 1.15em;
    padding: 0.8rem 0.2rem;
}
  
}