@charset "UTF-8";
/* ===================================================================
company
=================================================================== */
#tpl-contents .tpl-inner-wrap {
	padding: 0 15px;
}

.main {
	padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
	.main {
		padding-bottom: 50px;
	}
}

.main .heading-type3 span {
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
}

@media only screen and (max-width: 750px) {
	.main .heading-type3 span {
		font-size: 12px;
	}
}

#section-01 {
	margin-bottom: 60px;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table {
		font-size: 13px;
	}
}

#section-01 .tpl-table a {
	text-decoration: underline;
}

#section-01 .tpl-table a:hover {
	text-decoration: none;
}

#section-01 .tpl-table th {
	width: 200px;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table th {
		width: 100%;
	}
}

#section-01 .tpl-table .en {
	border-top: none;
	font-size: 13px;
	margin-top: 20px;
}

#section-01 .tpl-table .en:nth-of-type(1) {
	margin-top: 0;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table .en {
		margin-top: 10px;
		font-size: 11px;
	}
}

#section-01 .tpl-table .en > * {
	padding-top: 0px;
}

#section-01 .tpl-table .en .bank {
	padding-left: 30px;
}

#section-01 .tpl-table .main-office .txt {
	width: 500px;
	float: left;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table .main-office .txt {
		width: 48%;
	}
}

#section-01 .tpl-table .main-office .txt p:first-child {
	padding-bottom: 15px;
}

#section-01 .tpl-table .main-office .txt .tpl-btn {
	overflow: hidden;
}

@media only screen and (min-width: 751px) {
	#section-01 .tpl-table .main-office .txt .tpl-btn {
		margin-top: 30px;
	}
}

#section-01 .tpl-table .main-office .img {
	width: 280px;
	float: right;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table .main-office .img {
		width: 48%;
	}
	#section-01 .tpl-table .main-office .img img {
		width: 100%;
	}
}

#section-01 .tpl-table .main-office .tpl-btn.only-sp {
	margin-top: 20px;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table .main-office .tpl-btn.only-sp {
		margin-top: 10px;
	}
}

#section-01 .tpl-table .main-office .tpl-btn.only-sp a {
	margin: 0 auto;
	width: 180px;
}

@media only screen and (max-width: 750px) {
	#section-01 .tpl-table .sp-none {
		display: none;
	}
}

#section-02 ul {
	margin-bottom: 60px;
}

@media only screen and (max-width: 750px) {
	#section-02 ul {
		margin-bottom: 30px;
	}
}

#section-02 ul li {
	border-top: 1px solid #CCCCCC;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media only screen and (max-width: 750px) {
	#section-02 ul li {
		display: block;
	}
}

#section-02 ul li:last-child {
	border-bottom: 1px solid #CCCCCC;
}

#section-02 ul li > * {
	padding: 40px 0;
}

@media only screen and (max-width: 750px) {
	#section-02 ul li > * {
		display: block;
		padding: 20px;
	}
}

#section-02 ul li .img {
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 750px) {
	#section-02 ul li .img {
		width: 100%;
	}
}

#section-02 ul li .txt {
	width: calc(100% - 400px);
}

@media only screen and (max-width: 750px) {
	#section-02 ul li .txt {
		width: 100%;
	}
}

#section-02 ul li .txt dt {
	font-size: 20px;
	margin-bottom: 20px;
}

#section-02 ul li .txt dt span {
	font-size: 15px;
	display: block;
	margin-top: 5px;
}

@media only screen and (max-width: 750px) {
	#section-02 ul li .txt dt span {
		font-size: 13px;
	}
}

#section-02 ul li .txt dd {
	line-height: 2.13;
}

@media only screen and (max-width: 750px) {
	#section-02 ul li .txt dd {
		font-size: 13px;
		line-height: 1.7;
	}
}

#section-02 ul li .txt.txt-wide {
	width: 100%;
}

#section-02 ul li.iso img {
	width: 180px;
}

#section-02 .tpl-btn {
	overflow: hidden;
}

#section-02 .tpl-btn a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: -1.5em;
}

/* 追加 */
.cancer .img img {
	width: 150px;
}

@media only screen and (max-width: 750px) {
	.cancer .img img {
		width: 110px;
	}
}

.health-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.health-logo-current {
	width: 131px;
}

@media only screen and (max-width: 750px) {
	.health-logo-current {
		width: 33%;
	}
}

.health-logo-current img {
	width: 100%;
}

.health-logo-list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 151px);
	padding-left: 20px;
}

@media screen and (max-width: 750px) {
	.health-logo-list {
		width: calc(100% - 33%);
		padding-left: 10%;
	}
}

.health-logo-list > div {
	width: 92px;
}

.health-logo-list > div:nth-child(2n) {
	margin-left: 10px;
}

@media only screen and (max-width: 750px) {
	.health-logo-list > div {
		width: 46%;
	}
	.health-logo-list > div:nth-child(2n) {
		margin-left: 8%;
	}
}

.health-logo-list img {
	width: 100%;
	height: auto;
}

/*# sourceMappingURL=style.css.map */
