/*
 Theme Name: Murasapo Theme
 Theme URI:
 Description: SHIZUOKA YELL STATION のテーマです。
 Version: 1.0
 Author: 株式会社ウェブサクセス
 Author URI: https://shizuoka-yellstation.com/
*/

*, *::before, *::after {
 box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
 margin: 0;
 padding: 0;
 overflow-y: scroll;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
 padding: 0;
 color: #333;
 font-size: 16px;
 line-height: 1.8;
 font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 background: #FFF;
}
header,
nav,
section,
article,
aside,
footer,
figcaption,
figure,
main,
details,
menu {
 display: block;
}
audio,
video,
canvas {
 display: inline-block;
}
audio:not([controls]) {
 height: 0;
 display: none;
}
summary {
 display: list-item;
}
template {
 display: none;
}
[hidden] {
 display: none;
}

@media screen and (max-width: 768px) {
body {
 font-size: 14px;
}
}

/*--------------------------------------------------------------
 Screen Reader Text 
--------------------------------------------------------------*/

.screen-reader-text {
 width: 1px;
 height: 1px;
 position: absolute !important;
 overflow: hidden;
 word-wrap: normal !important;
 clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
 width: auto;
 height: auto;
 padding: 15px 23px 14px;
 display: block;
 top: 5px;
 left: 5px;
 z-index: 100000;
 color: #21759B;
 font-size: 14px;
 font-weight: bold;
 line-height: normal;
 text-decoration: none;
 border-radius: 3px;
 background-color: #F1F1F1;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
 
 margin: 0;
 padding: 0;
 font-weight: bold;
 line-height: 1.4;
}
h1 {
 font-size: 22px;
}
.site-main h1,
body.search-no-results .site-main .page-contents h2,
body.error404 .site-main .page-contents h2 {
 margin-bottom: 25px;
 padding-bottom: 12px;
}
h2 {
 font-size: 36px;
	text-align: center;
}
h3,
h4 {
 font-size: 20px;
}

dfn,
cite {
 font-style: italic;
}
b,
strong {
 font-weight: inherit;
 font-weight: bold;
}
em,
i {
 font-style: normal;
}
.site-main .post-contents em,
.site-main .page-contents em {
 text-decoration: underline;
 text-decoration-thickness: 0.5em;
 text-decoration-color: rgba(255, 232, 1, 0.5);
 text-underline-offset: -0.2em;
 text-decoration-skip-ink: none;
}
small {
 font-size: 80%;
}
big {
 font-size: 125%;
}
blockquote {
 margin: 0 0 20px;
 padding: 15px;
 overflow: hidden;
 color: #333;
 font-size: 16px;
 line-height: 1.6;
 font-style: normal;
 background: #EEE;
}
blockquote {
 quotes: "" "";
}
q {
 quotes: "“" "”" "‘" "’";
}
blockquote::before,
blockquote::after {
 content: "";
}
blockquote cite {
 margin-top: 10px;
 display: block;
 font-weight: 600;
 font-style: normal;
}
address {
 margin: 0 0 25px;
}
figure {
 margin: 0;
}
figcaption {
 margin: 0;
 padding: 2px 5px 3px;
 text-align: center;
 color: #777;
 background: #EEE;
}
pre {
 max-width: 100%;
 margin-bottom: 25px;
 padding: 25px;
 overflow: auto;
 font-size: 15px;
 line-height: 1.6;
 font-family: "Courier 10 Pitch", Courier, monospace;
 background: #EEE;
}
code,
kbd,
tt,
var,
samp {
 font-size: 15px;
 font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr[title] {
 text-decoration: none;
 border-bottom: 1px dotted #767676;
}
abbr,
acronym {
 cursor: help;
 border-bottom: 1px dotted #666;
}
sub,
sup {
 position: relative;
 vertical-align: baseline;
 font-size: 75%;
 line-height: 0;
}
sub {
 bottom: -5px;
}
sup {
 top: -10px;
}
mark,
ins {
 text-decoration: none;
 background: #EEE;
}
mark {
 color: #333;
 background-color: #EEE;
}
hr {
 height: 1px;
 margin-bottom: 25px;
 overflow: visible;
 border: 0;
 background-color: #BBB;
 box-sizing: content-box;
}


/*--------------------------------------------------------------
 Links
--------------------------------------------------------------*/

a {
 color: #333;
 text-decoration: none;
 background-color: transparent;
 -webkit-text-decoration-skip: objects;
}
.site-content a {
 transition: all 0.5s ease 0s;
}

.post-thumbnail {
 margin-bottom: 15px;
}
.post-thumbnail a img {
 -webkit-backface-visibility: hidden;
 transition: opacity 0.2s;
}
a:hover img,
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
 opacity: 0.7;
}

@media screen and (min-width:768px) {
a[href^="tel:"] {
 pointer-events: none;
 text-decoration: none;
}
}

/*--------------------------------------------------------------
 Alignments
--------------------------------------------------------------*/

.alignleft {
 float: left;
 margin-right: 25px;
 margin-bottom: 25px;
 display: inline;
}
.alignright {
 float: right;
 margin-left: 25px;
 margin-bottom: 25px;
 display: inline;
}
.aligncenter,
.alignnone {
 
 margin: 25px auto;
 display: block;
}

@media screen and (max-width: 768px) {
.alignleft,
.alignright {
 float: none; 
 margin: 0 auto 15px;
 display: block;
}
figure.alignleft img,
figure.alignright img {
 margin: 0 auto;
 display: block;
}
.alignnone,
.aligncenter {
 display: block;
}
.alignnone {
 margin: 0 auto 15px;
}
.aligncenter {
 margin: 15px auto;
}
}

/*--------------------------------------------------------------
 Media
--------------------------------------------------------------*/

img {
 border-style: none;
}
img,
video {
 max-width: 100%;
 height: auto;
 vertical-align: top;
}
.site-main .post-contents .wp-smiley,
.site-main .page-contents .wp-smiley {
 margin-top: 0;
 margin-bottom: 0;
 padding: 0;
 border: none;
}
embed,
iframe,
object {
 max-width: 100%;
 margin-bottom: 25px;
}
.wp-caption,
.gallery-caption {
 max-width: 100%;
 margin-bottom: 25px;
 color: #666;
 font-size: 14px;
}
.wp-caption img[class*="wp-image-"] {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
.wp-caption .wp-caption-text {
 margin: 0.8075em 0;
}
svg:not(:root) {
 overflow: hidden;
}

@media screen and (max-width: 768px) {
embed,
iframe,
object {
 margin-bottom: 15px;
}
.wp-caption,
.gallery-caption {
 margin-bottom: 15px;
 font-size: 12px;
}
}

/* Galleries
--------------------------------------------------------------*/
.gallery-item {
 width: 50%;
 margin: 0 0 25px;
 padding: 0 15px 0 0;
 display: inline-block;
 text-align: left;
 vertical-align: top;
}
.gallery-columns-5 .gallery-item {
 max-width: 20%;
}
.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
 max-width: 100%;
 display: inline-block;
 background: none;
 box-shadow: none;
}
.gallery-item a img {
 display: block;
 -webkit-transition: -webkit-filter 0.2s ease-in;
 transition: -webkit-filter 0.2s ease-in;
 transition: filter 0.2s ease-in;
 transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
 opacity:0.7;
}
.gallery-caption {
 margin-bottom: 0;
 padding: 0 10px 0 0;
 display: block;
 text-align: left;
}

@media screen and (max-width: 768px) {
.gallery-item {
 max-width: 25%;
 margin-bottom: 15px;
}
.gallery-columns-1 .gallery-item {
 max-width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
.gallery-columns-3 .gallery-item {
 max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
 max-width: 25%;
}
}
@media screen and (max-width: 568px) {
.gallery-columns-1 .gallery-item {
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
}

/*--------------------------------------------------------------
 Lists
--------------------------------------------------------------*/

ul,
ol {
 margin: 0 0 25px;
 padding: 0;
}
ul {
 list-style: disc;
}
ol {
 padding-left: 20px;
 list-style: decimal;
}
li > ul,
li > ol {
 margin: 7px 0 2px 5px;
}

ul li:last-child,
ol li:last-child {
 margin-bottom: 0;
}

dd {
 margin: 0;
}

.site-main .post-contents ul,
.site-main .page-contents ul {
 padding-left: 0;
}
.site-main .post-contents li > ul,
.site-main .page-contents li > ul {
 margin: 8px 0 7px 2px;
}
.site-main .post-contents ol,
.site-main .page-contents ol {
 padding-left: 18px;
}
.site-main .post-contents li > ol,
.site-main .page-contents li > ol {
 margin: 6px 0;
}

@media screen and (max-width: 768px) {
ul,
ol {
 margin-bottom: 15px;
}
}

/*--------------------------------------------------------------
 Tables
--------------------------------------------------------------*/

table {
 width: 100%;
 margin: 0 0 35px;
 border-collapse: collapse;
 border: 1px solid #999;
}
tr {
 border-bottom: 1px solid #999;
}
th,
td {
 padding: 10px;
}
th {
 text-align: left;
 border-right: 1px dotted #999;
 background: #EEE;
}

@media screen and (max-width: 768px) {
table {
 margin-bottom: 25px;
}
th,
td {
 padding: 7px 10px;
}
}

/*--------------------------------------------------------------
 Forms
--------------------------------------------------------------*/

button,
input,
optgroup,
select,
textarea {
 margin: 0;
 font-size: 100%;
 line-height: 1.2;
}
button,
input {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
textarea {
 overflow: auto;
}
label {
 display: block;
 color: #333;
 font-weight: bold;
}
fieldset {
 margin: 0 2px 15px;
 padding: 6px 10px 12px;
 border: 1px solid #999;
}
legend {
 max-width: 100%;
 padding: 0;
 display: table;
 color: inherit;
 white-space: normal;
 box-sizing: border-box;
}
progress {
 display: inline-block;
 vertical-align: baseline;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
 width: 100%;
 padding: 10px;
 display: block;
 color: #333;
 border-radius: 3px;
 border: 1px solid #999;
 background: #FFF;
 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
:focus {
 outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
 color: #333;
 border-color: #333;
}
select {
 max-width: 100%;
 height: 3em;
 border-radius: 3px;
 border: 1px solid #999;
}
input[type="radio"],
input[type="checkbox"] {
 margin-right: 10px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
 font-weight: 400;
}
[type="checkbox"],
[type="radio"] {
 padding: 0;
 box-sizing: border-box;
}
[type="number"]:-webkit-inner-spin-button,
[type="number"]:-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
 outline-offset: -2px;
 -webkit-appearance: textfield;
}
[type="search"]:-webkit-search-cancel-button,
[type="search"]:-webkit-search-decoration {
 -webkit-appearance: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance: button;
}
button:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="submit"]:-moz-focus-inner {
 padding: 0;
 border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
:-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
button,
input[type="button"],
input[type="submit"] {
 padding: 15px 30px;
 display: inline-block;
 cursor: pointer;
 color: #FFF;
 font-size: 14px;
 font-weight: bold;
 line-height: 1;
 border-radius: 0px;
 border: 0;
 background-color: #222;
 box-shadow: none;
 text-shadow: none;
 transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
 padding: 12px 30px;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
 color: #333;
 background-color: #DDD;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
 background: #767676;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
 background: #BBB;
}
input::-webkit-input-placeholder {
 color: #333;
}
input:-moz-placeholder {
 opacity: 1;
 color: #333;
}
input::-moz-placeholder {
 color: #333;
}
input:-ms-input-placeholder {
 color: #333;
}

/*--------------------------------------------------------------
 Layout
--------------------------------------------------------------*/

#wrap,
.site-content {
 width: 100%;
 margin: 0;
 padding: 0;
 position: relative;
 word-wrap: break-word;
}

body.has-sidebar .site-content {
 max-width: 1200px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

@media screen and (max-width: 1220px) {
body.has-sidebar .site-content,
body#page-sitemap .site-content,
body.search-results .site-content,
body.search-no-results .site-content,
body.error404 .site-content {
 padding-right: 15px;
 padding-left: 15px;
}
}

/*--------------------------------------------------------------
 Header
--------------------------------------------------------------*/

.site-header,
.header-inner_block,
#header-navigation .header-navi_top,
#header-navigation .header-navi,
#header-navigation .header-navi .header-navi_list,
.header-global_navi,
.header-global_navi nav {
 
 width: 100%;
 margin: 0;
 padding: 0;
}
.site-header {
 position: relative;
 z-index: 12000;
 background: #fff;
}
.header-inner_block {
 max-width: 1920px;
 margin: 0 auto;
 padding: 0;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

.site-header ul,
.site-header ul li {
 list-style: none;
}
.header-logo {
 margin: 0 auto 0 0;
}
.header-logo a img {
	width: 420px;
	margin: 0 0 0 30px;
}
#header-navigation .header-navi_top {
 padding-bottom: 13px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
}
#header-navigation .header-navi {
 max-width: 270px;
 padding: 14px 15px 0 0;
}
#header-navigation .header-navi .header-navi_list {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
#header-navigation .header-navi .header-navi_list li {
 width: 48.5%;
 font-size: 14px;
}
#header-navigation .header-navi .header-navi_list li a {
 padding-left: 20px;
 display: block;
 position: relative;
}
#header-navigation .header-navi .header-navi_list li a::before {
 width: 15px;
 height: 15px;
 position: absolute;
 top: 5px;
 left: 0;
 content: '';
 text-align: center;
 border-radius: 50%;
 border: 1px solid #CCC;
 background: #CCC;
}
.header-search {
 max-width: 200px;
}
.header-search .search-form {
 position: relative;
}
.header-search .search-form .search-field {
 padding: 7px 10px 5px 15px;
 font-size: 14px;
 border-radius: 25px;
}
.header-search .search-form .search-submit {
 padding: 0 15px;
 position: absolute;
 top: 6px;
 right: 5px;
 background: none;
}
.header-search .search-form .search-submit i {
 color: #777;
 font-size: 18px;
}
input[type="search"]::-webkit-search-cancel-button {   
 display: none;
}
.header-global_navi nav {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
}
.header-global_navi nav .header-gnavi_list {
 width: 100%;
 margin-bottom: 0;
}
.header-global_navi nav .header-gnavi_list li {
 padding: 0;
 text-align: center;
}
.header-global_navi nav .header-gnavi_list li.pc-hidden {
 display: none;
}
.header-global_navi nav .header-gnavi_list li a {
 display: block;
 position: relative;
}
.header-global_navi nav .header-gnavi_list li a:hover {
 text-decoration: none;
}
/*.header-global_navi nav .header-gnavi_list li a:hover::after {
 width: 100%;
 height: 2px;
 margin: 0 auto;
 position: absolute;
 right:0;
 bottom: -2px;
 left: 0;
 content: '';
 background: #FD0000;
}*/
.header-global_navi nav .header-gnavi_list li .header-navi_image {
 margin: 0 auto 3px;
 display: block;
}
.header-global_navi nav .header-gnavi_list li.nav-home .header-navi_image {
 max-width: 36px;
 margin: 3px auto;
}
.header-global_navi nav .header-gnavi_list li.nav-west .header-navi_image,
.header-global_navi nav .header-gnavi_list li.nav-central .header-navi_image,
.header-global_navi nav .header-gnavi_list li.nav-east .header-navi_image,
.header-global_navi nav .header-gnavi_list li.nav-izu .header-navi_image {
 max-width: 50px;
}
.header-global_navi nav .header-gnavi_list li.nav-report .header-navi_image {
 max-width: 32px;
 margin: 3px auto;
}
.header-global_navi nav .header-gnavi_list li a:hover .header-navi_image img {
 opacity: 1;
}
.header-global_navi nav .header-gnavi_list li .header-navi_text {
 margin: 0;
 display: block;
 font-weight: bold;
}
.header-supporter {
 width: 17.36%;
 max-width: 180px;
 position: absolute;
 top:80px;
 right:20px;
 z-index: 12000;
}
.header-sp_area_navi.pc-hidden {
 display: none;
}




#header-navigation {
    align-self: flex-start;
}
#header-navigation .header-global_navi nav .header-gnavi_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 clamp(0.3em, 1.75vw, 4em);
}
#header-navigation .header-global_navi nav .header-gnavi_list > li {
	font-weight: bold;
	font-size: 20px;
    z-index: 1;
	padding-bottom: 32px;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li a {
	color: #333;
	text-decoration: none;
	padding-top: 1em;
	display: initial;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-child(6) > a {
	cursor: default;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter {
	position: relative;
	padding-right: 1.25em;
    transition: all .5s;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:before {
	display: block;
	content: "";
	width: 30px;
	height: 25px;
	margin: 0 auto 22px;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(1):before,
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(5):before,
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(6):before {
	background: url( "assets/images/ribbon-orange.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(2):before,
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(4):before {
	background: url( "assets/images/ribbon-yellow.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(3):before {
	background: url( "assets/images/ribbon-blue.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(7):before {
	background: url( "assets/images/ribbon-green.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:after {
	bottom: -10px;
	display: block;
	content: "";
	background: transparent;
	height: 2px;
	width: 100%;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(1):hover:after,
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(5):hover:after {
	background: #ff8544;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(2):hover:after,
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(4):hover:after {
	background: #efd120;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(3):hover:after {
	background: #0fbdef;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li:nth-of-type(7):hover:after {
	background: #8bce5f;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter > a:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 12px;
	background: #ffc0a4;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0);
    position: absolute;
    bottom: 0.6em;
	right: -25px;
	margin: 0 0 0 7px;
	top: 30px;
}

#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul {
    display: block;
	margin: 117px 0 0;
    z-index: -1;
    position: absolute;
    top: 0px;
	left: calc(50% - 0.75em);
	transform: translateX(-50%);
    white-space: nowrap;
	background: #fff;
	border: 3px solid #ff8544;
	border-radius: 20px;
	padding: 5px 12px 10px 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul {
    visibility: visible;
    opacity: 1;
}
#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul:before {
	display: block;
	content: "";
	top: -27px;
	border-style: solid;
  	border-color: transparent transparent #ff8544 transparent;
	border-width: 0 18px 24px 18px;
	background: #fff;
	height: 24px;
	width: 36px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul:after {
	display: block;
	content: "";
	top: -22px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 18px 24px 18px;
	z-index: 10;
	height: 24px;
	width: 36px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li {
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
    position: relative;
}

#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li:before {
    display: inline-block;
    content: "▶";
    margin-right: 0.15em;
    color: #ff8544;
}

#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ff8544;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li:hover::after {
    width: 100%;
    left: 0;
}







.header-entry {
	padding: 0 50px 0 110px;
}
.header-entry a {
	display: flex;
	background: #c85026;
	color: #fff;
	width: 208px;
	height: 53px;
	border: 1px solid #c85026;
	border-radius: 28px;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
.header-entry a:hover {
	background: #fff;
	color: #c85026;
	text-decoration: none;
}

@media screen and (max-width: 1920px) {
	.header-logo { flex-shrink: 0;}
	.header-logo a img { width: 380px; margin-left: 20px;}
	
	#header-navigation { flex-shrink: 0;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul { margin-top: 105px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul:before { top: -19px; border-width: 0 12px 16px 12px; height: 16px; width: 24px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul:after { top: -14px; border-width: 0 12px 16px 12px; height: 16px; width: 24px;}	
	#header-navigation .header-global_navi nav .header-gnavi_list > li { padding-bottom: 20px;}
	.header-entry { padding: 0 40px 0 80px;}
	.header-entry a { width: 188px; height: 48px; font-size: 20px;}
}

@media screen and (max-width: 1700px) {
	#header-navigation .header-global_navi nav .header-gnavi_list > li { font-size: 18px; padding-bottom: 24px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li { font-size: 16px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter a:after { top: 27px;}
}
	
@media screen and (max-width: 1600px) {
	#header-navigation .header-global_navi nav .header-gnavi_list { gap: 0 1.5em;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter a:after { width: 16px; height: 10px; top: 28px; right: -21px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li { font-size: 14px;}

	.header-entry { padding: 0 20px 0 40px;}
	.header-entry a { width: 178px; height: 43px; font-size: 18px;}
}

@media screen and (max-width: 1540px) {
	#header-navigation .header-global_navi nav .header-gnavi_list { gap: 0 1em;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li { font-size: 17px; padding-bottom: 25px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter a:after { top: 26px;}
}

@media screen and (max-width: 1440px) {
	.header-logo a img { width: 310px; margin-left: 20px;}
	
	#header-navigation .header-global_navi nav .header-gnavi_list > li { font-size: 15px; padding-bottom: 27px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter a::after { top: 22px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter:hover ul { margin-top: 102px;}
	#header-navigation .header-global_navi nav .header-gnavi_list > li.nav-supporter ul li { font-size: 13px;}

	.header-entry a { width: 138px; height: 38px; font-size: 16px;}
}


@media screen and (max-width: 1220px) {
.header-inner_block {
 padding: 0px;
	height: 60px;
}
.header-logo {
 max-width: initial;
 margin-top: 0;
}
.header-logo a img { width: 280px; margin-left: 0;}
#header-navigation {
 
 width: 100%;
 padding-right: 0;
	flex-shrink: inherit;
}
#header-navigation .header-navi_top.sp-hidden {
 display: none;
}
.header-supporter {
 width: 85px;
 max-width: initial;
 position: absolute;
 top:15px;
 right:70px;
}
.header-sp_area_navi.pc-hidden {
 display: block;
}
.header-sp_area_navi {
 width: 100%;
 max-width: 740px;
 height: 55px;
 margin: 0 auto;
 padding: 5px 15px 0;
}
.header-sp_area_navi ul {
 margin-bottom: 0;
 padding-left: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.header-sp_area_navi ul li {
 width: 23.5%;
 max-width: 140px;
 font-size: 16px;
 font-weight: bold;
}
.header-sp_area_navi ul li a {
 width: 100%;
 height: 30px;
 display: block;
 text-align: center;
 color: #FFF;
 border-radius: 25px;
 background: #ECB205;
}
.header-sp_area_navi ul li a {
 text-decoration: none;
}
	
	
	
	
	
	.header-logo a img {
		width: 260px;
        margin: 0 0 0 10px;
	}
	.header-entry { 
		padding-right: 55px;
		padding-left: 20px;
	}
	
	
	
}
@media screen and (max-width: 768px) {
.header-sp_area_navi {
 max-width: 100%;
}
}

@media screen and (max-width: 550px) {
	.header-logo a img {
		width: 215px;
        margin: 0 0 0 10px;
	}
}

@media screen and (max-width: 450px) {
	.header-logo a img {
		width: 215px;
        margin: 0 0 0 10px;
	}	.header-entry a {
		width: 70px;
		height: 32px;
		font-size: 12px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width: 375px) {
	.header-logo a img { width: 150px; display: block; margin: auto auto auto 10px;}
}


@media screen and (max-width: 370px) {
 .header-supporter {
 top: 20px;
 right: 40px;
}
 .header-supporter img {
 width: 80%;
}
}
/*--------------------------------------------------------------
 Main
--------------------------------------------------------------*/

.site-main {
 width: 100%;
 margin: 0;
 padding: 0;
	background-color: #FFF;
 position: relative;
}
body.has-sidebar .site-main {
 width: 75.84%;
 max-width: 910px;
 margin: 0;
 padding: 0;
 order: 2;
}
body#page-sitemap .site-main,
body.search-results .site-main,
body.search-no-results .site-main,
body.error404 .site-main {
 width: 75.84%;
 max-width: 910px;
 margin: 0 auto;
}

.site-main .inner-block {
 width: 100%;
	max-width: 1280px;
 margin: 0 auto;
 padding: 0 20px;
	position: relative;
}

@media screen and (max-width: 768px) {
body.has-sidebar .site-main {
 width: 100%;
 max-width: 100%;
 padding-bottom: 100px;
 order: 1;
}
body#page-sitemap .site-main,
body.search-results .site-main,
body.search-no-results .site-main,
body.error404 .site-main {
 width: 100%;
 max-width: 100%;
 margin: 0;
}
}


/* breadcrumbs
---------------------------------------------------------*/
.breadcrumbs-area {
 width: 100%;
 margin: 16px 0 16px;
 padding: 0 20px;
 overflow: hidden;
}
.breadcrumbs-area .breadcrumbs {
 width: 100%;
 max-width: 1240px;
 margin: 0 auto;
 padding: 0;
 overflow: hidden;
 color: #666;
 font-size: 13px;
 line-height: 1.4;
}
.breadcrumbs-area a {
 color: #666;
}
.breadcrumbs-area a.b-home {
}

@media screen and (max-width: 768px) {
	.breadcrumbs-area {
		padding: 0 20px;
	}
.breadcrumbs-area .breadcrumbs {
 font-size: 10px;
}
}


/*--------------------------------------------------------------
 Side
--------------------------------------------------------------*/

.site-side {
 width: 20.5%;
 max-width: 250px;
 padding: 0;
 order: 2;
}
.site-side .side-box {
 
 width: 100%;
 margin: 0 0 30px;
 padding: 0;
 overflow: hidden;
}
.site-side .side-box:last-of-type {
 margin-bottom: 0;
}


/*--------------------------------------------------------------
 Footer
--------------------------------------------------------------*/

.site-footer,
.footer-inner_block,
.footer-nav_list,
.footer-nav_list .footer-nav_box ul,
.footer-inner_bottom,
.footer-copyright {
 
 width: 100%;
 margin: 0;
 padding: 0;
}
.site-footer {
 background: #333;
 color: #fff;
	position: relative;
	margin-top: 90px;
}
.site-footer:before {
	display: block;
	content: "";
	background: url("assets/images/site-footer_before.png"); 
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	width: 100%;
	max-width: 845px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: -62px;
	transform: translateX(-50%);
}
.site-footer a {
 color: #fff;
}
.site-footer a:hover {
 text-decoration: underline;
}
.site-footer ul,
.site-footer ul li {
 list-style: none;
}
.footer-inner_block {
 max-width: 1200px;
 margin: 0 auto;
 padding: 35px 0;
}
.footer-inner_block:nth-last-of-type(2) {
 padding-top: 0;
}
.footer-nav_list {
 padding: 0 0 35px;
 border-bottom: 1px solid #D9A300;
 display: flex;
 justify-content: space-between;
}
.footer-nav_list .footer-nav_box {
 width: 18.5%;
}
.footer-nav_list .footer-nav_box p {
 margin-bottom: 5px;
 font-weight: bold;
}
.footer-nav_list .footer-nav_box ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-content: space-between;
}
.footer-nav_list .footer-nav_box ul li {
 width: 100%;
 margin: 0 0 5px;
}
.footer-nav_list .footer-nav_box ul li:last-child {
 margin-bottom: 0;
}
.footer-nav_list .footer-nav_box ul li a {
 padding-left: 15px;
 display: block;
 position: relative;
	text-decoration: none;
}
.footer-nav_list .footer-nav_box ul li a::before {
 width: 0;
 height: 0;
 display: block;
 position: absolute;
 top: 9px;
 left: 0;
 content: "";
 color: #D9A300;
 line-height: 1;
 border-width: 0.375em 0.64952em;
 border-style: solid;
 border-color: transparent;
 border-left-color: currentColor;
 border-right: 0;
}
.footer-info {
 
 max-width: 48%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer-info .footer-info_logo {
 margin-right: 25px;
}
.footer-info .footer-info_text {
 font-size: 14px;
}
.footer-info .footer-info_text p {
 margin: 0;
 line-height: 1.5;
}
.footer-info .footer-info_text .footer-info_name {
 margin: 20px 0 8px;
 font-size: 16px;
 font-weight: bold;
}
.footer-info .footer-info_text .footer-info_tel {
 font-size: 16px;
 font-weight: bold;
}
.footer-secure_banner {
 
 max-width: 48%;
 padding-top: 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer-secure_banner img {
 margin-right: 20px;
}
.footer-secure_banner p {
 width: calc(100% - 170px);
 margin: 0;
 font-size: 14px;
}
.footer-inner_bottom {
 position: relative;
 background: #DDDDDD;
}
.footer-connection_banner {
 padding: 40px 50px;
}
.footer-copyright {
 padding: 0 0 25px 0px;
 text-align: center;
 background: #333;
 border-bottom: 1px solid #fff;
 color: #fff;
 font-size: 13px;
}
.footer-copyright a {
 color: #fff;
 text-decoration: underline;
 font-size: 13px;
}
.footer-copyright a:hover {
 text-decoration: none;
}

@media screen and (max-width:845px) {
	.site-footer:before { background-size: cover;}
}

.footer-inner_block {
    max-width: 1240px;
    margin: 0 auto;
    padding: 55px 0 35px 0px;
	display: flex;
	justify-content: space-between;
}
.footer-inner_block:nth-last-of-type(2) {
	padding: 0 10px 40px 20px;
}
.footer-nav_list {
	padding: 0 45px 35px 20px;
	border-bottom: 1px solid #999;
	gap: 15px;
}
.footer-nav_list .footer-nav_box {
    width: 250px;
}
.footer-nav_list .footer-nav_box.common ul li a::before {
	color: #ff8544;
}
.footer-nav_list .footer-nav_box.personal ul li a::before {
	color: #efd120;
}
.footer-nav_list .footer-nav_box.group ul li a::before {
	color: #0fbdef;
}
.footer-nav_list .footer-nav_box.company ul li a::before {
	color: #8bce5f;
}
.footer-nav_list .footer-nav_box p {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.footer-nav_list .footer-nav_box.personal p {
	border-bottom: 2px solid #efd120;
}
.footer-nav_list .footer-nav_box.group p {
	border-bottom: 2px solid #0fbdef;
}
.footer-nav_list .footer-nav_box.company p {
	border-bottom: 2px solid #8bce5f;
}
.footer-nav_list .footer-nav_box p span {
	font-size: 16px;
	margin-right: 4px;
}
.footer-info .footer-info_logo a img {
	height: 100px;
}
.footer-info .footer-info_text p {
	font-size: 16px;
}
.footer-info .footer-info_text .footer-info_name {
	margin: 12px 20px 10px 0;
	font-size: 22px;
	font-weight: 900;
	white-space: nowrap;
}
.footer-info .footer-info_text .footer-info_name span {
	font-size: 16px;
	font-weight: 400;
	display: block;
}
.footer-info .footer-info_text .footer-info_tel {
	font-size: 21px;
	font-weight: 400;
	margin-left: 1em;
}
.footer-info .footer-info_text .footer-info_tel a {
	margin-left: 0.25em;
}
.footer-secure_banner {
	padding-top: 23px;
	max-width: 615px;
}
.footer-secure_banner img {
	margin: auto 30px auto 0;
}
.footer-secure_banner p {
	width: calc(100% - 180px);
	line-height: 18px;
	height: 70px;
	margin: auto;
} 
.footer-secure_banner p strong { 
	font-size: 16px;
	line-height: 24px;
}
.footer-copyright a {
    text-decoration: none;
}


.pagetop {
 width: 30px;
 position: fixed;
 right: 15px;
 bottom: 5px;
 z-index: 500;
}
.pagetop img {
 max-width: 30px;
}


@media screen and (max-width: 1220px) {
.footer-inner_block,
.footer-connection_banner {
 padding-right: 15px;
 padding-left: 15px;
}
}
@media screen and (max-width: 1060px) {
	.footer-nav_list { padding: 0 15px 15px 15px;}
	.footer-nav_list .footer-nav_box ul li a,
	.footer-nav_list .footer-nav_box p,
	.footer-nav_list .footer-nav_box p span { font-size: 13px;}
}
@media screen and (max-width: 980px) {
	.footer-info .footer-info_text .footer-info_tel { display: block; margin-left: 0;}
}
@media screen and (max-width: 900px) {
.footer-copyright {
 padding-right: 245px;
 text-align: left;
	padding-left: 20px;
}
}
@media screen and (max-width: 768px) {
.footer-inner_block {
 padding: 20px 15px 25px;
}
.footer-inner_block:nth-last-of-type(2) {
	padding: 0 15px;
	flex-wrap: wrap;
}
.footer-nav_list {
	flex-wrap: wrap;
}
.footer-nav_list .footer-nav_box {
 width: 48%;
 border-bottom: 1px solid #D9A300;
}
.footer-nav_list .footer-nav_box.personal,
.footer-nav_list .footer-nav_box.group,
.footer-nav_list .footer-nav_box.company {
	border-bottom: none;
}

.footer-nav_list .footer-nav_box:nth-of-type(1) {
 width: 100%;
 border-bottom: none;
}
.footer-nav_list .footer-nav_box:nth-of-type(5) {
 border-bottom: none;
}
.footer-nav_list .footer-nav_box p {
 min-height: 40px;
 margin-bottom: 10px;
 padding-top: 4px;
}
.footer-nav_list .footer-nav_box ul {
 margin-bottom: 5px;
}
.footer-nav_list .footer-nav_box:nth-of-type(1) ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer-nav_list .footer-nav_box ul li {
 margin-bottom: 5px;
 font-size: 14px;
}
.footer-nav_list .footer-nav_box ul li:last-child {
 margin-bottom: 5px;
}
.footer-nav_list .footer-nav_box:nth-of-type(1) ul li,
.footer-nav_list .footer-nav_box:nth-of-type(5) ul li {
 height: 40px;
 margin-bottom: 0;
 padding-top: 4px;
 font-size: 16px;
 font-weight: bold;
 border-bottom: 1px solid #D9A300;
}
.footer-nav_list .footer-nav_box:nth-of-type(1) ul li {
 width: 48%;
}
.footer-nav_list .footer-nav_box:nth-of-type(1) ul li:last-child,
.footer-nav_list .footer-nav_box:nth-of-type(5) ul li:last-child {
 margin-bottom: 0;
}
.footer-nav_list .footer-nav_box ul li a {
 padding-left: 0;
	font-size: inherit;
}
.footer-nav_list .footer-nav_box ul li a::before {
 display: none;
}
.footer-nav_list .footer-nav_box p { font-size: 20px;}
.footer-nav_list .footer-nav_box p span { font-size: 16px;}

.footer-info {
 max-width: 100%;
 justify-content: flex-start;
}
.footer-info .footer-info_logo {
 margin-right: 20px;
}
.footer-info .footer-info_text {
 font-size: 12px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-info .footer-info_text .footer-info_name {
 margin-bottom: 5px;
 font-size: 14px;
}
.footer-info .footer-info_text .footer-info_name span {
	font-size: 14px;
}
.footer-info .footer-info_text .footer-info_tel {
 font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	margin-left: 0;
}
.footer-info .footer-info_text p {
	font-size: 12px;
}
.footer-secure_banner {
 padding-top: 20px;
 max-width: 100%;
	justify-content: flex-start;
}
.footer-secure_banner img {
 margin-right: 20px;
	width: 100%;
	max-width: 105px;
}
.footer-secure_banner p {
 font-size: 12px;
	width: calc(100% - 125px);
	height: auto;
}
.footer-secure_banner p strong {
	font-size: 12px;
}
.footer-connection_banner {
 padding: 30px 15px 80px;
}
.footer-copyright {
 padding: 25px 0 25px 15px;
 font-size: 11px;
}
.pagetop {
 width: 20px;
 position: fixed;
 right: 10px;
 bottom: 5px;
 z-index: 500;
}
.pagetop img {
 max-width: 20px;
}
}
@media screen and (max-width: 568px) {
	.footer-nav_list .footer-nav_box:nth-of-type(1) ul li { width: 100%;}
	.footer-nav_list .footer-nav_box { width: 100%;}
}



