@charset "utf-8";

/*======*/
/* 共通 */
/*======*/

/* PC/SP出し分け
------------------------------ */

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}

}

/* レイアウト
-----------------------------------*/

body {
	height: 100%;
}

section .contents {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px 100px;
}

.container {
	padding-top: 105px;
}

@media screen and (max-width: 600px) {

.container {
	padding-top: 55px;
}

section .contents {
	padding: 25px 27.5px 100px;
}

}

/* フォーム
-----------------------------------*/

input[type="text"],
textarea,
select,
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}


input[type="text"],
textarea {
	width: 100%;
	padding: 8px;
	border: none;
	border-radius: .25em;
	background: #EFEFEF;
	font-size: 14px;
	font-family: inherit;
}

textarea {
	height: 10em;
}

input[type="radio"] {
	vertical-align: baseline;
}

/* iOSでのデフォルトスタイルをリセット */
button[type="submit"],
button[type="button"],
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

button[type="submit"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

button[type="submit"]::focus,
button[type="button"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/* パンくず
-----------------------------------*/
.b-nv {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

.b-nv ul {
	padding: 25px 0;
	font-size: 0;
}

.b-nv li {
	display: inline-block;
	color: #666;
	/* font-size: 10px; */
	font-size: 12px;
	letter-spacing: .15em;
}

.b-nv li::after {
	content: '>';
	padding: 0 4px;
}

.b-nv li:last-child::after {
	content: '';
}

.b-nv li a {
	color: #666;
	text-decoration: none;
}

.b-nv li a:hover {
	color: #4CBAC5;
}

@media screen and (max-width: 600px) {

	.b-nv {
		width: 100% !important;
		padding: 0 22.5px;
		background: #DCDCDC;
        overflow: scroll;
        white-space: nowrap;
	}

	.b-nv ul {
		padding: 10px 0;
	}

}

/* タイトル
-----------------------------------*/

/* h2 */
.page-title {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.page-title h2 {
	padding: 57px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #FFF;
	line-height: 1;
}

.page-title h2 span {
	display: block;
	padding-bottom: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

/* h3 */
.heading01 {
	margin: 40px 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #E20012;
	line-height: 1.2;
}

/* h4 */
.heading02 {
	margin: 32px 0 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

/* h5 */
.heading03 {
}

.heading01 + .heading02,
.heading02 + .heading03 {
	margin-top: 0;
}


@media screen and (max-width: 767px) {

/* h3 */
.heading01 {
	margin: 24px 0 16px;
	font-size: 24px;
}

/* h4 */
.heading02 {
	margin: 20px 0 16px;
	font-size: 18px;
}

}


/* リンクボタン
-----------------------------------*/
.com-bt {
	position: relative;
	display: inline-block;
	line-height: 1;
	text-align: center;
	min-width: 320px;
	background: rgb(240,142,44);
	background: linear-gradient(90deg, rgba(240,142,44,1) 0%, rgba(242,112,26,1) 100%);

	padding: 22px 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.com-bt::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: solid 1px #FFF;
}

.com-bt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 7px;
	height: 11px;
	background: url(../svg/com_ic02.svg) no-repeat 50% 50%;
	transform: translate(0, -50%);
}

.com-bt.prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 7px;
	height: 11px;
	background: url(../com_ic03.html) no-repeat 50% 50%;
	transform: translate(0, -50%);
}

.com-bt:hover {
	opacity: .7;
}

button[type="submit"].com-bt,
button[type="button"].com-bt,
input[type="submit"].com-bt,
input[type="button"].com-bt {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button[type="submit"].com-bt:hover,
button[type="button"].com-bt:hover,
input[type="submit"].com-bt:hover,
input[type="button"].com-bt:hover {
	cursor: pointer;
	/*text-decoration: underline;*/
}

@media screen and (max-width: 375px) {
.com-bt {
	min-width: auto;
	width: 100%;
}


}


/*============*/
/* 共通・汎用 */
/*============*/

/* 段落
-----------------------------------*/
.psp p {
	margin-bottom: 24px;
}

.psp p:last-of-type {
	margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
	content: "";
	clear: both;
	display: block;
}

.multicolumn,
.multilist {
	overflow: hidden !important;
}

.multicolumn-left {
	float: left;
}

.multicolumn-right {
	float: right;
}

.multilist li {
	float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 { width: 1000px;}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
	margin-left: 23px;
	list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
	padding-left: 1em;
}

.list-dot li:before {
	content: "・";
	margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
	margin-left: 1.5em;
}


/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 { width: 5%;}
col.colw10 { width: 10%;}
col.colw15 { width: 15%;}
col.colw20 { width: 20%;}
col.colw25 { width: 25%;}
col.colw30 { width: 30%;}
col.colw35 { width: 35%;}
col.colw40 { width: 40%;}
col.colw45 { width: 45%;}
col.colw50 { width: 50%;}

/* テーブル */
.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table th,
.table td {
	vertical-align: top;
	font-size: 14px;
}

.table th {
	width: 25%;
	padding: 14px 16px;
	border-bottom: solid 1px #FFF;
	background-color: #FDECDE;
	color: #EE6671;
	font-weight: bold;
	text-align: center
}

.table td {
	padding: 14px 16px;
	border-bottom: solid 1px #F9E8BE;
}

@media screen and (max-width: 767px) {

.table th {
	display: block;
	width: 100% !important;
	border-bottom: none;
	padding: 4px 8px;
}

.table td {
	display: block;
	width: 100% !important;
	padding: 4px 8px 12px;
}

.table tr:not(:last-child) td {
	border-bottom: none;

}

}


/* WPページャー
-----------------------------------*/
.wp-pagenavi {
	margin-top: 80px;
	text-align: center;
}

.detail-pagenavi {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.detail-pagenavi li {
	width: 30%;
	max-width: 240px;
	display: inline-block;
	font-size: 16px;
	margin: 0 1%;
	vertical-align: bottom;
}

.detail-pagenavi .nav a {
	display: block;
	padding: 10px 16px;
	color: #333;
	text-align: center;
	line-height: 1.3;
	background-color: #FFF;
	border: 3px solid #999;
}

.detail-pagenavi .nav a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 767px) {

.wp-pagenavi {
	margin-top: 40px;
}

.detail-pagenavi {
	margin-top: 32px;
}

.detail-pagenavi li {
	width: 100%;
	max-width: none;
	display: block;
	margin: 0 0 12px;
}

}

/* 投稿記事 タイトル
-----------------------------------*/

.entry-detail .entry-header {
	padding: 40px 0 16px;
	border-top: 2px solid #999;
}

.entry-detail .entry-header .title {
	margin-top: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #999;
}

.entry-detail .entry-content {
	padding-bottom: 40px;
	color: #999;
	border-bottom: 2px solid #999;
}

@media screen and (max-width: 767px) {

.entry-detail .entry-header {
	padding: 24px 0 8px;
}

.entry-detail .entry-header .title {
	margin-top: 16px;
	font-size: 20px;
}

.entry-detail .entry-content {
	padding-bottom: 32px;
}

}

/* 投稿記事 詳細
-----------------------------------*/

.entry-detail .entry-content p {
	margin: 1em 0;
}

.entry-detail .entry-content h1 {
	font-size: 2.4em;
	border: none;
}

.entry-detail .entry-content h2 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 0;
	background: none;
	font-weight: normal;
	line-height: inherit;
}

.entry-detail .entry-content h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	border-left: none;
	font-weight: normal;
	line-height: inherit;

}

.entry-detail .entry-content h4 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
}

.entry-detail .entry-content h5 {
	font-size: 1em;
}

.entry-detail .entry-content h6 {
	font-size: 0.9em;
}

.entry-detail .entry-content h1,
.entry-detail .entry-content h2,
.entry-detail .entry-content h3,
.entry-detail .entry-content h4,
.entry-detail .entry-content h5,
.entry-detail .entry-content h6 {
	margin: 10px 0px !important;
}

.entry-detail .entry-content ul,
.entry-detail .entry-content ol {
	margin: 10px 0 15px 30px;
}

.entry-detail .entry-content ul li {
	list-style: disc;
}

.entry-detail .entry-content ul ul,
.entry-detail .entry-content ol ol,
.entry-detail .entry-content ul ol,
.entry-detail .entry-content ol ul {
	margin-bottom: 0;
}

.entry-detail .entry-content blockquote {
	font-style: italic;
	padding: 0 30px;
}

.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
	font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}
body {
	min-height: 100vh;
	position: relative;
	padding-bottom: 48px;
	box-sizing: border-box;
}
.container {
	padding-bottom: 48px;
}
.container.category, .container.contact, .container.faq, .container.faq-category, .container.faq-d, .container.index, .container.product, .container.question, .container.product-detail, .container.casestudy-detail {
	padding-bottom: 0;
}
@media screen and (max-width: 600px) {
	body {
		padding-bottom: 140px;
	}
	.container {
		padding-bottom: 0;
	}
}
footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#wpadminbar {
	position: fixed!important;
}
