@charset "UTF-8";

.module_picoshre {
	word-break: keep-all;
}
.module_picoshre .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_picoshre .pg_padding {
	padding: 80px 0 130px;
}
.module_picoshre .__point {
	color: #0087B7;
	font-size: 17px;
}

/*card-01*/
.module_picoshre .card-01 {
	background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.module_picoshre .card-01 .__title {
	font-size: 40px;
    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 {
    text-align: center;
	margin-top: 70px;
}
.module_picoshre .card-01 .item-inner {
	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-01 .item {
	width: 8rem;
    height: 8rem;
    background: #0087b785;
    color: #fff;
    font-size: 15px;
    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;
	margin: 0 20px 20px;
}

/*card-02*/
.module_picoshre .card-02 .cont {
	margin: 35px auto 0;
	text-align: center;
	max-width: 400px;
}
.module_picoshre .card-02 .cont p {
	font-size: 15px;
	margin: 20px auto 70px;
	max-width: 300px;
}
.module_picoshre .card-02 .cont-img img {
	border: 3px solid #0087B7;
	width: 100%;
}


/*card-03*/
.module_picoshre .card-03 {
	background: #E6EDEF;
	padding: 130px 0;
}
.module_picoshre .card-03 .cont-wrap {
	margin-top: 35px;
}
.module_picoshre .card-03 .cont {
	margin-bottom: 40px;
}
.module_picoshre .card-03 .cont:last-child {
	margin-bottom: 0;
}
.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: 15px;
	color: #fff;
	background: #0087B7;
	display: inline-block;
	padding: 1rem 3rem;
	border-radius: 35px;
	margin-top: 70px;
}
.module_picoshre .card-04 .__title b {
	font-size: 17px;
	font-weight: 700;
}
.module_picoshre .card-04 .cont-wrap {
	margin: 50px auto 0;
	max-width: 400px;
}
.module_picoshre .card-04 .cont-wrap > div {
	position: relative;
	margin-bottom: 35px;
}
.module_picoshre .card-04 .cont-wrap > div:last-child {
	margin-bottom: 0;
}
.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 {
	padding-top: 147%;
	overflow: hidden;
	position: relative;
}
.module_picoshre .card-04 .cont-wrap .__left .cont-img {
	border: 4px solid #E8E8E8;
}
.module_picoshre .card-04 .cont-wrap .__right .cont-img {
	border: 4px solid #0087B7;
}
.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%);
	height: 103%;
}
.module_picoshre .card-04 .cont-wrap .sub-title {
	font-size: 17px;
	font-weight: 700;
	padding: 1rem 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;
	max-width: 300px;
    margin: 35px auto 0;
	line-height: 1.5;
}
.module_picoshre .card-04 .__point {
	display: inline;
}
.module_picoshre .card-04 .__top {
	padding-top: 80px;
	padding-bottom: 130px;
	background: #fff;
}
.module_picoshre .card-04 .__bottom {
	background: #F8F8F8;
	padding: 130px 0;
}
.module_picoshre .card-04 .__bottom figure img {
	max-height: 797px;
}


/*card-05*/
.module_picoshre .card-05 {
	background: #FFFFFF;
}
.module_picoshre .card-05 .cont-wrap {
	margin: 70px auto 0;
	max-width: 400px;
}
.module_picoshre .card-05 .cont {
	border: 1px solid #CECECE;
	margin-bottom: 20px;
}
.module_picoshre .card-05 .cont:last-child {
	margin-bottom: 0;
}
.module_picoshre .card-05 .cont figure {
	background: #0087B7;
    text-align: center;
    padding: 2rem 0;
}
.module_picoshre .card-05 .cont figure img {
	max-height: 50px;
}
.module_picoshre .card-05 .cont:last-child figure img {
	max-height: 30px;
}
.module_picoshre .card-05 .cont .__table {
	height: 150px;
    display: table;
    margin: auto;
}
.module_picoshre .card-05 .__table p {
	text-align: center;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}
.module_picoshre .card-05 .__table p b {
	font-weight: 700;
}