<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign {
    font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

.maindesign h1 img{
	width:100%;
}

.maindesign h1 span{
	color: #fff;
    text-shadow: 1px 1px 2px #333;
    text-align: left;
    font-weight: bold;
    font-size: 60px;
    margin-left: 0;
    padding-top: 0;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 60px;
}
.maindesign h1 span .s_title{
	font-size:0.6em;
}
.maindesign .fsMedium {
    font-size: 1.0em;
    padding: 0.75em;
}
.maindesign .h2comment{
	line-height:1.3;
}
.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 .listHead34::before{
	content:"■";
	padding-right: 5px;
}*/
.maindesign .links li a{
	height:100%;
}
.maindesign .under{
	margin-bottom:50px;
}

/*  220628 ここから  */
.maindesign .cover-btn.center-one{
	width: 100%;
	max-width: 400px;
	margin: 10px auto 20px;
}
.maindesign .gotop {
    margin: 1.8em 0;
    text-align: right;
}
.maindesign .goTop {
    text-align: right;
}
.maindesign .goTop a{
	widows: 80px;
	display: inline-block;
}


.maindesign .toha{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .toha div{
	width: 300px;
}
.maindesign .toha div img{
	width: 100%;
}
.maindesign .toha p{
	width: calc(100% - 320px);
	line-height: 1.4;
}
.maindesign .links.cols4-2 .text-box {
    line-height: 1.4;
    font-size: 1.1em;
    text-align: left;
}
.maindesign .links.cols4-2 .text-box span {
    font-size: 0.8em;
}
@media screen and (max-width: 767px){
.maindesign .toha{
	flex-direction: column-reverse;

}
.maindesign .toha div{
	width: 100%;
	margin-bottom: 10px;
}
.maindesign .toha p{
	width: 100%;
}
}

.maindesign h3.waku{
	border: 1px solid #333;
	padding: 5px 10px;
	display: inline-block;
}
.maindesign .catch{
	padding: 10px;
    font-size: 0.85em;
    line-height: 1.2;
}

/*  220628 ここまで  */



.maindesign .relation{
	display:flex;
	flex-wrap:wrap;
}

.maindesign .feature{
	width:calc(50% - 12px);
	height:6em;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 0;
	border:1px solid #ccc;
	position:relative;
	transition: 0.6s;
}
.maindesign .feature:hover{
	border:1px solid #f00;	
}
.maindesign .feature:nth-child(2n){
	margin-right:0;
}
.maindesign a.feature{
	display:block;
	color:#000000;
	text-decoration:none;
}
.maindesign .feature .feat_title{
	font-size:1.4em;
	width:calc(100% - 120px);
	padding-left:10px;
	font-weight:bold;
	margin:0;
}
.maindesign .feature .feat_text{
	font-size:0.8em;
	width:calc(100% - 120px);
	padding-left:10px;
	line-height:1.2;
	margin:10px 0 0 0;

}

.maindesign .feature img{
	position:absolute;
	top:50%;
	right:10px;
	width:20%;
	transform: translateY(-50%);
}






@media screen and (max-width: 767px){
.maindesign .botton_box li {
    width: 100%;
    margin-right: 0;
}
.maindesign h1 span {
	font-size: 8vw;
    left: 3vw;
}

.maindesign .feature{
	width:100%;
	height:6.5em;
	margin-right:0;
}
.maindesign .feature .feat_title{
	font-size:1.2em;
}

}


@media screen and (max-width: 320px){
.maindesign .feature img{
	display:none;
}
.maindesign .feature .feat_title{
	font-size:1.4em;
	width:calc(100% - 20px);
	padding-left:10px;
}
.maindesign .feature .feat_text{
	font-size:0.8em;
	width:calc(100% - 20px);
	padding-left:10px;

}

}





























</pre></body></html>