*{
    margin:0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

img {
    width:100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    /* touch-callout:none; */
    user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -khtml-user-select:none;
    -khtml-user-drag: none;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

.logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    font-size: 0.8rem;
    padding: 0.5em 0.7em 0.5em 1em;
    /* margin: 0.8em 0.2em 0.2em 0 */
    /* border-bottom: 2px solid #26ccff; */
}

.logo img{
    background-color: #fff;
}

.logo img:hover{
	opacity: 0.5;
}

.logo a:hover{
    background-color: transparent;
}

.nav_wrap{
    display: flex;
    justify-content: flex-end;
    background-color: #0026ac;
}

.nav_wrap a{
    color: #fff;
}

nav{
	display: flex;
    margin: 0 1em 0 0;
}

nav a{
	display: block;
	padding: 10px;
	font-size: 18px;
    font-style: italic;
}

.submenu-1 {
    visibility: hidden;
    opacity:0;
    transition:opacity 0.3s linear;
    position: absolute;
    z-index:100
}

.submenu:hover ul, .submenu-1 ul .submenu-1:hover ul{
    display:flex;
    flex-direction: column;
    visibility: visible;
    opacity:1;
    background-color: #0026ac;
}

nav a:hover{
    color: #26ccff;
    background-color: #fff100;
    transition: 0.3s ease-in-out;
}

.share{
	display: flex;
	justify-content: flex-end;
    align-items: center;
}

.tweet{
    margin: 0em 7px 0 0;
	line-height: 0;
}

.fb_share{
    margin: 0em 7px 0 0;
	line-height: 0;
}

.line_share{
	margin: 0em 0em 0 0;
	line-height: 0;
}

.c_search{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0em 0.7em 0em 0em;
}

.g_wrap{
    width: 254px;
    /* width: 300px; */
}

.c_search * {
    box-sizing: border-box;
	margin: 0!important;
}

.c_search .gsc-control-cse{
    background: none;
    border: none;
    padding: 0;
}

/* .c_search .gsc-input-box {
	border-left: 0;
} */

.c_search table.gsc-input {
	height: 100%;
}

.c_search td.gsc-input {
    height: 100%;
    padding-right: 0!important;
}

.c_search .gsib_a {
    height: 100%;
    padding: 3.4px 10px;
}

.c_search input.gsc-input {
    display: block;
    font-size: 16px;
    height: 100%!important;
    -webkit-appearance: none;
}

.c_search .gsib_b {
    height: 100%;
}
.c_search .gsst_b {
    height: 100%;
    padding: 0;
}
.c_search .gsst_a {
    display: block;
    height: 100%;
    padding: 0;
    text-decoration: none;
}
.c_search .gscb_a {
    align-items: center;
    /* color: #000!important; */
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 1;
    width: 29px;
}
.c_search td.gsc-search-button {
    height: 100%;
}

/* 検索ボタンのサイズ変更 */
.c_search .gsc-search-button-v2 {
    align-items: center;
    border: none;
    border-radius: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 0;
    padding: 7px;
    width: 31px;
}
.c_search .gsc-search-button-v2:hover {
    opacity: 0.5;
}
.c_search .gsc-search-button-v2:focus{
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #22b7e5;
    color: #fff;
    width: 45px;
    padding: 0 0 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 45px;
    opacity: 0.5;
}
 
#page-top a:hover {
    transition: 0.5s;
    background: #001c81;
    text-decoration: none;
    opacity: 0.9;
}

footer {
    font-family: Times New Roman, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    text-align: center;
    font-size: 0.9rem; 
    color: #fff;
    background: #0026ac;
    padding: 8px 0 5px 0;
}

footer a{
	color: #fff;
}

footer a:hover{
    color: #26ccff;
}

footer li{
    display: inline-block;
}

footer li::after{
    content: ' ｜ ';
}

footer li:last-child::after{
    content: '';
}

footer span{
    display: block;
}

@media screen and (min-width:768px) and ( max-width:1366px) {
    /* iPad用検索フィールドの高さが変わるのを固定 */
    .c_search .gsc-input-box {
        border-radius: 0;
        height: 100%;
        padding: 0;
    }
    
    /* iPad用検索ボタンの外周の角の丸み変更 */
    .c_search .gsc-search-button-v2 {
        border-radius: 0 0px 0px 0;
    }
    
    /* iPad用検索ボタンのサイズ変更 */
    .c_search .gsc-search-button-v2 svg {
        display: block;
        height: 13px;
        width: 13px;
    }
    
    }

@media screen and (max-width: 766px) {
a[href^="tel:"] {
	pointer-events: auto;
	}

.logo{
	flex-flow: column;
    justify-content: center;
}

.logomark{
    display: block;
    text-align: center;
    margin-top: 0.5em;
}

.share{
    width: 100%;
    justify-content: center;
    padding-top: 0.8em;
}

.nav_wrap{
    flex-flow: column-reverse;
    background-color: #fff;
}

nav{
    justify-content: center;
    margin: 0em 0em 0 0;
    padding: 0 0 0 0;
    background-color: #0026ac;
}

.c_search{
    justify-content: center;
    padding: 0em 0em 0 0em;
    margin: 0.5em 0 0.7em 0;
}

.g_wrap{
    width: 300px;
}

/* SP用検索フィールドの高さが変わるのを固定 */
.c_search .gsc-input-box {
    /* border-radius: 0; */
    height: 100%;
    padding: 0;
}

/* SP用検索ボタンの外周の角の丸み変更 */
.c_search .gsc-search-button-v2 {
    border-radius: 0 6px 6px 0;
}

/* SP用検索ボタンのサイズ変更 */
.c_search .gsc-search-button-v2 svg {
    display: block;
    height: 13px;
    width: 13px;
}

footer {
	font-size: 0.8rem; 
}

footer li:first-child{
	display: block;
}

footer li:first-child::after{
	content: '';
}

}