article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

.blue_text {
	color: #00F
}

h1 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 2px solid #727171;
	margin: 5px 0 15px;
	padding: 7px 0 7px 10px;
	font-size: 20px;
	font-weight: bold;
}

h1 a {
	color: #FFF;
	text-decoration: none;
}

h2 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-bottom: 2px solid #464646;
	margin: 20px 0 30px;
	padding: 10px 0;
	font-size: 24px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #FFF;
	color: #595757
}

h2#map,
h2#map_traffic {
	font-size: 34px;
	font-weight: normal
}

h2 span {
	font-size: 16px
}

h2#temp_item {
	border: none
}

.top_h2 {
	margin: 0 0 30px
}

.guide_h2 {
	margin: 0 0 30px;
	background-image: url(images/h2_guide_bk.png);
	background-repeat: no-repeat;
	color: #FFF;
	border-bottom: none;
	padding: 25px 20px;
}

.kii_h2 {
	margin: 30px 0 10px;
	background-color: #F7941D;
	color: #FFF;
	border-bottom: none;
	padding: 10px 20px;
}

.fix_h2 {
	border-bottom: none;
	margin: 20px 0 0
}

h3 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 20px;
	padding: 3px 0 3px 12px;
	font-weight: bold;
	text-align: left;
	border-left: 6px solid #393636;
	font-size: 18px;
}

h3.tel {
	text-align: center;
	border-left: none;
}

h3.temp_item {
	color: #F39800;
	border-bottom: 1px solid #F39800;
	border-left: none;
}

.item_map_h3 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 20px;
	padding: 0;
	font-weight: normal;
	border: none;
	font-size: 16px;
	position: relative;
}

.item_map_h3:after {
	border-top: 1px solid #6D6E71;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: -100
}

.item_map_h3 span {
	background-color: #6D6E71;
	display: inline-block;
	padding: 15px 0;
	width: 260px;
	color: #FFF;
	text-align: center;
	z-index: 1000
}

.fix_h3 {
	border-left: none;
	padding: 3px 0;
	margin: 30px 0 10px;
}

.title_map_h3 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 30px auto 20px;
	padding: 0;
	border: none;
	position: relative;
	text-align: center;
	max-width: 730px;
}

.title_map_h3:before {
	content: "";
	display: block;
	border-top: solid 1px #6D6E71;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.title_map_h3 span {
	background: #fff;
	padding: 10px 20px;
	position: relative;
	z-index: 5;
}

h4 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0 10px;
	padding: 3px 0 3px 10px;
	font-size: 16px;
	font-weight: bold;
	border: none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.zenkaku {
	ime-mode: active;
}

.hankaku {
	ime-mode: disabled;
}

.cleared {
	clear: both;
}

.red {
	color: #F00
}

.tel-link-jocconversion {
	color: #FFF;
}

.tel-link-jocconversion a {
	color: #FFF;
	text-decoration: underline;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word
}

body {
	font-size: 100%;
	line-height: 1.6875
}

.grid {
	margin: 0 auto;
	max-width: 960px;
	min-width: 320px;
	width: 100%
}

img {
	max-width: 100%;
	height: auto
}

.wfull {
	width: 100%;
	max-width: 100%
}

.w320 {
	max-width: 320px
}

.w640 {
	max-width: 640px
}

.w960 {
	max-width: 960px
}

.row {
	width: 100%;
	margin-bottom: 0
}

.row .row {
	width: auto;
	margin: 0
}

.c1 {
	width: 8.33%
}

.c2 {
	width: 16.66%
}

.c3 {
	width: 204px;
}

.c4 {
	width: 33.33%
}

.c5 {
	width: 41.66%
}

.c6 {
	width: 50%;
}

.c7 {
	width: 58.33%
}

.c8 {
	width: 66.66%
}

.c9 {
	width: calc(100% - 234px)
}

.c10 {
	width: 83.33%
}

.c11 {
	width: 91.66%
}

.c12,
.w320 .c1,
.w320 .c2,
.w320 .c3,
.w320 .c4,
.w320 .c5,
.w320 .c6,
.w320 .c7,
.w320 .c8,
.w320 .c9,
.w320 .c10,
.w320 .c11,
.w640 .c1,
.w640 .c2,
.w640 .c3,
.w640 .c4,
.w640 .c5,
.w640 .c6,
.w640 .c7,
.w640 .c8,
.w640 .c9,
.w640 .c10,
.w640 .c11 {
	width: 100%
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12 {
	min-height: 1px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	position: relative
}

.s1 {
	margin-left: 8.33%
}

.s2 {
	margin-left: 16.66%
}

.s3 {
	margin-left: 25%
}

.s4 {
	margin-left: 33.33%
}

.s5 {
	margin-left: 41.66%
}

.s6 {
	margin-left: 50%
}

.s7 {
	margin-left: 58.33%
}

.s8 {
	margin-left: 66.66%
}

.s9 {
	margin-left: 75%
}

.s10 {
	margin-left: 83.33%
}

.s11 {
	margin-left: 91.66%
}

.end {
	float: right !important
}

@font-face {
	font-family: 'FontAwesome';
	src: url('library/fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('library/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"),
		url('library/fonts/fontawesome-webfont.woff?v=3.0.1') format("woff"),
		url('library/fonts/fontawesome-webfont.ttf?v=3.0.1') format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

a {

	[class^="icon-"],
	[class*=" icon-"] {
		display: inline-block;
	}
}

.icon-search:before {
	content: "\f021";
}

.icon-leaf:before {
	content: "\f022";
}

.icon-reorder:before {
	content: "MENU";
}

.icon-caret-down:before {
	content: "\f024";
}

.icon-caret-up:before {
	content: "\f025";
}

.icon-caret-right:before {
	content: "\f026";
}

.icon-quote-left:before {
	content: "\f027";
}

body {
	color: #333;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	-moz-transition: left .25s ease-in-out;
	-webkit-transition: left .25s ease-in-out;
	transition: left .25s ease-in-out;
	position: relative;
	left: 0;
}

ul ul,
ol ol {
	margin: 0;
}

pre {
	padding: 5px;
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	color: #666;
	font-size: 90%;
	white-space: pre;
	word-wrap: normal;
	overflow-x: scroll;
}

table {
	width: 100%;
}

td,
th {
	padding: 6px;
	border: 1px solid #CCC;
	text-align: left;
}

th {
	background: #eee;
	font-weight: bold;
}

.widget #calendar_wrap {
	padding: 0 20px 20px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.instructions {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

.instructions a {
	color: #21759B;
	text-decoration: none;
}

del {
	color: red;
	text-decoration: line-through;
}

ins {
	border-bottom: 1px solid green;
	text-decoration: none;
	color: green;
}

input,
textarea {
	padding: 4px;
	border: 1px solid #bbb;
	outline: none;
	font-weight: normal;
	color: #393636;
	max-width: 450px;
}

input:focus,
textarea:focus {
	border-color: #AAA;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	max-width: 450px;
}

textarea {
	max-width: 450px;
}

input[type="submit"] {
	margin-top: 0 !important;
}

select {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #aaa;
	padding: 4px;
	color: #393636;
}

.widget select {
	margin: 0 20px 20px;
	width: 70%;
}

.assistive-text,
.remove {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

#header_t {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100% !important;
	padding: 0;
	background-color: #4C4C4C
}

#header {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding: 0;
}

.title-logo-wrapper {
	display: grid;
	grid-template-columns: 1fr 270px;
	align-items: center;
	padding: 1rem 0;
}

#site-logo {
	display: grid;
	grid-template-columns: 132px 1fr;
	align-items: center;
	gap: 0 1rem;
}

#site-logo h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#site-logo_r {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	color: #999;
	padding: 0;
	text-align: right;
}

#site-logo_r i {
	font-size: 18px;
	margin: 0 0 0 5px;
}

#site-logo_r a {
	text-decoration: none;
	font-size: 18px;
	color: white;
}

#site-logo_r .link_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 0;
	margin: 0;
	gap: 1rem;
}

.online_store {
	padding: 10px 0 !important;
}

.guide_top {
	gap: .5rem;
}

.online_store .online_link {
	text-align: right;
	grid-column: span 2;
}

.guide_top .online_link {
	display: block;
	text-align: right
}

#site-logo_r .link_box .link a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: center;
	background-color: #F39800;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

#site-logo_r .link_box .link a:hover {
	background: #EA5938;
}

#site-description {
	margin: 0;
	font-size: 120%;
	line-height: 1;
	font-weight: normal;
	font-family: 'Lato';
}

#site-title,
#site-description {
	padding: 0 20px;
}

#header-img {
	display: block;
	clear: both;
}

#header .c12 {
	padding-left: 0;
	padding-right: 0;
}

.header-group {
	margin: 0;
	clear: left;
}

#header .center {
	text-align: center;
}

.center #site-logo {
	width: 100%;
	clear: both;
}

#drop-down-search {
	clear: both;
	display: none;
	padding: 0 20px;
}

#drop-down-search #searchform {
	padding-right: 18px;
}

#drop-down-search #site-search {
	width: 100%;
}

.header-widget {
	padding: 30px 20px;
}

#header-widgets.fr,
#header-widgets.center {
	float: left;
}

#header-widgets.fl {
	float: right;
}

#header-widgets.center {
	display: block;
	text-align: center;
	width: 100%;
}

.header-widget-title {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-widget.widget_search {
	margin-top: 15px;
}

.header-widget img {
	padding: 0;
}

#site-navigation,
#site-sub-navigation {
	position: relative;
	z-index: 500;
	height: 50px;
	font-size: 13px;
	display: block;
	clear: both;
	font-weight: 400;
	width: 960px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	background: #dcdfe4;
	background: -moz-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdfe4), color-stop(100%, #ced3dc));
	background: -webkit-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -o-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -ms-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: linear-gradient(to bottom, #dcdfe4 0%, #ced3dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe4', endColorstr='#ced3dc', GradientType=0);
	border-bottom: 6px solid #F8B62B;
}

#site-sub-navigation {
	background: none;
	font-size: 12px;
	z-index: 400;
}

#site-navigation ul,
#site-sub-navigation ul {
	padding: 0;
	margin: 0;
}

#site-navigation li,
#site-sub-navigation li {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	height: 44px;
	border-left: 1px solid #F4F4F4;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

#site-navigation li:first-child {
	border: 0;
	padding-left: 3px;
	padding-right: 4px;
}

#site-navigation .sub-menu li,
#site-sub-navigation .sub-menu li,
#site-navigation .children li,
#site-sub-navigation .children li {
	border: 0;
}

#site-navigation .children li,
#site-sub-navigation .children li {
	text-align: left;
	padding-left: 10px;
}

#site-sub-navigation li {
	margin-right: 8px;
	position: relative;
	border: 0;
}

#site-sub-navigation li:before {
	content: "\2022";
	font-size: 18px;
	position: absolute;
	right: -8px;
}

#site-sub-navigation li:last-child:before,
#site-sub-navigation li li:before {
	content: none;
}

#site-navigation li a,
#site-sub-navigation li a {
	color: #494444;
	text-shadow: 1px 1px 1px #FFF;
	padding: 0;
	display: block;
	text-decoration: none;
}

#site-navigation li a,
#site-sub-navigation ul ul li a {
	padding: 8px 0 9px;
	width: 105px;
}

#site-sub-navigation li,
#site-sub-navigation li a {
	color: #122b3f;
	text-shadow: none;
	text-transform: uppercase;
}

#site-sub-navigation li li,
#site-sub-navigation li li a {
	text-transform: none;
}

#site-navigation li:hover {
	background: #ee771c;
	background: -moz-linear-gradient(top, #ee771c 0%, #ea5938 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee771c), color-stop(100%, #ea5938));
	background: -webkit-linear-gradient(top, #ee771c 0%, 99%, #ea5938 100%);
	background: -o-linear-gradient(top, #ee771c 0%, #ea5938 100%);
	background: -ms-linear-gradient(top, #ee771c 0%, #ea5938 100%);
	background: linear-gradient(to bottom, #ee771c 0%, #ea5938 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee771c', endColorstr='#ea5938', GradientType=0);
	cursor: pointer;
}

#site-sub-navigation li:hover,
#site-sub-navigation li li:hover {
	background: #122b3f;
}

#site-navigation ul ul,
#site-sub-navigation ul ul {
	opacity: 0;
	position: absolute;
	left: -9999px;
	width: 188px;
	z-index: 99999;
	background: #F8B62B;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-sub-navigation ul ul {
	background: #122b3f;
	top: 2.5em;
}

#site-navigation li li,
#site-sub-navigation li li {
	clear: both;
	width: 100%;
}

#site-navigation li li:hover {
	background: #FEEFD9;
}

#site-sub-navigation li li:hover {
	background: #FEEFD9;
}

#site-navigation ul li:hover>ul,
#site-sub-navigation ul li:hover>ul {
	opacity: 1;
	left: 0;
}

#site-navigation ul ul li:hover>ul,
#site-sub-navigation ul ul li:hover>ul {
	left: 100% !important;
	top: 0;
}

.breadcrumbs {
	display: block;
	padding: 6px 0;
	margin: 0 auto;
	max-width: 960px;
	font-size: 12px
}

.breadcrumbs a {
	text-decoration: none
}

.breadcrumbs a::after {
	content: " > "
}

.nav_text {
	display: block;
	padding-top: 10px;
}

.cat-item {
	margin: 0;
	padding: 0;
}

.mobile-menu {
	display: none
}

.menu_sp_mode,
.menu_sp_mode span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor: pointer;
}

.menu_sp_mode {
	position: relative;
	width: 35px;
	height: 35px;
	z-index: 2;
	float: right;
	margin: 0 5px !important;
}

.menu_sp_mode span {
	position: absolute;
	background: #fff;
	width: 22px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}

.menu_sp_mode span:nth-of-type(1) {
	top: 11px;
}

.menu_sp_mode span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}

.menu_sp_mode span:nth-of-type(3) {
	bottom: 10px;
}

.menu_sp_mode.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.menu_sp_mode.active span:nth-of-type(2) {
	opacity: 0;
}

.menu_sp_mode.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.nav_sp_list {
	display: none;
	position: absolute;
	top: 101px;
	background: #4C4C4C;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 0 2px !important;
	margin: 0 !important;
	z-index: 99999;
	height: calc(100svh - 101px);
	overflow: auto;
}

.nav_sp_list .menu {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.nav_sp_list .menu .menu-item {
	display: block;
	list-style: none;
}

.nav_sp_list .menu .menu-item a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px !important;
	width: 100% !important;
	border-top: none !important;
	margin: 0 !important;
	border-bottom: 1px solid #FFF;
}

.breadcrumbs {
	padding: .5rem;
}

.offcanvas #site-navigation li a.open:not(:last-child):after,
.offcanvas #site-sub-navigation li a.open:not(:last-child):after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.offcanvas .widget {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 30px 0 0;
}

.left-menu-open {
	position: relative;
	left: 260px;
}

#drop-down-search {
	clear: both;
	display: none;
	padding: 14px;
	background: #333;
}

#drop-down-search #searchform {
	padding-right: 18px;
}

#drop-down-search #site-search {
	width: 100%;
}

.offcanvas #site-navigation ul ul,
.offcanvas #site-navigation li,
.offcanvas #site-sub-navigation ul ul,
.offcanvas #site-sub-navigation li {
	width: 100%;
	border: 0;
}

.offcanvas #site-navigation ul ul,
.offcanvas #site-sub-navigation ul ul {
	display: none;
	position: static;
	opacity: 1;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.offcanvas #site-navigation ul ul li a,
.offcanvas #site-sub-navigation ul ul li a {
	padding-left: 30px;
}

.offcanvas #site-navigation ul ul ul li a,
.offcanvas #site-sub-navigation ul ul ul li a {
	padding-left: 50px;
}

.offcanvas #site-navigation li a:not(:last-child):after,
.offcanvas #site-sub-navigation li a:not(:last-child):after {
	content: "\f024";
}

.offcanvas #site-navigation li a,
.offcanvas #site-sub-navigation li a {
	background: #558CE5;
	padding: 0 16px;
	color: #fff;
	display: block;
	font-size: 14px;
	text-transform: none;
}

.offcanvas #site-navigation li a:hover,
.offcanvas #site-sub-navigation li a:hover {
	background: #407AE8;
}

.offcanvas #site-sub-navigation li:before {
	content: "";
}

#featured,
#featured article {
	margin: 0;
}

#featured .c12 {
	margin: 0 0 30px;
}

.sticky {
	background: #ADADAD;
	background: rgba(50, 50, 50, 0.5);
	padding: 20px;
	text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-radius: 6px;
}

.sticky,
.sticky .entry-content img {
	border: 1px solid #777;
}

.sticky p {
	margin-top: 0;
}

.sticky .entry-meta,
.sticky .entry-meta a,
.sticky .entry-title,
.sticky .entry-title a,
.sticky h1,
.sticky h2,
.sticky h3,
.sticky h4,
.sticky h5,
.sticky h6 {
	color: #fff !important;
}

.sticky .post-category,
.sticky .post-category a,
.sticky .entry-title a:hover {
	color: #eee !important;
}

.sticky .post-category a:hover {
	color: #ccc;
}

.sticky .entry-content {
	border: 0;
	padding: 0;
}

.sticky .entry-content a {
	color: #eee;
	border-bottom: 1px dotted;
}

.sticky .entry-content pre {
	text-shadow: none;
}

.sticky .more-link {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #222;
	margin-bottom: 0;
}

#primary.centered {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}

article {
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.page article,
.single article {
	padding-bottom: 10px;
}

.entry-title {
	margin: 0;
	line-height: 1.2;
}

.entry-title a {
	text-decoration: none;
	color: #333 !important;
}

.entry-title a:hover,
.format-link cite a:hover {
	color: #666 !important;
}

.entry-meta {
	font-size: 90%;
	line-height: 1.3;
	margin-top: 2px;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.entry-meta a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.post-category,
.post-format,
.page-title,
.archive-meta {
	text-transform: uppercase;
	font-size: 80%;
	margin: 0;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.post-category a {
	text-decoration: none;
	color: #666 !important;
}

.post-category a:hover {
	color: #444;
}

.entry-content {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

.entry-content a {
	color: #333;
	text-decoration: none
}

.entry-content a:hover {
	color: #555;
}

.more-link {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	text-align: center;
	background-color: #F39800;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	float: right
}

.zen_new_blog .more-link {
	color: #1d2244;
}

.more-link:hover {
	background: #F8C166;
	color: #3F3A39;
}

#posts-pagination a,
.form-submit input[type="submit"],
.comment-reply-link {
	font-size: 13px;
	background: #122D43;
	color: #eee !important;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	padding: 6px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #222 !important;
	-moz-box-shadow: 1px 1px 0 #eee;
	-webkit-box-shadow: 1px 1px 0 #eee;
	box-shadow: 1px 1px 0 #eee;
	display: inline-block;
	margin: 1em 0;
	line-height: 1.2;
}

.form-submit input[type="submit"]:hover,
#posts-pagination a:hover,
.comment-reply-link:hover {
	background: #2888C7;
	color: #eee;
}

.more-link-p {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}

.entry-content.flex {
	position: relative
}

a>img {
	display: block;
	border: 0 !important;
}

footer.entry {
	clear: both;
	float: left;
	width: 100%;
}

blockquote {
	margin: 5px 0 1em 0;
	font-size: 90%;
	color: #666;
	border-left: 10px solid #aaa;
	padding-left: 12px;
}

.pullquote {
	font-size: 21px;
	color: #444;
	font-weight: bold;
	line-height: 1.6125em;
	border: 0;
	padding: 0;
	margin: 1em 1.625em 1em 0;
	text-align: right;
	width: 33%;
	float: left;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-moz-box-shadow: 0 1px 0 #eee, inset 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee, inset 0 1px 0 #eee;
	box-shadow: 0 1px 0 #eee, inset 0 1px 0 #eee;
}

.pullquote.alignright {
	margin: 1em 0 1em 1.625em;
	text-align: left;
	float: right;
}

.two-col-wrapper,
.three-col-wrapper {
	background: url(library/images/line.gif) repeat-y 50% 0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.three-col-wrapper {
	background: url(library/images/line.gif) repeat-y 33.33% 0, url(library/images/line.gif) repeat-y 66.66% 0;
}

.border span {
	border-top: 1px solid #e2e2e2;
	margin-bottom: 30px;
	display: block;
}

.two-col .entry-content,
.three-col .entry-content,
body.page .entry-content,
.single .entry-content {
	border: 0;
	padding: 0;
}

.two-col header,
.three-col header,
.two-col .post-format,
.three-col .post-format,
.two-col.format-quote .entry-content,
.three-col.format-quote .entry-content {
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.two-col:nth-child(1) header,
.two-col:nth-child(2) header,
.three-col:nth-child(1) header,
.three-col:nth-child(2) header,
.three-col:nth-child(3) header,
.two-col:nth-child(1) .post-format,
.two-col:nth-child(2) .post-format,
.three-col:nth-child(1) .post-format,
.three-col:nth-child(2) .post-format,
.three-col:nth-child(3) .post-format,
.two-col.format-quote:nth-child(1) .entry-content,
.two-col.format-quote:nth-child(2) .entry-content,
.three-col.format-quote:nth-child(1) .entry-content,
.three-col.format-quote:nth-child(2) .entry-content,
.three-col.format-quote:nth-child(3) .entry-content {
	border: 0;
	padding-top: 0;
}

.two-col.format-quote:before,
.three-col.format-quote:before {
	top: -40px;
}

.two-col:nth-child(odd),
.three-col:nth-child(3n+1) {
	clear: both;
}

.two-col .entry-title {
	font-size: 1.7em;
}

.three-col .entry-title {
	font-size: 1.4em;
}

article.error404 .entry-title {
	font-size: 500%;
	text-align: center;
}

article.error404 img {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 auto 10px;
	display: block;
}

article.error404 .entry-content {
	text-align: left;
	font-size: 200%;
	line-height: 1.2;
	text-transform: uppercase;
}

.format-aside p {
	margin-top: 0;
}

.format-quote .entry-content {
	font-size: 18px;
	line-height: 1.3;
	padding-left: 50px;
	font-style: italic;
	overflow: visible;
}

.format-quote p,
.format-quote blockquote {
	margin: 0;
}

.format-quote i.quote {
	color: #aaa;
	display: block;
	font-size: 40px;
	position: relative;
	float: left;
}

.format-quote blockquote {
	border: 0;
	padding: 0;
	font-size: 28px;
}

.format-quote cite {
	font-size: 22px;
}

cite {
	text-align: right;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
}

cite:before {
	content: '\2013 \00A0';
}

.format-status .post-format {
	margin-bottom: 4px;
}

.format-status .avatar {
	background: #F6F6F6;
	border: 1px solid #E2E2E2;
	padding: 6px;
	float: left;
	margin: 0 17px 0 0;
}

.format-status.widget-post .avatar {
	background: #fff;
}

.format-status .author {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	margin: 0;
}

.format-status .entry-content {
	padding-left: 77px;
	clear: none;
	display: inherit;
	overflow: inherit;
}

.format-status .entry-content p {
	line-height: 1.5;
	margin-top: 0;
}

.format-status time {
	line-height: 1.2;
	font-size: 80%;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 5px 0 15px;
	display: inline-block;
}

.format-link p {
	margin-top: 0;
}

.format-link footer.entry p,
.format-quote footer.entry p {
	margin: 1em 0;
}

.format-link a {
	font-size: 150%;
	line-height: 22px;
	border: 0;
	color: #333;
}

.gallery {
	margin: 10px -10px;
}

.gallery>p {
	margin: 0;
	height: 0;
}

.gallery-item {
	margin: 0 0 10px;
	float: left;
	padding: 0 10px;
}

.gallery-item .gallery-icon img {
	width: 100%;
}

.gallery-item .gallery-caption {
	padding: 10px 0;
	margin: 0;
	color: #444;
	clear: both;
	font-size: 12px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

@media (max-width:480px) {
	.gallery .gallery-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

p.attachment img {
	margin: 0;
}

p.attachment a {
	display: inline-block;
	border: 0;
}

.tags a {
	text-decoration: none;
	background: #f6f6f6;
	padding: 0 6px;
	display: inline-block;
	margin: 0 0 4px;
	border: 1px solid #e2e2e2;
	font-size: 90%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tags a:hover {
	background: #eee;
}

#pagination,
#post-pagination,
#posts-pagination {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#pagination {
	background: #FFF;
	padding: 10px 0;
	font-size: 13px;
}

#pagination .total-pages,
#pagination .page-numbers,
#post-pagination a,
#post-pagination .current-post-page {
	background: #fff;
	padding: 0 6px;
	border: none;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

#pagination .page-numbers.current,
#pagination .page-numbers:hover,
#post-pagination a:hover,
#post-pagination .current-post-page {
	border-color: #666;
	color: #000;
}

#posts-pagination .previous,
#posts-pagination .next {
	max-width: 48%;
}

#posts-pagination .next {
	text-align: right;
}

#posts-pagination .previous a,
#posts-pagination .next a {
	max-width: 100%;
}

#posts-pagination a {
	margin: 0;
}

#pages a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#comments,
#respond,
.commentlist,
.commentlist ul.children,
.commentlist li.comment,
.commentlist li.pingback,
.commentlist .comment-body {
	width: 100%;
	clear: both;
	float: left;
}

#comments-title,
#reply-title {
	font-size: 1.5em;
	margin-bottom: 0;
}

.logged-in-as {
	margin-top: 0;
	font-size: 14px;
}

.logged-in-as a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.commentlist li.comment,
.commentlist li.pingback {
	padding-bottom: 10px;
}

.commentlist,
.commentlist ul.children {
	list-style: none;
	padding: 0;
}

.commentlist ul.children {
	margin: 10px 0 0;
	padding-left: 10px;
}

.commentlist ul.children li.comment {
	border-left: 1px solid #E2E2E2;
	position: relative;
}

.commentlist ul.children li.comment:before {
	width: 12px;
	height: 12px;
	display: block;
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #E2E2E2;
	position: absolute;
	top: 30px;
	left: -7px;
	content: "";
	z-index: 50;
}

.commentlist ul.children li.comment:after {
	width: 100px;
	height: 1px;
	border-top: 1px solid #E2E2E2;
	display: block;
	position: absolute;
	top: 36px;
	left: -5px;
	content: "";
	z-index: 40;
}

.commentlist .comment-body {
	padding: 20px;
	background: #f6f6f6;
	display: block;
	border: 1px solid #e2e2e2;
	position: relative;
	z-index: 100;
}

.commentlist .children>li.comment {
	padding-left: 23px !important;
}

.comment-notes {
	line-height: 1.2em;
	clear: both;
}

.commentlist li.comment .avatar {
	float: left;
	padding: 0;
	border-color: #CCC;
}

.commentlist li.comment .comment-author {
	width: 100%;
	color: #222;
	text-decoration: none;
}

.commentlist li.comment .comment-author {
	font-size: 130%;
	padding-left: 75px;
	line-height: 1;
}

.commentlist li.comment .comment-meta {
	padding-left: 75px;
	font-size: 80%;
	color: #888;
	font-style: italic;
}

.commentlist li.comment .comment-text {
	padding: 0 0 0 75px;
}

#cancel-comment-reply-link {
	font-size: 1em;
	float: right;
}

.comment-reply-link {
	float: right;
	margin: 0;
}

textarea#comment {
	width: 100%;
}

.commentlist pre {
	background: #eee;
	border-color: #e2e2e2;
}

.pingback a,
.comment a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.comment .url {
	font-style: italic;
}

.bypostauthor>.comment-body {
	border: 10px solid #444;
}

#archive-header,
.page-title {
	margin: 0 0 30px;
}

.archive_serch_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ADAEB1;
	width: 100%;
	padding: 10px;
	margin: 10px 0 0;
}

.archive_serch_box .title_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 0;
	margin: 0 0 10px;
	float: left;
}

.archive_serch_box .title_box .link_ya {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0;
	margin: 0;
	height: 50px;
	color: #3F3A39;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
}

.archive_serch_box .title_box .link_ya .zenkaku {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	margin: 0;
	color: #E61874;
	line-height: 1.5;
	font-size: 13px;
}

.archive_serch_box .title_box .link_ya .link_icon {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 0 0 1px;
	margin: 0 5px 0 0;
	background-color: #EA5413;
	float: left;
	width: 20px;
	height: 20px;
}

.archive_serch_box .search_box_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 75%;
	padding: 0;
	margin: 0 0 10px;
	float: left;
}

.archive_serch_box .search_box_r .search_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 15px 0 0;
	padding: 0;
	border: 1px solid #F39800;
	background-color: #F6F7F7;
	height: 36px;
	width: 500px;
	float: left;
}

.archive_serch_box .search_box_r .search_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 2px 0 0 10px;
	width: 450px;
	float: left;
}

.archive_serch_box .search_box_r .search_text select {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 0;
	background-color: #F6F7F7;
	padding: 4px;
	color: #393636;
}

.archive_serch_box .search_box_r .search_text input {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 0;
	background-color: #F6F7F7;
	padding: 4px;
	color: #393636;
	width: 430px;
}

.archive_serch_box .search_box_r .search_click a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F39800;
	margin: 0;
	padding: 7px 0 0 13px;
	width: 45px;
	height: 34px;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	float: right;
}

.archive_serch_box .search_box_r .search_click a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.archive_serch_box_chenge {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ADAEB1;
	border-right: 1px solid #ADAEB1;
	border-left: 1px solid #ADAEB1;
	margin: 0;
}

.archive-meta {
	color: #666;
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	text-transform: none;
}

.archive-meta p {
	margin: 0;
}

.page-title {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 10px 0;
}

.widget {
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 90%;
}

.widget-title,
.header-widget-title {
	font-size: 95%;
	margin-top: 0;
	line-height: 1.2;
	color: #FFF;
	background-color: #122D43;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.widget .textwidget {
	padding: 0 20px;
}

.widget p a,
.home-widget a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.widget ul {
	padding: 0;
	list-style: none;
}

.widget ul ul {
	padding: 0 0 0 15px;
}

.widget ul li a {
	text-decoration: none;
	background-image: url(library/images/ya_said.png);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 20px;
}

.widget #searchform {
	margin: 0 20px 20px;
}

.widget.widget_search {
	padding: 5px 0 0;
	width: 100%;
	margin-bottom: 10px;
	background-image: url(library/images/search.png);
	background-repeat: repeat;
	border: none;
	height: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.widget.widget_search .widget-title {
	padding-top: 0;
}

.widget.widget_search #searchform {
	margin-bottom: 10px;
}

.widget.widget_search #site-search {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.widget .tagcloud {
	padding: 0 20px 20px;
	line-height: 1.3;
	text-align: center;
}

.widget-title .rsswidget {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.rsswidget img {
	background: none;
	padding: 0;
	display: inline-block;
	margin: 0;
}

.widget_rss ul {
	list-style: none;
	padding: 0 20px;
}

ul .rsswidget {
	font-size: 120%;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

ul .rsswidget:hover {
	margin: 0 !important;
}

.rss-date {
	clear: both;
	font-size: 90%;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	display: block;
}

.widget_rss cite {
	font-style: italic;
}

.mb_featured_posts .widget-title {
	margin-bottom: 20px;
}

.mb_featured_posts article {
	float: none;
	clear: both;
	margin-bottom: 20px;
	border: 0 !important;
}

.mb_featured_posts article .entry-content {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}

.mb_featured_posts article:last-child {
	margin-bottom: 0;
}

.mb_featured_posts article:last-child .entry-content {
	border: 0;
}

.mb_featured_posts .entry-title {
	font-size: 24px;
	line-height: 30px;
}

.mb_featured_posts .entry-meta {
	font-size: 13px;
	line-height: 15px;
}

.footer_t {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	max-width: 916px;
	padding: 10px 0;
	position: relative;
}

#footer_top {
	background: #636365 !important;
	overflow: hidden;
	min-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_cont {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px 0 20px !important;
	width: 100%;
	max-width: 960px;
	color: #FFF !important;
}

.footer_cont_prev {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 100%;
	max-width: 960px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.footer_cont_prev .link {
	display: table-cell;
	margin: 0;
	padding: 0;
}

.footer_cont_prev .link a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

.footer_cont_prev .link a:hover {
	text-decoration: underline;
}

.footer_cont_prev .link a:before {
	content: "\f138";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}

.ft_menu {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: auto;
}

.ft_menu .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal !important;
	margin-bottom: 10px;
	padding: 0
}

.ft_menu .link a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 6px;
	padding: 0;
	text-decoration: none;
	line-height: 1.5;
	font-size: 11px;
	color: #FFF;
}

.ft_menu .link a:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}

.ft_menu .link a:hover {
	text-decoration: underline;
	color: inherit;
}

#footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #636365 !important;
	color: #fff;
	padding: 10px;
	height: auto;
	font-size: 85%;
	text-align: center;
}

#footer .row {
	margin-bottom: 0;
}

#footer a {
	color: #fff;
	border-bottom: none;
	padding: 0 10px;
	text-decoration: underline !important;
}

#footer .tel {
	background-image: url(images/ft_free.png);
	background-position: right;
	background-repeat: no-repeat;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 0 0;
	width: 43%;
	float: left;
	text-align: right;
}

#footer .info {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 0 10px;
	width: 57%;
	float: left;
	text-align: left;
}

#footer .icon-leaf {
	margin-right: 10px;
	font-size: 28px;
	position: absolute;
	top: -2px;
	left: -32px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#footer-content span {
	display: block;
	float: none;
	text-align: center;
	padding: 10px;
}

html,
body {
	height: 100%;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0
}

#content_top {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 !important;
}

.main_content {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.side_menu {
	float: left;
	margin-bottom: 10px;
}

#main {
	margin: 0;
	padding: 0 0 60px;
}

/*サイトリニューアル*/
.bn_view {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	margin: 0;
	padding: 0 0 2rem;
	justify-items: center;
	gap: 2rem;
	line-height: 0;
}

.bn_view.half {
	grid-template-columns: 1fr 1fr;
}

.bn_view.gap {
	gap: 0;
}

.home_news_box {
	display: table;
	width: 100%;
	padding: 60px 0;
	margin: 0;
	font-size: 18px;
	color: #6F6F6F
}

.home_news_box .title {
	display: table-cell;
	width: 35%;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center
}

.home_news_box .news_list {
	display: table-cell;
	width: 65%;
	padding: 0;
	margin: 0;
	vertical-align: top
}

.home_news_box .news_list .text_box {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.home_news_box .news_list .text_box a {
	text-decoration: none;
	color: #6F6F6F
}

.home_tab_list {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	align-items: center;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #595656
}

.home_tab_list .tab_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 2% 0 0;
	padding: 0;
	width: 18.4%;
	border-top: 2px solid #595656;
	border-left: 2px solid #595656;
	border-right: 2px solid #595656;
	color: #595656;
}

.home_tab_list>.tab_box:nth-child(5) {
	margin: 0;
}

.home_tab_list .tab_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #595656;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.4;
	min-height: 71px;
	background-color: #FFF
}

.home_tab_list .select a {
	background-color: #595656;
	color: #FFF;
}

.home_tab_list .tab_box a:hover {
	background-color: #595656;
	color: #FFF;
}

.home_item_photo {
	width: 100%;
	display: block;
	margin: 0;
	padding: 20px 0;
}

.home_item_photo img {
	display: block;
	margin: 0 auto;
}

.hide {
	display: none;
}

.home_to_online a {
	width: 100%;
	display: block;
	margin: 40px 0;
	padding: 40px 0;
	background-image: url(images/to_online_bk.png);
	background-position: center 60%;
	background-repeat: no-repeat;
	background-color: #FDEACC;
	color: #E9442C;
	min-height: 360px;
	text-align: center;
	text-decoration: none;
	font-size: 22px
}

.home_to_online .title {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 180px;
	font-size: 30px;
}

.home_to_online a:hover {
	background-image: url(images/to_online_bk_on.png);
	color: #FFF;
	background-color: #F39800
}

.content_ft_top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 0 4rem;
	gap: 2rem;
}

.content_ft_top a {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 2rem;
	border: 5px solid #E2E2E7;
	text-decoration: none;
	gap: 1rem;
}

.content_ft_top a .img_box img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.content_ft_top a:hover .img_box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.content_ft_top a .text_bottom {
	font-size: .8rem;
	text-align: right;
}

.content_ft_title {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0;
	border-top: 1px solid #A8A9AD;
	text-align: center;
	font-size: 30px;
}

.content_ft_middle {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 0 4rem;
	gap: 2rem;
}

.content_ft_middle a {
	display: grid;
	grid-template-columns: 1fr;
	text-decoration: none;
}

.content_ft_middle a .text_box {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	text-align: center;
}

.content_ft_bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 4rem 0 4rem;
	gap: 2rem;
	border-top: 1px solid #A8A9AD;
}

.content_ft_bottom a {
	display: grid;
	grid-template-columns: 1fr;
	text-decoration: none;
}

.content_ft_horizon a {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 100px;
}

.content_ft_horizon a img {
	display: block;
	margin: 0 auto;
}

.tel_btn_wrap {
	display: table;
	width: 100%;
	padding: 30px 0 60px;
	margin: 0
}

.tel_btn_wrap .tel_box {
	display: table-cell;
	width: 50%;
	padding: 0 8% 0 60px;
	margin: 0
}

.tel_btn_wrap .tel_box a {
	display: block;
	color: #777;
	text-decoration: none;
	border: 1px solid #777;
	padding: 22px 10px 20px 150px;
	background-image: url(images/tel_bk_bn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px
}

.tel_btn_wrap .gift_box {
	display: table-cell;
	width: 50%;
	padding: 0 60px 0 8%;
	margin: 0
}

.tel_btn_wrap .gift_box a {
	display: block;
	color: #777;
	text-decoration: none;
	border: 1px solid #777;
	padding: 22px 10px 20px 70px;
	background-image: url(images/gift_bk_bn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px
}

.tel_btn_wrap .tel_box a:hover,
.tel_btn_wrap .gift_box a:hover,
.content_fb a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.tel_btn_wrap .arrow_right {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	padding: 0;
	float: right
}

.content_fb {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 20px 60px;
}

.content_fb a {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 30px;
	font-size: 18px;
	background-color: #506195;
	color: #FFF;
	text-decoration: none;
}

.content_fb a span {
	display: table-cell;
	vertical-align: middle;
}

.content_fb a .arrow_right {
	display: table-cell;
	vertical-align: top;
	font-size: 60px;
	padding: 0;
}

.content_about {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

.content_about a {
	font-size: 24px;
	color: #333;
	text-decoration: none
}

.content_about a:hover,
.content_about a i {
	color: #D58C47;
}

.news_line {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 5px;
	padding: 0 5px 2px;
	width: 100%;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.news_line a {
	text-decoration: none;
}

.news_line .news {
	display: block;
	background-color: #CE97CE;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

.news_line .info {
	display: block;
	background-color: #00A0E9;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

.news_line .blog {
	display: block;
	background-color: #82BFC0;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

.news_line .new {
	display: block;
	background-color: #00A6BA;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

.news_line .camp {
	display: block;
	background-color: #93C9FF;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 10px;
}

.news_line .cami {
	display: block;
	background-color: #90C31F;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

.news_line .cost {
	display: block;
	background-color: #EA5413;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

.news_line .report {
	display: block;
	background-color: #7FFF7F;
	height: 18px;
	color: #FFF;
	text-align: center;
	width: 66px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 10px;
}

.online_search {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	max-width: 960px
}

.online_search .cart_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 1% 0 0;
	background-color: #FEEFD9;
	height: 36px;
	width: 39%;
	float: left;
	max-width: 100%
}

.online_search .cart_box .cart_info {
	float: left;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0 0 25px;
	margin: 0;
	background-image: url(images/cart_info_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #3E3E3F;
	font-size: 12px;
	width: calc(100% - 50px);
}

.online_search .cart_box .cart_in a {
	float: right;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 0 0 12px;
	margin: 0;
	background-color: #F39800;
	height: 36px;
	width: 50px;
}

.online_search .search_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1% 0 0;
	padding: 0;
	border: 1px solid #F39800;
	height: 36px;
	width: 49%;
	float: left
}

.online_search .search_box input {
	border: none;
	width: 100%;
}

.online_search .search_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: calc(100% - 45px);
	float: left;
}

.online_search .search_click {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F39800;
	margin: 0;
	padding: 7px 0 0 13px;
	width: 45px;
	height: 34px;
	float: right;
}

.online_search .click_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 10%;
	float: left
}

.online_search input[type="submit"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #F39800;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.online_search input[type="submit"]:hover,
.online_search .cart_box .cart_in a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.side_login_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	max-width: 204px;
}

.side_login_box .submit input[type="submit"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 0 !important;
	padding: 0 0 0 30px;
	font-size: 14px;
	background-image: url(images/login_side_new.png);
	background-repeat: no-repeat;
	color: #333 !important;
	text-decoration: none;
	width: 100%;
	border: 0;
	height: 26px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	background-color: #FFF
}

.side_login_box span {
	display: block;
	padding: 5px 0 2px
}

.side_login_box input {
	padding: 2px;
	border: 1px solid #F19676;
	outline: none;
	font-weight: normal;
	color: #393636;
	max-width: 100%;
}

.side_login_box .name {
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.side_login_box .logout a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 0 !important;
	padding: 0;
	font-size: 14px;
	background-color: #F39800;
	color: #FFF !important;
	text-decoration: none;
	width: 100%;
	border: 0;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}

.side_login_box .submit input[type="submit"]:hover {
	background-color: #FFF !important;
	color: #333 !important;
}

.side_login_box .logout a:hover {
	background-color: #F8C166 !important;
	color: #3F3A39 !important;
}

.side_content {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.side_content .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
}

.side_content .guide {
	padding: 0 0 0 40px;
	background-image: url(images/guide_i_side.png);
	background-position: left;
	background-repeat: no-repeat;
}

.side_content .check a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 0;
	padding: 0 0 0 38px;
	width: 100%;
	color: #3F3A39;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background-image: url(images/check_icon.png);
	background-repeat: no-repeat;
	background-position: left;
}

.side_content .link {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}

.side_content .link a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	color: #333;
	height: 67px;
	text-decoration: none;
	background-image: url(images/new_cat01.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 16px;
	line-height: 1.4
}

.side_content .link a:hover,
.side_content .check a:hover,
.side_login_box .submit input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.side_content .cat01 a {
	background-image: url(images/new_cat02.png);
}

.side_content .cat02 a {
	background-image: url(images/new_cat03.png);
}

.side_content .cat03 a {
	background-image: url(images/new_cat04.png);
	padding: 20px 0 0;
}

.side_content .cat04 a {
	background-image: url(images/new_cat05.png);
}

.side_content .cat05 a {
	background-image: url(images/new_cat06.png);
}

.side_content .cat06 a {
	background-image: url(images/new_cat07.png);
}

.side_info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.side_info .cal_ya {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

.side_info .cal_title {
	width: 60%;
	text-align: center;
	font-size: 16px;
	color: #EA5938;
	vertical-align: middle;
}

.side_info .info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #ADAEB1;
	margin: 0;
	padding: 40px 0 10px;
	background-image: url(images/side_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.side_info .info strong {
	display: block;
	width: 100%;
	text-align: center;
	color: #EA5413
}

.side_info .tel {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-image: url(images/side_tel.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 4px 0 0 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2
}

.tax_info {
	color: #FFF;
	padding: 10px 20px;
	background: #6B6B6B;
	margin-bottom: 10px;
}

@media (max-width:728px) {
	.tax_info br {
		display: none;
	}

	.tax_info br.view {
		display: block;
	}
}

.online_re {
	width: 100%;
	display: block;
	margin: 0;
	padding: 60px 0;
}

.online_re a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	background-color: #3F3A39;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.online_re a:hover {
	color: #FFF;
	background-color: #F39800
}

.online_box {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin: 0;
	padding: 0;
}

.online_box .bn_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 2% 30px 0;
	padding: 0;
	width: 23.5%;
}

.online_box>.bn_box:nth-child(4n) {
	margin: 0 0 30px;
}

.online_box .bn_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 2px solid #F39800;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #595656;
	position: relative;
}

.online_box .last_box a {
	padding: 10px;
}

.online_box .last_box a .info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 33px 20px 35px;
	width: 100%;
	border: 2px solid #F39800;
}

.online_box .last_box a .info_box strong {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 2px solid #646161;
	font-size: 20px
}

.online_box .bn_box a .name {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.online_box .bn_box a:hover {
	color: #FFF;
	background-color: #F39800;
}

.online_box .bn_box a:hover .name {
	pointer-events: none;
}

.online_box .bn_box a:hover .info_box {
	border: 2px solid #FFF;
}

.online_box .bn_box a:hover .info_box strong {
	border-bottom: 2px solid #FFF;
	font-size: 20px
}

.online_bn_box {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin: 0;
	padding: 0;
}

.online_bn_box .bn_img_box_horizon {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.online_bn_box .bn_img_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 2% 30px 0;
	padding: 0;
	width: 49%;
}

.online_bn_box>.bn_img_box:nth-child(odd) {
	margin: 0 0 30px;
}

ul.slick-box {
	margin: 0;
	padding: 0 0 40px;
}

.ori_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 33px 0 35px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333
}

.ori_info_box img {
	display: block;
	margin: 20px auto
}

.ori_menu_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ori_menu_box .ori_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 35px 0;
	width: 50%;
}

.ori_menu_box .ori_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	max-width: 248px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ori_menu_box .ori_box a .ori_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	background-color: #5A5A5A;
	color: #FFF
}

.ori_menu_box .ori_box a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.orm_menu_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.orm_menu_box .orm_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5% 0 0;
	padding: 0 0 35px;
	width: 30%;
}

.orm_menu_box>.orm_box:nth-child(3) {
	margin: 0;
}

.orm_menu_box .orm_box img {
	display: block;
	margin: 0 0 10px;
}

.orm_menu_box .orm_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	font-size: 16px;
	color: #056FB8
}

.orm_common_link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0 40px;
	width: 100%;
}

.orm_common_link .link_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 35px;
	width: 50%;
}

.orm_common_link .link_box_e {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5% 0 0;
	padding: 0 0 35px;
	width: 30%;
}

.orm_common_link>.link_box_e:nth-child(3) {
	margin: 0;
}

.orm_common_link .link_box a,
.orm_common_link .link_box_e a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	border: 1px solid #9B9B9A
}

.orm_common_link .link_box a:hover,
.orm_common_link .link_box_e a:hover {
	background-color: #f39800;
	border: 1px solid #f39800;
	color: #FFF;
}

.orm_common_link>.link_box:nth-child(1) {
	padding-right: 10px;
}

.orm_common_link>.link_box:nth-child(2) {
	padding-left: 10px;
}

.orm_common_link .icon_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 35px;
	width: 16.66%;
}

.orm_common_link .icon_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center
}

.orm_common_link .icon_box a img {
	display: block;
	margin: 0 auto 10px;
}

.orm_info_link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 40px;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #f39800;
	border-bottom: 1px solid #f39800;
}

.orm_info_link .list_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	line-height: 1.4
}

.orm_info_link .list_box span {
	font-size: 14px;
	font-weight: normal
}

.orm_info_link>.list_box:nth-child(1) {
	background-image: url(images/orm_icon_01bk.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	padding: 20px 40px 10px 70px
}

.orm_info_link>.list_box:nth-child(2) {
	background-image: url(images/orm_icon_02bk.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 70px
}

.orm_features_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.orm_features_box h2 {
	border-bottom: none;
	text-align: center
}

.orm_features_box .info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 6% 0 0;
	padding: 0 0 35px;
	width: 20.5%;
}

.orm_features_box .info_box .text_orm {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.orm_features_box .info_box .text_orm strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold
}

.orm_features_box .info_box .text_orm span {
	font-size: 12px;
	text-align: left;
	color: #333
}

.orm_features_box>.info_box:nth-child(5),
.orm_features_box>.info_box:nth-child(9) {
	margin: 0;
}

.orm_features_box .info_box span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #F00;
	text-align: right
}

.orm_option_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.orm_option_box .option_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px 35px;
	width: 33.33%;
	font-size: 18px;
}

.orm_option_box .option_box img {
	display: block;
	margin: 0 auto 10px;
}

.orm_option_box .option_box span {
	font-size: 13px;
	text-decoration: underline
}

.orm_option_box .option_box .red {
	color: #F00
}

.orm_intro_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 18px;
}

.orm_intro_box .box_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 20px
}

.orm_intro_box .box_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 20px
}

.orm_intro_box .box_r img {
	float: right
}

#good_box1 .box_l,
#good_box2 .box_l {
	width: 55%;
}

#lfp_info .box_r {
	width: 50%;
	padding: 20px 0
}

#good_box1 .box_r {
	width: 45%;
}

#good_box2 .box_r {
	width: 45%;
	padding: 20px 0
}

#good_box3 .box_l {
	width: 61.97%;
}

#good_box3 .box_r {
	width: 38.03%;
	padding: 20px 0
}

.orm_intro_box .shoki_intro {
	padding: 0
}

#lfp_info .box_l img,
#lfp_info .box_r img {
	display: block;
	margin: 0 auto
}

#lfp_info .box_l,
#lfp_specifi .box_l,
#lfp_specifi .box_r {
	width: 50%;
}

.orm_intro_box .box_l strong,
.orm_intro_box .box_r strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 20px;
	font-size: 24px;
	color: #231916;
	line-height: 1
}

.orm_intro_box .blue_box {
	display: table-cell;
	font-size: 24px;
	color: #5676FF
}

.orm_intro_box .add_box {
	display: table-cell;
	font-size: 10px;
	line-height: 1.2;
	vertical-align: top;
	padding: 8px 0 0 5px
}

.orm_intro_box .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4
}

.orm_intro_box .end_item {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 0;
	padding: 5px 8px;
	border: 1px solid #F00;
	color: #F00;
	width: 150px;
	text-align: center;
	line-height: 1;
}

.orm_intro_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 200px;
	color: #FFF;
	background-color: #555353;
}

.orm_intro_box a:hover {
	color: #FFF;
	background-color: #878383;
}

.orm_intro_box .price {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0;
	font-weight: bold
}

.orm_way_bn {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0;
	width: 100%;
}

.orm_way_bn img {
	display: block;
	margin: 0 auto
}

.orm_use_intro {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.orm_use_intro .menu_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #AFAFAF;
	font-size: 18px;
	font-weight: bold
}

.orm_use_intro .menu_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #AFAFAF;
	font-size: 18px;
	font-weight: bold
}

.orm_use_intro .menu_box .use_title {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

.orm_use_intro .menu_box .use_shoki_small {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal
}

.orm_use_intro .menu_box a {
	float: right;
	padding: 0 0 0 20px
}

.orm_use_intro h2 {
	border-bottom: none;
	color: #0071BC;
	margin: 0;
	padding: 0
}

.orm_use_intro .ori_info_box {
	text-align: left;
	border-bottom: 1px solid #0071BC;
	padding: 10px 0;
}

.orm_good_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #0071BC;
	font-size: 18px;
	font-weight: bold
}

.orm_good_box .good_title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 30%;
	vertical-align: middle
}

.orm_good_box .good_content {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 20px;
	width: 70%;
	color: #0071BC;
}

.orm-using_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 30px 0;
	width: 100%;
	border-bottom: 1px solid #0071BC;
}

.orm-using_box label {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	cursor: pointer;
}

.orm-using_box .txt-main {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bold
}

.orm-using_box .txt-shoki {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bold
}

.orm-using_box .txt-main .color_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	color: #FFF;
	background-color: #0071BC;
}

.orm-using_box .txt-shoki .color_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	color: #FFF;
	background-color: #0071BC;
	max-width: 210px;
	float: left
}

.orm-using_box .text_title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0 20px;
	text-align: left;
}

.orm-using_box .txt-sub {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 18px;
}

.orm-using_box .txt-sub span {
	color: #0071BC;
}

.orm-using_box .detail_text {
	float: right;
	color: #0071BC;
}

.orm-using_box .detail_text::after {
	font-family: "Font Awesome 5 Free";
	content: '\f358';
	padding: 10px 0 0 5px;
}

.orm-using_box input {
	display: none;
}

.orm-using_box .area-answer {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.orm-using_box .area-answer .shoki_pdf_box {
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}

.orm-using_box .area-answer .shoki_pdf_box .pdf_box {
	display: table-cell;
	width: 50%;
	padding: 0;
	margin: 0;
}

.accordion:checked+label+.area-answer {
	display: block;
	height: auto;
	padding: 0;
	opacity: 1;
}

.accordion:checked+.detail_text:after {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 30px;
}

.orm_view_title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}

.orm_view_title .color_box {
	padding: 10px;
	color: #FFF;
	background-color: #0071BC;
	font-size: 20px
}

.orm_view_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 18px;
}

.orm_view_box .box_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px 20px 0;
	width: 55%
}

.orm_view_box .box_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 20px;
	width: 45%
}

.orm_view_box .box_l a {
	color: #FF0000;
	text-decoration: underline;
	font-size: 13px
}

.orm_view_box .box_r strong {
	color: #0071BC
}

.orm_view_box .box_r span {
	color: #FF0000;
	font-size: 13px
}

.orm_view_box .box_r span a {
	color: #FF0000;
	text-decoration: underline
}

.orm_view_box .box_r .bk {
	color: #333;
}

.lfp_2000e_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 40px;
	width: 100%;
}

.lfp_2000e_box .img_title {
	display: block;
	margin: 40px auto 20px;
}

.lfp_2000e_box span {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 30px;
	width: 100%;
	font-size: 20px;
	font-weight: bold
}

.lfp_2000e_box .lfp2000e_text {
	margin: 0 auto;
	max-width: 840px;
}

.lfp_2000e_op_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 40px;
	width: 100%;
}

.lfp_2000e_op_box img {
	display: block;
	margin: 0 auto
}

.menu_2000e_spec {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #595757
}

.menu_2000e_spec a {
	display: block;
	width: 14.28%;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px
}

.menu_2000e_spec .shoki_menu {
	width: 16.66%;
}

.menu_2000e_spec .kii_menu {
	width: 20%;
}

.orm_op2000e_intro {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.orm_op2000e_intro h2 {
	margin: 0;
}

.menu_2000e_comm {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #595757;
	font-size: 16px
}

.menu_2000e_comm .menu_op {
	width: 16.66%;
	font-size: 16px;
	text-align: center
}

.orm_op2000e_content {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0 0;
	width: 100%;
}

.orm_op2000e_content h2 {
	border: none;
	margin: 20px auto 30px;
	padding: 10px 0;
	font-size: 24px;
	text-align: center;
	width: auto;
	border-top: 1px solid #595757;
	border-bottom: 1px solid #595757
}

.orm_op2000e_content .option_item {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 40px 0 0;
	padding: 0;
	position: relative
}

.orm_op2000e_content .option_item a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
}

.orm_op2000e_content .option_item a strong {
	display: block;
	margin: 0;
	padding: 0 10px 10px;
	top: 30px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	font-size: 30px;
	position: absolute;
	z-index: 100
}

.orm_op2000e_content .option_item a img {
	display: block;
	margin: 0 auto;
}

.orm_op2000e_content .option_item a .name_box {
	display: table;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	font-size: 16px;
	border-top: 1px solid #595757
}

.orm_op2000e_content .option_item a .name_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 70%;
	vertical-align: top;
	padding: 0 0 0 10px
}

.orm_op2000e_content .option_item a .name_box .link {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 30%;
	vertical-align: middle;
	text-align: right
}

.orm_op2000e_content .option_title {
	display: block;
	width: 100%;
	margin: 0;
	padding: 60px 0 20px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.orm_op2000e_content .option_title strong {
	font-size: 28px;
}

.orm_op2000e_content .teixin_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: 100%;
	margin: 0 0 40px;
	padding: 10px;
	border: 1px solid #EA5413
}

.orm_op2000e_content .teixin_box .img_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0;
}

.orm_op2000e_content .teixin_box .text_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 30px 20px;
	font-size: 18px;
	text-align: center
}

.orm_op2000e_content .teixin_box .text_box strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
	color: #EA5413;
	font-size: 30px
}

.orm_op2000e_content .teixin_box .text_box img {
	display: block;
	margin: 0 auto 30px;
}

.orm_op2000e_content .teixin_box .text_box a {
	color: #0E6EB8
}

.orm_op2000e_content .teixin_box .text_box i {
	padding: 0 0 0 5px;
	font-size: 20px
}

.orm_op2000e_content .teixin_box .text_box a:hover {
	color: #EA5413
}

.orm_op2000e_content .movie_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
}

.orm_op2000e_content .movie_box .img_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
	margin: 0;
	padding: 0;
}

.orm_op2000e_content .movie_box .img_box img {
	display: block;
	margin: 0 auto;
}

.orm_op2000e_content .movie_box .text_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	margin: 0;
	padding: 0 0 0 60px;
	font-size: 18px;
}

.orm_op2000e_content .movie_box .text_box img {
	display: block;
	margin: 0 0 10px;
}

.orm_op2000e_content .movie_box .text_box strong a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	color: #0E6EB8;
	font-size: 20px;
}

.orm_op2000e_content .movie_box .text_box strong a:hover {
	color: #EA5413
}

.op2000e_options {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

.orm_op2000e_content .op_title {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.op2000e_options .hari_menu_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0;
	width: 100%;
}

.op2000e_options .hari_menu_box .hari_menu {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 50%
}

.op2000e_options .hari_menu_box .hari_menu a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	max-width: 360px;
	border: 1px solid #383635;
	margin: 0 auto;
	background-color: #ea5413;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 1.8
}

.op2000e_options .hari_menu_box #op2 a {
	background-color: #90c31f
}

.op2000e_options .hari_menu_box .hari_menu a span {
	display: block;
	border-top: 1px solid #383635;
	width: 100%
}

.op2000e_options .hari_menu_box .hari_menu a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.op2000e_options .title_op_sub {
	display: block;
	width: 100%;
	margin: 0;
	padding: 30px 0 10px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.op2000e_options .title_op {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #F7BE60;
	color: #EA5413;
	background-image: url(images/op_2000e_bktitle.png);
	background-repeat: repeat;
	background-position: top left;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px
}

.op2000e_options .text_op {
	display: block;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-size: 16px;
	text-align: center;
}

.op2000e_options .text_op strong {
	font-size: 24px;
	padding: 10px 0 0
}

.op2000e_options .text_op strong span {
	color: #EA5413
}

.op2000e_options .acu {
	max-width: 680px;
	max-height: 51px
}

.op2000e_options .hari_intro {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	border-bottom: 1px solid #383635
}

.op2000e_options .hari_intro .intro_menu_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 30%;
	font-size: 16px;
	margin: 0 5% 0 0
}

.op2000e_options>.hari_intro .intro_menu_box:nth-child(3) {
	margin: 0
}

.op2000e_options .hari_intro .intro_menu_box img {
	display: block;
	border-top: 2px solid #F39800;
	border-left: 1px solid #B1B1B0;
	border-right: 1px solid #B1B1B0;
	border-bottom: 1px solid #B1B1B0
}

.op2000e_options .hari_intro .intro_menu_box strong {
	display: block;
	border-bottom: 1px solid #B1B1B0;
	text-align: center;
	padding: 10px 0
}

.op2000e_options .hari_intro .intro_menu_box span {
	padding: 10px 0
}

.op2000e_options .acu_title {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	width: 100%;
	font-size: 20px;
	margin: 0;
	text-align: center
}

.op2000e_options .acu_title span {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px 6px;
	font-size: 18px;
	margin: 0 auto;
	background-color: #EA5413;
	color: #241815;
	border: 1px solid #3F3A39;
	line-height: 1.8;
	width: auto
}

.op2000e_options .acu_title span strong {
	color: #FFF;
	font-size: 24px
}

.op2000e_options #menu2 span {
	background-color: #90c31f
}

.op2000e_options .hari_use {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0;
	width: 100%;
}

.op2000e_options .hari_use .hari_use_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 30%;
	font-size: 16px;
	margin: 0;
	border: 1px solid #EA5413;
}

.op2000e_options .hari_use .hari_arrow_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0;
	width: 5%;
	font-size: 40px;
	margin: 0;
	text-align: center;
}

.op2000e_options .hari_use .clip {
	border: 1px solid #90c31f;
}

.op2000e_options .hari_use .hari_use_box .text_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
}

.op2000e_options .hari_use .hari_use_box .text_box span {
	font-size: 12px
}

.op2000e_options>.hari_use .hari_arrow_box:nth-child(6) {
	display: none
}

.op2000e_options .op_add_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	width: 100%;
	font-size: 12px
}

.op2000e_options .img_center {
	display: block;
	margin: 20px auto 40px;
}

.op2000e_options .teishin_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 40px;
	width: 100%;
}

.op2000e_options .teishin_box .intro_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	width: 50%;
}

.op2000e_options .teishin_box .intro_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	width: 50%;
	font-size: 16px
}

.op2000e_options .teishin_box .intro_r strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 10px;
	margin: 0;
	font-size: 22px
}

.op2000e_options .teishin_box .intro_r strong span {
	font-style: italic
}

.op2000e_options .teishin_box .item_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0;
	margin: 0;
	width: 50%;
}

.op2000e_options .teishin_box .item_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0;
	margin: 0;
	width: 50%;
	font-size: 16px;
	text-align: center
}

.op2000e_options .teishin_box .item_r img {
	display: block;
	margin: 0 auto;
}

.op2000e_options .teishin_box .app_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0;
	margin: 0;
	width: 62%;
	font-size: 16px;
}

.op2000e_options .teishin_box .app_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0;
	margin: 0;
	width: 38%;
	font-size: 16px;
}

.op2000e_options .teishin_box .app_l strong,
.op2000e_options .teishin_box .app_r strong {
	font-size: 20px;
	background: linear-gradient(transparent 50%, #FBDDD0 50%);
}

.op2000e_options .teishin_box .app_r img {
	display: block;
	margin: 0 auto
}

.op2000e_options .teishin_box .pa_box {
	padding: 60px 0 0 60px
}

.op2000e_options .teishin_box .pa_img {
	padding: 0 0 0 40px;
	text-align: center
}

.teishin_ex_title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 40px;
	font-size: 24px;
	background: linear-gradient(transparent 50%, #828282 50%);
	color: #404040;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px
}

.teishin_ex_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 40px;
	width: 100%;
}

.teishin_ex_box .ex_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 30%;
	font-size: 16px;
	margin: 0 5% 0 0;
	border: 1px solid #6A6858
}

.teishin_ex_box .ex_box strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	background-color: #383635;
	font-size: 20px;
	color: #FFF
}

.teishin_ex_box .ex_box img {
	display: block;
	margin: 0 auto
}

.teishin_ex_box .ex_box .sub_title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
	font-size: 18px;
	font-weight: bold
}

.teishin_ex_box .ex_box .step {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
}

.teishin_ex_box .ex_box .step span,
.teishin_add_box .common span {
	color: #e94c34
}

.teishin_ex_box .ex_box .sub_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
}

.teishin_ex_box .ex_box .h_sub_title {
	min-height: 110px
}

.teishin_ex_box .ex_box .h_step {
	min-height: 190px
}

.teishin_ex_box>.ex_box:nth-child(3) {
	margin: 0
}

.teishin_add_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	margin: 0;
	font-size: 13px;
}

.teishin_add_box strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0;
	font-size: 18px;
	text-align: center
}

.teishin_add_box .common {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px 20px;
	margin: 0;
	font-size: 16px;
}

.teishin_add_box .using_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	background-color: #383635;
	font-size: 18px;
	color: #FFF
}

.about_top {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 20px;
	width: 100%
}

.about_top h2 {
	display: table-cell;
	width: 50%;
	border: none;
	margin: 0;
	padding: 0;
	background: url(images/about_bk01.png)no-repeat top center;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 32px;
}

.about_top .info_text_box {
	display: table-cell;
	width: 50%;
	border: none;
	margin: 0;
	padding: 40px 0 0;
	font-size: 18px;
	background: url(images/about_bk02.png)no-repeat center center;
	vertical-align: top
}

.about_top .info_text_box a {
	color: #00f;
	text-decoration: underline;
}

.a_img_center {
	display: block;
	margin: 20px auto;
}

.com_list_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

.com_list_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 32%;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 20px
}

.com_list_box .info {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 68%;
	margin: 0;
	padding: 5px 0 5px 10px;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
}

.com_list_box .title.small_about {
	width: 25%;
	font-size: 16px
}

.com_list_box .info.small_about {
	width: 75%;
	font-size: 16px;
}

.about_intro_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto;
	max-width: 650px;
	font-size: 18px;
}

.about_intro_tex img {
	display: block;
	margin: 40px auto;
}

.history_top {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%
}

.history_top h2 {
	display: table-cell;
	width: 20%;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
	font-weight: normal
}

.history_top .est_box {
	display: table-cell;
	width: 70%;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.history_top .est_box strong,
.history_content strong {
	font-size: 50px;
	color: #f5911e;
	font-weight: normal
}

.history_top .est_box span {
	font-size: 30px;
	padding: 0 0 0 20px
}

.history_content {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	font-size: 22px;
}

.history_content .box_l {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.history_content .box_r {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.history_content .box_r img {
	display: block;
	margin: 0 auto
}

#history_bk1 {
	background: url(images/about_bk03.png)no-repeat top right;
	padding: 70px 0 20px
}

#history_bk4 {
	background: url(images/about_bk04.png)no-repeat top left;
	padding: 60px 0
}

#history_bk4 .box_l {
	padding: 0 0 0 80px
}

#history_bk7 {
	background: url(images/about_bk05.png)no-repeat top right;
	padding: 60px 0
}

.licence_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	width: 100%;
	font-size: 18px;
	background: #fef4e8;
	font-weight: bold
}

.licence_box .licence_title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 40px;
	vertical-align: middle;
	text-align: left;
	width: 40%;
	font-size: 26px;
}

.history_content .licence_text {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 60%
}

.map_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center
}

.map_box img {
	display: block;
	margin: 0 auto 20px;
}

.map_box .text_map {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 0;
	font-size: 22px;
	text-align: left
}

.stock span {
	display: block;
	font-size: 8px;
	padding: 0
}

.cat_info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
	font-size: 18px;
}

.cat_view_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 60px;
	width: 100%;
}

.cat_view_box .dl_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0 0 60px;
}

.cat_view_box .dl_box strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	font-size: 20px;
}

.cat_view_box .dl_box .pdf_size {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 20px 0 0 40px;
	background: url(images/pdf_size_bk.png)no-repeat top left;
	color: #3AACE2;
	font-size: 16px;
}

.manual_box .pdf_size {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 20px;
	padding: 10px 0 10px 50px;
	background: url(images/pdf_size_bk.png)no-repeat top left;
	font-size: 20px;
}

.cat_view_box .dl_box .img_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	margin: 0;
	padding: 0;
	float: left
}

.cat_view_box .dl_box .list_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 230px);
	margin: 50px 10px 0 0;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #595757;
	float: right
}

.cat_view_box .dl_box .list_box .red {
	color: #EF2425;
}

.line_guide {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

.line_guide .box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	border-right: 1px solid #393636;
	border-bottom: 1px solid #393636;
	float: left;
	color: #E60013;
}

.line_guide .box:nth-child(2n) {
	border-right: none;
}

.line_guide .box:nth-last-of-type(-n+2) {
	border-bottom: none;
}

.line_guide .box .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.line_guide .box .photo {
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
}

.line_guide .box .info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}

.line_guide .box .info span {
	font-size: 12px;
	color: #F00
}

.line_guide .box .info .link a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: none;
	height: auto;
	line-height: 1.4;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	color: #4E4D4E;
	width: 100%;
	text-decoration: none;
	font-size: 16px
}

.line_guide .box .info .link a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	padding: 0 5px 0 0;
}

.line_guide_contact {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 0;
	width: 100%;
	border: 1px solid #939598;
	font-size: 16px;
}

.line_guide_contact a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	background-color: #FCBB75;
	text-align: center
}

.line_guide_contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.line_guide_contact a strong {
	font-size: 20px
}

.line_guide_contact a img {
	display: block;
	margin: 0 auto
}

.line_guide_contact a strong:before {
	font-family: FontAwesome;
	content: "\f0a9";
	padding: 0 5px 0 0;
}

.line_guide_contact span {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0;
	width: 360px;
}

.delivery_info {
	margin: 0;
	padding: 20px 40px 0;
	font-size: 16px
}

.delivery_info span,
.delivery_time_info span,
.cancel_info_box span,
.point_info_box span {
	color: #EF2425
}

.delivery_time_info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.delivery_time_info strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 4px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #BCBCBD;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	line-height: 1
}

.delivery_time_info img {
	display: block;
	margin: 0 auto
}

.cancel_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.cancel_info_box .guide_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto;
	padding: 15px 20px;
	border: 1px solid #F58C6B;
	width: 530px;
}

.cancel_info_box .guide_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #EF2425;
}

.cancel_info_box .guide_box .info {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: top;
}

.cancel_info_box .guide_add_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	color: #EF2425;
	width: 490px;
}

.cancel_info_box .guide_add_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: top;
	font-size: 20px
}

.cancel_info_box .guide_add_box .tel {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.cancel_info_box .guide_add_box .tel strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 60px;
	font-size: 24px;
	background-image: url(images/free.png);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.order_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.order_info_box .order_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 15px 20px;
	border: 1px solid #9C9D9E;
	width: 100%;
}

.order_info_box .con_box {
	margin: 0 auto 20px
}

.order_info_box .order_box .l_img {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 200px;
	text-align: center
}

.order_info_box .order_box .r_text {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: top;
}

.order_info_box .order_box .r_text span {
	color: #EF2425;
	font-size: 18px;
}

.order_info_box .order_box .r_text strong {
	color: #EF2425;
	font-size: 24px;
}

.order_info_box .order_box .r_text .tel {
	background-image: url(images/free.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 60px
}

.pay_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.pay_info_box .pay_guide_h2 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 2px solid #B1B2B4;
	margin: 40px 0 20px;
	padding: 5px 0 5px 100px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/h2_pay01.png);
	background-position: left;
	background-repeat: no-repeat;
}

.pay_info_box .pay_guide_h2 span {
	font-size: 13px;
	color: #EF2425;
	font-weight: normal
}

.pay_info_box .cash_on {
	background-image: url(images/h2_pay02.png)
}

.pay_info_box .card_on {
	background-image: url(images/h2_pay03.png)
}

.pay_info_box .convenience {
	background-image: url(images/h2_pay04.png);
}

.pay_info_box .img_center {
	display: block;
	margin: 0 auto 40px;
}

.pay_info_box .red {
	color: #EF2425;
}

.pay_info_box .bank_info {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 30px;
	width: 100%;
}

.pay_info_box .bank_info .bank_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 30px;
	width: 50%;
}

.pay_info_box .bank_info .bank_box strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 4px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #BCBCBD;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	line-height: 1
}

.pay_info_box .bank_info .bank_box .l_title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px 0 40px;
	width: 40%;
}

.pay_info_box .bank_info .bank_box .r_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 40px 0 20px;
	width: 60%
}

.pay_info_box .bank_info .bank_box .l_title span {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px;
	background-color: #BCBCBD;
}

.pay_info_box .card_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pay_info_box .card_box .l_img {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pay_info_box .card_box .l_img img {
	display: block;
	margin: 0;
}

.pay_info_box .card_box .r_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%
}

.pay_info_box .card_box .r_text strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	text-align: center
}

.point_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.point_info_box .title_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 240px;
	margin: 0 auto;
	padding: 10px 0 0 60px;
	background-image: url(images/new_present.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #F0581C
}

.point_info_box strong {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center
}

.point_info_box ul {
	margin: 0;
	padding: 20px 40px 0;
}

.kii_intro_box {
	display: table;
	padding: 30px 0;
	margin: 0;
	width: 100%;
}

.kii_intro_box .photo_kii {
	display: table-cell;
	width: 50%;
	padding: 0;
	margin: 0;
}

.kii_intro_box .photo_kii img {
	display: block;
	margin: 0 auto;
	padding: 0;
	line-height: 1
}

.photo_kii_loop {
	display: block;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	max-width: 726px
}

.kii_text_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 30px 60px;
	width: 100%;
}

.kii_text_box .intro_kii {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
	width: 60%;
}

.kii_text_box .link_kii {
	display: block;
	padding: 0;
	margin: 0;
	width: 40%
}

.kii_text_box .link_kii a {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 0;
	border: 1px solid #898989;
	font-size: 20px;
	background-color: #F8973A;
	color: #FFF;
	width: 100%
}

.kii_text_box .link_kii a:hover {
	background-color: #FFF;
	color: #F8973A
}

.kii_text_box .text_kii {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	width: 30%;
}

.kii_text_box .text_kii strong {
	display: block;
	padding: 10px 20px;
	margin: 0 auto 10px;
	border: 1px solid #898989;
	font-size: 22px;
	font-weight: bold;
	width: 200px;
	text-align: center
}

.ems_pad_title {
	display: block;
	padding: 10px;
	width: 100%;
	max-width: 720px;
	border: 1px solid #A0A1A3;
	margin: 40px auto 20px;
	font-size: 28px;
	text-align: center;
	font-weight: bold
}

.ems_pad_title span {
	font-size: 13px
}

.ems_pad_box {
	display: block;
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
	max-width: 726px
}

.ems_pad_box .img_title {
	display: block;
	margin: 0 auto;
}

.ems_pad_box img {
	display: block;
	margin: 0 auto
}

.ems_pad_box .pad_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

.ems_pad_box .pad_s {
	display: block;
	padding: 0;
	margin: 0;
	width: 40%;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.ems_pad_box .pad_youtube {
	display: block;
	padding: 0;
	margin: 0;
	width: 60%;
}

.ems_pad_box .pad_bk {
	display: block;
	padding: 0 0 0 35%;
	margin: 0;
	width: 100%;
}

.ems_pad_box .pad_bk img {
	margin: 0;
}

.ems_pad_box .pad_m {
	display: block;
	padding: 0;
	margin: 0;
	width: 40%;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.ems_pad_box .pad_l {
	display: block;
	padding: 0;
	margin: 0;
	width: 60%;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.ems_pad_box .pad_m a,
.ems_pad_box .pad_l a,
.ems_pad_box .pad_s a {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 200px;
	color: #FFF;
	background-color: #555353;
}

.ems_pad_box .pad_m a:hover,
.ems_pad_box .pad_l a:hover,
.ems_pad_box .pad_s a:hover {
	background-color: #878383;
}

.add_contact {
	display: flex;
	display: -webkit-flex;
	flex-wrap: no-wrap;
	-webkit-flex-wrap: no-wrap;
	list-style-type: none;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

.add_contact a+a {
	margin: 0 0 0 10px;
}

.kii_tape_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 60px;
	width: 100%;
	max-width: 820px;
}

.kii_tape_box .tape_box {
	display: block;
	padding: 0;
	margin: 0;
	width: 323px;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.kii_tape_box .tape_box img {
	display: block;
	margin: 0
}

.kii_tape_box .tape_box a {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 200px;
	color: #FFF;
	background-color: #555353;
}

.kii_tape_box .tape_box a:hover {
	background-color: #878383;
}

.kii_tape_box .tape_text_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 0 0 20px;
	margin: 0;
	font-size: 22px;
	font-weight: bold
}

.kii_tape_box .tape_text_box strong {
	display: inline-block;
	padding: 5px 0;
	width: 100px;
	color: #3BACE2;
	border: 1px solid #3BACE2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 10px 20px 0;
	text-align: center
}

.fix_link {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px 0 30px;
	width: 100%;
}

.fix_link .pack_page_link {
	display: block;
	padding: 0;
	margin: 0;
	width: 33.33%;
	text-align: center
}

.fix_link .pack_page_link a {
	padding: 10px 20px;
	color: #FFF;
	background-color: #595757;
}

.fix_link .pack_page_link a:hover {
	background-color: #8A8787;
}

.fix_link .fix_page_link {
	display: block;
	padding: 0;
	margin: 0;
	width: 25%;
	text-align: center
}

.fix_link .fix_page_link a {
	padding: 10px 20px;
	color: #FFF;
	background-color: #595757;
}

.fix_link .fix_page_link a:hover {
	background-color: #8A8787;
}

.fix_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0;
}

.fix_text .u_line {
	text-decoration: underline;
}

.fix_text span {
	font-size: 12px
}

.fix_text .img_r {
	display: block;
	float: right;
	margin: 0 0 40px 40px;
}

.fix_text .fix_price {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.fix_text .fix_price .td_text {
	display: block;
	padding: 0 10px;
	text-align: center
}

.fix_order {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: bold
}

.fix_order strong {
	text-decoration: underline;
}

.fix_order .u_line {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333
}

.fix_order span {
	font-size: 12px;
	font-weight: normal
}

.flor_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0;
}

.flor_box span {
	text-decoration: underline;
}

.flor_box img {
	display: block;
	margin: 0 0 20px
}

.pack_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 20px;
	margin: 0;
}

.pack_text span {
	display: block;
	float: left;
	padding: 0 40px 0 0;
	width: 60%
}

.pack_text img {
	display: block;
	float: left;
	margin: 0;
}

.company_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DADADA;
}

.company_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	background-color: #FDF2EE;
	vertical-align: middle;
	font-weight: bold;
}

.company_box .info {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	margin: 0;
	padding: 5px 10px;
}

.item_info_page {
	max-width: 700px;
}

.item_info_page td {
	padding: 0;
	margin: 0;
}

.item_info_page td img {
	padding: 0;
	margin: 0;
}

.item_page_new td {
	padding: 0;
	margin: 0;
}

.item_page_new .camp {
	background-color: #CFE7E7
}

.map_title {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
}

.map_title .link_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	margin: 0;
}

.map_title .link_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #6d6E71;
	color: #FFF;
	text-align: center;
	font-size: 16px
}

.map_title .link_box a:hover {
	background-color: #323438;
}

.item_map_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 880px;
	margin: 30px auto;
	padding: 0;
}

.item_map_box.no_margin {
	margin: 0 auto;
}

.item_map_box img {
	display: block;
	margin: 0;
}

.top_map_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 730px;
}

.top_map_box .map_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 35px 0;
	width: 33.33%;
	text-align: center;
	font-size: 14px
}

.top_map_box .map_box a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top_map_box .map_box a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.side_bn_margin {
	display: block;
	margin: 0 0 20px;
}

.philosophy_link_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	margin: 0;
}

.philosophy_link_box a {
	color: #FF8201;
	font-size: 20px;
	font-weight: bold;
	padding: 0 30px;
}

.philosophy_link_box a i {
	padding: 0 10px 0 0
}

.philosophy_link_box a:hover {
	color: #FF9D3A;
}

.loop_com_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.loop_com_info_box .text_img_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* 画像の上に重ねるSVG */
.map_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* SVG自体はクリックを透過 */
}

.map_overlay a {
	pointer-events: auto;
}

/* 通常時の領域（透明） */
.map_area {
	fill: rgba(0, 102, 255, 0);
	/* 塗りつぶし透明 */
	stroke: transparent;
	/* 枠線透明 */
	stroke-width: 0;
	transition: all 0.6s ease-in-out;
	/* ホバー時の変化を滑らかに */
	cursor: pointer;
}

/* ★ ホバー時のスタイル ★ */
.map_area:hover {
	fill: rgba(255, 153, 0, 0.3);
	/* 青色の薄い透過ハイライト */
}

.effect_v {
	opacity: 0;
	transform: translate(0, 30px);
	transition: .3s all ease-in-out 0s;
}

.effect_v.fade_In {
	transform: translate(0, 0);
	opacity: 1;
}

.effect_v.fade_Out {
	transform: translate(0, 30px);
	opacity: 0;
}

.effect_r,
.effect_l,
.effect_v_top,
.effect_b {
	transition: all 0.4s ease 0s;
}

.effect_r.fade_In {
	transform: translateX(0);
	opacity: 1;
}

.effect_r.fade_Out {
	transform: translateX(65%);
	opacity: 0;
}

.effect_l.fade_In {
	transform: translateX(0);
	opacity: 1;
}

.effect_l.fade_Out {
	transform: translateX(-65%);
	opacity: 0;
}

.effect_v_top.fade_In {
	transform: translateY(0);
	opacity: 1;
}

.effect_v_top.fade_Out {
	transform: translateY(-10%);
	opacity: 0;
}

.effect_b.fade_In {
	transform: translateY(0);
	opacity: 1;
}

.effect_b.fade_Out {
	transform: translateY(200px);
	opacity: 0;
}

.online_bn_box .side_movie {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	position: relative;
	padding: 0 10px 0 0;
	/*アスペクト比 16:9の場合の縦幅*/
	margin: 0;
	width: 50%;
}

.online_bn_box .side_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_news_video_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 60px 0;
	margin: 0;
	font-size: 18px;
	color: #6F6F6F
}

.home_news_video_box .side_movie {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	position: relative;
	padding: 0 10px 0 0;
	/*アスペクト比 16:9の場合の縦幅*/
	margin: 0;
	width: 50%;
}

.side_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.side_news {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 4rem;
}

.home_news_video_box .bn_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0 20px 20px 0;
}

.home_news_video_box .bn_box:nth-child(2n) {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding: 0 0 20px 20px;
}

.temp_menu {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:
		wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #595757;
}

.temp_menu a {
	width: auto;
	font-size: 16px;
	padding: 20px 0;
}

.temp_menu a+a {
	padding-left: 20px;
}

.temp_gray_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 40px 0;
	width: 100%;
	max-width: 960px;
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	bottom: 0;
	z-index: 100000;
}

.temp_gray_box.fade_Out {
	opacity: 0;
}

.temp_gray_box.fade_In {
	opacity: 1;
}

.temp_gray_box a {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 31%;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	border: 1px solid #F39800;
	height: 50px;
	border-radius: 25px;
	background-color: #F39800;
	color: white;
}

.temp_gray_box a:hover {
	background-color: white;
	color: #F39800;
}

.temp_gray_box a+a {
	margin-left: 3.5%;
}

.temp_staff_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 20px 0;
	width: 100%;
	font-size: 16px;
}

.temp_staff_box a {
	text-decoration: underline;
}

.temp_bn_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: leftr;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.temp_bn_box a {
	display: block;
	margin: 0 3.5% 20px 0;
	width: 31%;
	padding: 0;
}

.temp_order_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 40px 40px 10px;
	width: 100%;
	background-color: #E6E6E8;
}

.temp_order_box a {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin: 0 3.5% 30px 0;
	width: 31%;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	border: 1px solid #B8B9BC;
	background-color: white;
	color: #1C73B4;
	text-decoration: underline;
}

.temp_order_box a:hover {
	background-color: #B8B9BC;
	color: white;
	text-decoration: none;
}


.temp_order_box a:nth-child(3n) {
	margin: 0 0 30px;
}

.temp_main_img {
	margin: 0 0 20px;
}

.temp_intro {
	display: block;
	width: 100%;
	padding: 0 0 20px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.temp_content_box {
	display: block;
	width: 100%;
	padding: 0 0 20px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.temp_content_box .tel_info {
	display: block;
	width: 100%;
	padding: 20px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #B8B9BC;
}

.temp_content_box .tel_info strong {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
}

.temp_content_box .tel_info strong.tel {
	text-decoration: underline;
	color: #1C73B4;
	padding: 0 0 20px;
}

.temp_content_box .item_area {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
}

.temp_content_box .item_area .item_detail {
	display: block;
	margin: 0 3.5% 30px 0;
	width: 31%;
	padding: 10px;
	border: 1px solid #B8B9BC;
}

.temp_content_box .item_area .item_detail:nth-child(3n) {
	margin: 0 0 30px;
}

.temp_content_box .item_area .item_detail .img_box {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
}

.temp_content_box .item_area .item_detail img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 200px;
}

.temp_content_box .item_area .item_detail .title {
	display: block;
	margin: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
}

.temp_content_box .item_area .item_detail .price {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0 0 10px;
	font-size: 16px;
	color: red;
}

.temp_content_box .item_area .item_detail .link {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0;
	text-align: right;
}

.side_news .title {
	display: block;
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 20px
}

.side_news .news_list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: top
}

.side_news .news_list .text_box {
	display: block;
	width: 100%;
	padding: 5px 0 15px;
	margin: 10px 0 20px;
	font-size: 17px
}

.side_news .news_list .text_box a {
	text-decoration: none;
	color: #6F6F6F
}

.deli_company_bn {
	display: none
}

.under_stoond_orm_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 45px
}

.under_stoond_orm_box img {
	display: block;
	margin: 0 auto;
}

.under_stoond_orm_box a {
	backgroun: #000
}

.under_stoond_orm_box a img {
	display: block;
	margin: 0 auto !important;
}

.under_stoond_orm_box a:hover img {
	opacity: 0.5;
}

.only_text {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.choose_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 640px;
}

.choose_box .choose_box_half {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0;
}

.choose_box .choose_box_half a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	background-color: #595656;
	color: white;
}

.choose_box .choose_box_half a:hover {
	opacity: .8;
}

.schedule_chosse_view {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	background-color: #DDDDDD;
}

.schedule_chosse_view .schedule_chosse__detail {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.schedule_chosse_view .schedule_chosse__detail img {
	display: block;
	margin: 0 auto;
}

.schedule_note {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 30px 10px;
	text-align: center;
	font-size: 12px;
}

.schedule_view {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 30px;
}

.schedule_view .schedule_detail {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	margin: 0 2% 20px 0;
	padding: 0;
}

.schedule_view .schedule_detail:nth-child(2n) {
	margin: 0 0 20px;
}

.schedule_view .schedule_detail a:hover {
	opacity: .8;
}

.den_item {
	width: 98%;
	margin: 0 auto;
	table-layout: fixed
}

.den_item td {
	padding: 0;
	margin: 0;
	border: none
}

.den_item td img {
	margin: 0 auto;
}

.den_item_kii_mp4 {
	margin: -10px 0 0;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/kii_top_05.png);
	background-repeat: repeat;
	padding: 40px 0;
}

.den_item_kii_mp4 .wp-video {
	margin: 0 auto
}

.den_item_kii2_mp4 {
	margin: -10px 0;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/kii_top_07.png);
	background-repeat: repeat;
	padding: 40px 0;
}

.den_item_kii2_mp4 .wp-video {
	margin: 0 auto
}

.den_item_kii_gif {
	display: block;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/kii_top_05-1.png);
	margin: 0;
	height: 2029px;
	position: relative
}

.den_item_kii_gif_img {
	position: absolute;
	top: 540px;
	left: 80px;
}

.den_item_red_mp4 {
	margin: -30px 0 -10px;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/web_reddodatto_syousai01.png);
	background-repeat: repeat;
	padding: 40px 0 120px;
}

.den_item_red_mp4 .wp-video {
	margin: 0 auto
}

.den_item_red_gif {
	display: block;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/web_reddodatto_syousai02.png);
	margin: 0;
	height: 1808px;
	position: relative
}

.den_item_red_gif_img {
	position: absolute;
	bottom: 100px;
	right: 160px;
}

.den_item_padk_mp4 {
	margin: -30px 0 -10px;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/web_supottogomudennkyoku_syousai01.png);
	background-repeat: repeat;
	padding: 40px 0 120px;
}

.den_item_padk_mp4 .wp-video {
	margin: 0 auto
}

.den_item_padk_gif {
	display: block;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/web_supottogomudennkyoku_syousai02.png);
	margin: 0;
	height: 1779px;
	position: relative
}

.den_item_padk_gif_img {
	position: absolute;
	bottom: 100px;
	left: 160px;
}

.den_item_pads_mp4 {
	margin: -30px 0 0;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/web_suri-eitopad_syousai03.png);
	background-repeat: repeat;
	padding: 40px 0 120px;
}

.den_item_pads_mp4 .wp-video {
	margin: 0 auto
}

.den_item_pads_gif {
	display: block;
	background-image: url(https://www.zeniryoki.co.jp/wp-content/uploads/2022/06/web_suri-eitopad_syousai04.png);
	margin: 0;
	height: 977px;
	position: relative
}

.den_item_pads_gif_img {
	position: absolute;
	bottom: 140px;
	right: 50px;
}

.den_item_pads1_gif_img {
	position: absolute;
	bottom: 10px;
	left: 360px;
}

.favorite_box {
	idth: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.favorite_box .link_ya {
	width: 50% !important;
}

.favorite_box .favorite-button {
	width: 50%;
	margin: 15px 0 15px !important;
}

.favorite_box .favorite-button input[type="button"] {
	background: #FEEBCD;
	border: 1px solid #F9D798;
	font-size: 14px;
	color: #ED5E56;
}


.info_p .box01 a:hover,
.info_p .box02 a:hover,
.info_p .box03 a:hover,
.line_archive .box .link a:hover,
.line_archive .box .cart_in a:hover,
.line_guide .box .info .link a:hover,
.toroku_info #buttun a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.line_side .link a:hover {
	background-color: rgba(248, 193, 178, 0.25);
	color: #3F3A39 !important;
}

.line_archive {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style-type: none;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border-left: 1px solid #ADAEB1;
}

.line_archive .box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	margin: 0;
	padding: 0 5px 5px;
	border-right: 1px solid #ADAEB1;
	border-bottom: 1px solid #ADAEB1;
}

.line_archive .box:first-child,
.line_archive .box:nth-child(2),
.line_archive .box:nth-child(3),
.line_archive .box:nth-child(4),
.line_archive .box:nth-child(5) {
	border-top: 1px solid #ADAEB1;
}

.line_archive .box .photo {
	margin: 0 auto;
	padding: 5px 0 10px;
	max-width: 100px;
	height: 100px;
	overflow: hidden;
}

.line_archive .box .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 0 0;
	text-align: left;
	height: 100px;
}

.line_archive .box .info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

.line_archive .box .sale {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 30px;
	color: #F00;
}

.line_archive .box .link a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px 0;
	padding: 0;
	background-color: #F39800;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.line_archive .box .cart_in a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px 0;
	padding: 0 0 0 22px;
	background-color: #F39800;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/cart_info_mi.png);
	background-position: left;
	background-repeat: no-repeat;
}

.line_archive .box .info #tax,
.line_archive .box .sale #tax {
	font-size: 10px;
}

.line_archive .box .lank {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #726658;
}

.line_archive .box .gold {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/sale_lank1.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #C6A139;
}

.line_archive .box .silver {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/sale_lank2.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #6D6E70;
}

.line_archive .box .blond {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/sale_lank3.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #763525;
}

.lank_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ADAEB1;
}

.lank_box .box:first-child,
.lank_box .box:nth-child(2),
.lank_box .box:nth-child(3),
.lank_box .box:nth-child(4),
.lank_box .box:nth-child(5) {
	border-top: none;
}

.lank_box .line_archive {
	border-left: none;
	border-top: 1px solid #ADAEB1;
}

.lank_box .line_archive .box {
	border-left: 1px solid #ADAEB1;
	border-right: none
}

.lank_box .line_archive .box .info {
	font-size: 11px;
}

.lank_box .slick-dots {
	bottom: 0;
}

.lank_box .slick-dotted.slick-slider {
	margin-bottom: 10px;
}

.lank_box .slick-prev:before,
.lank_box .slick-next:before {
	color: #383735;
	font-size: 40px;
}

.lank_box .slick-prev,
.lank_box .slick-next {
	top: 50%;
	width: 25px;
	height: 60px;
	border: 1px solid #ADAEB1;
	text-align: center;
	padding: 0 0 0 2px;
	z-index: 99999;
	background-color: #FFF;
}

.lank_box .slick-prev {
	left: 2px;
}

.lank_box .slick-prev:before {
	font-family: FontAwesome;
	content: '\f104';
}

.lank_box .slick-next {
	right: 2px;
}

.lank_box .slick-next:before {
	font-family: FontAwesome;
	content: '\f105';
}

.lank_box .slick-dots li button:before {
	font-family: 'slick';
	font-size: 20px;
}

.lank_box .slick-disabled {
	display: none !important;
}

#sale_clearance .line_archive .box .title {
	height: 140px;
}

#sale_clearance .line_archive .box .info {
	height: 60px;
}

.archive_h2 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 2px solid #727171;
	margin: 5px 0 15px;
	padding: 7px 0 7px 10px;
	font-size: 20px;
	font-weight: bold;
}

.archive_l_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
}

.archive_r_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 50%;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
}

.archive_l_box img,
.archive_r_box img {
	margin: 0 auto;
}

#memberpages .point_one {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #A8A9AD;
	margin: 0 0 15px;
	padding: 2px 5px;
}

#memberpages #memberdetail {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #F7941D;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#memberpages #memberdetail th {
	text-align: left;
	border: 1px solid #F7941D;
	background-color: #FFF;
	font-size: 1em;
}

#memberpages #memberdetail td {
	border: 1px solid #F7941D
}

#memberpages .login_info_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0 10px;
	padding: 20px;
	background-color: #FFF4C5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#memberpages .mi_info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0 10px;
	padding: 3px 0 3px 12px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #333;
	border-left: 6px solid #F7941D;
	font-size: 14px;
}

#post-5 #memberpages div.loginbox {
	width: 280px;
	margin: 15px auto 10px;
	padding: 20px;
	background-color: #FFF4C5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#post-5 #memberpages input.loginpass {
	width: 100%;
}

#post-5 #memberpages .loginbox p {
	text-align: center;
}

#post-5 #memberpages .loginbox p input[type="submit"] {
	width: 80px !important;
	margin: 0 auto !important;
}

#memberpages .mi_info a {
	color: #555
}

#memberpages .mi_info a:hover {
	color: #000;
}

#memberpages .customer_form,
#delivery-info .customer_form,
#info-confirm #confirm_table {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
}

#memberpages .customer_form th,
#delivery-info .customer_form th,
#info-confirm #confirm_table th {
	border-left: 0;
	border-bottom: 1px solid #AFA7A5;
	border-top: 0;
	border-right: 0;
	background-color: #FDF0E9;
	font-size: 13px;
	color: #3F3E40;
	width: 25%;
}

#memberpages .customer_form td,
#delivery-info .customer_form td,
#info-confirm #confirm_table td {
	border-left: 0;
	border-bottom: 1px solid #AFA7A5;
	border-top: 0;
	border-right: 0;
	font-size: 13px;
}

#memberpages .customer_form td input,
#memberpages .customer_form td select,
#delivery-info .customer_form td select,
#delivery-info .customer_form td textarea,
#info-confirm #cart #point_table td input,
.newmember_add_box .info input,
.newmember_add_box .info select {
	border: 1px solid #BBBADB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#memberpages input[type="button"],
#inside-cart input[type="reset"],
#inside-cart input[type="submit"],
#inside-cart input[type="button"] {
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #dcdfe4;
	background: -moz-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdfe4), color-stop(100%, #ced3dc));
	background: -webkit-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -o-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -ms-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: linear-gradient(to bottom, #dcdfe4 0%, #ced3dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe4', endColorstr='#ced3dc', GradientType=0);
	color: #555;
	padding: 10px 30px;
}

.entry-content .post .send .back_to_top_button a,
#memberpages .send .submit .back_to_top_button a {
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #dcdfe4;
	background: -moz-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdfe4), color-stop(100%, #ced3dc));
	background: -webkit-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -o-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -ms-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: linear-gradient(to bottom, #dcdfe4 0%, #ced3dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe4', endColorstr='#ced3dc', GradientType=0);
	color: #555;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}

.entry-content input[type="button"] {
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #dcdfe4;
	background: -moz-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdfe4), color-stop(100%, #ced3dc));
	background: -webkit-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -o-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: -ms-linear-gradient(top, #dcdfe4 0%, #ced3dc 100%);
	background: linear-gradient(to bottom, #dcdfe4 0%, #ced3dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe4', endColorstr='#ced3dc', GradientType=0);
	color: #555;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

#memberpages input[type="button"]:hover,
#memberpage input[type="reset"]:hover,
#memberpage input[type="submit"]:hover,
#inside-cart input[type="button"]:hover,
.entry-content .post .send .back_to_top_button a:hover,
#memberpages .send .submit .back_to_top_button a:hover,
.entry-content input[type="button"]:hover {
	background: #ee771c;
	background: -moz-linear-gradient(top, #ee771c 0%, #ea5938 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee771c), color-stop(100%, #ea5938));
	background: -webkit-linear-gradient(top, #ee771c 0%, 99%, #ea5938 100%);
	background: -o-linear-gradient(top, #ee771c 0%, #ea5938 100%);
	background: -ms-linear-gradient(top, #ee771c 0%, #ea5938 100%);
	background: linear-gradient(to bottom, #ee771c 0%, #ea5938 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee771c', endColorstr='#ea5938', GradientType=0);
	color: #FFF;
}

#inside-cart div.usccart_navi li.ucart,
#delivery-info div.usccart_navi li.ucart,
#info-confirm div.usccart_navi li.ucart,
#customer-info div.usccart_navi li.ucart {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	float: left;
	margin: 0px;
	color: #393636;
	font-weight: bold;
	text-align: center;
	width: 25%;
	padding: 8px 0;
	border-top: 2px solid #F39800;
	border-bottom: 2px solid #F39800;
	border-left: 2px solid #F39800;
}

#inside-cart div.usccart_navi li.ucart:last-child,
#delivery-info div.usccart_navi li.ucart:last-child,
#info-confirm div.usccart_navi li.ucart:last-child,
#customer-info div.usccart_navi li.ucart:last-child {
	border-right: 2px solid #F39800;
}

#inside-cart div.usccart_navi li.usccart_cart,
#delivery-info div.usccart_navi li.usccart_delivery,
#info-confirm div.usccart_navi li.usccart_confirm,
#customer-info div.usccart_navi li.usccart_customer {
	background: #F39800;
	color: #FFF;
}

#info-confirm #confirm_table h4 {
	background: none;
	border: 0;
	margin: 0;
	padding: 3px 5px;
	font-size: 13px;
	font-weight: bold;
}

#info-confirm #confirm_table .ttl {
	background-color: #F39800;
}

.entry-content #customer-info .send,
.entry-content #inside-cart .send,
.entry-content #memberpages .send,
.entry-content #delivery-info .send {
	border: 0;
}

.entry-content #info-confirm .send {
	border-bottom: 1px solid #A8A9AD;
	border-top: 1px solid #A8A9AD;
	background-color: #F2F8E0;
	padding-bottom: 20px;
}

#info-confirm #cart #point_table {
	border: 1px solid #818284;
}

#info-confirm #cart #point_table td {
	border: 0;
}

#info-confirm #cart #point_table .use_point_button {
	border: 0;
	margin: 10px 0;
}

#info-confirm #cart_table th,
#inside-cart #cart_table th {
	background-color: #9FA0A0;
}

.entry-content #customer-info h4 {
	background-image: url(images/h4_newmember.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#new_login {
	background-image: url(images/h4_new.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#new_person {
	background-image: url(images/h4_newmember.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
}

.entry-content #customer-info h4 .strong {
	font-size: 16px;
	padding-right: 10px;
}

.entry-content #customer-info h5 {
	background: none;
	color: #393636;
	padding-left: 0;
	font-size: 14px;
	margin: 10px 0;
}

.member_login_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #B5B6B6;
	background-color: #FDF2EE;
}

.member_login_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 35%;
	margin: 0;
	padding: 5px 20px 0 0;
	text-align: right;
	font-weight: bold;
}

.member_login_box .info {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 65%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.member_login_box .info input {
	border: 1px solid #BBBADB;
	width: 400px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.newmember_add_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DADADA;
}

.newmember_add_box .title {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	background-color: #FDF2EE;
	vertical-align: middle;
	font-weight: bold;
}

.newmember_add_box .info {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	margin: 0;
	padding: 5px 10px;
}

.newmember_add_box .info .box2 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.newmember_info_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

.newmember_info_box .input_info {
	color: #132B88;
}

.entry-content .post {
	background-color: #F2F8E0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-bottom: 20px;
}

.entry-content .post .header_explanation {
	width: 100%;
	text-align: center;
}

.entry-content .post .send .submit,
#memberpages .send .submit {
	margin: 10px 0;
	border: 0;
}

.entry-content .post .send .submit td,
#memberpages .send .submit td {
	text-align: center;
	border: 0;
}

.toroku_info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 0;
}

.toroku_info #buttun a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 15px;
	padding: 0 0 0 40px;
	background-image: url(images/buttun_new.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px solid #EA834B;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 45px;
	line-height: 45px;
	width: 200px;
	text-decoration: none;
	color: #6D6E70;
	font-size: 16px;
	font-weight: bold;
	-moz-box-shadow: 3px 3px 0 #eee;
	-webkit-box-shadow: 3px 3px 0 #eee;
	box-shadow: 3px 3px 0 #eee;
}

.toroku_info .present_info {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 10px;
	max-width: 400px;
	padding: 0;
}

.toroku_info .present_info .box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 88px;
	margin: 0;
	padding: 0;
	height: 46px;
	background-image: url(images/new_present.png);
	background-position: right;
	background-repeat: no-repeat;
}

.toroku_info .present_info .box_more {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 88px;
	margin: 0;
	padding: 12px 0 0 3px;
	height: 60px;
	background-image: url(images/new_present_more.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFF;
}

.toroku_info .present_info .text {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	vertical-align: middle;
}

#memberpages .whitebox .loginbox {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #B5B6B6;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background-color: #FDF2EE;
	text-align: center;
}

#newmember_completion {
	text-align: center;
}

.aisatu {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 65%;
	margin: 0 0 10px;
	padding: 0 5px 0 0;
	font-size: 14pt;
}

.aisatu_photo_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 35%;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
}

.l_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 5px 0 0;
}

.r_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
}

.movie_l_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 0 0 10px;
	padding: 40px 0 20px;
}

.img_r_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 50%;
	margin: 0 0 10px;
	padding: 60px 0 20px 60px;
}

.img_l_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 0 0 10px;
	padding: 60px 60px 20px 0;
}

.img_r_box img {
	display: block;
	float: left
}

.img_l_box img {
	display: block;
	float: right
}

.movie_r_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 50%;
	margin: 0 0 10px;
	padding: 40px 0 20px;
}

.l_box_item {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 70%;
	margin: 0 0 10px;
	padding: 0 5px 0 0;
}

.r_box_item {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 30%;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
}

.r_box .company_box {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.member_po {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #DE761C;
	color: #FFF;
	padding: 10px;
	margin: 0 0 15px;
	line-height: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.ouen_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #FDEFE2;
	padding: 0 0 40px;
}

#post-29034 .ouen_box {
	background-color: #EDF3D1;
}

#post-29032 .ouen_box {
	background-color: #F1eeF7;
}

#post-29028 .ouen_box {
	background-color: #FFF;
}

.ouen_box table {
	width: 100%;
	max-width: 657px;
	margin: 0 auto
}

.ouen_box table td {
	padding: 0;
	margin: 0;
	vertical-align: top
}

.ouen_box a img {
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
}

.ouen_box a:hover img {
	opacity: 0.6;
}

.ouen_box .ouen_view {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 40px 40px 0;
}

.ouen_box .ouen_view .img_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	width: 50%
}

.ouen_box .ouen_view .text_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0 0 10px;
	vertical-align: top;
	width: 50%
}

.ouen_box .ouen_view .text_box .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #0065B7;
	color: #FFF;
	font-size: 16px;
	padding: 2px 4px;
	margin: 0 0 10px
}

#itempages .main_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 55%;
	margin: 0 0 10px;
	padding: 0 8px 0 0
}

#itempages .main_l .itemimg {
	margin-bottom: 10px;
}

#itempages .main_l .itemimg img {
	max-width: 360px;
	overflow: hidden;
}

#itempages .main_l .itemimg_s {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 180px;
	padding: 0 10px 10px 0;
}

#itempages .main_l .itemimg_s img {
	max-height: 170px;
	max-width: 170px;
	overflow: hidden;
	margin: 0 auto;
}

#itempages .main_l .itemimg_s:nth-child(2n) {
	padding: 0 0 10px 0;
}

#itempages .main_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 45%;
	margin: 0 0 10px;
	padding: 0 0 0 8px;
}

#itempages .main_r .field_name {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #BCBDC0;
}

#itempages .main_r .field_price {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#itempages .main_r .field_price .tax_separate {
	font-size: 12px;
}

#itempages .link_ya {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0 0;
	margin: 10px 0 15px;
	color: #EE1D23;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

#itempages .link_ya .link_icon {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1px 0 0 1px;
	margin: 0 5px 0 0;
	background-color: #EA5413;
	float: left;
	width: 20px;
	height: 20px;
}

#itempages .main_r .field_price .point {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 60px;
	margin: 0 0 15px;
	line-height: 30px;
	background-image: url(images/item_point.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 30px;
}

#itempages .main_r .field_price .katalog {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 27px;
	margin: 0 0 15px;
	line-height: 30px;
	background-image: url(images/item_cat.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 30px;
}

#itempages .main_r .field_price .sample {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	margin: 0 0 15px;
	line-height: 30px;
	background-image: url(images/item_sample.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 30px;
}

#itempages .main_r .field_price .matome_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #EE1D23;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #411F20;
}

#itempages .main_r .field_price .matome_box .title {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0;
	background-color: #FEF4F8;
	text-align: center;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #EE1D23;
}

#itempages .main_r .field_price .matome_box .price_info {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #EE1D23;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}

#itempages .main_r .cart_in {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 15px;
	padding: 10px;
	background-color: #FEF4F8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #411F20;
}

#itempages .main_r .cart_in .item_option table {
	margin-bottom: 10px;
}

#itempages .main_r .cart_in .item_option th {
	background: none;
}

#itempages .main_r .cart_in input {
	width: 100px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #411F20;
}

#itempages .main_r .cart_in select {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #411F20;
}

#itempages .main_r .cart_in input[type="submit"] {
	width: 200px;
	float: right;
	margin: 10px 0;
	border: 0;
}

#itempages .pack_item_col_field th {
	background-color: #FBB03F;
}

#itempages .pack_item_col_field td select {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #411F20;
}

.line_catalog {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #F00;
	margin: 10px 0;
	padding: 15px;
	width: 100%;
	color: #F00;
	font-weight: bold;
	text-align: center;
}

.line_catalog .title {
	color: #FF00FF;
}

.line_catalog a {
	color: #FF0000;
}

.number_2000e {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	margin: 0;
	padding: 0;
	background-image: url(images/2000e_number01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 383px;
	position: relative;
}

.number_2000e .menu01 a {
	display: block;
	top: 4px;
	left: 179px;
	position: absolute;
	width: 169px;
	height: 82px;
}

.number_2000e .menu01 a:hover {
	background-color: rgba(60, 89, 147, 0.5);
}

.number_2000e .menu02 a {
	display: block;
	top: 4px;
	left: 352px;
	position: absolute;
	width: 169px;
	height: 82px;
}

.number_2000e .menu02 a:hover {
	background-color: rgba(246, 135, 53, 0.5);
}

.number_2000e .menu03 a {
	display: block;
	top: 4px;
	left: 524px;
	position: absolute;
	width: 169px;
	height: 82px;
}

.number_2000e .menu03 a:hover {
	background-color: rgba(216, 83, 130, 0.5);
}

.number_2000e_play {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	margin: 0;
	padding: 0;
	background-image: url(images/2000e_02_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 1559px;
	position: relative;
}

.number_2000e_play .menu01 a {
	display: block;
	top: 960px;
	left: 52px;
	position: absolute;
	width: 158px;
	height: 55px;
}

.number_2000e_play .menu01 a:hover,
.number_2000e_play .menu02 a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.number_2000e_play .menu02 a {
	display: block;
	top: 960px;
	left: 466px;
	position: absolute;
	width: 170px;
	height: 60px;
}

.web_on_eltop_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	margin: 0;
	padding: 0;
	background-image: url(images/new2000e/web_on_eltop03.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 470px;
	position: relative;
}

.web_on_eltop_box .menu01 a {
	display: block;
	top: 308px;
	left: 129px;
	position: absolute;
	width: 199px;
	height: 155px;
}

.web_on_eltop_box .menu01 a:hover {
	background-image: url(images/new2000e/web_on_eltop01_hover.png);
	background-position: top;
	background-repeat: no-repeat;
}

.web_on_eltop_box .menu02 a {
	display: block;
	top: 308px;
	left: 362px;
	position: absolute;
	width: 201px;
	height: 155px;
}

.web_on_eltop_box .menu02 a:hover {
	background-image: url(images/new2000e/web_on_eltop02_hover.png);
	background-position: top;
	background-repeat: no-repeat;
}

.new_lfp_topbox {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	width: 504px;
	height: 284px;
	position: relative;
	background-image: url(images/new2000e/web_newohmpulser2000e_top.jpg);
	background-repeat: no-repeat;
}

.new_lfp_topbox .menu_hp a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 86px;
	left: 27px;
	width: 134px;
	height: 98px;
}

.new_lfp_topbox .menu_per a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 86px;
	left: 168px;
	width: 134px;
	height: 98px;
}

.new_lfp_topbox .menu_use a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 192px;
	left: 27px;
	width: 134px;
	height: 77px;
}

.new_lfp_topbox .menu_ope a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 192px;
	left: 168px;
	width: 134px;
	height: 77px;
}

.new_lfp_topbox .menu_you a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 192px;
	left: 341px;
	width: 137px;
	height: 77px;
}

.new_lfp_topbox .menu_hp a:hover,
.new_lfp_topbox .menu_per a:hover,
.new_lfp_topbox .menu_use a:hover,
.new_lfp_topbox .menu_ope a:hover,
.new_lfp_topbox .menu_you a:hover {
	background-color: rgba(255, 255, 255, 0.25);
}

.new_lfp_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 699px;
}

.new_lfp_box .menu_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 20px;
	width: 305px;
	float: left
}

.new_lfp_box .menu_box .menu a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 2px;
	padding: 0 0 0 15px;
	width: 100%;
	height: 83px;
	background-color: #63BEDB;
	line-height: 83px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer
}

.new_lfp_box .menu_box .menu a:hover {
	background-color: #0E6EBB;
}

.new_lfp_box .menu_box .menu a:active {
	background-color: #0E6EBB;
}

.new_lfp_box .menu_box .menu a .s_text {
	font-size: 14px;
}

.new_lfp_box .cont_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 394px;
	float: left
}

.e_number_box {
	display: table;
	width: 100%;
	max-width: 700px;
	padding: 6px 2px 0 10px;
}

.e_number_box2 {
	display: table;
	width: 100%;
	max-width: 700px;
	padding: 6px 0 10px 10px;
}

.e_number_list {
	display: table-cell;
	padding: 0;
}

.menu_2000e_box {
	display: table;
	width: 100%;
	max-width: 700px;
	margin: 0;
	padding: 0;
}

.menu_2000e {
	display: table-cell;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.menu_pad_box {
	display: table;
	width: 100%;
	max-width: 700px;
	background-color: #122B88;
	margin: 0;
	padding: 10px 0;
}

.menu_pad_box .title {
	display: table-cell;
	width: 15%;
	margin: 0;
	padding: 0;
	border-right: 2px solid #8995C5;
	vertical-align: top;
}

.menu_pad_box .menu_l {
	display: table-cell;
	width: 55%;
	margin: 0;
	padding: 0 0 0 0;
	vertical-align: top;
	border-right: 2px solid #8995C5;
}

.menu_pad_box .menu_l .box_list {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 0 0 0 20px;
	vertical-align: top;
}

.menu_pad_box .menu_r {
	display: table-cell;
	width: 30%;
	margin: 0;
	padding: 0 0 0 20px;
	vertical-align: top;
}

.menu_din_box {
	display: block;
	width: 100%;
	max-width: 700px;
	background-color: #FFEC9C;
	margin: 0;
	padding: 33px 0 52px;
}

.menu_din_tel {
	display: block;
	width: 100%;
	margin: 0 auto 65px;
	padding: 0;
	text-align: center
}

.menu_din_zen {
	display: block;
	width: 367px;
	margin: 0;
	padding: 0 0 0 17px;
	float: left
}

.menu_din_opt {
	display: block;
	width: 333px;
	margin: 0;
	padding: 10px 0 0 24px;
	float: right
}

.ohm-title {
	display: table;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #DADADA;
}

.ohm-title .menu {
	display: table-cell;
	width: 49%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.ohm-title .menu img {
	max-width: 351px;
	width: 100%
}

.ohm-title .menu_link {
	display: table-cell;
	width: 17%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.ohm-title .menu_link img {
	max-width: 111px;
	width: 100%
}

.new_yt_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #F8B62A;
	margin: 0;
	padding: 40px 60px 80px;
}

.new_yt_bn a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #F8B62A;
	margin: 0;
	padding: 20px
}

.new_yt_box img {
	display: block;
	margin: 0 auto 30px;
}

.new_yt_bn a img {
	display: block;
	margin: 0 auto;
}

.new_yt_bn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.new_yt_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lfp_sale_box {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 50px 60px 0;
	margin: 0;
}

.lfp_sale_box .lfp_sale_box_bn {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
	margin: 0;
	float: left
}

.lfp_sale_box .lfp_sale_box_bn .f_l {
	display: block;
	margin: 0 0 10px;
	float: left;
}

.lfp_sale_box .lfp_sale_box_bn .f_r {
	display: block;
	margin: 0 0 10px;
	float: right;
}

.lfp_sale_box .lfp_sale_box_bn .f_m {
	display: block;
	margin: 0 auto 10px;
}

.button-roll {
	display: block;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 0;
}

.button-roll a {
	width: 100%;
	max-width: 640px;
	font-size: 20px;
	color: #363533;
	font-weight: bold;
	display: block;
	border: 6px solid #e95314;
	text-decoration: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.7;
	padding: 24px 30px 24px 50px;
}

.button-roll a:hover {
	background-color: #e95314;
	color: #fff;
}

.to_cart_bt_kaigyo a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 5px 0;
	text-align: center;
	width: 200px;
	color: #FFF;
	background-color: #eb6437;
}

.to_cart_bt_kaigyo a:hover {
	color: #FFF;
	background-color: #FF9B78;
}

.sp_only {
	display: none;
}

.wp-embed-share-dialog-open {
	display: none !important;
}

.main_content .entry-content #delivery-info td,
.main_content #delivery-info .customer_form dd,
.main_content #delivery-info iopt_label,
.main_content #delivery-info .customer_form dt {
	font-size: 13px;
}

a img .linkimg {
	background: none !important;
}

a:hover img.linkimg {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none !important;
}

.map_wrapper {
	max-width: 632px;
	min-width: 280px;
	margin: 0;
	padding: 0;
}

.googlemap,
.teacher_movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.googlemap iframe,
.teacher_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

video {
	max-width: 100%;
	height: auto;
}

.responsive-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}

.responsive-video-wrapper iframe,
.responsive-video-wrapper object,
.responsive-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	max-width: 100%;
	padding: 10px 10px 5px;
	text-align: center;
	margin-bottom: 20px !important;
	max-width: 100%;
}

.widget .wp-caption {
	background: #e2e2e2;
	border-color: #ddd;
}

.wp-caption a {
	display: block;
	border: 0;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.wp-caption p.wp-caption-text {
	font-size: 80%;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-smiley {
	padding: 0;
	border: 0 !important;
	background: none;
}

#wp-calendar th,
#wp-calendar tbody td {
	text-align: center;
	padding: 6px 0;
	background-color: #FFF
}

#wp-calendar caption {
	font-size: 16px;
	color: #EA5938;
}

#wp-calendar .businessday {
	background-color: #FFF;
	color: #ff0000;
}

#wp-admin-bar-theme_previews .ab-item {
	height: auto !important;
}

#admin-bar-premium-themes {
	float: left;
}

#admin-bar-premium-themes p {
	color: #000 !important;
}

#admin-bar-premium-themes p.top-p {
	margin-top: 10px !important;
}

#admin-bar-premium-themes p,
#admin-bar-premium-themes a {
	text-shadow: none !important;
}

#admin-bar-premium-themes a {
	padding: 0 !important;
	margin-bottom: 10px !important;
	display: inline-block !important;
}

#admin-bar-premium-themes img {
	margin: 5px;
	border: 1px solid #ccc;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
	width: 25%;
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	width: 75%;
}

#bbpress-forums .avatar,
.wp_themeSkin * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#bbpress-forums .wp-switch-editor {
	height: 26px !important;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}

#bbpress-forums .html-active .switch-html,
#bbpress-forums .tmce-active .switch-tmce {
	border-bottom-color: #f4f4f4;
}

.entry-content .bbp-author-avatar,
#bbpress-forums .vcard a,
#buddypress .item-nav a,
#buddypress .item-list-tabs a,
#whats-new-avatar a,
.bp_members .entry-content {
	border: 0;
}

#buddypress .item-nav,
#buddypress .item-list-tabs {
	font-size: 12px;
}

.bbp-reply-content p,
.bbp-topic-content p {
	margin-top: 0;
}

.bp_members .entry-title,
.bp_activity .entry-title {
	margin-bottom: 10px;
}

.pack_item_col_field tbody tr:nth-child(odd) td {
	background-color: #E8F3E8
}

.postid-28242 .pack_item_col_field tbody tr:nth-child(1) td {
	background-color: #FCE3E3
}

.postid-28242 .pack_item_col_field tbody tr:nth-child(2) td {
	background-color: #F5A64F
}

.postid-28242 .pack_item_col_field tbody tr:nth-child(3) td {
	background-color: #BEDFC2
}

.postid-28242 .pack_item_col_field tbody tr:nth-child(4) td {
	background-color: #F29B9C
}

.postid-28242 .pack_item_col_field tbody tr:nth-child(5) td {
	background-color: #FFF
}

.postid-17773 .pack_item_col_field tbody tr:nth-child(1) td {
	background-color: #E0FEE2
}

.postid-17773 .pack_item_col_field tbody tr:nth-child(2) td {
	background-color: #FFE0E8
}

.postid-17773 .pack_item_col_field tbody tr:nth-child(3) td {
	background-color: #FFF
}

.postid-17773 .pack_item_col_field tbody tr:nth-child(4) td {
	background-color: #E0F7FF
}

.postid-17773 .pack_item_col_field tbody tr:nth-child(5) td {
	background-color: #EfE0FF
}

.postid-17773 .pack_item_col_field tbody tr:nth-child(6) td {
	background-color: #FEFFE0
}

.post-25978 .pack_item_col_field tbody tr:nth-child(1) td:nth-child(1) {
	background-color: #00f133;
	color: white;
}

.post-25978 .pack_item_col_field tbody tr:nth-child(2) td:nth-child(1) {
	background-color: #ff3300;
}

.post-25978 .pack_item_col_field tbody tr:nth-child(3) td:nth-child(1) {
	background-color: #ffff99;
}

.post-25978 .pack_item_col_field tbody tr:nth-child(4) td:nth-child(1) {
	background-color: #00b5e5;
	color: white;
}

.post-25978 .pack_item_col_field tbody tr:nth-child(5) td:nth-child(1) {
	background-color: #bf86ff;
	color: white;
}

.post-25989 .pack_item_col_field tbody tr:nth-child(1) td:nth-child(1) {
	background-color: #00b5e5;
	color: white;
}

.post-25989 .pack_item_col_field tbody tr:nth-child(2) td:nth-child(1) {
	background-color: #ffa6ff;
	color: white;
}

.post-25989 .pack_item_col_field tbody tr:nth-child(3) td:nth-child(1) {
	background-color: #bf86ff;
	color: white;
}

.post-25989 .pack_item_col_field tbody tr:nth-child(4) td:nth-child(1) {
	background-color: #996624;
	color: white;
}

.post-36328 .pack_item_col_field tbody tr:nth-child(1) td:nth-child(1) {
	background-color: #0000ff;
	color: white;
}

.post-36328 .pack_item_col_field tbody tr:nth-child(2) td:nth-child(1) {
	background-color: #004c33;
	color: white;
}

.post-36328 .pack_item_col_field tbody tr:nth-child(3) td:nth-child(1) {
	background-color: #00f133;
	color: white;
}

.post-36328 .pack_item_col_field tbody tr:nth-child(4) td:nth-child(1) {
	background-color: #ff3300;
}

.post-36328 .pack_item_col_field tbody tr:nth-child(5) td:nth-child(1) {
	background-color: #ffff99;
}

.post-36328 .pack_item_col_field tbody tr:nth-child(6) td:nth-child(1) {
	background-color: #00b5e5;
	color: white;
}

#secondary #bnarea6 {
	display: none;
}

.page-id-149 #secondary #bnarea6 {
	display: block;
}



@media only screen and (max-width:960px) {

	.row .row .c1,
	.row .row .c2,
	.row .row .c3,
	.row .row .c4,
	.row .row .c5,
	.row .row .c6,
	.row .row .c7,
	.row .row .c8,
	.row .row .c9,
	.row .row .c10,
	.row .row .c11,
	.row .row .c12 {
		width: 100%;
		margin-bottom: 20px
	}

	.row .row>div:last-child,
	.two-col-wrapper {
		margin-bottom: 0 !important
	}

	.two-col-wrapper.border {
		border: 0
	}

	.two-col-wrapper,
	.three-col-wrapper {
		background-image: none
	}

	.two-col .entry-content,
	.three-col .entry-content,
	.two-col header,
	.two-col.format-quote .entry-content,
	.three-col header,
	.three-col.format-quote .entry-content {
		border-top: 0 !important;
		padding-top: 0
	}

	.two-col .entry-content,
	.three-col .entry-content {
		border-bottom: 1px solid #E2E2E2
	}

	.single .entry-content {
		border-bottom: 0 !important
	}

	.border {
		display: none
	}

	#site-navigation li a,
	#site-sub-navigation li a {
		padding: 5px 5px 0;
	}

	#site-navigation li a,
	#site-sub-navigation ul ul li a {
		width: 100%;
	}

	#title-logo-wrapper {
		border-top: 5px solid #00AAF0;
	}

	#header_t {
		height: auto;
		width: 100%;
	}

	.side_menu {
		float: none;
	}

	.main_content {
		padding: 0 0 0 10px;
	}

	.footer_cont {
		width: 100%;
		height: auto;
	}

	#google_map {
		width: 98%;
		height: 300px;
	}

	.top_navi {
		width: 100%;
	}

	.temp_gray_box {
		max-width: calc(100% - 20px);
	}
}

@media handheld,
only screen and (max-width:768px),
only screen and (max-device-width:768px) and (orientation:portrait) {
	body {
		background-image: none;
		border-top: 0;
	}

	.row,
	#header .c12 {
		margin-bottom: 0 !important
	}

	.c1,
	.c2,
	.c3,
	.c4,
	.c5,
	.c6,
	.c7,
	.c8,
	.c9,
	.c10,
	.c11,
	.c12 {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0
	}

	.c1,
	.c2,
	.c3,
	.c4,
	.c5,
	.c6,
	.c7,
	.c8,
	.c9,
	.c10,
	.c11,
	.c12,
	.header-group,
	.header-widget {
		width: 100%
	}

	#main {
		padding: 0 0 20px
	}

	.grid {
		min-width: 100%;
	}

	.gallery-item img {
		width: 140px
	}

	#page {
		margin: 0
	}

	.left-sidebar #secondary,
	#left-nav {
		position: absolute;
		top: 0;
		left: -260px;
		width: 260px;
		padding: 0 0 0 10px
	}

	nav,
	#footer .icon-leaf,
	.header-widget.widget_search,
	#site-navigation,
	#site-sub-navigation {
		display: none
	}

	#site-navigation,
	#site-sub-navigation {
		background: none;
		border-bottom: 0;
		height: 1px;
		width: 100%;
		max-width: 200px
	}

	.mobile-menu {
		display: block
	}

	.format-status .entry-content {
		margin-bottom: 0
	}

	#footer .copyright {
		margin-bottom: 10px
	}

	#header_t {
		height: auto;
		width: 100%;
	}

	.title-logo-wrapper {
		grid-template-columns: 1fr;
		padding: .5rem 0;
		gap: .5rem;
	}

	#site-logo {
		grid-template-columns: 100px 1fr 35px;
	}

	#site-logo h1 {
		font-size: 18px;
	}

	#site-logo_r {
		text-align: center;
	}

	#site-logo_r i {
		font-size: 16px;
	}

	#site-logo_r a {
		font-size: 14px;
	}

	#site-logo_r .link_box {
		gap: .5rem 1rem;
	}

	#site-logo_r .link_box .link {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: flex-end;
		width: 100%;
	}

	#site-logo_r .link_box .link:nth-of-type(2) {
		justify-items: flex-start;
	}

	#site-logo_r .online_link {
		text-align: center;
	}

	#site-logo_r .link_box:has(.online_link) .link {
		justify-items: flex-start;
	}

	#site-logo_r .link_box:has(.online_link) .link:nth-of-type(2) {
		justify-items: flex-end;
	}

	.menu,
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	#site-logo_r .link_box .link a {
		padding: 5px;
		height: auto;
		line-height: 1.6;
		width: 100px;
	}

	.hesperiden .tp-bullet {
		display: none
	}

	.main_content {
		padding: 0 10px;
	}

	.main_content.sp_scroll {
		width: 726px;
		overflow: auto;
	}

	h2 {
		border: none;
		border-bottom: 2px solid #464646;
		margin: 20px 0 10px;
		padding: 5px 0;
		font-size: 18px;
	}

	h2#map,
	h2#map_traffic {
		font-size: 18px;
		font-weight: bold
	}

	.top_h2 {
		margin: 0 0 10px
	}

	.guide_h2 {
		margin: 10px 0;
		padding: 10px;
		background-size: cover;
	}

	.kii_h2 {
		margin: 20px 0 10px;
		padding: 10px;
	}

	h3 {
		margin: 20px 0 10px;
		padding: 3px 0 3px 12px;
		font-size: 14px;
		border-left: 3px solid #393636;
	}

	.item_map_h3 {
		margin: 20px 0 10px;
		font-size: 14px;
		position: static;
	}

	.item_map_h3:after {
		display: none
	}

	.item_map_h3 span {
		display: inline-block;
		padding: 10px 0;
		width: 100%;
	}

	#content_t {
		height: auto;
		width: 100%;
	}

	#site-navigation li,
	#site-sub-navigation li {
		background: none;
		border-bottom: 1px solid #F8B62B;
	}

	#site-navigation li:last-child {
		border-bottom: 1px solid #F8B62B;
	}

	#site-navigation li a,
	#site-sub-navigation li a {
		padding: 10px 15px;
	}

	.footer_cont {
		width: 100%;
		height: auto;
		padding: 10px !important;
	}

	input,
	textarea {
		width: 300px;
	}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		width: 15px;
	}

	.pr_img_s {
		float: none;
		margin: 20px 0 0;
		width: 320px
	}

	.pr_img_b {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#google_map {
		width: 98%;
		height: 200px;
	}

	.footer_t {
		padding: 10px;
	}

	.ft_menu {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 10px 5px;
	}

	.ft_menu .title {
		width: 100%;
		margin: 0;
	}

	.ft_menu .link a {
		float: left;
		padding: 0 10px 0 0;
		line-height: 1.8 !important;
		margin: 0
	}

	.menu_last02 .title {
		display: none !important;
	}

	.menu_last01 {
		margin: 0 !important;
	}

	.footer_cont_prev {
		padding: 10px;
	}

	.footer_cont_prev .link {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#footer a {
		display: inline-block;
		margin: 0;
		padding: 0 0 5px 5px;
	}

	.line_top_news a {
		height: auto;
		padding: 3px 10px;
		color: #FFF;
		text-decoration: underline
	}

	.top_l .info_p .title {
		background-color: #FFF
	}

	#footer .tel,
	#footer .info {
		background-image: none;
		width: 100%;
		float: none;
		text-align: center;
		line-height: 1.4
	}

	.tel_btn_wrap {
		display: table;
		width: 100%;
		padding: 20px 0 0;
	}

	.tel_btn_wrap .tel_box,
	.tel_btn_wrap .gift_box {
		display: block;
		width: 100%;
		padding: 0 0 20px;
	}

	.tel_btn_wrap .tel_box a,
	.tel_btn_wrap .gift_box a {
		font-size: 14px;
		max-width: 280px;
		margin: 0 auto
	}

	.content_fb {
		padding: 0 10px 20px;
	}

	.content_fb a {
		display: table;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 10px;
		font-size: 14px;
	}

	.content_fb a span {
		padding: 0 10px 0 0
	}

	.content_fb a .arrow_right {
		font-size: 40px
	}

	.content_about {
		padding: 0 0 20px;
	}

	.content_about a {
		font-size: 18px;
	}

	.side_news .news_list {
		padding: 0 0 .5rem;
	}

	.side_news .news_list .text_box {
		padding: .5rem 0;
		margin: 0;
		font-size: 14px
	}

	.bn_view {
		padding: 0 0 1rem;
		gap: 1rem;
	}

	.bn_view.half {
		grid-template-columns: 1fr;
	}

	.bn_view.gap {
		gap: 0;
	}

	.home_tab_list {
		border-bottom: none
	}

	.home_tab_list .tab_box {
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 2px solid #FFF;
	}

	.home_tab_list .tab_box a {
		padding: 5px 0;
		font-size: 16px;
		min-height: auto;
	}

	.home_tab_list .tab_box br {
		display: none
	}

	.home_to_online a {
		width: 100%;
		display: block;
		margin: 0;
		padding: 10px;
		background-size: contain;
		background-position: 100% 50%;
		min-height: auto;
		font-size: 13px
	}

	.home_to_online .title {
		padding: 0 0 60px;
		font-size: 16px;
	}

	.home_news_box {
		display: table;
		width: 100%;
		padding: 20px 0;
		font-size: 16px
	}

	.home_news_box .title {
		display: block;
		width: 100%;
	}

	.home_news_box .news_list {
		display: block;
		width: 100%;
		font-size: 14px
	}

	.online_search {
		padding: 5px 10px;
	}

	.online_search .cart_box {
		margin: 0 0 5px;
		width: 100%;
		float: none;
	}

	.online_search .search_box {
		margin: 0;
		width: calc(100% - 80px);
	}

	.online_search .click_box {
		width: 80px;
	}

	.online_re {
		padding: 20px 0;
	}

	.online_re a {
		padding: 10px 0;
		font-size: 16px;
	}

	.online_box .bn_box {
		margin: 0 4% 10px 0;
		padding: 0;
		width: 48%;
		font-size: 14px
	}

	.online_box>.bn_box:nth-child(2n) {
		margin: 0 0 10px;
	}

	.online_box .bn_box a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		width: 100%;
		min-height: 120px;
	}

	.online_box .bn_box a img {
		max-width: 120px
	}

	.online_box .last_box a {
		padding: 10px;
	}

	.online_box .last_box a .info_box {
		padding: 10px;
		width: 100%;
		border: 2px solid #F39800;
	}

	.online_box .last_box a .info_box strong {
		display: static;
		margin: 0;
		padding: 0;
		border-bottom: none;
		font-size: 16px
	}

	.ori_info_box {
		padding: 20px 0;
		font-size: 18px;
	}

	.ori_menu_box .ori_box {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		width: 50%;
	}

	.ori_menu_box .ori_box a .ori_text {
		padding: 5px;
		font-size: 13px;
	}

	.orm_menu_box .orm_box {
		margin: 0 auto;
		padding: 0 0 20px;
		width: 100%;
		max-width: 278px;
	}

	.orm_menu_box>.orm_box:nth-child(3) {
		margin: 0 auto;
	}

	.orm_common_link {
		padding: 20px 0 10px;
	}

	.orm_common_link .link_box {
		padding: 0 0 10px;
	}

	.orm_common_link .link_box a,
	.orm_common_link .link_box_e a {
		padding: 5px 0;
		font-size: 14px;
	}

	.orm_common_link>.link_box:nth-child(1) {
		padding-right: 5px;
	}

	.orm_common_link>.link_box:nth-child(2) {
		padding-left: 5px;
	}

	.orm_common_link .link_box_e {
		margin: 0 2% 0 0;
		padding: 0 0 10px;
		width: 32%;
	}

	.orm_common_link .icon_box {
		padding: 0 0 20px;
		width: 33.33%;
	}

	.orm_info_link {
		margin: 0 0 20px;
		padding: 10px 0;
	}

	.orm_info_link .list_box {
		width: 100%;
		font-size: 16px;
	}

	.orm_info_link>.list_box:nth-child(1) {
		padding: 25px 0 10px 60px;
		margin-bottom: 10px
	}

	.orm_info_link>.list_box:nth-child(2) {
		padding: 15px 0 10px 70px;
		margin-bottom: 10px
	}

	.orm_features_box .info_box {
		margin: 0;
		padding: 0 0 10px;
		width: 100%;
	}

	.orm_features_box .info_box img {
		display: block;
		margin: 0 0 10px;
		width: 164px;
		float: left
	}

	.orm_features_box .info_box .text_orm {
		padding: 0 0 0 10px;
		width: calc(100% - 164px);
		float: left
	}

	.orm_features_box .info_box .text_orm strong {
		font-size: 14px;
		padding: 0
	}

	.orm_option_box .option_box {
		padding: 0 10px;
		width: 50%;
		font-size: 14px;
	}

	.orm_intro_box {
		font-size: 16px;
	}

	.orm_intro_box .box_l,
	.orm_intro_box .box_r {
		width: 100%;
		padding: 0 0 20px
	}

	#good_box1 .box_l,
	#good_box2 .box_l,
	#good_box1 .box_r,
	#good_box2 .box_r,
	#good_box3 .box_l,
	#good_box3 .box_r,
	#lfp_info .box_l,
	#lfp_info .box_r,
	#lfp_specifi .box_l,
	#lfp_specifi .box_r {
		width: 100%;
		padding: 0 0 20px
	}

	.orm_intro_box .box_l img,
	.orm_intro_box .box_r img {
		display: block;
		margin: 0 auto
	}

	.orm_intro_box .box_l strong,
	.orm_intro_box .box_r strong {
		padding: 0 0 10px;
		font-size: 20px;
	}

	.orm_intro_box .blue_box {
		font-size: 20px;
	}

	.orm_intro_box .add_box {
		padding: 2px 0 0 5px
	}

	.orm_intro_box a {
		margin: 0 auto
	}

	.orm_way_bn {
		padding: 0 0 20px;
	}

	.orm_box_center {
		padding: 0;
	}

	.orm_use_intro .menu_box span {
		width: 100%;
		display: block
	}

	.orm_use_intro .menu_box a {
		width: 25%;
		text-align: center;
		padding: 0;
	}

	.orm_good_box {
		padding: 10px 0;
		font-size: 16px;
	}

	.orm_good_box .good_title {
		display: block;
		width: 100%;
	}

	.orm_good_box .good_content {
		display: block;
		width: 100%;
		padding: 0 0 10px;
	}

	.orm-using_box {
		padding: 10px 0;
	}

	.orm-using_box .txt-main {
		font-size: 16px;
		display: block
	}

	.orm-using_box .txt-main .color_box {
		padding: 5px 0;
		text-align: center;
		width: 100%;
	}

	.orm-using_box .txt-main .text_title {
		padding: 5px 0;
		text-align: center;
		width: 100%;
	}

	.orm-using_box .txt-sub {
		font-size: 13px;
	}

	.orm-using_box .txt-sub .detail_text::after {
		padding: 5px 0 0 5px;
	}

	.orm-using_box .area-answer .shoki_pdf_box .pdf_box {
		display: block;
		width: 100%;
	}

	.orm_view_title {
		padding: 15px 0;
	}

	.orm_view_title .color_box {
		display: block;
		padding: 5px;
		font-size: 16px;
		text-align: center;
		width: 100%;
	}

	.orm_view_box {
		font-size: 14px;
	}

	.orm_view_box .box_l {
		padding: 10px;
		width: 100%
	}

	.orm_view_box .box_l img {
		display: block;
		margin: 0 auto
	}

	.orm_view_box .box_r {
		padding: 0;
		width: 100%
	}

	.about_top {
		padding: 0 0 20px
	}

	.about_top h2,
	.history_top h2 {
		display: block;
		width: 100%;
		border: none;
		border-bottom: 2px solid #464646;
		margin: 20px 0 10px;
		padding: 5px 0;
		background: none;
		vertical-align: middle;
		text-align: left;
		font-size: 18px
	}

	.about_top .info_text_box {
		display: block;
		width: 100%;
		font-size: 16px;
		background: url(images/about_bk02.png)no-repeat center center;
		background-size: cover;
		padding: 0
	}

	.com_list_box .title,
	.com_list_box .title.small_about {
		padding: 0;
		display: block;
		width: 100%;
		font-size: 16px
	}

	.com_list_box .info,
	.com_list_box .info.small_about {
		padding: 0 0 5px;
		display: block;
		width: 100%;
		font-size: 16px
	}

	.about_intro_text {
		max-width: 650px;
		font-size: 16px;
		margin: 0
	}

	.about_intro_tex img {
		margin: 20px auto;
	}

	.history_top .est_box {
		display: block;
		width: 100%;
		font-size: 16px;
	}

	.history_top .est_box strong,
	.history_content strong {
		font-size: 20px;
	}

	.history_top .est_box span {
		font-size: 18px;
	}

	.history_content {
		padding: 10px 0;
		font-size: 16px;
	}

	.history_content .box_l,
	.history_content .box_r {
		width: 50%
	}

	.history_content .box_l img,
	.history_content .box_r img {
		display: block;
		margin: 0 auto
	}

	#history_bk1,
	#history_bk4,
	#history_bk7 {
		background: none;
		padding: 10px 0
	}

	#history_bk4 .box_l {
		padding: 0
	}

	.licence_box {
		padding: 20px;
		font-size: 16px;
	}

	.licence_box .licence_title {
		display: block;
		width: 100%;
		padding: 0 0 10px;
		font-size: 18px;
		text-align: center
	}

	.history_content .licence_text {
		display: block;
		width: 100%;
		padding: 10px 0 0;
	}

	.map_box .text_map {
		max-width: 100%;
		font-size: 16px;
		text-align: center;
	}

	.lfp_2000e_box {
		padding: 0 0 20px;
	}

	.lfp_2000e_box .img_title {
		margin: 20px auto 10px;
	}

	.lfp_2000e_box span {
		padding: 0 0 10px;
		width: 100%;
		font-size: 14px
	}

	.lfp_2000e_box span br {
		display: none
	}

	.lfp_2000e_op_box {
		padding: 0 0 20px;
	}

	.menu_2000e_spec {
		padding: 10px 0;
	}

	.menu_2000e_spec a {
		width: 25%;
		font-size: 16px
	}

	.menu_2000e_spec .shoki_menu {
		width: 33.33%;
		font-size: 13px
	}

	.menu_2000e_spec .kii_menu {
		width: 33.33%;
		font-size: 13px
	}

	.menu_2000e_comm .menu_op {
		width: 33.33%;
		font-size: 13px
	}

	.orm_op2000e_content {
		padding: 0;
	}

	.orm_op2000e_content h2 {
		margin: 20px auto 10px;
		padding: 5px 0;
		font-size: 18px;
		text-align: center
	}

	.orm_op2000e_content .option_item {
		display: block;
		width: 100%;
		margin: 20px 0 0;
	}

	.orm_op2000e_content .option_item a strong {
		font-size: 18px;
		text-align: center
	}

	.orm_op2000e_content .option_item a img {
		max-width: 200px
	}

	.orm_op2000e_content .option_item a .name_box {
		display: block;
		font-size: 14px;
	}

	.orm_op2000e_content .option_title {
		padding: 20px 0 10px;
		font-size: 18px;
	}

	.orm_op2000e_content .op_title {
		font-size: 18px;
	}

	.orm_op2000e_content .option_title strong {
		font-size: 20px;
	}

	.orm_op2000e_content .teixin_box {
		margin: 0 0 20px;
	}

	.orm_op2000e_content .teixin_box .img_box {
		width: 100%;
	}

	.orm_op2000e_content .teixin_box .img_box img {
		display: block;
		margin: 0 auto 10px
	}

	.orm_op2000e_content .teixin_box .text_box {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	.orm_op2000e_content .teixin_box .text_box strong {
		font-size: 20px;
		padding: 0;
	}

	.orm_op2000e_content .teixin_box .text_box img {
		margin: 0 auto 10px;
	}

	.orm_op2000e_content .teixin_box .text_box i {
		padding: 0 0 0 5px;
		font-size: 16px
	}

	.orm_op2000e_content .movie_box {
		padding: 20px 0 0;
	}

	.orm_op2000e_content .movie_box .img_box {
		width: 100%;
	}

	.orm_op2000e_content .movie_box .text_box {
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: center
	}

	.orm_op2000e_content .movie_box .text_box img {
		display: block;
		margin: 0 auto 10px;
	}

	.orm_op2000e_content .movie_box .text_box strong a {
		font-size: 16px;
	}

	.cat_info {
		font-size: 14px;
	}

	.cat_view_box {
		padding: 0;
	}

	.cat_view_box .dl_box {
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
	}

	.cat_view_box .dl_box strong {
		padding: 0 0 10px;
		font-size: 16px;
		text-align: center
	}

	.cat_view_box .dl_box a>img {
		display: block;
		margin: 0 auto
	}

	.cat_view_box .dl_box .img_box {
		width: 100%;
		float: none
	}

	.cat_view_box .dl_box .list_box {
		width: 50%;
		margin: 20px auto 0;
		padding: 10px;
		float: none
	}

	.line_guide_contact {
		margin: 20px 0 0;
		font-size: 14px;
	}

	.line_guide_contact a {
		padding: 10px;
	}

	.line_guide_contact a img {
		max-width: 200px
	}

	.line_guide_contact a strong {
		font-size: 16px
	}

	.line_guide_contact span {
		padding: 10px;
		width: 100%
	}

	.delivery_info {
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 14px
	}

	.delivery_time_info {
		margin: 20px 0 0;
		font-size: 14px;
	}

	.cancel_info_box {
		font-size: 14px;
	}

	.cancel_info_box .guide_box {
		margin: 20px auto;
		padding: 10px;
		width: 100%;
	}

	.cancel_info_box .guide_box .title {
		display: block;
		width: 100%;
	}

	.cancel_info_box .guide_box .info {
		display: block;
		width: 100%
	}

	.cancel_info_box .guide_add_box {
		width: 240px;
	}

	.cancel_info_box .guide_add_box .title {
		display: block;
		width: 100%;
		font-size: 16px
	}

	.cancel_info_box .guide_add_box .tel {
		display: block;
		width: 100%
	}

	.cancel_info_box .guide_add_box .tel strong {
		font-size: 20px;
	}

	.order_info_box {
		font-size: 14px;
	}

	.order_info_box .order_box {
		margin: 20px auto 0;
		padding: 10px;
	}

	.order_info_box .order_box .l_img {
		display: block;
		width: 100%
	}

	.order_info_box .order_box .l_img img {
		max-width: 80px
	}

	.order_info_box .order_box .r_text {
		display: block;
		padding: 0;
	}

	.order_info_box .order_box .r_text span {
		font-size: 16px;
	}

	.order_info_box .order_box .r_text strong {
		font-size: 20px;
	}

	.pay_info_box {
		font-size: 14px;
	}

	.pay_info_box .pay_guide_h2 {
		margin: 20px 0 10px;
		font-size: 16px;
	}

	.pay_info_box .img_center {
		margin: 0 auto 20px;
	}

	.pay_info_box .bank_info {
		padding: 10px 0 0;
	}

	.pay_info_box .bank_info .bank_box {
		padding: 0 0 20px;
		width: 100%;
	}

	.pay_info_box .card_box .l_img {
		display: block;
		width: 100%;
	}

	.pay_info_box .card_box .r_text {
		display: block;
		width: 100%;
		padding: 0;
	}

	.point_info_box {
		font-size: 14px;
	}

	.point_info_box .title_box {
		padding: 10px 0 0 60px;
		font-size: 16px
	}

	.point_info_box .title_box strong {
		font-size: 20px;
		display: block
	}

	.point_info_box ul {
		margin: 0;
		padding: 10px 0 0 20px;
	}

	.op2000e_options .hari_menu_box {
		padding: 20px 0 0;
		width: 100%;
	}

	.op2000e_options .hari_menu_box .hari_menu {
		width: 100%;
		padding: 0 0 20px
	}

	.op2000e_options .hari_menu_box .hari_menu a {
		font-size: 16px;
	}

	.op2000e_options .title_op_sub {
		padding: 0 0 10px;
		font-size: 16px
	}

	.op2000e_options .title_op {
		font-size: 18px;
		padding: 5px 10px
	}

	.op2000e_options .text_op {
		padding: 10px 0;
		font-size: 14px;
	}

	.op2000e_options .text_op strong {
		font-size: 18px;
	}

	.op2000e_options .acu {
		max-height: 100%
	}

	.op2000e_options .acu_title {
		padding: 0 0 10px;
		font-size: 14px;
	}

	.op2000e_options .acu_title span {
		padding: 8px 20px;
		font-size: 16px;
	}

	.op2000e_options .acu_title span strong {
		font-size: 18px
	}

	.op2000e_options .hari_use {
		padding: 20px 0;
	}

	.op2000e_options .hari_use .hari_use_box {
		width: 100%;
		font-size: 14px;
	}

	.op2000e_options .hari_use .hari_arrow_box {
		padding: 10px 0;
		width: 100%;
		font-size: 20px;
	}

	.op2000e_options .img_center {
		margin: 10px auto 20px;
	}

	.op2000e_options .teishin_box .intro_l {
		width: 100%;
	}

	.op2000e_options .teishin_box .intro_r {
		width: 100%;
		font-size: 14px
	}

	.op2000e_options .teishin_box .intro_r strong {
		font-size: 18px
	}

	.op2000e_options .teishin_box .item_l {
		padding: 0;
		width: 100%;
	}

	.op2000e_options .teishin_box .item_r {
		padding: 0;
		width: 100%;
		font-size: 13px;
	}

	.op2000e_options .teishin_box .app_l,
	.op2000e_options .teishin_box .app_r {
		width: 100%;
		font-size: 14px;
	}

	.op2000e_options .teishin_box .app_l strong,
	.op2000e_options .teishin_box .app_r strong {
		font-size: 18px;
	}

	.op2000e_options .teishin_box .pa_box {
		padding: 0
	}

	.op2000e_options .teishin_box .pa_img {
		padding: 0;
	}

	.teishin_ex_title {
		margin: 0 0 20px;
		font-size: 20px
	}

	.teishin_ex_box {
		padding: 0 0 20px
	}

	.teishin_ex_box .ex_box {
		width: 100%;
		font-size: 13px;
		margin: 0 0 20px;
	}

	.teishin_ex_box .ex_box strong {
		padding: 5px 0;
		font-size: 18px;
	}

	.teishin_ex_box .ex_box .sub_title {
		font-size: 16px;
	}

	.teishin_ex_box .ex_box .h_sub_title,
	.teishin_ex_box .ex_box .h_step {
		min-height: inherit
	}

	.teishin_add_box {
		padding: 10px 0;
	}

	.teishin_add_box strong {
		font-size: 16px;
		text-align: left
	}

	.teishin_add_box strong br {
		display: none
	}

	.teishin_add_box .common {
		padding: 0 0 20px;
		font-size: 14px;
	}

	.teishin_add_box .using_box {
		padding: 5px 10px;
		font-size: 16px;
	}

	.manual_box .pdf_size {
		margin: 10px 0;
		font-size: 16px;
	}

	.kii_text_box {
		display: block;
		padding: 0 0 20px;
	}

	.kii_text_box .text_kii {
		padding: 10px;
		font-size: 13px;
		width: 100%;
		text-align: center
	}

	.kii_text_box .text_kii strong {
		font-size: 18px;
		margin: 0 auto
	}

	.kii_text_box .intro_kii {
		padding: 10px;
		margin: 0;
		font-size: 16px;
		width: 100%;
	}

	.kii_text_box .link_kii {
		width: 100%
	}

	.kii_text_box .link_kii a {
		width: 260px;
		padding: 10px;
		margin: 0 auto;
		font-size: 18px;
		text-align: center
	}

	.ems_pad_title {
		margin: 20px auto 10px;
		font-size: 18px;
	}

	.ems_pad_box {
		padding: 10px 0;
	}

	.ems_pad_box .img_title {
		margin: 0 auto;
	}

	.ems_pad_box .pad_m,
	.ems_pad_box .pad_l,
	.ems_pad_box .pad_s,
	.ems_pad_box .pad_youtube {
		padding: 10px 0;
		width: 100%;
		font-size: 16px;
	}

	.ems_pad_box .pad_bk {
		padding: 0;
	}

	.ems_pad_box .pad_bk img {
		margin: 0 auto
	}

	.kii_tape_box {
		padding: 10px 0;
	}

	.kii_tape_box .tape_box {
		width: 100%;
		font-size: 16px;
	}

	.kii_tape_box .tape_box img {
		display: block;
		margin: 0 auto
	}

	.kii_tape_box .tape_text_box {
		width: 100%;
		padding: 20px 0 0;
		font-size: 18px;
		text-align: center
	}

	.kii_tape_box .tape_text_box strong {
		margin: 0 10px 10px 0;
	}

	.pack_text {
		padding: 10px 0;
	}

	.pack_text span {
		float: none;
		padding: 0 0 20px;
		width: 100%
	}

	.pack_text img {
		float: none;
		margin: 0 auto;
	}

	.fix_link {
		padding: 20px 0 0;
	}

	.fix_link .pack_page_link,
	.fix_link .fix_page_link {
		padding: 0 0 20px;
		width: 100%
	}

	.fix_link .pack_page_link a,
	.fix_link .fix_page_link a {
		width: 240px;
		display: block;
		margin: 0 auto
	}

	.map_title {
		display: block;
		padding: 0 0 20px;
	}

	.map_title .link_box {
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff
	}

	.map_title .link_box a {
		width: 100%;
		margin: 0;
		padding: 10px 0;
		font-size: 14px
	}

	.item_map_box {
		margin: 20px 0;
	}

	.item_map_box {
		width: 100%;
		margin: 20px 0 0;
	}

	.item_map_box .map_link_sp {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 1rem
	}

	.item_map_box .map_link_sp.no_margin {
		margin: 0;
	}

	.item_map_box .map_link_sp a {
		font-size: 12px
	}

	.content_ft_top {
		grid-template-columns: 1fr;
		padding: 1rem;
		gap: 1rem;
	}

	.content_ft_top a {
		grid-template-columns: 30% 1fr;
		padding: 1rem;
	}

	.content_ft_top a .img_box {
		order: 1;
		grid-row: span 2;
	}

	.content_ft_top a .text_box {
		order: 2;
	}

	.content_ft_top a .text_bottom {
		order: 3;
	}

	.content_ft_top a:nth-child(3n) {
		margin: 0 auto 20px;
	}

	.content_ft_title {
		padding: 20px 0;
		font-size: 18px;
	}

	.content_ft_middle {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 1rem 2rem;
		gap: 1rem;
	}

	.content_ft_middle a {
		grid-template-rows: subgrid;
		grid-row: span 2;
	}

	.content_ft_bottom {
		grid-template-columns: repeat(2, 1fr);
		padding: 2rem 1rem 2rem;
		gap: 1rem;
	}

	.content_ft_horizon a {
		padding: 0 0 20px;
	}

	.home_news_video_box {
		padding: 20px 0;
		font-size: 16px
	}

	.home_news_video_box .side_movie {
		padding: 0 0 20px;
		width: 100%;
	}

	.side_news {
		padding: 0 0 2rem;
		width: 100%;
	}

	.side_news .news_list {
		font-size: 14px
	}

	.deli_company_bn {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: center;
		margin: 0;
		padding: 0;
	}

	.deli_company_bn a {
		display: block;
		width: 32%;
		margin: 0 2% 10px 0;
	}

	.deli_company_bn a:nth-child(3n) {
		margin: 0 0 10px;
	}

	.home_news_video_box .bn_box {
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
		padding: 0 0 10px;
	}

	.home_news_video_box .bn_box:nth-child(2n) {
		justify-content: center;
		-webkit-justify-content: center;
		padding: 0 0 10px;
	}

	.only_text {
		padding: 0 0 20px;
		text-align: left;
		font-size: 16px;
	}

	.only_text br {
		display: none;
	}

	.choose_box .choose_box_half a {
		width: 120px;
		padding: 15px;
	}

	.schedule_chosse_view {
		width: 100%;
	}

	.schedule_chosse_view .schedule_chosse__detail {
		width: 100%;
	}

	.schedule_chosse_view .schedule_chosse__detail+.schedule_chosse__detail {
		margin: 10px 0 0;
	}

	.schedule_note {
		padding: 20px 10px;
		font-size: 10px;
	}

	.schedule_view .schedule_detail {
		width: 100%;
		margin: 0 0 20px;
	}

	.schedule_view .schedule_detail a img {
		margin: 0 auto;
	}

	.den_item_kii_mp4,
	.den_item_kii2_mp4,
	.den_item_red_mp4,
	.den_item_padk_mp4,
	.den_item_pads_mp4 {
		width: 100%;
		background-position: center;
		background-size: 100%;
	}

	.den_item_kii_mp4 .wp-video {
		max-width: 240px
	}

	.den_item_kii2_mp4 .wp-video {
		max-width: 240px
	}

	.den_item_red_mp4 .wp-video {
		max-width: 240px
	}

	.den_item_padk_mp4 .wp-video {
		max-width: 240px
	}

	.den_item_pads_mp4 .wp-video {
		max-width: 240px
	}

	.temp_gray_box {
		padding: 20px 0;
	}

	.temp_gray_box a {
		width: 80%;
		font-size: 14px;
		margin: 0 auto;
	}

	.temp_gray_box a+a {
		margin: 10px auto 0;
	}

	.temp_order_box {
		padding: 20px 20px 0;
	}

	.temp_order_box a {
		width: 48%;
		font-size: 14px;
		margin: 0 4% 20px 0;
	}

	.temp_order_box a:nth-child(3n) {
		margin: 0 4% 20px 0;
	}

	.temp_order_box a:nth-child(2n) {
		margin: 0 0 20px;
	}

	.temp_content_box .item_area .item_detail img {
		max-height: 100%;
		max-width: 100%;
	}

	/*リニューアルここまで*/

	#memberpages .customer_form th,
	#delivery-info .customer_form th,
	#info-confirm #confirm_table th {
		display: block;
		width: 100%
	}

	#memberpages .customer_form td,
	#delivery-info .customer_form td,
	#info-confirm #confirm_table td {
		display: block;
		width: 100%
	}

	.archive_serch_box .search_box_r .search_text {
		width: 260px;
	}

	.archive_serch_box .search_box_r .search_box .search_text input[type="text"] {
		width: 250px;
	}

	#memberpages .memberdetail_line .box_l,
	#memberpages .memberdetail_line .box_r {
		width: 100%;
		float: none;
		border: 0;
	}

	.archive_serch_box .title_box,
	.archive_serch_box .search_box_r,
	#itempages .main_l,
	#itempages .main_r,
	.top_l {
		width: 100%;
		float: none;
	}

	.newmember_add_box .info .box2 input,
	.newmember_add_box .info #zipcode,
	.newmember_add_box .info #zipcode {
		width: 100px;
	}

	.archive_serch_box .title_box .link_ya {
		padding: 10px 0 0;
		margin: 0;
		height: auto;
	}

	.archive_serch_box .title_box .link_ya .zenkaku {
		padding: 0;
	}

	.archive_serch_box .title_box .link_ya .link_icon {
		display: none
	}

	.member_login_box .info,
	.newmember_add_box .info,
	.company_box .title,
	.company_box .info {
		display: block;
		width: 100%;
	}

	.member_login_box .title,
	.guide_order_fax_box .tel,
	.guide_order_fax_box .info,
	.guide_order_mail_box .tel,
	.guide_order_mail_box .info {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0 0 10px 0;
	}

	.newmember_add_box .title {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 0 10px 10px;
	}

	.archive_serch_box .search_box_r .search_box {
		width: 320px;
	}

	#inside-cart div.usccart_navi li.ucart,
	#delivery-info div.usccart_navi li.ucart,
	#info-confirm div.usccart_navi li.ucart,
	#customer-info div.usccart_navi li.ucart {
		width: 50%;
	}

	.line_archive {
		border-left: none;
	}

	.line_archive .box {
		width: 100%;
		padding: 5px;
		border-right: none;
		border-bottom: 1px dotted #ADAEB1;
		float: none;
	}

	.line_archive .slick-track {
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
		width: 100%;
	}

	.line_archive .slick-track .box {
		width: 177px;
		border-right: 1px dotted #ADAEB1;
	}

	.line_archive .box:first-child,
	.line_archive .box:nth-child(2),
	.line_archive .box:nth-child(3),
	.line_archive .box:nth-child(4),
	.line_archive .box:nth-child(5) {
		border-top: none;
	}

	.line_archive .box .photo {
		margin: 0;
		padding: 0;
		width: 28%;
		height: auto;
		float: left
	}

	.line_archive .slick-track .box .photo {
		float: none;
		margin: 0 auto;
		padding: 5px 0 10px;
		width: 100%;
		max-width: 100px;
		height: 100px;
	}

	.line_archive .box .sp_boxies {
		width: 70%;
		padding: 0;
		float: right
	}

	.line_archive .slick-track .box .sp_boxies {
		float: none;
		width: 100%;
	}

	.line_archive .box .title,
	.line_archive .box .info,
	.line_archive .box .sale {
		width: 100%;
		padding: 0;
		text-align: left;
		height: auto;
		float: none
	}

	.line_archive .slick-track .box .title {
		padding: 5px 0 0;
		height: 100px;
	}

	#sale_clearance .line_archive .box .title {
		height: auto;
	}

	#sale_clearance .line_archive .box .info {
		height: auto;
	}

	.line_archive .box .cart_in a {
		width: 50%;
		float: right
	}

	.line_archive .slick-track .box .cart_in a {
		width: 100%;
		float: none
	}

	.line_archive .box .gold,
	.line_archive .box .silver,
	.line_archive .box .blond,
	.line_archive .box .lank {
		text-align: left;
		padding: 8px 0 0 40px
	}

	#inside-cart div.usccart_navi li.ucart:nth-child(2),
	#delivery-info div.usccart_navi li.ucart:nth-child(2),
	#info-confirm div.usccart_navi li.ucart:nth-child(2),
	#customer-info div.usccart_navi li.ucart:nth-child(2) {
		border-right: 2px solid #F39800;
		border-bottom: 0
	}

	#inside-cart div.usccart_navi li.ucart:first-child,
	#delivery-info div.usccart_navi li.ucart:first-child,
	#info-confirm div.usccart_navi li.ucart:first-child,
	#customer-info div.usccart_navi li.ucart:first-child {
		border-bottom: 0
	}

	#memberpages input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		margin: 10px 0;
	}

	#inside-cart input[type="button"] {
		display: block;
		margin: 0 auto 10px;
		float: none;
		width: 200px;
	}

	#inside-cart #cart input[type="button"] {
		margin: 0;
	}

	.menu_din_zen {
		width: 100%;
		padding: 0 5px 10px;
		float: none;
	}

	.menu_din_opt {
		width: 100%;
		padding: 10px 5px;
		float: none;
	}

	.top_l .info_p .box a,
	.top_l .info_p .box01 a,
	.top_l .info_p .box02 a {
		width: 100%;
		color: #3F3A39;
		float: none;
		border-bottom: 1px solid #ADAEB1;
		border-right: none;
		padding: 10px;
		height: 120px
	}

	.top_l .info_p .box03 a {
		width: 100%;
		color: #3F3A39;
		float: none;
		border-bottom: none;
		border-right: none;
		padding: 10px;
		height: 120px
	}

	.line_guide .box {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #393636;
		float: none;
	}

	.line_guide .box:nth-last-of-type(-n+2) {
		border-bottom: 1px solid #393636;
	}

	.entry-content input[type="button"] {
		margin: 0 1% 10px;
		width: 48%;
		float: left
	}

	.archive_l_box,
	.archive_r_box {
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}

	.new_lfp_topbox {
		margin: 0 auto 20px;
		width: 320px;
		height: 181px;
		background-image: url(images/new2000e/web_newohmpulser2000e_top_sp.jpg);
	}

	.new_lfp_topbox .menu_hp a {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 55px;
		left: 16px;
		width: 87px;
		height: 63px;
	}

	.new_lfp_topbox .menu_per a {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 55px;
		left: 107px;
		width: 87px;
		height: 63px;
	}

	.new_lfp_topbox .menu_use a {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 123px;
		left: 16px;
		width: 87px;
		height: 50px;
	}

	.new_lfp_topbox .menu_ope a {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 123px;
		left: 107px;
		width: 87px;
		height: 50px;
	}

	.new_lfp_topbox .menu_you a {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 123px;
		left: 216px;
		width: 87px;
		height: 50px;
	}

	.web_on_eltop_box {
		width: 320px;
		margin: 0 auto;
		background-image: url(images/new2000e/web_on_eltop03_sp.png);
		height: 215px;
		position: relative;
	}

	.web_on_eltop_box .menu01 a {
		display: block;
		top: 145px;
		left: 62px;
		position: absolute;
		width: 78px;
		height: 60px;
	}

	.web_on_eltop_box .menu02 a {
		display: block;
		top: 145px;
		left: 177px;
		position: absolute;
		width: 78px;
		height: 60px;
	}

	.web_on_eltop_box .menu01 a:hover,
	.web_on_eltop_box .menu02 a:hover {
		background-image: none;
	}

	#cart_sp {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		padding: 0;
	}

	.new_lfp_box {
		width: 100%;
	}

	.new_lfp_box .menu_box {
		width: 50%;
		float: left
	}

	.new_lfp_box .menu_box .menu {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.new_lfp_box .menu_box .menu a {
		height: 40px;
		line-height: 40px;
		color: #FFF;
		font-size: 14px;
	}

	.new_lfp_box .cont_box {
		width: 50%;
		float: left
	}

	.new_lfp_box .menu_box .menu a .s_text {
		font-size: 10px;
	}

	.movie_l_box,
	.movie_r_box,
	.img_r_box,
	.img_l_box {
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 10px;
	}

	.img_r_box img,
	.img_l_box img {
		display: block;
		float: none;
		margin: 0 auto
	}

	.lfp_sale_box {
		width: 100%;
		padding: 20px 0 0;
		margin: 0;
	}

	.lfp_sale_box .lfp_sale_box_bn {
		width: 100%;
		padding: 0;
		max-width: 340px;
		margin: 0 auto;
		float: none
	}

	.button-roll {
		padding: 0 20px;
	}

	.button-roll a {
		width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 10px;
	}

	.new_yt_box {
		padding: 20px 20px 30px;
	}

	.new_yt_box img {
		margin: 0 auto 15px;
		max-width: 360px;
	}

	.ouen_box .ouen_view .img_box {
		display: block;
		width: 100%
	}

	.ouen_box .ouen_view .text_box {
		display: block;
		width: 100%
	}

	.favorite_box .favorite-button input[type="button"] {
		width: 100%
	}

}

/*******************************************************/
#cart {
	width: 100%;
}

.error_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
}

#cart .upbutton {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0 0 15px;
}

#cart .upbutton input[type="submit"] {
	margin: 10px 0 !important;
	padding: 5px !important;
	float: right !important;
}

#cart table {
	border: 1px solid #CCCCCC;
}

#cart table#cart_table {
	margin-bottom: 10px;
}

#cart th,
#cart td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break: break-all;
}

#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}

#cart th {
	color: #FFFFFF;
	background-color: #999999;
	white-space: nowrap;
	font-weight: normal;
	font-size: 0.9em;
}

#cart th.aright,
#cart td.aright {
	text-align: right;
	white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
	text-align: left;
}

#cart td.productname {
	text-align: left;
}

#cart input.quantity {
	width: 40px;
	text-align: center;
	font-size: 13px;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
	text-align: center;
	vartical-align: middle;
}

#cart .num {
	white-space: nowrap;
	width: 40px;
	text-align: center;
}

#cart .thumbnail {
	white-space: nowrap;
	width: 70px;
	text-align: center;
}

#cart .price,
#cart .unitprice {
	white-space: nowrap;
	width: 80px;
	text-align: right;
}

#cart .quantity {
	white-space: nowrap;
	width: 65px;
	text-align: center;
}

#cart .subtotal {
	white-space: nowrap;
	width: 100px;
	text-align: right;
}

#cart .stoc {
	white-space: nowrap;
	width: 90px;
	text-align: center;
}

#cart .action {
	white-space: nowrap;
	width: 60px;
	text-align: center;
}

#cart .action input[type="submit"] {
	margin: 0 auto !important;
	width: auto !important;
}

#cart #point_table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#cart #point_table td {
	height: 30px;
}

#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
}

#cart #point_table input.used_point {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

#cart input.delButton {
	padding: 5px 5px;
	font-weight: normal;
}

#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}

.entry-content #inside-cart .send .box_l,
.entry-content #delivery-info .send .box_l {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.entry-content #inside-cart .send .box_r,
.entry-content #delivery-info .send .box_r {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.sp_cart_box {
	display: table;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.sp_cart_box .no_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCC;
	font-weight: bold;
}

.sp_cart_box .img_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCC;
}

.sp_cart_box .name_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCC;
	vertical-align: top;
}

.sp_cart_box .item_info_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCC;
	vertical-align: top;
}

.sp_cart_box .item_info_box input.delButton {
	width: 100px;
}

.sp_cart_box .item_price_box {
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCC;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.bt_style {
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px;
}

@media handheld,
only screen and (max-width: 768px),
only screen and (max-device-width: 768px) and (orientation:portrait) {

	#cart th,
	#cart td,
	#customer-info th,
	#customer-info td,
	#delivery-info th,
	#delivery-info td {
		display: block;
		width: 100% !important;
	}

	#confirm_table th {
		width: 35% !important;
	}

	#confirm_table td {
		width: 65% !important;
	}

	#cart .num,
	#cart .thumbnail,
	#cart .price,
	#cart .unitprice,
	#cart .quantity,
	#cart .subtotal,
	#cart .stoc,
	#cart .action {
		width: 100%;
	}

	#info-confirm .send .back_to_delivery_button {
		width: 190px;
		padding: 10px 5px;
	}

	#info-confirm .send .checkout_button {
		width: 140px;
		padding: 10px 5px;
	}

	#cart .upbutton {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: center
	}

	#inside-cart #cart .upbutton input[type="submit"] {
		padding: 10px !important;
		float: none !important;
		margin: 0 auto;
		width: 100px;
	}

	.entry-content #inside-cart .send .box_l #previouscart,
	.entry-content #inside-cart .send .box_r .to_customerinfo_button {
		width: 150px;
	}

	.entry-content #delivery-info .send .box_l input[type="submit"],
	.entry-content #delivery-info .send .box_r input[type="submit"] {
		width: 150px;
	}

	#info-confirm #cart #point_table td {
		height: auto;
	}

	#cart #point_table {
		width: 100% !important;
	}

	.quant .skuquantity {
		width: 50px !important;
	}

	.skumulti td,
	.skumulti th {
		display: block;
	}

	.skumulti .zaiko,
	.skumulti .quant,
	.skumulti .unit {
		width: 33%;
		float: left;
		text-align: center
	}

	.skumulti .button {
		text-align: center
	}

	#itempages .table-wrap {
		overflow: scroll;
	}

	#itempages .pack_item_col_field {
		font-size: 12px;
	}

	.h2 {
		position: relative;
	}

	.syuuribana {
		position: absolute !important;
		top: 138px !important;
		left: 255px;
	}
}

.num {
	background-color: #F18F70;
	font-weight: bold;
	color: #FFF;
}


@media print {
	.c3 {
		display: none !important;
	}

	.c9 {
		width: 100% !important;
	}
}

/*コーディング追加*/
.h2 {
	position: relative;
}

.syuuribana {
	position: absolute;
	top: 180px;
	left: 255px;
}

.news_list div {
	border-bottom: 1px solid #6F6F6F;
}

.p_contact {
	text-align: center;
	width: 450px;
	margin: 0 0 0 230px;
}

div.multi_msg {
	line-height: 8px;
	font-size: 80%;
}
