@charset "utf-8";

.title_wrap {
    padding: 32px 0;
}

.column_title-upperText {
    margin-bottom: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.column_title-upperText {
    color: #8CBF21;
}

/* ナビゲーション */
.navList_wrap {
    background: #8CBF21;
    padding: 40px 0;
}

.navList {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.navList > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 224px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    padding: 36px 0;
}

.navList > li > a::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-image: url(https://mvno.geo-mobile.jp/v2/img/pc/uqmobile/geomobile/icon-down.svg);
    background-size: cover;
}

.navList_reason {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    width: 64px;
    height: 34px;
    background-color: #F3FAE7;
    border: 2px solid #333;
    box-shadow: 4px 4px 0 0 #000;
}

.navList_reason span {
    font-size: 18px;
	margin-left: 4px;
    font-weight: bold;
}

.navList_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.navList > li:hover .navList_text {
    opacity: 0.5;
    transition: 0.3s;
}

/* 理由1-5 */
.reason_wrap {
    background: #F3FAE7;
    padding: 64px 0;
}

.reasonList > li {
    background: #FFF;
    padding: 40px;
}

.reasonList > li + li {
    margin-top: 24px;
}

.reasonList_reason {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    width: 83px;
    height: 44px;
    background-color: #F3FAE7;
    border: 2px solid #333;
    box-shadow: 4px 4px 0 0 #000;
    margin-bottom: 18px;
}

.reasonList_reason span {
    font-size: 24px;
	margin-left: 5px;
    font-weight: bold;
}

.reasonList_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 32px;
}

.reasonList_row {
    display: flex;
    justify-content: space-between;
}

.reasonList_row > * {
    width: 550px;
}

.reasonList_text {
    font-size: 16px;
    line-height: 1.5;
}

.reasonList_text + .reasonList_text {
    margin-top: 10px;
}

.reasonList_note {
    font-size: 14px;
    position: relative;
    padding-left: 1.5em;
    text-indent: -1.5em;
    color: #666666;
    margin-top: 10px;
}

.reasonList_note::before {
    content: "※";
    position: relative;
    display: inline-block;
    margin: 0;
    width: 1.5em;
    text-indent: 0;
    color: inherit;
}

.reasonList_note + .reasonList_note {
    margin-top: 0;
}

.reasonList_note a {
    text-decoration: underline;
}

.reasonList_buton {
    margin-top: 38px;
}

/* お申し込みボタン */
a.orderBtn {
    margin: 64px auto 0;
    font-size: 20px;
    height: 64px;
    line-height: 64px;
}