/* /brand/iyc2025/css/style.css */
@charset "UTF-8";
/*-----------------------------------
調整CSS
-----------------------------------*/
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mt00{ margin-top: 0px !important;}

.pcOnly{ display: block;}
.spOnly{ display: none;}

a:hover {
	opacity: 50%;
}
.mod__imgblockText a,.mod__imgblockText a:hover {
	text-decoration: underline;
	text-decoration-thickness: .5px !important; /* 線の太さ */
    line-height: 1.8em;
}

@media screen and (max-width: 640px) {
	.mb60,.mb70{ margin-bottom: 50px !important;}
	
	.pcOnly{ display: none !important;}
	.spOnly{ display: block !important;}
}

section {
	font-family: 'Noto Sans JP', sans-serif;
}

/*-----------------------------------*/

.mainWrap{ padding: 0;}
.brandCont { padding: 0;}
@media screen and (max-width: 640px) {
	.brandCont {}
	.brandContInner{
		margin: auto 3.125%;
	}
}

/* リード文 */
.mod__brandBlock p.mod__brandBlockText {
    font-size: 1.8em;
    line-height: 2em;
}
@media screen and (max-width: 640px) {
	.mod__brandBlock p.mod__brandBlockText{
		font-size: 16px !important;
		line-height: 1.5em;
	}
	.mod__brandBlockText.main_lead{
		font-size: 20px;
	}
}

/*見出し*/
.mod__heading--1 {
    font-size: 3.5em;
	margin: 0;
}
h1.mod__heading--1 span {
	font-size: 2.0rem;
}
h2.h2_ttl {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    box-shadow: 0px -5px #248a00, 0px 5px #248a00;
    /*border-top: 3px solid #fff;*/
    /*border-bottom: 3px solid #fff;*/
    background-color: #248a00;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
h2.h2_ttl:before {
    position: absolute;
    top: -5px;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff;
    border-style: solid;
    content: '';
}
h3.h3_ttl {
    font-size: 22px;
    padding: 0.5em;
    background: transparent;
    display: inline-block;
    background-color: #fff596;
    border-radius: 10px;
    margin: 10px auto;
}
h3.h3_attention {
    font-size: 20px;
    padding: 0.5em;
    background: transparent;
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #d20036;
    margin: 10px auto;
}


@media screen and (max-width: 640px) {
	.mod__heading--1 {
		font-size: 3.0em;
		margin: 0;
	}
	h1.mod__heading--1 span {
		font-size: 1.6rem;
		line-height: 0 !important;
	}
	h2.h2_ttl {
		font-size: 22px;
	}
	h3.h3_ttl {
		font-size: 20px;
	}
	
}

.mod__imgblockCenter--large {
    width: 100%;
}
/*画像3枚並び*/
.mod__fieldImgBoxWrap {
	overflow:hidden;
	width:100%;
	margin:0;
	padding: 0 0 10px;
}
.mod__fieldImgBox {
	float:left;
	width:32.1%;
	margin:0 0 20px 10px;
	padding:0;
}
/*.mod__fieldImgBox:first-child {
	margin:0 0 20px;
}
.mod__fieldImgBox:nth-child(n+4) {
	margin:0 0 20px;
}*/
.mod__fieldImgBox img {
	max-width:100%;
}
@media screen and (max-width: 640px) {
	.mod__fieldImgBoxWrap {
		overflow:hidden;
		width:auto;
		margin:20px auto;
	}
	.mod__fieldImgBox {
		float:none;
		width:auto;
		height: 100%!important;
		margin:0 auto 20px;
		padding:0;
	}
	.mod__fieldImgBox img {
		display:block;
		max-width:100%;
		width:auto;
		margin:0 auto;
	}
}

/*フォームリンク*/
.mod__btn2-l {
    float: none;
    /* margin-left: 10px; */
}
.mod__btn2 {
    width: 80%;
    margin: 10px auto;
    background: #FF7B1D;
    border-radius: 10px;
    font-size: 2.0em;
    line-height: 1.8;
    text-align: center;
}
.mod__list > li.form {
    padding: 2px 0 0;
    text-indent: 0;
    font-size: 1.6rem;
    text-align: center;
    color: #d20036;
}

@media screen and (max-width: 640px) {
	.mod__btn2Wrap {
		overflow: hidden;
	}
	.mod__btn2 {
		width: 90%;
	}
	.mod__list > li.form {
		padding: 2px 10px;
		font-size: 1.5rem;
		border: none;
	}

}

/*お問い合わせ*/
.mod__telleft {
    float: none;
    width: 100%;
}
.mod__telttl {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}
.mod__telname {
    margin: 0 0 5px;
    font-size: 1.8em;
    color: #248801;
}
.mod__telright {
    float: none;
	margin: 0;
    width: 100%;
}
.mod__teltime {
    margin: 0;
    font-size: 1.6em;
}

/*3社のロゴエリア*/
.logoArea {
	border: 1px solid #cccccc;
	padding: 10px;
}
.logoArea p.mod__brandBlockText {
    font-size: 1.6em;
    line-height: 2em;
}
@media screen and (max-width: 640px) {
	.mod__brandBlock p.mod__brandBlockText{
		font-size: 14px !important;
		line-height: 1.5em;
		padding-top: 20px;
	}
}
