@charset "UTF-8";
.maindesign,
.maindesign .webfont{
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}
.maindesign img{
	width: 100%;
    height: auto;
}
@media screen and (min-width: 768px){
/* ----pc  h1 ページタイトル---- */
.maindesign .feature-hdg1{
position: relative;
}
.maindesign .feature-hdg1 img {
display: block;
}
.maindesign .feature-hdg1 .sub_title{
color: #fff;
text-shadow:1px 1px 2px rgba(10,10,10,0.7);
text-align: center;
font-weight: bold;
font-size: 70px;
margin-left: 0;
padding-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
line-height:1.1;
width: 100%;
letter-spacing: 0.05em;
}
.maindesign .feature-hdg1 .sub_title-secondary{
font-size: 0.5em;
display: block;
margin-top: 1.25rem;
}
/* -- pc  h1 ページタイトル end --  */
}

@media screen and (max-width: 767px){
/* ----sp  h1 ページタイトル---- */
.maindesign .feature-hdg1{
position: relative;
}
.maindesign .feature-hdg1 img {
display: block;
}
.maindesign .feature-hdg1 .sub_title {
color: #fff;
text-shadow:1px 1px 2px rgba(10,10,10,0.7);
text-align: center;
font-weight: bold;
font-size: 8vw; 
margin-left: 0;
padding-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
line-height:1.1;
width: 100%;
letter-spacing: 0.05em; 
}
.maindesign .feature-hdg1 .sub_title-secondary{
font-size: 0.75em;
display: block;
margin-top: 1.25rem;
}
/* -- sp  h1 ページタイトル end --  */
}


.maindesign .feature-hdg1 .sub_title{
	background-color: rgba(0,0,0,0.3);
    padding: 20px 0;
    width: 600px;
    font-size: 45px;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1 .sub_title{
    width: 80%;
    font-size: 6.3vw;
}
}
.maindesign h2.headingMiddle{
	margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .listHead34 {
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(30px - 0.75rem);
}
.maindesign .left-red{
	border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
}
.maindesign .gotop {
    margin: 1.8em 0;
    text-align: right;
}


.maindesign .service li{
	margin-bottom: 20px;
}
.maindesign .service li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	color: #333;
	min-height: 80px;
	transition: 0.6s;
}
.maindesign .service li a:hover{
	border-color: #E5002D;
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.maindesign .service .service--txt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 110px);
}
.maindesign .service .service--txt.no-image{
	text-indent: -1em;
	padding-left: 1em;
}
.maindesign .service .service--name{
	font-size: 1.5em;
	font-weight: bold;
	width: 30%;
}
.maindesign .service .service--desc{
	width: calc(70% - 20px);
	margin-left: 20px;
	line-height: 1.3;
}
.maindesign .service .service--desc__img{
	width: 100px;
	margin-left: 10px;
}
@media screen and (max-width: 767px){
.maindesign .service .service--txt{
	width: calc(100% - 90px);
}
.maindesign .service .service--name{
	font-size: 1.15em;
	width: 100%;
	margin-bottom: 10px;
}
.maindesign .service .service--desc{
	font-size: 0.85em;
	width: 100%;
	margin-left: 0;
}
.maindesign .service .service--txt.no-image{
	width:100%;
}
.maindesign .service .service--desc__img{
	width: 80px;
}
}

.maindesign .background-gray{
	padding: 30px;
	margin-bottom: 30px;
	background-color: #ededed;
}
.maindesign .Q-and-A{
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-feature-settings: "palt" 1;
}
.maindesign .Q-and-A .listHead34{
	margin-top: 0;
}
.maindesign .Q-and-A .superior{
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 20px;
/*	text-decoration: underline;*/
	font-weight: bold;
}
.maindesign .Q-and-A li{
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.4;
	font-size: 1.0em;
}
.maindesign .Q-and-A .lead-text {
	font-size: 1.0em;
	line-height: 1.3;
}

.maindesign .human{
	display: flex;
	flex-wrap: wrap;
/*	align-items: flex-start;*/
}

.maindesign .human--txt{
	background-color: #fddbff;
	padding: 30px;
	line-height: 1.4;
	font-size: 1.2em;
/*	font-weight: bold;*/
	width: calc(100% - 280px);
	border-radius: 20px;
}
.maindesign .human--img{
	width: 200px;
	margin-left: 20px;
}
@media screen and (max-width: 767px){
.maindesign .background-gray{
	padding: 20px;
}
.maindesign .Q-and-A .superior{
	font-size: 1.0em;
	margin-bottom: 20px;
	text-decoration: underline;
	font-weight: bold;
}
.maindesign .Q-and-A li{
	font-size: 0.9em;
}
.maindesign .Q-and-A .lead-text {
	font-size: 0.9em;
}

.maindesign .human{
	justify-content: flex-end;
}

.maindesign .human--txt{
	padding: 20px;
	font-size: 0.9em;
	width:100%;
	border-radius: 10px;
}
.maindesign .human--img{
	width: 120px;
	margin-left: 0;
	margin-top: 5px;
}

}

.maindesign .notes {
	width: 100%;
	border-collapse: collapse;
}
.maindesign .notes th,
.maindesign .notes td{
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0em;
}
.maindesign .notes th{
	background-color: #ededed;
}
.maindesign .notes td li{
	text-align: left;
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.2;
}
.maindesign .notes td li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
.maindesign .notes th,
.maindesign .notes td{
	font-size: 0.9em;
}
.maindesign .notes th{
	width: 80px;
	line-height: 1.3;
}

}


/*  241001  */
.maindesign .related{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}
.maindesign .related::before,
.maindesign .related::after{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .related::before{
	order: 1;
}
.maindesign .related--block{
	width: 24%;
}
.maindesign .related--block a{
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	height: calc(100% - 20px);
}
.maindesign .related--block__text{
	text-align: center;
	margin-top: 5px;
}
@media screen and (max-width: 767px){
.maindesign .related--block{
	width: 32%;
}
}

.maindesign .souki-img{
	margin-top: 3em;
}
.maindesign .related{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .related::before,
.maindesign .related::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.maindesign .related::before{
	order: 1;
}
.maindesign .related li{
	width: 32%;
	margin-top: 20px;
}
.maindesign .related li:nth-child(-n + 3){
	margin-top: 0;
}
.maindesign .related li p{
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
.maindesign .related li{
	width: 49%;
	margin-top: 20px;
}
.maindesign .related li:nth-child(-n + 3){
	margin-top: 20px;
}
.maindesign .related li:nth-child(-n + 2){
	margin-top: 0;
}
}


/*  241001 end  */


/*  アコーディオン  */

.maindesign .AC-blocks .model-block{
	text-align: center;
    margin-top: 20px;
    background: #ccc;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
	position: relative;
	cursor: pointer;
}
.maindesign .AC-blocks .model-block::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/bto/hagaki/pack/img_230928/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;
}
.maindesign .AC-blocks .model-block.active::after {
     transform: rotate(180deg) translateY(50%); 
}

.maindesign .AC-blocks .sub-block{
	display: none;
	padding: 10px;
	border: 2px solid #ccc;
}

.maindesign .design-choice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}
.maindesign .design-choice::before,
.maindesign .design-choice::after{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .design-choice::before{
	order: 1;
}
.maindesign .design-choice li{
	width: 24%;
	margin-top: 20px;
}
.maindesign .design-choice li:nth-child(-n + 4){
	margin-top: 0;
}
.maindesign .design-choice li a{
	display: block;
	border: 1px solid #ccc;
	padding: 3px 0;
}
.maindesign .design-choice li p{
	text-align: center;
	margin-top: 5px;
	line-height: 1.3;
}
@media screen and (max-width: 767px){
.maindesign .design-choice::before,
.maindesign .design-choice::after{
	width: 49%;
}
.maindesign .design-choice li{
	width: 49%;
}
.maindesign .design-choice li:nth-child(-n + 4){
	margin-top: 20px;
}
.maindesign .design-choice li:nth-child(-n + 2){
	margin-top: 0;
}

}



@media screen and (min-width: 768px){

/* ----pc  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a;
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .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;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .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;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .etcbtn{
font-size: 1.2rem
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
.maindesign .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
.maindesign .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maindesign .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; 
}
.maindesign .tab-menu-nav::after,
.maindesign .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
.maindesign .tab-menu-nav::before {
order: 1;
}
.maindesign .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative
}
.maindesign .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
.maindesign .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
.maindesign .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
.maindesign .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
.maindesign .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
.maindesign .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
.maindesign .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
.maindesign .menu-btn-list li:last-child {
margin-right: 0 
} 
.maindesign .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
.maindesign .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
.maindesign .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
/* ----2列表示----*/
.maindesign .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .banner-list li {
width: 48%;
margin-top: 24px;
}

/*.maindesign .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;
}*/
.maindesign .banner-list p {
margin-top: 0.5rem;
line-height: 1.5; 
}
.maindesign .banner-list p span {
margin-left: 0.5em 
}
/* ----2列表示----*/
.maindesign .banner-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
/* ----1列表示----*/
.maindesign .banner-list.col-1 li {
width: 100% 
}
.maindesign .banner-list.col-1 li:nth-child(-n+1) {
margin-top: 0 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
.maindesign .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .feature__items li{
width: 48%;
min-height: 140px;
margin-top: 24px;
font-size: 0.9em;
position: relative;
font-feature-settings: "palt"; 
}
.maindesign .feature__items li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .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; 
}
.maindesign .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;
}
.maindesign .feature__items li a .feature__items--img{
width:24% ;
display: flex;
align-items: center; 
}
.maindesign .feature__items li a .feature__items--txt{
width: calc( 76% - 20px);
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.3rem;
line-height: 1.3;
margin-bottom: 0.6rem
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 1.1rem
}
/* pc3列表示 sp2列表示 */
.maindesign .feature__items.col-3 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
.maindesign .feature__items.col-3 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
.maindesign .feature__items.col-3 li:nth-child(3n) {
margin-right: 0;
}
.maindesign .feature__items.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
.maindesign .feature__items.col-3 li a {
padding: 10px 8px 8px 10px;
}
.maindesign .feature__items.col-3 li a .feature__items--txt {
width: 70%;
}
.maindesign .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;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
.maindesign .feature__items.col-3 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* pc3列表示 sp1列表示 */
.maindesign .feature__items.col-31 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
.maindesign .feature__items.col-31 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
.maindesign .feature__items.col-31 li:nth-child(3n) {
margin-right: 0;
}
.maindesign .feature__items.col-31 li:nth-child(-n+3) {
margin-top: 0 
}
.maindesign .feature__items.col-31 li a {
padding: 10px 8px 8px 10px;
}
.maindesign .feature__items.col-31.pb a {
border: none;
padding: 0;
border-radius: 0;
}
.maindesign .feature__items.col-31 li a .feature__items--txt {
width: 70%;
}
.maindesign .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;
}
.maindesign .feature__items.col-31 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
.maindesign .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  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .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;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .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;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
.maindesign .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
.maindesign .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maindesign .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
.maindesign .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
.maindesign .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
.maindesign .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
.maindesign .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
.maindesign .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
.maindesign .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
.maindesign .menu-btn-list li:last-child {
margin-bottom: 0 
} 
.maindesign .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
.maindesign .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .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; 
}
.maindesign .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
.maindesign .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
.maindesign .feature__items li:first-child {
margin-top: 0 
}
.maindesign .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; 
}
.maindesign .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
.maindesign .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
.maindesign .feature__items li a .feature__items--txt{
width: 76%;
}
.maindesign .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;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
.maindesign .feature__items.col-3 {
}
.maindesign .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
.maindesign .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .feature__items.col-3 li a {
padding: 8px 5px;
}
.maindesign .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
.maindesign .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;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
.maindesign .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */
}
