@charset "utf-8";
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "游ゴシック", "Yu Gothic UI", sans-serif;
    word-break: normal;
    box-sizing: border-box;
    line-height: 180%;
}
 
body{
    background: #fff;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a {
    text-decoration: none;
    color: black;
}
a:hover {
    opacity: 0.7;
}
a:focus {
    outline:none;
}

img {
    width: 100%;
}
html{
    scroll-behavior: smooth;
}
::selection {
    background: #C5E084;
    color: black;
}
//Firefox
::-moz-selection {
    background: #C5E084;
    color: black;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

.flex {
    display: flex;
    align-items: flex-start;
}
.jc-center {
    justify-content: center;
}
.jc-spbtw {
    justify-content: space-between;
}
.enTitle {
    color: #bc1d21;
    letter-spacing: 1px;
    font-size:110%;
}

.jpTitle {
    font-size: 130%;
}
.jpTitle.tategaki {
    margin-left: 15px;
}
.wrapper{
    width: 100%;
    max-width:800px;
    margin:0 auto;
}
section {
    width: 100%;
    max-width: 1000px;
    margin:80px auto;
}
h2.title {
    text-align:center;
    font-size: 24px; 
    padding-bottom: 25px;
}
h3.title {
    text-align:center;
    font-size: 20px; 
    padding-bottom: 20px;
}
span.bold {
    font-weight: bold;
}

/*ヘッダー*/
/*#globallogo{
    position: fixed;
    top: 0px;
    z-index: 1;
    left: 0;
    width: 10vw;
    max-width: 180px;
    min-width: 100px;
}
#globallogo .logo2{
    display: none;
}   
#globallogo.modalOn .logo1{
    display: none;
}
#globallogo.modalOn .logo2{
    display: block;
}
#globallogo.modalOn {
    z-index: 2;
}

#modalMenu .flex{
    align-items: center;
}
#modalMenu ul li{
    text-align: center;
    margin-bottom: 3vh;
}
#modalMenu ul li .jpTitle{
    font-size: 130%;
    margin-bottom: 1vh;;
}
#modalMenu ul li .enTitle{
    font-size: 110%;
}*/
header {
    position: fixed;
    background: #fff;
    z-index: 2;
    right: 0px;
    top: 0px;
    transition: .5s;
    width: 100%;
    height: 80px;
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    border-bottom: 3px solid #d73e32;
    align-items: center;
}
#mobileMenu {
    display: none;
}
header ul#pcMenu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    height: 100%;
}
header ul#pcMenu > li{
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
header ul#pcMenu > li > a{
    display: flex;
    align-items: center;
    height: 100%;
}
header ul#pcMenu li a.active{
    color: #d73e32;
}
header #pcMenu br.tablet{
    display: none;
}
/*子階層以降共通*/
header #pcMenu li ul {
    position: absolute;
    top: 80px;
}
header #pcMenu li li {
    height: 0;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    transition: .5s;
}
header #pcMenu li li a{
    padding: 15px 10px 15px 20px;
    transition: .5s;
}
header #pcMenu li li a {
    border-top: 1px solid #eee;
}
header #pcMenu li:hover > ul > li {
    height: 100%;
    overflow: visible;
     border-bottom: 1px solid #d73e32;
}
main {
    margin-top: 80px;
}

#globalJciLogo img{
    width: 120px;
}
/*#top-ModalMenu {
    position: fixed;
    background: none;
    z-index: 1;
    right: 0px;
    top: 0px;
}
#fixedMenu{
    z-index: 2;
}
.commonMenuLogo{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: .5s;
}
.commonMenuLogo>img,
.commonMenuLogo>h1>img{
    width: 175px;
    position: absolute;
    top: 0;
}
#fixedMenu>*, #fixedMenu img, #fixedMenuB>*, #fixedMenuB img{
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
}
.menuSwitch{
    position: absolute;
    top: 0;
    right: 0;
}

.menuWhite.modalOn{
    display: none!important;
}
.menuDefault.modalOn{
    display: inline!important;
}
.menuDefault{
    cursor: pointer;
    display: none;
}
#modalMenu{
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,1.0);
    display: none;
}
#modalMenu>div{
    height: 100vh;
    width: 100vw;
    position: relative;
}

#modalMenu .container{
    padding: 0;
    width: 100%;
    position: relative;
}

}
#fixedMenuB img.menuSwitch2
{
    display: none;
}
.modalOn #fixedMenuB img.menuSwitch2{
    display: inline!important;
}
#fixedMenu img+.menuSwitch2, #fixedMenuB img+.menuSwitch2, #fixedMenuB{
    display: none;
}

.makechirimen img{
    width: 81px !important;
}

.headlogo{
    display: table-cell;
    border-bottom: #bc1d21 solid 9px;
    vertical-align: top;
    padding: 44px 55px 25px 55px;
}

.headlogo img{
    width: 92px;

}

.topimg{

}

.topimg img{
    width: 100%;
    border-bottom: #bc1d21 solid 9px;
}*/

/* フォント */
.chugo {
    font-family: a-otf-gothic-bbb-pr6n, メイリオ, sans-serif;
    font-weight: 800;
    font-style: normal;
}

/* メインイメージ */
div#mainVisual {
    height:60vh;
    width: 100vw;
    margin-top:30px;
    position: relative;
    background-image: url(/2021sys/wp-content/themes/njc2021/static/img/eyecatch_bg_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
#mainTitle {
    width: 33%; 
    display: block;
    margin: 0 auto; 
}

/* ページメニュー */
.pageMenu {
    /*margin-top: 100px;*/
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menuItem:first-child {
    margin-right: 15px;
}
.menuItem:nth-child(2) {
    margin-left: 15px;
}
.menuItem{
    width: 48%;
    /*background: #C5E084; */
    min-height: 290px;
    display: block;
    object-fit: contain;
}
.menuItem .filter {
    /*background: rgba(196, 224, 132, 0.7);*/
    padding: 40px 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/*.menuItem > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}*/
.menuItem .filter div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menuItem .border {
    width: 50px;
   height: 5px;
   background: #d73e32;
   display: block;
   margin: 0px auto;
}
.pageMenu h3.title {
    padding-bottom: 0;
    width: 100%;
}
.pageMenu p {
    width: 100%;
    text-align: center;
}

/*section#top-features*/
#top-features .flex.gochimeshiDesc{
    align-items: center;
}
#top-features .flex.gochimeshiDesc .text{
    margin-left: 30px;
}
.gochimeshiDesc {
    margin-bottom: 40px;
}
#top-features .flex.gochimeshiDesc img{
    width: 20%;
}
.gochimeshiFeatures{
    background: #F8FFE8;
    padding: 40px;
    margin: 20px 0;
}
.gochimeshiFeatures > div{
    width: 50%;
}
.gochimeshiFeatures > div img{
    width:100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.gochimeshiFeatures h3{
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: baseline;
}
.gochimeshiFeatures h3 span{
    display: block;
    font-size: 24px;
    border-bottom:5px dotted #C5E084;
    margin-right: 15px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0 10px;
}
.gochimeshiDesc .lcon.mobile {
    display: none;
}
.gochimeshiDesc .lcon {
    width: 7%;
}
.gochimeshiDesc .lcon img:first-child{
    min-width: 75px;
    position: relative;
    left: -8px;
}
.gochimeshiDesc .lcon img:nth-child(2){
    width: 100%;
    max-width: 40px;
    display: block;
    margin: 0 auto;
}
.gochimeshiDesc .rcon{
    width: 93%;
    margin-left: 40px;
}
.gochimeshiDesc .rcon div{
    margin: 20px 0;
}
.gochimeshiDesc .rcon div p.text{
    margin: 15px 0 30px 0;
}
.gochimeshiDesc .flex:nth-child(2){
   margin-top:20px; 
}
.gochimeshiDesc .flex:nth-child(2) .rcon img{
    width: 40%;
}
.gochimeshiDesc .flex:nth-child(2) .rcon .text{
    margin: 40px 0 0 40px;
}       
/*さきめしプロジェクトとは*/
.sakimeshiFlow img {
    width: 40%;
}
.sakimeshiFlow > div{
    width: 60%;
    margin-left: 40px;
}
.sakimeshiFlow h3{
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: baseline;
    padding-bottom: 20px;
}
.sakimeshiFlow h3 span{
    display: block;
    font-size: 24px;
    border-bottom:5px dotted #C5E084;
    margin-right: 15px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0 10px;
}
span.dotted-border{
    border-right: 5px dotted #D1D1D1;
    height: 45px;
    width: 20%;
    display: block;
}
.sakimeshiFlow.child{
    padding-top: 15px;
}
/*よくある質問*/
.FaqBox {
    margin-bottom: 40px;
}
.FaqBox h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.FaqBox h3 span{
    display: inline-block;
    font-size: 24px;
    border-bottom:5px dotted #C5E084;
    margin-right: 15px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0 10px;
}
.FaqBox p.flex{
    align-items: flex-start;
}
.FaqBox p span{
    display: block;
    font-size: 24px;
    border-bottom:5px dotted orange;
    margin-right: 15px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0 10px;
}
.faqLink {
    background: #d73e32;
    padding: 15px 0;
    text-align: center;
    color: white;
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.faqLink::before {
    content: "";
    display: inline-block;
    background-image: url(/2021sys/wp-content/themes/njc2021/static/img/icon_pdf.svg);
    width: 15px;
    height: 17px;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: text-bottom;
}
/* フッター */

div.footer {
    border: none;
}
footer {
    padding: 50px 0 30px 0;
}
footer .flex > a {
    width: 100%;
}
footer .flex > a:first-child {
   margin-right: 10px;
}
footer .flex > a:nth-child(2) {
   margin-left: 10px;
}  
.nishinomiyaJcLink {
    display: flex;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 20px 15px;
    border:1px solid #cccccc;
    align-items: center;
    justify-content: center;
}
.nishinomiyaJcLink span{
    font-size: 110%;
    font-family: serif;
    font-weight: bold;
    display: inline-block;
    padding: 0 3px;
}
.nishinomiyaJcLink p{
    font-size: 90%;
    font-family: serif;
}
.nishinomiyaJcLink img{
    width: 55px;
    margin-left: 20px;
}
.sakimeshiLink{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border:1px solid #cccccc;
}
.sakimeshiLink img{
    width: 105px;
    margin-right: 20px;
    padding: 10px 0;
}
#footer-copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
@media and (max-height: 768px) and (max-width: 1024px){
    div#mainVisual {
       min-height: 435px;
    }
}
@media screen and (max-height: 768px){ 
    section {
        margin: 50px auto;
    }
}
@media screen and (max-width: 1400px){
    #mainTitle {
        font-size:60px;
    }
    #mainSubtitle {
        font-size: 20px;
    }
    div#mainImg .contentContainer img.logomark {
        width: 120px;
        height: 120px;
    }
    #mainTitle,#mainSubtitle{
        padding-bottom: 0;
        /*min-width: 360px;*/
    }
}
@media screen and (max-width: 1200px){
    header #pcMenu br.tablet{
            display: block;
    }
    header ul#pcMenu li {
        font-size: 90%;
        line-height: 160%;
    }

    div#mainVisual {
        height: 50vh;
    }
    #mainTitle {
        padding-top: 0px;
        width: 40%;
    }
}
@media screen and (max-height: 700px){
        #mainTitle {
        padding-top: 95px;
        width: 35%;
    }
}
@media screen and (max-width: 1100px){
    div#pageTopImg{
        height: 40vh;
    }
    .wrapper{
        width:800px;
    }
    section {
        width: 100%;
        padding: 0 50px;
    }
    nav.footer-breadory li{
        padding-left:10px;
    }

    div.itemlist ul li img:nth-child(1){width:100%;}


    img.modal-content {
        width:100%;
    }
    div.itemlist ul li {
        padding: 0 20px;
    }
    div.main {
        margin:0 3%;
        width: 94%;
    }
}

@media screen and (max-width: 850px){
    main {
        margin-top: 60px;
    }
    .wrapper{
        width:100%;
        padding: 0;
    }
    h3.title {
        font-size: 18px;
    }
    header {
        padding: 0 20px 0 30px;
        height: 60px;
    }
    #globalJciLogo img {
        width: 100px;
        position: relative;
        top: 5px;
    }
    header ul#pcMenu{
        display: none;
    }
    #mobileMenu{
        position: relative;
        display: block;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
      display:none;
    }

    /*アイコンのスペース*/
    #nav-open {
      display: inline-block;
      width: 30px;
      height: 22px;
      vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
      position: absolute;
      height: 2px;/*線の太さ*/
      width: 25px;/*長さ*/
      /*border-radius: 3px;*/
      background: #d73e32;
      display: block;
      content: '';
      cursor: pointer;
    }
    #nav-open span:before {
      bottom: -8px;
    }
    #nav-open span:after {
      bottom: -16px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
      display: none;/*はじめは隠しておく*/
      position: fixed;
      z-index: 99;
      top: 0;/*全体に広がるように*/
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
      overflow: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;/*最前面に*/
      width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
      max-width: 330px;/*最大幅（調整してください）*/
      height: 100%;
      background: #fff;/*背景色*/
      transition: .3s ease-in-out;/*滑らかに表示*/
      -webkit-transform: translateX(-105%);
      transform: translateX(-105%);/*左に隠しておく*/
    }
    #nav-content ul{
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      flex-wrap: wrap;
      padding: 40px 15px;
    }
    #nav-content ul li{
      width: 100%;
      padding: 15px 0;
      border-top: 1px solid #d73e32;
    }
    #nav-content ul li:last-child{
      border-bottom: 1px solid #d73e32;
    }
    #nav-content ul li > ul{
        padding: 15px 0 0 15px;
    }
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
      display: block;/*カバーを表示*/
      opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);/*中身を表示（右へスライド）*/
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    div#mainVisual {
        height: 40vh;
        min-height: 300px;
    }
    .pageMenu {
        justify-content: center;

    }
    .menuItem {
        width: 48%;
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .menuItem:first-child {
        margin-right: 10px;
    }
    .menuItem:nth-child(2) {
        margin-left: 10px;
    }
    #top-features .flex.gochimeshiDesc img{
        width: 100%;
    }
    .flex.gochimeshiFeatures{
        display: block;
    }
    .gochimeshiFeatures > div {
        width: 100%;
    }
    .gochimeshiFeatures > div img {
        max-width: 400px;
    }
    .gochimeshiFeatures h3 {
        justify-content: center;
    }
}
@media screen and (max-width: 768px){ /*tablet*/ 
    .wrapper {
        padding: 0;
    }
    section{
        padding:0 40px; 
    }
    .menuItem {
        width: 100%;
        margin-bottom: 20px;
        min-height: 100px;
    }
    .menuItem .filter{ 
        padding: 30px 25px;
    }
    .menuItem:first-child {
        margin-right: 0px;
    }
    .menuItem:nth-child(2) {
        margin-left: 0px;
    }
    .menuItem .border{
        margin: 15px auto;
    }
    #top-features .flex.gochimeshiDesc {
        display: block;
    }
    #top-features .flex.gochimeshiDesc img{
        display: block;
        max-width: 300px;
        margin: 0 auto 15px;
    }
    #top-features .flex.gochimeshiDesc .text {
        margin-left:0; 
    }
    /* フッター */
    #toTop {
        display: inline-block;
        position: fixed;
        width: 50px;
        height: 50px;
        background: #d73e32;
        bottom: 15px;
        right: 15px;
    }
    #toTop div{
        content: "";
        position: relative;
        top: 20px;
        left: 17px;
        width: 15px;
        height: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    footer .wrapper.flex{
        display: block;}
    .footer-lcon{
        text-align: center;
    }
    .footer-rcon.flex{
        margin-top: 20px;
        justify-content: center;
    }
    #footer-menu-list li{
        margin-bottom: 0px;
        font-size: 16px;
        padding: 0;
    }
    #footer-menu-list li a{
        display: block;
        padding: 15px 0;
        border-top: 1px solid black;
        max-width: 440px;   
        margin: 0 auto;
    }
    #footer-menu-list li:last-child a{
        border-bottom: 1px solid black;
    }
}   
@media screen and (max-width: 650px){ 
    h2.title {
        font-size: 20px;
    }
    .flex.sakimeshiFlow{
        display: block;
    }
    .sakimeshiFlow img {
        width: 100%;
    }
    .sakimeshiFlow > div{
        width: 100%;
        margin-left: 0;
    }
    span.dotted-border {
        width: 50%;
    }
    .FaqBox h3 {
        display: flex;
        font-size: 16px;
        align-items: flex-start;
    }
    .FaqBox p {
        font-size: 14px;
    }
    #mainTitle{
        font-size: 35px;
    }
    #mainTitle,#mainSubtitle{
        min-width: 280px;
    }
    footer .flex{
        display: block;
    }
    footer .flex > a {
        width: 100%;
    }
    footer .flex > a:nth-child(2) {
        margin-left:0px;
        margin:10px 0 0 0;
    }
    #footer-copyright {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px){ 
    div#mainVisual {
        height: 70vh;
        min-height: 400px;
        background-image:url(/2021sys/wp-content/themes/njc2021/static/img/eyecatch_bg_mob.jpg);
    }
    #mainTitle {
        position: relative;
        top: 3vh;
        width: 85%;
        padding: 0px 50px;
    }
    .gochimeshiDesc > .flex{
        display: block;
    }
    .gochimeshiDesc .rcon {
        margin-left: 0px;
        width: 100%;
    }
    .gochimeshiDesc .lcon.pc{
        display: none;
    }
    .gochimeshiDesc .lcon.mobile{
        display: flex;
    }
    .gochimeshiDesc .lcon.mobile img{
        width: 30px;
        margin-right: 10px;
    }
    .gochimeshiDesc .lcon{
        width: 100%;
    }
    .gochimeshiDesc .coronaTitle .flex.pink {
        background: pink;
        padding: 10px 10px;
        border-radius: 30px;
    }
    .gochimeshiDesc .coronaTitle .flex.green {
        background: #C5E084;
        padding: 10px 10px;
        border-radius: 30px;
    }
    .gochimeshiDesc .lcon img:first-child{
        min-width: unset;
        min-width: none;
        position: relative;
        left: unset;
        background: #fff;
        border-radius: 25px;
        padding: 5px;
        width: 40px;
    }
    .gochimeshiDesc .flex:nth-child(2) p{
        font-size: 110%;
        display: block;
        margin: auto 0;
    }
    .gochimeshiDesc .flex:nth-child(2) {
        margin: 20px 0 10px 0;
    }
    .gochimeshiDesc .flex:nth-child(2) .rcon .text {
        margin: 0px 0 0 20px;
    }
    .gochimeshiDesc .coronaTitle:nth-child(2) .rcon {
        margin-top: 30px;
    }
    .gochimeshiFeatures{
        padding: 15px;
    }
    .gochimeshiFeatures h3 span {
        font-size:  20px;
    }
    .sakimeshiFlow h3 {
        padding-bottom: 15px;
    }
    /* 全要素左右余白 */
    section{
        width:auto;
        margin: 30px 0;
        padding: 0 30px;
    }
}
@media screen and (max-width: 450px){
    #mainTitle {
        padding: 0px 10px;
    }
    .gochimeshiDesc .flex:nth-child(2) {
        flex-wrap: wrap;
    }
    .gochimeshiDesc .flex:nth-child(2) .rcon img {
        max-width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 420px){ /*mobileP*/
    .gochimeshiDesc .rcon.flex{
        display: block;
    }
    .gochimeshiDesc .flex:nth-child(2) .rcon img {
        width: 100%;
        max-width:150px;
        display: block;
        margin: 0 auto;
    }
    .gochimeshiDesc .flex:nth-child(2) .rcon .text {
        margin: 10px 0;
    }
}
@media screen and (max-width:320px){
    .footer-rcon img{
        min-width: 75px;
    }
}
/*追加*/

.mob-mandara {
    display: none;
}
.footer-section {
    max-width:800px;
    margin: 0 auto;
}

.footer-wrapper {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    border: 2px solid #cccccc;
    padding: 20px 0px;
}
.pink-bg {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #008bc1;
    flex-direction: column;
}
.pink-bg:first-child{
    margin-right: 20px;
}

.pink-bg:nth-child(2){
    margin-left: 20px;
}

.uk-text {
    font-weight: 700;
}

section {
    position: relative;
}

.wrapper h2 a {
    display: block;
}

.wrapper h2 a:hover {
    opacity: .5;
}

footer a {
    display: block;
}

footer a:hover {
    opacity: .5
}

#scroll1, #scroll2, #scroll3 , #scroll4{
    position: absolute;
    top: -80px
}

@media screen and (max-width:700px) {
    .footer-wrapper {
        width: 70%;
    }
}

@media screen and (max-width: 600px) {
    .pc-mandara {
        display: none;
    }
    .mob-mandara {
        display: block;
    }
    .faqLink {
        margin-top: 20px;
    }
}
@media screen and (max-width:550px) {
    .footer-wrapper {
        width: auto;
        margin: 0 30px;
    }
    .pink-bg {
        width: 40%;
    }
}
@media screen and (max-width: 350px) {
    .small-350 {
        font-size: 13px;
    }
}

