body {
    min-width: 1024px;
    margin: 0 auto;
    color: #333333;
    font-family: Hiragino Kaku Gothic ProN, Meiryo, Yu Gothic, sans-serif;
    overflow: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h2, h3 {
    font-weight: normal;
}

main {
    position: relative;
    width: 1024px;
    margin: auto;
    padding-top: 35px;
}

.mainImage {
    position: absolute;
    z-index: -1;
    right: -169px;
    top: -142px;
    width: 879px;
    height: 583px;
}

.mainImage img {
    width: 100%;
    height: auto;
}

.section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -80px 55px 85px;
    padding-top: 80px;
}

.sectionSubTitle {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #ff6010;
}

.sectionTitle {
    margin-top: 4px;
    font-size: 32px;
    line-height: 1.6;
}

.sectionTitle--heavy {
    margin-top: 8px;
    font-size: 38px;
    line-height: 1.6;
    font-weight: bold;
}

.sectionText {
    margin: 18px auto;
    font-size: 16px;
    line-height: 1.88;
    color: #363636;
    font-weight: normal;
}

.sectionText--large {
    margin: 18px auto;
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.sectionAnchorWrap {
    margin-top: 40px;
}

.sectionAnchorWrap a {
    display: block;
    position: relative;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #ff9500;
    padding-left: 19px;
    margin-bottom: 16px;
}

.sectionAnchorWrap a::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/anchor_icon.png");
    background-size: 14px 14px;
}

.sectionRecommend {
    position: relative;
    width: 368px;
    height: 104px;
    border-radius: 6px;
    background-color: #fff6e9;
    padding: 8px 24px;
}

.sectionRecommend::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff6e9;
    z-index: -1;
}

.sectionRecommend__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 9px;
}

.sectionRecommend__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.onlineSection__contents .sectionRecommend__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sectionRecommend__image {
    -webkit-flex: 0 1 50px;
    -ms-flex: 0 1 50px;
    flex: 0 1 50px;
    height: 50px;
    margin-right: 16px;
}

.onlineSection__contents .sectionRecommend__image {
    -webkit-flex: 0 1 42px;
    -ms-flex: 0 1 42px;
    flex: 0 1 42px;
    height: 42px;
}

.sectionRecommend__image img {
    width: 100%;
    height: 100%;
}

.sectionContentImage {
    width: 440px;
    height: 360px;
    -webkit-flex: 0 1 440px;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
    margin-right: 32px;
}

.sectionContentImage img {
    width: 100%;
    height: auto;
}

.sectionContentImage--right {
    width: 440px;
    height: 360px;
    -webkit-flex: 0 1 440px;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
    margin-left: 55px;
}

.sectionContentImage--right img {
    width: 100%;
    height: auto;
}

.sectionRecommend__Text {
    border-radius: 2px;
    background-color: #ffffff;
    padding: 4px 0 0 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.onlineSection__contents .sectionRecommend__title,
.onlineSection__contents .sectionRecommend__Text {
    color: #003a6b;
}

.cardListWrap {
    width: 980px;
    margin: 85px auto 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ebe9e4;
}

.cardListWrap--noBorder {
    width: 980px;
    margin: 85px auto 80px;
    padding-bottom: 80px;
}

.cardList__title {
    height: 42px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #333333;
    margin-bottom: 32px;
}

.cardList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card {
    width: 189px;
    height: 266px;
    padding: 12px;
    border-radius: 2px;
    border: solid 1px #dedcd7;
    background-color: #ffffff;
    margin: auto 8px 16px 0;
}

.card:nth-child(5n) {
    margin-right: 0;
}

.card:first-of-type {
    margin-left: 0;
}

.card a {
    color: #333333;
}

.card__image {
    height: 124px;
    border-radius: 3px;
    overflow: hidden;
}

.card__image img {
    width: 100%;
    height: auto;
}

.cart__title {
    height: 52px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: normal;
    color: #003a6b;
    overflow: hidden;
}

.card__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}

.card__text:last-of-type {
    margin-top: 14px;
}

.card__textTitle {
    height: 10px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
}

.card__textPrice {
    font-size: 10px;
}

.card__textPrice span {
    height: 16px;
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: right;
}

.card__textSumPrice {
    font-size: 10px;
}

.card__textSumPrice span {
    height: 16px;
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: right;
    color: #ff6010;
}

.cardList__link {
    margin: 48px auto auto;
    display: block;
    width: 375px;
    height: 78px;
    border-radius: 39px;
    background-color: #ff6010;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 78px;
    border: solid 2px #ff6010;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.cardList__link:visited {
    color: #ffffff;
}

.cardList__link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #ffffff;
}

.recommends {
    margin-bottom: 180px;
}

.recommends__title {
    margin-bottom: 64px;
    height: 51px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.recommendsArticle {
    width: 680px;
    height: 180px;
    margin: auto;
    border-radius: 3px;
    border: solid 1px #ebe9e4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    position: relative;
}

.recommendsArticle + .recommendsArticle {
    margin-top: 16px;
}

.recommendsArticle a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recommendsArticle a:visited {
    color: #ffffff;
}

.recommendsArticle__image {
    -webkit-flex: 0 1 240px;
    -ms-flex: 0 1 240px;
    flex: 0 1 240px;
    width: 240px;
    height: 180px;
}

.recommendsArticle__image img {
    width: 100%;
    height: auto;
}

.recommendsArticle__content {
    width: 438px;
    padding: 24px;
}

.recommendsArticle__date {
    margin-bottom: 16px;
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    color: #808080;
}

.recommendsArticle__date span {
    display: inline-block;
    height: 15px;
    border-radius: 2px;
    background-color: #ff9500;
    padding: 0 8px;
    margin-right: 8px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
}

.recommendsArticle__title {
    font-size: 14px;
    line-height: 1.57;
    color: #003a6b;
}

.recommendsArticle__icon {
    position: absolute;
    width: 13px;
    height: 13px;
    bottom: 24px;
    right: 24px;
}

.recommendsArticle__icon img {
    width: 100%;
    height: auto;
}

.reason {
    margin-bottom: 80px;
}

.reason__title {
    height: 96px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.reason__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 980px;
    margin: 64px 22px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reasonCard {
    width: 472px;
    height: 312px;
    border-radius: 8px;
    box-shadow: 0 2px 12px 6px #eeeeee;
    background-color: #ffffff;
    padding: 32px 24px;
}

.reasonCard__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.reasonCard__image {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

.reasonCard__image img {
    width: 100%;
    height: auto;
}

.reasonCard__title {
    padding-top: 8px;
}

.reasonCard__titleText {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
}

.reasonCard__titleTextSub {
    height: 24px;
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.reasonCard__text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.6;
}

.sns_button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 39px;
}

.sns_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 40px;
}

.sns_box > div {
    margin: auto 2px;
}

.toplink {
    display: block;
    margin: auto auto 104px auto;
    width: 338px;
    height: 56px;
    border-radius: 39px;
    border: solid 2px #ff6010;
    background-color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    color: #ff6010;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.toplink:visited {
    color: #ff6010;
}

.toplink:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff6010;
}

.forPageTop {
    width: 1024px;
    padding-right: 29px;
    margin: auto auto 24px auto;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
}

.forPageTop a {
    color: #333333;
}

.forPageTop a:visited {
    color: #333333;
}

.forPageTop::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../img/fortop_icon.png");
    background-size: 12px 12px;
}
