body {
    min-width: 1100px;
}

.disp-sp {
    display: none;
}
.midashi__large {
    display: block;
    margin-bottom: 10px;
    color: #013C87;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 68px;
}
.midashi__sub {
    display: block;
    color: #013C87;
    font-size: 32px;
}

/* header */
.header {
    position: relative;
    height: 900px;
    background: url(../img/header_pc_02.jpg) center bottom no-repeat;
    background-size: 1200px 900px;
}
.header__inner {
    position: relative;
    width: 1100px;
    height: 641px;
    margin: 0 auto;
}
.header__logo {
    position: absolute;
    top: 150px;
    left: 20px;
    width: 580px;
}
.header__logo__img {
    width: 100%;
    height: auto;
}
.header__logo__text {
    display: block;
    margin-bottom: 10px;
    color: #707070;
    font-size: 36px;
    text-align: center;
}
.header__feature {
    position: absolute;
    top: 468px;
    left: 0;
    width: 830px;
    display: flex;
    justify-content: space-between;
}
.header__feature__item {
    width: 263px;
    padding: 20px;
    background-color: rgba(1,60,135,.8);
    text-align: center;
}
.header__feature__icon {
    margin-bottom: 20px;
}
.header__feature__text {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.header__inquire {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #013C87;
}
.header__inquire__inner {
    width: 1100px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 23px 0 16px;
}
.header__inquire__img {
    width: 180px;
    height: 180px;
    margin-right: 30px;
}
.header__inquire__text {
    width: 510px;
    color: #FFF;
    font-size: 22px;
    line-height: 1.8;
}
.header__inquire__daihyou {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}
.header__link {
    width: 312px;
    background-color: #FF6600;
    border-radius: 40px;
    padding: 28px 0;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
}
.header__link:hover {
    opacity: 0.8;
}

/* about */
.about {
    background-color: #EDF7FD;
}
.about__inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.about__img {
    position: absolute;
    width: 495px;
    height: 330px;
    top: 80px;
    right: 0;
}
.about__midashi {
    margin-bottom: 50px;
}
.about__text {
    width: 510px;
    font-size: 18px;
    line-height: 1.8;
}
.about__text + .about__text {
    margin-top: 30px;
}

/* howto */
.howto {
    margin-bottom: 67px;
    padding-top: 114px;
    background: url(../img/howto_pc.jpg) center top no-repeat;
}
.howto__midashi {
    margin-bottom: 107px;
    text-align: center;
}
.howto__midashi .midashi__large,
.howto__midashi .midashi__sub {
    color: #fff;
}
.howto__list {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
}
.howto__list__item {
    width: 346px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.howto__img {
    width: 100%;
}
.howto__menu {
    padding: 30px 20px 15px;
    color: #013C87;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.howto__button {
    display: block;
    padding: 26px 0;
    width: 304px;
    margin: 0 auto 20px;
    background-color: #013C87;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}
.howto__button:hover {
    opacity: 0.8;
}
.howto-line .howto__menu {
    color: #00B900;
}
.howto-line .howto__button {
    background-color: #00B900;
}
.howto__toggle {
    display: none;
}
.howto__text {
    width: 304px;
    margin: 0 auto 30px;
    padding: 15px;
    background-color: #F2F2F2;
    font-size: 18px;
    line-height: 1.6;
}
.howto__text small {
    font-size: 80%;
}

/* brand */
.brand__midashi {
    margin-bottom: 70px;
    text-align: center;
}
.brand__list {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand__list__item {
    width: 535px;
    margin-bottom: 60px;
}
.brand__img {
    width: 100%;
    margin-bottom: 28px;
}
.brand__type {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}
.brand__text {
    font-size: 16px;
    line-height: 1.8;
}
.brand__detail {
    margin-top: 30px;
    padding: 18px 15px;
    background-color: #F2F2F2;
}
.brand__detail > dl + .brand__detail__text {
    margin-top: 20px;
}
.brand__detail__midashi {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.brand__detail__series {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}
.brand__detail__text {
    line-height: 1.6;
    text-align: left;
}
.brand__detail__note {
    margin-top: 20px;
    line-height: 1.6;
    text-align: left;
}
.brand__detail__text + .brand__detail__series {
    margin-top: 20px;
}
.brand__toggle {
    display: none;
}

/* case */
.case {
    padding: 80px 0;
    background-color: #EDF7FD;
}
.case__midashi {
    margin-bottom: 70px;
    text-align: center;
}
.case__wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 40px 10px;
    background-color: #fff;
}
.case__type {
    display: block;
    margin-bottom: 24px;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.case__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case__list + .case__type {
    margin-top: 40px;
}
.case__list__item {
    margin-bottom: 40px;
}
.case__images {
    display: flex;
    width: 500px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.case__images__item {
    display: block;
    width: 50%;
    height: 240px;
}
.case__images__item:nth-child(1) { text-align: right; }
.case__images__item:nth-child(2) { text-align: left; }
.case__img {
    height: 100%;
}
.case__brand {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
.case__name {
    margin-bottom: 15px;
    font-weight: bold;
}
.case__detail {
    display: flex;
    align-items: center;
}
.case__purchase {
    display: flex;
    align-items: center;
    color: #013C87;
}
.case__purchase > dt {
    margin-right: 15px;
}
.case__status {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.case__status > dt {
    margin-right: 15px;
}
.case__status__rank {
    width: 58px;
    display: block;
    padding: 2px 0;
    text-align: center;
    background: #F2F2F2;
}

/* item */
.item {
    padding: 80px 0;
}
.item__midashi {
    margin-bottom: 70px;
    text-align: center;
}
.item__list {
    width: 953px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
}
.item__img {
    margin-bottom: 10px;
}
.item__name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #013C87;
    text-align: center;
}
.item__note {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* brands */
.brands {
    height: 470px; /* この高さとjqueryの高さを一緒にする */
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.brands__wrap {
    position: relative;
    margin-bottom: 140px;
}
.brands__midashi {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
}
.brands__list {
    display: flex;
    flex-wrap: wrap;
}
.brands__list__item {
    width: 50%;
    font-size: 14px;
    line-height: 2;
}
.brands__detail {
    margin-bottom: 40px;
}
.brands__buttonWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    padding-top: 250px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 90%);
    transition: bottom 0.2s;
}
.brands__buttonWrap.active {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px;
    height: auto;
}
.brands__button {
    display: block;
    width: 304px;
    margin: 0 auto;
    padding: 22px 0;
    background-color: #013C87;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.brands__button:hover {
    opacity: 0.8;
}
.active {
    background: none;
    bottom: 0;
}

/* purchase */
.purchase {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto 40px;
}
.purchase__box {
    width: 535px;
    padding: 30px;
    background-color: #F2F2F2;
}
.purchase__midashi {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    font-size: 20px;
    text-align: center;
}
.purchase__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.purchase__list__item {
    width: 232px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: #D9D9D9;
}
.purchase__list__item-wide {
    width: 100%;
}
.purchase__list__item-wide2row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.purchase__list__item__midashi {
    width: 210px;
    display: block;
    text-align: center;
}
.purchase__list__item__text {
    width: 240px;
    line-height: 1.6;
}

/* voice */
.voice {
    padding: 80px 0;
    background-color: #EDF7FD;
}
.voice__midashi {
    margin-bottom: 70px;
    text-align: center;
}
.voice__list {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice__list__item {
    width: 535px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}
.voice__profile {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.voice__profile__detail {
    width: 100%;
}
.voice__profile__icon {
    width: 80px;
    margin: 0 35px 0 10px;
}
.voice__profile__name {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.voice__profile__star {
    font-size: 14px;
}
.voice__profile__star img {
    width: 113px;
}
.voice__text {
    font-size: 16px;
    line-height: 1.6;
}
.voice__text + .voice__text {
    margin-top: 20px;
}
.voice__toggle {
    display: none;
}

/* footer */
.footer {
    padding: 80px 0;
    background-color: #013C87;
}
.footer__logo__img {
    display: block;
    width: 252px;
    height: 89px;
    margin: 75px auto 30px;
}
.footer__links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.footer__links__item:not(:last-child) {
    margin-right: 20px;
}
.footer__links__item__link {
    color: #fff;
    font-size: 16px;
}
.footer__copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
}