@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

a:link,
a:visited {
    color: #fff;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
    height: 65px;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

#header.simple {
    margin-bottom: 0;
}

#main.lp {
    margin-top: 0;
}

#main p {
    margin-top: 0;
}

.lp-jumbotron > *:last-child,
.lp-jumbotron-content > *:last-child,
.lp-jumbotron-body > *:last-child,
.lp-jumbotron-title > *:last-child,
.lp-jumbotron-titleGroup > *:last-child,
.lp-jumbotron-text > *:last-child,
.lp-section > *:last-child,
.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    margin-bottom: 32px;
    background: linear-gradient(165deg, #fff ,#D7E0EC);
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    min-height: 385px;
    max-width: 970px;
    margin: 0 auto;
    justify-content: space-between;
}

.lp-jumbotron-body {
    margin-bottom: 32px;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 30px;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
}

.lp-jumbotron-subtitle {
    display: block;
    color: #05418B;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: bold;
}

.lp-jumbotron-series {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.lp-jumbotron-image {
    margin-left: 26px;
}

.lp-section {
    margin-bottom: 80px;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
}

.lp-group-area {
    margin-bottom: 84px;
}

.lp-group-area ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.lp-group-area ul li {
    position: relative;
    width: 282px;
    border: 1px solid #C6C6C6;
    padding: 16px 30px 16px 72px;
    font-size: 17px;
    font-weight: 500;
}

.lp-group-area ul li::before,
.lp-group-area ul li::after {
    position: absolute;
}

.lp-group-area ul li::before {
    display: block;
    content: "";
    border: 3px solid #C6C6C6;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    left: 28px;
    top: 27px;
}

.lp-group-area ul li::after {
    display: block;
    content: "";
    border-left: 3px solid #05418B;
	border-bottom: 3px solid #05418B;
	width: 21px;
	height: 9px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:34px;
	top:30px;
}

.lp-triangle {
    width: 26px;
    height: 26px;
    background: linear-gradient(45deg, transparent 45%, #05418B);
    transform:rotate(135deg);
    margin: 0 auto 16px auto;
}

.lp-featured-txt {
    font-size: 30px;
    font-weight: bold;
    color: #05418B;
    text-align: center;
    line-height: 1.4;
}

.lp-card ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.lp-card ul li {
    position: relative;
    width: 310px;
    height: 479px;
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.10);
    padding: 52px 30px 48px;
}

.lp-card ul li .lp-card-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 24px;
}

.lp-card ul li .lp-card-title .lp-card-num {
    content: "";
    position: absolute;
    display: grid;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #05418B;
    top: -20px;
    left: 135px;
    font-size: 18px;
}

.lp-card ul li img {
    padding-bottom: 24px;
}

.lp-card ul li .lp-card-txt {
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 64px -24px;
}

.lp-listButton > li {
    margin: 20px 0 0 24px;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-textColor-primary {
    color: #007cb0;
}

.lp-catalog {
    background-color: rgba(5,65,139,0.12);
}

.lp-catalog-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 0 32px;
    display: flex;
    justify-content: center;
}

.catalog-img {
    margin-right: 40px;
}

.catalog-txt-area .lp_new_icon {
    display: grid;
    align-items: center;
    width: 64px;
    height: 35px;
    border: 1px solid;
    margin-bottom: 13px;
    text-align: center;
    font-size: 20px;
    color: #DC002F;
}

.catalog-txt-area .catalog-txt {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.4;
}

#footer {
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    body {
        min-width: 1000px;
    }
}