@charset "UTF-8";

.module_quanta {
	word-break: keep-all;
}
.module_quanta .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_quanta .pg_padding {
	padding: 80px 0 130px;
}
.module_quanta .__point {
	color: #31A1C1;
	font-size: 15px;
}

/*card-01*/
.module_quanta .card-01 {
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: cover;
}
.module_quanta .card-01 .__title {
	font-size: 40px;
	color: #8AE5Ff;
	font-family: 'Campton', sans-serif;
	text-align: center;
}
.module_quanta .card-01 .item-wrap {
	margin: 70px auto 0;
	max-width: 250px;
}
.module_quanta .card-01 .item-inner {
    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;
}
.module_quanta .card-01 .item-wrap .item {
	width: 8rem;
    height: 8rem;
    border-radius: 50%;
    color: #fff;
    background: #8be5ff61;
    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;
    text-align: center;
    font-size: 15px;
	margin-bottom: 30px;
}
.module_quanta .card-01 .item-inner:last-child .item {
	margin-right: auto;
	margin-bottom: 0;
}

/*card-02*/
.module_quanta .card-02 {
	text-align: center;
	background: #fff;
}
.module_quanta .card-02 .sub-title {
	background: #31A1C1;
	color: #fff;
	font-size: 17px;
	padding: 1rem 0;
	margin-top: 70px;
}
.module_quanta .card-02 .__point {
	font-weight: 700;
}
.module_quanta .card-02 .sub-txt {
	margin: 35px auto 70px;
	max-width: 300px;
	font-size: 15px;
}
.module_quanta .card-02 .cont-wrap {
	max-width: 400px;
	margin: auto;
}
.module_quanta .card-02 .cont {
	border: 1px solid #D8D8D8;
}
.module_quanta .card-02 .cont .__title {
	font-size: 15px;
	color: #fff;
	padding: 0.5rem 0;
}
.module_quanta .card-02 .cont.item-01 {
	margin-bottom: 70px;
}
.module_quanta .card-02 .cont.item-01 .__title {
	background: #4E4E4E;
}
.module_quanta .card-02 .cont.item-02 .__title {
	background: #31A1C1;
}
.module_quanta .card-02 .cont .__img {
	margin: 35px 30px;
}
.module_quanta .card-02 .cont .__img img {
	width: 100%;
}

/*card-03*/
.module_quanta .card-03 {
	background: #f8f8f8;
	padding: 130px 0;
	text-align: center;
}
.module_quanta .card-03 .__point {
	font-weight: 700;
	font-size: 15px;
	display: inline;
}
.module_quanta .card-03 .cont-wrap {
	margin-top: 70px;
}
.module_quanta .card-03 .cont-title {
	font-size: 15px;
	line-height: 1.5;
	max-width: 300px;
    margin: auto;
}
.module_quanta .card-03 .cont-txt {
	margin-top: 20px;
}
.module_quanta .card-03 .cont-txt h6 {
	font-size: 17px;
	padding: 1rem 0;
	color: #fff;
}

.module_quanta .card-03 .item-01 {
	margin-bottom: 70px;
}
.module_quanta .card-03 .item-01 .cont-img img,
.module_quanta .card-03 .item-02 .cont-img img {
	max-width: 350px;
}
.module_quanta .card-03 .item-01 .__table .__ttl {
	color: #146077;
}
.module_quanta .card-03 .item-02 .__table .__ttl {
	color: #32A0C1;
}

.module_quanta .card-03 .item-01 .cont-txt h6,
.module_quanta .card-03 .item-01 .__table .__ttl em {
	background: #146077;
}
.module_quanta .card-03 .item-02 .cont-txt h6,
.module_quanta .card-03 .item-02 .__table .__ttl em {
	background: #32A0C1;
}


.module_quanta .card-03 .__table {
	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;
	height: 130px;
	border: 1px solid #D8D8D8;
	border-top: none;
	background: #fff;
}
.module_quanta .card-03 .__table ul {
	text-align: left;
}
.module_quanta .card-03 .__table ul li em {
	display: inline-block;
	margin-right: 10px;
}
.module_quanta .card-03 .__table .__ttl em {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.module_quanta .card-03 .__table .__ttl {
	font-size: 15px;
	line-height: 2.5;
}

/*card-04*/
.module_quanta .card-04 {
	background: #fff;
}
.module_quanta .card-04 .cont-wrap {
	margin: 70px auto 0;
	max-width: 300px;
}
.module_quanta .card-04 .cont-wrap .cont {
	margin-bottom: 70px;
}
.module_quanta .card-04 .cont-wrap .cont:last-child {
	margin-bottom: 0;
}
.module_quanta .card-04 .cont-wrap .cont-img figure {
	position: relative;
	padding-top: 92.11%;
	overflow: hidden;
}
.module_quanta .card-04 .cont:last-child .cont-img figure {
	border: 1px solid #D8D8D8;
	border-bottom: none;
}
.module_quanta .card-04 .cont-wrap .cont-img figure img {
	width: 103%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_quanta .card-04 .cont-wrap .cont-img h6 {
	background: #4E4E4E;
	color: #fff;
	font-size: 17px;
	padding: 1rem 0;
}
.module_quanta .card-04 .cont-wrap .cont-txt {
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
	color: #393939;
}