﻿.maindesign{
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
	.maindesign h1 img {
width: 100%
}
.maindesign .h2comment{
		line-height: 1.3;
}
.maindesign .h2comment span {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 5px;
    display: block;
}
.maindesign .listHead34 {
    font-size: 1.2em;
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 10px 0;
}
	.maindesign .text-box .name{
		text-align: center;
		font-weight: bold;
		color: #333
	}
	.maindesign .lhTxt{
		line-height: 1.5;
		margin-bottom: 1em
	}
	.maindesign h3{
		font-size: 1.2em;
		line-height: 1.3;
		margin: 30px 0 20px 0;
		font-weight: bold;
		color: #333
	}
	.maindesign .iconList{
		display: flex
	}
	.maindesign .iconList li{
		color: #fff;
		font-weight: bold;
		margin-right: 10px;
		background: #95a5a6;
		padding: 0.6em;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 0.9em
	}
.maindesign .iconList li.bgn{
		background: #f39c12
	}
.maindesign .iconList li.set{
		background: #27ae60
	}
.maindesign .iconList li.power{
		background:#c0392b
	}
.maindesign .tableArea	table {
	border: 1px #CCCCCC solid;
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	margin-bottom: 1em;
	font-size: 0.9em
}

.maindesign .tableArea	table th, .maindesign .tableArea	table td {
	border: 1px #CCCCCC solid;
	padding: 0.5em;
	box-sizing: border-box;
	line-height: 1.3
}

.maindesign .tableArea	table th {
	font-weight: bold;
	box-sizing: border-box;
	background: #efefef;
	text-align: center
}
	.maindesign .tableArea	table th.firstTh{
		width: 8em
	}
	.maindesign .topBtn{
		margin: 1em 0 2em 0
	}
	.maindesign .text-box{
		text-align: left
	}
	.maindesign .text-box p.pName{
		font-weight: bold;
		color: #333;
		margin-bottom: 0.3em
	}
	.maindesign .text-box.listBox p{
		font-size: 0.95em;
		text-align: left
	}
	.maindesign .text-box.listBox p.listName{
		font-weight: bold;
		color: #333;
		
		font-size: 1em
	}
	.maindesign .gotop{
		margin: 30px 0;
		text-align: right
}
	.maindesign .gotop a{
		text-decoration: none;
    color: #005FC3;
	}
@media screen and (min-width:768px) {
	.maindesign h1 span {
    color: #fff;
      text-shadow: 3px 2px 5px #000000;
    text-align: left;
    font-weight: bold;
    font-size: 70px;
    margin-left: 20px;
    padding-top: 20px;
    line-height: 1.15;
    position: absolute;
    top: 0px;
    left: 0px;
}
	.maindesign .topImg{
		display: flex;
		justify-content: space-between
	}
	.maindesign .topImg p{
		width: 74%
	}
	.maindesign .topImg ul{
		width: 23%
	}
	.maindesign .topImg ul li{
		margin-bottom: 4%
	}
	.maindesign .topImg ul li:last-of-type{
		margin-bottom: 0
	}
	.maindesign .topBtn{
		margin: 20px auto 40px 0
	}
	.maindesign .twoColBox{
		display: flex;
		justify-content: space-between
	}	
	.maindesign .twoColBox .imgArea{
		width: 47%
	}
	.maindesign .twoColBox .tableArea{
		width: 47%
	}}
	@media screen and (max-width:767px) {
		.maindesign h1 span {
    color: #fff;
      text-shadow: 3px 2px 5px #000000;
    text-align: left;
    font-weight: bold;
    font-size: 11vw;
    margin-left: 3%;
    padding-top: 10%;
    line-height: 1.15;
    position: absolute;
    top: 0px;
    left: 0px;
}
		.maindesign .description {
    
    margin-bottom: 0;
}
		.maindesign .fsSmall {
    
    padding: 0.8em 0.2em;
}
		.maindesign .topImg{

	}
	.maindesign .topImg p{

	}
	.maindesign .topImg ul{
		display: flex;
		justify-content: space-between
	}
		.maindesign .topImg ul li{
			width: 31%
		}
	.maindesign .topBtn{
		margin: 20px auto 30px auto
	}
		.maindesign .fslarge {
    font-size: 1em;
    padding: 0.6em 1em;
}
	}

.maindesign a.btnRadius01{
	flex-wrap: wrap;
}
.maindesign .botton_box .kome{
	font-size: 0.8em;
	margin-top: 5px;
	width: 100%;
}
.maindesign .fsMedium{
	padding: 0.75em;
}

.maindesign .knife{
	border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.maindesign .lefty {
    position: relative;
}
.maindesign .lefty a::after {
    content: "左利き用";
    position: absolute;
    top: 140px;
    left: 5px;
    background-color: #e38800;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.9em;
    /* transform: translateX(-50%); */
}
@media screen and (max-width:767px) {
.maindesign .lefty a::after {
    top: 30vw;
    font-size: 3vw;
}
}







.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(100% - 130px);
}
.maindesign a.feature {
	width:100%;
	margin-right:0;
	min-height:80px;
	/*display: flex;
    align-items: center;*/
}
.maindesign .feature .feat_text {
    width: calc(100% - 130px);
    display: block!important;
}
.maindesign .feature img{
	height: 80px;
    width: 93px;
}
.maindesign .feature:nth-child(3n) {
    margin-right: 0;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}

}

.maindesign .noimg .feature .feat_title,
.maindesign .noimg .feature .feat_text{
	width: calc(100% - 20px);
}

.maindesign .breadcrumb {
    margin-bottom: 10px !important;
}
.maindesign .breadcrumb a {
    color: #83838f !important;
}

/*  251031 更新  */
.maindesign img{
    width: 100%;
    height: auto;
}
.maindesign .hocho{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .hocho--contents{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
}
.maindesign .hocho--contents .h2comment{
    margin-bottom: 10px;
}
.maindesign .hocho--contents__flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .hocho--contents__flex li{
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.maindesign .hocho--contents__flex .text-box{
    padding: 0.5em;
    line-height: 1.6em;
}
@media screen and (max-width: 767px) {
.maindesign .hocho--contents{
    width: 100%;
    margin-top: 30px;
}
.maindesign .hocho--contents:first-child{
    margin-top: 0;
}
}

