@charset "UTF-8";

/* **************************************************
	共通
************************************************** */

* {
    outline: none !important;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: table;
    line-height: 0px;
    content: "";
}

.fixed {
    position: fixed !important;
}

.iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dis-ib {
    display: inline-block;
}

.dis-b {
    display: block;
}

.dis-i {
    display: inline;
}

.va-top {
    vertical-align: top;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.redtag {
    display: inline-block;
    padding: 2px 5px;
    background: #d90000;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* **************************************************
	行間
************************************************** */

.lh1 {
    line-height: 1;
}

.lh1-1 {
    line-height: 1.1;
}

.lh1-2 {
    line-height: 1.2;
}

.lh1-3 {
    line-height: 1.3;
}

.lh1-4 {
    line-height: 1.4;
}

.lh1-5 {
    line-height: 1.5;
}

.lh1-6 {
    line-height: 1.6;
}

.lh1-7 {
    line-height: 1.7;
}

.lh1-8 {
    line-height: 1.8;
}

.lh1-9 {
    line-height: 1.9;
}

.lh2 {
    line-height: 2;
}


/* **************************************************
	余白共通　マージン
************************************************** */

.mg0auto {
    margin: 0 auto;
}

.mgsideauto {
    margin-left: auto;
    margin-right: auto;
}

.mg0 {
    margin: 0 !important;
}

.mgt0 {
    margin-top: 0px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt40 {
    margin-top: 40px;
}

.mgt50 {
    margin-top: 50px;
}

.mgt60 {
    margin-top: 60px;
}

.mgt70 {
    margin-top: 70px;
}

.mgt80 {
    margin-top: 80px;
}

.mgt90 {
    margin-top: 90px;
}

.mgt100 {
    margin-top: 100px;
}

.mgl0 {
    margin-left: 0px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl20 {
    margin-left: 20px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl40 {
    margin-left: 40px;
}

.mgl50 {
    margin-left: 50px;
}

.mgl60 {
    margin-left: 60px;
}

.mgl70 {
    margin-left: 70px;
}

.mgl80 {
    margin-left: 80px;
}

.mgl90 {
    margin-left: 90px;
}

.mgl100 {
    margin-left: 100px;
}

.mgr0 {
    margin-right: 0px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr20 {
    margin-right: 20px;
}

.mgr30 {
    margin-right: 30px;
}

.mgr40 {
    margin-right: 40px;
}

.mgr50 {
    margin-right: 50px;
}

.mgr60 {
    margin-right: 60px;
}

.mgr70 {
    margin-right: 70px;
}

.mgr80 {
    margin-right: 80px;
}

.mgr90 {
    margin-right: 90px;
}

.mgr100 {
    margin-right: 100px;
}

.mgb0 {
    margin-bottom: 0px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgb40 {
    margin-bottom: 40px;
}

.mgb50 {
    margin-bottom: 50px;
}

.mgb60 {
    margin-bottom: 60px;
}

.mgb70 {
    margin-bottom: 70px;
}

.mgb80 {
    margin-bottom: 80px;
}

.mgb90 {
    margin-bottom: 90px;
}

.mgb100 {
    margin-bottom: 100px;
}

.mgside10 {
    margin: 0 10px 0 10px;
}

.mgside20 {
    margin: 0 20px 0 20px;
}

.mgside30 {
    margin: 0 30px 0 30px;
}

.mgside40 {
    margin: 0 40px 0 40px;
}

.mgside50 {
    margin: 0 50px 0 50px;
}

.mgver10 {
    margin: 10px 0 10px 0;
}

.mgver20 {
    margin: 20px 0 20px 0;
}

.mgver30 {
    margin: 30px 0 30px 0;
}

.mgver40 {
    margin: 40px 0 40px 0;
}

.mgver50 {
    margin: 50px 0 50px 0;
}


/* **************************************************
	余白共通　パッディング
************************************************** */

.pd0 {
    padding: 0 !important;
}

.pd10 {
    padding: 10px !important;
}

.pd20 {
    padding: 20px !important;
}

.pd30 {
    padding: 30px !important;
}

.pd40 {
    padding: 40px !important;
}

.pd50 {
    padding: 50px !important;
}

.pdt0 {
    padding-top: 0px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt50 {
    padding-top: 50px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt70 {
    padding-top: 70px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt90 {
    padding-top: 90px;
}

.pdt100 {
    padding-top: 100px;
}

.pdl0 {
    padding-left: 0px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl40 {
    padding-left: 50px;
}

.pdr0 {
    padding-right: 0px;
}

.pdr5 {
    padding-right: 5px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr50 {
    padding-right: 50px;
}

.pdb0 {
    padding-bottom: 0px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb50 {
    padding-bottom: 50px;
}

.pdside10 {
    padding: 0 10px 0 10px;
}

.pdside20 {
    padding: 0 20px 0 20px;
}

.pdside30 {
    padding: 0 30px 0 30px;
}

.pdside40 {
    padding: 0 40px 0 40px;
}

.pdside50 {
    padding: 0 50px 0 50px;
}

.pdver10 {
    padding: 10px 0 10px 0;
}

.pdver20 {
    padding: 20px 0 20px 0;
}

.pdver30 {
    padding: 30px 0 30px 0;
}

.pdver40 {
    padding: 40px 0 40px 0;
}

.pdver50 {
    padding: 50px 0 50px 0;
}


/* **************************************************
	横幅
************************************************** */

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}


/* **************************************************
	改行余白
************************************************** */

.br2em {
    line-height: 2em;
}

.br3em {
    line-height: 3em;
}

.br30px {
    line-height: 30px;
}

.br40px {
    line-height: 40px;
}

.red {
    color: #ff3333;
}

.blue {
    color: #3333ff;
}


/* **************************************************
	フォントサイズ
************************************************** */

.fw-normal {
    font-weight: normal;
    line-height: 1.1em;
}

.fw-bold {
    font-weight: bold;
}

.fs80 {
    font-size: 80%;
}

.fs90 {
    font-size: 90%;
}

.fs120 {
    font-size: 120%;
}

.fs130 {
    font-size: 130%;
}

.fs140 {
    font-size: 140%;
}

.fs150 {
    font-size: 150%;
}

.fs10px {
    font-size: 10px;
}

.fs11px {
    font-size: 11px;
}

.fs12px {
    font-size: 12px;
}

.fs13px {
    font-size: 13px;
}

.fs14px {
    font-size: 14px;
}

.fs15px {
    font-size: 15px;
}

.fs16px {
    font-size: 16px;
}

.fs17px {
    font-size: 17px;
}

.fs18px {
    font-size: 18px;
}

.fs19px {
    font-size: 19px;
}

.fs20px {
    font-size: 20px;
}

.fs25px {
    font-size: 25px;
}

.fs30px {
    font-size: 30px;
}

.fs35px {
    font-size: 35px;
}

.fs40px {
    font-size: 40px;
}

.fs45px {
    font-size: 45px;
}

.fs50px {
    font-size: 50px;
}

.fs55px {
    font-size: 55px;
}

.fs60px {
    font-size: 60px;
}

.fs65px {
    font-size: 65px;
}

.fs70px {
    font-size: 50px;
}

.fs100px {
    font-size: 50px;
}

.tx-left {
    text-align: left;
}

.tx-center {
    text-align: center;
}

.tx-right {
    text-align: right;
}

.va-top {
    vertical-align: top;
}

.va-mid {
    vertical-align: middle;
}

.va-btm {
    vertical-align: bottom;
}


/* **************************************************

	common

/************************************************** */

body {
    background: #fff;
}

.body-newpucchi.pc-bodyinner {
    padding-bottom: 80px;
}

.body-newpucchi {
    background: #e4e4e4;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

label {
    display: inline;
}

a,
a:hover {
    color: #0088cc;
}

.small {
    font-size: 0.8rem;
    line-height: 1.3em;
}

p {
    margin-bottom: 5px;
    line-height: 1.7em;
}

.body-newpucchi .inner {
    width: 80%;
    margin: 0 auto;
}

.body-newpucchi section {
    margin-bottom: 50px;
}

.body-newpucchi h1,
.body-newpucchi h2 {
    font-weight: 300;
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.body-newpucchi h2 {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
}

@media screen and (min-width: 426px) {
    .body-newpucchi {
        /*　画面サイズが426pxからはここを読み込む　*/
    }
    .body-newpucchi .wrap.container {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        width: 768px !important;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 50px;
        background-color: #fff;
    }
    .body-newpucchi .grid {
        width: 20%;
    }
    .body-newpucchi .inner {
        width: 70%;
        margin: 0 auto;
    }
    .icatch {
        height: 630px;
    }
    .icatch .logo {
        display: block;
        position: absolute;
        width: 340px;
        height: 131px;
        right: 20px;
        top: 230px;
    }
    .icatch .header-h1 {
        display: block;
        position: absolute;
        width: 400px;
        height: 131px;
        right: 10px;
        top: 330px;
    }
    .icatch .header-h1 h1 {
        text-align: right;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .resp-center {
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .body-newpucchi {
        /*　画面サイズが425pxまではここを読み込む　*/
    }
    .body-newpucchi .wrap.container {
        width: auto;
        max-width: 425px !important;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 50px;
        background-color: #fff;
    }
    .icatch {
        height: 630px;
        background-position: -60px 0!important;
    }
    .icatch .logo {
        display: block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        height: 131px;
        bottom: -460px;
    }
    .icatch .header-h1 {
        display: block;
        position: absolute;
        width: 90%;
        height: 1rem;
        right: 10px;
        bottom: 40px;
    }
    .icatch .header-h1 h1 {
        text-align: right;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .resp-center {
        text-align: left!important;
    }
}

.icatch {
    background: url(../img/icatch-bg.jpg)no-repeat left top;
    background-size: cover;
    position: relative;
}

.footer {
    padding-top: 30px;
    border-top: 10px #ff7bac solid;
}

.body-newpucchi .footer a {
    color: #8d8d8d;
}

.body-newpucchi .footer .footer-logo {
    text-align: center;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.body-newpucchi .footer .footer-list {
    margin-bottom: 30px;
}

.body-newpucchi .footer .footer-list li {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.body-newpucchi .footer .footer-sns {
    display: flex;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.body-newpucchi .footer .footer-sns li {
    width: 33%;
    text-align: center;
}

.body-newpucchi .footer .footer-sns li img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.body-newpucchi .footer .copyright {
    text-align: center;
    font-size: 0.7rem;
    color: #8d8d8d;
}

.image-box {
    display: flex;
}

.image-box li {
    width: 50%;
    text-align: center;
}

.image-box img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.footer {
    padding-top: 30px;
}