@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#conts p {
	margin-bottom: 19px;
	font-size: 1.4rem;
	line-height: 1.71;
}
#conts .area {
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-radius: 4px;
	border: 1px solid #FE7A00;
	background: #FAF6ED;
}
#conts .area .h2Link:hover {
    opacity: 0.7;
}
#conts .area h2 {
	margin-bottom: 16px;
	padding: 6px 8px;
	display: flex;
	align-items: flex-start;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	background: #FE7A00;
}
#conts .area h2 span {
	margin: 2px 6px 0 0;
	width: 38px;
	color: #FE7A00;
	font-size: 1.3rem;
	line-height: 20px;
	text-align: center;
	border-radius: 2px;
	background: #FFF;
}
#conts .area .imgBox {
	margin: 0 15px;
	display: flex;
	justify-content: space-between;
}
#conts .area .imgBox .photoBox {
	width: 365px;
}
#conts .area .imgBox .photoBox span {
	margin-top: 10px;
	display: block;
	font-size: 1.4rem;
	line-height: 24px;
}
#conts .area .imgBox .photoBox .img {
    margin-top: 0;
}
#conts .area .imgBox .photoBox .img a:hover img {
    opacity: 0.7;
}
#conts .area .imgBox .textBox {
	width: 364px;
}
#conts .area .imgBox .textBox .linkList {
	border-radius: 0 6px 6px 0;
    border: 1px solid #CCC;
	border-left: none;
	box-shadow: 0 1px #CCC;
	overflow: hidden;
}
#conts .area .imgBox .textBox .linkList li:not(:first-child) {
    border-top: 1px solid #CCC;
}
#conts .area .imgBox .textBox .linkList a {
    display: block;
    padding: 12px 40px 12px 23px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-left: 7px solid #FFBD80;
    background: #FFF url("../../img/common/icon78.png") no-repeat left 10px center;
    background-size: 4px auto;
    position: relative;
}
#conts .area .imgBox .textBox .linkList li a:hover {
    opacity: 0.7;
}
#conts .area .imgBox .textBox .linkList li a:after {
	width: 5px;  
	height: 10px;
    background: url("../../img/common/icon16.png") no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: 15px;  
	content: ""; 
}
#conts .area .imgBox .textBox .linkList li a .txtSpan {
    display: block;
    line-height: 1.6;
    font-size: 1rem;
}
#conts .area .imgBox .textBox .linkList .list01 a {
    padding-left: 10px;
	background: #FFF !important;
}
#conts .area .imgBox .textBox .linkList .list01 a .subSpan {
    padding-left: 12px;
	display: block;
    border-left: 2px solid #36A638;
}
#conts .area .imgBox .textBox .linkList .list02 a {
    padding-left: 10px;
	background: #FFF !important;
}
#conts .area .imgBox .textBox .linkList .list02 a .num {
	margin-right: 7px;
	padding-top: 2px;
	width: 19px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	font-size: 1.3rem;
	line-height: 17px;
	text-align: center;
	vertical-align: top;
	border-radius: 2px;
	background: #1F8BB9;
}
#conts .area.green {
	border-color: #36A638;
}
#conts .area.green h2 {
	background: #36A638;
}
#conts .area.green h2 span {
	color: #36A638;
}
#conts .area.green .imgBox .textBox .linkList a {
    border-left-color: #99D29A;
	background: #FFF url(../../img/common/icon79.png) no-repeat left 10px center / 4px auto;
}
#conts .area.blue {
	border-color: #1F8BB9;
}
#conts .area.blue h2 {
	background: #1F8BB9;
}
#conts .area.blue h2 span {
	color: #1F8BB9;
}
#conts .area.blue .imgBox .textBox .linkList a {
    border-left-color: #8EC4DB;
	background: #FFF url(../../img/common/icon80.png) no-repeat left 10px center / 4px auto;
}
#conts .area.red {
	border-color: #E76357;
}
#conts .area.red h2 {
	background: #E76357;
}
#conts .area.red h2 span {
	color: #E76357;
}
#conts .area.red .imgBox .textBox .linkList a {
    border-left-color: #F2B0AA;
	background: #FFF url(../../img/common/icon81.png) no-repeat left 10px center / 4px auto;
}
#conts .area.red .imgBox .textBox .linkList .list01 a .subSpan {
    border-left-color: #E76357;
}
#conts .area.yellow {
	border-color: #DEAB14;
}
#conts .area.yellow h2 {
	background: #DEAB14;
}
#conts .area.yellow h2 span {
	color: #DEAB14;
}
#conts .area.yellow .imgBox .textBox .linkList a {
    border-left-color: #EED488;
	background: #FFF url(../../img/common/icon82.png) no-repeat left 10px center / 4px auto;
}
#conts .area.purple {
	border-color: #B45BAF;
}
#conts .area.purple h2 {
	background: #B45BAF;
}
#conts .area.purple h2 span {
	color: #B45BAF;
}
#conts .area.purple .imgBox .textBox .linkList a {
    border-left-color: #D9ACD6;
}
#conts .area.purple .imgBox .textBox .linkList .list01 a .subSpan {
    border-left-color: #B45BAF;
}
#conts .photo {
    margin: 0 auto 36px;
    padding-top: 15px;
    width: 480px;
}
#conts .numberList {
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .numberList li {
    margin-top: 15px;
    padding-bottom: 10px;
    width: 380px;
    border-radius: 7px;
    background: #fff;
    border: 4px solid #EF859B;
    box-sizing: border-box;
}
#conts .numberList li .ttl {
    margin-bottom: 9px;
    position: relative;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: #EF859B;
}
#conts .numberList li .ttl span {
    display: block;
    width: 40px;
    position: absolute;
    left: 10px;
    top: -10px;
}
#conts .numberList li dl {
    margin-bottom: 10px;
    padding: 0 8px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EF859B;
}
#conts .numberList li dt {
    width: 40px;
}
#conts .numberList li dd {
    width: calc(100% - 50px);
    color: #EF859B;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 18px;
}
#conts .numberList li p:not(.ttl) {
    margin: 0 8px;
    color: #4d3a2e;
    font-size: 1.3rem;
    line-height: 16px;
}
#conts .numberList li.blue {
    border-color: #1DAFE6;
}
#conts .numberList li.blue .ttl {
    background: #1DAFE6;
}
#conts .numberList li.blue dd {
    color: #1DAFE6;
}
#conts .numberList li.green {
    border-color: #21BDBC;
}
#conts .numberList li.green .ttl {
    background: #21BDBC;
}
#conts .numberList li.green dd {
    color: #21BDBC;
}
.sideUnilife + .comSlideBox {
	display: none;
}
@media all and (max-width: 897px) {
    #conts {
        margin-bottom: 55px;
    }
    #conts .area {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    #conts .area.purple {
        margin-bottom: 30px;
    }
    #conts .area h2 {
        margin-bottom: 10px;
        padding: 8px;
        line-height: 22px;
    }
    #conts .area .imgBox {
        margin: 0 8px;
        display: block;
    }
    #conts .area .imgBox .photoBox {
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #conts .area .imgBox .photoBox .txtSpan {
        display: block;
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.67;
        flex: 1;
    }
    #conts .area .imgBox .photoBox .img {
        width: 160px;
        margin: 0 10px 0 0;
        display: block;
    }
    #conts .area .imgBox .photoBox a {
        margin-top: -4px;
/*        padding-left: 16px;*/
        width: calc(100% - 168px);
        color: #1492E6;
        font-size: 1.4rem;
        line-height: 1.428;
        font-weight: bold;
/*        background: url(../../img/common/icon71.png) no-repeat left top 5px / 14px 14px;*/
        box-sizing: border-box;
    }
    #conts .area .imgBox .textBox {
        display: none;
    }
    #conts .area .imgBox .btnList {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #conts .area .imgBox .btnList li {
        margin-bottom: 6px;
        width: 49%;
    }
    #conts .area .imgBox .btnList li a {
        padding: 5px 0 5px 20px;
        min-height: 40px;
        display: flex;
        align-items: center;
        color: #4D3A2E;
        font-size: 1.2rem;
        line-height: 14px;
        border-radius: 3px;
        border: 1px solid #EAE3D3;
        background: #FFF url(../../img/common/icon83.png) no-repeat left 5px center / 10px 10px;
        box-sizing: border-box;
    }
    #conts .headLine04 {
        font-size: 1.8rem;
    }
    #conts .headLine11 {
        margin: 0 -15px 15px;
        text-align: center;
        }
    #conts .photo {
        margin: 0 auto 38px;
        width: auto;
    }
    #conts .numberList {
        margin-bottom: 22px;
        display: block;
    }
    #conts .numberList li {
        margin: 0 0 15px;
        width: auto;
    }
    #conts .numberList li:last-child {
        margin: 0;
    }
    .spArea {
        margin: 0 -15px 17px;
    }
    .spArea02 {
        padding: 0 15px 15px;
    }
    .spArea .title {
        margin: 0 -15px 15px;
        padding-bottom: 29px;
        background: #FFF;
    }
    .sideUnilife .unilifeTtl {
        display: none;
    }
    .sideUnilife {
        margin: 0;
        background: #FFF;
    }
	.sideUnilife .spHead {
		display: none;
	}
	#sideBar .sideUnilife {
		display: none !important;
	}
}
@media all and (max-width: 374px) {
	#conts .area h2 {
		font-size: 1.6rem;
	}
    #conts .area .imgBox .photoBox .img {
        width: 120px;
    }
    #conts .area .imgBox .btnList li a {
        font-size: 1.1rem;
    }
	#conts .numberList li .ttl {
		font-size: 1.4rem;
	}
}
