@charset "utf-8";

/* font read */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wpcf7 .ajax-loader {
	display: inline-block!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++

テンプレート部分のスタイルを記述する
コンテンツ部分は、別スタイルシートにて記述し、ページごとにリンクを変更する

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）
normalize.css 使用

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, main, hgroup, nav, section, summary {
	display: block
}
/* Corrects inline-block display not defined in IE8/9. */
audio, canvas, video {
	display: inline-block;
}
/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
	display: none;
	height: 0;
}
/* Addresses styling for 'hidden' attribute not present in IE8/9. */
[hidden] {
	display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 100%;
}
/* Removes default margin. */
body {
	margin: 0;
	background: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
	margin: 0;
}
main {
	display: block;
}
/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: none;
}
/* Improves readability when focused and also mouse hovered in all browsers. */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1, h2, h3, h4, h5 {
	line-height: 1.25em;
	margin: 0;
	font-weight: normal;
}
/* 禁則処理の追加 */
p, li, dt, dd, th, td, pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict
}
/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] {
	border-bottom : 1px dotted;
}
/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong {
	font-weight : bold;
}
/*Addresses styling not present in Safari 5 and Chrome.*/
dfn {
	font-style: italic;
}
/*Addresses styling not present in IE 8/9.*/
mark {
	background: #ff0;
	color: #000;
}
/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/*Improves readability of pre-formatted text in all browsers.*/
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*Sets consistent quote types.*/
q {
	quotes: “\201C” “\201D” “\2018” “\2019”;
}
/*Addresses inconsistent and variable font size in all browsers.*/
small {
	font-size: 80%;
}
/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*=================================================================
   Embedded content
=================================================================*/

/*Removes border when inside `a` element in IE 8/9.*/
img {
	max-width : 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
/* IE8 max-widthバグへの対応 uaにてie8時はbodyにクラス名を付ける */
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/
figure {
	margin: 0
}
/* =============================================================================
   Forms
   ========================================================================== */

/* Define consistent border, margin, and padding*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/
button, input {
	line-height: normal;
}
/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */
button, input[type="button"],  /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/*Re-set default cursor for disabled elements. */
button[disabled], input[disabled] {
	cursor: default;
}
/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none
}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   Typography
   ========================================================================== */

html {
	font-size: 105%;
	color: #000000;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1em;
}
p, dt, dd, li, th, td, caption {
	font-size: 1em;
	line-height: 1.75em;
	letter-spacing: 0.05em;
}
p {
	padding: 0.5em 0;
}
a {
	color: #007bbb;
	text-decoration: underline;
	transition: all 0.2s linear;
}
a:hover {
	color: #003d5d;
	text-decoration: none;
}
a:focus {
	color: #003d5d;
}
a.decoChg {
	text-decoration: underline;
}
a.decoChg:hover {
	text-decoration: none;
}
a.imgOver:hover img {
	zoom: 1;
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha( opacity=50 ); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
a.bgOver:hover {
	zoom: 1;
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha( opacity=50 ); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
ul, ol {
	padding: 0.5em 0 0.5em 2%;
}
ul {
}
ol {
	list-style: decimal;
}
ol li {
}

@media only screen and (max-width: 799px) {
ul, ol {
	padding: 0.5em 0 0.5em 7%;
}
}
dl {
	padding: 0;
}
dt {
	font-weight: bold;
	color: #007bbb;
	margin-top: 10px;
}
dd {
	margin-left: 1em;
}
table {
	margin: 1em 0;
	width: 100%;
	background: #fff;
}
table caption {
	text-align: center;
	color: #007bbb;
	padding: 5px 0;
}
table th, table td {
	vertical-align: middle;
	padding: 10px 15px;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-weight: normal;
}
table tbody th {
	background: #007bbb;
	color: #fff;
}

@media only screen and (max-width: 799px) {
table th, table td {
	display: block;
	width: 100%;
}
table th {
	padding-bottom: 5px;
}
table td {
	padding-top: 5px;
}
}
table.table02 {
	margin: 1em 0;
	width: 100%;
	background: #fff;
}
table.table02 caption {
	text-align: center;
	color: #000;
	padding: 5px 0;
	font-size: 2em;
}
table.table02 th, table.table02 td {
	vertical-align: middle;
	padding: 10px 15px;
	text-align: center;
	box-sizing: border-box;
	border: none;
}
table.table02 thead th {
	background: #fff;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
table.table02 tr:first-child td {
	padding-top: 25px;
}

@media only screen and (max-width: 799px) {
table.table02 th, table.table02 td {
	display: block;
	width: 100%;
}
table.table02 thead th {
	border-top: none;
	border-bottom: none;
	padding: 0;
}
table.table02 thead th:first-child {
	border-top: 1px solid #000;
	padding-top: 10px;
}
table.table02 thead th:last-child {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
table.table02 td, table.table02 tr:first-child td {
	padding: 0;
}
table.table02 td:first-child, table.table02 tr:first-child td:first-child {
	padding-top: 10px;
}
table.table02 td:last-child, table.table02 tr:first-child td:last-child {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
}
table.noblock {
}

@media only screen and (max-width: 799px) {
table.noblock th, table.noblock td {
	display: table-cell !important;
	width: auto !important;
	border-bottom: 1px solid #ccc !important;
}
}
hr {
	background-color: #ddd;
	border: 0;
	clear: both;
	height: 1px;
	margin: 2em 1em 3em 1em;
}

@media only screen and (max-width: 799px) {
.video-container {
	position: relative;
	margin: 0 0 0.5em 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* =============================================================================
   汎用スタイル
   ========================================================================== */


.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearbefore {
	clear: both;
}
.wrap {
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 3%;
}
.smpBr {
	display: none;
}
.smpBox {
	display: none;
}
.smphide {
}

@media only screen and (max-width: 799px) {
body {
	font-size: 90%;
}
.wrap {
	padding: 30px 3%;
}
.wrapslide, .wrapl, .wrapm, .wraps {
	width: 96%;
	max-width: 500px;
	margin: 0 auto;
}
}
/*
fonticon
a:before {
	font-family: FontAwesome;
	content:"\f1fa";
	text-indent:1px;}
*/

/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
/* #header */
#header {
	z-index: 10000;
	position: absolute;
	width: 100%;
	top: 0;
	padding-top: 30px;
	transition: all 0.2s linear;
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
#header .menu-wrap, #header .hd-tel {
	display: none;
}
#header.fixed-gnavi {
	position: fixed;
	top: 0!important;
	left: 0;
	background: rgba(255,255,255,0.95);
	padding-top: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
}
#header.fixed-gnavi .menu-wrap, #header.fixed-gnavi .hd-tel {
	display: block;
}
#header a {
	text-decoration: none;
}
#header > nav {
	min-width: 1080px;
	max-width: 1500px;
	margin: 0 auto;
}
#header > nav .hd-logo a {
	width: 427px;
	height: 51px;
	top: 70px;
	bottom: 0;
	/*margin: auto 0;*/
	margin-top: 55px;
	display: block;
	position: absolute;
	z-index: 1000;
}
#header > nav .hd-logo a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 427px;
	height: auto;
	margin: auto;
	margin-left: 5%
}
#header.fixed-gnavi > nav .hd-logo a {
	width: 320px;
	height: 42px;
	top: 0;
}
#header.fixed-gnavi > nav .hd-logo a img {
	max-width: 320px;
	max-height: 42px;
	width: auto;
	height: auto;
}
#header.fixed-gnavi > nav .hd-logo a.bw img {
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(0);
}
#header > nav .menu-hd-container {
	width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-right: 190px;
}
#header > nav .menu-hd-container > ul {
	float: right;
	padding: 0;
	font-size: 0;
}
#header > nav .menu-hd-container > ul > li {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	position: relative;
}
#header > nav .menu-hd-container > ul > li > a {
	color: #999;
	position: relative;
	z-index: 100;
	display: block;
	padding: 22px 20px;
	border-bottom: 3px solid rgba(255,255,255,0);
}
#header > nav .menu-hd-container > ul > li > a span {
	display: block;
	font-size: 12px;
	line-height: 120%;
	color: #333;
	position: relative;
}
#header > nav .menu-hd-container > ul > li > a {
	color: #999;
	display: block;
	position: relative;
	width: 80px;
}
#header > nav .menu-hd-container > ul > li > a span {
	transition: .3s;
}
#header > nav .menu-hd-container > ul > li:hover > a span::after {
	width: 100%;
}
#header > nav .menu-hd-container > ul > li:hover > a {
	/*background: #fff;*/
	border-bottom: 3px solid #0068b6;
}
#header > nav .menu-hd-container > ul > li img {
	width: 30px;
	height: auto;
}
#header > nav .hd-tel {
	width: 180px;
	top: 6px;
	line-height: 100%;
	float: right;
	box-sizing: border-box;
	margin-right: 1%;
}
#header > nav .hd-tel p {
	text-align: center;
	font-size: 10px;
	line-height: 100%;
}
#header > nav .hd-tel .textwidget {
	line-height: 100%;
	text-align: center;
}
#header > nav .hd-tel .textwidget span.tel1 {
	font-size: 26px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	line-height: 100%;
}
#header > nav .hd-tel .textwidget a.tel1 {
	display: none;
	font-size: 26px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	line-height: 100%;
}
#header > nav .hd-tel .textwidget .tel2 {
	display: flex;
	font-size: 10px;
	align-items: center;
}
#header > nav .hd-tel .textwidget .tel2:before, #header > nav .hd-tel .textwidget .tel2:after {
	border-top: 1px solid #000;
	content: "";
	flex-grow: 1;
}
#header > nav .hd-tel .textwidget .tel2:before {
	margin-right: 10px;
}
#header > nav .hd-tel .textwidget .tel2:after {
	margin-left: 10px;
}
#header > nav .sub-menu {
	text-align: center;
	background: #fff;
	top: 57px;
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	opacity: 0;
}
#header > nav .sub-menu.active {
	display: block!important;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
 @-moz-keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
 @-webkit-keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
/*#header > nav .sub-menu{text-align:center;background:#fff;top:77px;display:none;position:absolute;left:0;padding:0;}
#header > nav .sub-menu.active{display:block!important;}*/
#header > nav .sub-menu li {
	display: block;
	text-align: left;
}
#header > nav .sub-menu li::before {
	display: none!important;
}
#header > nav .sub-menu li a {
	font-size: 14px;
	display: block;
	padding: 20px 10px;
	transition: all .4s;
	font-weight: 300;
}
#header > nav .sub-menu li a:hover {
	background: #0068b6;
	color: #fff;
}
#header > nav .sub-menu li > a > span::before {
	width: 25px;
	text-align: center;
	vertical-align: text-bottom;
}
#header > nav .sub-menu li.etc > a > span::before {
	color: #0068b6!important;
	content: "\f1b9";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.petroleum > a > span::before {
	color: #0068b6!important;
	content: "\f06d";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.foreigner > a > span::before {
	color: #0068b6!important;
	content: "\f57e";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.purchasing > a > span::before {
	color: #0068b6!important;
	content: "\f187";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.card > a > span::before {
	color: #0068b6!important;
	content: "\f09d";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.about > a > span::before {
	color: #0068b6!important;
	content: "\f1ad";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/*
#header > nav .sub-menu li.coalition > a > span::before {
	color: #0068b6!important;
	content: "";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	line-height: 17px;
	height: 17px;
	width: 25px;
	top: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.417%2015.938%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23007bbb%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.462%2C13.216H7.05a.755.755%2C0%2C0%2C1%2C.755.755v.349a.756.756%2C0%2C0%2C1-.756.756H5.461a.755.755%2C0%2C0%2C1-.755-.755v-.349A.756.756%2C0%2C0%2C1%2C5.462%2C13.216Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.888%2C11.384H.755A.755.755%2C0%2C0%2C0%2C0%2C12.139v1.043c0%2C.418.2.756.528.756H.611c.36%2C0%2C.277.338.277.755v.49a.755.755%2C0%2C0%2C0%2C.756.755H2.8a.756.756%2C0%2C0%2C0%2C.756-.755V12.139a.756.756%2C0%2C0%2C0-.756-.755Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.271%2C5.025a.755.755%2C0%2C0%2C0-.738.6L9.111%2C7.567a.754.754%2C0%2C0%2C1-.738.6H3.643a.757.757%2C0%2C0%2C0-.756.756V9.49a.757.757%2C0%2C0%2C0%2C.756.756H3.8A.755.755%2C0%2C0%2C1%2C4.553%2C11v.376a.755.755%2C0%2C0%2C0%2C.756.755h5.856a.755.755%2C0%2C0%2C0%2C.737-.594l1.224-5.6a.755.755%2C0%2C0%2C0-.738-.917Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.929%2C3.385A.755.755%2C0%2C0%2C1%2C14.186%2C4H10.9a.754.754%2C0%2C0%2C1-.742-.9L10.634.614A.756.756%2C0%2C0%2C1%2C11.377%2C0h3.285A.756.756%2C0%2C0%2C1%2C15.4.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}
	*/
#header > nav .sub-menu li.subscribe > a > span::before {
	color: #0068b6!important;
	content: "\f2b5";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.store > a > span::before {
	color: #0068b6!important;
	content: "\f290";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.web-invoice > a > span::before {
	color: #0068b6!important;
	content: "\f108";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.download > a > span::before {
	color: #0068b6!important;
	content: "\f019";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.oil-price > a > span::before {
	color: #0068b6!important;
	content: "\f52f";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.magazine > a > span::before {
	color: #0068b6!important;
	content: "\f15c";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.present > a > span::before {
	color: #0068b6!important;
	content: "\f06b";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.welfare > a > span::before {
	color: #0068b6!important;
	content: "\f06c";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.ippatsu > a > span::before {
	color: #0068b6!important;
	content: "\f0a5";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.terms > a > span::before {
	color: #0068b6!important;
	content: "\f1c1";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li a:hover span::before {
	color: #fff!important;
}
/*
#header > nav .sub-menu li.coalition > a:hover > span::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.417%2015.938%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.462%2C13.216H7.05a.755.755%2C0%2C0%2C1%2C.755.755v.349a.756.756%2C0%2C0%2C1-.756.756H5.461a.755.755%2C0%2C0%2C1-.755-.755v-.349A.756.756%2C0%2C0%2C1%2C5.462%2C13.216Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.888%2C11.384H.755A.755.755%2C0%2C0%2C0%2C0%2C12.139v1.043c0%2C.418.2.756.528.756H.611c.36%2C0%2C.277.338.277.755v.49a.755.755%2C0%2C0%2C0%2C.756.755H2.8a.756.756%2C0%2C0%2C0%2C.756-.755V12.139a.756.756%2C0%2C0%2C0-.756-.755Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.271%2C5.025a.755.755%2C0%2C0%2C0-.738.6L9.111%2C7.567a.754.754%2C0%2C0%2C1-.738.6H3.643a.757.757%2C0%2C0%2C0-.756.756V9.49a.757.757%2C0%2C0%2C0%2C.756.756H3.8A.755.755%2C0%2C0%2C1%2C4.553%2C11v.376a.755.755%2C0%2C0%2C0%2C.756.755h5.856a.755.755%2C0%2C0%2C0%2C.737-.594l1.224-5.6a.755.755%2C0%2C0%2C0-.738-.917Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.929%2C3.385A.755.755%2C0%2C0%2C1%2C14.186%2C4H10.9a.754.754%2C0%2C0%2C1-.742-.9L10.634.614A.756.756%2C0%2C0%2C1%2C11.377%2C0h3.285A.756.756%2C0%2C0%2C1%2C15.4.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}*/
}

@media screen and (max-width: 1024px) {
#header {
	height: 75px;
	border-top: 2px solid #14619B;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	z-index: 1000;
}
#header #gnavi h1, #header #gnavi p {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 230px;
	height: 40px;
	top: -18px;
	z-index: 2000;
}
#header #gnavi h1 a, #header #gnavi p a {
	display: block;
}
#header #gnavi h1 a img, #header #gnavi p a img {
	width: 100%;
	height: auto;
}
#header > nav .hd-logo a {
	width: 230px;
	height: 51px;
	top: 0;
}
#header.fixed-gnavi .hd-tel {
	display: none;
}
#header.fixed-gnavi > nav .hd-logo a {
	width: 230px;
	height: 42px;
	top: 0;
}
#header.fixed-gnavi > nav .hd-logo a img {
	width: 230px;
	height: 42px;
}
#header > nav {
	width: auto;
}
#header .hd-tel {
	display: block!important;
}
#header .hd-tel p, #header .hd-tel span.tel1, #header .hd-tel span.tel2 {
	display: none;
}
#header .hd-tel a.tel1 {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 40px;
	top: 33px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
#header .hd-tel a.tel1::before {
	text-indent: 0;
	display: block;
	content: "\f095";
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	color: #000;
}
#gnavi {
	box-sizing: border-box;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.menubtn {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	top: 33px;
	z-index: 10000;
}
.menubtn > span {
	position: absolute;
	width: 20px;
	height: 3px;
	left: 0;
	background: #000;
	transition: all .4s;
	box-sizing: border-box;
	display: inline-block;
	right: 0;
	margin: 0 auto;
}
.menubtn span:nth-of-type(1) {
	top: 10px;
}
.menubtn span:nth-of-type(2) {
	top: 16.5px;
}
.menubtn span:nth-of-type(3) {
	top: 23.5px;
}
#gnavi .menu-hd-container {
	width: 100%;
	height: 100%;
	background-color: #0068b6;
	z-index: 9900;
	box-sizing: border-box;
	position: relative;
}
#gnavi .menu-hd-container > ul li {
	border-bottom: 1px solid #fff;
}
#gnavi .menu-hd-container > ul li img {
	display: none;
}
#gnavi .menu-hd-container > ul li a {
	display: block;
	padding: 20px 20px 20px 30px !important;
	position: relative;
	font-size: 12px;
	color: #999;
	line-height: 130%;
	text-decoration: none;
}
#gnavi .menu-hd-container > ul li a span {
	display: block;
	line-height: 130%;
	font-size: 16px;
	color: #fff;
}
#gnavi .menu-hd-container > ul li a:after {
	position: absolute;
	left: 10px;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .hd-tel {
	display: block!important;
}
#header .hd-tel p, #header .hd-tel span.tel1, #header .hd-tel span.tel2 {
	display: none;
}
#header .hd-tel a.tel1 {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 40px;
	top: 30px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
#header .hd-tel a.tel1::before {
	text-indent: 0;
	display: block;
	content: "\f095";
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	color: #000;
}
#gnavi .sub-menu {
	display: none;
	background: #fff;
	padding: 0;
}
#gnavi .sub-menu li {
	list-style: none;
}
#gnavi .sub-menu li+li {
	border-top: 1px solid #ccc;
}
#gnavi .sub-menu a, #gnavi .sub-menu a span {
	color: #0068b6!important;
}
.menu-wrap {
	overflow-y: auto;
	right: -100%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .4s;
	padding-left: 60px;
	box-sizing: border-box;
	z-index: 10000;
}
.menu-wrap.active {
	right: 0;
}
body.active {
	overflow: hidden;
}
body.active #header::after {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2100;
}
.closemenu {
	width: 50px;
	height: 99%;
	position: absolute;
	left: 5px;
	top: 1%;
}
.closemenu > span {
	position: absolute;
	width: 40px;
	height: 3px;
	left: 0;
	background: #fff;
	transition: all .4s;
	box-sizing: border-box;
	display: inline-block;
	right: 0;
	margin: 0 auto;
}
.closemenu span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: translateY(6.5px) rotate(-45deg);
	transform: translateY(6.5px) rotate(-45deg);
}
.closemenu span:nth-of-type(2) {
	top: 16.5px;
	opacity: 0;
}
.closemenu span:nth-of-type(3) {
	top: 23.5px;
	-webkit-transform: translateY(-6.5px) rotate(45deg);
	transform: translateY(-6.5px) rotate(45deg);
}
#header > nav .menu-hd-container > ul {
	float: none;
	margin: 0;
	list-style: none;
	padding: 0;
	background: #0068b6;
}
#header > nav .menu-hd-container > ul > li:last-child {
	border-right: none;
}
#header > nav .menu-hd-container > ul > li {
	display: block;
	text-align: left;
	font-size: 16px;
	border-left: none;
}
#header > nav .menu-hd-container > ul > li > a span {
	font-size: 16px;
}
#header > nav .sub-menu li > a > span::before {
	width: 25px;
	text-align: center;
}
#header > nav .sub-menu li.etc > a > span::before {
	color: #0068b6!important;
	content: "\f1b9";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.petroleum > a > span::before {
	color: #0068b6!important;
	content: "\f06d";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.foreigner > a > span::before {
	color: #0068b6!important;
	content: "\f57e";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.purchasing > a > span::before {
	color: #0068b6!important;
	content: "\f187";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.card > a > span::before {
	color: #0068b6!important;
	content: "\f09d";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.about > a > span::before {
	color: #0068b6!important;
	content: "\f1ad";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/*
#header > nav .sub-menu li.coalition > a > span::before {
	color: #0068b6!important;
	content: "";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	line-height: 17px;
	height: 17px;
	width: 25px;
	top: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.417%2015.938%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23007bbb%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.462%2C13.216H7.05a.755.755%2C0%2C0%2C1%2C.755.755v.349a.756.756%2C0%2C0%2C1-.756.756H5.461a.755.755%2C0%2C0%2C1-.755-.755v-.349A.756.756%2C0%2C0%2C1%2C5.462%2C13.216Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.888%2C11.384H.755A.755.755%2C0%2C0%2C0%2C0%2C12.139v1.043c0%2C.418.2.756.528.756H.611c.36%2C0%2C.277.338.277.755v.49a.755.755%2C0%2C0%2C0%2C.756.755H2.8a.756.756%2C0%2C0%2C0%2C.756-.755V12.139a.756.756%2C0%2C0%2C0-.756-.755Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.271%2C5.025a.755.755%2C0%2C0%2C0-.738.6L9.111%2C7.567a.754.754%2C0%2C0%2C1-.738.6H3.643a.757.757%2C0%2C0%2C0-.756.756V9.49a.757.757%2C0%2C0%2C0%2C.756.756H3.8A.755.755%2C0%2C0%2C1%2C4.553%2C11v.376a.755.755%2C0%2C0%2C0%2C.756.755h5.856a.755.755%2C0%2C0%2C0%2C.737-.594l1.224-5.6a.755.755%2C0%2C0%2C0-.738-.917Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.929%2C3.385A.755.755%2C0%2C0%2C1%2C14.186%2C4H10.9a.754.754%2C0%2C0%2C1-.742-.9L10.634.614A.756.756%2C0%2C0%2C1%2C11.377%2C0h3.285A.756.756%2C0%2C0%2C1%2C15.4.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}
	*/
#header > nav .sub-menu li.subscribe > a > span::before {
	color: #0068b6!important;
	content: "\f2b5";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.store > a > span::before {
	color: #0068b6!important;
	content: "\f290";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.web-invoice > a > span::before {
	color: #0068b6!important;
	content: "\f108";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.download > a > span::before {
	color: #0068b6!important;
	content: "\f019";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.oil-price > a > span::before {
	color: #0068b6!important;
	content: "\f52f";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.magazine > a > span::before {
	color: #0068b6!important;
	content: "\f15c";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.present > a > span::before {
	color: #0068b6!important;
	content: "\f06b";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.welfare > a > span::before {
	color: #0068b6!important;
	content: "\f06c";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.ippatsu > a > span::before {
	color: #0068b6!important;
	content: "\f0a5";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#header > nav .sub-menu li.terms > a > span::before {
	color: #0068b6!important;
	content: "\f1c1";
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
}
/* #globalFoot */
#globalFoot {
	background-image: url(../img/bg_footer.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;/*background: #fff;*/
}
#globalFoot .wrap {
	padding: 0 3%;
}
#globalFoot .right {
	float: right;
	padding-top: 100px;
	min-width: 26%;
}
#globalFoot .left {
	/*background: #0068b6;*/
	padding: 70px 0;
	color: white;
	float: left;
	position: relative;
	width: 38%;
	z-index: 0;
}
/*
#globalFoot .left:before {
	content: "";
	position: absolute;
	width: 9999px;
	left: -9999px;
	top: 0;
	height: 100%;
	background: #0068b6;
}
#globalFoot .left:after {
	content: "";
	position: absolute;
	width: 730px;
	right: -361px;
	top: 0;
	height: 100%;
	background: #0068b6;
	-ms-transform: skew(-60deg);
	transform: skew(-60deg);
	z-index: -1;
}
*/
#globalFoot .left h2 {
	margin-bottom: 20px;
}
#globalFoot .left h2 span {
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-left: 30px;
}
#globalFoot .left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 40px;
	float: left;
}
#globalFoot .left ul:last-child {
	margin-right: 0;
}
#globalFoot .left a {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}
#globalFoot .left a:hover {
	text-decoration: underline;
}
#globalFoot .right h3 {
	max-width: 355px;
	text-align: left;
	margin-left: auto;
	margin-bottom: 10px;
}
#globalFoot .right h3 img.bw {
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(0);
}
#globalFoot .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	flex-wrap: wrap;
	display: flex;
}
#globalFoot .right ul li {
	width: 50%;
}
#globalFoot .right .copy {
	font-size: 9px;
	margin-top: 10px;
	text-align: right;
}
#globalFoot .right a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}
#globalFoot .right a:hover {
	color: #0068b6;
	text-decoration: none;
}

@media screen and (max-width: 1280px) {
#globalFoot .left {
	width: 50%;
}
#globalFoot .left:after {
	right: -120px;
	transform: skew(-30deg);
}
}

@media screen and (max-width: 799px) {
#globalFoot .left {
	display: none;
}
#globalFoot .left:before {
	content: none;
}
#globalFoot .left:after {
	content: none;
}
#globalFoot .right {
	float: none;
	padding: 20px 0;
	width: 100%;
}
#globalFoot .right ul {
	display: none;
}
#globalFoot .right h3 {
	width: 60%;
	margin: 0 auto;
}
#globalFoot .right .copy {
	text-align: center;
}
}
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* float 指定
------------------------------------------*/
.imgLeft {
	float: left;
	margin: 0.5em 2em 1em 0;
}
.imgRight {
	float: right;
	margin: 0.5em 0 1em 2em;
}

@media only screen and (max-width: 799px) {
.imgLeft {
	float: none;
	text-align: center;
	margin: 1em 0;
}
.imgRight {
	float: none;
	text-align: center;
	margin: 1em 0;
}
}
/* padding 指定
------------------------------------------*/
.noPad {
	padding: 0 !important;
}
.pad5 {
	padding: 5px !important;
}
.pad10 {
	padding: 10px !important;
}
.pad15 {
	padding: 15px !important;
}
.pad20 {
	padding: 20px !important;
}
.padT5 {
	padding-top: 5px !important;
}
.padT10 {
	padding-top: 10px !important;
}
.padT15 {
	padding-top: 15px !important;
}
.padT20 {
	padding-top: 20px !important;
}
.padT30 {
	padding-top: 30px !important;
}
.padT40 {
	padding-top: 40px !important;
}
.padT50 {
	padding-top: 50px !important;
}
.padR5 {
	padding-right: 5px !important;
}
.padR10 {
	padding-right: 10px !important;
}
.padR15 {
	padding-right: 15px !important;
}
.padR20 {
	padding-right: 20px !important;
}
.padR30 {
	padding-right: 30px !important;
}
.padR40 {
	padding-right: 40px !important;
}
.padR50 {
	padding-right: 50px !important;
}
.padB5 {
	padding-bottom: 5px !important;
}
.padB10 {
	padding-bottom: 10px !important;
}
.padB15 {
	padding-bottom: 15px !important;
}
.padB20 {
	padding-bottom: 20px !important;
}
.padB30 {
	padding-bottom: 30px !important;
}
.padB40 {
	padding-bottom: 40px !important;
}
.padB50 {
	padding-bottom: 50px !important;
}
.padL5 {
	padding-left: 5px !important;
}
.padL10 {
	padding-left: 10px !important;
}
.padL15 {
	padding-left: 15px !important;
}
.padL20 {
	padding-left: 20px !important;
}
.padL30 {
	padding-left: 30px !important;
}
.padL40 {
	padding-left: 40px !important;
}
.padL50 {
	padding-left: 50px !important;
}
/* margin 指定
------------------------------------------*/
.noMar {
	margin: 0 !important;
}
.mar5 {
	margin: 5px !important;
}
.mar10 {
	margin: 10px !important;
}
.mar15 {
	margin: 15px !important;
}
.mar20 {
	margin: 20px !important;
}
.marT5 {
	margin-top: 5px !important;
}
.marT10 {
	margin-top: 10px !important;
}
.marT15 {
	margin-top: 15px !important;
}
.marT20 {
	margin-top: 20px !important;
}
.marR5 {
	margin-right: 5px !important;
}
.marR10 {
	margin-right: 10px !important;
}
.marR15 {
	margin-right: 15px !important;
}
.marR20 {
	margin-right: 20px !important;
}
.marB5 {
	margin-bottom: 5px !important;
}
.marB10 {
	margin-bottom: 10px !important;
}
.marB15 {
	margin-bottom: 15px !important;
}
.marB20 {
	margin-bottom: 20px !important;
}
.marL5 {
	margin-left: 5px !important;
}
.marL10 {
	margin-left: 10px !important;
}
.marL15 {
	margin-left: 15px !important;
}
.marL20 {
	margin-left: 20px !important;
}
/* font style
------------------------------------------*/
.fontOrange {
	color: #e58200;
}
.fontRed {
	color: #e60012;
}
.fontRed2 {
	color: red;
}
.fontBlue {
	color: #007bbb;
}
.fontBlue2 {
	color: blue;
}
.fontGreen {
	color: #8dc121;
}
.fontYellow {
	color: gold;
}
.fontYellow2 {
	color: yellow;
}
.fontRem8 {
	font-size: 12px;
	font-size: 0.9rem;
}
.fontRem10 {
	font-size: 14px;
	font-size: 1.0rem;
}
.fontRem11 {
	font-size: 15px;
	font-size: 1.1rem;
}
.fontRem12 {
	font-size: 16px;
	font-size: 1.2rem;
}
.fontRem14 {
	font-size: 18px;
	font-size: 1.4rem;
}
.fontRem16 {
	font-size: 20px;
	font-size: 1.6rem;
}
.fontRem18 {
	font-size: 22px;
	font-size: 1.8rem;
}
.fontBold {
	font-weight: bold;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
/* フォームスタイル
------------------------------------------*/
form .imeActive {
	ime-mode: active; /* 全角モード */
}
form .imeInactive {
	ime-mode: inactive; /* 半角モード */
}
form input[type=text], form input[type=email], form input[type=search], form input[type=tel], form input[type=url], form textarea {
	-webkit-appearance: none;
	width: 100% !important;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
	padding: 10px;
}
form select {
	width: 100% !important;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
	padding: 10px;
}
form input[type=text].inp100 {
	width: 100% !important;
}
form input[type=text].inp90 {
	width: 90% !important;
}
form input[type=text].inp70 {
	width: 70% !important;
}
form input[type=text].inp50 {
	width: 50% !important;
}
form input[type=text].inp40, form select.inp40 {
	width: 40% !important;
}
form input[type=text].inp30 {
	width: 30% !important;
}
form input[type=text].inp20, form select.inp20 {
	width: 20% !important;
}
form input[type=text].inp10 {
	width: 10% !important;
}
form label {
	display: inline-block;
	margin-right: 30px;
}
form label.inline {
	display: inline-block;
}
form input[type=checkbox], form input[type=radio] {
	vertical-align: 0;
	margin-right: 5px;
}
form .req {
	float: right;
	margin-top: 2px;
	font-weight: normal;
	display: inline-block;
	font-size: 0.8em;
	color: #FFF;
	background: #e0001a;
	border-radius: 3px;
	line-height: 1;
	padding: 6px 5px;
}
form .btn {
	padding: 0;
	margin-top: 20px;
	text-align: center;
}
form .btn input[type=submit] {
	cursor: pointer;
	transition: all 0.2s linear;
	margin: 0 auto;
	text-shadow: none !important;
	background: #fff;
	border: 1px solid #0068b6;
	padding: 15px 50px;
	color: #0068b6;
}
form .btn input[type=submit]:hover {
	background: #0068b6;
	color: #fff;
}
form .btn input[type=button] {
	cursor: pointer;
	margin: 0 auto;
	text-shadow: none !important;
	background: #d0d0d0;
	padding: 15px 50px;
	border: none;
}
form .btn input[type=button]:hover {
	background: #828282;
}
form input[type=text].inpDisabled {
	border: none;
	padding: 0;
	background: none;
	font-weight: bold;
}
form .policy {
	margin: 30px 0;
	border: 1px solid #ededed;
	border-radius: 5px;
	height: 160px;
	overflow-y: scroll;
	padding: 15px;
}
form .slcbox {
	display: none;
}
form {
	width: 720px;
	margin: 0 auto;
}

@media only screen and (max-width: 799px) {
form {
	width: 100%;
}
}
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^666
==投稿詳細スタイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/*
color
#1b2d65
#098dea
*/


/* ページングスタイル
------------------------------------------*/
/* htmlコーディング部分
<nav class="paging">
<ul class="pagingNav">
<li class="prevDetail"><span>&laquo;</span></li>
<li class="nextDetail"><a href="*****">&raquo;</a></li>
<li class="first"><span>&laquo;</span></li>
<li class="previous"><span>前へ</span></li>
<li class="current"><span>1</span></li>
<li class="after delta-1 tail"><a href="*****">2</a></li>
<li class="after delta-1 tail"><a href="*****">3</a></li>
<li class="next"><a href="*****">次へ</a></li>
<li class="last"><a href="*****">&raquo;</a></li>
</ul>
</nav>
*/
nav.paging {
	text-align: center;
}
nav.paging ul.pagingNav {
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
nav.paging ul.pagingNav li {
	font-size: 16px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	line-height: 1;
}
nav.paging ul.pagingNav li span {
	color: #8c8c8c;
}
nav.paging ul.pagingNav li a {
}
nav.paging ul.pagingNav li span, nav.paging ul.pagingNav li a {
	background: #FFF;
	font-weight: bold;
	padding: 13px 20px;
	display: block;
	border: 2px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
nav.paging ul.pagingNav li.first span, nav.paging ul.pagingNav li.first a {
	border-left: 2px solid #d1d1d1;
	border-radius: 10px 0 0 10px;
}
nav.paging ul.pagingNav li.last span, nav.paging ul.pagingNav li.last a {
	border-right: 2px solid #d1d1d1;
	border-radius: 0 10px 10px 0;
}
nav.paging ul.pagingNav li.prevDetail span, nav.paging ul.pagingNav li.prevDetail a {
	border-left: 2px solid #d1d1d1;
	border-radius: 10px 0 0 10px;
}
nav.paging ul.pagingNav li.nextDetail span, nav.paging ul.pagingNav li.nextDetail a {
	border-right: 2px solid #d1d1d1;
	border-radius: 0 10px 10px 0;
}
nav.paging ul.pagingNav li.current span {
	background: #eb9400;
	color: #FFF;
}
nav.paging ul.pagingNav li a:hover {
	text-decoration: none;
	background: #eb9400;
	color: #FFF;
}

@media only screen and (max-width: 799px) {
nav.paging ul.pagingNav li {
	font-size: 14px;
}
nav.paging ul.pagingNav li span, nav.paging ul.pagingNav li a {
	padding: 13px 15px;
}
nav.paging ul.pagingNav li.first, nav.paging ul.pagingNav li.last {
	display: none;
}
nav.paging ul.pagingNav li.previous span, nav.paging ul.pagingNav li.previous a {
	border-left: 2px solid #d1d1d1;
	border-radius: 10px 0 0 10px;
}
nav.paging ul.pagingNav li.next span, nav.paging ul.pagingNav li.next a {
	border-right: 2px solid #d1d1d1;
	border-radius: 0 10px 10px 0;
}
}

@media screen and (min-width: 801px) {
.sp {
	display: none!important;
}
.online_btn{
	display: block;
	float: right;
	padding-top: 9px;
	max-width: 180px;
}
.online_switch{
	display: none;
}
}

@media screen and (max-width: 800px) {
.pc {
	display: none!important;
}
}

/*ヘッダーナビ*/
@media screen and (max-width: 1024px) {
/*フッター*/
.online_btn{
	display: none;
	float: none;
	padding-top: 0;
}
.online_switch{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #0068B6;
	color: #FFF;
	width: 100%;
	z-index: 9999;
	text-align: center;
	padding: 8px 0;
}
.online_switch img{
	max-height: 25px;
}
#globalFoot {
	background-image: none;
	background: #fff;
}
#globalFoot .left {
	display: none;
}
#globalFoot .left:before {
	content: none;
}
#globalFoot .left:after {
	content: none;
}
#globalFoot .right {
	float: none;
	padding: 20px 0;
	width: 100%;
}
#globalFoot .right ul {
	display: none!important;
}
#globalFoot .right h3 {
	width: 60%;
	margin: 0 auto;
}
#globalFoot .right .copy {
	text-align: center;
}
}
.tel_txt {text-align: center !important;font-size: 14px;color: #f00;}

/* 210511 */
form.sent table,
form.sent div.btn,
form.sent p.form_txt,
form.sent p.confirm_txt{
display:none;
}

form p.thanks_txt {
	display: none;
}

form.sent p.thanks_txt {
	display: block;
}

input:-ms-input-placeholder {
  color: #ccc;
}

/* 210521 */
div.wpcf7-mail-sent-ok {
background:#d5edda;
color:#185626;
border:1px solid #c4e5cc;
padding:10px
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
background:#f7d7da;
color:#F00;
font-weight: bold;
border:1px solid #f4c6cb;
padding:10px
}

/* 210901 */
.h1_box {
  background: #0068b6;
  padding: 6px 0;
  color: #fff;
  font-size: 6px;
  width: 100%;
  margin-top: 77px;
	position: relative;
	z-index: 10;
  /* top: 77px;
  position: fixed;
  z-index: 100; */
}

.h1_box h1 {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
}

@media screen and (max-width: 1060px) {
  .h1_box {
    margin-top: 50px;
    font-size: 4px;
  }
}

/* 211102 パンくず追加 */
.pankuzu {
  max-width: 1500px;
  margin: 0 auto;
}

.pankuzu .clearfix {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.pankuzu .clearfix li {
  font-size: 13px;
  padding: 0 3px;
}

.pankuzu .clearfix li:last-child {
  color: #0068b6;
  margin-right: 10px;
}

.pankuzu .clearfix li a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.pankuzu .clearfix li a::after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 10px;
  position: relative;
  top: -1px;
}

.pankuzu + .pagetop {
  margin-top: 10px!important;
}

#content.purchasing .pankuzu ul li {
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
}

#content.purchasing .pankuzu ul li:last-child {
  color: #0068b6;
  margin-right: 10px;
}

#content.purchasing .pankuzu ul li a {
  border: none;
  line-height: initial;
}

#content.purchasing .pankuzu ul li a:hover {
  background: #fff;
    color: #0068b6;
}

@media only screen and (max-width: 799px) {
  .pankuzu .clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 12px;
    padding-left: 5px;
  }

  .pankuzu .clearfix li {
    font-size: 11px;
}

  .pankuzu + .pagetop {
    margin-top: 30px!important;
  }
}

/* 211111 add */
.pankuzu,
.h1_box {
display:none;
}

#efLP {
margin-top:77px;
}

@media screen and (max-width: 1060px){
#efLP {
    margin-top: 50px;
}
}

@media screen and (max-width: 450px) {
#efLP {
    margin-top: 14%;
}

#content.purchasing_kumiai {
	margin-top: 80px;
}
}