/*
Common.css are used for ovveride style from grune_block.css
It is use for all page on current project
*/

@charset "utf-8";

/* ===================== common ==== */
@font-face {
  font-family: 'hiraginoMinchoMedium';
  src: url('fonts/NotoSerifCJKjp-Medium.min.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/NotoSerifCJKjp-Medium.min.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/NotoSerifCJKjp-Medium.min.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'hiraginoMinchoBlack';
  src: url('fonts/NotoSerifCJKjp-Black.min.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/NotoSerifCJKjp-Black.min.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/NotoSerifCJKjp-Black.min.ttf')  format('truetype'); /* Safari, Android, iOS */
}
body {
    background-repeat: repeat;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'hiraginoMinchoMedium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    overflow-x: hidden;
}
body.fixed-body{
    overflow: hidden;
}
h1,
h2,
h3 {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", 'hiraginoMinchoBlack', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    line-height: 1.7;
}
#header02 .list-menu{
    margin-top: 0px;
}

h1 {
    font-size: 32px;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.ff-hmpN-3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ff-hmpN-6 {
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "hiraginoMinchoBlack", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ff-hs-3 {
    font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.ff-hs-6 {
    font-family: "ヒラギノ角ゴシック W6", "Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.font-12 {
    font-size: 12px !important
}
.full-width{
    width: 100%;
}
header {
    background: url('../imgs/bg.png');
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}
.group-title {
    font-size: 18px;
    border-bottom: 1px solid currentcolor;
    display: block;
    padding-bottom: 8px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.language-text{
    height: 50px;
    width: calc(100% - 280px);
    margin: 0 !important;
    margin-right: 30px !important;
    padding: 12px 0;
}
.language-list{
    margin: 0 !important;
    height: 50px !important;
    width: 250px;
    font-size: 16px;
}
.language-list select{
    height: 100% !important;
    padding: 10px 10px !important;
    outline: none;
}
.language-list select:focus{
    outline: none;
    box-shadow: none;
}
#wpadminbar {
    position: fixed !important;
}
.pagination li a{
    text-decoration: underline !important;
}
.pagination li.active-page a{
    text-decoration: none !important;
}
.pagination li:last-child,
.pagination li:first-child{
    padding: 0 10px;
    cursor: pointer;
}
.pagination li.hide{
    display: none;
}
.pagination li.disabled:last-child,
.pagination li.disabled:first-child{
    text-decoration: none;
    color: #bebebe;
    cursor: default;
}
#header02:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    background: transparent;
}
.text-dotted{
    display: flex;
}
.text-dotted:after {
    border-bottom: 2px dotted black;
    content: '';
    flex: 1;
    height: 12px;
}
#header02.open:after {
    bottom: 0;
}

.text-red{
    color: #e60012;
}

.underline{
    text-decoration: underline;
}

header#header02 .main-logo {
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}

#header02 .main-logo a {
    cursor: pointer;
}

#header02 .nav-bar-top {
    z-index: 1;
}

header#header02 .right-menu.multilanguals {
    height: 41px;
    line-height: 20px;
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}

header#header02.scrolled .right-menu.multilanguals {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

header#header02.scrolled .navbar-toggler {
    margin-top: 10px;
}

header#header02.scrolled .main-logo {
    padding: 13px 0 20px;
}

.content-wrapper {
    padding-top: 148px;
    padding-bottom: 0;
    min-height: calc(100vh - 460px);
    position: relative;
}
.padd-content {
    padding: 80px 0;
}
#header02 .navbar .nav-item a:hover {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #ee0000;
}
#header02 .navbar .nav-item a {
    font-size: 12px;
}

#footer02 {
    position: relative;
}

#btn-to-top {
    position: absolute;
    right: 110px;
    bottom: calc(100% - 40px);
    cursor: pointer;
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#header02 .navbar.line-spitter .nav-item a:after {
    top: 6px;
    bottom: 6px;
}

.animated-icon1 {
    color: #484848;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    display: block;
}

#header02 .navbar .nav-item a {
    padding: 3px 22px;
}

#btn-to-top span {
    display: block;
}

#btn-to-top img {
    height: 84px;
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}

#btn-to-top:hover img {
    height: 100px;
}

.text-black {
    color: #000 !important;
}
.text-white {
    color: #fff !important;
}
.text-pink {
    color: #e60012;
}
.text-grey {
    color: #707070;
}
.text-underline {
    border-bottom: 1px solid;
}
.text-normal{
    font-weight: normal !important;
}
.text-14{
    font-size: 14px !important;
}
.text-18{
    font-size: 18px !important;
}
.inline-block {
    display: inline-block;
}
.blog-title{
    font-size: 24px;
}

.bg-green{
    background-color: #31D8B1;
}
.bg-orange{
    background-color: #ff7800;
}
.bg-blue{
    background-color: #13b5b1;
}
.bg-pink {
    background-color: #f19ec2;
}
.bg-grey {
    background-color: #f8f7f6;
}
.bg-img {
    background-image: url(../imgs/bg.png);
}
.bg-red {
    background: #f00;
}

.pink-box {
    padding: 5px;
    border: 1px solid #e60012;
}

hr{
    border-color: #a0a0a0;
}

.doted li {
    position: relative;
    padding-left: 20px;
}
.doted li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #000;
    left: 0;
    top: calc(50% - 8px);
}

.title {
    font-size: 24px;
}
.subs{
    font-size: 16px;
}

gcse-search {
    background-image: url(../imgs/bg.png);
}

.wrapp-title-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 140px;
    background-image: url(../imgs/grey-transparent.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    height: 140px;
}

.about-menu {
    padding: 24px 0;
    position: relative;
}
.left-line {
    position: relative;
}
.about-menu li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 24px;
}
.about-menu li:before {
    content: '';
    background-image: url(../imgs/grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
}
.about-menu li:hover, .about-menu li.active{
    opacity: .2;
}
.about-menu li a:hover{
    color: #000;
}

.mb-80{
    margin-bottom: 80px
}
.mb-40{
    margin-bottom: 40px
}
.pb-45{
    padding-bottom:45px!important;
}
.pb-75{
    padding-bottom: 75px;
}

.align-item-center {
    align-items: center;
}

/*pagination*/
.pagination ul {
    width: 100%;
}
.no-padd{
    padding: 0 !important;
}
/*footer*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
#footer02 .list-menu{
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.btn-rectangle {
    display: inline-block;
    position: relative;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-rectangle:before {
    content: url(../imgs/arrow-icon.png);
    position: absolute;
    top: 20px;
    width: 100%;
    right: -18px;
    -webkit-transition: 2s linear 0s;
    -moz-transition: 2s linear 0s;
    -ms-transition: 2s linear 0s;
    -o-transition: 2s linear 0s;
    transition: 2s linear 0s;
    transform: rotate(180deg);
}
.split.btn-rectangle:before{
    transform: rotate(0);
    right: unset;
    left: -18px;
    top: 16px;
}
.btn-rectangle img {
    display: block;
    margin: 0 auto 16px;
}
.btn-rectangle img.img-hover {
    display: none;
}
.btn-rectangle span {
    display: block;
}
.btn-confirmation:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}
.btn-full {
    max-width: 350px;
    width: 100%;
}
.btn-black {
    background: url(../imgs/white-logo-tr.png), #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    border-radius: 0;
}
.animated-icon1 span{
    height: 2px;
}


.pagination {
    margin-top: 50px;
}
.pagination ul {
    display: flex;
    max-width: 100%;
    justify-content: center;
}
.pagination li {
    font-size: 14px;
    margin-right: 5%;
}
.pagination ul li a {
    font-weight: bold;
    text-decoration: underline;
    padding: 0 8px;
}

.pagination ul li.active-page a {
    text-decoration: none;
    color: #bebebe;
    cursor: default;
}
.pagination ul li.disabled a{
    text-decoration: none;
    color: #bebebe;
    cursor: default;
}
.pagination ul li.active-page a:hover,
.pagination ul li.disabled a:hover{
    color: #bebebe;
}
.pagination li .fa {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 4px;
}
.pagination li:last-child {
    margin-right: 0;
}


/* ======== animation ========== */
@-webkit-keyframes arrowRight {
	from {
		right: -18px;
	}

	to {
		right: -8px;
	}
}
@keyframes arrowRight {
	from {
		right: -18px;
		opacity: 1;
	}

	to {
		right: -8px;
		opacity: 0;
	}
}

@-webkit-keyframes arrowLeft {
	from {
		left: -18px;
	}

	to {
		left: -8px;
	}
}
@keyframes arrowLeft {
	from {
		left: -18px;
		opacity: 1;
	}

	to {
		left: -8px;
		opacity: 0;
	}
}

.form-control {
    padding: 6px 10px;
    -moz-box-shadow: inset inset 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    color: #000;
}
.form-control:focus {
    color : #000 !important;
}
.button-back{
    background: url('../../imgs/bg.png');
    height: 260px;;
}
.button-back .text-center{
    padding-top: 75px;
    padding-bottom: 90px;
}

/* for less than IE 10 */
body.notScroll {
    overflow: hidden;
}
#please-update {
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: ease .5s;
}
#please-update.active-IE {
	z-index: 99999;
	visibility: visible;
	opacity: 1;
	background-image: url('../../img/bg.png');
}
#please-update.active-IE .wrapper-update p{
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	line-height: 45px;
	color: #000;
}
#please-update.active-IE .wrapper-update {
	/* top: 185px !important; */
}
#please-update.active-IE .wrapper-update a.btn-rectangle {
	margin-top: 120px;
}
#please-update.active-IE .wrapper-update a.btn-rectangle span {
	margin-top: 10px;
	color: #000;
}

#ie-notif {
	background: url('../../img/ie-notif.png');
	width: 320px;
	height: 111px;
	margin: auto;
	margin-bottom: 56px;
}
.wrapper-update {
	text-align: center;
    height: 480px;
    position: absolute;
    width: 100%;
    top: calc(50% - 240px);
}
.wrapper-update a {
	margin-top: 36px;
}

@media (max-width: 1199px){
    #header02 .navbar .nav-item a {
        padding: 3px 8px;
    }
    .col-footer-menu{
        padding: 0;
    }
    .parent-footer-list-menu{
        padding: 0;
    }
}
.active-sp-only{
    display: none;
}
.active-pc-only{
    display: block;
}
@media (min-width: 768px){
    .active-sp-only{
        display: none;
    }
    .active-pc-only{
        display: block;
    }
    .pagination ul li a:hover{
        color: #ee0000;
    }
    .sp-only{
        display: none!important;
    }
    .btn-rectangle:hover:before {
        -webkit-animation: arrowRight 1s;
        -webkit-animation-iteration-count: infinite;
        animation: arrowRight 1s;
        animation-iteration-count: infinite;
    }
    .split.btn-rectangle:hover:before {
        -webkit-animation: arrowLeft 1s;
        -webkit-animation-iteration-count: infinite;
        animation: arrowLeft 1s;
        animation-iteration-count: infinite;
    }
    .btn-rectangle:hover img {
        display: none;
    }
    .btn-rectangle:hover img.img-hover {
        display: block;
    }
    a:hover{
        color: #ee0000;
    }
    .left-line:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: -15px;
        background: #eee;
        top: 0;
    }
    .parent-footer-list-menu{
        margin-top: 85px;
    }
    .fb_iframe_widget{
        margin-top:10px;
    }
}

/* form */
.form-check .form-check-label {
    min-width: 100px;
}

/*CF7*/
.wpcf7-response-output {
    display: none !important;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}

@media screen and (max-width: 770px) {
    .m-sp--10{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .active-sp-only{
        display: block;
    }
    .active-pc-only{
        display: none;
    }
    #header02.open #navbarNav2 {
        padding: 30px 0;
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #header02 .list-menu {
        margin: 0;
    }
    header#header02.scrolled .main-logo {
        padding: 16px 0;
    }
    .animated-icon1 span:nth-child(2) {
        top: 14px;
    }
    .animated-icon1 span:nth-child(1) {
        top: 4px;
    }
    .animated-icon1.open span:nth-child(1),
    .animated-icon1.open span:nth-child(2) {
        top: 4px !important;
    }
    header#header02.scrolled .navbar-toggler {
        margin-top: 14px;
    }
    header#header02 .navbar-toggler {
        margin-top: 14px;
        width: 44px;
        height: 43px;
    }
    .content-wrapper {
        padding-top: 48px;
    }
    .animated-icon1 span:nth-child(3) {
        font-size: 14px;
    }
    .animated-icon1 span:first-child, .animated-icon1 span:nth-child(2){
        /* width:44px;
        left: 0px; */
    }
}
@media (max-width: 767px){
    #header02 #navbarNav2 .list-menu .col-12.col-sm-12.col-md-4.sp-only{
        margin-bottom: 0;
    }
    .group-title {
        margin: 0 !important;
    }
    .btn-contact-menu{
        margin-top: 48px !important;
        margin-bottom: 32px !important;
    }
    .about-menu li:first-child{
        padding-left: 0;
    }
    .about-menu li:first-child:before{
        display: none;
    }
    .pagination li {
        font-size: 14px;
            margin-right: calc(7% - 9px);
    }
    .pc-only{
        display: none !important;
    }
    #header02 #navbarNav2{
        max-height: calc(100vh - 70px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    #header02{
        height: auto!important;
    }
    #btn-to-top{
        right: calc(50% - 12px);
    }
    .btn-rectangle img{
        display: none;
    }
    .btn-rectangle img.img-hover{
        display: block;
    }
    #bottom-banner img {
        box-shadow: 9px 8px 3px #cecdcd;
        -webkit-box-shadow: 9px 8px 3px #cecdcd;
        -moz-box-shadow: 9px 8px 3px #cecdcd;
    }
    .animated-icon1 span:first-child, .animated-icon1 span:nth-child(2){
        /* width:40px; */
        /* left: 4px; */
    }
    #bottom-banner .btn-rectangle img {
        box-shadow: none;
    }
    .content-floting {
        position: fixed;
        top: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        height: 100vh;
        width: 100%;
        padding: 0;
        transform: scale(0);
        opacity: 0;
        transition: .5s ease;
        /* transition-delay: .5s; */
    }
    .about-menu {
        display: inline-block;
        width: 80%;
        min-height: 100vh;
        background: #fff;
        padding: 38px 0 38px 38px;
    }
    .title-float{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .about-menu li{
        margin-bottom: 16px;
        font-size: 12px;
    }
    .wrapp-about-menu {
        max-height: 100vh;
        display: inline-block;
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-200%);
        transition: .5s ease;
    }
    .expand .wrapp-about-menu {
        transform: translateX(0);
        transition-delay: .5s;
    }
    .close-about.sp-only {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #fff;
        left: 83%;
        top: 15px;
    }
    .close-about.sp-only span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: #000;
        transform: rotate(45deg);
        top: 20px;
        left: 10px;
    }
    .close-about.sp-only span:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: #000;
        transform: rotate(-45deg);
        top: 20px;
        left: 10px;
    }
    .btn-float.has-clicked {
        opacity: 0;
    }
    .content-floting.expand {
        transform: translateX(0) scale(1);
        opacity: 1;
        z-index: 9999;
        /* transition-delay: 0s; */
    }
    .container.full-width-sp{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    .content-wrapper {
        padding-top: 48px;
    }
    .sp-text-center{
        text-align: center;
    }
    .sp-p-0{
        padding: 0;
    }
    .sp-m-0 {
        margin: 0;
    }
    .menu-fullw-nopadd{
        padding: 8px 0 !important;
        font-size: 18px !important;
    }
    .language-text{
        font-size: 16px;
    }
    footer .copyright{
        position: absolute;
        display: block;
        text-align: center;
        font-size: 10px;
        bottom: 16px;
        left: 0;
        right: 0;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    footer{
        padding: 75px 0 65px 0;
    }
    .text-footer-info{
        margin-top: 30px;
    }
    .sp-center{
        text-align: center!important;
    }
}
@media (max-width: 575px){
    .row.more-space {
        margin-left: -10px;
        margin-right: -10px;
    }
    .more-space .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-fullw-nopadd{
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

@media (max-width: 374px){

    .language-text{
        width: 75px;
    }
    .language-list{
        width: calc(100% - 105px);
    }
}


@media (max-width: 365px){
    .animated-icon1 span:first-child, .animated-icon1 span:nth-child(2){
        width:100%;
        left: 0;
    }
    .animated-icon1 span:nth-child(3) {
        font-size: 13px;
    }
}

/* style search engine */
.wrap-content .cse .gsc-control-cse, .gsc-control-cse{
	width: 300px!important;
	position: relative;
	right: -15px;
    background: none!important;
    border: none!important;
}
.gsc-input-box{
	padding-top: 0!important;
    padding-bottom: 0!important;
    border-top-left-radius: 0!important; 
    border-bottom-left-radius: 0!important;
}
.gsc-search-button-v2 {
    width: 65px!important;
    padding: 6px 10px!important;
    margin: 0!important;
    border-radius: 0;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 12px!important;
}
.gsc-modal-background-image{
	height: auto!important;
}
.gsc-results-wrapper-overlay{
	height: 700px!important;
}
.scrolled{
    /* height: 130px!important; */
}
.cse .gsc-control-cse, .gsc-control-cse{
    padding: 10px 10px 5px!important;
    width:320px!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2{
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
.gsc-search-button-v2 svg{
    width: 16px;
    height: 16px;
  }
  .gsst_a{
    margin: 4px 4px -10px;
    vertical-align: top;
    padding:0!important;
  }
  .gsst_a .gscb_a{
    justify-content: center;
    align-items: center;
    line-height: 0!important;
    margin: 0;
    padding: 0;
  }
/* snsicon*/
.iconsns1{
    display:-webkit-box;
    display: -moz-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack:center;
	justify-content: left;
	margin: 0;
}
.iconsns1 span{
    padding: 20px 5px 0;
    font-size: 16px;
    color: #1ca1f3;
    font-weight: bold;
    vertical-align: middle;
}
.iconsns1 a{
    padding: 10px 10px 10px 0px;
}
img.snsicon1{
    width: 28px;
}
.font-11{
    font-size: 11px;
}
@media (max-width:767px){
	.iconsns1{
        justify-content: flex-start;
        top: 0;
        position: relative;
        right: 0;
    }
    .wrap-content .cse .gsc-control-cse, .gsc-control-cse{
        left:0;
    }
    .txt-warning{
        font-size: 8px;
    }
    #header02.open #navbarNav2{
        padding-top: 0;
    }
    .cse .gsc-control-cse, .gsc-control-cse{
        padding: 10px 10px 5px 0px!important;
        width:320px!important;
    }
}
@media (max-width:500px){
    .cse .gsc-control-cse, .gsc-control-cse{
        width: 100%!important;
        left: 0;
        top: 0;
    }
}
.grecaptcha-badge { 
	visibility: hidden; 
}