﻿.mt10{margin-top: 10px!important;}
.mb10{margin-bottom: 10px!important;}
.maindesign #main {
	margin-bottom: 100px;
}
.maindesign h2,h3,h4,h5 {
	font-weight: bold;
}
.maindesign p {
	line-height: 1.4;
}
.maindesign .img_container > img {
	width: 100%;
	height: auto;
}
.maindesign .img_container + .lead-text {
	margin-top: 5px;
}
.maindesign h4 {
	font-size: 1.3em;
	margin: 30px 0 15px;
}
.maindesign h5 {
	font-size: 1.2em;
	margin: 10px 0;
}
.maindesign .flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .flex_container .flex_content {
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.maindesign .flex_container .pop_content {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
	padding-right: 30px;
}
.maindesign .flex_container .pop_content .img_container {
	width: 49%;
}
.maindesign .flex_container .pop_items {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.maindesign .flex_container .pop_item {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	background-color: #3cb371;
}
.maindesign .more_btn {
	margin: 0 0 1rem !important;
}
.maindesign .flex_container .menu-btn-list li {
	width: 100% !important;
}
.maindesign .flex_container .menu-btn-list a {
	font-size: 1.0em !important;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .flex_container .text_content {
	flex-grow: 1;
}
.maindesign .flex_container .btn_content.long_btn_content {
	height: 300px;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}


@media screen and (max-width:767px) {
	.maindesign #main {
		margin-bottom: 50px;
	}
	.maindesign h4 {
		font-size: 1.15em;
	}
	.maindesign h5 {
		font-size: 1.05em;
	}
	.maindesign .flex_container .flex_content {
		width: 100%;
	}
	.maindesign .flex_container .menu-btn-list a {
		display: flex !important;
		font-size: 0.95em !important;
	}
	.maindesign .flex_container .pop_content {
		padding-right: 15px;
	}
	.maindesign .flex_container .btn_content.long_btn_content {
		height: auto;
	}
	.maindesign .breadcrumb,
	.maindesign .main_title {
		margin-left: 5px !important;
	}
}


.maindesign .main_title {
	margin: 10px auto;
    font-weight: bold;
	font-size: 1.75em;
}

@media screen and (max-width:767px) {
	.maindesign .main_title {
		font-size: 1.5em;
	}
}


.maindesign .left-red {
	border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
}
.maindesign .recommendation_container {
	margin-top: 15px;
}
.maindesign .recommendation_content {
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.maindesign .recommendation_container .recommendation_content {
	width: 48%;
}
.maindesign .recommendation_content > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-decoration: none;
}
.maindesign .recommendation_text {
	width: 75%;
}
.maindesign .recommendation_img {
	width: 20%;
}
.maindesign .recommendation_title {
	font-size: 1.10em;
	margin-bottom: 15px;
}
.maindesign .recommendation_detail {
	font-size: 0.95em;
	line-height: 1.15;
}
.maindesign .long_btn_content h5 {
	margin-top: 50px;
}

@media screen and (max-width:767px) {
	.maindesign .long_btn_content h5 {
		margin-top: 30px;
	}
	.maindesign .recommendation_container .recommendation_content {
		width: 100%;
		margin-bottom: 15px;
	}
}

.maindesign .flex_container.one_side {
	flex-direction: column;
}
.maindesign .frame_container:before,
.maindesign .frame_container:after {
	content: '';
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .frame_container:before {
	order: 1;
}
.maindesign .frame_content {
	width: 24%;
	border: 1px solid #ccc;
	padding: 15px 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 3px;
}
.maindesign .frame_content > a {
	display: flex;
	flex-direction: column;
	color: #000 !important;
	text-decoration: none !important;
}
.maindesign .frame_content h4 {
	margin: 0 0 30px;
	font-size: 1.15em !important;
}
.maindesign .frame_content .img_container {
	width: 80%;
	margin: 0 auto;
}
.maindesign .kome_text {
	font-size: 0.75em;
	font-weight: bold;
	color: #ff0000;
}
@media screen and (max-width:767px) {
	.maindesign .frame_container:before,
	.maindesign .frame_container:after {
		width: 48%;
	}
	.maindesign .frame_content {
		width: 48%;
	}
	.maindesign .frame_content h4 {
		font-size: 0.85em !important;
	}
}

.maindesign .relation_content {
	border: 1px solid #ccc;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 48%;
	margin-bottom: 15px;
}
.maindesign .relation_content > a {
	display: flex;
	justify-content: space-between;
	color: #000 !important;
	text-decoration: none !important;
}
.maindesign .relation_content .relation_title {
	font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 1.05em;
	width: 75%;
	line-height: 1.15;
}
.maindesign .relation_content .img_container {
	width: 22%;
	margin: 0;
}
.maindesign .tbl01 {
    border-collapse: collapse;
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.maindesign .tbl01 th, .maindesign .tbl01 td {
    padding: 20px 5px;
    border: 1px solid #ccc;
}
.maindesign .tbl01 th {
    background-color: #ebebeb;
    color: #000;
    padding: 15px;
	width: 33%;
    text-align: center;	
}
.maindesign .tbl01 td {
    text-align: left;
	line-height: 1.5em;
}
.maindesign .tbl02 {
    border-collapse: collapse;
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.maindesign .tbl02 th, .maindesign .tbl02 td {
    padding: 10px 2px;
	border: 1px solid #ccc;
}
.maindesign .tbl02 th {
    background-color: #2e8b57;
    color: #fff;
    padding: 10px;
	width: 10%;
    text-align: center;	
}
.maindesign .tbl02 td {
    text-align: left;
	line-height: 1.5em;
}
#main .relation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main a.feature {
    color: #000000;
    text-decoration: none;
}
#main .feature {
    width: 49%;
    height: auto;
    min-height: 75px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    justify-content: space-between;
	display: flex !important;
}
#main .feature .relation_text {
	width: 70%;
	padding-left: 10px;
}
#main .feature .feat_title {
	font-size: 1.2em;
	font-weight: bold;
}
#main .feature .feat_text {
	font-size: 0.8em;
	line-height: 1.2;
	margin-top: 10px;
}
#main .feature .relation_img {
	width: 20%;
	padding-right: 5px;
}
#main .feature .relation_img img {
	width: 100%;
	height: auto;
	max-width: 80px;
}
#main .lead-text {
	font-size: 16px !important;
	font-feature-settings: "palt" 1;
}
#main .feature-hdg2 {
	font-size: 1.25em !important;
	font-weight: bold;
}



.maindesign .feature-hdg1 {
	margin: 0;
}
/*.maindesign .title_inner {
    background-color: rgba(0,0,0,0.3);
    padding: 10px 30px;
    line-height: 1.4;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    height: 75%;
    text-align: center;
    white-space: nowrap;
}
.maindesign .top .title_inner {
    width: 80%;
    height: 50%;
}*/
.maindesign .cols3-1{
	display: flex;
	justify-content: space-between;
}
.maindesign .cols3-1 .flex_con{
	width: calc( 33.3% - 10px);
	display: flex;
	flex-direction: column;
}
.maindesign .flex1{
	flex: 1;
}
.maindesign .w100p{
	width: 100%!important;
}
.showmore_wrap {
    position: relative;
    margin-bottom: 30px;
	padding-bottom: 40px;
}
.showmore_list {
            overflow: hidden;
            transition: all .3s ease-in;
        }
.list_toggle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
    background-color: transparent;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
}
.list_toggle.close_area {
            background: none;
            position: static;
        }
.list_toggle a {
    width: 50%;
    border: 1px solid #555555;
    border-radius: 50px;
    display: block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s ease-in;
    font-size: 0.8rem;
    color: #555555!important;
}
.list_toggle a.open_link:before {
    content: "もっと見る ▼";
    display: inline;
}

.list_toggle a.close_link:before {
    content: "閉じる ▲";
    display: inline;
}
.maindesign .title_container {
	position: relative;
}
.maindesign .title_inner {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	padding: 30px 10px;
	width: 80%;
}
.maindesign .title_inner p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 3.5em;
	text-shadow: 1px 1px 2px #000;
}
.maindesign .red{
	color: #E5002D;
}




@media screen and (max-width:767px) {
	.maindesign .relation_content {
		width: 100%;
		margin-bottom: 10px;
		padding: 3px 5px;
	}
	.maindesign .relation_content .relation_title {
		font-size: 0.95em;
	}
	.maindesign .relation_content .img_container {
		width: 25%;
	}
.maindesign .cols3-1{
	flex-direction: column;
}	
.maindesign .cols3-1 .flex_con{
		width: 100%;
}	
	.maindesign .scrolltable {
	max-width: 860px;
	overflow-x: scroll;
}
	.maindesign .tbl02{
		width: 600px;
		font-size: 0.6em;
	}
.maindesign .tbl02 th, .maindesign .tbl02 td {
    padding: 10px 2px;
}
		#main .feature__items li {
		width: 100%;
	}
	#main .feature {
		width: 100%;
		align-items: center;
	}
	.maindesign .flex_con li {
    width: calc(50% - 0.4rem);
    margin-bottom: 1.25em;
    font-size: 0.85rem;
}
	.maindesign .flex_con .fs-medium {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    line-height: 1.3;
}
	.maindesign .title_inner p {
    font-size: 8.0vw;
}
.maindesign .tbl02{
  width: 600px;
}
.maindesign .tbl02 th,.maindesign .tbl02 td{
  width: 60px;
  /*height: 100px;*/
  vertical-align: middle;
  padding: 5px 3px;
  border: 1px solid #ccc;
}
.maindesign .sticky{
  position: sticky;
  left: 0;
  background: #fff;
}
	.maindesign .sticky:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }

}

.maindesign .link_none {
    pointer-events: none;
}
.maindesign .showmore_list .text-box{
	text-indent: -1em;
	padding-left: 1em;
}