@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html , body , div , span , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , abbr , address , cite , code , del , dfn , em , img , ins , kbd , q , samp , small , strong , sub , sup , var , b , i , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , figcaption , figure , footer , header , menu , nav , section , summary , time , mark , audio , video {
    background: transparent; 
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article , aside , details , figcaption , figure , footer , header , menu , nav , section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote , q {
    quotes: none;
}

blockquote:before , blockquote:after , q:before , q:after {
    content: "";
    content: none;
}

a {
    background: transparent; 
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title] , dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input , select {
    vertical-align: middle;
}

/*
file name: _base.scss
description: ベーススタイル（タグに直接記述するもの）
*/
* , *:before , *:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    color: #313131;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

input {
    outline: none;
}

textarea {
    outline: none; 
    overflow: auto;
    resize: none;
}

ul , ol {
    list-style: none;
}

img {
    display: inline-block; 
    max-width: 100%;
}

a {
    color: #313131; 
    text-decoration: none;
}
a:hover:focus , a:hover:hover , a:focus:focus , a:focus:hover {
    -webkit-transition: all .3s ease-out;
    opacity: .8; 
    transition: all .3s ease-out;
}

button {
    -webkit-appearance: none;
}

/*
file name: _layout.scss
description: レイアウト系、ユニークなパーツを記述
*/
.header {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    background-color: #af1e23;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.header__title {
    width: 154px;
}

.headerMenu {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}
.headerMenu.is-active .headerMenu__line:first-child {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right;
    transform: rotate(-45deg);
    transform-origin: right; 
    width: 23px;
}
.headerMenu.is-active .headerMenu__line:nth-child(2) {
    opacity: 0;
}
.headerMenu.is-active .headerMenu__line:last-child {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right;
    transform: rotate(45deg);
    transform-origin: right; 
    width: 23px;
}

.headerMenu__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.headerMenu__wrap {
    margin-right: 6px;
}

.headerMenu__line {
    -webkit-transition: all .3s ease-out;
    background-color: #fff; 
    display: block;
    height: 2px;
    margin-bottom: 6px;
    transition: all .3s ease-out;
    width: 25px;
}
.headerMenu__line:last-child {
    margin-bottom: 0;
}

.headerMenu__text {
    color: #fff;
    font-size: 1.6rem;
}

.headerMenuBody {
    border: 2px solid #af1e23;
    display: none;
}
.headerMenuBody > li {
    border-bottom: 1px solid #af1e23; 
    font-size: 1.2rem;
}
.headerMenuBody > li:last-child {
    border-bottom: none;
}
.headerMenuBody > li > a {
    color: #961419; 
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}
.headerMenuBody > li > a:before {
    border-color: transparent transparent transparent #961419; 
    border-style: solid;
    border-width: 5px 0 5px 7.5px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 5px;
    width: 0;
}

.indexList {
    margin: 10px;
}

.indexList__item {
    display: block;
    margin-bottom: 5px;
}

.chance1Image {
    margin: 15px 0;
    text-align: center;
}

.chance2List {
    margin: 15px auto 0; 
    width: 100%;
}

.chance2List__item {
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem; 
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.chance2List__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.chance2Title {
    background-color: #3962ad;
    color: #fff;
    font-size: 2rem; 
    margin-bottom: 15px;
    padding: 5px 10px;
}
.chance2Title > span {
    display: block;
    font-size: 1rem;
}

.chance2Title--navy {
    background-color: #3962ad;
}

.chance2Title--blue {
    background-color: #0068b7;
}

.chance2Title--pink {
    background-color: #e95283;
}

.chance2Cols {
    display: table;
    margin: 5px 0;
}

.chance2Cols__item {
    display: table-cell;
    vertical-align: middle;
}
.chance2Cols__item:first-child {
    padding-right: 10px; 
    width: 50%;
}
.chance2Cols__item:last-child {
    padding-left: 10px; 
    width: 50%;
}

.chance2Box {
    border: 1px solid #000;
    font-size: 1.2rem; 
    margin: .8em 0;
    padding: .5em 1em;
    position: relative;
}

.chance2Box__title {
    background: #fff; 
    left: 0;
    margin: 0 auto;
    margin-bottom: -1.3em;
    padding: 0 .5em;
    position: relative;
    right: 0;
    top: -1.3em;
    width: 8em;
}

.chance3Image {
    margin: 15px 0;
}

.chance3Cols {
    margin-bottom: 25px;
}

.chance3Cols__item {
    margin: 10px 0;
}
.chance3Cols__item > img {
    width: 100%;
}

.chance3Cols__title {
    color: #2494b0;
    font-size: 1.6rem;
    font-weight: bold; 
    margin-bottom: 5px;
}

.chance3Cols__text {
    font-size: 1.4rem; 
    margin-bottom: 10px;
}

.chance3Notes {
    border: 2px solid #2494b0; 
    margin-bottom: 15px;
}

.chance3Notes__title {
    background-color: #2494b0; 
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.chance3Notes__body {
    padding: 10px 10px 5px;
}

.chance3Notes__item {
    font-size: 1.4rem;
    margin-left: 1em; 
    text-indent: -1em;
}
.chance3Notes__item:before {
    color: #2494b0;
    content: "●";
}

.sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.sns__item {
    margin: 0 3px;
}

.footer {
    border-bottom: 50px solid #af1e23; 
    margin-top: 50px;
    padding-bottom: 40px;
}

.footerDetail {
    margin-bottom: 40px;
}

.footerDetail__logo {
    margin: 15px auto 30px;
    text-align: center; 
    width: 50%;
}

.footerDetail__list {
    margin-bottom: 50px;
}

.footerDetail__item {
    margin: 20px 0;
}

.footerSitemap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;

    -webkit-flex-wrap: wrap;
}

.footerSitemap__item {
    font-size: 1.1rem; 
    margin-bottom: 15px;
    position: relative;
    vertical-align: top;
    width: 50%;
}
.footerSitemap__item:nth-child(odd) {
    border-right: 1px solid #f1f0f0; 
    padding-right: 10px;
}
.footerSitemap__item:nth-child(even) {
    padding-left: 10px;
}

.footerSitemap__title {
    font-size: 1.3rem;
    font-weight: bold; 
    margin: 19px 0 5px;
}

.footerSitemap__title--hasNew {
    margin-top: 0;
}

.footerSitemap__title--last {
    margin-top: 15px;
}

/*
file name: _component.scss
description: 使い回すパーツを記述
*/
/**
 * Component
 * 使い回すパーツを記述
 */
.container {
    margin: 0 auto;
    padding: 0 15px; 
    width: 100%;
}

.section {
    margin: 15px 0;
}

.section__title {
    background-color: whitesmoke;
    background-color: #eeefef; 
    line-height: 0;
    text-align: center;
}

.cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.cols__item:first-child {
    margin-right: 5px;
}

.cols__item:last-child {
    margin-left: 5px;
}

.label {
    color: #fff; 
    display: inline-block;
    padding: 2px 4px;
}

.label--medium {
    font-size: 1.2rem;
    font-weight: bold; 
    position: relative;
    top: -1px;
}

.label--small {
    -webkit-transform: scale(.8);
    -webkit-transform-origin: left;
    font-size: 1.0rem;
    transform: scale(.8);
    transform-origin: left;
}

.label--red {
    background-color: #af1e23;
}

.label--new {
    background-color: #af1e23;
}

.icon {
    background-color: #3565bd;
    color: #fff; 
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 5px;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.borderBox {
    border: 2px solid #2494b0; 
    margin-bottom: 15px;
}

.borderBox--1 {
    border-color: #75569b;
}
.borderBox--1 .borderBox__item {
    border-color: #75569b;
}
.borderBox--1 .borderBox__item > a:before {
    border-color: transparent transparent transparent #75569b;
}
.borderBox--1 .borderBox__title {
    background-color: #75569b;
}

.borderBox--2 {
    border-color: #ea963b;
}
.borderBox--2 .borderBox__item {
    border-color: #ea963b;
}
.borderBox--2 .borderBox__item > a:before {
    border-color: transparent transparent transparent #ea963b;
}
.borderBox--2 .borderBox__title {
    background-color: #ea963b;
}

.borderBox--3 {
    border-color: #8bbd58;
}
.borderBox--3 .borderBox__item {
    border-color: #8bbd58;
}
.borderBox--3 .borderBox__item > a:before {
    border-color: transparent transparent transparent #8bbd58;
}
.borderBox--3 .borderBox__title {
    background-color: #8bbd58;
}

.borderBox--4 {
    border-color: #5eadda;
}
.borderBox--4 .borderBox__item {
    border-color: #5eadda;
}
.borderBox--4 .borderBox__item > a:before {
    border-color: transparent transparent transparent #5eadda;
}
.borderBox--4 .borderBox__title {
    background-color: #5eadda;
}

.borderBox--5 {
    border-color: #d9517c;
}
.borderBox--5 .borderBox__item {
    border-color: #d9517c;
}
.borderBox--5 .borderBox__item > a:before {
    border-color: transparent transparent transparent #d9517c;
}
.borderBox--5 .borderBox__title {
    background-color: #d9517c;
}

.borderBox--6 {
    border-color: #c379a4;
}
.borderBox--6 .borderBox__item {
    border-color: #c379a4;
}
.borderBox--6 .borderBox__item > a:before {
    border-color: transparent transparent transparent #c379a4;
}
.borderBox--6 .borderBox__title {
    background-color: #c379a4;
}

.borderBox__title {
    background-color: #2494b0; 
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.borderBox__title--hasNew {
    padding-right: 20px;
}

.borderBox__item {
    border-bottom: 1px solid #2494b0;
}
.borderBox__item:last-child {
    border-bottom: none;
}
.borderBox__item > a {
    display: block;
    font-size: 1.5rem; 
    padding: 10px;
}
.borderBox__item > a:before {
    border-color: transparent transparent transparent #2494b0; 
    border-style: solid;
    border-width: 6px 0 6px 9px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 5px;
    width: 0;
}

.shadow {
    box-shadow: 0 1px 3px 0 #bbb;
}

.button {
    background-color: #f9c897;
    border-radius: 7px;
    box-shadow: 0 8px #b94f52;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.4; 
    padding: 6px 5px 5px;
    position: relative;
    text-align: center;
    width: 100%;
}
.button:active {
    box-shadow: 0 2px #b94f52;
}
.button:before {
    border-color: transparent transparent transparent #fff; 
    border-style: solid;
    border-width: 6px 0 6px 9px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.button--medium {
    font-size: 1.4rem;
    text-align: center;
}

.button--small {
    border-radius: 4px;
    box-shadow: 0 7px #b94f52;
    font-size: 1.4rem;
    padding: 9px 7px 7px;
    text-align: center;
}

.button--red {
    background-color: #af1e23;
}

.button--navy {
    background-color: #3962ad;
    box-shadow: 0 7px #2e5396;
}
.button--navy:active {
    box-shadow: 0 2px #2e5396;
}

.button--blue {
    background-color: #0068b7;
    box-shadow: 0 7px #105990;
}
.button--blue:active {
    box-shadow: 0 2px #105990;
}

.button--pink {
    background-color: #e95283;
    box-shadow: 0 7px #cc456a;
}
.button--pink:active {
    box-shadow: 0 2px #cc456a;
}

.button--lightBlue {
    background-color: #2494b0;
    box-shadow: 0 7px #13808e;
}
.button--lightBlue:active {
    box-shadow: 0 2px #13808e;
}

.button--orange {
    background-color: #f9c897; 
    box-shadow: 0 8px #b94f52;
    color: #464646;
}
.button--orange:active {
    box-shadow: 0 2px #b94f52;
}
.button--orange:before {
    border-color: transparent transparent transparent #b94f52; 
    border-width: 8px 0 8px 12px;
}

.buttonShadow {
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem; 
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.buttonShadow--pink {
    background-color: #fb6f95;
    box-shadow: 0 9px #f94274;
}
.buttonShadow--pink:active {
    box-shadow: 0 2px #f94274;
}

.buttonShadow--green {
    background-color: #189aad;
    box-shadow: 0 9px #13808e;
}
.buttonShadow--green:active {
    box-shadow: 0 2px #13808e;
}

.modal {
    background: rgba(0, 0, 0, .8);
    cursor: pointer; 
    display: none;
    height: 100%;
    padding: 50px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.modal__body {
    position: relative;
    text-align: center;
    top: 0;
    z-index: 2;
}

.modal__wrap {
    margin: 0 auto; 
    position: relative;
    width: 100%;
}

.modal__close {
    text-align: right;
}

.modal__img {
    width: 100%;
}

.pagination {
    display: none;
}

.slider_prev , .slider_next {
    background-color: #fff;
}

.wideslider ul li img {
    cursor: pointer;
}

/*
file name: _utility.scss
description: ユーティリティ系のスタイルを記述。このスタイルには!importantを付けて良い
*/
.u-mt0 {
    margin-top: 0 !important;
}

.u-pt0 {
    padding-top: 0 !important;
}

.u-mr0 {
    margin-right: 0 !important;
}

.u-pr0 {
    padding-right: 0 !important;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-pb0 {
    padding-bottom: 0 !important;
}

.u-ml0 {
    margin-left: 0 !important;
}

.u-pl0 {
    padding-left: 0 !important;
}

.u-mt5 {
    margin-top: 5px !important;
}

.u-pt5 {
    padding-top: 5px !important;
}

.u-mr5 {
    margin-right: 5px !important;
}

.u-pr5 {
    padding-right: 5px !important;
}

.u-mb5 {
    margin-bottom: 5px !important;
}

.u-pb5 {
    padding-bottom: 5px !important;
}

.u-ml5 {
    margin-left: 5px !important;
}

.u-pl5 {
    padding-left: 5px !important;
}

.u-mt10 {
    margin-top: 10px !important;
}

.u-pt10 {
    padding-top: 10px !important;
}

.u-mr10 {
    margin-right: 10px !important;
}

.u-pr10 {
    padding-right: 10px !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

.u-pb10 {
    padding-bottom: 10px !important;
}

.u-ml10 {
    margin-left: 10px !important;
}

.u-pl10 {
    padding-left: 10px !important;
}

.u-mt15 {
    margin-top: 15px !important;
}

.u-pt15 {
    padding-top: 15px !important;
}

.u-mr15 {
    margin-right: 15px !important;
}

.u-pr15 {
    padding-right: 15px !important;
}

.u-mb15 {
    margin-bottom: 15px !important;
}

.u-pb15 {
    padding-bottom: 15px !important;
}

.u-ml15 {
    margin-left: 15px !important;
}

.u-pl15 {
    padding-left: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-pt20 {
    padding-top: 20px !important;
}

.u-mr20 {
    margin-right: 20px !important;
}

.u-pr20 {
    padding-right: 20px !important;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-pb20 {
    padding-bottom: 20px !important;
}

.u-ml20 {
    margin-left: 20px !important;
}

.u-pl20 {
    padding-left: 20px !important;
}

.u-mt25 {
    margin-top: 25px !important;
}

.u-pt25 {
    padding-top: 25px !important;
}

.u-mr25 {
    margin-right: 25px !important;
}

.u-pr25 {
    padding-right: 25px !important;
}

.u-mb25 {
    margin-bottom: 25px !important;
}

.u-pb25 {
    padding-bottom: 25px !important;
}

.u-ml25 {
    margin-left: 25px !important;
}

.u-pl25 {
    padding-left: 25px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-pt30 {
    padding-top: 30px !important;
}

.u-mr30 {
    margin-right: 30px !important;
}

.u-pr30 {
    padding-right: 30px !important;
}

.u-mb30 {
    margin-bottom: 30px !important;
}

.u-pb30 {
    padding-bottom: 30px !important;
}

.u-ml30 {
    margin-left: 30px !important;
}

.u-pl30 {
    padding-left: 30px !important;
}

.u-mt35 {
    margin-top: 35px !important;
}

.u-pt35 {
    padding-top: 35px !important;
}

.u-mr35 {
    margin-right: 35px !important;
}

.u-pr35 {
    padding-right: 35px !important;
}

.u-mb35 {
    margin-bottom: 35px !important;
}

.u-pb35 {
    padding-bottom: 35px !important;
}

.u-ml35 {
    margin-left: 35px !important;
}

.u-pl35 {
    padding-left: 35px !important;
}

.u-mt40 {
    margin-top: 40px !important;
}

.u-pt40 {
    padding-top: 40px !important;
}

.u-mr40 {
    margin-right: 40px !important;
}

.u-pr40 {
    padding-right: 40px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

.u-pb40 {
    padding-bottom: 40px !important;
}

.u-ml40 {
    margin-left: 40px !important;
}

.u-pl40 {
    padding-left: 40px !important;
}

.u-mt45 {
    margin-top: 45px !important;
}

.u-pt45 {
    padding-top: 45px !important;
}

.u-mr45 {
    margin-right: 45px !important;
}

.u-pr45 {
    padding-right: 45px !important;
}

.u-mb45 {
    margin-bottom: 45px !important;
}

.u-pb45 {
    padding-bottom: 45px !important;
}

.u-ml45 {
    margin-left: 45px !important;
}

.u-pl45 {
    padding-left: 45px !important;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-pt50 {
    padding-top: 50px !important;
}

.u-mr50 {
    margin-right: 50px !important;
}

.u-pr50 {
    padding-right: 50px !important;
}

.u-mb50 {
    margin-bottom: 50px !important;
}

.u-pb50 {
    padding-bottom: 50px !important;
}

.u-ml50 {
    margin-left: 50px !important;
}

.u-pl50 {
    padding-left: 50px !important;
}

.u-mt55 {
    margin-top: 55px !important;
}

.u-pt55 {
    padding-top: 55px !important;
}

.u-mr55 {
    margin-right: 55px !important;
}

.u-pr55 {
    padding-right: 55px !important;
}

.u-mb55 {
    margin-bottom: 55px !important;
}

.u-pb55 {
    padding-bottom: 55px !important;
}

.u-ml55 {
    margin-left: 55px !important;
}

.u-pl55 {
    padding-left: 55px !important;
}

.u-mt60 {
    margin-top: 60px !important;
}

.u-pt60 {
    padding-top: 60px !important;
}

.u-mr60 {
    margin-right: 60px !important;
}

.u-pr60 {
    padding-right: 60px !important;
}

.u-mb60 {
    margin-bottom: 60px !important;
}

.u-pb60 {
    padding-bottom: 60px !important;
}

.u-ml60 {
    margin-left: 60px !important;
}

.u-pl60 {
    padding-left: 60px !important;
}

.u-mt65 {
    margin-top: 65px !important;
}

.u-pt65 {
    padding-top: 65px !important;
}

.u-mr65 {
    margin-right: 65px !important;
}

.u-pr65 {
    padding-right: 65px !important;
}

.u-mb65 {
    margin-bottom: 65px !important;
}

.u-pb65 {
    padding-bottom: 65px !important;
}

.u-ml65 {
    margin-left: 65px !important;
}

.u-pl65 {
    padding-left: 65px !important;
}

.u-mt70 {
    margin-top: 70px !important;
}

.u-pt70 {
    padding-top: 70px !important;
}

.u-mr70 {
    margin-right: 70px !important;
}

.u-pr70 {
    padding-right: 70px !important;
}

.u-mb70 {
    margin-bottom: 70px !important;
}

.u-pb70 {
    padding-bottom: 70px !important;
}

.u-ml70 {
    margin-left: 70px !important;
}

.u-pl70 {
    padding-left: 70px !important;
}

.u-mt75 {
    margin-top: 75px !important;
}

.u-pt75 {
    padding-top: 75px !important;
}

.u-mr75 {
    margin-right: 75px !important;
}

.u-pr75 {
    padding-right: 75px !important;
}

.u-mb75 {
    margin-bottom: 75px !important;
}

.u-pb75 {
    padding-bottom: 75px !important;
}

.u-ml75 {
    margin-left: 75px !important;
}

.u-pl75 {
    padding-left: 75px !important;
}

.u-mt80 {
    margin-top: 80px !important;
}

.u-pt80 {
    padding-top: 80px !important;
}

.u-mr80 {
    margin-right: 80px !important;
}

.u-pr80 {
    padding-right: 80px !important;
}

.u-mb80 {
    margin-bottom: 80px !important;
}

.u-pb80 {
    padding-bottom: 80px !important;
}

.u-ml80 {
    margin-left: 80px !important;
}

.u-pl80 {
    padding-left: 80px !important;
}

.u-mt85 {
    margin-top: 85px !important;
}

.u-pt85 {
    padding-top: 85px !important;
}

.u-mr85 {
    margin-right: 85px !important;
}

.u-pr85 {
    padding-right: 85px !important;
}

.u-mb85 {
    margin-bottom: 85px !important;
}

.u-pb85 {
    padding-bottom: 85px !important;
}

.u-ml85 {
    margin-left: 85px !important;
}

.u-pl85 {
    padding-left: 85px !important;
}

.u-mt90 {
    margin-top: 90px !important;
}

.u-pt90 {
    padding-top: 90px !important;
}

.u-mr90 {
    margin-right: 90px !important;
}

.u-pr90 {
    padding-right: 90px !important;
}

.u-mb90 {
    margin-bottom: 90px !important;
}

.u-pb90 {
    padding-bottom: 90px !important;
}

.u-ml90 {
    margin-left: 90px !important;
}

.u-pl90 {
    padding-left: 90px !important;
}

.u-mt95 {
    margin-top: 95px !important;
}

.u-pt95 {
    padding-top: 95px !important;
}

.u-mr95 {
    margin-right: 95px !important;
}

.u-pr95 {
    padding-right: 95px !important;
}

.u-mb95 {
    margin-bottom: 95px !important;
}

.u-pb95 {
    padding-bottom: 95px !important;
}

.u-ml95 {
    margin-left: 95px !important;
}

.u-pl95 {
    padding-left: 95px !important;
}

.u-mt100 {
    margin-top: 100px !important;
}

.u-pt100 {
    padding-top: 100px !important;
}

.u-mr100 {
    margin-right: 100px !important;
}

.u-pr100 {
    padding-right: 100px !important;
}

.u-mb100 {
    margin-bottom: 100px !important;
}

.u-pb100 {
    padding-bottom: 100px !important;
}

.u-ml100 {
    margin-left: 100px !important;
}

.u-pl100 {
    padding-left: 100px !important;
}

.u-tal {
    text-align: left !important;
}

.u-tac {
    text-align: center !important;
}

.u-tar {
    text-align: right !important;
}

.u-fwn {
    font-weight: normal !important;
}

.u-fwb {
    font-weight: bold !important;
}

.u-fs13 {
    font-size: 1.3rem !important;
}


/*=======================================
告知
=========================================*/
.l-notice {position: fixed;right: 0;bottom: 0;box-shadow: 0 0 10px rgba(0,0,0,.65);z-index: 999;line-height: 100%;}
.l-notice img {max-width: 100%;height: auto;vertical-align: top;}