﻿@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 common
-----------------------------------------------------------
----------------------------------------------------------- */
body {
	color: #333;
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.12em;
	min-width: 1100px
}

a {
	color: #ff3700
}

a:hover {
	opacity: 0.8
}

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

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

input[type="submit"], input[type="button"] {
	cursor: pointer
}

input[type="submit"]:hover, input[type="button"]:hover {
	opacity: 0.8
}

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

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

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

.Fl {
	float: left
}

.Fr {
	float: right
}

.PC-none {
	display: none !important
}

.In-wrap {
	width: 1080px;
	margin-left: auto;
	margin-right: auto
}

.In-wrap02 {
	width: 920px;
	margin-left: auto;
	margin-right: auto
}

a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
	opacity: 1;
	cursor: default
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Table-basic
-----------------------------------------------------------
----------------------------------------------------------- */
.Table-basic {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc
}

.Table-basic th, .Table-basic td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 9px 20px
}

.Table-basic th {
	border-right: 1px solid #ccc;
	background: #f3f3f3;
	font-size: 16px;
	font-weight: bold
}

.Table-basic td {
	background: #fff
}

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

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

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

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

.Content-body {
	padding-left: 10px;
	padding-right: 10px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Title-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-block {
	color: #22354f;
	margin-bottom: 25px;
	line-height: 1.2;
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-size: 34px
}

.Title-block span {
	display: inline-block;
	border-bottom: 2px solid;
	padding: 0 15px 10px
}

.Title-block.MOD-side {
	margin-bottom: 10px;
	font-size: 26px
}

.Title-block.MOD-center {
	text-align: center;
	border-bottom: none
}

.Title-block.MOD-center span {
	padding: 0 25px 5px;
	margin-bottom: 0
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Title-article
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-article {
	color: #22354f;
	position: relative;
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	padding: 0 0 12px
}

.Title-article:before {
	background-color: #ff3700;
	content: "";
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 3px
}

.Title-article a {
	color: #22354f;
	text-decoration: none
}

.Title-article.MOD-small {
	font-size: 15px
}

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

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

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

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

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

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

.Btn-sub-wrap {
	text-align: right;
	padding-top: 35px;
	padding-right: 22px
}

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

.Btn-anchor {
	color: #22354f;
	border: 1px solid #ccc;
	border-left: 3px solid #ff3700;
	position: relative;
	display: block;
	text-decoration: none !important;
	line-height: 1.3;
	letter-spacing: 0;
	padding: 8px 23px 8px 8px;
	font-size: 14px;
	background: #FFF;
	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: 0;
	right: 9px;
	bottom: 0;
	margin: auto
}

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

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Edit
-----------------------------------------------------------
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
	padding-top: 20px
}

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

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

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

.Header .Header-in-wrap {
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 101;
	letter-spacing: 0.05em
}

.Header .top-wrap {
	max-width: 1600px;
	margin: 0 auto
}

.Header .left-wrap {
	float: left
}

.Header .left-wrap .Logo {
	padding: 0 0 0 10px;
	line-height: 0;
	width: 100%;
	display: table
}

.Header .left-wrap .Logo a {
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	display: table-cell;
	vertical-align: middle;
	height: 86px
}

.Header .left-wrap .Logo img {
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	width: 190px
}

.Header .right-wrap {
	float: right;
	max-width: calc(100% - 200px)
}

.Header-nav {
	text-align: center;
	display: table;
	table-layout: fixed
}

.Header-nav>ul {
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle
}

.Header-nav>ul>li {
	float: left;
	margin-left: 12px;
	line-height: 1.3
}

.Header-nav>ul>li.JS-open-nav {
	position: relative
}

.Header-nav>ul>li>a,
.Header-nav>ul>li>p {
	display: block;
	text-align: center;
	color: #1f3047;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 2px 0
}

.Header-inner-nav {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	min-width: 330px;
	padding-top: 17px;
	z-index: 11
}

.Header-inner-nav:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #1c9012 transparent
}

.Header-inner-nav ul {
	background-color: #1c9012
}

.Header-inner-nav li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.6)
}

.Header-inner-nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	color: #fff;
	padding: 12px 10px;
	font-size: 13px
}

.Header .header-contact-tel {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.3;
	width: 148px
}

.Header .header-contact-tel a {
	text-decoration: none;
	padding-left: 15px;
	position: relative;
	font-weight: bold;
	color: #1c9012;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1
}

.Header .header-contact-tel a:before {
	content: "";
	background: url(../img/icon_tel04.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px;
	height: 17px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-size: contain
}

.Header .header-contact-tel p {
	display: block;
	font-size: 10px;
	letter-spacing: 0.03em;
	margin-top: 1px
}

.Header .header-contact-btn {
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 7px 5px 5px;
	background-color: #1c9012;
	color: #fff;
	height: 86px;
	width: 100px
}

.Header .header-contact-btn img {
	width: 24px;
	display: block;
	margin: 0 auto
}

.Header .header-contact-btn span {
	-webkit-transition: font-size 0.3s;
	transition: font-size 0.3s;
	display: block;
	font-size: 13px;
	margin-top: 5px;
	line-height: 1.3
}

.Header.MOD-small .left-wrap .Logo a {
	height: 60px
}

.Header.MOD-small .left-wrap .Logo img {
	width: 140px
}

.Header.MOD-small .header-contact-btn {
	height: 60px
}

.Header.MOD-small .header-contact-btn span {
	font-size: 13px
}


@media print, screen and (min-width: 1160px) {
	.Header .left-wrap .Logo img {
		width: 210px
	}

	.Header-nav>ul>li {
		margin-left: 16px
	}

	.Header-nav>ul>li>a, .Header-nav>ul>li>p {
		font-size: 15px
	}

	.Header .header-contact-tel {
		width: 180px
	}

	.Header .header-contact-tel a {
		padding-left: 19px;
		font-size: 21px
	}

	.Header .header-contact-tel a:before {
		width: 14px;
		height: 19px
	}

	.Header .header-contact-btn {
		width: calc(70px + 4vw)
	}

	.Header .header-contact-btn img {
		width: 28px
	}

	.Header .header-contact-btn span {
		font-size: 15px
	}
}

.Content {
	position: relative;
	z-index: 10;
	padding-bottom: 30px
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
	background-image: url(../img/common/subimg-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover
}

.Page-head-title {
	text-align: center;
	line-height: 1.2;
	padding: 35px 0 33px
}

.Page-head-title .title {
	font-size: 36px;
	color: #fff;
	margin-bottom: 11px;
	display: block;
	font-weight: 900;
	line-height: 1.2
}

.Page-head-title h1, .Page-head-title .h1-text {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	letter-spacing: 0.06em;
	text-align: left
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Breadcrumbs
-----------------------------------------------------------
----------------------------------------------------------- */
.Breadcrumbs {
	position: relative;
}

.Breadcrumbs,
.Breadcrumbs a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.Breadcrumbs a:hover {
	text-decoration: underline;
}

.Breadcrumbs .wb-sitemap {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 0 20px;
}

.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;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
	float: left;
	width: 800px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
	float: right;
	width: 255px
}

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

.Footer .footer-main {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 38px 40px 27px
}

.Footer .top-content .logo {
	text-align: center;
	margin-bottom: 23px
}

.Footer .top-content .logo img {
	width: 252px
}

.Footer-nav ul {
	text-align: center
}

.Footer-nav ul>li {
	display: inline-block;
	margin: 3px 8px;
	line-height: 1.3
}

.Footer-nav ul>li>a {
	color: #22354f;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	letter-spacing: 0.1em
}

.Footer-nav ul>li>a:before {
	border-color: transparent transparent transparent #ff3700;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px
}

.Footer .bottom-content {
	margin-top: 32px;
	text-align: center
}

.Footer .bottom-content .bottom-content-title {
	font-weight: bold;
	position: relative;
	line-height: 1.3;
	margin-bottom: 17px
}

.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 .bottom-content .company-img-wrap {
	display: inline-block;
	width: 182px;
	vertical-align: top
}

.Footer .bottom-content .company-wrap {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	padding-top: 2px;
	text-align: left
}

.Footer .bottom-content .company-wrap .company-logo {
	width: 268px
}

.Footer .bottom-content .company-wrap .txt-wrap {
	margin-top: 9px;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	color: #666
}

.Footer .bottom-content .bnr-pd {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-top: 16px
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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;
	border: 1px solid;
	color: #e72711;
	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: #e72711;
	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 {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
	table-layout: fixed
}

.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 9px 20px
}

.wb-pair .wb-pair-list-table th {
	border-right: 1px solid #ccc;
	background: #f3f3f3;
	font-size: 16px;
	font-weight: bold
}

.wb-pair .wb-pair-list-table td {
	background: #fff
}

.wb-pair .wb-pair-list-table th {
	min-width: 150px;
	width: 22%
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-form
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-form .wb-form-table, .WB-form-sub .data_table {
	border-top: 1px solid #ccc;
	width: 100%
}

.wb-form .wb-form-table th, .wb-form .wb-form-table td, .WB-form-sub table .item_name, .WB-form-sub table .item_value {
	border-bottom: 1px solid #ccc
}

.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;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 0;
	background-color: #ff4a19;
	display: inline-block;
	font-weight: bold;
	text-decoration: none !important;
	padding: 15px 40px;
	border-radius: 3px;
	text-align: center;
	font-size: 21px;
	line-height: 1.3;
	color: #FFF !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;
	display: inline-block;
	vertical-align: top;
	color: #FFF !important
}

.wb-form:not(.WB-form-sub) input[type="submit"] span, .wb-form:not(.WB-form-sub) input[type="button"] span {
	position: relative;
	padding-right: 38px;
	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: 28px;
	height: 28px;
	display: block;
	background: url(../img/common/icon-btn-main.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	bottom: 0;
	margin: auto 0
}

.wb-form:not(.WB-form-sub) .wb-form-btn input {
	font-size: 23px;
	padding: 12px 0 12px 10px;
	min-width: 165px;
	letter-spacing: 10px;
	border-radius: 6px
}

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

.wb-form .wb-form-table th, .wb-form .wb-form-table td {
	padding-top: 20px;
	padding-bottom: 20px
}

.wb-form .wb-form-table th {
	padding-left: 30px;
	padding-right: 5px;
	width: 15em;
	font-size: 15px
}

.wb-form .wb-form-table td {
	padding-left: 5px;
	padding-right: 30px
}

.wb-form .wb-form-table td input[type="text"], .wb-form .wb-form-table td textarea {
	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, .wb-form .wb-form-table td .zip-wrap+a {
	display: inline-block;
	vertical-align: top
}

.wb-form .wb-form-table td .zip-wrap {
	margin: 0 12px 10px 0
}

.wb-form .wb-form-table td .zip-wrap+a {
	margin-top: 8px
}

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

.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
}

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

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

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

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

#sndDlg {
	height: 80vh !important;
	top: 10vh !important
}

#sndDlg iframe {
	height: 100% !important
}

.WB-form-sub {
	padding: 40px 30px;
	min-width: auto;
	letter-spacing: 0.03em;
	font-size: 15px
}

.WB-form-sub .Title-block span {
	color: #22354f;
	font-size: 28px
}

.WB-form-sub .WB-form-main-content {
	text-align: center
}

.WB-form-sub table .item_name, .WB-form-sub table .item_value {
	border-bottom: 1px solid #ccc;
	padding: 12px 30px;
	text-align: left
}

.WB-form-sub table .item_name {
	width: 15em;
	font-size: 15px
}

.WB-form-sub table .item_value {
	font-weight: bold
}

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

.WB-form-sub .WB-form-top-txt {
	margin-bottom: 15px
}

.WB-form-sub .WB-form-end-txt {
	background-color: #f3f3f3;
	padding: 14px 30px;
	display: inline-block
}

.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;
	padding: 9px 34px;
	border-radius: 6px;
	font-size: 20px
}

.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: 40px;
	text-align: center
}

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

.Categ-box a {
	float: left;
	width: 22.7%;
	margin: 0 1% 1%;
	vertical-align: baseline;
	color: #e72711;
	background: #fff;
	text-align: left;
	border-top: 1px solid #dbdbdb;
	border-left: 5px solid #e72711;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px 0;
	text-decoration: none !important;
	position: relative;
	display: block;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 5px 23px 5px 12px;
	font-size: 16px;
	border-radius: 2px;
	color: #777
}

.Categ-box a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #e72711 transparent transparent transparent;
	display: block;
	top: 0;
	right: 9px;
	bottom: 0;
	margin: auto
}

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


/* --------------------------------------------------------
-----------------------------------------------------------
 HTMLeditor
-----------------------------------------------------------
----------------------------------------------------------- */
.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: 10px 8px;
	border-radius: 4px;
	margin: 28px -5px 6px
}

.HTMLeditor.MOD-custom h2 {
	color: #e72711;
	font-size: 145%;
	line-height: 1.25;
	margin: 28px 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: 128%;
	padding: 8px 0 8px 7px;
	margin: 28px -3px 10px
}

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

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

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

.HTMLeditor.MOD-custom h6 {
	color: #222;
	display: block;
	font-size: 115%;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin: 28px 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 #ccc;
	padding: 5px 12px
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Conversion-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Conversion-block {
	text-align: center;
	background: url(../img/bg_cv03.jpg) no-repeat center center;
	background-size: cover;
	padding: 115px 0 0;
	position: relative;
	overflow: hidden;
	color: #FFF
}

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

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

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

.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 {
	letter-spacing: 0.05em;
	font-size: 18px
}

.Conversion-block .bottom-wrap {
	width: 505px;
	margin: 22px auto 0;
	min-height: 165px;
	position: relative
}

.Conversion-block .bottom-wrap .people01 {
	position: absolute;
	top: -15px;
	right: calc(100% + 12px)
}

.Conversion-block .bottom-wrap .people02 {
	position: absolute;
	top: -18px;
	left: calc(100% + -11px)
}

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

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

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

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

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

.Conversion-block .bottom-wrap .tel-wrap>div {
	display: table-cell;
	vertical-align: middle
}

.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 {
	padding-left: 11px;
	letter-spacing: 0;
	padding-top: 2px
}

.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: 36px;
	padding-left: 27px;
	line-height: 31px
}

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

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

.Privacy-block .privacy-wrap {
	height: 320px;
	overflow: auto;
	background: #F4f4f4;
	border: 1px solid #ddd;
	padding: 19px 25px;
	font-size: 88%;
	letter-spacing: 0.05em
}

.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: 25px
}

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

.Privacy-block .bottom-wrap li a {
	padding: 13px 40px;
	font-size: 19px
}

.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)
}


/* --------------------------------------------------------
-----------------------------------------------------------
[manual] #pd,#shopping-cart,#wb-basic-operation
-----------------------------------------------------------
----------------------------------------------------------- */
.manual h2.Title-block {
	font-size: 27px;
	margin-bottom: 30px;
	line-height: 1.3;
	border-top: 2px solid #087bb6;
	border-bottom: 2px solid #087bb6;
	text-align: center;
	color: #087bb6;
	padding: 14px 0 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
}

/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-blog-download01 .LO-categ-wrap {
	margin-bottom: 50px;
}

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

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

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

#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: 16px;
}

/*
---------------------------------------------------------
 LO-content-wrap 
--------------------------------------------------------- */
#LO-blog-download01 .dl-wrap {
	border-left: none;
	border-right: none;
	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: #444;
	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 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 12px 10px;
}

#LO-blog-download01 .dl-wrap .article+.article {
	border-top: 1px dashed #CCC;
}

#LO-blog-download01 .dl-wrap .dl-title {
	font-weight: bold;
	flex: 1;
	line-height: 1.3;
	padding: 5px 0 5px 8px;
	font-size: 18px;
	color: #444;
}

#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: 7px 12px;
	border-radius: 4px;
	font-size: 15px;
	color: #FFF;
	min-width: 200px;
	text-align: center;
}

#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;
}

/* ----------------------------------
-------------------------------------
 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: 30px;
}

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

.manual-block .categ-wrap .wb-blog .wb-blog-categ a {
	border: 1px solid #087bb6;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
	letter-spacing: 0;
	padding: 5px 12px 5px 23px;
	font-size: 15px;
	border-radius: 4px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none !important;
	position: relative;
	display: block;
}

.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: 13px;
	left: 9px;
}

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

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

.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: 20px;
	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 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}

.manual-block .manual .wb-blog-content-list .video-wrap .video {
	width: calc((100% - 40px) / 3);
}

.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;
}