@charset "utf-8";
#main {
    color: #000;
}
#main a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
    body {
        min-width: 100%;
    } 
	#main  a:hover,
	#main  a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	#main a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #main .screenBox {
    width: 1200px;
  }
}
.serif {
    font-family: "Noto Serif JP", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    padding: 0 20px;
    width: 906px;
    box-sizing: content-box;
}
@media all and (max-width: 767px) {
    .content {
        margin: 0;
        width: auto;
    }
}
/*------------------------------------------------------------
    pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 172px;
    padding: 0 0 26px;
    min-height: 272px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url(/about/sustainability/deandi/img/common/page_title_bg.jpg) no-repeat center center / cover;
    box-sizing: border-box;
}
.pageTitle.style01 {
	padding-bottom: 11px;
}
.pageTitle::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/about/sustainability/deandi/img/healthcare/bg01.png") no-repeat right top;
    background-size: auto 100%;
}
.pageTitle .inner {
    margin: 0 auto;
    width: 906px;
    z-index: 1;
    position: relative;
}
.pageTitle .inner h2 {
    color: #FFF;
    font-size: 4rem;
    font-weight: 700;
}
.pageTitle .inner h2 small {
	margin-top: -14px;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
}
@media all and (max-width: 767px) {
    .pageTitle {
        margin-bottom: 80px;
        padding: 0;
        min-height: 150px;
    }
    .pageTitle .inner {
        margin: 0;
        width: auto;
    }
    .pageTitle .inner h2 {
        font-size: 2.6rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
	.pageTitle .inner h2 small {
		margin-top: -5px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin: 0 auto 52px;
    padding: 0 40px;
    padding-bottom: 3px;
    width: fit-content;
    color: #44987E;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #44987E;
}
@media all and (max-width: 767px) {
    .headLine01 {
        margin: 0 auto 40px;
        padding: 0 20px;
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin: 0 auto 35px;
    width: fit-content;
    min-width: 690px;
    position: relative;
    color: #009B7C;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
}
.headLine02::before {
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #009B7C;
    content: '';
}
.headLine02 .sub {
    padding: 0 40px;
    background: #FFF;
    display: inline-block;
    position: relative;
    z-index: 5;
}
@media all and (max-width: 767px) {
    .headLine02 {
        margin: 0 0 35px;
        width: auto;
        min-width: inherit;
        font-size: 2.2rem;
    }
    .headLine02 .sub {
        padding: 0 10px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 13px;
    color: #009B7C;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
    .headLine03 {
        margin-bottom: 13px;
        font-size: 2.1rem;
    }
}
/*------------------------------------------------------------
    headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 34px;
    color: #44987E;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    border-bottom: 0.2rem solid #93C4B4;
}
@media all and (max-width: 767px) {
    .headLine04 {
        margin-bottom: 20px !important;
        font-size: 2rem;
        text-align: left;
    }
}
/*------------------------------------------------------------
    headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 38px;
    padding: 5px 24px;
    color: #FFF;
    font-size: 2.7rem;
    font-weight: 700;
    background: #44987E;
    line-height: 1.2;
}
@media all and (max-width: 767px) {
    .headLine05 {
        padding: 7px 10px 5px;
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
}
/*------------------------------------------------------------
    headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 9px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 2.7rem;
    position: relative;
}
.headLine06::after {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    content: "";
    background-color: #44987E;
}
@media all and (max-width: 767px) {
    .headLine06 {
        margin-bottom: 15px !important;
        padding-left: 20px;
        font-size: 1.7rem;
    }
    .headLine06::after {
        width: 10px;
        height: 10px;
        top: 7px;
    }
}
/*------------------------------------------------------------
    headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
}
@media all and (max-width: 767px) {
    .headLine07 {
        font-size: 1.5rem;
    }
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	font-size: 1.8rem;
}
.comText a {
	color: #0000FF;
}
@media all and (max-width: 767px) {
    .comText {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    width: 248px;
}
.comBtn a {
	min-height: 53px;
    padding: 9px 35px 9px 10px;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
	line-height: 1.2;
	box-sizing: border-box;
    background: #009B7C url(/about/sustainability/deandi/img/common/icon01.png) no-repeat right 18px center / 11px;
}
.comBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    .comBtn {
        margin: 0 auto;
        width: auto;
        max-width: 335px;
    }
    .comBtn a {
		min-height: 45px;
        padding: 5px 35px 5px 10px;
        font-size: 1.6rem;
        background: #009B7C url(/about/sustainability/deandi/img/common/icon01.png) no-repeat right 18px center / 11px;
    }
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
    margin: 0 auto;
    width: 197px;
}
.comBtn01 a {
    min-height: 41px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
	line-height: 1.2;
    text-align: center;
    border-radius: 100px;
    background: #239AC3 url(/about/sustainability/deandi/img/common/icon01.png) no-repeat right 12px top calc(50% - 1px) / 9px;
    box-sizing: border-box;
}
.comBtn01.soon a {
    pointer-events: none;
    background: #8F8F8F;
}
.comBtn01 a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    .comBtn01 {
        margin: 0 auto;
        width: auto;
        max-width: 180px;
    }
    .comBtn01 a {
        min-height: 35px;
        font-size: 1.4rem;
        background: #239AC3 url(/about/sustainability/deandi/img/common/icon01.png) no-repeat right 12px top calc(50% - 1px) / 9px;
    }
}
/*------------------------------------------------------------
	comLogoList
------------------------------------------------------------*/
.comLogoList {
    display: flex;
    flex-wrap: wrap;
    gap: 73px 50px;
}
.comLogoList li {
    width: calc((100% - 100px) / 3);
}
.comLogoList li .title {
    margin: 0 auto 15px;
    width: fit-content;
    font-size: 2.1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}
.comLogoList li .logoImg {
    margin: 0 auto 15px;
    width: 171px;
}
.comLogoList li .text {
    margin: 0 -15px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}
@media all and (max-width: 767px) {
    .comLogoList {
        display: block;
    }
    .comLogoList li {
        margin-bottom: 40px;
        width: auto !important;
    }
    .comLogoList li:last-child {
        margin-bottom: 0;
    }
    .comLogoList li .title {
        margin-bottom: 10px;
        font-size: 1.7rem;
    }
    .comLogoList li .logoImg {
        margin: 0 auto 15px;
    }
    .comLogoList li .text {
        margin: 0;
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
    comTab
------------------------------------------------------------*/
.comTab {
    margin: 0 -2px;
}
.comTab table {
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.comTab table th,
.comTab table td {
    padding: 8px 7px 5px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    border: 0.2rem solid #fff;
    line-height: 1.15;
    vertical-align: middle;
    word-break: break-all;
    background-color: #E9F4F2;
}
.comTab table td {
    padding: 5px 7px;
}
.comTab table th,
.comTab table td:first-child {
    font-weight: 700;
}
.comTab table td:not(:first-child) {
    text-align: center;
}
.comTab table thead th {
    color: #fff;
    text-align: center;
    background-color: #019A7C;
}
.comTab table tbody tr:nth-child(2n) th,
.comTab table tbody tr:nth-child(2n) td {
    background-color: #C5E4DD;
}
.comTab table th:first-child,
.comTab table td:first-child {
    width: 28.7%;
}
.comTab table td .sub {
    padding: 2px 0 3px 20px;
    text-indent: -2rem;
    display: inline-block;
}
.comTab table td .sub small {
    text-indent: -7px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 700;
    display: inline-block;
}
.comTab table .tr01 td {
    padding-right: 28px;
    text-align: right;
}
.comTab table td:first-child,
.comTab table td:last-child {
    padding-right: 7px !important;
}
.comTab table td:first-child {
    text-align: left;
}
.comTab table td:last-child {
    text-align: center;
}
.comTab01 table th:first-child,
.comTab01 table td:first-child {
    width: 30.4%;
}
.comTab01 table .tr01 td {
    padding-right: 77px;
}
.comTab02 table th:first-child,
.comTab02 table td:first-child {
    width: 57%;
}
.comTab table .special {
    text-align: center !important;
    padding-right: 7px !important;
}
.comTab .note {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.27;
}
.comTab04 table th:first-child, 
.comTab04 table td:first-child {
    width: 57.3%;
}
@media all and (max-width: 767px) {
    .comTab .outBox {
        overflow-x: auto;
    }
    .comTab table {
        width: 910px;
    }
    .comTab .note {
        margin-top: 20px;
    }
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
    margin-top: 30px;
}
.comLinkUl a {
    padding-right: 10px;
    width: 494px;
    color: #000;
    font-weight: 700;
    font-size: 2.6rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 71.5px;
    border: 1px solid #9CBCAC;
    border-radius: 20px;
    box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.4);
    background: #fff url(/about/sustainability/deandi/img/common/icon02.png) no-repeat right 55px center / 30px;
}
.comLinkUl a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    .comLinkUl {
        margin-top: 20px;
    }
    .comLinkUl a {
        margin: 0 auto;
        padding-right: 0;
        width: auto;
        max-width: 300px;
        font-size: 2rem;
        min-height: 50px;
        border-radius: 10px;
        background-position: right 20px center;
        background-size: 25px auto;
    }
}
/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/
.comPhotoBox a {
    display: block;
    text-decoration: none;
    color: #000;
}
.comPhotoBox a:hover {
	opacity: 0.7;
}
.comPhotoBox span {
    margin: 10px 0 0 auto;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 700;
}
@media all and (max-width: 767px) {
	.comPhotoBox span {
		margin: 10px 0 0 auto;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
.FooterHead {
    display: none;
}