/*
Theme Name: THETA
Author: minoru kubota
Version: 1.12
*/

/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*
----------------------------------------
common
----------------------------------------
*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.pc-none, .sp {
	display: none;
}

/* clearfix */

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

/* scrollbar */

::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}


/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 2;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	text-align: center;
	position: relative;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
	font-feature-settings: 'palt';
}

body * {
	box-sizing: border-box;
}

a {
	color: #000;
	text-decoration: none;
	transition: all .2s;
}

ul, ol {
	list-style: none;
	margin: 0;
}

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

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

/* linkcard */

.post .lkc-external-wrap,
.post .lkc-internal-wrap,
.post .lkc-this-wrap {
	max-width: 100%;
	background: transparent;
	border: none;
}

.post .lkc-external-wrap a,
.post .lkc-internal-wrap a,
.post .lkc-this-wrap a {
	display: block;
	border: solid 1px #ccc;
	padding: 10px 50px 10px 10px;
}

.post .lkc-info {
	display: none !important;
}

.post .lkc-internal-wrap a {
	background: url( assets/img/common/icon-link.svg ) right 26px center / 8px no-repeat;
}

.post .lkc-internal-wrap a:hover {
	background: #fafafa url( assets/img/common/icon-link.svg ) right 20px center / 8px no-repeat;
}

.post .lkc-external-wrap a {
	background: url( assets/img/common/icon-link-external.svg ) right 20px center / 20px no-repeat;
}

.post .lkc-external-wrap a:hover {
	background: #fafafa url( assets/img/common/icon-link-external.svg ) right 20px center / 20px no-repeat;
}

.post .linkcard {
	margin: 0 0 20px;
}

.post .lkc-card {
	margin: 0;
}

.post .lkc-content {
	height: 100px;
	margin: 0;
}

.post .lkc-thumbnail {
	width: 100px;
	max-width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 15px 0 0;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.post .lkc-thumbnail-img {
	width: auto;
	max-width: 100px;
	max-height: initial;
}

.post .lkc-url {
	display: inline-block;
	margin: 5px 0;
	color: #999;
}

.post .lkc-excerpt {
	display: block !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post .lkc-title-text:hover {
	text-decoration: none;
}


/*
----------------------------------------
form
----------------------------------------
*/

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	border: solid 1px #ccc;
	padding: 10px 15px !important;
	margin-right: 10px;
	text-align: left !important;
}

input.l {
	width: 100%;
	margin: 0 !important;
}

textarea {
	margin: 0 !important;
	width: 100% !important;
	height: 20rem !important;
}

select {
	padding: 10px 35px 10px 15px !important;
	background: url( assets/img/common/arrow-select.svg ) right 10px center / 10px no-repeat !important;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}

.radio label,
.checkbox label {
	display: inline-block;
	padding: 2px 0 2px 28px;
	line-height: 1.6;
	cursor: pointer;
	position: relative;
}

.radio label::before,
.checkbox label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: solid 2px #ddd;
	position: absolute;
	top: 4px;
	left: 0;
}

.radio label::before {
	border-radius: 50%;
}

.checkbox label::before {
	border-radius: 5px;
}

.radio label::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	position: absolute;
	left: 6px;
	top: 10px;
	opacity: 0;
	transition: all .2s;
}

.radio input[type=radio]:checked + label::after,
.radio input[type=radio]:checked + input[type=hidden] + label::after {
	opacity: 1;
}

.checkbox label::after {
	content: '';
	width: 4px;
	height: 8px;
	border-right: solid 3px #777;
	border-bottom: solid 3px #777;
	position: absolute;
	left: 6px;
	top: 7px;
	opacity: 0;
	transform: rotate( 45deg );
	transition: all .2s;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
	opacity: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #ccc;
	font-size: 1.6rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#ccc;
}

::placeholder{ /* Others */
	color:#ccc
}


/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

/* column */

.flex.col-02 > * {
	width: calc( ( 100% - 20px ) / 2 );
}

.flex.col-02 > *:nth-child( odd ) {
	margin-right: 20px;
}

.flex.col-02.reverce > *:nth-child( odd ) {
	margin: 0 0 0 20px;
}

.flex.col-03 > * {
	width: calc( ( 100% - 40px ) / 3 );
	margin-right: 20px;
}

.flex.col-03.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-03 > *:nth-child( 3n ) {
	margin: 0 !important;
}

.flex.col-04 > * {
	width: calc( ( 100% - 60px ) / 4 );
	margin-right: 20px;
}

.flex.col-04.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-04 > *:nth-child( 4n ) {
	margin: 0 !important;
}


/*
----------------------------------------
font
----------------------------------------
*/

.en {
	font-family: 'Roboto', sans-serif;
}

.gothic {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.mincho {
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
	font-weight: normal;
}


/*
----------------------------------------
h1-h6
----------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.6;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
	margin-bottom: 15px;
}

.contents h1 {
	font-size: 2.8rem;
}

.contents h2 {
	font-size: 2.6rem;
}

.contents h3 {
	font-size: 2.4rem;
}

.contents h4 {
	font-size: 2.2rem;
}

.contents h5 {
	font-size: 2rem;
}

.contents h6 {
	font-size: 1.8rem;
}

.contents .heading-01,
.contents .heading-02,
.contents .heading-03 {
	margin-bottom: 20px;
}

/* heading-01 */

.contents .heading-01 {
	border-left: solid 5px #000;
	padding-left: 15px;
}

/* heading-02 */

.contents .heading-02 {
	color: #fff;
	background: -moz-linear-gradient( rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, 1 ) );
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, 1 ) ) );
	padding: 10px 15px;
}

/* heading-03 */

.contents .heading-03 {
	padding: 10px 0;
	border-bottom: solid 1px #000;
}

/* header-01 */

.header-01 {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
	letter-spacing: .5rem;
}

.header-01 .en {
	font-size: 3.6rem;
}

.header-01 h2 {
	font-size: 1.8rem;
}


/*
----------------------------------------
bottun
----------------------------------------
*/

.btn-01 a,
.btn-02 a,
.btn-03 a {
	text-decoration: none;
	transition: all .2s;
}

.btn-01 a {
	display: inline-block;
	letter-spacing: 3px;
	padding: 15px 40px 15px 30px;
	border: solid 1px #000;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
}

.btn-01 a:hover {
	color: #fff;
	background: #000 url( assets/img/common/arrow-right-wh.svg ) right 10px center / 8px no-repeat;
}

.btn-02 a {
	display: inline-block;
	padding: 10px 20px;
	line-height: 1.5;
	border: solid 1px #ccc;
	position: relative;
}

.btn-02 a:hover {
	background: #eee;
}

.btn-03 a {
	display: inline-block;
	padding: 5px 30px 5px 10px;
	margin: 10px 0;
	background: url( assets/img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
	border-bottom: solid 2px #000;
	position: relative;
	transition: all .2s;
}

.btn-03 a:hover {
	background: url( assets/img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
}

.back-btn a {
	display: inline-block;
	letter-spacing: 3px;
	padding: 15px 30px 15px 40px;
	border: solid 1px #000;
	background: url( assets/img/common/arrow-left.svg ) 15px center / 8px no-repeat;
	transition: all .2s;
}

.back-btn a:hover {
	color: #fff;
	background: #000 url( assets/img/common/arrow-left-wh.svg ) 10px center / 8px no-repeat;
}

.back-btn a:hover:after {
	right: 10px;
}


/*
----------------------------------------
table
----------------------------------------
*/

table caption {
	caption-side: bottom;
	padding-top: 15px;
	font-size: 1.3rem;
}

/* table-01 */

.table-01 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 0 30px;
}

.table-01 thead th,
.table-01 thead td {
	color: #fff;
	background: #000;
	text-align: center;
}

.table-01 th {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #f9f9f9;
	font-weight: normal;
	vertical-align: top;
}

.table-01 td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: top;
}

/* table-02 */

.table-02 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	margin: 30px 0;
}

.table-02 th {
	padding: 20px 10px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}

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


/*
----------------------------------------
list
----------------------------------------
*/

ul.list {
	list-style: disc;
	margin-left: 20px;
}

ol.list {
	list-style: decimal;
	margin-left: 20px;
}


/*
----------------------------------------
dl
----------------------------------------
*/

.dl-01 {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
}

.dl-01 dt {
	width: 20%;
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: center;
	background: #222;
	color: #fff;
	margin-bottom: 10px;
}

.dl-01 dd {
	width: 77%;
	margin-bottom: 10px;
	line-height: 2rem;
}

.faq-01 dt {
	font-size: 2rem;
	line-height: 1.6;
	padding: 30px 0 15px 5rem;
	border-top: solid 1px #ccc;
	position: relative;
}

/* faq */

.faq-01 dd {
	padding: 15px 0 30px 5rem;
	position: relative;
}

.faq-01 dt:before,
.faq-01 dd:before {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 3.5rem;
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	left: 0;
}

.faq-01 dt:before {
	content: 'Q';
	color: #fff;
	background: #000;
	top: 28px;
}

.faq-01 dd:before {
	content: 'A';
	background: #ddd;
	top: 12px;
}


/*
----------------------------------------
map
----------------------------------------
*/

.map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

#sp-btn {
	display: none;
}

#overlay {
	display: none;
}


/*
----------------------------------------
header
----------------------------------------
*/

#wrapper > header h1 {
	background: #eee;
}

#wrapper > header h1 .wrap {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

#wrapper > header h1 .wrap {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	padding: 0 15px;
	font-size: 1.2rem;
}

#wrapper > header .wrap {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
}

#wrapper > header .identity {
	margin-right: 20px;
	max-width: 240px;
	line-height: .5;
}

#wrapper > header .h-cont {
	margin-right: auto;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
}

#wrapper > header .h-tel {
	margin-left: 20px;
	max-width: 240px;
	line-height: .5;
}


/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav {
	background: #fff;
	z-index: 999999;
	padding: 0 10px;
}

#g-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

#g-nav > ul.wrap {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	padding: 0;
}

#g-nav > ul > li {
	flex-grow: 1;
	position: relative;
}

#g-nav > ul > li > a {
	display: block;
	padding: 15px 5px;
	transition: all .2s;
}

#g-nav > ul > li:hover > a {
	background: #eee;
}

#g-nav li ul a:hover {
	background: #000;
	color: #fff;
}

/* sub-menu */

#g-nav li ul {
	min-width: 100%;
	position: absolute;
	top: 90%;
	left: 0;
	background: #f7f7f7;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
	transition: all .2s;
}

#g-nav li:last-child ul {
	right: 0;
	left: auto;
}

#g-nav li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

#g-nav li ul li {
	border-top: solid 1px #ccc;
}

#g-nav li ul a {
	display: block;
	padding: 15px 20px;
	text-align: left;
	white-space: nowrap;
	transition: all .2s;
}


/*
----------------------------------------
contents
----------------------------------------
*/

#contents {
	text-align: left;
	margin-top: 30px;
	padding-bottom: 60px;
	overflow: hidden;
}

#main-contents {
	width: calc( 100% - 300px );
	padding: 0 40px 0 0;
}

#head-contents {
	margin: 20px 0;
	text-align: left;
}


/*
----------------------------------------
sidebar
----------------------------------------
*/

#sidebar {
	width: 300px;
}

#sidebar > .search-form {
	margin: 0 0 40px 0;
	position: relative;
}

.search-form form {
	background: #eee;
	position: relative;
}

.search-form input[type='text'] {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	font-size: 1.8rem;
	line-height: 2rem;
	border: none;
	background: #f5f5f5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form button {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 40px;
	height: 100%;
	background: url( assets/img/common/icon-search.svg ) center center / 16px no-repeat;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

#sidebar .back-link {
	margin-bottom: 40px;
}

#sidebar .back-link a {
	display: block;
	padding: 15px;
	font-size: 1.6rem;
	text-align: center;
	background: url( assets/img/common/arrow-left.svg ) 15px center / 8px no-repeat;
	border: solid 1px #ccc;
	transition: all .2s;
}

#sidebar .back-link a:hover {
	background: #000 url( assets/img/common/arrow-left-wh.svg ) 10px center / 8px no-repeat;
	color: #fff;
}

#sidebar .bnr {
	margin-bottom: 40px;
}

#sidebar .bnr figure {
	line-height: 1.4;
	margin-bottom: 15px;
}

#sidebar .bnr figure a {
	display: block;
}

#sidebar .bnr figcaption {
	text-align: left;
	font-size: 1.4rem;
}

#sidebar > div {
	margin-bottom: 15px;
}

#sidebar h2 {
	font-size: 1.6rem;
	border-bottom: solid 2px #000;
	padding-bottom: 5px;
	margin-bottom: 0;
	position: relative;
}

#sidebar h2 .en {
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	bottom: 5px;
}

#sidebar .rank-list {
	margin: 5px 0 40px;
}

#sidebar .rank-list a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding: 20px 0 10px 15px;
	border-bottom: solid 1px #ccc;
	position: relative;
	transition: all .2s;
}

#sidebar .rank-list a::before {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
}

#sidebar .rank-list a:first-child::before {
	content: '1';
	background: #D9B036;
}

#sidebar .rank-list a:nth-child(2)::before {
	content: '2';
	background: #B6B9BF;
}

#sidebar .rank-list a:nth-child(3)::before {
	content: '3';
	background: #CC8033;
}

#sidebar .rank-list figure {
	width: 25%;
	line-height: 1;
	margin-bottom: 0;
}

#sidebar .rank-list .txt {
	width: 75%;
	padding-left: 15px;
	font-size: 1.2rem;
}

#sidebar .rank-list time {
	color: #777;
	vertical-align: middle;
}

.views-count {
	display: inline-block;
	padding: 0 1rem;
	margin-left: 5px;
	background: #eee;
	font-size: 1.4rem;
	line-height: 2.4rem;
	border-radius: 1.2rem;
}

#sidebar .rank-list .ttl {
	font-size: 1.4rem;
	line-height: 1.6;
}

.menu-list > ul {
	margin-bottom: 40px;
}

.menu-list > ul > li {
	border-top: solid 1px #ccc;
}

.menu-list li li {
	border-top: solid 1px #ccc;
}

.menu-list a {
	display: block;
	padding: 10px 35px 10px 10px;
	line-height: 1.6;
	position: relative;
	transition: all .2s;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	transition: all .2s;
}

.menu-list a:hover {
	background: #fafafa url( assets/img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
}

.menu-list li li a:before {
	content: '-';
	margin-right: 10px;
}

.menu-list.box-menu {
	border: solid 1px #ccc;
	padding: 15px;
}

.menu-list.box-menu ul {
	margin-bottom: 0;
}


/*
----------------------------------------
footer
----------------------------------------
*/

.bottom-contents{
	border-top: solid 1px #ccc;
	padding: 30px 20px;
}

footer {
	background: #fafafa;
}

footer .wrap {
	text-align: left;
	padding: 30px 20px;
}

footer .store-info {
	width: 300px;
	padding-right: 20px;
}

footer .store-info h2 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 4px #000;
}

footer .store-info .sns {
	margin: 10px 0 0;
}

footer .store-info .sns li {
	margin-right: 10px;
}

footer #bottom-nav {
	width: calc( 100% - 300px );
}

footer #bottom-nav h2 {
	font-size: 1.8rem;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

footer #bottom-nav .bottom-menu {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ccc;
	justify-content: flex-start;
	font-size: 1.4rem;
}

footer #bottom-nav .bottom-menu > li {
	padding: 0;
	margin-right: 30px;
}

footer #bottom-nav .bottom-menu > li > a {
	padding-left: 1rem;
	position: relative;
	background: url( assets/img/common/arrow-right.svg ) left 5px / 6px no-repeat;
}

footer #bottom-nav li li a {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 1rem;
	text-decoration: underline;
}

footer #bottom-nav .sub-menu {
	margin-bottom: 1.4rem;
}

.copyright {
	background: #333;
	color: #fff;
	padding: 5px 15px;
}

.copyright small {
	font-size: 1.4rem;
}

.copyright a {
	color: #fff;
}

#bottom-fix {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	right: 20px;
	bottom: 50px;
}

#bottom-fix .tel,
#bottom-fix .mail {
	display: none;
}

#bottom-fix .mail a,
#page-top a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 16px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 16px;
	transition: all .4s;
}

#bottom-fix .mail a {
	font-size: 2rem;
	background: #777;
}

#bottom-fix .mail a:hover {
	background: #999;
}

#page-top a:hover {
	background: #555;
}


/*
----------------------------------------
blog
----------------------------------------
*/

#ez-toc-container {
	background: #f5f5f5;
	padding: 3rem 3rem 1.5rem;
	margin-bottom: 40px;
}

#ez-toc-container .ez-toc-title {
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	background: url( assets/img/common/icon-table-of-contents.svg ) left center / 20px no-repeat;
	padding-left: 3.2rem;
}

#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list ul {
	margin-bottom: 0;
}

#ez-toc-container .ez-toc-list li {
	list-style: none;
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item;
    margin: 0 0 2rem 2rem;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	content: counters( item, '.') '. ';
	counter-increment: item;
	color: #999;
}

#ez-toc-container a {
	text-decoration: none;
}

.new span {
	display: inline-block;
	padding: 2px 12px;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 10px 5px 0;
}

.cat-list {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.cat-list li {
	margin: 0 5px 0 0;
	line-height: 1.2;
}

.cat-list a {
	display: inline-block;
	padding: 4px 12px;
	background: #bbb;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 4px;
	transition: all .4s;
}

.cat-list a:hover {
	background: #000;
}

.post-header .views-count {
	margin-bottom: 5px;
}

.post-contents .more {
	text-align: right;
	margin-bottom: 0;
}

.post .more a {
	display: inline-block;
	padding: 5px 30px 5px 10px;
	background: url( assets/img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
	border-bottom: solid 2px #000;
	text-decoration: none !important;
	position: relative;
	transition: all .2s;
}

.post .more a:hover {
	background: url( assets/img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
}

/* post-header */

.post .post-header {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 20px 0 15px;
	margin-bottom: 30px;
}

.post .post-header > .flex {
	margin-bottom: 5px;
	align-items: center;
}

.post .post-header > .flex > * {
	padding: 0;
}

.post .post-header h1,
.post .post-header h2 {
	line-height: 1.4;
	margin-bottom: 5px;
}

/* post-contents */

.post-contents h1,
.post-contents h2,
.post-contents h3,
.post-contents h4,
.post-contents h5,
.post-contents h6 {
	margin-bottom: 20px;
}

.post-contents a {
	text-decoration: underline;
}

.post-contents strong {
	font-weight: bold;
}

.post-contents hr {
	margin: 40px 0;
}

.post-contents p {
	margin-bottom: 40px;
	clear: both;
}

.post-contents p:before,
.post-contents p:after {
	display: table;
	content: '';
}
.post-contents p:after {
	clear: both;
}

.post-contents img.alignleft {
	float: left;
	margin: 0 2rem 1rem 0;
}

.post-contents img.alignright {
	float: right;
	margin: 0 0 1rem 2rem;
}

.post-contents img.aligncenter {
	display: block;
	margin: 0 auto;
}

.post-contents ul,
.post-contents ol {
	margin-bottom: 40px;
	margin-left: 20px;
	clear: both;
}

.post-contents ul {
	list-style: disc;
}

.post-contents ol {
	list-style: decimal;
}

.post-contents blockquote {
	background: #f5f5f5 url( assets/img/common/icon-quote.svg ) 20px 20px / 40px no-repeat;
	padding: 30px 30px 10px 80px;
	margin-bottom: 40px;
	border-radius: 8px;
	clear: both;
}

.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol {
	margin-bottom: 20px;
}

.post-contents table {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 0 40px;
	clear: both;
}

.post-contents table th {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #f9f9f9;
	font-weight: normal;
	vertical-align: top;
}

.post-contents table td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: top;
}

.post-contents iframe {
	max-width: 100%;
	max-height: 56vw;
}

/* post-list */

.post-list .post {
	margin-bottom: 60px;
}

.post-list .post-contents figure {
	width: 40%;
	padding: 0;
}

.post-list .post-contents .txt {
	width: 60%;
	padding: 0 0 0 20px;
}

.search-msg {
	background: #fafafa;
	padding: 10px 20px;
	margin: 30px 0;
}

/* post-nav */

.post-nav {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0;
}

.post-nav .prev,
.post-nav .next {
	width: 40%;
}

.post-nav a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
	transition: all .2s;
}

.post-nav .prev a {
	background: url( assets/img/common/arrow-left.svg ) left 5px center / 14px no-repeat;
	padding: 0 1.5rem 0 3rem;
}

.post-nav .prev a:hover {
	background: url( assets/img/common/arrow-left.svg ) left 0 center / 14px no-repeat;
}

.post-nav .next a {
	background: url( assets/img/common/arrow-right.svg ) right 5px center / 14px no-repeat;
	padding: 0 1.5rem 0 3rem;
}

.post-nav .next a:hover {
	background: url( assets/img/common/arrow-right.svg ) right 0 center / 14px no-repeat;
}

.post-nav .next a {
	flex-direction: row-reverse;
	padding: 0 3rem 0 1.5rem;
}

.post-nav img {
	width: 60px;
	line-height: 1;
}

.post-nav .prev img {
	margin: 0 10px 0 0;
}

.post-nav .next img {
	margin: 0 0 0 10px;
}

.post-nav .back-link {
	width: 20%;
}

.post-nav .back-link a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	border: solid 1px #ccc;
	transition: all .2s;
}

.post-nav .back-link a:hover {
	background: #000;
	color: #fff;
}

/* pagination */

.pagination {
	text-align: center;
	margin-top: 80px;
}

.pagination ul {
	justify-content: center;
}

.pagination a,
.pagination span {
	font-size: 1.4rem;
	padding: 12px 15px;
	margin: 0 5px;
	transition: all .4s;
	background: #eee;
}

.pagination .prev,
.pagination .next {
	background: transparent;
}

.pagination a:hover,
.pagination span.current {
	background: #000;
	color: #fff;
}

/* author */

.author-box {
	border: solid 1px #ccc;
	margin: 60px 0;
}

.author-box h3 {
	font-size: 1.8rem;
	letter-spacing: 4px;
	text-align: center;
	padding: 10px;
	margin: 0;
	background: #f5f5f5;
	border-bottom: solid 1px #ccc;
}

.author-box > .flex {
	margin-bottom: 0;
	padding: 20px;
	border-top: dashed 1px #ccc;
}

.author-box > .flex:first-of-type {
	border-top: none;
}

.author-box .flex > figure {
	width: 30%;
	padding: 0;
	margin: 0;
	line-height: .5;
}

.author-box .flex > .txt {
	width: 100%;
}

.author-box .flex > figure + .txt {
	width: 70%;
	padding: 0 0 0 20px;
}

.author-box .flex > .txt > .flex {
	padding: 0;
	flex-direction: column;
	min-height: 100%;
}

.author-box .flex > .txt > .flex > * {
	padding: 0;
}

.author-box .flex > .txt > .flex .info {
	margin-bottom: 10px;
}

.author-box h4 {
	font-size: 2rem;
	margin-bottom: 10px;
}

.author-box .btn-set {
	margin: auto 0 0;
}

.author-box .btn-set > .flex {
	align-items: center;
}

.author-box .sns {
	padding: 0;
	line-height: .5;
}

.author-box .sns .flex > * {
	padding: 0;
	margin-right: 10px;
}

.author-box .more-link {
	padding: 0;
	margin-left: auto;
}

.author-box .more-link a {
	display: inline-block;
	padding: 5px 35px 5px 15px;
	border: solid 1px #ccc;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	transition: all .2s;
}

.author-box .more-link a:hover {
	color: #fff;
	background: #000 url( assets/img/common/arrow-right-wh.svg ) right 10px center / 8px no-repeat;
}

/* relation-post */

.relation-post {
	padding: 0;
}

.relation-post h2 {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 4px;
	padding: 5px;
	margin-bottom: 20px;
}

.relation-post .flex {
	padding: 0;
	margin-bottom: 0;
}

.relation-post .flex .post {
	padding: 0;
	width: calc( 33.3333% - 15px );
}

.relation-post .flex figure img {
	width: 100%;
	max-height: 160px;
}

.relation-post .flex h3 {
	font-size: 1.8rem;
	margin: 5px 0;
}

.relation-post ul.cat-list li {
	margin: 0 5px 5px 0;
}

.relation-post ul.cat-list a {
	font-size: 1.1rem;
}


/*
----------------------------------------
voice
----------------------------------------
*/

#voice .user,
#voice .star {
	display: inline-block;
	margin-bottom: 10px;
}

#voice .user {
	font-size: 1.6rem;
	margin-right: 1rem;
}

.star {
	font-size: 2rem;
	color: #ccc;
	letter-spacing: 3px;
}

.star span {
	color: #D5B376;
}

#voice .faq-list {
	margin: 40px 0 20px;
}

/* staff-comment */

.staff-comment {
	padding: 20px 30px 30px;
	background: #fafafa;
}

.staff-comment h2 {
	text-align: center;
}

.staff-comment .flex {
	justify-content: space-between;
}

.staff-comment .flex {
	margin: 0;
	align-items: center;
}

.staff-comment .flex > figure {
	width: 30%;
	padding: 0;
	margin: 0;
}

.staff-comment .comment {
	border: solid 1px #ccc;
	background: #fff;
	padding: 20px;
}

.staff-comment figure + .comment {
	width: calc( 70% - 30px );
	min-height: 10rem;
	position: relative;
}

.staff-comment figure + .comment::before,
.staff-comment figure + .comment::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( -100%, -50% );
}

.staff-comment figure + .comment::before {
	border: solid 15px transparent;
	border-right: solid 15px #ccc;
}

.staff-comment figure + .comment::after {
	border: solid 13px transparent;
	border-right: solid 13px #fff;
}

.staff-comment h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

/* archive */

#voice .post-archive .user {
	font-size: 1.4rem;
}

#voice .post-archive .star {
	font-size: 1.8rem;
}

#voice .post-archive p {
	margin-bottom: 0;
}


/*
----------------------------------------
slider
----------------------------------------
*/

.slider {
	margin: 40px 0 90px 0;
	text-align: center;
}

.slider .slick-slide figure {
	text-align: center;
}

.slider .slick-slide img {
	display: inline-block;
}

.slider.thumb-slider {
	margin: 0;
}

.slider.thumb-slider + .thumb {
	margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
	padding: 0 5px;
}

.slider.slick-dotted.slick-slider {
	margin: 0 0 80px 0;
}

.slider .slick-dots {
	bottom: -40px;
	margin: 0;
}

.slider .slick-prev,
.slider .slick-next {
	width: 40px;
	height: 40px;
	padding: 0;
}

.slider .slick-prev {
	left: 0;
	z-index: 999;
}

.slider .slick-next {
	right: 0;
	z-index: 999;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 40px;
	opacity: 1;
}

.slider .slick-prev:before {
	background: #000 url( assets/img/common/arrow-left-wh.svg) center center / 12px no-repeat;
}

.slider .slick-next:before {
	background: #000 url( assets/img/common/arrow-right-wh.svg) center center / 12px no-repeat;
}


/*
----------------------------------------
page-ttl
----------------------------------------
*/

#page-ttl {
	background: #eee;
	padding: 80px 20px;
}

#page-ttl .box {
	display: inline-block;
	background: rgba( 255,255,255,.9 );
	padding: 20px 40px;
	line-height: 1.4;
}

#page-ttl .box h1,
#page-ttl .box h2 {
	font-size: 3rem;
	font-weight: normal;
}

#page-ttl .box h2.en {
	font-size: 4rem;
}

#page-ttl .box p {
	font-size: 1.4rem;
}

#page-ttl .box p.en {
	font-size: 2rem;
}


/*
----------------------------------------
page-contents
----------------------------------------
*/

.page-contents section {
	margin-bottom: 30px;
}

.page-contents h2 {
	margin-bottom: 30px;
	border-left: solid 5px #000;
	padding-left: 15px;
}

.page-contents p,
.page-contents figure {
	margin-bottom: 30px;
}

.page-contents .flex.img-right {
	flex-direction: row-reverse;
}

.page-contents .flex figure {
	width: 40%;
	padding: 0;
}

.page-contents .flex figure + p {
	width: 60%;
}

.page-contents .img-left figure + p {
	padding: 0 0 0 25px;
}

.page-contents .img-right figure + p {
	padding: 0 25px 0 0;
}


/*
----------------------------------------
topic-path
----------------------------------------
*/

.topic-path {
	padding: 10px 0;
	margin-bottom: 20px;
	background: #f5f5f5;
	font-size: 1.2rem;
}

.topic-path .wrap {
	text-align: left;
}

.topic-path a {
	padding-right: 16px;
	background: url( assets/img/common/arrow-right.svg ) right center / 6px no-repeat;
	margin-right: 8px;
}


/*
----------------------------------------
home
----------------------------------------
*/

#home #contents {
	margin-top: 0;
}

#home .mainimg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

#home .contents section {
	margin-bottom: 80px;
}

/* news-box */

#home .news-box {
	padding: 0 10px;
}

#home .news-list {
	border-bottom: solid 1px #ccc;
}

#home .news-list a.flex {
	margin-bottom: 0;
	border-top: solid 1px #ccc;
	padding: 20px 4rem 20px 0;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	transition: all .2s;
}

#home .news-list a.flex:hover {
	background: #fafafa url( assets/img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
}

#home .news-list .flex .date {
	width: 20rem;
	padding: 0;
	text-align: center;
}

#home .news-list .flex .ttl {
	width: calc( 100% - 20rem );
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#home .cont-box h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#home .btn-01 {
	margin-top: 40px;
}

#home .btn-02.en {
	margin-top: 30px;
}

/* voice-box / blog-box */

#home .voice-box .post,
#home .blog-box .post {
	padding: 10px;
	text-align: left;
}

#home .voice-box .user {
	font-size: 1.4rem;
}

#home .voice-box .star {
	font-size: 1.6rem;
}

#home .voice-box h3,
#home .blog-box h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}


/*
----------------------------------------
faq
----------------------------------------
*/


#faq-menu h2 {
	font-size: 1.8rem;
	background: #eee url( assets/img/common/icon-plus.svg ) right 20px center / 16px no-repeat;
	padding: 15px 55px 15px 20px;
	cursor: pointer;
}

#faq-menu h2.open {
	background: #eee url( assets/img/common/icon-minus.svg ) right 20px center / 16px no-repeat;
}

#faq-menu ul {
	display: none;
	padding-bottom: 2rem;
}

#faq-menu li {
	margin-bottom: 10px;
}

#faq-menu li a {
	display: block;
	padding: 6px 0 6px 4rem;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
}

#faq-menu li a:before {
	content: 'Q';
	display: inline-block;
	color: #fff;
	background: #000;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 3rem;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 3px;
	left: 0;
}

#faq-list {
	margin: 60px 0;
}

#faq-list h2 {
	font-size: 2rem;
	border-left: solid 5px #777;
	padding: 5px 5px 5px 15px;
	margin-bottom: 20px;
}

#faq-list .faq-01 {
	margin-bottom: 40px;
}


/*
----------------------------------------
staff
----------------------------------------
*/

.staff-list .staff {
	border: solid 1px #ccc;
	padding: 30px;
	margin-bottom: 30px;
}

.staff-list .name {
	font-size: 2.4rem;
	border-left: solid 4px #000;
	padding-left: 15px;
	margin-bottom: 20px;
}

.staff-list .name .sub {
	font-size: 1.6rem;
	margin-left: 10px;
}

.staff-list .staff figure {
	width: 25%;
	padding: 0;
	margin-bottom: 0;
}

.staff-list .staff figure + .txt {
	width: 75%;
	padding: 0 0 0 20px;
}

.staff-list .staff .txt h3 {
	font-size: 1.8rem;
}

.staff-list .staff:nth-child(even) .flex {
	flex-direction: row-reverse;
}

.staff-list .staff:nth-child(even) .flex figure + .txt {
	padding: 0 20px 0 0;
}


/*
----------------------------------------
company
----------------------------------------
*/

#company .contents section {
	margin-bottom: 80px;
}

#company .philosophy-box .cont figure,
#company .philosophy-box .cont p {
	margin-bottom: 20px;
}

#company .greeting-box .flex {
	align-items: center;
}

#company .greeting-box figure {
	width: 35%;
	padding-right: 40px;
	text-align: center;
}

#company .greeting-box figure + .txt {
	width: 65%;
}

#company .greeting-box .sign {
	text-align: right;
	font-size: 1.4rem;
}

#company .greeting-box .sign .name {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 2rem;
	margin-left: 10px;
}

#company .greeting-box .txt p {
	margin-top: 20px;
}

#company .contents table th {
	width: 25%;
	text-align: center;
}


/*
----------------------------------------
contact
----------------------------------------
*/

.contact-info {
	margin-bottom: 80px;
}

.contact-info .flex {
	justify-content: space-between;
}

.contact-info .cont {
	width: calc( ( 100% - 30px ) / 2 );
	border: solid 1px #ccc;
	padding: 30px;
}

.contact-info .tel .label {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 0 10px;
}

.contact-info .tel a {
	display: inline-block;
	font-size: 3.6rem;
	white-space: nowrap;
	margin: 0 10px;
	vertical-align: middle;
}

.contact-info .line {
	margin-top: 15px;
}

.contact-info .line img {
	max-width: 160px;
}

.contact-info .thanks-img {
	text-align: center;
	margin-bottom: 30px;
}

.contact-info .read {
	text-align: center;
	margin-bottom: 40px;
}

.contact-info .read a {
	text-decoration: underline;
}

.contact-info .back-btn {
	text-align: center;
	margin-top: 40px;
}

.accbox.notice {
	width: 100%;
	margin: 40px 0;
	align-items: center;
	background: #fafafa;
}

.accbox.notice ul {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}

.accbox.notice li {
	margin: 5px 0;
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 15px;
    background :#fafafa;
    cursor :default;
    transition: all 0.5s;
    width: 25%;
	text-align: center;
}

.accbox label:hover {
    background: #fafafa;
}

.accbox input {
    display: none;
}

.accbox .accshow {
	background: #fafafa;
    padding: 15px 15px 15px 0;
    line-height: 1.6;
    overflow: hidden;
    transition: 0.8s;
    width: 75%;
}

.form-step {
	width: 100%;
	margin-bottom: 30px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.form-step > p {
	width: 33.3333%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px !important;
	background: #fafafa;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.form-step > p::before {
	content: '';
	border: solid 25px transparent;
	position: absolute;
	top: -1px;
	left: 1px;
	border-left: solid 20px #ddd;
}

.form-step > p::after {
	content: '';
	border: solid 25px transparent;
	position: absolute;
	top: -1px;
	left: 0;
	border-left: solid 20px #fafafa;
}

#mailformpro .step-01,
#mfp_phase_confirm .step-02 {
	background: #555;
	color: #fff;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

.form-step > p.step-01::before,
.form-step > p.step-01::after {
	display: none;
}

#mailformpro .step-01 + p::before,
#mfp_phase_confirm .step-02 + p::before {
	display: none;
}

#mailformpro .step-01 + p::after,
#mfp_phase_confirm .step-02 + p::after {
	border-left: solid 20px #555;
}

.form-box div#mfp_warning {
	text-align: center;
	line-height: 1.8;
	color: #a00;
	background: transparent;
	border-radius: 0;
	border: solid 1px #a00;
	padding: 15px;
	margin-bottom: 30px;
}

.form-box div#mfp_warning a {
	color: #a00;
	text-decoration: underline;
}

.form-box {
	padding: 0;
}

#contact form#mailformpro {
	padding: 0;
}

#contact form#mailformpro > dl {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#contact form#mailformpro dl dt {
	width: 25%;
	padding: 20px 70px 20px 20px;
	border: none;
	background: #fafafa;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
}

#contact .req-label {
	display: inline-block;
	background: #a00;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 5px;
}

#contact dl .req-label {
	position: absolute;
	right: 20px;
	top: 25px;
}

#contact form#mailformpro dl dd {
	width: 75%;
	padding: 15px 44px 15px 20px;
	border: none;
	font-size: 1.6rem;
	position: relative;
}

#contact form#mailformpro dl dd::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url( assets/img/common/icon-check.svg ) center center / 24px no-repeat;
	position: absolute;
	right: 0;
	top:24px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#contact form#mailformpro dl dd.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact form#mailformpro dl dd .inline {
	padding: 6px 0;
}

#contact dd .flex > .ttl {
	width: 25%;
	padding: 13px 0;
}

#contact dd .flex > .input {
	width: 75%;
	padding: 5px 0;
}

#contact dd .flex.inline span {
	padding: 0 20px 0 0;
}

.pp-box {
	max-height: 200px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 30px;
	margin: 40px 0;
	-webkit-overflow-scrolling: touch;
}

.pp-box h2 {
	text-align: center;
	margin-bottom: 25px;
}

.pp-box h3 {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.pp-box .address-box p {
	display: inline-block;
	background: #fafafa;
	margin-top: 20px;
	padding: 20px 30px;
}

.submit-box {
	text-align: center;
}

.submit-box .agree {
	text-align: center;
}

.submit-box .agree .req-label {
	margin-right: 1rem;
	transform: translateY( -1px );
}

.submit-box .agree div.mfp_err {
	text-align: center;
}

#contact .agree label {
	margin: 0 !important;
	font-size: 1.6rem;
}

#contact .agree label .req-label {
	margin-right: .5rem;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 360px;
	max-width: 100%;
	font-size: 1.6rem;
	text-shadow: none;
	padding: 20px 0 15px;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_reset,
#contact button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	text-shadow: none;
	padding: 10px 20px;
	border-radius: 0;
	border: solid 1px #000;
	background: #fff;
	color: #000;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	border: solid 1px #000;
	background: #000;
	color: #fff;
	display: block;
	margin: 30px auto;
}

#contact button.mfp_element_submit,
#contact button.mfp_element_submit:hover,
#contact button#mfp_button_send:hover {
	border: solid 1px #333;
	background: #333;
}

#contact button.mfp_element_submit.disable,
#contact button.mfp_element_submit.disable:hover {
	border: solid 1px #777;
	background: #777;
}

#contact button.mfp_element_reset:hover,
#contact button#mfp_button_cancel:hover {
	background: #ddd;
}

#contact .mfp_element_all {
	max-width: 100%;
}

.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=tel],
.form-box input[type=url] {
	width: 320px;
}

#contact .mfp_element_text,
#contact .mfp_element_number,
#contact .mfp_element_select-one,
#contact .mfp_element_email,
#contact .mfp_element_tel,
#contact .mfp_element_textarea,
#contact .mfp_element_date,
#contact .mfp_element_password {
	box-shadow: none;
	border: solid 1px #ccc;
	border-radius: 0;
	background: transparent;
	margin: 0;
}

#contact .mfp_element_text.req,
#contact .mfp_element_number.req,
#contact .mfp_element_select-one.req,
#contact .mfp_element_email.req,
#contact .mfp_element_tel.req,
#contact .mfp_element_textarea.req,
#contact .mfp_element_date.req,
#contact .mfp_element_password.req {
	background: #fffeee;
}

#contact form#mailformpro label {
	margin: 0;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	background: transparent;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all .2s;
}


#contact form#mailformpro label.mfp_not_checked .mfp_err,
#contact form#mailformpro label.mfp_checked .mfp_err {
	text-align: center;
}

#contact .name.flex > span {
	padding: 0;
	margin-right: 15px;
}

#contact .problem {
	border: solid 1px #a00 !important;
}

#contact div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.2rem;
	color: #a00;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 3rem;
	padding: 0;
}

#contact .mfp_confirm_before {
	text-align: center;
}

#contact table#mfp_confirm_table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0 45px;
}

#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 15px;
	border: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact table#mfp_confirm_table tr th {
	background: #fafafa;
}

#contact table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

#contact div.mfp_buttons {
	padding: 0;
}

#contact .remaining {
	position: fixed;
	right: 20px;
	bottom: 110px;
	display: inline-block;
	background: #fff;
	border: solid 1px #a00;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#contact .remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#contact .remaining .read {
	padding: 10px 20px;
}

#contact .remaining .num {
	background: #a00;
	color: #fff;
	padding: 5px 20px;
}


/*
----------------------------------------
sitemap
----------------------------------------
*/

.sitemap section {
	margin-bottom: 40px;
}

.sitemap .search-form {
	max-width: 1000px;
	margin: 20px auto 60px;
}

.sitemap .search-form input[type='text'] {
	padding: 15px !important;
}

.sitemap h2 {
	margin-bottom: 30px;
	border-left: solid 5px #000;
	padding-left: 15px;
}

.sitemap .flex {
	justify-content: space-between;
	margin-bottom: 0;
}

.sitemap .flex > * {
	width: calc( ( 100% - 30px ) / 2 );
}

.sitemap .menu-list > ul {
	border-bottom: solid 1px #ccc;
}


/*
----------------------------------------
404
----------------------------------------
*/

#not-found .info-box {
	text-align: center;
	margin-bottom: 40px;
}


/*
----------------------------------------
search
----------------------------------------
*/

#search .post-list {
	border-top: solid 1px #ccc;
}

#search .post {
	border-bottom: solid 1px #ccc;
	margin-bottom: 0;
}

#search .post a.flex {
	padding: 20px 50px 20px 20px;
	margin: 0;
	align-items: center;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 16px no-repeat;
	transition: all .2s;
}

#search .post a.flex:hover {
	background: #fafafa url( assets/img/common/arrow-right.svg ) right 10px center / 16px no-repeat;
}

#search .post figure {
	width: 170px;
	padding-right: 20px;
}

#search .post .flex > .thumb + .txt {
	width: calc( 100% - 170px );
}


/*
----------------------------------------
news
----------------------------------------
*/

#news .news-list {
	background: #fafafa;
	padding: 30px 30px 40px;
}

#news .news-list .box {
	background: #fff;
	padding: 0 0 30px;
	border: solid 1px #ccc;
}

#news .news-list .box a {
	display: block;
	line-height: 1.6;
	padding: 0 30px;
}

#news .news-list .box a:hover {
	background: #fafafa;
}

#news .news-list .box a .flex {
	align-items: center;
	flex-wrap: nowrap;
	padding: 30px 0;
	white-space: nowrap;
	border-bottom: dashed 1px #999;
}

#news .news-list .box a time {
	margin-right: 10px;
	min-width: 9rem;
}

#news .news-list .box .cat {
	display: inline-block;
	min-width: 6rem;
	text-align: center;
	margin-right: 10px;
	padding: 2px 10px;
	font-size: 1.4rem;
	color: #999;
	border: solid 1px #999;
	border-radius: 3px;
	transition: all .4s;
}

#news .news-list .box .new span {
	font-size: 1.4rem;
	margin: 0 20px 0 0;
}

#news .news-list .box .ttl {
	font-size: 1.8rem;
	padding-bottom: 2px;
	border-bottom: solid 1px #222;
	margin-right: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news .news-list .box .more {
	margin-left: auto;
	padding-right: 20px;
	background: url( assets/img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
	transition: all .2s;
}

#news .news-list .box a:hover .more {
	background: url( assets/img/common/arrow-right.svg ) right center / 8px no-repeat;
}

#news .news-list .box .more span {
	text-decoration: underline;
}

#news .cat-select .wrap {
	text-align: center;
	padding: 20px 0 30px;
}

#news .cat-select select {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 40px 15px 20px !important;
	font-size: 1.8rem;
}

#news .pagination {
	margin-top: 40px;
}

