@charset "UTF-8";

.module_picoshre .pg_padding {
	padding: 160px 0 220px;
}
.module_picoshre .__point {
	color: #0087B7;
	font-size: 22px;
}

/*card-01*/
.module_picoshre .card-01 {
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: cover;
}
.module_picoshre .card-01 .__title {
	font-size: 60px;
    font-family: 'Campton', Sans-serif;
    color: #fff;
	text-align: center;
}
.module_picoshre .card-01 .__title b {
	font-weight: 400;
    color: #00bfef;
}
.module_picoshre .card-01 .item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
	margin-top: 100px;
}
.module_picoshre .card-01 .item {
	width: 10rem;
    height: 10rem;
    background: #0087b785;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*card-02*/
.module_picoshre .card-02 .cont {
	margin: 70px auto 0;
	text-align: center;
}
.module_picoshre .card-02 .cont p {
	font-size: 15px;
	margin: 20px 0 70px;
}
.module_picoshre .card-02 .cont-img img {
	border: 5px solid #0087B7;
}


/*card-03*/
.module_picoshre .card-03 {
	background: #E6EDEF;
	padding: 160px 0;
}
.module_picoshre .card-03 .cont-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 70px auto 0;
	max-width: 860px;
}
.module_picoshre .card-03 .cont span {
	display: inline-block;
    padding: 0.3rem 3rem;
    border-radius: 19px;
    color: #fff;
    font-size: 17px;
	margin-bottom: 20px;
}
.module_picoshre .card-03 .cont span.num-01 {
	background: #02ACE8;
}
.module_picoshre .card-03 .cont span.num-02 {
	background: #019ED6;
}
.module_picoshre .card-03 .cont span.num-03 {
	background: #0087B7;
}

/*card-04*/
.module_picoshre .card-04 {
	text-align: center;
}
.module_picoshre .card-04 .__point {
	font-size: 17px;
}
.module_picoshre .card-04 .__title {
	font-size: 17px;
	color: #fff;
	background: #0087B7;
	display: inline-block;
	padding: 1rem 2rem;
	border-radius: 35px;
	margin-top: 70px;
}
.module_picoshre .card-04 .__title b {
	font-size: 20px;
	font-weight: 700;
}
.module_picoshre .card-04 .cont-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 70px auto 0;
}
.module_picoshre .card-04 .cont-wrap > div {
	width: 50%;
	position: relative;
}
.module_picoshre .card-04 .cont-wrap > div .__arrow {
	position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_picoshre .card-04 .cont-wrap .cont-img {
	max-height: 878px;
	overflow: hidden;
	position: relative;
    height: 878px;
}
.module_picoshre .card-04 .cont-wrap .__left .cont-img {
	border: 4px solid #E8E8E8;
	border-bottom: 0;
}
.module_picoshre .card-04 .cont-wrap .__right .cont-img {
	border: 8px solid #0087B7;
	border-bottom: 0;
}
.module_picoshre .card-04 .cont-wrap .cont-img img {
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_picoshre .card-04 .cont-wrap .sub-title {
	font-size: 20px;
	font-weight: 700;
	padding: 2rem 0;
    line-height: 1.3;
}
.module_picoshre .card-04 .cont-wrap .__left p {
	background: #E8E8E8;
	color: #A9A9A9;
}
.module_picoshre .card-04 .cont-wrap .__right p {
	background: #0087B7;
	color: #fff;
}
.module_picoshre .card-04 .cont-txt {
	font-size: 17px;
	margin-top: 70px;
	line-height: 1.5;
}
.module_picoshre .card-04 .__top {
	padding-top: 160px;
	padding-bottom: 220px;
	background: #fff;
}
.module_picoshre .card-04 .__bottom {
	background: #F8F8F8;
	padding: 220px 0;
}
.module_picoshre .card-04 .__bottom figure img {
	width: 100%;
}

/*card-05*/
.module_picoshre .card-05 {
	background: #fff;
}
.module_picoshre .card-05 .cont-wrap {
    max-width: 730px;
    margin: 70px auto 0;
}
.module_picoshre .card-05 .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #CECECE;
    margin-bottom: 20px;
}
.module_picoshre .card-05 .cont figure {
    background: #0087B7;
    min-width: 195px;
    min-height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.module_picoshre .card-05 .cont p {
    padding-left: 40px;
    font-size: 15px;
}