@charset "utf-8";

/*共通css*/

body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size: 14px;
    font-weight: 200;
    line-height: 1.8;
    color: #333;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 1.6;
    }
}


/*==========================================================

    英語化共通css

==========================================================*/

/* 英語の時のみ改行させる */

.br_en {
    display: none;
}

.lang_en .br_en {
    display: block;
}

/* 英語の時のみ非表示にする */

.lang_en .lang_element_none {
    display: none;
}

/* wovn */

body #wovn-translate-widget[wovn] {
    top: 90px;
}

body #wovn-translate-widget[wovn] li.selected:before {
    background: #6CBAED;
}

@media screen and (min-width:768px) and (max-width:1180px) {
    /* 左下へ */
    body #wovn-translate-widget[wovn] {
        top: auto;
        bottom: 25px;
        left: 0;
        right: auto;
        border: 1px solid #dee5ec;
        border-left: none;
        border-radius: 0 3px 3px 0;
    }
  #wovn-translate-widget[wovn] .wovn-lang-selector{
        border-radius: 0 3px 3px 0!important;
    }
    /*プルダウンの位置を上に*/
    /* body #wovn-translate-widget[wovn] ul {
        top: -6.9em;
    } */
    body #wovn-translate-widget[wovn] .wovn-lang-container.is-open{
        top: -89px;
    }
}

@media screen and (max-width:768px) {
  body #wovn-translate-widget[wovn].mobile {
      top: auto;
      bottom: 0;
  }
}



/*==========================================================

    メインコンテナ制御用CSS

==========================================================*/

#maincontainer {
    position: relative;
    background: #FFF;
    overflow: hidden;
    z-index: 3;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.fontbold {
    font-weight: 400;
}


/*==========================================================

    header用CSS

==========================================================*/

header#menuheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    z-index: 1000;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.headcontainer {
    padding: 20px 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    align-items: center;
}

.logowrap {
    width: 200px;
    position: relative;
    cursor: pointer;
}

.logospace {
    width: 100%;
    padding-top: 14.5%;
    display: block;
}

.logowrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/common/logo.jpg?v=20230206") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

/*header#menuheader:hover .logowrap:before,*/
.headrollout .logowrap:before {
    background: url("/images/common/logo.jpg?v=20230206") no-repeat;
    background-size: contain;
    background-position: 0 3px;
}

.headmenuwrap {
    height: 20px;
    letter-spacing: 1px;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.headmenuwrap div {
    padding-left: 18px;
}

.headmenuwrap span {
    margin-left: 3px;
}

.loginbtn {
    display: block;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 0 15px;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

header#menuheader:hover .loginbtn,
.headrollout .loginbtn {
    color: #333;
    border: 1px solid #333;
    padding-bottom: 1px;
}

header#menuheader.headrollout,
header#menuheader:hover {
    color: #333;
    background: rgba(255, 255, 255, 1);
}

header#menuheader.headrollout {}

.headmenuwrap .dropmenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dropmenu .dropmenuinner {
    width: 100%;
    height: 100%;
    color: #333;
    background: #fff;
    border-top: 1px solid #f1f1f1;
}

.dropmenu .dropmenuinner div.dropflex {
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.dropmenu .dropmenuinner div {
    padding: 0 20px;
}

.dropmenuinner a {
    color: #333;
}

.dropmenuinner a:hover {
    color: #00C8FF;
}

.dropmenu .toparrow {
    width: 0;
    height: 0;
    padding: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.pcmenu:hover + .dropmenu,
.dropmenu:hover {
    padding-top: 10px;
    height: 50px;
    opacity: 1;
    z-index: 10;
}

.pcmenu:hover + .dropmenu .toparrow,
.dropmenu:hover .toparrow {
    top: 0px;
}

.pcmenu a {
    color: #FFF;
}

.pcmenu a:hover {
    color: #00C8FF;
}

header#menuheader.headrollout .pcmenu a,
header#menuheader:hover .pcmenu a {
    color: #333;
}

header#menuheader.headrollout .pcmenu a:hover,
header#menuheader:hover .pcmenu a:hover {
    color: #00C8FF;
    border-color: #00C8FF;
}

@media (max-width: 1180px) {
    header#menuheader:hover {
        background: none;
    }
    header#menuheader.headrollout {
        background: rgba(255, 255, 255, 1);
    }
    .headcontainer {
        padding: 10px;
    }
    .logowrap {
        width: 50%;
        max-width: 200px;
        margin: 0 auto;
    }
    .headrollout .logowrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url("/images/common/logo.jpg?v=20230206") no-repeat;
        background-size: contain;
        background-position: 0 0px;
    }
    .headmenuwrap {
        display: none;
    }
}


/*==========================================================

    SPメニュー用CSS

==========================================================*/

#spmenu {
    display: none;
}

#spnavigation {
    display: none;
}

@media (max-width: 1180px) {
    #spnavigation {
        display: block;
        position: fixed;
        background: #FFF;
        width: 100%;
        height: 100%;
        font-size: 14px;
        max-width: 280px;
        right: 0px;
        top: 0;
        opacity: 0;
        z-index: 0;
        overflow: scroll;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -webkit-box-shadow: 11px 0px 6px -9px rgba(0, 0, 0, 0.3) inset;
        -moz-box-shadow: 11px 0px 6px -9px rgba(0, 0, 0, 0.3) inset;
        box-shadow: 11px 0px 6px -9px rgba(0, 0, 0, 0.3) inset;
    }
    #spnavigation.slidein {
        opacity: 1;
    }
    .slideout,
    .conversion {
        position: relative;
        z-index: 1;
        background: #FFF;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }
    #spnavigation.slidein ~ header#menuheader,
    #spnavigation.slidein ~ footer,
    #spnavigation.slidein ~ #maincontainer,
    #spnavigation.slidein ~ .slideout,
    #spnavigation.slidein ~ .conversion {
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px);
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -ms-filter: blur(1px);
        -o-filter: blur(1px);
        filter: blur(1px);
    }
    #spnavigation.slidein ~ section #maincontainer .clearfilter {
        display: block;
    }
    #spmenu {
        display: block;
        position: fixed;
        z-index: 9999;
        right: 0;
        top: 0;
        width: 60px;
    }
    #spmenu div:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 22px;
        width: 16px;
        height: 2px;
        margin-top: -6px;
        background: #00c8ff;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    #spmenu.rollout div:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 22px;
        width: 16px;
        height: 2px;
        margin-top: -6px;
        background: #00c8ff;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    #spmenu div:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 22px;
        width: 16px;
        height: 2px;
        margin-top: -1px;
        background: #00c8ff;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    #spmenu.rollout div:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 22px;
        width: 16px;
        height: 2px;
        margin-top: -1px;
        background: #00c8ff;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    #spmenu div:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 22px;
        width: 16px;
        height: 2px;
        margin-top: 4px;
        background: #00c8ff;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    #spmenu.rollout div:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 22px;
        width: 16px;
        height: 2px;
        margin-top: 4px;
        background: #00c8ff;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    #spmenu.spnav-close:before {
        height: 0px;
        border-bottom: 0px solid #333;
        top: 25px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #spmenu.spnav-close div:nth-child(1) {
        margin-top: -1px;
        background: #00c8ff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #spmenu.spnav-close div:nth-child(2) {
        width: 2px;
        left: 28.5px;
        margin-top: -1px;
        background: #0f78c8;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #spmenu.spnav-close div:nth-child(3) {
        margin-top: -1px;
        background: #ffa0c8;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .splogin {
        padding: 30px 20px 10px;
        font-size: 10px;
    }
    .splogin div {
        border: 1px solid #333;
        border-radius: 5px;
        padding: 2px 0;
        width: 80px;
        font-size: 13px;
        text-align: center;
        color: #333;
    }


    .spnavinner {
        padding: 0 10px 15px 20px;
    }
    .spnavinner .spflclear {
        margin: 10px 0;
    }
    .spnavinner .spflclear.spmenu_margin0 {
        margin: 0;
    }
    .spnavinner a {
        color: #333;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .spnavinner a > div {
        padding: 3px 0;
        font-size: 13px;
        letter-spacing: .05em;
        text-indent: 1em;
    }

    .spnavinner a > div:before {
        content: "-";
        margin-right: 3px;
    }
    .spnavinner .spflclear a:first-child div {
        text-indent: 0;
        font-weight: bold;
    }
    .spnavinner .spflclear a:first-child div:before {
        content: "";
        margin-right: 0;
    }


    .spcontact {
        /*padding: 10px 20px 0;*/
        padding: 10px 20px 80px;
        border-top: 1px solid #e5e5e5;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin-bottom: 60px;
    }
    .spcontact a {
        color: #333;
    }
    .spcontact div {
        width: 60px;
        text-align: center;
    }
    .spcontact div img {
        margin-right: 10px;
        display: block;
        margin: 0 auto;
    }
}





/*==========================================================

    コンタクト用CSS

==========================================================*/

.contactmenuwrap {
    padding: 75px 0;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.contactinner {
    padding: 0 15px;
}

.contactinner:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

.contactinner .contactwrap {
    /*float: left;*/
    float: right;
    width: 45%;
}
.contactinner .contactwrap.mlang-visible {
    float: left;
}

.contactwrap a {
    color: #333;
}

.contactwrap a:hover {
    color: #00C8FF;
}

.contacttext{
    /* 一時処理 */
    width: auto !important;
}

.contactbtn {
    border: 1px solid #E5E5E5;
    padding: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.contactbtn .contactbtninner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.contactbtninner img {
    margin-right: 15px;
}

.contactbtninner span {
    color: #7f7f7f;
}

.contactwrap.spchat {
    display: none;
}

.contactmenutitle {
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.contactinner.telcontact{
    margin-bottom: 20px;
}

.telcontact .contactwrap{
    width: 100%;
}

.telcontact .contactbtn{
    padding-bottom: 25px 0;
}

.telcontact .contactbtninner{
    display: block;
}

.telcontact .contacttext{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}

.telcontact .contacttext + .contacttext{
    margin-top: 20px;
}
.lang_en .telcontact .contacttext + .contacttext{
     margin-top: 0;
}

.telcontact a{
    display: inline-block;
    font-size: 30px;
    pointer-events: none;
}

.telcontact a:hover{
    color: #333;
}

.telcontact a > i{
    display: inline-block;
    font-size: 26px;
    margin-right: 10px;
}

.contactbr{
    display: none;
}


@media (max-width: 1180px) {
    .contactmenuwrap {
        padding: 20px 0;
        width: 92%;
        margin: 0 auto;
    }
    .contactinner {
        padding: 0 15px;
    }
    .contactbtn .contactbtninner {
        margin: 0 auto;
    }
    .contactinner .contactwrap,
    .contactinner .contactwrap.mlang-visible,
    .contactinner .contactwrap:last-child {
        float: none;
        width: 100%;
    }
    .contactinner .contactwrap .contactpadding {
        padding: 10px 0;
    }
    .contactbtn {
        -webkit-justify-content: initial;
        justify-content: initial;
    }
    .contactwrap.pcchat {
        display: none;
    }
    .contactwrap.spchat {
        display: block;
    }
    .contactwrap.spchat .contactbtninner div img {
        margin: 0;
    }
}


@media (max-width: 768px) {

    .contactmenutitle {
        font-size: 18px;
        padding: 15px 0;
    }

    .contactinner.telcontact{
        margin-bottom: 0;
    }

    .telcontact .contactwrap{
        width: 100%;
    }

    .telcontact .contactwrap .contactpadding{
        padding-top: 0;
    }

    .telcontact .contactbtn{
        padding: 20px 0;
    }

    .telcontact .contacttext{
        font-size: 16px;
    }

    .telcontact a{
        font-size: 22px;
        pointer-events: auto;
        margin-top: 3px;
        font-weight: 400;
    }

    .telcontact a:hover{
        color: rgb(80,187,242);
    }

    .telcontact a > i{
        font-size: 18px;
        margin-right: 5px;
    }
    .contactbr{
        display: block;
    }
}




/*==========================================================

    ページ下部バナー用CSS

==========================================================*/

.bannercontainer {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.footbannerwrap {
    padding: 75px 15px 25px;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.footbannerwrap .bnr {
    width: 33.3333%;
    text-align: center;
    padding-bottom: 50px;
}

.footbannerwrap .bnr:nth-child(3n) {
    /* PC:右*/
    text-align: right;
}

.footbannerwrap .bnr:nth-child(3n + 1) {
    /* PC:左*/
    text-align: left
}

.special_contents_wrapper {
    border-bottom: #e5e5e5;
    padding-bottom: 50px;
}

.special_contents_wrapper .footbannerwrap {
    padding-top: 20px;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.special_contents_wrapper .footbannerwrap .special {
    width: 33.33333%;
}

.footbannerwrap img {
    width: 240px;
}

.footbannerwrap img.frame {
    border: 1px solid #999;
    border-radius: 5px;
}


@media (max-width: 1180px) {
    .bannercontainer {
        width: 92%;
    }
    .footbannerwrap {
        padding: 0 15px 25px;
    }

    .special_contents_wrapper {
        margin-top: 20px;
        padding-bottom: 0;
    }
    .footbannerwrap .bnr {
        float: left;
        width: 50%;
        padding-bottom: 10px;
    }
    .special_contents_wrapper .footbannerwrap {
        padding-top: 0;
    }
    .special_contents_wrapper .footbannerwrap .special {
        width: 50%;
    }
    /* PC:右*/
    .footbannerwrap .bnr:nth-child(odd) {
        text-align: left;
    }
    /* PC:左*/
    .footbannerwrap .bnr:nth-child(even) {
        text-align: right;
    }
    .footbannerwrap img {
        width: 95%;
    }
}


/*==========================================================

    footer用CSS

==========================================================*/

footer {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.footercontainer {
    background: #FFF;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.footerwrap {
    border-top: 1px solid #e5e5e5;
    padding: 75px 15px 0;
}

.footinner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footmenu:first-child {
    width: 230px;
}

.footmenu label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footmenutitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.footmenucontent {
    overflow: hidden;
    position: relative;
}

.footmenucontent:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0f78c8;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.footmenucontent.pattarn1:after {
    background: #0f78c8;
}

.footmenucontent.pattarn2:after {
    background: #ffa0c8;
}

.footmenucontent.pattarn3:after {
    background: #00c8ff;
}

.footmenucontent.pattarn4:after {
    background: #c8e600;
}

.footmenucontent.pattarn5:after {
    background: #aa82d7;
}

.footmenucontent:hover:after {
    width: 100%;
}

.footmenucontent a {
    color: rgb(127, 127, 127);
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 100;
}

.footlogo {
    width: 100%;
    margin-bottom: 25px;
}
/*
.appicon img {
    width: 50%;
    margin-bottom: 5px;
}
*/
.appicon-banner{
	display: flex;
	flex-wrap:wrap;
}
.appicon-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.appicon-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
    margin-bottom: 5px;
}

.snsicon {
    margin-top: 10px;
}

.snsicon:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

.snsicon div {
    width: 33.3333333%;
    font-size: 45px;
    display: block;
    float: left;
    text-align: center;
}

.snsicon div:nth-child(2) {
    text-align: center;
}

.snsicon div:nth-child(3) {
    text-align: right;
}

.snsicon a {
    color: #333;
}

.snsicon a:hover {
    color: #00C8FF;
}

input[name="spaccordion"] {
    display: none;
    opacity: 0;
}

.clwrap {
    text-align: center;
    color: rgb(127, 127, 127);
    padding: 40px;
    font-size: 10px;
}
.pcfootmenu {
    display: block;
}
.spfootmenu {
    display: none;
}

@media (max-width: 1180px) {
    .pcfootmenu {
        display: none;
    }
    .spfootmenu {
        display: block;
    }
    .footercontainer {
        padding: 20px 0;
        max-width: 100%;
    }
    .footerwrap {
        border-top: none;
        padding: 20px 0;
    }
    .footinner {
        display: -webkit-block;
        display: block;
    }
    .footmenutitle {
        font-size: 18px;
        margin-bottom: 0;
        padding: 15px 4%;
        border-top: 1px solid #e5e5e5;
        position: relative;
    }
    .footmenutitle {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 20px;
        height: 100%;
        position: absolute;
        right: 4%;
        top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    input[name="spaccordion"]:checked ~ label .footmenutitle:after {
        content: "\f056";
    }
    .footaccordion {
        overflow: hidden;
        padding: 15px 4%;
        max-height: 300px;
        line-height: 2;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    input[name="spaccordion"]:checked ~ .footaccordion {
        padding: 15px 4%;
        max-height: 300px;
    }
    .footmenucontent:after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: none !important;
    }
    .footmenu:first-child {
        width: auto;
        /*border-top: 1px solid #e5e5e5;*/
        padding: 50px 4% 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .footmenu:last-child {
        width: auto;
        /*border-top: 1px solid #e5e5e5;*/
        padding: 50px 4% 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .footlogo {
        width: 135px;
        margin-bottom: 0;
    }
    .appicon {
        display: flex;
    }
    .snsicon {
        width: 90px;
        margin-top: 0;
        margin-left: auto;
    }
    .snsicon div {
        width: 33.3333333%;
        font-size: 30px;
        display: block;
        float: left;
    }
    .clwrap {
        padding: 20px;
    }
}

@media (max-width: 764px) {
    .clwrap span {
        display: block;
        margin: 0 auto;
    }
}


/*==========================================================

    共通LP用バナー（電話問い合わせ上部）

==========================================================*/
.lpbnr_container{
    background-color: #f6f6f6;
    padding: 60px 0;
}
.lpbnr_container > p{
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}
.lpbnr{
    width: 380px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .lpbnr_container{
        padding: 30px;
    }
    .lpbnr_container > p{
        font-size: 18px;
    }
    .lpbnr{
        width: 100%;
        max-width: 458px;
    }
}




/*============================
    ローダー
============================*/

#loadingfilter {
    position: fixed;
    z-index: 99999;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 1;
}

#loadingfilter img {
    display: block;
}

.loadtext {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #CCC;
    font-size: 18px;
}

.loadanim {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
}

.loadcircle01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: loadspin01 8s linear infinite;
    -moz-animation: loadspin01 8s linear infinite;
    -ms-animation: loadspin01 8s linear infinite;
    -o-animation: loadspin01 8s linear infinite;
    animation: loadspin01 8s linear infinite;
}

.loadcircle02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: loadspin02 5s linear infinite;
    -moz-animation: loadspin02 5s linear infinite;
    -ms-animation: loadspin02 5s linear infinite;
    -o-animation: loadspin02 5s linear infinite;
    animation: loadspin02 5s linear infinite;
}

@-webkit-keyframes loadspin01 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loadspin01 {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes loadspin01 {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes loadspin01 {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes loadspin01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loadspin02 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes loadspin02 {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes loadspin02 {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(-360deg);
    }
}

@-o-keyframes loadspin01 {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(-360deg);
    }
}

@keyframes loadspin02 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/*============================
    ページトップボタン
============================*/

.page-top {
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.page-top.rollout {
    opacity: 1;
}

.page-top img {
    display: block;
}


/*============================
    ボーダー追加
============================*/

.plusborder {
    width: 100%;
    max-width: 1024px;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
}


/*==========================================================
    エラーページ
==========================================================*/
.err_container{
    padding: 40px 0 100px;
    text-align: center;
}
.err_title p{
    color: #6db9ed;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-bottom: 50px;
}
.err_text p{
    font-size: 16px;
    line-height: 1.5;
}
.err_text a{
    display: block;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    background-color: #6db9ed;
    border-radius: 4px;
    margin: 60px auto 0;
}
@media (max-width: 768px) {
    .err_container{
        padding: 80px 0 100px;
    }
    .err_title p{
        font-size: 24px;
    }
}

/*==========================================================
    reCaptcha
==========================================================*/
@media screen and (max-width:768px) {
  .g-recaptcha {
    transform-origin: 0% 0%;
  }
}
@media screen and (min-width:635px) {
  .wrapper_recaptcha{
    text-align: center;
  }
  .g-recaptcha {
    display: inline-block;
  }
}

/*==========================================================
    言語切替widget
==========================================================*/
#tateruap-translate-widget,
#tateruap-translate-widget div,
#tateruap-translate-widget ul,
#tateruap-translate-widget li,
#tateruap-translate-widget span,
#tateruap-translate-widget a {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Padauk, sans-serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: nowrap;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}
#tateruap-translate-widget {
    max-height: fit-content;
    pointer-events: auto;
    top: 20px;
    right: 0;
    box-sizing: border-box;
    z-index: 2147483646;
    border-radius: 5px;
    text-align: left;
    position: fixed;
    top: 90px;
}
#tateruap-translate-widget div {
    display: block;
}
#tateruap-translate-widget .tateruap-lang-container {
    top: 34px;
    left: 8px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    pointer-events: none;
    border-radius: 5px;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    z-index: 9;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
#tateruap-translate-widget .tateruap-lang-container.is-open {
    top: 44px;
    pointer-events: auto;
    opacity: 1;
}
#tateruap-translate-widget ul {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    margin: 0;
}
#tateruap-translate-widget .tateruap-lang-container .tateruap-lang-list {
    box-sizing: border-box;
    max-height: 300px;
    min-width: 146px;
    overflow: hidden;
}
#tateruap-translate-widget li {
    text-align: -webkit-match-parent;
    display: list-item;
}
#tateruap-translate-widget .tateruap-lang-container .tateruap-lang-list li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 16px 16px 16px 28px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
    color: rgba(84, 95, 102, 0.7);
}
#tateruap-translate-widget .tateruap-lang-container .tateruap-lang-list li.selected {
    background-color: #f6f8fa;
    color: #545f66;
}

#tateruap-translate-widget .tateruap-lang-container .tateruap-lang-list li.selected:before {
    top: calc(50% - 4px);
    border-radius: 50%;
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    left: 12px;
    background-color: #6CBAED;
}
#tateruap-translate-widget .tateruap-lang-selector {
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #f6f8fa;
}
#tateruap-translate-widget .tateruap-lang-selector .tateruap-lang-selector-links {
    padding: 8px!important;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    line-height: 0;
    display: block;
    padding: 8px;
    width: 100%;
}
#tateruap-translate-widget .tateruap-lang-selector .tateruap-lang-selector-links .tateruap-current-lang {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    font-weight: 500;
    min-width: 146px;
    min-height: 32px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
    outline: 0;
}
#tateruap-translate-widget .tateruap-lang-selector .tateruap-lang-selector-links .tateruap-current-lang {
    border: 1px solid #dee5ec;
    background-color: #ffffff;
    color: #545f66;
}
#tateruap-translate-widget .tateruap-lang-selector .tateruap-lang-selector-links .tateruap-current-lang i {
    margin-right: 0.5em;
}
#tateruap-translate-widget .tateruap-lang-selector .tateruap-lang-selector-links .tateruap-current-lang:after {
    vertical-align: middle;
    display: inline-block;
    margin: -4px 0 0;
    line-height: 0;
    content: '';
    position: absolute;
    top: 14px;
    right: 8px;
    height: 5px;
    width: 5px;
    border-right: 1px solid #545f66;
    border-bottom: 1px solid #545f66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tateruap-translate-widget a {
    font-size: 12px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
#tateruap-translate-widget .tateruap-current-lang a {
    margin: 6px 8px;
}
#tateruap-translate-widget .tateruap-lang-container .tateruap-lang-list li a {
    line-height: 1;
}
@media screen and (min-width:768px) and (max-width:1180px) {
    #tateruap-translate-widget {
        top: auto;
        bottom: 55px;
        left: 0;
        right: auto;
        border: 1px solid #dee5ec;
        border-left: none;
        border-radius: 0 3px 3px 0;
    }
    #tateruap-translate-widget .tateruap-lang-selector{
        border-radius: 0 3px 3px 0!important;
    }
    #tateruap-translate-widget .tateruap-lang-container.is-open{
        top: -89px;
    }
}

@media screen and (max-width:767px) {
    #tateruap-translate-widget {
        top: auto;
        left: 0;
        bottom: 0;
    }
    #tateruap-translate-widget .tateruap-lang-container.is-open{
        top: auto;
        bottom: 44px;
    }
}
