/*
----------------------------------------
1000
----------------------------------------
*/

/**/

/*
----------------------------------------
750
----------------------------------------
*/

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

	.pc-none {
		display: block;
	}

	.sp-none {
		display: block;
	}

	/* form */

	input[type=text],
	input[type=search],
	input[type=tel],
	input[type=tel],
	input[type=url],
	input[type=email],
	input[type=password],
	input[type=date],
	textarea, select {
		width: 100%;
		margin: 5px 0;
		min-width: 0;
	}

	input[type=email],
	input[type=tel],
	input.l {
		margin: 5px 0;
	}

	textarea {
		margin: 5px 0 !important;
	}

	body {
		font-size: 1.3rem;
	}

	.wrap {
		padding: 0;
	}

	/* header */

	/*#wrapper > header .identity img {
		max-height: 30px;
	}

	#wrapper > header .nav-wrap > .wrap {
		height: 40px;
		padding: 0 5px 0 15px;
	}

	#wrapper > header .h-cont,
	#wrapper > header .h-tel {
		display: none;
	}

	#sp-btn {
		width: 40px;
	}

	#sp-btn > div {
		width: 40px;
		height: 40px;
	}

	#sp-btn span:nth-of-type(2) {
		top: 19px;
	}

	#sp-btn span:nth-of-type(3) {
		top: 26px;
	}

	header.active #sp-btn span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}

	header.active #sp-btn span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}*/

	/*#g-nav, #g-nav.fixed {
		padding: 60px 0 40px;
	}

	.nav-wrap.fixed #g-nav {
		padding: 40px 0;
	}

	header.active #sp-btn > div {
		top: 20px;
		right: 5px;
	}

	header.active .fixed #sp-btn > div {
		top: 0;
	}

	header.active #g-nav {
		left: 20vw;
	}

	#g-nav > ul > li > a {
		font-size: 1.4rem;
	}*/

	/* page-ttl */

	#page-ttl {
		padding: 30px 15px;
	}

	#page-ttl .box {
		padding: 15px 30px;
	}

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

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

	/* topic-path */

	.topic-path {
		padding: 5px 15px;
		margin-bottom: 0;
		font-size: 1.2rem;
	}

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

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

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

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

	.contents h4,
	.contents h5,
	.contents h6 {
		font-size: 1.5rem;
	}

	.contents .heading-001,
	.contents .heading-02,
	.contents .heading-03 {
		margin-bottom: 15px;
	}

	.contents .heading-001 {
		border-left: solid 4px #000;
		padding-left: 10px;
	}*/

	.search-msg {
		margin: 15px 0;
	}

	/* layout */

	#contents {
		display: block;
		margin-top: 0;
		padding-bottom: 0;
	}

    #contents > .wrap.flex {
        margin-bottom: 0;
    }

	#main-contents {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	#main-contents section {
		margin-bottom: 15px;
	}

	#sidebar {
		width: 100%;
		background: #fafafa;
		padding: 0;
		box-sizing: border-box;
	}

	#sidebar > div {
		margin: 0;
	}

	#sidebar > .search-form {
		padding: 15px;
		margin: 0;
		border-bottom: solid 1px #ccc;
	}

	#sidebar h2 {
		background: #eee;
		border: none;
		padding: 10px 15px;
		border-bottom: solid 1px #ccc;
	}

	#sidebar h2 .en {
		right: 15px;
		bottom: 10px;
	}

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

    #sidebar .rank-list:last-child a {
        margin-bottom: 0;
    }

	#sidebar .rank-list a {
        display: -ms-flexbox;
        display: flex;
		padding: 15px;
        border-bottom: solid 1px #ccc;
	}

	#sidebar .rank-list figure {
		width: 95px;
		line-height: .8;
		margin: 0;
        text-align: left;
	}

    #sidebar .rank-list figure img {
        width: 80px;
        height: 80px;
    }

	#sidebar .rank-list .txt {
		width: calc( 100% - 95px );
        padding-left: 0;
	}

	#sidebar .rank-list a::before {
		top: 15px;
		left: 15px;
		/*transform: translate( -25%, -25% );*/
	}

    #sidebar .rank-list time {
        text-align: left;
    }

	.menu-list > ul {
		margin: 0;
	}

	.menu-list a {
		padding: 15px;
	}

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

	#sidebar .bnr {
		padding: 15px;
		margin: 0;
	}

	#sidebar .bnr figcaption {
		font-size: 1.2rem;
	}

	.menu-list.box-menu {
		display: none;
	}

	footer {
		background: #eee;
	}

	footer .wrap {
		padding: 0;
	}

	footer .store-info {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	footer .store-info .sns {
		line-height: 1.2;
	}

	footer .footer-contents.flex {
		flex-direction: column-reverse;
		margin: 0;
	}

	footer .store-img {
		max-width: 100%;
		padding-bottom: 0;
	}

	footer #bottom-nav {
		width: 100%;
		padding: 0;
	}

	footer #bottom-nav h2 {
		padding: 5px 15px;
		margin: 0;
		border: none;
		text-align: center;
		font-size: 1.4rem;
		background: #555;
		color: #fff;
	}

	footer #bottom-nav .bottom-menu {
		flex-direction: column;
		background: #fff;
		margin: 0;
		padding: 0;
		border: none;
	}

	footer #bottom-nav .bottom-menu > li {
		width: 100%;
		margin: 0;
		border-bottom: solid 1px #ccc;
	}

	footer #bottom-nav .bottom-menu > li > a {
		display: block;
		padding: 15px 30px 15px 15px;
		background: url( ../img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	}

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

	footer #bottom-nav .sub-menu li {
		border-top: solid 1px #ccc;
	}

	footer #bottom-nav .sub-menu a {
		margin: 0;
		text-decoration: none;
		display: block;
		padding: 15px 30px 15px 15px;
		background: #fafafa url( ../img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	}

	.copyright {
		padding: 10px 15px 50px;
	}

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

	#bottom-fix {
		left: 0;
		right: 0;
		bottom: 0;
		align-items: center;
		background: #fafafa;
	}

	#bottom-fix .tel {
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.3rem;
	}

	#bottom-fix .tel a {
		display: block;
		line-height: 1;
	}

	#bottom-fix .tel span {
		display: block;
		font-size: 2rem;
	}

	#bottom-fix .mail {
		display: block;
	}

	/* column */

	.flex .box.pic {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.flex.reverce .box.pic {
		padding: 0;
	}

	.flex .box.txt {
		width: 100%;
	}

	.flex.box-02 .box,
	.flex.box-03 .box,
	.flex.box-04 .box,
	.flex.box-05 .box,
	.flex.box-06 .box {
		width: 100%;
	}

	/* flow */

	.flow.flex .box {
		padding: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow.flex .box:first-child {
		padding: 0;
		margin-top: 0;
	}

	.flow.flex .box:before {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate( -50%, -50% );
	}

	/* slider */

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

	.slider figure {
		line-height: .8;
	}

	.slider.thumb-slider + .thumb figure {
		padding: 3px 2px;
	}

	/* bnr */

	#contents .bnr {
		display: block;
	}

	#contents .bnr figure {
		padding: 0;
	}

	/* post */

	.cat-list {
		margin-bottom: 0;
	}

	.post .post-header h1,
	.post .post-header h2 {
		margin-bottom: 0;
	}

	.post .post-header {
		padding: 15px;
		margin-bottom: 0;
	}

	.post .metadata {
		font-size: 1.2rem;
	}

	/* post-contents */

	.post .post-contents {
		padding: 15px 15px 5px;
	}

	.post .post-contents h1,
	.post .post-contents h2,
	.post .post-contents h3,
	.post .post-contents h4,
	.post .post-contents h5,
	.post .post-contents h6 {
		margin: 3rem 0 1.5rem;
	}

	.post .post-contents p,
	.post .post-contents a {
		font-size: 1.6rem;
	}

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

	.post .post-contents p {
        margin-top: 1.5rem;
		margin-bottom: 3rem;
	}

	.post .post-contents ul,
	.post .post-contents ol {
		font-size: 1.3rem;
		margin-top: 3rem;
        margin-bottom: 3rem;
	}

	.post .post-contents blockquote {
		background: #f5f5f5;
		padding: 15px 15px 5px;
		margin-bottom: 15px;
		border-radius: 0;
	}

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

	.post .post-contents table {
		margin-bottom: 15px;
	}

	/* post-list */

	.post-list > h1,
	.post-list > h2 {
		margin: 15px;
	}

	.post-list .post-contents.flex {
		flex-direction: column;
		padding: 15px 15px 5px;
	}

	.post-list .post-contents figure {
		width: 100%;
		text-align: center;
	}

	.post-list .post-contents .txt {
		width: 100%;
		padding: 0;
	}

	/* author-box */

	.author-box {
		margin: 0 15px 15px;
	}

	.author-box h3 {
		font-size: 1.6rem;
	}

	.author-box .flex > figure img {
		width: 240px;
	}

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

	.author-box h4 {
		margin: 15px 0 10px;
	}

	.author-box .more-link {
		margin:  15px 0 0;
	}

	/* post-nav */

	.post-nav {
		flex-direction: column;
		margin: 0;
		background: #eee;
		border-top: solid 1px #ccc;
	}

	.post-nav .back-link {
		display: none;
	}

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

	.post-nav img {
		width: 50px;
	}

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

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

	.post-nav .prev a {
		padding: 10px 10px 10px 3rem;
		background: url( ../img/common/arrow-left.svg ) left 10px center / 8px no-repeat;
	}

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

	.post-nav .next a {
		padding: 10px 3rem 10px 10px;
		background: url( ../img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
	}

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

	/* page-nav */

	.page-nav .wp-pagenavi {
		margin: 0;
		padding: 15px 0;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}

	/* relation-post */

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

	.relation-post h2 {
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.relation-post .flex .post {
		padding: 15px;
	}

	.relation-post .flex figure {
		width: 95px;
	}

	.relation-post .flex figure img {
		width: 80px;
		height: 80px;
	}

	.relation-post .flex .txt {
		width: calc( 100% - 95px );
	}

	.relation-post .flex h3 {
		font-size: 1.5rem;
	}

	.relation-post .flex .excerpt {
		font-size: 1.2rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	/* author */

	#ez-toc-container {
		padding: 15px 15px 10px;
		margin-bottom: 20px;
	}

	#ez-toc-container .ez-toc-title {
		font-size: 1.6rem;
		margin-bottom: .5rem;
		background: url( ../img/common/icon-table-of-contents.svg ) left center / 16px no-repeat;
		padding-left: 2.8rem;
	}

	#ez-toc-container a {
		display: block;
		font-size: 1.4rem;
		padding: 5px 0;
	}

	#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 {
	    margin: 0 0 1rem 1rem;
	}

	.flex {
		/*margin-bottom: 15px;*/
        margin-bottom: 0;
	}

	.flex.col-02 > *,
	.flex.col-03 > *,
	.flex.col-04 > *,
	.flex.col-05 > *,
	.flex.col-06 > * {
		width: 100%;
		margin-bottom: 15px;
	}

	.contents .flex > * {
		padding: 0;
		margin: 0;
	}

	.contents .flex > .step-01 {
		padding: 0 15px !important;
	}

	.flex figure {
		text-align: center;
	}

	.btn-01 a {
		padding: 10px 40px 10px 30px;
	}

	.header-01 {
		margin: 15px 0;
	}

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

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

	.header-01 .read {
		text-align: left;
		letter-spacing: 0;
	}

	.table-01 tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.table-01 th,
	.table-01 td {
		width: 100%;
		box-sizing: border-box;
	}

	.table-01 th {
		padding: 10px 15px;
	}

	.table-02 th,
	.table-02 td {
		padding: 15px 10px;
	}

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

	.slider .slick-dots {
		bottom: -35px;
	}

	/* page-contents */

	.page-contents {
		padding: 15px;
		margin-bottom: 15px;
	}

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

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

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

	.page-contents .flex,
	.page-contents .flex.img-right {
		flex-direction: column;
		margin-bottom: 5px;
	}

	.page-contents .flex figure {
		width: 100%;
	}

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

	.page-contents .img-left figure + p,
	.page-contents .img-right figure + p {
		padding: 0;
	}

	/* home */

	/*#home .contents section {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	#home .news-list a.flex {
		padding: 15px 4rem 15px 0;
	}

	#home .news-list .flex .date {
		width: 11rem;
	}

	#home .news-list .flex .ttl {
		width: calc( 100% - 11rem );
	}

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

	#home .col-02 .read {
		font-size: 1.3rem;
	}

	#home .btn-02.en {
		margin-top: 20px;
		text-align: center;
	}

	#home .info-box .flex.col-02 > figure img {
		max-width: 100%;
	}

	#home .contents section.voice-box,
	#home .contents section.blog-box {
		padding: 0;
	}

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

	#home .voice-box .post figure,
	#home .blog-box .post figure {
		margin-bottom: 10px;
	}

	#home .faq-box .flex > * {
		padding: 0;
		margin: 0;
	}*/

	/* faq */

	#contents #faq-menu {
		padding: 15px 15px 0;
		margin: 5px 0 0;
		border: none;
	}

	#contents #faq-menu > div {
		width: 100%;
		margin-bottom: 15px;
	}

	#contents #faq-menu h2 {
		font-size: 1.5rem;
		padding: 10px 15px;
		margin-bottom: 15px;
	}

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

	#faq-menu li a {
		font-size: 1.4rem;
		padding: 5px 5px 5px 3.5rem;
	}

	#faq-menu li a:before {
		font-size: 1.3rem;
		line-height: 2.5rem;
		width: 2.5rem;
		height: 2.5rem;
		top: 5px;
	}

	#faq-menu.flex {
		flex-direction: column;
	}

	#faq-menu.flex .box {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	#faq-list {
		margin: 0;
	}

	#faq-list > div {
		padding: 20px 0;
	}

	#faq-list h2 {
		background: #555;
		color: #fff;
		padding: 10px 15px;
		border: none;
		font-size: 1.5rem;
		margin-bottom: 0;
	}

	#faq-list .faq-01 {
		padding: 0 15px;
		margin: 0;
	}

	.faq-01 dt {
		font-size: 1.6rem;
		padding: 20px 0 10px 4rem;
		border: none;
	}

	.faq-01 dt:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		top: 20px;
	}

	.faq-01 dd:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		top: 4px;
	}

	.faq-01 dd {
		font-size: 1.4rem;
		padding: 5px 0 15px 4rem;
	}

	/* voice */

	#voice .user, #voice .star {
		margin-bottom: 5px;
	}

	#voice .post-contents .thumb {
		width: 100%;
	}

	#voice .post-contents .txt {
		width: 100%;
		padding: 0;
	}

	#voice .faq-list {
		margin: 10px 0 0 0;
		padding: 0;
		background: transparent;
	}

	/* company */

	/*#company .contents section {
		margin-bottom: 30px;
	}

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

	#company .philosophy-box .read {
		padding: 0 15px;
	}

	#company .greeting-box .flex {
		flex-direction: column;
		padding: 0 15px;
	}

	#company .greeting-box figure {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	#company .greeting-box figure img {
		max-width: 100%;
	}

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

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

	#company .contents section.company-box {
		padding: 0 15px;
	}

	#company .contents .table-01 th {
		width: 100%;
		text-align: left;
	}

	#company .contents section.outline-box {
		padding: 0 15px;
	}

	#company .map {
		margin: 0 15px 30px;
		padding-bottom: 250px;
	}*/

	/* staff */

	/*.staff-list .staff {
		padding: 15px;
		margin: 0;
		border: none;
		border-top: solid 1px #ccc;
	}

	.staff-list .name {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	.staff-list .name .sub {
		font-size: 1.4rem;
	}

	.staff-list .flex {
		flex-direction: column;
	}

	.staff-list .staff figure {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.staff-list .staff figure img {
		max-width: 100%;
	}

	.staff-list .staff figure + .txt {
		width: 100%;
		padding: 0 !important;
	}

	.staff-list .staff .txt h3 {
		font-size: 1.6rem;
	}*/

	/* contact */

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


	#contact #contents {
		padding: 0;
	}

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

	.contact-info .flex {
		flex-direction: column;
	}

	.contact-info .cont {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
	}

	.contact-info .tel a {
		font-size: 2.8rem;
	}

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

	.contact-info .thanks-img {
		margin: 20px 0 10px;
	}

	.contact-info .read {
		text-align: left;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	#thanks .contact-info .flex {
		padding: 0 15px;
	}

	.contact-info .back-btn {
		margin: 0 0 40px;
	}

	.contents .flex > dt {
		width: 100%;
		border-bottom: solid 1px #999;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.accbox.notice {
		margin: 15px 0;
		flex-direction: column;
		width: 100%;
		font-size: 1.2rem;
		box-sizing: border-box;
		padding: 0;
	}

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

	.contents .flex.accbox >  label {
		display: block;
	    width: 100%;
	    padding: 10px;
	}

	/*.accbox .accshow {
	    height: 0;
	    padding: 0;
	    overflow: hidden;
	    opacity: 0;
	    transition: 0.8s;
	    width: 100%;
	}*/

	.accbox label {
		position: relative;
	}

	.accbox label:before {
	    content: '';
	    width: 15px;
	    height: 15px;
	    background: url(../img/common/icon-plus.svg) center center / 15px no-repeat;
	    position: absolute;
	    right: 35%;
	    top: 50%;
	    transform: translateY( -50% );
	}

	.cssacc:checked + label:before {
	    background: url(../img/common/icon-minus.svg) center center / 15px no-repeat;
	}

	.accbox .accshow {
		padding: 0 15px 0;
		background: none;
	}

	.cssacc:checked + label + .accshow {
	    height: auto;
	    opacity: 1;
	}

	.accbox.notice li:last-child {
		margin: 5px 0 15px;
	}

	.form-step {
		margin: 15px 0;
		font-size: 1.1rem;
	}

	.form-step > p {
		padding: 0 0 0 30px !important;
	}

	#contact form#mailformpro > dl {
		flex-direction: column;
	}

	#contact form#mailformpro dl dt {
		width: 100%;
		background: transparent;
		padding: 5px 40px 5px 0;
		position: relative;
	}

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

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

	#contact .req-label {
		position: relative;
		right: 0;
		top: 0;
		vertical-align: middle;
		margin-left: 10px;
	}

	#contact form#mailformpro dl dd {
		width: 100%;
		padding: 5px 0 15px;
	}

	#contact dd .address {
		flex-direction: column;
		margin: 0;
	}

	#contact form#mailformpro dl dd::after {
		display: none;
	}

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

	#contact dd .flex > .input {
		width: 100%;
	}

	.pp-box {
		border: none;
		padding: 15px;
		margin: 0 0 25px;
		background: #fafafa;
	}

	.pp-box .address-box p {
		background: transparent;
		border: solid 1px #ddd;
		width: 100%;
		box-sizing: border-box;
	}

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

	#mfp_loading,
	#mfp_loading_screen,
	#div#mfp_overlay_background {
		display: none !important;
	}

	#contact .agree label {
		display: block;
		text-align: center;
		padding: 15px 5px !important;
	}

	#contact button.mfp_element_submit,
	#contact button#mfp_button_send {
		display: block;
		width: 100%;
		margin: 0;
		padding: 20px;
        font-size: 1.6rem;
        padding-right: 4rem;
	}

    #contact button.mfp_element_submit.disable {
        padding-right: 0;
    }

    #contact button#mfp_button_send {
        padding-right: 0;
    }

	#contact form#mailformpro .flex label.mfp_not_checked,
	#contact form#mailformpro .flex label.mfp_checked {
		display: block;
		box-sizing: border-box;
		text-align: center;
	}

	#contact form#mailformpro .flex label.mfp_not_checked {
		background: #fafafa;
	}

	#contact form#mailformpro label.mfp_not_checked,
	#contact form#mailformpro label.mfp_checked {
		margin: 0;
		font-size: 1.4rem;
	}

	#contact .flex.inline {
		justify-content: space-between;
		margin: 0;
	}

	#contact .flex.inline > span {
		width: calc( 50% - 7.5px ) !important;
		margin: 0 !important;
	}

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

	#contact div#mfp_phase_confirm h4 {
		font-size: 2rem;
		margin: 0 0 2rem;
	}

	#contact table#mfp_confirm_table {
		margin: 20px 0 30px;
	}

	#contact table#mfp_confirm_table tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	#contact table#mfp_confirm_table tr th {
		width: 100%;
		padding: 10px 15px;
	}

	#contact .remaining {
		right: 0;
		left: 0;
		bottom: 40px;
		display: block;
	}

	#contact .remaining .read {
		display: none;
	}

	#contact .copyright {
		padding-bottom: 90px;
	}

	/* sitemap */

	.sitemap section.search-form {
		padding: 15px;
		margin: 0;
	}

	.sitemap section {
		margin-bottom: 0;
	}

	.sitemap .flex > * {
		width: 100%;
	}

	.contents .sitemap h2 {
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
		background: #555;
		border: none;
		padding: 5px 15px;
		margin-bottom: 0;
	}

	.sitemap .menu-list > ul {
		border: none;
	}

	#sitemap footer #bottom-nav {
		display: none;
	}

    .cat-list a,
    .cat-list span {
        font-size: 1.2rem;
    }

    .staff-comment {
        margin-bottom: 5rem;
    }

    .staff-comment .flex > figure {
        margin: 1.5rem auto 1.5rem;
    }

    .staff-comment figure + .comment {
        width: 100%;
        min-height: 0;
    }

    #contact table#mfp_confirm_table tr td {
        background: #fff;
    }

}