﻿@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 common
-----------------------------------------------------------
----------------------------------------------------------- */
body {
	color: #333;
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.5
}

a:link, a:visited {
	color: #ff3700;
	text-decoration: underline
}

a:hover, a:active {
	text-decoration: none
}

.Fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s
}

.Kome-text {
	text-indent: -1em;
	margin-left: 1em
}

.Kome-text:before {
	content: '※'
}

.SP-none {
	display: none !important
}

.SP-img-wrap {
	text-align: center;
	display: block;
	margin-bottom: 20px
}

.Round-img>img {
	border-radius: 2px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 HTMLeditor
-----------------------------------------------------------
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
	overflow: auto
}

.HTMLeditor.MOD-custom h1 {
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 4px 1px;
	background: #e74211;
	display: block;
	font-weight: bold;
	color: #FFF;
	line-height: 1.25;
	font-size: 125%;
	padding: 7px;
	border-radius: 3px;
	margin: 22px -5px 6px
}

.HTMLeditor.MOD-custom h2 {
	color: #e72711;
	font-size: 135%;
	line-height: 1.25;
	margin: 22px 0 6px
}

.HTMLeditor.MOD-custom h3 {
	color: #222;
	border-left: 2px solid #e72711;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.25;
	font-size: 125%;
	padding: 8px 0 8px 6px;
	margin: 22px -3px 6px
}

.HTMLeditor.MOD-custom h4 {
	color: #222;
	border-bottom: 1px solid #e72711;
	display: block;
	font-weight: bold;
	line-height: 1.25;
	font-size: 116%;
	padding: 0 3px 5px;
	margin: 22px -3px 6px
}

.HTMLeditor.MOD-custom h5 {
	color: #222;
	position: relative;
	display: block;
	font-size: 112%;
	letter-spacing: 0.05em;
	line-height: 1.25;
	padding: 0 0 0 10px;
	margin: 22px 0 6px
}

.HTMLeditor.MOD-custom h5:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #e72711
}

.HTMLeditor.MOD-custom h6 {
	color: #222;
	display: block;
	font-size: 110%;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin: 22px 0 4px
}

.HTMLeditor.MOD-custom table.table01 {
	border-collapse: collapse;
	font-size: 95%;
	letter-spacing: 0.08em
}

.HTMLeditor.MOD-custom table.table01 th, .HTMLeditor.MOD-custom table.table01 td {
	border: 1px solid #bababa;
	padding: 5px 12px
}

.HTMLeditor.MOD-custom table.table01 th {
	font-weight: bold;
	background: #F4f4f4;
	font-size: 95%
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Table-basic
-----------------------------------------------------------
----------------------------------------------------------- */
.Table-basic {
	width: 100%
}

.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
	display: block
}

.Table-basic tr~tr {
	margin-top: 10px
}

.Table-basic td {
	padding: 7px 10px
}

.Table-basic th, .Table-basic td:first-child {
	background: #f5f3ed;
	color: #22354f;
	font-weight: bold;
	padding: 6px 10px 4px;
	font-size: 14px;
	border-radius: 2px;
	line-height: 1.28
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content-in-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-in-block {
	margin-bottom: 50px
}

.Content-in-block:last-child {
	margin-bottom: 0
}

.Content-body, .SP-in-wrap {
	padding-left: 10px;
	padding-right: 10px
}

.Content-article {
	margin-bottom: 35px
}

.Content-article:last-child {
	margin-bottom: 0
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Title-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-block {
	color: #22354f;
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.4;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 8px 10px;
	font-weight: 900
}

.Title-block span {
	display: inline-block;
	text-align: left
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Title-article
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-article {
	color: #22354f;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 2px
}

.Title-article a, .Title-article span {
	color: #22354f;
	text-decoration: none;
	display: inline-block;
	text-align: left
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Title-small
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-small {
	color: #ff3700;
	font-weight: bold;
	line-height: 1.28;
	margin-bottom: 4px;
	font-size: 15px;
	padding: 0 5px;
	text-align: center
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Btn
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-cv {
	background-color: #1c8f12;
	border-radius: 21px;
	font-size: 16px;
	display: block;
	font-weight: bold;
	text-decoration: none !important;
	color: #FFF !important
}

.Btn-cv span {
	padding-left: 35px;
	line-height: 1.2;
	position: relative
}

.Btn-main {
	background-color: #ff4a19;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 0;
	text-align: center;
	display: block;
	padding: 12px 17px;
	font-size: 15px;
	color: #FFF !important;
	border-radius: 2px;
	line-height: 1.28;
	font-weight: bold;
	text-decoration: none !important
}

.Btn-main span {
	position: relative;
	padding-right: 30px;
	display: inline-block
}

.Btn-main span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/common/icon-btn-main.svg);
	background-repeat: no-repeat;
	background-position: center center
}

.Btn-main.MOD-cancel {
	background-color: #696969 !important;
	color: #FFF !important
}

.Btn-sub-wrap {
	text-align: right;
	padding-top: 20px;
	padding-right: 21px
}

.Btn-sub {
	color: #22354f !important;
	text-decoration: none !important;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 0;
	background-color: #fff;
	font-weight: bold;
	display: block;
	line-height: 1.3;
	border: 1px solid;
	padding: 8px 15px;
	font-size: 15px;
	border-radius: 2px
}

.Btn-anchor {
	color: #22354f;
	border: 1px solid #ccc;
	border-left: 3px solid #ff3700;
	background-color: #FFF;
	font-size: 12px;
	border-radius: 2px;
	padding: 7px 22px 7px 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	word-break: break-all;
	text-align: left;
	font-weight: bold
}

.Btn-anchor:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #ff3700 transparent transparent transparent;
	display: block;
	top: 12px;
	right: 8px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Link
-----------------------------------------------------------
----------------------------------------------------------- */
.Link-text {
	font-size: 14px;
	font-weight: bold
}

.Link-arrow {
	position: relative;
	padding-left: 12px;
	display: inline-block
}

.Link-arrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ff3700;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Edit
-----------------------------------------------------------
----------------------------------------------------------- */
.Edit .wb-edit {
	padding-left: 10px;
	padding-right: 10px
}

.Edit.MOD-top .wb-edit {
	padding-bottom: 30px
}

.Edit.MOD-bottom .wb-edit {
	padding-top: 30px
}

.Edit .wb-edit:empty {
	display: none
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
	padding-top: 41px
}

.Header-in-wrap {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 8px 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 210
}

.Header .header-pattern02 .Logo {
	font-size: inherit
}

.Header .header-pattern02 .top-wrap {
	position: relative
}

.Header .header-pattern02 .left-wrap {
	float: left;
	padding: 4px 8px
}

.Header .header-pattern02 .left-wrap img {
	height: 33px !important;
	width: auto
}

.Header .header-pattern02 .right-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 100;
	height: 0;
	overflow: hidden;
	padding: 0
}

.Header .header-pattern02 input#sp-nav:checked~.right-wrap {
	opacity: 1;
	padding: 50px 9%;
	overflow: auto;
	height: 100%
}

.Header .header-pattern02 .right-wrap .sp-nav-top {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 18px;
	padding-left: 6px
}

.Header .header-pattern02 .right-wrap .sp-nav-top .cell {
	display: table-cell;
	vertical-align: middle
}

.Header .header-pattern02 .right-wrap .sp-nav-top .top-left {
	padding-right: 10px
}

.Header .header-pattern02 .right-wrap .sp-nav-top .top-left img {
	width: 82%;
	max-width: 315px
}

.Header .header-pattern02 .right-wrap .sp-nav-top .top-right {
	width: 30px
}

.Header .header-pattern02 .sp-btn-close {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	padding: 3px;
	z-index: 10
}

.Header .header-pattern02 .sp-btn-close .menu-icon {
	display: block
}

.Header .header-pattern02 .sp-btn-close .menu-icon span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #929292;
	display: block;
	height: 1px;
	border-radius: 100px
}

.Header .header-pattern02 .sp-btn-close .menu-icon span {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%
}

.Header .header-pattern02 .sp-btn-close .menu-icon span:first-child {
	display: block;
	transform: translateY(14px) rotate(-45deg)
}

.Header .header-pattern02 .sp-btn-close .menu-icon span:nth-child(2) {
	display: block;
	transform: translateY(14px) rotate(45deg)
}

.Header .header-pattern02 .SP-nav-btn {
	float: right;
	padding: 8px
}

.Header .header-pattern02 .SP-nav-btn a {
	display: block;
	padding: 2px
}

.Header .header-pattern02 .SP-nav-btn img {
	height: 21px !important;
	width: auto
}

.Header .header-pattern02 .Header-nav {
	position: relative
}

.Header .header-pattern02 .Header-nav>ul {
	border-top: 1px solid #ccc
}

.Header .header-pattern02 .Header-nav>ul>li {
	border-bottom: 1px solid #ccc
}

.Header .header-pattern02 .Header-nav>ul>li>a {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 31px;
	font-weight: bold;
	background-image: url(../img/icon_arrow01.svg);
	background-repeat: no-repeat;
	background-position: 17px center;
	background-size: 6px auto;
	font-size: 13px
}

.Header .header-pattern02 .Header-nav>ul>li>p {
	display: block;
	padding: 10px 10px 4px;
	text-decoration: none;
	color: #333;
	font-weight: bold
}

.Header .header-pattern02 .Header-nav .Header-inner-nav {
	padding: 0px 6px 15px
}

.Header .header-pattern02 .Header-nav .Header-inner-nav ul {
	border: 1px solid #ccc;
	border-radius: 4px
}

.Header .header-pattern02 .Header-nav .Header-inner-nav ul li+li {
	border-top: 1px solid #ccc
}

.Header .header-pattern02 .Header-nav .Header-inner-nav ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 23px;
	font-size: 13px;
	background-image: url(../img/icon_arrow01.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 6px auto
}

.Header .header-pattern02 .Header-nav .sp-bottom-close {
	text-align: center;
	padding-top: 21px;
	padding-right: 9px
}

.Header .header-pattern02 .Header-nav .sp-bottom-close label {
	display: inline-block;
	padding: 8px 15px;
	line-height: 1.3;
	font-size: 13px;
	color: #666
}

.Header .header-pattern02 .Header-nav .sp-bottom-close .menu-icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px
}

.Header .header-pattern02 .Header-nav .sp-bottom-close .menu-icon span {
	position: absolute;
	background-color: #929292;
	display: block;
	height: 1px;
	border-radius: 100px;
	top: -4px;
	right: 0;
	width: 100%
}

.Header .header-pattern02 .Header-nav .sp-bottom-close .menu-icon span:first-child {
	display: block;
	transform: translateY(14px) rotate(-45deg)
}

.Header .header-pattern02 .Header-nav .sp-bottom-close .menu-icon span:nth-child(2) {
	display: block;
	transform: translateY(14px) rotate(45deg)
}

.Header .header-pattern02 .Header-nav .sp-bottom-close .name {
	vertical-align: middle
}

.Header .header-pattern02 .header-contact-tel {
	padding: 12px 0;
	line-height: 1.3;
	text-align: center
}

.Header .header-pattern02 .header-contact-tel a {
	text-decoration: none;
	padding: 3px 0 3px 21px;
	position: relative;
	font-weight: bold;
	color: #1c9012;
	letter-spacing: 0;
	font-size: 28px;
	line-height: 1;
	display: inline-block;
	background: url(../img/icon_tel04.svg);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 17px auto
}

.Header .header-pattern02 .header-contact-tel p {
	display: block;
	font-size: 12px;
	letter-spacing: 0.03em
}

.Header .header-pattern02 .header-contact-btn {
	background-color: #1c9012;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
	padding: 9px 10px;
	border-radius: 4px;
	width: 90%
}

.Header .header-pattern02 .header-contact-btn img {
	width: 29px;
	vertical-align: middle;
	margin-right: 7px
}

.Header .header-pattern02 .header-contact-btn span {
	color: #fff;
	font-size: 15px;
	vertical-align: middle
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
	padding-bottom: 35px
}

.Main-wrap {
	padding-top: 30px
}

.Sub .Main-wrap {
	padding-top: 20px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
	margin-bottom: 50px
}

s

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Contact-wrap {
	background: #ffffff;
	background: -moz-linear-gradient(top, #fff 0%, #ffd26e 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #ffd26e 100%);
	background: linear-gradient(to bottom, #fff 0%, #ffd26e 100%);
	position: relative
}

.Contact-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-image: url(../img/common/contact-pt-bg.png);
	background-repeat: repeat;
	background-position: center center
}

.Contact-body .img-wrap {
	z-index: 1;
	position: relative;
	text-align: center
}

.Contact-body .contact-btn {
	padding-top: 10px
}

.Contact-body .contact-btn a {
	text-align: center;
	padding: 3px;
	position: relative
}

.Contact-body .contact-btn a span {
	display: block;
	border: 2px solid #fff;
	border-radius: 18px;
	font-size: 19px;
	padding: 8px 0;
	line-height: 1.4
}

.Contact-body .contact-btn .txt-wrap {
	text-align: center
}

.Contact-body .contact-btn .txt-wrap a {
	font-weight: bold
}

.Contact-body .tel-wrap {
	display: table;
	table-layout: fixed;
	margin: 0 auto
}

.Contact-body .tel-wrap .left-wrap {
	display: table-cell;
	vertical-align: middle
}

.Contact-body .tel-wrap .left-wrap p:first-child {
	color: #240f00;
	background-color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold
}

.Contact-body .tel-wrap .left-wrap p:last-child {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 18px
}

.Contact-body .tel-wrap .left-wrap p:last-child:before {
	content: "";
	background: url(../img/icon_time.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.Contact-body .tel-wrap .right-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px
}

.Contact-body .tel-wrap .right-wrap a {
	font-size: 32px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	display: block
}

.Contact-body .tel-wrap .right-wrap a:before {
	content: "";
	background: url(../img/icon_tel02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 21px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
	position: relative;
	min-height: 70px;
	margin-bottom: 15px;
}

.Page-head .head-body {
	text-align: center;
	line-height: 1.2;
	padding: 20px 8px;
	background-image: url(../img/common/subimg-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.Page-head-title .title {
	font-size: 22px;
	padding: 0 0 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	font-weight: 900
}

.Page-head-title h1, .Page-head-title .h1-text {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	letter-spacing: 0.06em;
	text-align: left;
	line-height: 1.4;
	padding: 0 5px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Breadcrumbs
-----------------------------------------------------------
----------------------------------------------------------- */
.Breadcrumbs,
.Breadcrumbs a {
	color: #ff3700;
	font-size: 10px;
	text-decoration: none;
}

.Breadcrumbs {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	display: none;
}

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

.Breadcrumbs ul:after {
	content: "";
	display: block;
	clear: both;
}

.Breadcrumbs li {
	float: left;
}

.Breadcrumbs li+li {
	margin-left: 0.5em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .Footer-in-wrap {
	background: #f9f7f5;
	text-align: center
}

.Footer .footer-main {
	padding: 35px 10% 25px
}

.Footer .bottom-content .bottom-content-title {
	font-weight: bold;
	position: relative;
	line-height: 1.3;
	margin-bottom: 17px;
	margin-left: -10px;
	width: calc(100% + 20px)
}

.Footer .bottom-content .bottom-content-title:before {
	background: #333;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	margin: auto;
	z-index: 0
}

.Footer .bottom-content .bottom-content-title span {
	background: #f9f7f5;
	padding: 0 14px;
	position: relative;
	z-index: 10;
	letter-spacing: 0.1em
}

.Footer .company-wrap {
	padding-top: 15px
}

.Footer .company-wrap .txt-wrap {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.4;
	color: #666
}

.Footer .bnr-pd {
	display: inline-block;
	margin-top: 12px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Copyright
-----------------------------------------------------------
----------------------------------------------------------- */
.Copyright {
	background: #e72711;
	background: -moz-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: -webkit-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: linear-gradient(to right, #e72711 0%, #eb8419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72711', endColorstr='#eb8419', GradientType=1);
	padding: 5px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 10px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-blog-page 
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	text-align: center;
	margin-top: 40px
}

.wb-blog-page>span, .wb-blog-page>a {
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 0;
	color: #ff3700;
	border: 1px solid;
	vertical-align: middle;
	display: inline-block;
	margin: 0 1px 4px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 34px;
	text-decoration: none;
	letter-spacing: 0
}

.wb-blog-page .wb-blog-btn-now {
	background-color: #ff3700;
	color: #FFF
}

.wb-blog-page .wb-blog-page-separator {
	display: none
}

.wb-blog-page .wb-blog-btn-next, .wb-blog-page .wb-blog-btn-prev {
	text-indent: -9999px;
	outline: none;
	background-image: url(../img/icon_arrow01.svg);
	background-repeat: no-repeat;
	background-position: 53% center;
	background-size: 8px 15px
}

.wb-blog-page .wb-blog-btn-prev {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px 0.5px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair 
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
	width: 100%
}

.wb-pair .wb-pair-list-table,
.wb-pair .wb-pair-list-table tbody,
.wb-pair .wb-pair-list-table tr,
.wb-pair .wb-pair-list-table th,
.wb-pair .wb-pair-list-table td {
	display: block
}

.wb-pair .wb-pair-list-table tr~tr {
	margin-top: 10px
}

.wb-pair .wb-pair-list-table td {
	padding: 7px 10px
}

.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td:first-child {
	background: #f5f3ed;
	color: #22354f;
	font-weight: bold;
	padding: 6px 10px 4px;
	font-size: 14px;
	border-radius: 2px;
	line-height: 1.28
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-form
-----------------------------------------------------------
----------------------------------------------------------- */
#form-content01.Form-sub-content .Title {
	color: #777 !important
}

.wb-form .wb-form-btn {
	padding-top: 20px;
	text-align: center
}

.wb-form .wb-form-btn ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.wb-form .wb-form-btn li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px
}

.wb-form:not(.WB-form-sub) input[type="submit"], .wb-form:not(.WB-form-sub) input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ff4a19;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 0;
	text-align: center;
	display: block;
	padding: 12px 17px;
	font-size: 15px;
	color: #FFF !important;
	border-radius: 2px;
	line-height: 1.28;
	font-weight: bold;
	text-decoration: none !important;
	background: #e72711;
	background: -moz-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: -webkit-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: linear-gradient(to right, #e72711 0%, #eb8419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72711', endColorstr='#eb8419', GradientType=1);
	cursor: pointer;
	border: none;
	vertical-align: middle;
	display: inline-block
}

.wb-form:not(.WB-form-sub) input[type="submit"] span, .wb-form:not(.WB-form-sub) input[type="button"] span {
	position: relative;
	padding-right: 30px;
	display: inline-block
}

.wb-form:not(.WB-form-sub) input[type="submit"] span:after, .wb-form:not(.WB-form-sub) input[type="button"] span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/common/icon-btn-main.svg);
	background-repeat: no-repeat;
	background-position: center center
}

.wb-form:not(.WB-form-sub) .wb-form-btn li input {
	font-size: 18px;
	padding: 6px 19px;
	margin: 0 auto
}

.wb-form:not(.WB-form-sub) .wb-form-table .zip-wrap input[type="button"] {
	padding: 5px 11px;
	margin-left: 4px;
	font-size: 14px
}

.wb-form .wb-form-table, .wb-form .wb-form-table tbody, .wb-form .wb-form-table tr, .wb-form .wb-form-table th, .wb-form .wb-form-table td {
	display: block
}

.wb-form .wb-form-table {
	border-top: 1px solid #ccc;
	width: 100%
}

.wb-form .wb-form-table th {
	padding: 20px 10px 5px;
	font-weight: bold;
	font-size: 14px
}

.wb-form .wb-form-table td {
	padding: 0px 10px 20px;
	border-bottom: 1px solid #ccc
}

.wb-form .wb-form-table td input[type="text"], .wb-form .wb-form-table td textarea, .wb-form .wb-form-table td select {
	width: 100%;
	padding: 4px 6px
}

.wb-form .wb-form-table td input#zip0 {
	width: auto
}

.wb-form .wb-form-table td .pref-wrap, .wb-form .wb-form-table td .city-wrap {
	display: block
}

.wb-form .wb-form-table td .zip-wrap {
	display: block;
	margin: 0 0 10px
}

.wb-form .wb-form-table td .zip-wrap+a {
	margin-top: 4px;
	margin-bottom: 15px;
	display: inline-block
}

.wb-form .wb-form-table td .zip-wrap .Attention {
	display: block;
	padding: 5px 0 0 0;
	font-size: 12px
}

.wb-form .wb-form-table td .pref-wrap {
	margin-bottom: 12px
}

.wb-form .wb-form-check, .wb-form .wb-form-radio {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0
}

.wb-form .wb-form-check label, .wb-form .wb-form-radio label {
	border: 1px solid #ccc;
	display: block;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 8px
}

.wb-form .wb-form-check input[type="checkbox"], .wb-form .wb-form-radio input[type="radio"] {
	margin-right: 4px;
	vertical-align: -2px
}

.wb-form .wb-form-table .form-err {
	border: 1px solid #ed2a3f;
	background: #FFEEEE
}

.wb-form .wb-form-table ul.form-err-msg {
	list-style: none;
	margin: 0;
	padding: 0
}

.wb-form .wb-form-table ul.form-err-msg li {
	background: #ed2a3f;
	list-style: none;
	font-weight: bold;
	margin: 4px 0;
	padding: 2px 10px;
	color: #FFFFFF;
	font-size: 12px
}

body.MOD-form-sub .Wrapper {
	display: none
}

.jqmOverlay {
	opacity: 1 !important;
	background: #FFF !important;
	z-index: 1001 !important
}

.jqmFormWindow {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
	position: relative !important;
	z-index: 1002 !important
}

.jqmFormWindow iframe {
	width: 100% !important
}

.WB-form-sub {
	padding: 35px 0
}

.WB-form-sub .Title-block span {
	color: #22354f;
	font-size: 20px;
	padding: 0 10px 3px;
	display: inline-block
}

.WB-form-sub table {
	width: 100%
}

.WB-form-sub table, .WB-form-sub table tbody, .WB-form-sub table tr, .WB-form-sub table th, .WB-form-sub table td {
	display: block
}

.WB-form-sub table tr~tr {
	margin-top: 10px
}

.WB-form-sub table td {
	padding: 7px 10px
}

.WB-form-sub table th, .WB-form-sub table td:first-child {
	background: #f5f3ed;
	color: #22354f;
	font-weight: bold;
	padding: 6px 10px 4px;
	font-size: 14px;
	border-radius: 2px;
	line-height: 1.28
}

.WB-form-sub .WB-form-top-txt {
	margin-bottom: 15px;
	text-align: center
}

.WB-form-sub .WB-form-end-txt {
	padding: 12px 15px;
	display: block;
	background-color: #f3f3f3;
	text-align: center
}

.WB-form-sub table .item_value ul {
	list-style: none;
	padding-left: 0
}

.WB-form-sub input[type="submit"], .WB-form-sub input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	padding: 6px 19px;
	margin: 0 auto
}

.WB-form-sub input[type="submit"]:not(.MOD-cancel), .WB-form-sub input[type="button"]:not(.MOD-cancel) {
	background: #e72711;
	background: -moz-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: -webkit-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: linear-gradient(to right, #e72711 0%, #eb8419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72711', endColorstr='#eb8419', GradientType=1);
	color: #FFF !important
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-wrap {
	padding-top: 30px;
	text-align: center
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Categ-box
-----------------------------------------------------------
----------------------------------------------------------- */
.Categ-box {
	margin-bottom: 30px
}

.Categ-box a {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 48.5%;
	vertical-align: baseline;
	color: #e72711;
	background: #fff;
	text-align: left;
	color: #22354f;
	border: 1px solid #ccc;
	border-left: 3px solid #ff3700;
	background-color: #FFF;
	font-size: 12px;
	border-radius: 2px;
	padding: 7px 22px 7px 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	word-break: break-all;
	text-align: left;
	font-weight: bold
}

.Categ-box a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #ff3700 transparent transparent transparent;
	display: block;
	top: 12px;
	right: 8px
}

.Categ-box .wb-blog-categ:nth-child(2n) a {
	margin-right: 0
}

.Categ-box .wb-blog-categ:nth-last-child(-n+2) a {
	margin-bottom: 0
}

.object-fit-img {
	object-fit: cover;
	object-position: center top;
	font-family: "object-fit: cover; object-position: center top;"
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Conversion-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Conversion-block {
	text-align: center;
	background: #2e822c;
	background-size: cover;
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
	color: #FFF;
	border-top: 25px solid #FFF
}

.Conversion-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 50vw 0 50vw;
	border-color: #FFF transparent transparent transparent;
	z-index: 10;
	margin-left: -50vw
}

.Conversion-block .main-title {
	color: #ffed26;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	padding: 0 10px
}

.Conversion-block .main-title span {
	display: inline-block;
	position: relative;
	padding: 0 41px
}

.Conversion-block .main-title span .icon01 {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	margin: auto 0
}

.Conversion-block .main-title span .icon02 {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto 0
}

.Conversion-block .main-text {
	font-size: 15px;
	padding: 0 10px
}

.Conversion-block .bottom-wrap {
	position: relative;
	padding: 22px 10px 25px
}

.Conversion-block .bottom-wrap .people01, .Conversion-block .bottom-wrap .people02 {
	display: none
}

.Conversion-block .bottom-wrap .btn a {
	background: #ffed26;
	color: #074c00;
	display: block;
	text-decoration: none;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.3;
	border-radius: 12px;
	padding: 20px 10px;
	letter-spacing: 0.05em
}

.Conversion-block .bottom-wrap .btn a .text {
	position: relative;
	display: inline-block;
	padding-left: 40px
}

.Conversion-block .bottom-wrap .btn a .text:before {
	position: absolute;
	content: '';
	width: 32px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	background: url(../img/icon_cv_mail.svg) no-repeat left top;
	background-size: contain
}

.Conversion-block .bottom-wrap .btn a .text span {
	padding-left: 5px;
	font-size: 75%
}

.Conversion-block .bottom-wrap .tel-wrap {
	margin: 9px auto 0;
	color: #fff
}

.Conversion-block .bottom-wrap .tel-wrap .text {
	line-height: 1.2
}

.Conversion-block .bottom-wrap .tel-wrap .text .name {
	font-size: 17px
}

.Conversion-block .bottom-wrap .tel-wrap .text .open {
	font-size: 11px;
	margin-top: 3px
}

.Conversion-block .bottom-wrap .tel-wrap .tel {
	letter-spacing: 0;
	padding-top: 5px
}

.Conversion-block .bottom-wrap .tel-wrap .tel a {
	color: #ffed26;
	font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 29px;
	padding-left: 25px;
	line-height: 25px
}

.Conversion-block .bottom-wrap .tel-wrap .tel a:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 25px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	background: url(../img/icon_cv_tel.svg) no-repeat left top;
	background-size: contain
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Privacy-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Privacy-block .section-body {
	padding-left: 10px;
	padding-right: 10px
}

.Privacy-block .attention-text {
	color: #ff3700;
	text-align: center;
	margin-bottom: 8px;
	font-size: 95%
}

.Privacy-block .privacy-wrap {
	height: 250px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #F4f4f4;
	border: 1px solid #ddd;
	padding: 10px 10px;
	font-size: 82%
}

.Privacy-block .privacy-wrap .article+.article {
	margin-top: 15px
}

.Privacy-block .privacy-wrap .article .article-title {
	font-size: 110%;
	line-height: 1.3;
	margin-bottom: 3px;
	border-bottom: 1px solid #aaa;
	padding: 0 5px 5px
}

.Privacy-block .privacy-wrap .article .article-body {
	padding: 0 5px
}

.Privacy-block .bottom-wrap {
	text-align: center;
	margin-top: 15px
}

.Privacy-block .bottom-wrap li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px
}

.Privacy-block .bottom-wrap li a:not(.MOD-cancel) {
	background: #e72711;
	background: -moz-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: -webkit-linear-gradient(left, #e72711 0%, #eb8419 100%);
	background: linear-gradient(to right, #e72711 0%, #eb8419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72711', endColorstr='#eb8419', GradientType=1)
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Sub
-----------------------------------------------------------
----------------------------------------------------------- */
.Sub .Sub-img {
	background: url(../img/bg_office.jpg) no-repeat center 50%;
	letter-spacing: 3px;
	text-align: center;
	display: block;
	background-size: 100%;
	width: 100%;
	height: 60px;
	display: table;
}

.Sub .Sub-img .sub-title {
	padding: 11px 0 9px 0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Global-menu
-----------------------------------------------------------
----------------------------------------------------------- */
.Global-menu {
	background: url(../img/bg_inquiry_anchor.png) repeat;
	width: 100%;
}

.Global-menu .In-wrap {
	padding: 0 !important;
}

.Global-menu ul {
	width: 100%;
	padding: 0;
}

.Global-menu ul li {
	list-style-type: none;
	width: 50%;
	float: left;
}

.Global-menu ul li:nth-of-type(n+4) {
	border-top: 1px solid #FFF;
}

.Global-menu ul li:last-child a {
	border-right: none;
}

.Global-menu ul li a {
	color: #fff;
	background-color: #0179b8;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFF;
	display: inline-block;
	padding: 6px 0;
	width: 100%;
	text-align: center;
}

/* ----------------------------------
    -------------------------------------
    manual-block
    -------------------------------------
    ------------------------------------- */

/* ----------------------------------
    categ-wrap
    ------------------------------------- */
.manual-block .categ-wrap .wb-blog {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.manual-block .categ-wrap .wb-blog .wb-blog-categ {
	width: calc((100% - 10px) / 2);
}

.manual-block .categ-wrap .wb-blog .wb-blog-categ a {
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
	border: 1px solid #087bb6;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 11px;
	padding: 7px 10px 7px 22px;
}

.manual-block .categ-wrap .wb-blog .wb-blog-categ a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #087bb6 transparent transparent transparent;
	display: block;
	top: 12px;
	left: 8px;
}

/* ----------------------------------
    manual
    ------------------------------------- */
.manual-block .manual {
	padding: 0 10px;
}

.manual-block .manual .wb-blog-content-list+.wb-blog-content-list {
	margin-top: 30px;
}

.manual-block .manual .wb-blog-content-list .wb-blog-categ {
	margin-bottom: 15px;
}

.manual-block .manual .wb-blog-content-list .wb-blog-categ .wb-blog-categ-title {
	display: block;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 6px 10px 3px;
	line-height: 1.3;
	border-left: 2px solid #087bb6;
	letter-spacing: 0.1em;
}

.manual-block .manual .wb-blog-content-list .video-wrap {
	padding: 0 5px;
}

.manual-block .manual .wb-blog-content-list .video-wrap .video+.video {
	margin-top: 20px;
}

.manual-block .manual .wb-blog-content-list .video-wrap .video video {
	width: 100%;
}

.manual-block .manual .wb-blog-content-list .video-wrap .video .video-title {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.manual-block .manual .wb-blog-content-list .video-wrap .video .video-detail {
	font-size: 14px;
	padding: 0 5px;
	margin-top: 5px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
[manual] #pd,#shopping-cart,#wb-basic-operation
-----------------------------------------------------------
----------------------------------------------------------- */
.manual .Content {
	padding-top: 25px;
	padding-bottom: 45px;
}

.manual h2.Title-block {
	font-size: 20px;
	margin-bottom: 18px;
	line-height: 1.3;
	border-top: 2px solid #087bb6;
	border-bottom: 2px solid #087bb6;
	text-align: center;
	color: #087bb6;
	padding: 9px 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
}

/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-blog-download01 .LO-categ-wrap {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}

#LO-blog-download01 .LO-categ-wrap .wb-blog {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#LO-blog-download01 .LO-categ-wrap .wb-blog:after {
	content: "";
	display: block;

}

#LO-blog-download01 .LO-categ-wrap .wb-blog-categ {
	width: calc((100% - 11px) / 2);
}

#LO-blog-download01 .LO-categ-wrap .wb-blog-categ a {
	color: #087bb6;
	border: 2px solid;
	display: inline-block;
	text-decoration: none !important;
	background: none;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 4px;
	display: block;
	padding: 6px 15px 5px;
	font-size: 14px;
}

/*
---------------------------------------------------------
  LO-content-wrap 
--------------------------------------------------------- */
#LO-blog-download01 .LO-content-wrap {
	padding: 0 10px;
}

#LO-blog-download01 .dl-wrap {
	list-style: none;
	padding: 0;
}

#LO-blog-download01 .dl-wrap .wb-blog-content-list+.wb-blog-content-list {
	margin-top: 40px;
}

#LO-blog-download01 .dl-wrap .wb-blog-categ {
	margin-bottom: 10px;
}

#LO-blog-download01 .dl-wrap .wb-blog-categ .wb-blog-categ-title {
	display: block;
	color: #333 !important;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 6px 10px 6px;
	line-height: 1.3;
	border-left: 3px solid #087bb6;
	letter-spacing: 0.1em;
}

#LO-blog-download01 .dl-wrap .article {
	margin-bottom: 30px;
}

#LO-blog-download01 .dl-wrap .article:last-child {
	margin-bottom: 0;
}

#LO-blog-download01 .dl-wrap .dl-title {
	margin-bottom: 8px;
	color: #444;
	display: block;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 10px 3px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	background-color: #efefef;
}

#LO-blog-download01 .dl-wrap .dl-title a:link {
	color: #333;
	text-decoration: none;
}

#LO-blog-download01 .dl-wrap .dl-list {
	margin-top: 12px;
}

#LO-blog-download01 .dl-wrap .dl-list a {
	background-color: #087bb6;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3;
	padding: 9px 12px;
	border-radius: 4px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

#LO-blog-download01 .dl-wrap .dl-list a span {
	display: inline-block;
	background: url(/texstylusdtf/img/btn-img.svg) no-repeat left center;
	background-size: 15px auto;
	padding-left: 20px;
}