@charset "UTF-8";
/*****************************************************
	corage module style
*/

.corage-info-sec .cgi-sec1 {
	padding: 100px 0 120px;
	background-color: #fff;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    text-align: center;
}
.corage-info-sec .cgi-sec1 h5 {
	margin-bottom: 30px;
}
.cgi-sec1 h5 img {
	display: block;
	width: 70%;
	margin: 0 auto;
}
.cri1-list .cri1-item  {
	margin-top: 50px;
	color: #fff;
}
.cri1-list .cri1-item > p {
	position: relative;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 100;
	word-break: keep-all;
}
.cri1-list .cri1-item > p:after {
	content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
	background-color: #e0124c;
}
.cri1-list .cri1-item > div {
	display: inline-block;
    max-width: 185px;
    padding: 10px 18px;
    margin: 20px auto 0;
    border: 2px solid #e0124c;
    border-radius: 50em;
    letter-spacing: -0.03em;
	word-break: keep-all;
}

.corage-info-sec .cgi-sec2 {
	padding: 80px 0 130px;
	background-color: #efefef;
}
.cgi-sec2 .ds-cont {
	margin-top: 40px;
}
.cgi-sec2 .ds-cont > ul > li {
	margin-top: 1rem;
}
.cgi-sec2 .cgi2-item {
	background-color: #f3f3f3;
	border: 1px solid #aca6a6;
	word-break: keep-all;
}
.cgi-sec2 .cgi2-item > strong {
    display: block;
    background-color: #fff;
    padding: 8px 0;
    font-weight: 400;
    color: #525252;
    text-align: center;
}
.cgi-sec2 .cgi2-item > strong span {
    font-family: 'Campton', Sans-serif;
    font-weight: 500;
}
.cgi2-item > .inner {
    padding: 40px 10px;
}
.cgi2-item .cgi2-1 {
	font-size: 12px;
    color: #7e7e7e;
    line-height: 1.5;
    text-align: center;
}
.cgi2-item .cgi2-1 > .point {
	margin-bottom: 15px;
	font-weight: 500;
}
.cgi2-item .cgi2-2 {
    position: relative;
    margin: 40px auto 0;
    text-align: center;
}
.cgi2-item .cgi2-2 > img {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
}
.cgi2-item .cgi2-2 ul {
	margin-right: -16px;
}
.cgi2-item .cgi2-2 ul li {
    position: relative;
    padding-right: 16px;
}
.cgi2-item .cgi2-2 ul li:after {
	content: '+';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -7px;
    color: #d2b99f;
}
.cgi2-item .cgi2-2 ul li:last-of-type:after {
	content: none;
}
.cgi2-item .cgi2-2 .circle-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #8c082e;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.cgi2-2 .circle-item > .inner {
	position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
}
.cgi2-2 .circle-item > .inner span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.cgi2-item .cgi2-3 {
    padding: 40px 30px;	
	text-align: center;
}
.cgi2-item .cgi2-3 .img-cont {
    display: inline-block;
	position: relative;
}
.cgi2-3 .img-cont img {
	display: block;
    max-width: 100%;
}
.cgi2-3 .img-cont ul li {
    position: absolute;
    font-size: 11px;
    color: #686868;
    text-align: center;
}
.cgi2-3 .img-cont ul li strong {
    display: block;
    font-size: 12px;
    color: #8c082e;
}
.cgi2-3 .img-cont .ict-1 { width: 100%; top: 32%; left: 50%; transform: translateX(-50%);}
.cgi2-3 .img-cont .ict-2 { bottom: 1%; left: -3%; }
.cgi2-3 .img-cont .ict-3 { bottom: 1%; right: -8%; }
.cgi2-item .cgi2-4 {
	padding: 15px;
	background-color: #adadad;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.corage-info-sec .cgi-sec3 {
	padding: 80px 0 130px;
	background-color: #e7e7e7;
}
.cgi-sec3 .ds-cont {
   	margin-top: 40px;
}
.cgi-sec3 .cgr3-item {
	position: relative;
    margin-bottom: 22px;
    padding-right: 37%;
    background-color: #8b8b8b;
    color: #fff;
    overflow: hidden;
}
.cgi-sec3 .cgr3-item:last-of-type {
	margin-bottom: 0;
}
.cgi-sec3 .cgr3-item > .txt-box {
    position: relative;
	word-break: keep-all;
}
.cgr3-item .txt-box > strong {
    display: block;
    width: 92%;
    padding: 8px 15px;
    background-color: #930000;
    margin-top: 20px;
}
.cgr3-item .txt-box > strong span {
	font-size: 11px;
	font-weight: 100;
}
.cgr3-item .txt-box > p {
    font-size: 11px;
    font-weight: 100;
    padding: 20px 15px;
}
.cgr3-item .txt-box > p > strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}
.cgi-sec3 .cgr3-item .img-box {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37%;
    background-color: #fbf9fa;
    border: 1px solid #8b8b8b;
}
.cgr3-item .img-box > .inner {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.cgr3-item .img-box > .inner img {
	max-width: 100%;
}

