@charset "utf-8";

/* --------------------------------------------------
	SiteName : Integroup Inc.
	FileName : common.css
	Description : styles import
	
	== TOC =========================================
	1 : base.css import
	2 : global.css import
	3 : utility.css import
	4 : style.css import
			
-------------------------------------------------- */

@import "base.css";
/*@import "global.css";*/
@import "font.css";

.hr {
	width: 30%;
	margin: 3px auto 40px;
	border-top: 1px solid #383838;	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.faq-category {
	padding: 0.5em;
    color: #fff;
    background: #f3a48e;
    border-bottom: solid 2px #9b5454;
    margin-bottom: 4px;
    margin-top: 32px;
    font-size: 2rem;
}
.sec_faq .txt {
	font-weight: normal;
}
.content {
	width: 95%;
	margin: 0 auto;
}
.m-b-16 {
	margin-bottom: 16px;
}


.fc-day-header {
	background: #fff !important;
}



.content-pickup {
	background: #f8f8f8;
    padding: 16px 1000% 32px;
    margin-left: -998%;
	margin-right: -998%;
}
.content-pickup.content-sd {
	background: #fff;
}
.my-heading-2 {
    display: inline-block;
    text-align: center;
    width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}

.my-heading-2 span{
	text-align: left;
    font-size: 2.8rem;
    font-weight: bold;
    width: 80%;
    display: inline-block;
}
.content-sd .my-heading-2 span {
	text-align: center;
	width: 100%;
	font-size: 3.2rem;
}
.my-heading-3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 2.2rem;
    font-weight: bold;
    width: auto;
    text-align: center;
}

/*20200716*/
.my-heading-5 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 3.5rem;
	font-weight: bold;
	width: auto;
	text-align: center;
}
/*20200716*/

.content-sd .my-heading-3 {
	text-align: left;
	border-bottom: 2px solid #ca3675;
	padding: 4px 0;
	margin-bottom: 32px;
}

.content-pickup-list {
	overflow: hidden;
    margin: 0 0 4px 0 !important;
}
.content-pickup-list li {
    border-bottom: none !important;
    background: #CA3676;
    color: #fff;
    font-size: 2rem;
    width: 49%;
    padding: 16px 8px !important;
    margin-bottom: 16px;
    text-align: center;
    float: left;
    list-style: none;
    box-sizing: border-box;
}
.content-pickup-list li:nth-child(odd) {
    margin-right: 2%;
}
.content-pickup-list li:before {
	display: none !important;
}
.content-pickup-img-middle {
	margin-bottom: 16px !important;
	max-width: 400px !important;
}
.content-sd-img-large {
	margin-top: 8px !important;
	margin-bottom: 16px !important;
	max-width: 750px !important;
}
.content-pickup .btn {
	margin: 0 auto 48px !important;
}
.content-pickup .btn a {
    margin-top: 0 !important;
}

.content-sd dt {
	font-size: 1.8rem;
    font-weight: bold;
    border-left: 8px solid #ca3575;
    padding-left: 8px;
    margin: 24px 0 2px;
}


.mb-24 {
	margin-bottom: 24px !important;
}

.annotation1{
	font-size: 1em;
	text-align: right;
}

.grid-parent {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: auto;
	grid-gap: 30px;
	font-size: 1.5rem;
}

.line-banner-wrap {
	text-align: center;
	display: block;
	margin: 32px auto !important;
	width: 65% !important;
}
.entry .line-banner-wrap {
	width: 50% !important;
}
.line-banner-wrap a {
	display: block;
}
.line-banner-wrap a img {
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.39);
}

/*安心安全の取り組み*/
.safe-coating-form{
	padding: 16px 1000% 32px;
	margin-left: -998%;
	margin-right: -998%;
}

.safe-coating-list li{
	border: 1px solid #000;
	font-size: 2rem;
	width: 49%;
	padding: 16px 8px !important;
	margin-bottom: 16px;
	text-align: center;
	float: left;
	list-style: none;
	box-sizing: border-box;


}

@media screen and (max-width: 767px){
	.content-pickup {
		margin-left: -1000%;
		margin-right: -1000%;
	}
	.my-heading-2 span{
		font-size: 4.2vw;
		width: 100%;
	}
	.content-pickup-img-middle {
		width: 55% !important;
	}
	.content-sd-img-large {
		max-width: 100% !important;
	}	
	.content-pickup-list li {
		font-size: 3.2vw;
	}
	.content-sd .my-heading-2 span{
		font-size: 5.6vw;
	}
	.content-sd .my-heading-3 {
		margin-bottom: 24px;
	}

	.annotation1{
		font-size: 0.5em;
		text-align: right;
	}

	.grid-parent {
		display: grid;
		grid-template-columns: none;
		grid-template-rows: auto;
		grid-gap: 30px;
		font-size: 1.5rem;
	}

	.my-heading-4 {
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 1.7rem;
		font-weight: bold;
		width: auto;
		text-align: left;
	}

	/*20200716*/
	.my-heading-5 {
		margin-top: 30px;
		margin-bottom: 0px;
		font-size: 2.2rem;
		font-weight: bold;
		width: auto;
		text-align: center;
	}
	/*20200716*/

	.line-banner-wrap {
		width: 95% !important;
	}	
	.entry .line-banner-wrap {
		width: 80% !important;
	}
}
@media screen and (max-width: 480px){
	.my-heading-2 span{
		font-size: 4.6vw;
	}

}

.child1, .child2, .child3, .child4, .child5, .child6, .child7, .child8, .child9, .child10, .child11, .child12{
	border: none;
	text-align: left;
	width: 100%;
}

.grid-parent h1{
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 160%;
}

.my-hr-1{
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 2.2rem;
	font-weight: bold;
	width: auto;
}

.mmy-heading-4y-heading-4 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	width: auto;
	text-align: left;
}

.triangle{
	margin: 40px auto;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #666666;
}

.three-degital-map{
	width: 100%;
	height: 650px;
}


/*ダイエットマニュアルダウンロード*/

.dl-dietmanual{
	position: fixed;
    height: auto;
    max-height: 96px;
    right: 0;
    bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: #fff;
    cursor: pointer;
    padding: 0px 4px 16px;
    text-align: center;
    box-shadow: -1px -1px 1px #d9d9d9;
}
	.dl-dietmanual figure {
		padding: 0 12px;
	}
  .dl-dietmanual img {
    height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .dl-dietmanual a{
	color: #333;
	font-size: 1.4rem;
	text-decoration: none;
  }
  .dl-dietmanual a:hover{
	color: #333 !important;
  }

  