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

/*
----------------------------------------
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 {
	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;
}*/

/*
----------------------------------------
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;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
    overflow-scrolling: touch;
}

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

a {
	color: #000;
	text-decoration: none;
}

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

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

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

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


/*
----------------------------------------
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: 16px;
	border: solid 1px #ccc;
	padding: 10px 15px !important;
	margin-right: 10px;
	text-align: left !important;
    background: #fcfcfc;
}

input[type=email],
input[type=tel],
input.l {
	width: 100%;
	margin: 0 !important;
}


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

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


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

/*.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.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: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’, YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, 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: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/*#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% - 235px );
	padding: 0 40px 40px 0;
}

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


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

#sidebar {
	width: 235px;
}

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

.search-form form {
	background: #f2f2f2;
	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: #f2f2f2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 15px !important;
}

.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: 2rem;
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 0;
	position: relative;
    letter-spacing: .03em;
}

#sidebar h2:before {
    content: '';
    background: #ca0533;
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}

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

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

#sidebar .rank-list a {
	padding: 15px 0;
	position: relative;
	transition: all .2s;
    margin-bottom: 1.5rem;
    display: block;
}

#sidebar .rank-list a::before {
	display: inline-block;
	width: 3rem;
	height: 3rem;
    background: #ca0533;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
    z-index: 2;
    font-size: 1.4rem;
}

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

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

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

#sidebar .rank-list figure {
	width: 100%;
	line-height: 1;
	margin-bottom: 1.3rem;
}

#sidebar .rank-list figure img {
    width: 100%;
    height: 156px;
}

#sidebar .rank-list .txt {
	width: 100%;
	font-size: 1.5rem;
}

#sidebar .rank-list time {
	color: #ca0533;
    font-size: 1.5rem;
    text-align: center;
	display: block;
    margin-bottom: 0.8rem;
}

.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-bottom: solid 1px #f2f2f2;
}

.menu-list li li {
	border-bottom: solid 1px #f2f2f2;
}

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

.menu-list a:hover {
	background: #fafafa url( assets/img/common/arrow-right-half-red.svg ) right 10px center / 30px 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: 40px;
	height: 40px;
	padding: 12px;
	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;
    margin-right: 1rem;
}

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

.cat-list a,
.cat-list span {
	display: inline-block;
	padding: 4px 12px;
	background: #ca0533;
	color: #fff;
	font-size: 1.6rem;
	transition: all .4s;
    border: 1px solid #ca0533;
}

.cat-list .target {
    background: #fff;
    color: #ca0533;
}

.cat-list .seminar_cat {
    background: #ca0533;
    color: #fff;
}

/*.cat-list a:hover {
	background: #fff;
    color: #ca0533;
}*/

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

.post .more {
	text-align: right;
	margin-top: 2rem;
}

.post .more a {
	display: inline-block;
	padding: 0 1rem;
	border: solid 1px #ca0533;
    border-radius: 2px;
	text-decoration: none !important;
	position: relative;
	transition: all .2s;
    color: #ca0533;
    font-size: 1.2rem;
    vertical-align: middle;
}

.post .more a .icon {
    margin-right: .5rem;
    vertical-align: middle;
}

.post .more a:hover {
	background: #ca0533;
    color: #fff;
}

/* post-header */

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

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

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

.post .post-header h1,
.post .post-header h2,
.post .post-header h3 {
	line-height: 1.4;
    font-size: 2.6rem;
    font-weight: 500;
    padding-top: 10px;
    font-weight: bold;
}

/* post-contents */

/*.post .post-contents h1,
.post .post-contents h2,
.post .post-contents h3,
.post .post-contents h4,
.post .post-contents h5,
.post .post-contents h6 {
	border-bottom: solid 1px #ccc;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}*/

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

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

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

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

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

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

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

.post .post-contents blockquote {
	/*background: #f5f5f5 url( assets/img/news/icon-quote.png ) 20px 0 / 41px no-repeat;
	padding: 30px 30px 10px 80px;
	margin-bottom: 40px;*/
	/*border-radius: 8px;*/
}

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

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

.post .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 .post-contents table td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: top;
}*/

/* post-list */

.post-list .post {
	margin-bottom: 40px;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 40px;
}

.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: 32%;
    line-height: 1.8;
}

.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-half-red.svg ) left 5px center / 30px no-repeat;
	padding: 0 1.5rem 0 4rem;
    text-decoration: underline;
}

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

.post-nav .next a {
	background: url( assets/img/common/arrow-right-half-red.svg ) right 5px center / 30px no-repeat;
	padding: 0 1.5rem 0 4rem;
    text-decoration: underline;
}

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

.post-nav .next a {
	flex-direction: row-reverse;
	padding: 0 4rem 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: 24%;
}

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

/* page-nav */

.page-nav .wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 60px;
    margin-bottom: 50px;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
	display: inline-block;
	font-size: 1.4rem;
	padding: 8px 15px;
	margin: 0 5px;
	transition: all .4s;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #fff;
}

.page-nav .wp-pagenavi a:hover {
    background: #ca0533;
    border: 1px solid #ca0533;
}

.page-nav .wp-pagenavi span.current {
    background: #262626;
}

.page-nav .wp-pagenavi a:hover,
.page-nav .wp-pagenavi span.current {
	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;
	justify-content: space-between;
}

.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-bottom: 5px;
}

.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: 1.8rem;
	color: #ccc;
	letter-spacing: 3px;
}

.star span {
	color: #D5B376;
}

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

/* staff-comment */

.staff-comment {
    margin-top: 70px;
	padding: 5px;
	background: #fafafa;
    background: url(assets/img/voice/bg-comment.png);
    position: relative;
}

.staff-comment h2 {
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1.4rem;
    max-width: 227px;
    width: 100%;
}

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

.staff-comment .flex {
	margin: 0;
	align-items: center;
    background: #fff;
    padding: 20px;
}

.staff-comment .flex > figure {
	width: 129px;
	padding: 0;
	margin: 0;
}

.staff-comment .flex > figure img {
    width: 129px;
    height: 129px;
}

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

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

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

.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 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: #fafafa;
	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
----------------------------------------
*/

#contents #faq-menu {
	padding: 30px 30px 10px;
	border: solid 1px #ccc;
	justify-content: space-between;
}

#contents #faq-menu > div {
	width: calc( ( 100% - 30px ) / 2 );
	padding: 0;
	margin-bottom: 20px;
}

#contents #faq-menu h2 {
	font-size: 1.6rem;
	background: #eee;
	padding: 10px 15px;
}

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

#faq-menu li a {
	display: block;
	padding: 6px 0 6px 4rem;
	font-size: 1.4rem;
	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 figure {
	width: 35%;
	padding-right: 30px;
	text-align: center;
}

#company .greeting-box figcaption {
	font-size: 1.4rem;
}

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

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

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

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


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

#contact #g-nav {
	position: static !important;
}

.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 {
	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;
	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:47px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

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

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

#contact .agree {
    margin-bottom: 2rem;
    position: relative;
}

#contact .form-box .agree .req-label {
    top: 20px;
    right: inherit;
    right: initial;
    left: 18.7%;
    font-weight: bold;
}

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

#contact .agree label {
	border: solid 1px #ccc !important;
	margin: 0 !important;
	font-size: 1.6rem;
	width: 360px;
	max-width: 100%;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 450px;
	max-width: 100%;
	font-size: 2rem;
	text-shadow: none;
	padding: 27px 0 27px;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .2s;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#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;
    margin-top: 2rem;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	border: solid 1px #ca0533;
	background: url(assets/img/common/bg-btn.png) no-repeat center center /cover;
	color: #fff;
	display: block;
	margin: 0 auto;
}

#contact button.mfp_element_submit,
#contact button.mfp_element_submit:hover,
#contact button#mfp_button_send:hover {
	border: solid 1px #ca0533;
    background: url(assets/img/common/bg-btn.png) no-repeat center center /cover;
}

#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"] {
	min-width: 310px;
}

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

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	background: transparent;
	padding: 15px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	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 form#mailformpro label.mfp_not_checked:hover,
#contact form#mailformpro label.mfp_checked {
	background: #eee;
}*/

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

