
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}

.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(10,10,10,0.7);
	font-size: 3.5rem;
}
@media screen and (max-width:767px) {
	.maindesign .title--inner {
		font-size: 8.0vw;
	}
}

.maindesign .tab-menu-nav a {
	display: flex !important;
}

.maindesign .bnr-container {
	margin-top: 30px;
}
.maindesign .bnr-container--text {
	text-align: center;
	margin-top: 10px;
}

.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}

.maindesign a:hover {
    opacity: 0.5;
}


.maindesign h1 img{
	width: 100%
}

.maindesign h1 span {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(10,10,10,0.7);
    text-align: left;
    font-weight: bold;
    font-size: 65px;
    position: absolute;
    top: 65px;
    left: 40px;
}

.maindesign .flexList{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	  -webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;	
}

.maindesign .flexList li{
	width: 50%;
}

.maindesign .flexList.bnrList a{
	width: 48%
}

.maindesign .flexList.colorList div{
	width: 18%
}

.maindesign .flexList img{
	width: 100%
}

.maindesign h3{
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3
}

.maindesign .cont {
    border-collapse: collapse;
    border-spacing: 0;
	font-size:1.3em;
	margin-bottom: 30px
}
/*.maindesign .cont th{
	background-color:#6598da;
	color:#FFF;
	font-size:large;
	font-weight:bold;
	
}*/
.maindesign .cont td,.cont th{
	border:#ccc 1px solid;
	padding: 8px;
	text-align: center
}
.maindesign .cont img{
	margin:3px;
}
/*	.maindesign .tdbg{
background-color:#e3f4fc
	}*/
	.maindesign a.w300{
		width: 200px
	}
	.maindesign .cont a{
		font-size: 0.7em
	}
	.maindesign .imgFull img{
		width: 100%
	}
	.maindesign .mb10{
		margin-bottom: 10px
	}
		.maindesign p.pName{
		font-weight: bold;
		font-size: 1.25em;

	}
	.maindesign .goods {
		margin-bottom: 0
	}
		.maindesign ul.goods li{
		border: 1px solid #CCC;
		box-sizing: border-box
	}
			@media screen and (min-width:768px) {
		.maindesign .threeTwo::after{
  content:"";
  display: block;
  width:31%;
			}

	}
	@media screen and (max-width:767px) {
/*		.maindesign .cont{
			margin-bottom: 10px
		}*/
		.maindesign h1{
			background-color: #6697DC
		}
		.maindesign h1 span{
			   line-height: 10vw;
    font-size: 8vw;
    width: 66%;
    top: 27%;
    left: 2%;
		}
		.maindesign .goods{
			margin-top: 30px;
			justify-content: space-between;
		}
	}
.maindesign .relation {
    display: flex;
    flex-wrap: wrap;
}
.maindesign a.feature {
    display: block;
    color: #000000;
    text-decoration: none;
	width: calc(50% - 7px);
    height: auto;
    min-height: 75px;
    margin-right:10px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    text-align: justify;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}
.maindesign .feature img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20%;
    transform: translateY(-50%);
    transition: 0.6s;
	max-width:100px;
}
.maindesign .feature .feat_title {
    font-size: 1.2em;
    width: calc(80% - 30px);
    padding-left: 10px;
    font-weight: bold;
    margin: 0;
}
.maindesign .feature .feat_title.h_center{
	display: flex;
    align-items: center;
    height: 100%;
}
.maindesign .feature .feat_text {
    font-size: 0.8em;
    width: calc(80% - 30px);
    padding-left: 10px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}


@media screen and (max-width: 767px) {
.maindesign .feature .feat_title {
    width: calc(80% - 80px);
}
.maindesign .feature .feat_text {
    width: calc(80% - 80px);
}
.maindesign a.feature {
	width:100%;
	margin-right:0;
	min-height:80px;
	/*display: flex;
    align-items: center;*/
}
.maindesign .feature img{
	height: 80px;
    width: 93px;
}
.maindesign .feature:nth-child(3n) {
    margin-right: 0;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}

}



/* =============================================

	220705_繧ｳ繝ｳ繝励Ξ繝�し繝ｼ迚ｹ髮�_蝠�刀蜈･繧梧崛縺井ｿｮ豁｣萓晞�ｼ

============================================= */


/*蜈ｱ騾夐��岼
============================================= */

/*繝代Φ縺上★*/
.maindesign .breadcrumb {
    margin-bottom: 0.6em;
    /* padding: 1em 0 0.5em; */
    color: #83838f;
}

.maindesign .breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
}

.maindesign .breadcrumb *, .maindesign .breadcrumb *:after, .maindesign .breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.maindesign .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #83838f;
}

.maindesign .breadcrumb li:not(:last-child)::before {
    content: '\FF1E';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*繧ｿ繧､繝医Ν繝�じ繧､繝ｳ*/
.maindesign .difference_contents {
   margin: 30px 0 40px;
}
@media screen and (max-width: 767px){
.maindesign .difference_contents {
    margin: 20px 0;
	}
}

.maindesign .difference {
    margin-top: 40px;
}



.maindesign .feature-hdg3 {
    font-size: 1.2rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(20px - 0.75rem);
    padding-bottom: 0.5rem;
	    border-left: 4px solid #f00;
	    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
}


/*繧ｳ繝｡繝ｪ縺ｮ繧｢繝ｫ繝溯｣ｽ繧ｿ繝ｳ繧ｯ繧ｳ繝ｳ繝励Ξ繝�し繝ｼ縺ｯ縺薙％縺碁＆縺�ｼ�
============================================= */
/*繧ｿ繧､繝医Ν*/
.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 30px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}

.st0{fill:#aaaaaa;}

.st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}

.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}

/*繧ｳ繝ｳ繝�Φ繝�*/
.maindesign .difference_contents ul {
	display: flex;
    flex-flow: wrap;
    justify-content: space-between;	
}

.maindesign .difference_contents ul li {
    width: calc(100% / 2 - 30px);
	margin-bottom: 60px;
}
@media screen and (max-width: 767px){
	.maindesign .difference_contents ul li {
		width: 100%;
	}
}

.maindesign .difference_contents ul li img {
    margin: 0 auto;
    display: block;
	padding-bottom: 10px;
}

.maindesign .difference_contents_title {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
	background: #50535d;
    color: #fff;
    margin-bottom: 15px;
}

.maindesign .difference_contents_txt {
    line-height: 1.5;
   /* padding-top: 5px;*/
    text-align: justify;
	
	/*IE蟇ｾ蠢懃畑CSS*/
    text-justify: inter-ideograph;
}

/*繧ｵ繧､繧ｺ蛻･豈碑ｼ�｡ｨ
============================================= */

/*繝��繝悶Ν*/
.maindesign .slideTable table{
	width: 860px;
}

/*kokoro縺ｮ縺ｿ縺ｮ蟷�*/
.maindesign .slideTable .kokoro_width{
	width: 800px;
}

@media screen and (max-width: 767px){
	.maindesign .cont {
		margin-bottom: 30px;
	}
}

.maindesign .cont th {
    /*background-color: #6598da;*/
	background-color: #50535d;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    width: 3em;
}

.maindesign .cont th:first-child {
    width: 30px;
}

/*.maindesign .cont th:last-child {
    width: 4em;
}

.maindesign .cont th:last-child {
    background-color: #fff;
    border: none;
}*/

.maindesign .cont tr:hover{
  background-color: #efefef;
}


.maindesign .cont td:first-child{
    border-bottom: #fff 1px solid;
	font-weight: bold;
}

/*.maindesign .cont td:last-child {
    background-color: #fff;
    border: none;
}*/

.maindesign .tdbg {
    background-color: #d2d2d2;
}

.maindesign .border-bottom_gray {
    border-bottom: #ccc 1px solid!important;
}

/*蝠�刀繝ｪ繝ｳ繧ｯ*/
.maindesign .slideTable_link {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px){
	.maindesign .slideTable_link {
   	     margin: 40px 0 60px;
	}
}

.maindesign .slideTable_link ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .slideTable_link ul::before,
.maindesign .slideTable_link ul::after {
	content: '';
	display: block;
	width: calc(100% / 4 - 20px);
	height: 0;
}
.maindesign .slideTable_link ul::before {
	order: 1;
}

.maindesign .slideTable_link ul li {
    width: calc(100% / 4 - 20px);
}
@media screen and (max-width: 767px){
	.maindesign .slideTable_link ul li {
		width: calc(100% / 2 - 10px);
    	margin-bottom: 30px;
		}
		.maindesign .slideTable_link ul::before,
		.maindesign .slideTable_link ul::after  {
			width: calc(100% / 2 - 10px);
		}
	
	.maindesign .slideTable_link ul li:last-child {
		margin-bottom: 0;
		}
}

.maindesign .slideTable_link ul li p {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 7px;
}

.maindesign .fsSmall {
    height: auto!important;
    font-size: 1.1em;
    padding: 0.5em 1.2em;
}


/*髢｢騾｣蝠�刀繝ｻ髢｢騾｣驛ｨ譚�
============================================= */
@media screen and (max-width: 767px){
	.maindesign .cols2-1st li {
		width: calc(100% / 2 - 7.5px);
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.maindesign p.pName {
		font-size: 0.9em;
	}
}

.maindesign .cols2-1st li a {
    padding: 10px;
}
@media screen and (max-width: 767px){
	.maindesign .cols2-1st li a {
		padding: 5px;
	}
}

.maindesign img{
	width: 100%;
}
.maindesign a.btnRadius01.fsMedium{
	padding: 0.75em;
}
.maindesign .title-comment{
	line-height: 1.4;
}
.maindesign .choice-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .choice-flex .choice-flex--pic{
	width: 39%;
}
.maindesign .choice-flex .choice-flex--txt{
	width: 59%;
}
.maindesign .choice-flex p{
	line-height: 1.4;
	text-align: justify;
	margin: 0;
}
.maindesign .choice-flex .choice-flex--txt__title{
	font-size: 1.1em;
	font-weight: bold;
	margin:0 0 10px 0;
}
.maindesign .choice-flex .choice-flex--txt__title.indent-3{
	text-indent: -3em;
	padding-left: 3em;
}
.maindesign .choice-flex .choice-flex--txt .w600c{
	margin: 20px auto;
}

.maindesign .h2comment{
	line-height: 1.4;
	text-align: justify;
}
.maindesign .tank-table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	line-height: 1.3;
	margin-bottom: 20px;
}
.maindesign .tank-table td,
.maindesign .tank-table th{
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
}
.maindesign .tank-table th{
	font-weight: bold;
	color: #fff;
	background-color: #50535d;
	width: 40%;
}
.maindesign .w600c{
	width: 100%;
	max-width: 600px;
	margin: 20px auto 40px;
}
.maindesign .botton_box2.two-one{
	justify-content: space-between;
}
.maindesign .botton_box2.two-one li{
	width: 49%;
	margin: 0;
}
.maindesign .bnr-down{
	text-align: center;
	margin: 10px 0 30px;
}

@media screen and (max-width: 767px){
.maindesign .choice-flex .choice-flex--pic{
	width: 100%;
	margin-bottom: 10px;
}
.maindesign .choice-flex .choice-flex--txt{
	width: 100%;
}
.maindesign .botton_box2.two-one li{
	width: 100%;
	margin: 10px;
}
.maindesign .tank-table td,
.maindesign .tank-table th{
	font-size: 0.8em;
}
}

.maindesign .eventbnr{
	display: flex;
	flex-wrap: wrap;
}
.maindesign .eventbnr li{
	width: calc(50% - 10px);
	margin: 0 10px 20px 0;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.maindesign .eventbnr li a{
	display: flex;
	padding-bottom: 10px;
	padding-top: 10px;
}
.maindesign .eventbnr li .linksTxt{
	font-size: 1.2em;
	margin: auto auto auto 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(80% - 20px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.maindesign .eventbnr li .linksTxt p{
	text-align: left;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0.5em 0;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.maindesign .eventbnr li .linksTxt p span {
	font-size: 0.75em;
	width: calc(100% - 20px);
	line-height: 1.2;
	font-weight: 400;
	padding-top: 0.5em;
	display: block;
}
.maindesign .eventbnr li .linksImg{
	margin: auto 15px auto auto;
	width: calc(30% - 20px);
	display: flex;
	align-items: center;
}
.maindesign .eventbnr li .linksImg img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.maindesign .eventbnr li{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0.3em;
}
.maindesign .eventbnr li .linksImg{
	margin: auto 2vw auto 2vw;
	width: 38%;
	display: flex;
	align-items: center;
}
.maindesign .eventbnr li a{
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 8px;
	padding-top: 8px;
}
.maindesign .eventbnr li .linksTxt p span {
	width: calc(100% - 20px);
}
.maindesign .eventbnr li .linksTxt p.listHeading img{
	margin-bottom: 10px;
}
}


.maindesign .navigate {
padding: 0 0px;
}
.maindesign .btnstyle {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maindesign .btnstyle li {
width: calc(50% - 5px);
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #ababab;
background: #f1f1f1;
display: flex;
overflow: hidden;
}	
.maindesign .btnstyle a {
display: flex !important;
align-items: center;
width: 100%;
}
.maindesign .btnstyle .images {
height: 6em;
background: #fff;
border-right: 1px solid #ababab;
display: inline-block;
padding: 5px;
box-sizing: border-box;
}
.maindesign .btnstyle .images img {
height: 100%;
    width: auto;
}
.maindesign .btnstyle .textBox {
padding: 0.5em;
font-weight: 700;
line-height: 1.3em;
text-align: left;
}
.maindesign .btnstyle .arrow {
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 767px){
.maindesign .navigate {
padding: 0 10px;
}
.maindesign .btnstyle li {
width: 100%;
}
}
.maindesign .gotop {
    margin: 1.8em 0;
    text-align: right;
}
.maindesign .tab-menu-nav {
    margin: 0 0 20px;
}
.maindesign .w600c.mt40{
    margin: 40px auto;
}

.maindesign .s_btn {
	font-size: 0.85em !important;
}

@media screen and (max-width:767px) {
	.maindesign .sp-margin {
		margin: 0 10px;
	}
}


.maindesign .relation--items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .relation--item {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 49%;
	padding: 15px 10px;
	position: relative;
	transition: 0.2s;
	margin-top: 15px;
}
.maindesign .relation--item:hover {
	opacity: 0.7;
}
.maindesign .relation--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .relation--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maindesign .relation--text {
	width: 75%;
	font-size: 0.85em;
}
.maindesign .relation--text__bold {
	font-weight: bold; 
	font-size: 1.25em;
	margin-bottom: 10px;
	display: inline-block;
}
.maindesign .relation--img {
	width: 20%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .relation--item {
		width: 100%;
	}
}

.maindesign .gotop a {
	color: #005FC3;
	text-decoration: none;
}


.maindesign .osusume {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .osusume--icons {
	width: 40%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .osusume--icon {
	border: 1px solid #e50014;
	background: linear-gradient(#fcfbff, #ffcccc);
	box-sizing: border-box;
	border-radius: 5px;
	width: 48%;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.maindesign .osusume--icon__large {
	width: 100%;
	margin: 0 auto;
height: 100px;
}
.maindesign .osusume--icon__large .icon-text {
	font-size: 1.25rem;
}
.maindesign .osusume--icon__large .icon-text span{
	font-size: 2em;
}
.maindesign .icon-text {
	color: #e50014;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.1;
}
.maindesign .osusume--img {
	width: 55%;
}

@media screen and (max-width:767px) {
	.maindesign .osusume {
		flex-wrap: wrap;
	}
	.maindesign .osusume--icons {
		width: 100%;
	}
	.maindesign .osusume--icon {
		width: 31%;
	}
	.maindesign .icon-text {
		font-size: 0.9rem;
	}
	.maindesign .osusume--img {
		width: 75%;
		margin: 30px auto 0;
	}
	.maindesign .osusume--icon__large {
		width: 100%;
	}
	.maindesign .osusume--icon__large .icon-text {
		font-size: 1.0rem;
	}
}