@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	color: #565656;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	font-size: 1.4rem;
	letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
body {
	font-size: 1.2rem;
	-webkit-text-size-adjust: 100%;
}
}

/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Thin.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Thin.ttf')  format('truetype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Light.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Black.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Black.ttf')  format('truetype');
}
*/

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	url('/wp/wp-content/themes/gyosei_co/fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
}


/* link setting */

a {
	color: #338844;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}


/* image setting */

img {
	max-width: 100%;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
img {
	width: 100%;
}
}

@media print {
body {
-webkit-print-color-adjust: exact;
}
}

/* =============================================================================
 Common Class
============================================================================= */

.on {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.on:hover {
	opacity: 0.7;
}
.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.only-sp {
	display: none;
}

.t_right {
	display: block;
	text-align: right;
}
.t_left {
	display: block;
	text-align: left;
}
.t_center {
	display: block;
	text-align: center;
}

.lightboxOverlay {
	opacity: 0.6;
}


@media screen and (max-width: 767px) {
.on {
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
.on img:hover,
img.on:hover {
	opacity: 1;
}
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
img.only-sp {
	display: inline;
}


}


/* =============================================================================
 Base Layout
============================================================================= */

/* base */

html,
body {
	height: 100%;
}
#container {
	padding-bottom: 90px;
	min-height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 980px;
}

#mainArea {
	margin: 0 auto 80px;
	padding: 0 20px;
	width: 100%;
	max-width:1240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainArea.recruitPage {
	margin-bottom: 120px;
}
#mainArea.recruitPage.recruitTopPage {
	margin-bottom: 32px;
}
#mainArea.recruitPage.recruitTopPage .articleBox {
	margin-bottom: 0;
}

#sideNavi {
	float: left;
	width: 210px;
}

#content {
	width: 100%;
}

#mainContents {
	width: 100%;
}

#relationContents {
	float: right;
	width: 254px;
}

@media screen and (max-width: 1299px) {
#mainArea {
	width: 980px;
}

#relationContents {
	margin-right: 0;
	float: none;
	width: 100%;
}
}

@media screen and (max-width: 767px) {
html,
body {
	height: auto;
}
#container {
	padding-bottom: 0;
	min-height: inherit;
}
body {
	min-width: inherit;
	overflow-x: hidden;
}

#mainArea {
	margin-bottom: 30px;
	padding: 0;
	width: auto;
	position: relative;
}
#mainArea.col3 {
	padding: 0;
}
#mainArea.recruitPage {
	margin-bottom: 30px;
}
#mainArea.recruitPage.recruitTopPage {
	margin-bottom: 0;
}
#mainArea.recruitPage.recruitTopPage .articleBox {
	margin-bottom: 30px;
}

#sideNavi,
#content,
#mainContents,
#relationContents {
	float: none;
	width: auto;
}

#mainContents {
	margin: 0 calc(20/640*100%);
	width: auto;
}
}


/* one column layout */

#mainArea.col1 {
}
@media print {
#mainArea {
	padding: 0;
	margin: 0 auto;
}
#mainArea.col1 {
	padding: 0;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#mainArea.col1 #content {
	width: 100%;
	margin: 0 auto;
	float: none;
}
}

/* two column layout */

#mainArea.col2 {
}
#mainArea.col2 #content {
	float: right;
	width: calc(100% - 260px);
}
#mainArea.col2 #mainContents {
}

@media screen and (max-width: 767px) {
#mainArea.col2 #content {
	float: none;
	width: auto;
}
}
@media print {
#mainArea.col2 {
	padding: 0;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#mainArea.col2 #content {
	width: 100%;
	margin: 0 auto;
	float: none;
}
}


/* three column layout */

#mainArea.col3 {
	padding: 0 0 0 50px;
	max-width: 1300px;
}
#mainArea.col3 #content {
	float: right;
	width: calc(100% - 260px);
}
#mainArea.col3 #mainContents {
	float: left;
	width: 686px;
}

@media screen and (max-width: 1299px) {
#mainArea.col3 {
	padding: 0 0 0 20px;
}
#mainArea.col3 #content {
	width: calc(100% - 260px);
}
#mainArea.col3 #mainContents {
	margin-right: 0;
	float: none;
	width: 100%;
}
}

@media screen and (max-width: 767px) {
#mainArea.col3 {
	padding: 0;
}
#mainArea.col3 #content {
	float: none;
	width: auto;
}
#mainArea.col3 #mainContents {
	margin: 0 calc(20/640*100%);
	width: auto;
}
}

@media print {
#mainArea.col3 {
	padding: 0;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#mainArea.col3 #content {
	width: 100%;
	margin: 0 auto;
	float: none;
}
#mainArea.col3 #content #mainContents {
	width: 100%;
	margin: 0 auto;
	float: none;
}
}

/* =============================================================================
 common header
============================================================================= */

#globalheader {
	margin: 0 auto;
	padding: 0 0 0 50px;
	height: 100px;
	width: 100%;
	max-width: 1300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalheader .headerAlert {
	display: none;
}

.siteLogo {
	padding: 15px 0 0;
}
.siteLogo.ann130th img {
	width: auto;
	height: 40px;
}

@media screen and (max-width: 1299px) {
#globalheader {
	padding: 0 0 0 20px;
	max-width: 980px;
}
}

@media screen and (max-width: 767px) {
#globalheader {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 41px;
	background-color: #fff;
	z-index: 100;-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.siteLogo {
	padding: 6px 0 0 calc(20/640*100%);
	width: 135px;
}
.siteLogo.ann125th {
	width: 183px;
}
.siteLogo.ann130th {
	width: 173px;
}
.siteLogo img {
	height: auto;
}
}

@media print {
#globalheader {
	display: none;
}
}


/* =============================================================================
 global navi
============================================================================= */

#globalnavi {
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
@media print, screen and (min-width: 768px) {
#globalnavi {
	margin: 0 auto;
	max-width: 1300px;
	height: 42px;
}
#globalnavi .btnMenu {
	display: none;
}
#globalnavi .mainMenu {
	margin-top: -42px;
	margin-left: 30px;
}
#globalnavi .mainMenu>li {
	float: left;
	height: 42px;
	overflow: hidden;
}
#globalnavi .mainMenu>li>a {
	padding: 0 20px;
	position: relative;
	display: block;
	line-height: 42px;
	color: #565656;
	text-decoration: none;
	-webkit-transition-property: color , background-color;
	-moz-transition-property: color , background-color;
	-ms-transition-property: color , background-color;
	-o-transition-property: color , background-color;
	transition-property: color , background-color;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
#globalnavi .mainMenu>li>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #eaf3ec;
}
#globalnavi .mainMenu>li:last-child>a:before {
	display: none;
}
#globalnavi .mainMenu>li:first-child {
	display: none;
}
#globalnavi .mainMenu>li.openMenu>a,
#globalnavi .mainMenu>li.gnRecruit:hover>a,
#globalnavi .mainMenu>li.gnInquiry:hover>a {
	color: #338844;
	background-color: #f3f8f4;
}
#globalnavi .mainMenu>li.current>a {
	color: #338844;
	background-color: #eaf3ec;
}
#globalnavi .mainMenu>li .lowerMenu {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: 2;
	background-color: rgba(255,255,255,.9);
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-ms-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
#globalnavi .mainMenu>li.openMenu .lowerMenu {
	height: 130px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#globalnavi .mainMenu>li .lowerMenu dl {
	margin: 26px auto;
	padding: 0 20px;
	display: table;
	width: 100%;
	max-width: 1240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalnavi .mainMenu>li .lowerMenu dl dt {
	padding: 10px 0;
	border-right: 1px #b2b2b2 solid;
	display:table-cell;
	width: 90px;
	line-height: 2;
	font-weight: bold;
	vertical-align: top;
}
#globalnavi .mainMenu>li .lowerMenu dl dt a {
	color: #565656;
}
#globalnavi .mainMenu>li .lowerMenu dl dt a:hover {
	color: #ff6600;
}
#globalnavi .mainMenu>li .lowerMenu dl dd {
	padding: 10px 0 10px 30px;
	display:table-cell;
}
#globalnavi .mainMenu>li .lowerMenu dl dd ul li {
	float: left;
	line-height: 2;
}
#globalnavi .mainMenu>li .lowerMenu dl dd ul li a {
	line-height: 1.5;
	color: #565656;
}
#globalnavi .mainMenu>li .lowerMenu dl dd ul li a:hover {
	color: #ff6600;
}
#globalnavi .mainMenu>li.gnCompany .lowerMenu dl dd ul {
	width: 850px;
}
#globalnavi .mainMenu>li.gnCompany .lowerMenu dl dd ul li {
	width: 170px;
}
#globalnavi .mainMenu>li.gnCompany .lowerMenu dl dd ul li.pcLongLine {
	width: 300px;
}
#globalnavi .mainMenu>li.gnBusiness .lowerMenu dl dd ul {
	width: 500px;
}
#globalnavi .mainMenu>li.gnBusiness .lowerMenu dl dd ul li {
	width: 250px;
}
#globalnavi .mainMenu>li .lowerMenu .linkList {
	display: none;
}

.menuBody {
	direction: rtl;
}
.menuBody * {
	direction: ltr;
}
#globalnavi {
	height: auto\9;
}
#globalnavi .linkOnlineshop {
	margin-left: 0;
}

#globalnavi .subMenu {
	margin-right: 425px;
	margin-left: 0;
	width: 230px;
	position: absolute;
	top: 26px;
}
#globalnavi .subMenu li {
	margin-right: 20px;
	float: left;
	font-size: 1.3rem;
}
#globalnavi .subMenu li a {
	line-height: 20px;
	color: #939393;
}
#globalnavi .subMenu li a[href="/faq/"] {
	color: #1d1f1e;
}
#globalnavi .subMenu li a[href="/faq/"]:before {
	content: "";
	width: 20px;
	aspect-ratio: 1/1;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	margin-right: 5px;
	background-image: url("../images/global/subMenu_faq_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#globalnavi .siteSearch {
	margin-right: 220px;
	margin-left: 0;
	padding: 1px 0 3px 0;
	position: absolute;
	top: 21px;
	width: 200px;
	height: 30px;
	background-color: #f3f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalnavi .siteSearch input {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#globalnavi .siteSearch input[type="text"] {
	margin-right: 10px;
	width: 157px;
	height: 24px;
	background-color: #f3f3f3;
}
#globalnavi .siteSearch input[type="text"]:focus {
	outline: none;
}
#globalnavi .siteSearch input[type="image"] {
	width: 16px;
}
#globalnavi .socialLinks {
	margin-right: 220px;
	margin-left: 0;
	position: absolute;
	top: 65px;
}
#globalnavi .socialLinks li {
	margin-right: 15px;
	float: left;
	width: 28px;
}
#globalnavi .socialLinks li:last-child {
	margin-right: 0;
}
#globalnavi .linkOnlineshop {
	margin-left: 1100px;
	position: absolute;
	top: 0;
	width: 200px;
}
#globalnavi .linkOnlineshop a {
	display: block;
	height: 100px;
	line-height: 100px;
	color: #fff;
	background-color: #338844;
	text-decoration: none;
	letter-spacing: -.05em;
	text-align: center;
}
#globalnavi .linkOnlineshop a span {
	padding-top: 30px;
	height: 70px;
	display: block;
	background: url(../images/global/icon_cart.png) center 20px no-repeat;
	-webkit-background-size: 42px auto;
	background-size: 42px auto;
}
#globalnavi #___gcse_0 {
	height: 1.8rem;
}
#globalnavi .gsc-control-cse.gsc-control-cse-ja {
	margin: 0;
	padding: 0;
}
}

@media screen and (min-width: 768px) and (max-width: 1299px) {

#globalnavi {
	max-width: 980px;
}
#globalnavi .mainMenu {
	margin-left: 0;
}
#globalnavi .mainMenu>li .lowerMenu dl {
	padding: 0 20px;
	max-width: 980px;
}
#globalnavi .mainMenu>li.gnCompany .lowerMenu dl dd ul {
	width: 800px;
}
#globalnavi .mainMenu>li.gnCompany .lowerMenu dl dd ul li {
	width: 160px;
}
#globalnavi .subMenu {
	right: 440px;
}
#globalnavi .siteSearch {
	right: 220px;
}
#globalnavi .socialLinks {
	margin-left: 645px;
}
#globalnavi .linkOnlineshop {
	right: 0;
}

#globalnavi .siteSearch,
#globalnavi .socialLinks,
#globalnavi .subMenu {
	margin-right: 0;
}
}

@media screen and (max-width: 767px) {
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 180;
}

#globalnavi {
	margin-left: -45px;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 45px;
	overflow: hidden;
	z-index: 200;
}
.menuOpen #globalnavi {
	left: 45px;
	height: 100%;
	-webkit-transition: left ease .5s;
	-moz-transition: left ease .5s;
	-ms-transition: left ease .5s;
	-o-transition: left ease .5s;
	transition: left ease .5s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.menuClose #globalnavi {
	-webkit-transition: left .5s ease 0s,height 0s ease .5s;
	-moz-transition: left .5s ease 0s,height 0s ease .5s;
	-ms-transition: left .5s ease 0s,height 0s ease .5s;
	-o-transition: left .5s ease 0s,height 0s ease .5s;
	transition: left .5s ease 0s,height 0s ease .5s;
}

#globalnavi .btnMenu {
	padding: 9px 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.menuOpen #globalnavi .btnMenu {
	left: 0;
	background-color: #338844;
}
#globalnavi .btnMenu span {
	margin-top: 10px;
	position: relative;
	display: block;
	width: 25px;
	height: 3px;
	background-color: #338844;
	font-size: 0;
	text-indent: -1000px;
}
#globalnavi .btnMenu span:before,
#globalnavi .btnMenu span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #338844;
}
#globalnavi .btnMenu span:before {
	top: -9px;
}
#globalnavi .btnMenu span:after {
	bottom: -9px;
}

.menuOpen #globalnavi .btnMenu span {
}
.menuOpen #globalnavi .btnMenu span:before,
.menuOpen #globalnavi .btnMenu span:after {
	top: 50%;
	background-color: #fff;
	-webkit-transition: transform ease .5s;
	-moz-transition: transform ease .5s;
	-ms-transition: transform ease .5s;
	-o-transition: transform ease .5s;
	transition: transform ease .5s;
}
.menuOpen #globalnavi .btnMenu span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuOpen #globalnavi .btnMenu span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#globalnavi .menuBody {
	margin-left: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#globalnavi .mainMenu {
	padding: 20px 0;
}
#globalnavi .mainMenu>li {
	border-bottom: 2px #eaf3ec solid;
}
#globalnavi .mainMenu>li>a {
	padding: 20px;
	position: relative;
	display: block;
	color: #565656;
	font-size: 1.6rem;
	text-decoration: none;
}
#globalnavi .mainMenu>li.gnCompany>a:before,
#globalnavi .mainMenu>li.gnBusiness>a:before {
	margin-top: -9px;
	border-top: 2px #d5d5d5 solid;
	border-right: 2px #d5d5d5 solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	-webkit-transition: transform ease .3s;
	-moz-transition: transform ease .3s;
	-ms-transition: transform ease .3s;
	-o-transition: transform ease .3s;
	transition: transform ease .3s;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#globalnavi .mainMenu>li.gnCompany>a.open:before,
#globalnavi .mainMenu>li.gnBusiness>a.open:before {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 2px solid #338844;
	border-top: 2px solid #338844;
}
#globalnavi .mainMenu>li.gnCompany .lowerMenu dl dd ul li.spDoubleLine {
	line-height: 1.7;
}
#globalnavi .mainMenu>li>a.open {
	color: #338844;
	background-color: #eaf3ec;
}
#globalnavi .mainMenu>li>.lowerMenu {
	display: none;
}
#globalnavi .mainMenu>li>.lowerMenu dl {
}
#globalnavi .mainMenu>li>.lowerMenu dl dt {
	display: none;
	font-size: 1.6rem;
}
#globalnavi .mainMenu>li>.lowerMenu dl dd {
	padding: 0 20px;
	color: #565656;
	font-size: 1.4rem;
}
#globalnavi .mainMenu>li>.lowerMenu dl dd ul {
}
#globalnavi .mainMenu>li>.lowerMenu dl dd ul li {
}
#globalnavi .mainMenu>li>.lowerMenu dl dd ul li.spDoubleLine  {
	overflow: hidden;
}
#globalnavi .mainMenu>li>.lowerMenu dl dd ul li.spDoubleLine a {
	line-height: 1.2;
	margin: -0.1em 0;
}
#globalnavi .mainMenu>li>.lowerMenu dl dd ul li a {
	padding: 10px 20px;
	display: block;
	color: #565656;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	text-decoration: none;
}
#globalnavi .mainMenu>li .linkList {
	padding: 10px 20px;
	display: block;
	color: #565656;
	font-size: 1.2rem;
	text-align: right;
}
#globalnavi .mainMenu>li .linkList a {
	color: #565656;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	text-decoration: none;
}
#globalnavi .mainMenu>li .linkList a:after {
	margin-left: 3px;
	border-top: 2px #565656 solid;
	border-right: 2px #565656 solid;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#globalnavi .subMenu {
	padding: 20px;
}
#globalnavi .subMenu:after {
	content: "";
	display: block;
	clear: both;
}
#globalnavi .subMenu>li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalnavi .subMenu>li:first-child {
	border-right: 2px #eaf3ec solid;
}
#globalnavi .subMenu>li>a {
	position: relative;
	display: block;
	line-height: 25px;
	font-size: clamp(1px, 3.733333333333333vw, 1.4rem);
	text-decoration: none;
	text-align: center;
	color: #939393;
}
#globalnavi .subMenu li a[href="/faq/"] {
	color: #1d1f1e;
}
#globalnavi .subMenu>li>a[href="/faq/"]:before {
	content: "";
	width: 15px;
	margin-bottom: 5px;
	margin-right: 3px;
	aspect-ratio: 1/1;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	background-image: url("../images/global/subMenu_faq_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
}



#globalnavi .siteSearch {
	margin: 0 20px;
	padding: 3px 10px 3px 3px;
	top: 18px;
	height: auto;
	background-color: #f3f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.gsc-search-box {
	margin: 0 !important
}
table.gsc-search-box {
	margin-bottom: 0 !important;
}
#globalnavi .siteSearch input {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#globalnavi .siteSearch input[type="text"] {
	margin-right: 10px;
	width: calc(100% - 30px);
	height: 34px;
	background-color: #f3f3f3;
}
#globalnavi .siteSearch input[type="text"]:focus {
	outline: none;
}
#globalnavi .siteSearch input[type="image"] {
	width: 16px;
}

#globalnavi .socialLinks {
	margin: 15px 20px 0;
}
#globalnavi .socialLinks:after {
	content: "";
	display: block;
	clear: both;
}
#globalnavi .socialLinks li {
	float: left;
	height: 20px;
	width: calc(1/3*100%);
	text-align: center;
}
#globalnavi .socialLinks li img {
	width: auto;
	height: 100%;
}
#globalnavi .linkOnlineshop {
	margin: 15px 20px 0;
}
#globalnavi .linkOnlineshop a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background-color: #338844;
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: -.05em;
	text-align: center;
}
#globalnavi .linkOnlineshop a span {
	padding-left: 55px;
	display: inline-block;
	min-height: 40px;
	background: url(../images/global/icon_cart.png) 0 center no-repeat;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#globalnavi {
	height: auto;
}
}

@media print {
#globalnavi {
	display: none;
}
}


/* =============================================================================
 Header search
============================================================================= */
table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-hover {
	border: none !important;
	border-radius: none !important;
	box-shadow: none !important;
}
#globalnavi .siteSearch input[type="image"] {
	opacity: 0 !important;
}
td .cse input.gsc-search-button, input.gsc-search-button {
    outline: none;
    width: 17px !important;
	min-width: 17px !important;
    height: 16px !important;
    background: transparent url(../images/global/icon_search.png) 0 0 no-repeat !important;
	background-size: contain !important;
    font-size: 0 !important;
    cursor: pointer;
	text-shadow: none !important;
}
.gsc-search-button {
    background: transparent url(../images/global/icon_search.png) center center no-repeat !important;
	background-size: 17px 16px !important;
}
.gsc-clear-button {
    display: none;
}

.input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: none !important;
}
td.gsc-search-button {
	width: auto !important;
}
table.gsc-search-box td {
	padding: 2px 4px;
	text-align: center;
}
.gsib_a {
	padding-top: 2px;
}
.gsib_b {
	display: none;
}

@media screen and (max-width: 767px) {
table.gsc-search-box td.gsc-input {
    padding-right: 10px !important;
}
table.gsc-search-box td.gsc-input input {
    width: 100% !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
    min-width: inherit !important;
    background: transparent url(../images/global/icon_search_sp.png) 0 0 no-repeat !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
td.gsc-search-button {
    width: 16px !important;
}
}

/* =============================================================================
 Cookie window
============================================================================= */

.cookie {
	position: fixed;
	z-index: 100;
	inset: auto 0 0 0;
	margin: auto;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.cookie.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.cookie_block {
	background-color: rgba(255,255,255,.9);
}
.cookie_text {
}
.cookie_text_link_container {
	color: #0e6d46;
	margin-top: 1em;
}
.cookie_text_link {
	text-decoration: underline;
}
.cookie_button {
	background-color: #0e6d46;
	color: #fff;
	font: inherit;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
@media screen and (min-width: 768px) {
	.cookie {
		padding: 0 30px 30px;
	}
	.cookie_block {
		border-radius: 8px;
		padding: 30px;
	}
	.cookie_box {
		display: flex;
		justify-content: space-between;
	}
	.cookie_text,
	.cookie_button {
		font-size: 16px;
	}
	.cookie_text {
		width: 100%;
		line-height: 30px;
		margin-block: -7px;
	}
	.cookie_button_container {
		padding-left: 45px;
		flex-shrink: 0;
	}
	.cookie_button {
		width: 170px;
		height: 44px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 767px) {
	.cookie {
		padding: 0 10px 10px;
	}
	.cookie_block {
		border-radius: 4px;
		padding: 15px;
	}
	.cookie_text {
		line-height: 17px;
		font-size: 10px;
		margin-bottom: 10px;
	}
	.cookie_button_container {
		text-align: right;
	}
	.cookie_button {
		width: 85px;
		height: 27px;
		border-radius: 4px;
		font-size: 11px;
	}
}

/* =============================================================================
 common footer
============================================================================= */

#globalfooter {
	padding: 25px 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #565656;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerNavi {
	margin: 0 auto 20px;
	max-width: 1300px;
}
.footerNavi ul {
	text-align: center;
	font-size: 0;
}
.footerNavi ul li {
	display: inline-block;
	line-height: 1.1;
	color: #fff;
	font-size: 1.2rem;
}
.footerNavi ul li:before {
	margin: 0 .8em;
	content: "|";
}
.footerNavi ul li:first-child:before {
	display: none;
}
.footerNavi ul li a {
	color: #fff;
}
.copyright {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
#globalfooter {
	padding: 12px calc(30/640*100%) 10px;
	position: static;
}
.footerNavi {
	margin: 0 auto 20px;
}
.footerNavi ul {
	text-align: left;
}
.footerNavi ul:after {
	content: "";
	display: block;
	clear: both;
}
.footerNavi ul li {
	float: left;
	width: 57%;
	line-height: calc(50em / 18);
	color: #fff;
	font-size: .9rem;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerNavi ul li.socialmedia {
	width: 100%;
}
.footerNavi ul li:before {
	display: none;
}
.footerNavi ul li:first-child:before {
	display: none;
}
.footerNavi ul li:nth-child(even) {
	width: 43%;
}
.footerNavi ul li a {
	color: #fff;
}
.copyright {
	line-height: 1.2;
	font-size: .8rem;
}
}


@media print {
#globalfooter {
	display: none;
}
}

/* =============================================================================
 Common Block Styles
============================================================================= */

/* side navi */

#sideNavi {
}
#sideNavi .categoryLabel {
	margin-bottom: 30px;
	color: #585858;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}
#sideNavi .categoryLabel.cat-about {
	letter-spacing: -1px;
}
#sideNavi>ul {
	margin-bottom: 15px;
	border-top: 2px #3a994d solid;
}
#sideNavi>ul>li {
	border-bottom: 1px #d9d9d9 solid;
}
#sideNavi>ul>li>a {
	padding: 10px 0;
	position: relative;
	display: block;
	color: #585858;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
#sideNavi>ul>li>a.current:before {
	margin-top: -4px;
	border-top: 1px #338844 solid;
	border-right: 1px #338844 solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sideNavi>ul>li>a:hover {
	color: #338844;
	background-color: #fcfcfc;
}
#sideNavi>ul>li>a.current {
	color: #338844;
	background-color: #f3f3f3;
}
#sideNavi>ul>li>.subCategoryLabel {
	padding-block: 1em;
	color: #338844;
	text-align: center;
	border-top: 1px #d9d9d9 solid;
}
#sideNavi>ul>li>.subCategoryLabel+ul {
	border-top: none;
}
#sideNavi>ul>li>ul {
	border-top: 1px #d9d9d9 solid;
}
#sideNavi>ul>li>ul li a {
	padding: 2px 0 2px 1em;
	display: block;
	color: #565656;
	text-decoration: none;
	text-indent: -1em;
}
#sideNavi>ul>li>ul li a:before {
	content: "・";
}
#sideNavi>ul>li>ul li a:hover {
	color: #338844;
	background-color: #f3f8f4;
}
#sideNavi>ul>li>ul li a.current {
	color: #338844;
	background-color: #eaf3ec;
}
#sideNavi .backList {
	padding: 0 10px;
	text-align: right;
}

#sideNavi .backList a {
	color: #585858;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

#sideNavi .backList a:after {
	margin-top: -2px;
	margin-left: 3px;
	border-top: 2px #565656 solid;
	border-right: 2px #565656 solid;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sideNavi.sideNavi_recruit {
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
}
#sideNavi.sideNavi_recruit ul {
	margin: 0 auto;
	max-width: 1300px;
	min-width: 980px;
	padding: 4px 0 0 120px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	overflow: hidden;
}
#sideNavi.sideNavi_recruit ul:before {
	width: 100%;
	height: 64px;
	content: "";
	background-color: #eaf3ec;
	border-top: 4px solid #3a994d;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#sideNavi.sideNavi_recruit ul li {
	height: 60px;
	float: left;
	border-bottom: none;
}
#sideNavi.sideNavi_recruit ul li a {
	color: #232323;
	display: block;
	line-height: 60px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	-webkit-transition-property: color , background-color;
	-moz-transition-property: color , background-color;
	-ms-transition-property: color , background-color;
	-o-transition-property: color , background-color;
	transition-property: color , background-color;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
#sideNavi.sideNavi_recruit>ul>li>a.current:before {
	display: none;
}
#sideNavi.sideNavi_recruit>ul>li>a:hover,
#sideNavi.sideNavi_recruit>ul>li>a.current {
	background-color: #ffffff;
}
#sideNavi.sideNavi_recruit>ul>li>a>span,
#sideNavi.sideNavi_recruit>ul>li>a>span {
	padding: 0 6px;
}
#sideNavi.sideNavi_recruit>ul>li>a:hover>span,
#sideNavi.sideNavi_recruit>ul>li>a.current>span {
	border-bottom: #f6ef61 6px solid;
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
#sideNavi.sideNavi_recruit {
	height: 54px;
}
#sideNavi.sideNavi_recruit ul {
	padding: 4px 0 0 0px;
	max-width: 980px;
}
#sideNavi.sideNavi_recruit ul:before {
	height: 54px;
	border-top: 4px solid #3a994d;
}
#sideNavi.sideNavi_recruit ul li {
	height: 50px;
}
#sideNavi.sideNavi_recruit ul li a {
	line-height: 50px;
	padding: 0 15px;
}
#sideNavi.sideNavi_recruit>ul>li>a>span,
#sideNavi.sideNavi_recruit>ul>li>a>span {
	padding: 0;
}
}


@media screen and (max-width: 767px) {
#sideNavi {
	margin: 40px calc(20/640*100%) 0;
}
#sideNavi .categoryLabel {
	margin-bottom: 10px;
	font-weight: bold;
}
#sideNavi>ul>li {
	font-size: 1.4rem;
}
#sideNavi>ul>li>a {
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
#sideNavi>ul>li>a:hover,
#sideNavi>ul>li>a.current {
	color: #338844;
	background-color: #f3f3f3;
}
#sideNavi>ul>li>ul {
	border-top: 1px #d9d9d9 solid;
}
#sideNavi>ul>li>ul li {
	padding: 5px;
}
#sideNavi>ul>li>ul li a {
	color: #565656;
}
#sideNavi>ul>li>ul li a:before {
	content: "・";
}
#sideNavi.sideNavi_recruit>ul>li>a.current:before {
	display: block;
}

#sideNavi.sideNavi_recruit {
	width: auto;
	margin: 40px calc(0.03125 * 100%) 0;
	height: auto;
	position: relative;
	left: auto;
	top: auto;
	z-index: inherit;
}
#sideNavi.sideNavi_recruit ul {
	margin: 0 0 15px;
	padding: 0;
	max-width: inherit;
	min-width: inherit;
	border-top: 2px solid #f6ef61;
	width: auto;
	box-sizing: border-box;
	background-color: #fff;
}
#sideNavi.sideNavi_recruit ul:before {
	width: inherit;
	height: inherit;
	content: inherit;
	background-color: #eaf3ec;
	border-top:none;
	position: static;
}
#sideNavi.sideNavi_recruit ul li {
	height: auto;
	float: none;
	border-bottom: 1px solid #d9d9d9;
}
#sideNavi.sideNavi_recruit ul li a {
	color: #585858;
	display: block;
	padding: 12px 0;
	position: relative;
	line-height: 1.7;
	text-decoration: none;
	transition-duration: 0.3s;
}
#sideNavi.sideNavi_recruit>ul>li>a:hover,
#sideNavi.sideNavi_recruit>ul>li>a.current {
	color: #338844;
	background-color: #f3f3f3;
}
#sideNavi.sideNavi_recruit>ul>li>a>span,
#sideNavi.sideNavi_recruit>ul>li>a>span {
	padding: 0;
}
#sideNavi.sideNavi_recruit>ul>li>a:hover>span,
#sideNavi.sideNavi_recruit>ul>li>a.current>span {
	border-bottom: none;
}

}


@media print {
#sideNavi {
	display: none;
}
}


/* topic path */

#topicPath {
	margin-bottom: 40px;
	color: #565656;
	background-color: #f3f3f3;
	border-top: #338844 4px solid;
}
#topicPath ul {
	margin: 0 auto;
	padding: 13px 0 15px 50px;
	width: 100%;
	max-width: 1300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topicPath ul li {
	display: inline;
	font-size: 1.1rem;
}
#topicPath ul li:after {
	margin: 0 .5em;
	content: ">";
}
#topicPath ul li:last-child:after {
	display: none;
}
#topicPath ul li a {
	color: #565656;
	text-decoration: underline;
}
#topicPath ul li a:hover {
	text-decoration: none;
}

#topicPath.topicPath_recruit {
	padding-top: 64px;
	color: #565656;
	background-color: #fff;
}
#topicPath.topicPath_recruit ul li a {
	color: #565656;
}

#topicPath.topicPath_recruitTop {
	margin-top: 0;
	margin-bottom: 0;
	color: #565656;
	background-color: #fff;
	border-top: #338844 4px solid;
}
#topicPath.topicPath_recruitTop ul li a {
	color: #565656;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
#topicPath ul {
	padding-left: 20px;
	max-width: 980px;
}
#topicPath.topicPath_recruit {
	padding-top: 54px;
}
}

@media screen and (max-width: 767px) {
#topicPath {
	margin-top: 41px;
	margin-bottom: 20px;
}
#topicPath ul {
	margin: 0 auto;
	padding: 3px calc(20/640*100%) 5px;
}
#topicPath ul li {
	font-size: .9rem;
}

#topicPath.topicPath_recruit {
	padding-top: 0;
	border-top: #338844 4px solid;
}
#topicPath.topicPath_recruitTop {
	margin-top: 41px;
	margin-bottom: 6px;
	color: #565656;
	background-color: #fff;
	border-top: #338844 4px solid;
}
}

@media print {
#topicPath,#topicPath.topicPath_recruit {
	padding-top: 0;
	margin-top: 0;
}
}

/* relation contents */

#relationContents {
}
#relationContents .relationBox {
	padding: 30px 15px;
	background-color: #eaf3ec;
}
#relationContents .label {
	color: #585858;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
#relationContents ul {
}
#relationContents ul li {
	margin-top: 15px;
}
#relationContents ul li a {
	display: table;
	width: 100%;
	color: #585858;
	background-color: #fff;
	text-decoration: none;
}
#relationContents ul li a .title {
	padding: 0 10px;
	display: table-cell;
	width: 110px;
	line-height: 1.33;
	font-size: 1.2rem;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#relationContents ul li a .image {
	display: table-cell;
	width: 114px;
	vertical-align: middle;
}
#relationContents ul li a .image img {
	width: 100%;
}

@media screen and (min-width: 1300px) {
#relationContents .relationBox.fixed {
	position: fixed;
	top: 0;
}
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
#relationContents {
	margin-top: 40px;
}
#relationContents .relationBox {
	padding-bottom: 20px;
}
#relationContents .label {
	margin-bottom: 10px;
}
#relationContents ul:after {
	content: "";
	display: block;
	clear: both;
}
#relationContents ul li {
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	width: 318px;
}
#relationContents ul li:nth-child(odd) {
	margin-right: 9px;
	clear: left;
}
#relationContents ul li a .title {
	width: 206px;
}
#relationContents ul li a .image {
	width: 112px;
}
}

@media screen and (max-width: 767px) {
#relationContents {
	margin-top: 40px;
}
#relationContents .relationBox {
	margin: 0 calc(20/640*100%);
	padding: 10px calc(20/640*100%) 1px;
}
#relationContents .label {
	margin-bottom: 0;
}
#relationContents ul:after {
	content: "";
	display: block;
	clear: both;
}
#relationContents ul li {
	margin: 10px 0;
	float: none;
	width: 100%;
}
#relationContents ul li:nth-child(odd) {
	margin-right: 9px;
	clear: left;
}
#relationContents ul li a .title {
}
#relationContents ul li a .image {
	width: 114px;
}
}

@media print {
#relationContents {
	display: none;
}
}


/* pagetop */
#pagetop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 60px;
	width: 42px;
	z-index: 300;
}
.menuOpen #pagetop {
	z-index: 1;
}

@media print, screen and (max-width: 1140px) {
#pagetop {
	right: 0;
}
#pagetop.bottom {
	position: absolute;
	bottom: 30px;
}
}



/* =============================================================================
 Module Styles
============================================================================= */

/* main area property */

#mainArea p,
#mainArea li,
#mainArea dd {
	line-height: 1.7;
}

/* title style */

.pageTitle {
	margin-bottom: 40px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 2.8rem;
}
.cat-recruit .pageTitle {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.pageTitle {
	margin-bottom: 20px;
	font-size: 2.1rem;
	line-height: 1.3;
}
}

.bdrTitleB {
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: 3px #a5a5a5 solid;
	position: relative;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 2rem;
}
.bdrTitleB:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 228px;
	height: 3px;
	background-color: #3a994d;
}

@media screen and (max-width: 767px) {
.bdrTitleB {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	font-size: 1.7rem;
	line-height: 1.3;
}
.bdrTitleB:before {
	bottom: -2px;
	width: 50%;
	height: 2px;
}
}

.bdrTitleL {
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px #3a994d solid;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
.bdrTitleL {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1.3;
}
}

.middleTitle {
	margin-bottom: 35px;
	line-height: 1.2;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 2rem;
}
.middleTitleHead {
	margin-bottom: 0;
	line-height: 1.2;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}
.middleTitleHead_photo {
	margin-bottom: 20px;
	line-height: 1.2;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
.middleTitle {
	margin-bottom: 15px;
	font-size: 1.7rem;
}
.middleTitleHead {
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.middleTitleHead_photo {
	margin-bottom: 15px;
	font-size: 1.6rem;
}
}

.subTitle {
	margin-bottom: 10px;
	line-height: 1.75;
	color: #338844;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
.subTitle {
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.46;
}
}



/* text */

.leadText {
	margin-bottom: 60px;
}

.sup {
	position: relative;
	top: -3px;
	font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
.leadText {
	margin-bottom: 35px;
}
}

.figureParagraph {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.figureParagraph {
}
.sup {
	position: relative;
	top: -4px;
	font-size: 0.9rem;
}
}


/* list style */

.circleList {
	margin-bottom: 60px;
}
.circleList li {
	margin-bottom: 10px;
	padding-left: 18px;
	text-indent: -18px;
	line-height: calc(23.8em/14);
}
.circleList li:before {
	margin-right: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #338844;
}
.circleList li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.circleList {
	margin-bottom: 30px;
}
.circleList li {
	margin-bottom: 5px;
	padding-left: 13px;
	text-indent: -13px;
}
.circleList li:before {
	margin-right: 5px;
}
}

.definitionList {
	margin-bottom: 70px;
}
.definitionList>*:last-child {
	margin-bottom: 0;
}
.definitionList dt {
	margin-bottom: 15px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}
.definitionList dd {
	margin-bottom: 30px;
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
.definitionList {
	margin-bottom: 30px;
}
.definitionList dt {
	font-size: 1.5rem;
}
.definitionList dd {
	margin-bottom: 20px;
	padding-left: 20px;
}
}


.numberList li {
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1.2em;
}

dl.labelList dt {
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1.2em;
	line-height: 1.7;
}
dl.labelList dd {
	margin-bottom: 1rem;
	line-height: 1.7;
}





/* faq list */

.faqList {
	margin-bottom: 60px;
}
.faqList dt {
	margin-bottom: 20px;
	padding: 6px 0 20px 45px;
	border-bottom: 1px #d9d9d9 solid;
	position: relative;
	line-height: 1.7;
	cursor: pointer;
}
.faqList dt:before {
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	content: "Q";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background-color: #b3b3b3;
	font-size: 2rem;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	text-align: center;
	-webkit-transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-ms-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	transition: background-color ease .3s;
}
.faqList dt.accOpen:before {
	background-color: #338844;
}
.faqList dd {
	padding: 0 0 80px 45px;
	position: relative;
	display: none;
}
.faqList dd>*:first-child {
	padding-top: 5px;
}
.faqList dd:before {
	border: 1px #ddd solid;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	content: "A";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	line-height: 32px;
	color: #a0a0a0;
	font-size: 2rem;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.faqList dd>:*last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.faqList dt {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.faqList dd {
	padding-bottom: 40px;
}
}



/* link */

.iconLink {
	display: inline-block;
}
.iconLink span {
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
.iconLink span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	background: #338844;
}
.iconLink span:after {
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	content: "";
	position: absolute;
	top: 9px;
	left: 3px;
	display: block;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iconLink span:hover:before {
	background: #ff6600;
}
.iconOther:after {
	margin-top: -2px;
	margin-left: 5px;
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/global/icon_othersite.png) 0 0 no-repeat;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
.iconLink:hover:before {
	background-color: #ff6600;
}
.iconOther:hover:after {
	background-image: url(../images/global/icon_othersite_on.png);
}


/* btns */

.btnFormal {
	margin: 0 auto;
	width: 333px;
}
.btnFormal a {
	padding-left: 18px;
	border: 1px #e3e3e3 solid;
	position: relative;
	display: block;
	width: 333px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	color: #565656;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btnFormal a:after {
	margin-top: -5px;
	border-top: 2px #dedede solid;
	border-right: 2px #dedede solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
.btnFormal {
	width: auto;
}
.btnFormal a {
	padding-left: 10px;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
}
.btnFormal a:after {
	margin-top: -4px;
	width: 8px;
	height: 8px;
}
}

.btnInquiry {
	margin: 0 auto;
	width: 333px;
	text-align: center;
}
.btnInquiry a {
	position: relative;
	display: block;
	width: 333px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #565656;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
	text-decoration: none;
}
.btnInquiry a:after {
	margin-top: -5px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
.btnInquiry {
	width: auto;
}
.btnInquiry a {
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
}
.btnInquiry a:after {
	margin-top: -4px;
	width: 8px;
	height: 8px;
}
}

.btnPhone {
	margin: 0 auto;
	width: 333px;
}
.btnPhone a {
	padding-left: 17px;
	border: 2px #338844 solid;
	position: relative;
	display: table;
	width: 333px;
	height: 60px;
	line-height: 56px;
	color: #338844;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btnPhone a .number {
	padding-left: 25px;
	display: table-cell;
	background: url(../images/global/icon_phone.png) 0 17px no-repeat;
  -webkit-background-size: 20px 24px;
  background-size: 20px 24px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 3rem;
	vertical-align: middle;
}
.btnPhone a .time {
	display: table-cell;
	line-height: 1;
	font-size: 1.2rem;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
.btnPhone {
	width: auto;
}
.btnPhone a {
	padding-left: 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
}
.btnPhone a:after {
	margin-top: -4px;
	width: 8px;
	height: 8px;
}
.btnPhone a .number {
	padding-left: 20px;
	background: url(../images/global/icon_phone.png) 0 17px no-repeat;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	font-size: 2.2rem;
}
.btnPhone a .time {
	font-size: 1rem;
}
.btnPhone a .time br {
	display: none;
}
}



/* inquiry banner */

.inquiryBanner {
	padding: 25px 0;
	background-color: #f3f3f3;
	text-align: center;
}
.articleBox .inquiryBanner p {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.inquiryBanner {
	padding: 10px calc(20/600*100%);
}
.articleBox .inquiryBanner p {
	margin-bottom: 7px;
}
#mainArea .articleBox .inquiryBanner p {
	line-height: 1.46;
}
}



/* btnPanel */

.btnPanel {
	margin-bottom: 60px;
}
.btnPanel ul {
	margin-bottom: 30px;
	overflow: hidden;
}
.btnPanel ul:last-child {
	margin-bottom: 0;
}
.btnPanel ul:after {
	content: "";
	display: block;
	clear: both;
}
.btnPanel ul li {
	float: left;
	width: 333px;
	margin-bottom:50px;
}
.btnPanel ul li:nth-child(2n) {
	float: right;
}
.btnPanel ul li .label {
	margin-bottom: 5px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
.btnPanel {
	margin-bottom: 30px;
}
.btnPanel ul {
	margin-bottom: 15px;
}
.btnPanel ul li {
	margin-bottom: 15px;
	float: none;
	width: auto;
}
.btnPanel ul li:last-child {
	margin-bottom: 0;
}
.btnPanel ul li:nth-child(2n) {
	float: none;
}
.btnPanel ul li .label {
	font-size: 1.4rem;
}
}


/* btnPanel3 （ボタン3個並びパターン） */
.btnPanel.btnPanel3 ul li {
	width: 300px;
	margin: 0 15px 40px 0;
}
.btnPanel.btnPanel3 ul li:nth-child(2n) {
	float: left;
}
.btnPanel.btnPanel3 ul li:nth-child(3n) {
	margin-right: 0;
}
.btnPanel.btnPanel3 .btnFormal {
	width: 300px;
}
.btnPanel.btnPanel3 .btnFormal a {
	width: 300px;
}
@media print, screen and (min-width: 768px) and (max-width: 1299px) {
.btnPanel.btnPanel3 ul li:nth-child(2n) {
	margin-right: 0;
}
.btnPanel.btnPanel3 ul li:nth-child(3n) {
	margin: 0 15px 40px 0;
}
}
@media screen and (max-width: 767px) {
.btnPanel.btnPanel3 ul li {
	width: 100%;
	margin: 0 0 15px 0;
}
.btnPanel.btnPanel3 ul li:nth-child(2n) {
	float: none;
}
.btnPanel.btnPanel3 ul li:nth-child(3n) {
	margin-right: 0;
}
.btnPanel.btnPanel3 .btnFormal {
	width: auto;
}
.btnPanel.btnPanel3 .btnFormal a {
	width: auto;
}
}


/* anchor link */

.anchorLink {
	padding: 30px 0;
}
.anchorLink ul {
}
.anchorLink ul:after {
	content: "";
	display: block;
	clear: both;
}
.anchorLink ul li {
	margin: 0 13px 15px 0;
	float: left;
	width: 160px;
}
.anchorLink ul li:nth-child(4n) {
	margin-right: 0;
}
.anchorLink ul li a {
	padding-left: 10px;
	border: 1px #d9d9d9 solid;
	position: relative;
	display: block;
	height: 29px;
	line-height: 27px;
	color: #585858;
	text-decoration: none;
}
.anchorLink ul li a:after {
	margin-top: -7px;
	border-top: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
.anchorLink {
	padding: 15px 0;
}
.anchorLink ul li {
	margin: 0 3% 10px 0;
	width: 48.5%;
}
.anchorLink ul li:nth-child(2n) {
	margin-right: 0;
}
}



/* box model */

#mainContents>*:last-child {
	margin-bottom: 0;
}
.articleBox {
	margin-bottom: 60px;
}
.articleBox>*:last-child {
	margin-bottom: 0;
}
.articleBox.mb80 {
	margin-bottom: 80px;
}
.articleBox p {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.articleBox {
	margin-bottom: 30px;
}
.articleBox.mb80 {
	margin-bottom: 40px;
}
}



/* photo column */

.photoColumn {
	margin-bottom: 60px;
}
.photoColumn:after {
	content: "";
	display: block;
	clear: both;
}
.photoColumn .photo {
	width: calc(228/680*100%);
}
.photoColumn .columnText {
	width: calc(425/680*100%);
}
.photoColumnS .photo {
	width: calc(200/680*100%);
}
.photoColumnS .columnText {
	width: calc(455/680*100%);
}
.photoColumn .columnText>:*last-child {
	margin-bottom: 0;
}
.photoColumn .photo img {
	width: 100%;
}
.photoLeft .photo,
.photoRight .columnText {
	float: left;
}
.photoLeft .columnText,
.photoRight .photo {
	float: right;
}

@media screen and (max-width: 767px) {
.photoColumn {
	margin-bottom: 30px;
}
.photoColumn .photo,
.photoColumn .columnText,
.photoColumnS .photo,
.photoColumnS .columnText {
	width: auto;
}
.photoColumn .photo {
	margin-bottom: 10px;
}
.photoLeft .photo,
.photoRight .columnText,
.photoLeft .columnText,
.photoRight .photo {
	float: none;
}
}


/* menu list */

.categoryIndex {
	margin-bottom: 60px;
}
.categoryIndex:after {
	content: "";
	display: block;
	clear: both;
}
.categoryIndex li {
	margin: 0 15px 40px 0;
	float: left;
	width: 303px;
}
.categoryIndex li:nth-child(3n) {
	margin-right: 0;
}
.categoryIndex li:nth-child(3n+1) {
	clear: left;
}
.categoryIndex li a {
	padding: 10px;
	border: 5px #fff solid;
	display: block;
	height: 100%;
	color: #565656;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.categoryIndex li a:hover {
	border-color: #338844;
}
.categoryIndex li a .title {
	margin-top: 5px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}
.categoryIndex li a .image {
}
.categoryIndex li a .image img {
	width: 100%;
}
.categoryIndex li a p {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1299px) {
.categoryIndex li {
	margin: 0 15px 0 0;
	float: left;
	width: calc(50% - 7.5px);
}
.categoryIndex li:nth-child(3n) {
	margin-right: 15px;
}
.categoryIndex li:nth-child(3n+1) {
	clear: none;
}
.categoryIndex li:nth-child(2n) {
	margin-right: 0;
}
.categoryIndex li:nth-child(2n+1) {
	clear: left;
}
}

@media screen and (max-width: 767px) {
.categoryIndex {
	margin-bottom: 30px;
}
.categoryIndex li {
	margin: 0 0 20px;
	float: none;
	width: auto;
}
.categoryIndex li a {
	border: 2px #338844 solid;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
.categoryIndex li a .title {
	font-size: 1.5rem;
}
.categoryIndex li a .image {
	margin-bottom: 10px;
}
}


.pagesIndex {
	margin-bottom: 60px;
}
.pagesIndex:after {
	content: "";
	display: block;
	clear: both;
}
.pagesIndex li {
	margin: 0 13px 40px 0;
	border: 1px #d9d9d9 solid;
	float: left;
	width: 218px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagesIndex li:hover {
	border-color: #338844;
}
.pagesIndex li:nth-child(3n) {
	margin-right: 0;
}
.pagesIndex li:nth-child(3n+1) {
	clear: left;
}
.pagesIndex li a {
	padding: 14px 14px 4px;
	display: block;
	color: #565656;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagesIndex li a .title {
	display: table-cell;
	height: 54px;
	line-height: 1.3275;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.6rem;
	vertical-align: middle;
}
.pagesIndex li a .image {
}
.pagesIndex li a .image img {
	width: 100%;
}
.pagesIndex li a.new {
	position: relative;
}
.pagesIndex li a.new .icon_new {
	position: absolute;
	left: -1px;
	top: -20px;
}

@media screen and (max-width: 767px) {
.pagesIndex {
	margin-bottom: 30px;
}
.pagesIndex li {
	margin: 0 0 10px;
	width: calc(290/600*100%);
}
.pagesIndex li:nth-child(3n+1) {
	clear: none;
}
.pagesIndex li:nth-child(2n) {
	float: right;
}
.pagesIndex li:nth-child(2n+1) {
	clear: left;
}
.pagesIndex li a {
	padding: 10px;
}
.pagesIndex li a .title {
	display: block;
	height: auto;
	font-size: 1.4rem;
}
.pagesIndex li a .image {
	margin-bottom: 5px;
}
.pagesIndex li a.new .icon_new {
	width: 25px;
	height: 25px;
	left: -5px;
	top: -5px;
}
}



/* modal */

.lb-data .lb-close {
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #338844 none;
}
.lb-data .lb-close:before,
.lb-data .lb-close:after {
	margin-top: -1px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 11px;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.lb-data .lb-close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lb-data .lb-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lightbox .lb-image,
.lb-outerContainer {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modalPhotos {
	margin-bottom: 60px;
}
.modalPhotos:after {
	content: "";
	display: block;
	clear: both;
}
.modalPhotos li {
	margin: 0 10px 20px 0;
	float: left;
	width: 220px;
}
.modalPhotos li:nth-child(3n) {
	margin-right: 0;
}
.modalPhotos li:nth-child(3n+1) {
	clear: left;
}
.modalPhotos li a {
	border: 2px #338844 solid;
	position: relative;
	display: block;
}
.modalPhotos li a:before {
	content: "+";
	position: absolute;
	right: -2px;
	bottom: -2px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #338844;
	font-size: 14px;
	text-align: center;
}
.modalPhotos li .label {
	margin-top: 10px;
	font-weight: bold;
}
.modalPhotos li p {
	margin: 5px 0 0;
	font-size: 1.2rem;
}

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

.modalPhotos {
	margin-bottom: 30px;
}
.modalPhotos li {
	margin: 0 3% 10px 0;
	width: 48.5%;
}
.modalPhotos li:nth-child(3n) {
	margin-right: 3%;
}
.modalPhotos li:nth-child(3n+1) {
	clear: none;
}
.modalPhotos li:nth-child(2n) {
	margin-right: 0;
}
.modalPhotos li:nth-child(2n+1) {
	clear: left;
}
.modalPhotos li .label {
	margin-top: 5px;
	font-size: 1.2rem;
}
.modalPhotos li p {
	font-size: 1rem;
}
}












/* =============================================================================
 Top Page Styles
============================================================================= */

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


/* =============================================================================
 company pages Styles
============================================================================= */

.page-compliance .leadText {
	margin-bottom: 40px;
}
.page-compliance .definitionList {
	padding-top: 20px;
	margin-bottom: 30px;
}
.page-compliance article.articleBox.first-child {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
.page-compliance .leadText {
	margin-bottom: 20px;
}
.page-compliance .definitionList {
	padding-top: 10px;
	margin-bottom: 20px;
}
.page-compliance article.articleBox.first-child {
	margin-bottom: 40px;
}
}

/* =============================================================================
 business pages Styles
============================================================================= */



/* business publishing */

.page-publishing .pagesIndex li a {
	padding-bottom: 0;
}
.page-publishing .pagesIndex li a .title {
	height: 40px;
}

.cat-business .caution {
	margin-top: -20px;
}

.cat-business h3.subTitle {
	margin-bottom: 0;
}

.cat-business.page-optimization_support li.subTitle {
	font-weight: bold;
}
.cat-business.page-optimization_support .articleBox ul {
	margin-bottom: 20px;
}

.cat-business.page-mamafriend h2.middleTitle {
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
.page-publishing .pagesIndex li a .title {
	height: 25px;
}
}
















/* =============================================================================
 Temproray pages Styles
============================================================================= */





#globalnavi .socialLinks {
	display: none;
}







/* TOP common */
#topPage #globalheader.hasAlert {
	height: 142px;
	position: relative;
}
#topPage #globalheader .headerAlert {
	display: block;
	position: absolute;
	right: 220px;
	width: calc(100% - 270px);
	padding-top: 5px;
}
#topPage #globalheader .headerAlert a {
	color: #d70000;
	border: 1px solid;
	height: 38px;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition-duration: .3s;
}
#topPage #globalheader .headerAlert a:hover {
	text-decoration: none;
	opacity: .7;
}
#topPage #globalheader .headerAlert a p{
	width: 100%;
}

@media print, screen and (max-width: 1299px) {
#topPage #globalheader.hasAlert {
	position: static;
}
#topPage #globalheader .headerAlert {
	width: auto;
	left: 0;
	right: 220px;
	margin: auto;
	padding: 5px 0 0 20px;
}
}

@media print, screen and (min-width: 768px) {
#topPage #globalnavi.hasAlert .mainMenu>li .lowerMenu {
	top: 142px;
}
}

@media print, screen and (max-width: 767px) {
#topPage #globalheader.hasAlert {
	height: 41px;
	position: fixed;
}
#topPage #globalheader .headerAlert {
	display: none;
}
}

@media print, screen and (min-width: 768px) and (max-width: 1299px) {
#topPage #globalheader {
   max-width: inherit;
}
#topPage #globalnavi {
   max-width: inherit;
}
#topPage #globalnavi .mainMenu {
   height: 42px;
}
#topPage #globalnavi .mainMenu>li .lowerMenu dl {
   max-width: inherit;
}
#topPage #globalnavi .subMenu {
   margin: -70px 415px 0 0;
   position: static;
   float: right;
}
#topPage #globalnavi .siteSearch {
   margin: -82px 220px 0 0;
   position: static;
   float: right;
}
#topPage #globalnavi .linkOnlineshop {
   margin-top: -100px;
   position: static;
   float: right;
}
#topPage #globalnavi.hasAlert .mainMenu>li .lowerMenu {
	top: 142px;
}
#topPage #globalnavi.hasAlert .subMenu {
   margin-top: -112px;
}
#topPage #globalnavi.hasAlert .siteSearch {
   margin-top: -124px;
}
#topPage #globalnavi.hasAlert .linkOnlineshop {
   margin-top: -142px;
}
}


/* TOP */
#mainArea.topPage {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
#mainArea.topPage {
	margin-top: 41px;
}

#mainArea.topPage .topPageAlert {
  padding: 0 10px 5px calc(20/640*100%);
}
#mainArea.topPage .topPageAlertInner {
	display: flex;
	width: 100%;
}
#mainArea.topPage .topPageAlert a {
	color: #d70000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	min-height: 24px;
	border: 1px solid;
	padding: 2px 5px;
	transition-duration: .3s;
}
#mainArea.topPage .topPageAlert a p {
	font-size: 1rem;
	line-height: 1.2rem;
}
#mainArea.topPage .topPageAlert a:hover {
	text-decoration: none;
	opacity: .7;
}
}
@media print, screen and (min-width: 768px) {
#mainArea.topPage {
	width: 100%;
	padding: 0 0;
	max-width: none;
}
#topVisualContents {
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	max-width: 1300px;
	position: relative;
	z-index: 1;
}
}

/* TOP Slider Overwrite Stype */
.visualSlider .only-sp {
	display: none;
}
#topVisualContents .bx-wrapper {
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
@media screen and (max-width: 767px) {
.visualSlider .only-pc {
	display: none;
}
.visualSlider .only-sp {
	display: block;
}
}

/* TOP */
@media screen and (max-width: 767px) {
#topMenu .visualMenu {
	margin-top: 3px;
}
#topMenu .visualMenu li {
	float: left;
	width: 50%;
}
#topMenu .visualMenu li:first-child {
	float: none;
	width: 100%;
}
}
@media print, screen and (min-width: 768px) {
#topMenu .visualMenu {
	margin-top: 1px;
}
#topMenu .visualMenu li {
	float: left;
	width: 20%;
}
}
#topMenu .visualMenu li img {
	width: 100%;
}

/* TOP */
#topMenu .bannerMenu {
	display: block;
	background: #f2f2f2;
}
#topMenu .bannerMenu li {
	display: block;
}
#topMenu .bannerMenu li img {
	width: 100%;
}

@media screen and (max-width: 767px) {
#topMenu .bannerMenu {
	padding: calc(20/640*100%);
}
#topMenu .bannerMenu li {
	margin-bottom: calc(20/640*100%);
}
	#topMenu .bannerMenu li:last-of-type {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 768px) {
#topMenu .bannerMenu {
	margin-bottom: 30px;
	padding: 10px 0;
}
#topMenu .bannerMenu li {
	margin-left: 0.769%;
	float: left;
	width: 32.29%;
}
	#topMenu .bannerMenu li:last-of-type {
	}
}

/* TOP */
.areaTitle {
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
.areaTitle {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 1.5rem;
}
}
@media print, screen and (min-width: 768px) {
.areaTitle {
	margin-bottom: 22px;
	padding-top: 22px;
	font-size: 2.2rem;
}
}
#topContents a {
	color: #565656;
}
@media print, screen and (min-width: 768px) {
#topContents .contentBox {
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
}
}

/* TOP */
#topContents .infoColumn {
	border: 1px #dcdcdc solid;
}
#topContents .infoColumn p {
	text-align: center;
	line-height: 2.1;
}
@media screen and (max-width: 767px) {
#topContents .infoColumn {
	margin: 20px 10px;
	margin-right: calc(20/640*100%);
	margin-left: calc(20/640*100%);
	padding: 10px 5px;
}
#topContents .infoColumn p {
	font-size: 1rem;
	letter-spacing: .04em;
	line-height: 1.8;
}
}
@media print, screen and (min-width: 768px) {
#topContents .infoColumn {
	margin: 30px 0;
	padding: 42px;
}
#topContents .infoColumn p {
	line-height: 2.1;
}
}

/* TOP */
#topContents #newsArea {
	background: #f5f9f5;
}
#topContents .newsList  {
	padding: 0 16px;
	display: block;
	background: #fff;
}

#topContents .newsList > li {
	border-bottom: 1px #dcdcdc dashed;
}
#topContents .newsList > li:last-child {
	border-bottom: none;
}

#topContents #markArea .markList {
	margin: 18px 0;
	text-align: right;
}
#topContents #markArea .markList li {
	margin-left: 28px;
	display: inline-block;
	vertical-align: middle;
}
#topContents #markArea .markList li:first-child {
	width: 85px;
}
#topContents #markArea .markList li:nth-child(2) {
	width: 115px;
}

@media print, screen and (min-width: 768px) {
#topContents .newsList > li {
	border-bottom: 1px #dcdcdc dashed;
	display: table;
	width: 100%;
}
#topContents .newsList > li > div {
padding: 25px 0;
display: table-cell;
vertical-align: middle;
}
#topContents .newsList > li > .date {
	padding-left: 10px;
	width: 145px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 767px) {
#topContents #newsArea > .contentBox {
	padding-right: calc(20/640*100%);
	padding-left: calc(20/640*100%);
}
#topContents .newsList {
	padding: 10px 5px;
}
#topContents .newsList > li {
	margin: 0 15px;
	padding: 15px 0;
}
#topContents #markArea .markList {
	text-align: center;
}
#topContents #markArea .markList li {
	margin: 0 25px;
}
}

#topContents #newsArea .moreLink {
	padding: 20px 0;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
	text-align: right;
	padding-right: 20px;
}
#topContents #newsArea .moreLink a {
    position: relative;
}
#topContents #newsArea .moreLink a::after {
    margin-top: -4px;
    border-top: 1px #565656 solid;
    border-right: 1px #565656 solid;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -12px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* NEWS UNDER */
#mainArea.col3.newsUnder #content {
	float: left;
	width: 100%;
}
#mainArea.col3.newsUnder #mainContents {
	width: 946px;
}
#mainArea.col3.newsUnder .bdrTitleB:first-child {
	margin-bottom: 14px;
}
#mainArea.col3.newsUnder .newsDate {
	margin-bottom: 40px;
	font-size: 1.4rem;
	font-weight: normal;
}

#mainArea .page-news-under .backLink {
	font-size: 1.6rem;
}
#mainArea .page-news-under .backLink a {
	position: relative;
	padding-left: 2em;
	color: #585858;
}
#mainArea .page-news-under .backLink a:hover {
	color: #ff6600;
}
#mainArea .page-news-under .backLink a:before {
	border-right: 2px solid #585858;
	border-top: 2px solid #585858;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(225deg);
	width: 8px;
}
#mainArea .page-news-under .backLink a:hover:before {
	border-right: 2px solid #ff6600;
	border-top: 2px solid #ff6600;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
#mainArea {
	margin-bottom: 40px;
}
#mainArea.col3.newsUnder #relationContents {
	margin-top: 80px;
}
#mainArea.col3.newsUnder #relationContents .relationBox {
	width: 68%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
#mainArea.col3.newsUnder #content {
	float: none;
	width: 100%;
}
#mainArea.col3.newsUnder #mainContents {
	width: 93.75%;
	margin: 0 calc(0.03125 * 100%);
}
#mainArea.col3.newsUnder .bdrTitleB:first-child {
	margin-bottom: 10px;
}
#mainArea.col3.newsUnder .newsDate {
	margin-bottom: 30px;
	font-size: 1.2rem;
	font-weight: normal;
}

#mainArea .page-news-under .backLink {
	font-size: 1.4rem;
}
#mainArea .page-news-under .backLink a {
	padding-left: 1.4em;
}
#mainArea .page-news-under .backLink a:before {
	border-right: 2px solid #585858;
	border-top: 2px solid #585858;
	height: 6px;
	margin-top: -3px;
	width: 6px;
}
#mainArea .page-news-under .backLink a:hover:before {
	border-right: 2px solid #ff6600;
	border-top: 2px solid #ff6600;
}
}


/* TOP */
#topContents #publishingArea {
	margin-bottom: 10px;
}
#topContents .publishingList .category_ico {
	margin: 10px 0 8px;
	color: #fff;
	background: #d44052;
	display: inline-block;
	font-size: 1rem;
	padding: 2px 3px;
}
	#topContents .publishingList .category_n01 {
		background: #993333;
	}
	#topContents .publishingList .category_n02 {
		background: #77b46f;
	}
	#topContents .publishingList .category_n03 {
		background: #996699;
	}
	#topContents .publishingList .category_n04 {
		background: #999966;
	}
	#topContents .publishingList .category_n05 {
		background: #666699;
	}
	#topContents .publishingList .category_n06 {
		background: #78a9ad;
	}

@media screen and (max-width: 767px) {
#topContents #publishingArea > .contentBox {
	padding-right: calc(20/640*100%);
	padding-left: calc(20/640*100%);
}
#topContents .publishingList {
	margin: 0 5%;
}
#topContents .publishingList li {
	margin-bottom: 20px;
	float: left;
	width:50%;
	padding: 0 10%;
	box-sizing: border-box;
	line-height: 1.4;

}
	#topContents .publishingList li:nth-of-type(2n) {
	}
	#topContents .publishingList li:nth-of-type(2n+1) {
		clear: both;
	}
}
@media print, screen and (min-width: 768px) {
#topContents .publishingList li {
	margin-bottom: 20px;
	margin-right: 7.9%;
	float: left;
	width:10%;
	line-height: 1.4;
}
	#topContents .publishingList li:nth-of-type(6n) {
		margin-right: 0;
	}
	#topContents .publishingList li:nth-of-type(6n+1) {
		clear: both;
	}
}

#topContents .publishingList li > a {
	display: block;
}
@media screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
}
/* TOP */
#topContents #bannerArea {
	background: #f1f1f1;
}
#topContents .bannerList {
	display: block;
}
#topContents .bannerList li img {
	width: 100%;
}
@media screen and (max-width: 767px) {
#topContents #bannerArea {
	padding: 25px 0;
	padding-left: calc(100/640*100%);
	padding-right: calc(100/640*100%);
}
#topContents .bannerList li {
	margin-bottom: calc(20/640*100%);
}
	#topContents .bannerList li:last-of-type {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 768px) {
#topContents #bannerArea {
	padding: 30px 0;
}
#topContents .bannerList li {
	margin-right: 5%;
	float: left;
	width: 20.8%;
}
	#topContents .bannerList li:last-of-type {
		margin-right: 0;
	}
}

/* categoryNavi */
.categoryNavi .categoryLabel,
.categoryNaviWrap .categoryLabel
 {
	margin-bottom: 0;
	background: #f3f3f3;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.7rem;
}
.categoryNavi .categoryLabel a,
.categoryNaviWrap .categoryLabel a
 {
	padding: 15px 20px 15px 10px;
	position: relative;
	display: block;
	color: #585858;
	text-decoration: none;
}
.categoryNavi .categoryLabel a:before,
.categoryNaviWrap .categoryLabel a:before {
	margin-top: -6px;
	border-top: 2px #a5a5a5 solid;
	border-right: 2px #a5a5a5 solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.categoryNavi>ul {
	margin-bottom: 15px;
}
.categoryNavi>ul>li {
	border-bottom: 1px #d9d9d9 solid;
}
.categoryNavi>ul>li>a {
	padding: 12px 0 12px 0;
	position: relative;
	display: block;
	color: #585858;
	text-decoration: none;
}
.categoryNavi>ul>li>a:hover,
.categoryNavi>ul>li>a.current {
	color: #338844;
	background-color: #f3f3f3;
}
.categoryNavi>ul>li>ul {
	border-top: 1px #d9d9d9 solid;
	padding: 1em 0;
}
.categoryNavi>ul>li>ul li a {
	padding: 6px 0 6px 1em;
	display: block;
	color: #565656;
	text-decoration: none;
	text-indent: -1em;
}
.categoryNavi>ul>li>ul li a:before {
	content: "・";
}
.categoryNavi>ul>li>ul li a:hover,
.categoryNavi>ul>li>ul li a.current {
	color: #338844;
	background-color: #eaf3ec;
}
.categoryNavi .straight li {
	border: none;
	padding: 2px 0;
}
.categoryNavi .straight li a {
	padding: 2px 0;
}
.categoryNavi .straight li a:hover {
	background-color: transparent;
}


/* sitemap */
#sitemapPage {
}
#sitemapPage .categoryNavi>ul>li>a {
	padding: 12px 0 12px 10px;
}
#sitemapPage .categoryNavi>ul.straight>li>a {
	padding: 6px 0 6px 10px;
}
#sitemapPage .categoryNavi .clmBox > ul {
	margin-bottom: 15px;
}
#sitemapPage .categoryNavi .clmBox > ul > li {
	border-bottom: 1px solid #d9d9d9;
}
#sitemapPage .categoryNavi .clmBox > ul > li > a {
	padding: 12px 0 12px 10px;
	color: #585858;
	display: block;
	position: relative;
	text-decoration: none;
}
#sitemapPage .categoryNavi .clmBox >ul>li>a:hover,
#sitemapPage .categoryNavi .clmBox >ul>li>a.current {
	color: #338844;
	background-color: #f3f3f3;
}
#sitemapPage .categoryNavi .clmBox .straight li {
	border: none;
	padding: 2px 0;
}
#sitemapPage .categoryNavi .clmBox .straight li a {
	padding: 2px 0;
}
#sitemapPage .categoryNavi .clmBox .straight li a:hover {
	color: #ff6600;
	background-color: #ffffff;
}
#sitemapPage .categoryNavi ul li.txt_short {
	letter-spacing: -0.5px;
}
#sitemapPage .categoryNavi ul li.txt_short ul li {
	letter-spacing: normal;
}


@media screen and (max-width: 767px) {
#sitemapArticle .column {
	width:100%;
}
#sitemapArticle > .two_col {
}
#sitemapArticle > .column:last-of-type,
#sitemapArticle > .two_col .column:last-of-type {
}
}
@media print, screen and (min-width: 768px) {
#sitemapArticle .column {
	margin-right: 30px;
	width: 210px;
	float: left;
}
#sitemapArticle > .two_col {
	width: 450px;
}
#sitemapArticle > .column:last-of-type,
#sitemapArticle > .two_col .column:last-of-type {
	margin-right: 0;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1299px) {
#sitemapArticle > .column {
	margin-right: 35px;
}
#sitemapArticle > .column:nth-of-type(3n) {
	margin-right: 0;
}
#sitemapArticle > .column:nth-of-type(3n+1) {
	clear: left;
}
#sitemapArticle > .column:last-child {
	margin-top: 30px;
	width: 100%;
}
#sitemapArticle .clmBox {
	width: 210px;
	margin-right: 35px;
	float: left;
}
#sitemapArticle .clmBox:nth-of-type(2) {
	margin-right: 30px;
}
#sitemapArticle .clmBox:last-child {
	margin-right: 0;
}
}
@media screen and (max-width: 767px) {
#sitemapArticle > .two_col ul.mb00 {
	margin-bottom: 0;
}
}

/* 404 */
.page-404 .gotoLink {
	margin-top: -1em;
}
.page-404 .gotoLink p {
	margin-bottom: 0.8em;
}

/* companyIndex */
.cat-company .categoryIndex > li {
	margin: 0 15px 40px 0;
	float: left;
	width: 303px;
}
.cat-company .categoryIndex > li:nth-child(3n) {
	margin-right: 0;
}
.cat-company .categoryIndex > li:nth-child(3n+1) {
	clear: left;
}
.cat-company .categoryIndex li a .title {
    border-bottom: #d9d9d9 1px solid;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.cat-company .categoryIndex li.extend {
	margin-right: -25px;
	width: 623px;
	float: left;
}
.cat-company .categoryIndex li.extend ul {
	padding: 15px 0 0 0;
	width: 100%;

}
.cat-company .categoryIndex li.extend li {
	margin: 0;
	margin-right: 15px;
	margin-bottom: 14px;
	padding: 0;
	width: 303px;
}
.cat-company .categoryIndex li.extend li:nth-of-type(even) {
	margin-right: 0;
}
.cat-company .categoryIndex li.extend li a {
	margin: 0;
	padding: 0;
	border: 1px #d9d9d9 solid;
	width: 303px;
	box-sizing: border-box;
}
.cat-company .categoryIndex li.extend li .title {
	padding-left: 1em;
	display: table-cell;
	width: 203px;
	border: none;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.2;
}
.cat-company .categoryIndex li.extend li .image {
	display: table-cell;
	width: 100px;
	box-sizing: border-box;
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
.cat-company .categoryIndex > li {
	margin: 0 15px 40px 0;
	float: left;
	width: calc(50% - 7.5px);
}
.cat-company .categoryIndex > li:nth-child(3n) {
	margin-right: 15px;
}
.cat-company .categoryIndex > li:nth-child(3n+1) {
	clear: none;
}

.cat-company .categoryIndex > li:nth-child(2n) {
	margin-right: 0;
}
.cat-company .categoryIndex > li:nth-child(2n+1) {
	clear: left;
}
}

@media screen and (max-width: 767px) {
.cat-company .categoryIndex {
	margin-bottom: 30px;
}
.cat-company .categoryIndex li {
	margin: 0 0 20px;
	float: none;
	width: auto;
}
.cat-company .categoryIndex li > a {
	border: 2px #338844 solid;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
.cat-company .categoryIndex li a .title {
	font-size: 1.5rem;
}
.cat-company .categoryIndex li a .image {
	margin-bottom: 10px;
}

.cat-company .categoryIndex li.extend {
	margin-right: 0;
	width: 100%;
	float: none;
}
.cat-company .categoryIndex li.extend li {
	margin-right: 0;
	width: 100%;
}
.cat-company .categoryIndex li.extend li a {
	width: 100%;
	display: table;
}
.cat-company .categoryIndex li.extend li a .title {
	width: 70%;
}
.cat-company .categoryIndex li.extend li a .image {
	width: 30%;
}
.cat-company .categoryIndex li.extend li .image img {
	width: 100%;
}
}

@media print {

.cat-company .categoryIndex {
	width: 100%;
}
.cat-company .categoryIndex > li:nth-child(3n+1) {
	clear: none;
	float: left;
}

.cat-company .categoryIndex > li:nth-child(2n) {
	margin-right: 0;
	float: left;
}
.cat-company .categoryIndex > li:nth-child(2n+1) {
	float: left;
}
.cat-company .categoryIndex > li {
	margin: 0 0 10px 0;
	clear: none;
	float: left;
	width: 30%;
}
.cat-company.page-index ul.categoryIndex li.extend {

}
.cat-company.page-index ul.categoryIndex li.extend ul li {

}
}



/* companyMessage */
.cat-company.page-message .photoColumn {
	margin-bottom: 10px;
}
.cat-company.page-message .messageSign {
	margin-top: 3rem;
	display: table;
	margin-left: auto;
	margin-right: 0;
}
.cat-company.page-message .messageSign div {
	display: table-cell;
	vertical-align: middle;
}
.cat-company.page-message .messageSign .title {
	padding-right: 1em;
	font-size: 1.2rem;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
.cat-company.page-message .photoLeft .photo, .photoRight .columnText {
	float: none;
}
.cat-company.page-message .photoLeft .columnText, .photoRight .photo {
	width: 45%;
	margin-left: 20px;
	float: right;
}
.cat-company.page-message .photoColumn .columnText {
	width: auto;
}

.cat-company.page-message .photoColumn .photo {
	width: calc(0.335294 * 100%);
}
.cat-company.page-message .messageSign .name {
	width: 100px;
}
}


/* companyTextlineTable (Module) */

.cat-company .textlineTable  {
	display: block;
}
.cat-company .textlineTable > dt {
	display: block;
	clear: left;
	box-sizing: border-box;
	line-height: 1.8 !important;
	font-weight: bold;
}
.cat-company .textlineTable > dd {
	display: block;
	box-sizing: border-box;
	line-height: 1.8 !important;
}
.cat-company .textlineTable .numberList li {
	padding-left: 2.2em;
	text-indent: -2.7em;
}
.cat-company.page-outline .textlineTable .numberList li {
	margin-bottom: 0.2em;
}
.cat-company .textlineTable .label2 {
	display: inline-block;
	width: 10em;
}

@media screen and (max-width: 767px) {
.cat-company .textlineTable  {
	border-bottom: 1px #d9d9d9 solid;
}
.cat-company .textlineTable > dt {
	padding: 10px 20px 2px;
	border-top: 1px #d9d9d9 solid;
}
.cat-company .textlineTable > dd {
	display: block;
	padding:  2px 20px 10px;
}
}
@media print, screen and (min-width: 768px) {
.cat-company .textlineTable  {
	display: block;
	border-bottom: 1px #d9d9d9 solid;
}
.cat-company .textlineTable > dt {
	padding: 10px 20px;
	border-top: 1px #d9d9d9 solid;
	float: left;
	width: 20%;
}
.cat-company .textlineTable > dd {
	padding:  10px 20px;
	border-top: 1px #d9d9d9 solid;
	float: left;
	width: 80%;
}
.cat-company.page-outline .textlineTable > dd {
	padding:  10px 0 10px 20px;
}
.cat-company .textlineTable dl.addressList dd {
	padding-left: 9px;
}
}

/* companyStatement */
.cat-company.page-statement .photoColumn {
	text-align: center;
}
.cat-company.page-statement .photoColumn .photo {
	width: 100%;
}
.cat-company.page-statement .photoColumn .columnText {
	width: 100%;
}
.cat-company.page-statement .statement_lead {
	margin: 30px auto 22px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 2.6rem;
	font-weight: 100;
	line-height: 1.7;
}


@media screen and (max-width: 767px) {
.cat-company.page-statement .statement_lead {
	margin: 14px auto 8px;
	font-size: 2.0rem;
	line-height: 1.32;
}
}

/* companyGroup */
@media print, screen and (min-width: 768px) {
.cat-company.page-group .textlineTable > dt {
	width: 35%;
	padding-left: 0;
}
.cat-company.page-group .textlineTable > dd {
	width: 60%;
}
}
/* companyHistory */
@media print, screen and (min-width: 768px) {
.cat-company.page-history .textlineTable  {
	position: relative;
	border-left: 2px #d9d9d9 solid;
	border-bottom: none;
}
.cat-company.page-history .textlineTable > dt {
	border-top: none;
	padding-top: 0;
	padding-bottom: 40px;
	padding-right: 0;
	padding-left: 30px;
	width: 30%;
	position: relative;
	font-size: 1.5rem;
}
.cat-company.page-history .textlineTable > dt::before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: -10px;
	width: 16px;
	height: 16px;
	background-color: #a5a5a5;
	border: 1px solid #a5a5a5;
	border-radius: 100%;
	z-index: 100;
}
.cat-company.page-history .textlineTable > dt:first-of-type::after {
	display: block;
	content: '';
	position: absolute;
	left: -10px;
	top: -5px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	z-index: 10;
}
.cat-company.page-history .textlineTable > dt:last-of-type::after {
	display: block;
	content: '';
	position: absolute;
	left: -10px;
	bottom: -20px;
	width: 18px;
	height: 36px;
	background-color: #fff;
	z-index: 10;
}
.cat-company.page-history .textlineTable > dd {
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 10px;
	border-top: none;
	width: 70%;
}
.cat-company.page-history .textlineTable > dt:last-of-type,
.cat-company.page-history .textlineTable > dd:last-of-type {
	padding-bottom: 0;
	padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.cat-company.page-history .textlineTable  {
	width: 0 auto;
	margin: 0 3%;
	position: relative;
	border-left: 2px #d9d9d9 solid;
	border-bottom: none;
}
.cat-company.page-history .textlineTable > dt {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0.2em;
	padding-right: 0;
	padding-left: 30px;
	width: 100%;
	position: relative;
	font-size: 1.5rem;
}
.cat-company.page-history .textlineTable > dt::before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: -10px;
	width: 16px;
	height: 16px;
	background-color: #a5a5a5;
	border: 1px solid #a5a5a5;
	border-radius: 100%;
	z-index: 100;
}
.cat-company.page-history .textlineTable > dt:first-of-type::after {
	display: block;
	content: '';
	position: absolute;
	left: -10px;
	top: -5px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	z-index: 10;
}
.cat-company.page-history .textlineTable > dt:last-of-type::after {
	display: block;
	content: '';
	position: absolute;
	left: -10px;
	bottom: -20px;
	width: 18px;
	height: 36px;
	background-color: #fff;
	z-index: 10;
}
.cat-company.page-history .textlineTable > dd {
	padding-top: 0px;
	padding-bottom: 2em;
	padding-left: 30px;
	padding-right: 0;
	border-top: none;
	width: 100%;
}
.cat-company.page-history .textlineTable > dt:last-of-type,
.cat-company.page-history .textlineTable > dd:last-of-type {
	padding-bottom: 0;
	padding-right: 0;
}

}


/* companyOrganization */
@media screen and (max-width: 767px) {
.page-organization .organiizationGraph .alignright {
	margin-bottom: 1em;
}
}
@media print, screen and (min-width: 768px) {
.page-organization .organiizationGraph {
	text-align: center;
	position: relative;
}
.page-organization .organiizationGraph .alignright {
/*	margin-bottom: -1em;*/
position: absolute;
top: 0;
right: 0;
font-size: 1.6rem;
}
}

/* companyOffice */
.cat-company.page-office .anchorLink ul li {
	margin: 0 14px 15px 0;
	width: 126px;
}
.cat-company.page-office .anchorLink ul li:nth-child(5n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
.cat-company.page-office .anchorLink ul li {
	margin: 0 3% 10px 0;
	width: 48.5%;
}
.cat-company.page-office .anchorLink ul li:nth-child(5n) {
	margin-right: 3%;
}
.cat-company.page-office .anchorLink ul li:nth-child(2n) {
	margin-right: 0;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1299px) {
.cat-company.page-office .anchorLink ul li {
	margin-right: 10px;
}
}

.cat-company.page-office .officeTable  {
	position: relative;
	display: block;
}
.cat-company.page-office .mapBlock .gm-style-iw {
	line-height: 1.4;
}
.cat-company.page-office .officeTable > dt {
	display: block;
	clear: left;
	box-sizing: border-box;
	line-height: 1.8 !important;
	font-weight: bold;
}
.cat-company.page-office .officeTable > dd {
	display: block;
	box-sizing: border-box;
	line-height: 1.8 !important;
}
.cat-company.page-office .officeTable.officeTableHead > dt,
.cat-company.page-office .officeTable.officeTableHead > dd  {
	background: #f3f3f3;
}

.cat-company.page-office .officeTable .numberList li {
	padding-left: 2.2em;
	text-indent: -2.7em;

}
.cat-company.page-office .officeTable .label2 {
	display: inline-block;
	width: 10em;
}
.cat-company.page-office .officeTable > dd .map {
	position: absolute;
	top: 15px;
	right: 20px;
}
.cat-company.page-office .officeTable > dd .map a {
	padding: 1px 10px;
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	background: #565656;
}
.cat-company.page-office .officeTable > dd .map a:hover {
	text-decoration: none;
	opacity: 0.6;
}
@media screen and (max-width: 767px) {

.cat-company.page-office #map_canvas {
	width: 100%;
	height: 320px !important;
}
.cat-company.page-office .officeArea  {
	padding-top: 10px;
	margin-bottom: 10px;
}
.cat-company.page-office .officeTable  {
	border-bottom: 1px #d9d9d9 dotted;
}
.cat-company.page-office article .officeTable:first-of-type  {
	border-top: 1px #d9d9d9 solid;
}
.cat-company.page-office article .officeTable:last-of-type  {
	border-bottom: 1px #d9d9d9 solid;
}
.cat-company.page-office .officeTable > dt {
	padding: 10px 20px 2px;
}
.cat-company.page-office .officeTable > dd {
	display: block;
	padding:  2px 20px 10px;
}
}
@media print, screen and (min-width: 768px) {
.cat-company.page-office .officeArea  {
	padding-top: 20px;
	margin-bottom: 20px;
}
.cat-company.page-office .officeTable  {
	display: table;
	border-top: 1px #d9d9d9 dotted;
	border-bottom: 1px #d9d9d9 dotted;
	width: 100%;
}
.cat-company.page-office article .officeTable:last-of-type  {
	display: table;
	border-bottom: 1px #d9d9d9 solid;
}
.cat-company.page-office .officeTable > dt {
	padding: 15px 20px;
	display: table-cell;
	width: 25%;
}
.cat-company.page-office .officeTable > dd {
	padding:  15px 15px;
	display: table-cell;
	width: 75%;
}
}

/* socialmedia */
.cat-company.page-socialmedia .serviceName {
	background-color: #f3f3f3;
	padding: 15px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.cat-company.page-socialmedia .accountListItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 10px 20px 15px;
}
.cat-company.page-socialmedia .accountListItem .label {
	margin: 0;
}
.cat-company.page-socialmedia .accountListItem a {
	letter-spacing: -0.01em;
	display: block;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.cat-company.page-socialmedia .accountListItem {
		display: block;
		font-size: 1.2rem;
		padding: 15px 10px;
	}
	.cat-company.page-socialmedia .accountListItem .label {
		margin-bottom: 0.5em;
	}
	.cat-company.page-socialmedia .accountListItem a {
		line-height: 1.7rem;
	}
}

/* companyPivacypolicy (Module) */
.cat-company .dateText {
	display: block;
	width: 100%;
}
.cat-company  .contactColumn  {
	line-height: 1.5;
}
.cat-company  .contactColumn h2 {
	margin-bottom: 20px;
	position: relative;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}
.cat-company  .contactColumn .columnBlock {
	background: #f3f3f3;
}
.cat-company .dateText.alignright.add {
	margin-top: -20px;
	margin-bottom: 24px;
}
.cat-company.page-privacypolicy .dateText.alignright.add {
	margin-top: -30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.cat-company  .contactColumn h2 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.cat-company  .contactColumn .columnBlock {
	padding: 15px 5%;
}
.cat-company.page-privacypolicy .articleBox p {
	margin-bottom: 25px;
}
.cat-company .dateText.alignright.add {
	margin-top: -10px;
	margin-bottom: 12px;
}
.cat-company.page-privacypolicy .dateText.alignright.add {
	margin-top: -10px;
	margin-bottom: 12px;
}
}
@media print, screen and (min-width: 768px) {
.cat-company  .contactColumn h2 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.cat-company  .contactColumn .columnBlock {
	padding: 18px 25px;
}
.cat-company.page-privacypolicy .articleBox p {
	margin-bottom: 40px;
}
}


/* faqIndex (Module) */
@media print, screen and (min-width: 768px) {
.cat-faq .categoryNavi {
	margin-bottom: 35px;
	width: 330px;
}
.cat-faq .categoryNavi:nth-of-type(odd) {
	float: left;
	clear: both;
}
.cat-faq .categoryNavi:nth-of-type(even) {
	float: right;
}
}

.faqList dt::before {
    top: 50%;
    margin-top: -20px;
}

/* inquiry (Module) */
.cat-inquiry  .contactInfoColumn  {
	line-height: 1.5;
}
.cat-inquiry  .contactInfoColumn dt {
	font-weight: bold;
}
.cat-inquiry  .contactInfoColumn .columnBlock {
	border: 1px #d9d9d9 solid;
}
@media screen and (max-width: 767px) {
.cat-inquiry  .contactInfoColumn h2 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.cat-inquiry  .contactInfoColumn .columnBlock {
	padding: 15px;
}
}
@media print, screen and (min-width: 768px) {
.cat-inquiry  .contactInfoColumn h2 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.cat-inquiry  .contactInfoColumn .columnBlock {
	padding: 28px 20px;
}
}

.cat-inquiry .pageTitle .status {
	border: 1px #338844 solid;
	display: inline-block;
	color: #338844;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
.cat-inquiry .pageTitle .label {
	display: inline-block;
	margin-bottom: 3px;
}
.cat-inquiry .pageTitle .status {
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	font-size: 1.3rem;
}
}
@media print, screen and (min-width: 768px) {
.cat-inquiry .pageTitle .status {
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 3px 7px;
	font-size: 1.6rem;
}
}


/* inquiry index */
.borderTable {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.borderTable tr,
.borderTable td,
.borderTable th {
display: block;
box-sizing: border-box;
text-align: left;
}
.borderTable tr:after {
content: "";
display: block;
clear: both;
}

.th02,.th03,.td03,.td04 {
float: left;
width: 50%;
}
.borderTable td,
.borderTable th {
	padding: 10px 1em;
	line-height: 1.5;
}
.borderTable tr:first-of-type {
	background: #d9d9d9;
}
.borderTable tr .lv00:first-of-type {
	border-bottom: 1px #fff solid;
}
}
@media print, screen and (min-width: 768px) {
.borderTable th, .borderTable td {
	padding: 15px 10px;
	border: #d9d9d9 1px solid;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}
.borderTable td.lv04 {
	font-weight: bold;
}
.borderTable tr:first-of-type th {
	background: #f3f3f3;
	font-weight: bold;
	vertical-align: middle;
}
.borderTable .sub {
	font-size: 80%;
}
}

@media screen and (max-width: 767px) {
.borderTable {
	border: 1px #d9d9d9 solid;
}
.borderTable .lv01 {
	border-bottom: 1px #d9d9d9 solid;
	background: #f3f3f3;
}
.borderTable li {
	font-weight: normal !important;
}
.borderTable p {
	margin: 0 !important;
}
.borderTable td.lv04 {
	font-weight: bold;
}
.cat-inquiry.page-index .borderTable tr:nth-of-type(1) th:nth-of-type(2),
.cat-inquiry.page-index .borderTable .lv03 {
	width: 35%;
	float: left;
}
.cat-inquiry.page-index .borderTable tr:nth-of-type(1) th:nth-of-type(3),
.cat-inquiry.page-index .borderTable .lv04 {
	width: 62%;
	float: right;
}
.cat-inquiry.page-index .borderTable li {
	list-style: disc inside;
	margin-bottom: -3px;
}
}

@media print, screen and (min-width: 768px) {
.cat-inquiry.page-index #contactList01 .lv01,
.cat-inquiry.page-index #contactList02 .lv01,
.cat-inquiry.page-index #contactList03 .lv01,
.cat-inquiry.page-index #contactList04 .lv01 {
	width: 230px;
}
.cat-inquiry.page-index #contactList01 td:last-child,
.cat-inquiry.page-index #contactList02 td:last-child,
.cat-inquiry.page-index #contactList03 td:last-child,
.cat-inquiry.page-index #contactList04 td:last-child {
	width: 215px;
}
}


/* SSLINFO (Side) */
#sideNavi .sslInfo {
	padding: 14px;
	background: #f3f3f3;
	font-size: 1rem;
}
#sideNavi .sslInfo .banner {
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: #d9d9d9 1px solid;
	text-align: center;
}
#sideNavi .sslInfo .banner img {
	width: 115px;
}
#sideNavi .sslInfo .info {
	line-height: 1.4;
}

/* inquiry ( Form Control Module) */
.formBlock .infotext {
	text-align: center;
}

.formBlock .ctrl {
	max-width: 690px;
	margin: 0 auto;
}
.formBlock .ctrl button,
.formBlock .ctrl input {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
.formBlock .ctrl button,
.formBlock .ctrl input.submitConfirm {
	position: relative;
	display: block;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
	text-decoration: none;
}
.formBlock .ctrl .btnSubmit button,
.formBlock .ctrl .btnSubmit input {
	color: #fff;
	background-color: #565656;
}
.formBlock .ctrl .btnSubmit .allow-r {
	position: relative;
	margin: 0 auto;
	width: 333px;
	display: inline-block;
}
.formBlock .ctrl .btnSubmit .allow-r:after {
	margin-top: -5px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.formBlock .ctrl .btnCorrect .allow-l {
	position: relative;
	margin: 0 auto;
	width: 333px;
	display: inline-block;
}
.formBlock .ctrl .btnCorrect .allow-l {
	border: 1px #d9d9d9 solid;
	color: #585858;
	background-color: #fff;
}

.formBlock .ctrl .btnCorrect .allow-l:after {
	margin-top: -5px;
	border-bottom: 2px #d9d9d9 solid;
	border-left: 2px #d9d9d9 solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 22px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cat-inquiry .inquiry_completed {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 35px;
}


@media screen and (max-width: 767px) {
.formBlock .ctrl .btnSubmit .allow-r {
	width: 100%;
}
.formBlock .ctrl .btnSubmit .allow-r:after {
	margin-top: -7px;
	top: 23px;
}
.formBlock .ctrl .btnCorrect .allow-l {
	width: 100%;
}
.formBlock .ctrl .btnCorrect .allow-l:after {
	margin-top: -7px;
	top: 23px;
}
.formBlock .ctrl .btnCorrect {
	margin-top: 10px;
}
.formBlock .ctrl .btnCorrect .allow-l .backButton {
	margin-bottom: 0;
}
}


/* inquiry ( Form Table Module) */
.formTable {
	border-bottom: 1px #d9d9d9 solid;
	width: 100%;
}
.formTable dt,
.formTable dd {
	display: block;
	line-height: 1.7;
}
.formTable dt {
	font-weight: bold;
}
.formTable dt.nobdr,
.formTable dd.nobdr {
	padding-top: 0;
	border-top: none;
}
.formTable .nobdr .required {
	top: 5px;
}
.formTable .msg  {
	margin-top: 5px;
	display: block;
	line-height: 1.2;
}
.formTable .cell-wrap  {
	display: table;
}
.formTable .cell  {
	display: table-cell;
	padding-right: 1em;
}
.formTable .v_btn_input {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
.formTable .v_btn_input {
	padding: 4px 5px;
	background: #565656;
	color: #fff;
	font-size: 1.1rem;
}

.formTable input[type="text"],
.formTable input[type="email"],
.formTable select,
.formTable textarea  {
	padding: 0 6px;
	border: none;
	background: #f3f3f3;
	height: 2.4rem;
	box-sizing: content-box;
	font-size: 1.4rem;
}

.formTable .error {
	color: #ff0000;
	font-weight: bold;
}
.formTable input[type="text"].std  {
	width: 75%;
}
.formTable input[type="text"].lon  {
	width: 95%;
}
.formTable input[type="text"].srt  {
	width: 65%;
}
.formTable input.v_num01  {
	width: 7em;
}
.formTable input.v_num02  {
	width: 12em;
}
.formTable textarea  {
	margin-top: 5px;
	width: 100%;
	height: 6.5em;
}
.formTable select {
	padding-right: 34px;
	position: relative;
}
.formTable .colectBox {
	position: relative;
	display: inline-block;
}
/*.formTable .colectBox:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: -5px;
	background: url(/wp/wp-content/themes/gyosei_co/images/global/icon_form-arrow.png) no-repeat;
	background-size: 14px;
	pointer-events: none;
}
.formTable label.colectBox2 {
	position: relative;
	display: inline-block;
}
.formTable label.colectBox2:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: 0;
	background: url(/wp/wp-content/themes/gyosei_co/images/global/icon_form-arrow.png) no-repeat;
	background-size: 14px;
	pointer-events: none;
}
select::-ms-expand {
	display: none;
}*/


@media screen and (max-width: 767px) {
.formTable dt {
	border-top: 1px #d9d9d9 solid;
	position: relative;
	clear: both;
	padding: 10px 10px 0;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}
.formTable dd {
	padding: 0 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

.formTable input[type="text"],
.formTable input[type="email"],
.formTable select,
.formTable textarea  {
	font-size: 1.1rem;
}
.formTable .std {
	width: 100%;
}
.formTable .srt {
	width: 100%;
}
.formTable .lon {
	width: 100%;
}
.formTable dt.nobdr {
	display: none;
}
.formTable .required {
	padding: 2px 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
	background: #feb729;
	vertical-align: middle;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.2;
}
.formTable .msg  {
	font-size: 1.2rem;
}
.formTable .question {
	padding: 2px 5px;
	margin-left: 0;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
	background: #338844;
	vertical-align: middle;
	font-size: 1.1rem;
	line-height: 1.2;
}
.formTable input.v_num02  {
	width: 9em;
}
.formTable select[class^="sdetail"] {
	margin-top: 10px;
}
.formTable textarea {
	padding-right: 10px;
	box-sizing: border-box;
}
.formTable input[type="text"],
.formTable input[type="email"],
.formTable select {
	box-sizing: border-box;
}
.formTable .colectBox select.sgroup {
	padding-right: 10px;
}
.formBlock .infotext {
	margin: 20px 0;
}
.formBlock .ctrl input {
	margin-bottom: 10px;
	position: relative;
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 1.4rem !important;
	text-decoration: none;
}
.formTable select option {
	font-size: 0.9rem;
}
.formTable select option:first-child {
	font-size: 1.4rem;
}
.formTable label.colectBox {
	width: 100%;
}
.formTable label.colectBox2 {
	width: 100%;
	display: inline;
}
.formTable label.colectBox2 select {
	width: 100%;
}
/*.formTable label.colectBox:after {
	width: 12px;
	height: 12px;
	margin-top: -4px;
	background: url(/wp/wp-content/themes/gyosei_co/images/global/icon_form-arrow.png) no-repeat;
	background-size: 12px;
}
.formTable label.colectBox2:after {
	width: 12px;
	height: 12px;
	margin-top: 0;
	background: url(/wp/wp-content/themes/gyosei_co/images/global/icon_form-arrow.png) no-repeat;
	background-size: 12px;
}*/
}
@media print, screen and (min-width: 768px) {
.page-change .formBox {
	margin-bottom: 50px;
}
.formTable dt,
.formTable dd {
	border-top: 1px #d9d9d9 solid;
	float: left;
}
.formTable dt {
	position: relative;
	clear: both;
	padding: 10px 30px 10px 20px;
	width: 35%;
	box-sizing: border-box;
}
.formTable dd {
	padding: 10px 20px 10px 30px;
	width: 65%;
	box-sizing: border-box;
}
.formTable .required {
	padding: 2px 10px;
	position: absolute;
	top: 14px;
	right: 0;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
	background: #feb729;
	vertical-align: middle;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.2;
}
.formTable .msg  {
	font-size: 1.3rem;
	line-height: 1.4;
}
.formTable .question {
	padding: 2px 5px;
	margin-left: 0;
	margin-bottom: 3px;
	display: inline-block;
	color: #fff;
	background: #338844;
	vertical-align: middle;
	font-size: 1.1rem;
	line-height: 1.2;
}
.formTable .colectBox:nth-child(2) {
	margin-top: 14px;
}
.formBlock .infotext {
	margin: 40px 0;
}
.formBlock .ctrl input {
	position: relative;
	display: block;
	width: 333px;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	text-decoration: none;
}
.formBlock .ctrl :nth-of-type(odd) input {
	float: right;
}
.formBlock .ctrl :nth-of-type(even) input {
	float: left;
}
}


.cat-inquiry .privacyNoticeBlock {
	margin-top: 80px;
}
.cat-inquiry .privacyNoticeBlock h4 {
	margin-bottom: 20px;
}
.cat-inquiry .privacyNoticeBlock p {
	margin-bottom: 20px;
}

.cat-inquiry .privacyNoticeColumn {
	padding: 30px 20px 10px;
	border: #d9d9d9 1px solid;
	line-height: 1.6 !important;
}
.cat-inquiry .privacyNoticeColumn dl {
	margin-bottom: 1.5em;
}
.cat-inquiry .privacyNoticeColumn dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.cat-inquiry .privacyNoticeColumn dd {
	padding-left: 1em;
	padding-bottom: 1em;
}
.cat-inquiry .privacyNoticeColumn .label {
	margin: 10px 0 20px;
}
.cat-inquiry .agreement {
	margin: 30px 0;
	text-align: center;
	font-size: 1.8rem;
}


@media screen and (max-width: 767px) {
.cat-inquiry .privacyNoticeBlock {
	margin-top: 20px;
}
.cat-inquiry .privacyNoticeBlock h4 {
	margin-bottom: 10px;
}
.cat-inquiry .privacyNoticeBlock p {
	margin-bottom: 10px;
}

.cat-inquiry .privacyNoticeColumn {
	padding: 15px 10px 10px;
	border: #d9d9d9 1px solid;
	line-height: 1.6 !important;
	overflow-y: auto;
}
.cat-inquiry .privacyNoticeColumn::-webkit-scrollbar{
	width: 5px;
	background: #f3f3f3;
}
.cat-inquiry .privacyNoticeColumn::-webkit-scrollbar-thumb{
	background: #6c6c6c;
	border-radius: 2px;
}
.cat-inquiry .privacyNoticeColumn .noticeContent {
	height: 150px;
}
.cat-inquiry .privacyNoticeColumn dl {
	margin-bottom: 1.5em;
}
.cat-inquiry .privacyNoticeColumn dt {
	font-weight: bold;
}
.cat-inquiry .privacyNoticeColumn dd {
	padding-left: 1em;
}
.cat-inquiry .privacyNoticeColumn .label {
	margin: 10px 0 20px;
}
.cat-inquiry .agreement {
	margin: 15px 0;
	text-align: center;
	font-size: 1.4rem;
}
}
@media print, screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
.page-change .formBox {
	margin-bottom: 40px;
}
}
@media print, screen and (min-width: 768px) {

.page-contact-input .ctrl .btnSubmit input,
.page-change-input .ctrl .btnSubmit input,
.page-collabo-input .ctrl .btnSubmit input {
	margin: 0 auto;
	float: none;
}
.page-change .middleTitle {
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.page-change .formBox {
	margin-bottom: 80px;
}
.page-change.page-change-confirm .bdrTitleB {
	margin-bottom: 50px;
}
.page-change.page-change-confirm .formBox {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.page-change.page-change-confirm .bdrTitleB {
	margin-bottom: 30px;
}
.page-change.page-change-confirm .formBox {
	margin-bottom: 20px;
}
}



/* coommon */
.btnPhone.double a .txt1 {
	position: absolute;
	left: 19px;
	top: 10px;
	font-size: 1.2rem;
	line-height: 1;
	color: #338844;
}
.btnPhone.double a .txt2 {
	position: absolute;
	left: 19px;
	top: -2px;
	font-size: 1.2rem;
	line-height: 1;
	color: #338844;
}
.btnPhone.double a {
	padding-top: 12px;
	border-top: 2px solid #338844;
	border-bottom: none;
	border-left: 2px solid #338844;
	border-right: 2px solid #338844;
}
.btnPhone.double a:last-child {
	padding-top: 0;
	border-top: none;
	border-bottom: 2px solid #338844;
	border-left: 2px solid #338844;
	border-right: 2px solid #338844;
}

@media screen and (max-width: 767px) {
.btnPhone.double a .txt1 {
	left: 10px;
}
.btnPhone.double a .txt2 {
	left: 10px;
}
}

/* about privacy */
.cat-about .grayBoxArea {
	margin-bottom: 32px;
	padding: 16px 20px 2px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
.page-privacy h2.bdrTitleL {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.page-privacy .definitionList {
	margin-bottom: 30px;
	padding-left: 1em;
}
.page-privacy .definitionList dt {
	padding-left: 2em;
	text-indent: -2.8em;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	font-size: 1.4rem;
	font-weight: bold;
}
.page-privacy .definitionList dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.page-privacy .subArea {
	padding: 20px 20px 20px calc(20px + 2em);
	border: #d9d9d9 1px solid;
}
.page-privacy .subArea .subTitle {
	margin-top: 40px;
	margin-left: -2em;
}
.page-privacy .subArea .subTitle:first-child {
	margin-top: 0;
}
.page-privacy .subArea .lead {
	margin: 20px 0;
	margin-left: -1em;
	font-weight: bold;
	line-height: 1.7;
}
.page-privacy .subArea .slead {
	margin-top: 20px;
	line-height: 1.7;
}
.cat-business ul.dotList {
	margin-bottom: 20px;
}
ul.dotList li {
	padding-left: 2em;
	text-indent: -1em;
}
.cat-business ul.dotList li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.dotList li:before {
	content: "・"
}

dl.dotList {
	margin-bottom: 20px;
}
dl.dotList dt {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	line-height: 1.7;
}
dl.dotList dd {
	padding-left: 1em;
}
dl.dotList dt:before {
	content: "・"
}

.caution {
	padding-left: 1em;
	text-indent: -1em;
}
.caution:before {
	content: "※"
}
.page-privacy .middleTitle {
	margin-bottom: 14px;
}
.iconColm .columnText {
}
.iconColm .icon {
	width: 85px;
	margin-left: 16px;
	float: right;
}
#sideNavi .iconColm .icon {
	width: 85px;
	margin-top: 1.6rem;
	margin-left: 0;
	float: right;
}
.cat-business .subTitle_sq {
	line-height: 1.7;
}
.cat-business .subTitle_sq:before {
	padding-right: 2px;
	content: "■";
	color: #338844;
}
.cat-business .ml1em {
	margin-left: 1.6em;
}

.cat-business img.natural_size {
	width: auto;
	max-width: inherit;
}


@media screen and (max-width: 767px) {
.page-privacy h2.bdrTitleL {
	line-height: 1.32;
}
.cat-about .grayBoxArea {
	margin-bottom: 24px;
	padding: 10px calc(0.0333333 * 100%) 2px;
}
.page-privacy .definitionList {
	margin-bottom: 16px;
}
.page-privacy .definitionList dt {
	font-size: 1.2rem;
	line-height: 1.7;
}
.page-privacy .subArea {
	padding: 12px 12px 12px calc(12px + 2em);
}
.page-privacy .subArea .subTitle {
	margin-top: 20px;
}
.iconColm .icon {
	width: 85px;
	margin-left: 12px;
}
.cat-about.page-privacy .iconColm {
	overflow: hidden;
}

dl.dotList {
	margin-bottom: 15px;
}

}



/* news index */
.cat-news.page-index dl {
	overflow: hidden;
}
.cat-news.page-index dl dt {
	width: 12em;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: #dfdfdf 1px dotted;
	clear: both;
	float: left;
	line-height: 1.7;
}
.cat-news.page-index dl dd {
	margin-left: 12em;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: #dfdfdf 1px dotted;
}

.pagerArea {
	margin-top: 40px;
	overflow: hidden;
}
.pagerArea ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
.pagerArea ul li {
	margin: 0 0.4em;
	position: relative;
	left: -50%;
	float: left;
}
.pagerArea ul li.current {
	background: #eaf3ec;
}
.pagerArea ul li span,
.pagerArea ul li a {
	display: block;
	padding: 0.6em 1em;
	color: #565656;
}
.pagerArea ul li a {
	background: #ffffff;
	text-decoration: none;
}
.pagerArea ul li a:hover {
	background: #eaf3ec;
	color: #565656;
}


@media screen and (max-width: 767px) {
.cat-news.page-index dl dt {
	width: 12em;
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	float: none;
	font-weight: bold;
}
.cat-news.page-index dl dd {
	margin-left: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.pagerArea {
	margin-top: 20px;
}
}



/* business common */
.cat-business .pageTitle .pageTitle_sub {
	font-size: 1.9rem;
}
.cat-business .grayBoxArea {
	margin-bottom: 32px;
	padding: 16px 20px 2px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
.cat-business .grayBoxArea .grayBoxArea_lead {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.7;
}

.cat-business .subArea {
	margin-top: 32px;
	padding: 20px;
	border: #d9d9d9 1px solid;
}
.cat-business .subArea .subTitle {
	margin-top: 40px;
}
.cat-business .subArea .subTitle:first-child {
	margin-top: 0;
}
.cat-business .subArea dl.boxInside_list dt {
	padding-left: 1em;
	font-weight: bold;
	text-indent: -1em;
	line-height: 1.7;
}
.cat-business .subArea dl.boxInside_list dt:before {
	content: "・";
}
.cat-business .subArea dl.boxInside_list dd {
	padding-left: 1em;
	line-height: 1.7;
}
.cat-business .subArea ul.boxInside_list li {
	padding-left: 1em;
	font-weight: bold;
	text-indent: -1em;
	line-height: 1.7;
}
.cat-business .subArea ul.boxInside_list li:before {
	content: "・";
}

.cat-business .iconColm .columnText {
	margin-right: 100px;
}
.cat-business .iconColm .icon {
	width: 80px;
	margin-left: 16px;
	float: right;
}

.cat-business .anchBox {
	padding-top: 40px;
	margin-top: -40px;
}
.cat-business .anchorLink.large {
	padding: 0 0 30px;
}
.cat-business .anchorLink.large ul li {
	margin: 0 13px 15px 0;
	width: 333px;
	float: left;
}
.cat-business .anchorLink.large ul li:nth-child(2n) {
	margin: 0 0 15px 0;
}
.cat-business .anchorLink.large ul li a {
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	color: #565656;
	display: block;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","Hiragino Mincho Pro",serif;
	font-size: 1.8rem;
	height: 60px;
	line-height: 60px;
	padding-left: 18px;
	position: relative;
	text-decoration: none;
	width: 333px;
}
.cat-business .anchorLink.large ul li a::after {
	border-right: 2px solid #dedede;
	border-top: 2px solid #dedede;
	content: "";
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 22px;
	top: 46%;
	width: 10px;
}

.cat-business dl.definitionList.greenLead dt {
	color: #338844;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: bold;
	line-height: 1.75;
}

.cat-business dl.sistemList9em dt {
	width: 9em;
	float: left;
	clear: both;
	line-height: 1.7;
}
.cat-business dl.sistemList9em dd {
	margin-left: 9em;
	display: block;
	line-height: 1.7;
}
.cat-business .sistemList9em {
	margin-bottom: 20px;
}

.cat-business dl.sistemList11em dt {
	width: 11em;
	float: left;
	clear: both;
	line-height: 1.7;
}
.cat-business dl.sistemList11em dd {
	margin-left: 11em;
	display: block;
	line-height: 1.7;
}
.cat-business .sistemList11em {
	margin-bottom: 20px;
}
.cat-business.page-optimization_support dl.sistemList11em dt {
	margin-bottom: 1.5rem;
}
.cat-business.page-optimization_support dl.sistemList11em dd {
	margin-bottom: 1.5rem;
}

.cat-business dl.numberList dt {
	width: 2em;
	float: left;
	clear: both;
	line-height: 1.7;
	font-weight: bold;
	color: #338844;
}
.cat-business dl.numberList dt:last-child {
	margin-bottom: 0;
}
.cat-business dl.numberList dd {
	margin-left: 2em;
	margin-bottom: 20px;
	display: block;
	line-height: 1.7;
}
.cat-business dl.numberList dd:last-child {
	margin-bottom: 0;
}
.cat-business .numberList {
	margin-bottom: 20px;
}
.cat-business .numberList_mb0 {
	margin-bottom: 0;
}


.cat-business h3.bold {
	line-height: 1.7;
}
.cat-business .numberList li {
	margin-bottom: 20px;
	padding-left: 2em;
	text-indent: -2em;
}
.cat-business .subTitle.numberList {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
.cat-business .pageTitle .pageTitle_sub {
	font-size: 1.4rem;
}
.cat-business .grayBoxArea {
	margin-bottom: 24px;
	padding: 10px calc(0.0333333 * 100%) 2px;
}
.cat-business .grayBoxArea .grayBoxArea_lead {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.cat-business .subArea {
	margin-top: 20px;
	padding: 12px;
}
.cat-business .subArea .subTitle {
	margin-top: 20px;
}


.cat-business .iconColm .icon {
	width: 60px;
	margin-left: 12px;
}
.cat-business .anchorLink.large ul li {
	width: 100%;
}
.cat-business .anchorLink.large ul li a {
	font-size: 1.5rem;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	width: auto;
}
.cat-business .anchorLink.large ul li a::after {
	height: 8px;
	margin-top: -4px;
	width: 8px;
}

.cat-business dl.definitionList.greenLead dt {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.cat-business .sistemList9em {
	margin-bottom: 15px;
}

.cat-business .sistemList11em {
	margin-bottom: 15px;
}

.cat-business .numberList {
	margin-bottom: 8px;
}
.cat-business dl.numberList dd {
	margin-bottom: 15px;
}
.page-super_reiki .numberList {
	margin-bottom: 15px;
}
.cat-business .numberList li {
	margin-bottom: 12px;
}
}



/* business index */
.cat-business.page-index .categoryIndex li {
	width: 48.2978%;
}
.cat-business.page-index .categoryIndex li:nth-child(2n) {
	margin-right: 0;
}
.cat-business.page-index .categoryIndex li:nth-child(3n) {
	margin-right: 15px;
}
.cat-business.page-index .categoryIndex li:nth-child(3n+1) {
	clear: none;
}
.cat-business.page-index .categoryIndex li .title {
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

@media print, screen and (min-width: 768px) {
.cat-business.page-index .categoryIndex li {
	width: 48.2978%;
}

}
@media screen and (max-width: 767px) {
.cat-business.page-index .categoryIndex li {
	width: 100%;
}
.cat-business.page-index .categoryIndex li:nth-child(3n) {
	margin-right: 0;
}
}

/* business private */
.page-private ul.circleList {
	margin-bottom: 0;
}
.page-private h4.bold {
	line-height: 1.7;
}
.page-private h3.bdrTitleL .sub_bdrTitleL {
	font-size: 1.4rem;
}
.page-private ul.number_list {
	margin-bottom: 20px;
}
.page-private ul.number_list li {
	margin-top: 2px;
}
.page-private ul.number_list li .number {
	width: 3em;
	float: left;
	clear: both;
}
.page-private ul.number_list.number_list2 li .number {
	width: 6em;
	float: left;
	clear: both;
}
.page-private ul.number_list li .txt {
	margin-left: 3em;
	display: block;
}
.page-private ul.number_list.number_list2 li .txt {
	margin-left: 6em;
	display: block;
}
.page-private h4.bold .sub_text {
	font-weight: normal;
}

@media screen and (max-width: 767px) {
.page-private ul.circleList {
	margin-bottom: 30px;
}
.page-private h3.bdrTitleL .sub_bdrTitleL {
	font-size: 1.0rem;
}
}


/* business super_web */
.page-super_web .leadText {
	margin-bottom: 12px;
}
.page-super_web ul.pagesIndex {
	clear: both;
	content: "";
	display: block;
	margin: 0 auto;
}
.page-super_web .pagesIndex li {
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	float: left;
	margin: 0 13px 0 0;
	width: 333px;
}
.page-super_web .pagesIndex li:hover {
	border: 1px solid #338844;
}
.page-super_web .pagesIndex li:last-child {
	margin: 0;
}
.page-super_web .pagesIndex li a {
	padding: 8px 20px 14px;
}
.page-super_web .pagesIndex li a .title {
	text-align: center;
	display: block;
	line-height: 1.32;
	height: auto;
	margin-bottom: 8px;
}
.page-super_web .pagesIndex li a .title.f_green {
	color: #338844;
}
.page-super_web dl.sistemList dt {
	width: 8em;
	float: left;
	clear: both;
	line-height: 1.7;
}
.page-super_web dl.sistemList dd {
	margin-left: 8em;
	display: block;
	line-height: 1.7;
}
.page-super_web .relative {
	position: relative;
}
.page-super_web .relative .pagesIndex {
	position: absolute;
	right: 0;
	top: 30px;
}
.page-super_web .relative .anchorLink {
	padding-bottom: 60px;
}
.page-super_web .relative .pagesIndex li a .title {
	font-size: 1.2rem;
}
.page-super_web .relative .pagesIndex li a {
	padding: 8px 14px 14px;
}
.page-super_web .relative .pagesIndex li {
	width: 260px;
}


@media screen and (max-width: 767px) {
.page-super_web .leadText {
	margin-bottom: 8px;
}
.page-super_web .pagesIndex li {
	float: none;
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 320px;
}
.page-super_web .pagesIndex li:last-child {
	margin: 0 auto 20px auto;
}
.page-super_web .pagesIndex li a .title {
	margin-bottom: 8px;
}
.page-super_web .relative .pagesIndex {
	position: relative;
	right: auto;
	top: auto;
}
.page-super_web .relative .anchorLink {
	padding-bottom: 30px;
}
.page-super_web .relative .pagesIndex li a .title {
	font-size: 1.2rem;
}
.page-super_web .relative .pagesIndex li a {
	padding: 8px 20px 14px;
}
}


/* business reeorganization_law */
.page-reeorganization_law dl.sistemList dt {
	width: 6em;
	float: left;
	clear: both;
	line-height: 1.7;
}
.page-reeorganization_law dl.sistemList dd {
	margin-left: 6em;
	display: block;
	line-height: 1.7;
}
.page-reeorganization_law .sistemList {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.page-reeorganization_law .sistemList {
	margin-bottom: 15px;
}
#mainArea .page-reeorganization_law .contBox .contBox_label {
	margin-bottom: 12px;
	padding: 0 2em;
	background-color: #0000ff;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}
#mainArea .page-reeorganization_law .contBox .txt {
	position: relative;
	left: 0;
}
#mainArea .page-reeorganization_law .contBox .txt ul li {
	font-size: 12px;
	line-height: 1.7;
}
#mainArea .page-reeorganization_law .contBox .img_contBox {
	margin-top: 12px;
}
#mainArea .page-reeorganization_law .contBox .img_contBox div {
	display: inline-block;
	vertical-align: middle;
}
#mainArea .page-reeorganization_law .contBox .img_contBox div {
	display: inline-block;
	vertical-align: middle;
}
#mainArea .page-reeorganization_law .contBox .img_contBox .allow {
	color: #0000ff;
	line-height: 36px;
}
#mainArea .page-reeorganization_law .contBox .img_contBox .desighn_txt {
	width: 286px;
	height: 36px;
	margin-left: 12px;
	box-sizing: border-box;
	border: #0000ff 4px solid;
	background-color: #b8cbe4;
	line-height: 28px;
	text-align: center;
	color: #0000ff;
}
}


/* business reeorganization_rule */
#mainArea .page-reeorganization_rule .contBox {
	position: relative;
}
#mainArea .page-reeorganization_rule .contBox .txt {
	position: absolute;
	left: 13.1%;
	top: 0;
}
#mainArea .page-reeorganization_rule .contBox .txt ul {
	margin-top: -3px;
}
#mainArea .page-reeorganization_rule .contBox .txt ul li {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 2;
}
#mainArea .page-reeorganization_rule #anch04 .btnFormal a {
	text-align: center;
	border: 2px solid #338844;
	padding-left: 0;
	color: #338844;
}
#mainArea .page-reeorganization_rule #anch04 .btnFormal a:after {
	border-color: #338844;
}

@media screen and (max-width: 767px) {
#mainArea .page-reeorganization_rule .contBox .contBox_label {
	margin-bottom: 12px;
	padding: 0 2em;
	background-color: #e4007f;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}
#mainArea .page-reeorganization_rule .contBox .txt {
	position: relative;
	left: 0;
}
#mainArea .page-reeorganization_rule .contBox .txt ul li {
	font-size: 12px;
	line-height: 1.7;
}
#mainArea .page-reeorganization_rule .contBox .img_contBox {
	margin-top: 12px;
}
#mainArea .page-reeorganization_rule .contBox .img_contBox div {
	display: inline-block;
	vertical-align: middle;
}
#mainArea .page-reeorganization_rule .contBox .img_contBox div {
	display: inline-block;
	vertical-align: middle;
}
#mainArea .page-reeorganization_rule .contBox .img_contBox .allow {
	color: #e4007f;
	line-height: 36px;
}
#mainArea .page-reeorganization_rule .contBox .img_contBox .desighn_txt {
	width: 226px;
	height: 36px;
	margin-left: 12px;
	box-sizing: border-box;
	border: #e4007f 4px solid;
	background-color: #f7c9dd;
	line-height: 28px;
	text-align: center;
	color: #e4007f;
}
}


/* business super_reiki-base */
.page-super_reiki-base dl.sistemList dt {
	width: 6em;
	float: left;
	clear: both;
	line-height: 1.7;
}
.page-super_reiki-base dl.sistemList dd {
	margin-left: 6em;
	display: block;
	line-height: 1.7;
}
.page-super_reiki-base .sistemList {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.page-super_reiki .sistemList {
	margin-bottom: 15px;
}
}


/* business office_support */
.page-office_support .photoColumn {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.page-office_support .photoColumn {
	margin-bottom: 0;
}
}


/* business office_support */
.page-office_support dl.sistemList dt,
.page-discuss dl.sistemList dt {
	width: 8em;
	float: left;
	clear: both;
	line-height: 1.7;
}
.page-office_support dl.sistemList dd,
.page-discuss dl.sistemList dd {
	margin-left: 8em;
	display: block;
	line-height: 1.7;
}
.page-office_support .sistemList,
.page-discuss dl.sistemList {
	margin-bottom: 20px;
}
.page-office_support dl.sistemList.sistemList2 dt,
.page-discuss dl.sistemList.sistemList2 dt {
	width: 13em;
}
.page-office_support dl.sistemList.sistemList2 dd,
.page-discuss dl.sistemList2 dd {
	margin-left: 13em;
}
@media screen and (max-width: 767px) {
.page-office_support .sistemList,
.page-discuss dl.sistemList {
	margin-bottom: 15px;
}
.page-office_support dl.sistemList.sistemList2 dt,
.page-discuss dl.sistemList.sistemList2 dt {
	width: 10em;
}
.page-office_support dl.sistemList.sistemList2 dd,
.page-discuss dl.sistemList.sistemList2 dd {
	margin-left: 10em;
}
}


/* business public */
.page-public ul.imgList {
	overflow: hidden;
	text-align: center;
}
.page-public ul.imgList li {
	max-width: 334px;
	width: 48.6%;
	margin-right: 18px;
	margin-bottom: 24px;
	float: left;
	display: inline-block;
	text-align: center;
}
.page-public ul.imgList li:nth-child(2n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
.page-public ul.imgList li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
	float: none;
}
}






/* recruit common */

#mainArea.recruitPage {
	width: 100%;
	max-width: 1300px;
	padding: 0;
}

#mainArea .cat-recruit .wdt1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#mainArea .cat-recruit .wdt940 {
	width: 940px;
	margin: 0 auto;
}
#mainArea .cat-recruit .wdt846 {
	width: 846px;
	margin: 0 auto;
}
#mainArea .cat-recruit .wdt780 {
	width: 780px;
	margin: 0 auto;
}

#mainArea .cat-recruit .articleBox p {
	color: #2a2a2a;
}

#mainArea .cat-recruit .recruitPage_ttlImg {
	margin-top: -40px;
	position: relative;
}
#mainArea .cat-recruit .recruitPage_ttlImg .ttlInnner_txt {
	margin: auto;
	position: absolute;
	top: calc(50% - 1.5rem);
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	text-align: center;
	font-style: italic;
	font-size: 3.2rem;
	font-weight: 100;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
#mainArea .cat-recruit h2.recruitPage_ttlImg {
	margin-top: 0;
	margin-bottom: 70px;
	padding-top: 10px;
}
#mainArea .cat-recruit .recruitPage_ttlTxt {
	margin-bottom: 32px;
	text-align: center;
	font-style: italic;
	font-size: 3.2rem;
	font-weight: 100;
	color: #232323;
}
#mainArea .cat-recruit .recruitPage_ttlLead {
	margin-bottom: 60px;
	text-align: center;
}
#mainArea .cat-recruit .recruitPage_ttlLead p {
	padding: 0 1em 12px;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.7;
	border-bottom: #bfbfbf 2px solid;
	color: #2a2a2a;
}

#mainArea .cat-recruit .subTitle.number {
	padding-left: 2em;
	text-indent: -2em;
}
#mainArea .cat-recruit.page-interview1 .subTitle.number {
	color: #00c2db;
}
#mainArea .cat-recruit.page-interview2 .subTitle.number {
	color: #fe9054;
}
#mainArea .cat-recruit.page-interview3 .subTitle.number {
	color: #75d24d;
}
#mainArea .cat-recruit.page-interview4 .subTitle.number {
	color: #d186c0;
}

#mainArea .cat-recruit .btm_navi {
	padding-top: 60px;
	border-top: #bfbfbf 2px solid;
}

#mainArea .page-number p.t_center {
	font-size: 1.6rem;
}
#mainArea .page-number ul {
	margin-top: 40px;
}
#mainArea .page-number ul li {
	width: 46.8%;
	margin-right: 6.2%;
	margin-bottom: 40px;
	float: left;
}
#mainArea .page-number ul li:nth-child(2n) {
	margin-right: 0;
}
#mainArea .page-number ul li.large {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}


@media print, screen and (min-width: 768px) and (max-width: 1200px) {
#mainArea .cat-recruit .wdt1200 {
	width: 100%;
	margin: 0 auto;
}
}


@media screen and (max-width: 767px) {
#mainArea.recruitPage {
	max-width: none;
}

#mainArea .cat-recruit .wdt1200,
#mainArea .cat-recruit .wdt940,
#mainArea .cat-recruit .wdt846,
#mainArea .cat-recruit .wdt780 {
	width: 100%;
}

#mainArea .cat-recruit .recruitPage_ttlImg {
	margin-top: -14px;
}
#mainArea .cat-recruit .recruitPage_ttlImg .ttlInnner_txt {
	top: calc(50% - 1.0rem);
	font-size: 2.0rem;
}
#mainArea .cat-recruit h2.recruitPage_ttlImg {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 4px;
}
#mainArea .cat-recruit .recruitPage_ttlTxt {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.2rem;
}
#mainArea .cat-recruit .recruitPage_ttlLead {
	margin-bottom: 24px;
}
#mainArea .cat-recruit .recruitPage_ttlLead p {
	padding: 0 1em 6px;
	font-size: 1.2rem;
	line-height: 1.7;
	border-bottom: none;
}

#mainArea .cat-recruit .btm_navi {
	padding-top: 20px;
	border-top: #bfbfbf 1px solid;
}

#mainArea .page-number p.t_center {
	font-size: 1.4rem;
}
#mainArea .page-number ul {
	margin-top: 30px;
}
#mainArea .page-number ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	float: none;
}
#mainArea .page-number ul li.large {
	margin-bottom: 20px;
}
}


/* recruit top */
#mainArea .page-recruit ul li {
	max-width: 100%;
	width: 49.6%;
	margin-bottom: 0.96%;
	float: left;
}
#mainArea .page-recruit ul li:nth-child(2),
#mainArea .page-recruit ul li:nth-child(3),
#mainArea .page-recruit ul li:nth-child(5) {
	float: right;
	text-align: right;
}
#mainArea .page-recruit ul li:last-child {
	width: 100%;
}
#mainArea .page-recruit ul li ul.subCat li {
	max-width: 100%;
	margin-bottom: 1.92%;
	width: 49.3%;
}
#mainArea .page-recruit ul li ul.subCat li:nth-child(2),
#mainArea .page-recruit ul li ul.subCat li:nth-child(3) {
	float: right;
	text-align: right;
}

#mainArea .page-recruit ul li ul.under_list {
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
#mainArea .page-recruit ul li ul.under_list li {
	width: 96px;
	margin-right: 8px;
}
#mainArea .page-recruit ul li ul.under_list li:nth-child(2) {
	width: 96px;
	margin-right: 8px;
	float: left;
}
#mainArea .page-recruit ul li ul.under_list li:last-child {
	width: 250px;
	margin-right: 0;
	float: left;
}

@media screen and (max-width: 767px) {
#mainArea .page-recruit ul li {
	width: 100%;
	margin-bottom: 10px;
	float: none;
}
#mainArea .page-recruit ul li:nth-child(2),
#mainArea .page-recruit ul li:nth-child(3),
#mainArea .page-recruit ul li:nth-child(5) {
	float: none;
}
#mainArea .page-recruit ul li ul.subCat li {
	width: 49%;
	margin-bottom: 4px;
	float: left;
}

#mainArea .page-recruit ul li ul.under_list {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 0;
	font-size: 0;
}
#mainArea .page-recruit ul li ul.under_list li {
	width: 24%!important;
	margin-right: 0!important;
	padding: 0 1%!important;
	float: none!important;
	display: inline-block;
	margin-bottom: 0;
}
}


/* recruit interview */
#mainArea .page-interview2 dl.subTitle_sq {
	padding-left: 1em;
}
#mainArea .page-interview2 dl.subTitle_sq dt:before {
	color: #fe9054;
	content: "■";
	padding-right: 2px;
}
#mainArea .page-interview2 dl.subTitle_sq dt {
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	line-height: 1.7;
	text-indent: -1em;
	font-weight: bold;
}

#mainArea .page-interview1 .photoColumn .photo,
#mainArea .page-interview2 .photoColumn .photo,
#mainArea .page-interview3 .photoColumn .photo {
	width: calc(0.474 * 100%);
}

#mainArea .page-interview1 .photoColumn .columnText,
#mainArea .page-interview2 .photoColumn .columnText,
#mainArea .page-interview3 .photoColumn .columnText {
	width: calc(0.474 * 100%);
}



@media screen and (max-width: 767px) {
#mainArea .page-interview1 .photoColumn .photo,
#mainArea .page-interview2 .photoColumn .photo,
#mainArea .page-interview3 .photoColumn .photo {
	width: 100%;
}
#mainArea .page-interview1 .photoColumn .columnText,
#mainArea .page-interview2 .photoColumn .columnText,
#mainArea .page-interview3 .photoColumn .columnText {
	width: 100%;
}
}


/* recruit more */
#mainArea .page-more ul li {
	width: 294px;
	margin-right: 28px;
	float: left;
}
#mainArea .page-more ul li:last-child {
	margin-right: 0;
}
#mainArea .page-training .recruitPage_ttlImg,
#mainArea .page-welfare .recruitPage_ttlImg,
#mainArea .page-number .recruitPage_ttlImg,
#mainArea .page-rec_business .recruitPage_ttlImg {
	margin-bottom: 70px;
}
#mainArea .cat-recruit .s_category {
	margin-bottom: 30px;
	border-bottom: #a5a5a5 2px dotted;
}
#mainArea .cat-recruit .s_category.last-child {
	margin-bottom: 80px;
	border-bottom: none;
}
#mainArea .cat-recruit .articleBox.rec_more {
	margin-bottom: 30px;
}

#mainArea .cat-recruit .middleTitle.rec_more{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 24px;
	color: #232323;
}
#mainArea .cat-recruit .middleTitle_sup {
	margin-bottom: 30px;
	color: #232323;
}

#mainArea .page-more .recruitPage_ttlTxt {
	margin-bottom: 50px;
	color: #232323;
}

#sideNavi.sideNavi_recruit>ul>li>a>span {
	font-size: 1.6rem;
	letter-spacing: -.05em;
}
#mainArea .page-rec_message .articleBox p {
	font-size: 1.6rem;
	color: #2a2a2a;
}
.cat-recruit .btnPanel ul li {
	width: 360px;
}

#mainArea .cat-recruit .middleTitle.rec_history {
	margin-bottom: 20px;
}
#mainArea .rec_history .caution {
	margin-top: -20px;
	font-size: 1.2rem;
}

#mainArea .page-rec_outline .numberList li {
	font-size: 1.5rem;
}


#mainArea .page-rec_outline dl.textlineTable dt {
	font-weight: bold;
}

#mainArea .page-rec_business .imgLink.only-pc h2 {
	font-weight: normal;
}

.page-interview .figureParagraph {
	margin: 40px auto;
}

#mainArea .page-interview1 p,
#mainArea .page-interview1 li,
#mainArea .page-interview1 dd {
	line-height: 2;
}

#mainArea .page-interview2 p,
#mainArea .page-interview2 li,
#mainArea .page-interview2 dd {
	line-height: 2;
}
.page-interview2 .wdt780 .articleBox:first-of-type .articleText {
	margin-bottom: 0;
}

#mainArea .page-interview3 p,
#mainArea .page-interview3 li,
#mainArea .page-interview3 dd {
	line-height: 2;
}

.page-welfare .photoColumn .columnText {
	width: calc(400/780*100%);
}
.page-welfare .photoColumn .photo {
	width: calc(364/780*100%);
}

.page-training .photoColumn .columnText {
	width: calc(400/780*100%);
}
.page-training .photoColumn .photo {
	width: calc(364/780*100%);
}


@media screen and (max-width: 767px) {
#mainArea .page-more ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#mainArea .page-more ul li:nth-child(2n) {
	margin-right: 0;
}
#mainArea .page-training .recruitPage_ttlImg,
#mainArea .page-welfare .recruitPage_ttlImg,
#mainArea .page-number .recruitPage_ttlImg,
#mainArea .page-rec_business .recruitPage_ttlImg {
	margin-bottom: 30px;
}
#mainArea .cat-recruit .s_category {
	margin-bottom: 24px;
	border-bottom: #a5a5a5 1px dotted;
}
#mainArea .cat-recruit .s_category.last-child {
	margin-bottom: 32px;
}
#mainArea .cat-recruit .articleBox.rec_more {
	margin-bottom: 16px;
}
#mainArea .cat-recruit .middleTitle_sup {
	margin-bottom: 16px;
}

#sideNavi.sideNavi_recruit>ul>li>a>span {
	font-size: 1.4rem;
	letter-spacing: 0;
}
#mainArea .page-rec_message .articleBox p {
	font-size: 1.3rem;
}
.cat-recruit .btnPanel ul li {
	width: auto;
}
#mainArea .rec_history .caution {
	font-size: 1rem;
}

#mainArea .page-rec_outline .numberList li {
	font-size: 1.2rem;
}

.page-welfare .photoColumn .columnText,
.page-welfare .photoColumn .photo {
	margin-left: 0;
	width: auto;
	float: none;
}

.page-training .photoColumn .columnText,
.page-training .photoColumn .photo {
	margin-left: 0;
	width: auto;
	float: none;
}

.page-interview .figureParagraph {
	margin: 20px auto;
}

}


/* recruit rec_contact */
#mainArea .page-rec_contact .rec_contactTitle1 {
	margin-top: 60px;
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.7;
	border-bottom: #ade3c5 14px solid;
	color: #232323;
}
#mainArea .page-rec_contact .rec_contactTitle2 {
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.7;
	border-bottom: #e1d1f5 14px solid;
	color: #232323;
}
#mainArea .page-rec_contact .rec_contactTitle-s {
	margin-bottom: 12px;
	font-size: 2.2rem;
	font-weight: 200;
	line-height: 1.7;
	color: #232323;
}
#mainArea .page-rec_contact .grayBoxArea {
	margin-bottom: 32px;
	padding: 16px 20px 2px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
#mainArea .page-rec_contact .grayBoxArea a {
	color: #2a2a2a;
}

@media screen and (max-width: 767px) {
#mainArea .page-rec_contact .rec_contactTitle1 {
	margin-top: 32px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-size: 2.2rem;
	line-height: 1.7;
	border-bottom: #ade3c5 6px solid;
}
#mainArea .page-rec_contact .rec_contactTitle2 {
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-size: 2.2rem;
	line-height: 1.7;
	border-bottom: #e1d1f5 6px solid;
}
#mainArea .page-rec_contact .rec_contactTitle-s {
	margin-bottom: 6px;
	font-size: 1.6rem;
	line-height: 1.7;
}
#mainArea .page-rec_contact .grayBoxArea {
	margin-bottom: 24px;
	padding: 10px calc(0.0333333 * 100%) 2px;
}
#mainArea .page-rec_contact p.articleText img {
	max-width: 192px;
}
}


/* recruit rec_message */
#mainArea .page-rec_message p {
	line-height: 2.0;
}
#mainArea .page-rec_message .articleBox p {
	margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
#mainArea .page-rec_message p {
	line-height: 2.0;
}
#mainArea .page-rec_message .articleBox p {
	margin-bottom: 24px;
}
}


/* recruit rec_history */
#mainArea .page-rec_history .clm_right {
	width: 440px;
	float: right;
}

#mainArea .page-rec_history .clm_left {
	width: 440px;
	float: left;
}
#mainArea .page-rec_history dl.textlineTable {
	background-color: #faf5a0;
}
#mainArea .page-rec_history dl.textlineTable dt {
	width: 106px;
	float: left;
	clear: both;
	text-align: center;
	line-height: 1.7;
	color: #585858;
}
#mainArea .page-rec_history dl.textlineTable dt.first-child {
	padding-top: 76px;
}
#mainArea .page-rec_history dl.textlineTable dt.last-child {
	padding-bottom: 54px;
}
#mainArea .page-rec_history dl.textlineTable dd {
	margin-left: 106px;
	padding: 0 32px 35px 30px;
	background-color: #f6ef61;
	display: block;
	color: #585858;
}
#mainArea .page-rec_history dl.textlineTable dd.btm48 {
	padding-bottom: 48px;
}
#mainArea .page-rec_history dl.textlineTable dd.first-child {
	padding-top: 72px;
}
#mainArea .page-rec_history dl.textlineTable dd.last-child {
	padding-bottom: 84px;
}

#mainArea .cat-recruit .middleTitle.rec_history {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top: 76px;
	margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
#mainArea .page-rec_history .clm_right {
	width: 100%;
	float: none;
}
#mainArea .page-rec_history .clm_left {
	width: 100%;
	float: none;
}
#mainArea .page-rec_history dl.textlineTable {
	margin-bottom: 30px;
}
#mainArea .page-rec_history dl.textlineTable dt {
	text-align: center;
}
#mainArea .page-rec_history dl.textlineTable dt.first-child {
	padding-top: 24px;
}
#mainArea .page-rec_history dl.textlineTable dt.last-child {
	padding-bottom: 24px;
}
#mainArea .page-rec_history dl.textlineTable dd {
	margin-left: 106px;
	padding: 0 14px 14px 12px;
	background-color: #f6ef61;
	display: block;
	color: #585858;
}
#mainArea .page-rec_history dl.textlineTable dd.btm48 {
	padding-bottom: 24px;
}
#mainArea .page-rec_history dl.textlineTable dd.first-child {
	padding-top: 24px;
}
#mainArea .page-rec_history dl.textlineTable dd.last-child {
	padding-bottom: 24px;
}

#mainArea .cat-recruit .middleTitle.rec_history {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top: 24px;
	margin-bottom: 24px;
}

}


/* recruit rec_outline */
#mainArea .page-rec_outline .mb80 {
	margin-bottom: 80px;
}
#mainArea .page-rec_outline .numberList li {
	padding-left: 3.2em;
	text-indent: -3.7em;
}
#mainArea .page-rec_outline dl.textlineTable {
	margin-top: 80px;
	background-color: #f6ef61;
}
#mainArea .page-rec_outline dl.textlineTable dt {
	width: 160px;
	padding: 25px 35px;
	float: left;
	clear: both;
	text-align: center;
	line-height: 1.7;
	border-top: #fff 2px solid;
	color: #2a2a2a;
	box-sizing: border-box;
}
#mainArea .page-rec_outline dl.textlineTable dd {
	margin-left: 160px;
	padding: 25px 35px;
	background-color: #f3f3f3;
	display: block;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	color: #2a2a2a;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
#mainArea .page-rec_outline .mb80 {
	margin-bottom: 30px;
}
#mainArea .page-rec_outline dl.textlineTable {
	margin-top: 20px;
}
#mainArea .page-rec_outline dl.textlineTable dt {
	width: 80px;
	padding: 12px 16px;
	border-top: #fff 1px solid;
}
#mainArea .page-rec_outline dl.textlineTable dd {
	margin-left: 80px;
	padding: 12px 16px;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
}
}


/* recruit rec_business */

#mainArea .cat-recruit .middleTitle.rec_business{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 24px;
	color: #232323;
}
#mainArea .page-rec_business .imgLink.only-pc {
	width: 940px;
	height: 650px;
	margin: 45px auto 0;
	position: relative;
}
#mainArea .page-rec_business p.t_center {
	font-size: 1.6rem;
}
#mainArea .page-rec_business .imgLink.only-pc h2 {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	font-size: 3.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#mainArea .page-rec_business .imgLink.only-pc ul {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#mainArea .page-rec_business .imgLink.only-pc ul li {
	width: 470px;
	float: left;
}
#mainArea .page-rec_business .bdrTitleR {
	margin-bottom: 32px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #232323;
	border-bottom-style: solid;
	border-bottom-width: 14px;
	line-height: 1.7;
}
#mainArea .page-rec_business .bdrTitleR.pub {
	border-color: #cbabf3;
}
#mainArea .page-rec_business .bdrTitleR.law {
	border-color: #f6ef61;
}
#mainArea .page-rec_business .bdrTitleR.sys {
	border-color: #a5debe;
}
#mainArea .page-rec_business .bdrTitleR.cre {
	border-color: #fcc5e3;
}
#mainArea .page-rec_business .bdrTitleR .title {
	font-size: 2.8rem;
	display: inline-block;
}

#mainArea .page-rec_business .bdrTitleR .subLead {
	font-size: 1.6rem;
	color: #232323;
	display: inline-block;
}
#mainArea .page-rec_business .bdrTitleR .needs {
	padding: 0 8px 0 20px;
}
#mainArea .page-rec_business .bdrTitleR.pub .needs {
	color: #cbabf3;
}
#mainArea .page-rec_business .bdrTitleR.law .needs {
	color: #f6ef61;
}
#mainArea .page-rec_business .bdrTitleR.sys .needs {
	color: #a5debe;
}
#mainArea .page-rec_business .bdrTitleR.cre .needs {
	color: #fcc5e3;
}

#mainArea .page-rec_business .photoColumn {
	margin-bottom: 0;
}
#mainArea .page-rec_business .photoColumnS .columnText {
	width: 520px;
}
#mainArea .page-rec_business .photoColumnS .photo {
	width: 380px;
}
#mainArea .page-rec_business .only-pc.pubImg {
	padding-top: 50px;
}
#mainArea .page-rec_business .labelTitle {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
	color: #232323;
}
#mainArea .page-rec_business .labelTitle:before {
	padding-right: 2px;
	content: "◆";
	color: #fcc5e3;
}

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

#mainArea .cat-recruit .middleTitle.rec_business{
	margin-bottom: 14px;
	font-size: 1.4rem;
}

#mainArea .page-rec_business .bdrTitleR {
	margin-bottom: 16px;
	border-bottom-width: 7px;
	border: none;

}
#mainArea .page-rec_business .bdrTitleR .title {
	margin-bottom: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #232323;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	font-size: 1.9rem;
	display: block;
}
#mainArea .page-rec_business .bdrTitleR.pub .title {
	border-color: #cbabf3;
}
#mainArea .page-rec_business .bdrTitleR.law .title {
	border-color: #f6ef61;
}
#mainArea .page-rec_business .bdrTitleR.sys .title {
	border-color: #a5debe;
}
#mainArea .page-rec_business .bdrTitleR.cre .title {
	border-color: #fcc5e3;
}
#mainArea .page-rec_business .bdrTitleR .subLead {
	font-size: 1.1rem;
}
#mainArea .page-rec_business .bdrTitleR .needs {
	padding: 0 4px 0 0;
}
#mainArea .page-rec_business .photoColumnS .columnText {
	width: 100%;
}
#mainArea .page-rec_business .photoColumnS .photo {
	width: 100%;
}

#mainArea .page-rec_business .imgLink.only-sp {
	margin-bottom: 16px;
	position: relative;
	font-size: 1.1rem;
}
#mainArea .page-rec_business p.t_center {
	font-size: 1.1rem;
}
#mainArea .page-rec_business .imgLink.only-sp .baseImg {
	position: relative;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgLinkAncher li a {
	width: 24.1%;
	height: 11.4%;
	display: block;
	position: absolute;
	z-index: 1;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgLinkAncher li.link01 a {
	left: 6.3%;
	top: 9.1%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgLinkAncher li.link02 a {
	left: 69.4%;
	top: 9.1%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgLinkAncher li.link03 a {
	left: 6.3%;
	top: 88.3%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgLinkAncher li.link04 a {
	left: 69.4%;
	top: 88.3%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgJumpAncher li a {
	width: 31.6%;
	height: 9.1%;
	display: block;
	position: absolute;
	z-index: 1;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgJumpAncher li.link51 a {
	left: 13.1%;
	top: 33%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgJumpAncher li.link52 a {
	left: 55.3%;
	top: 33%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgJumpAncher li.link53 a {
	left: 13.1%;
	top: 70.5%;
}
#mainArea .page-rec_business .imgLink.only-sp ul.imgJumpAncher li.link54 a {
	left: 55.3%;
	top: 70.5%;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont {
	width: 250px;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 58px;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	border: #a5a5a5 1px solid;
	background-color: #ffffff;
	box-sizing: border-box;
	z-index: -1;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.disp-on {
	opacity: 1;
	transition: all 0.3s ease-out 0s;
	z-index: 10;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont .modal_innner {
	width: 100%;
	padding: 16px 40px 20px 25px;
	position: relative;
	box-sizing: border-box;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont .modal_innner .modal_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont ul li {
	margin-left: 1.5em;
	margin-bottom: 9px;
	padding-bottom: 4px;
	text-indent: -1.5em;
	font-size: 1.2rem;
	line-height: 1.7;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont ul li:before {
	content: "●";
	margin-right: 0.5em;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_1 ul li:before {
	color: #cbabf3;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_2 ul li:before {
	color: #a5debe;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_3 ul li:before {
	color: #f6ef61;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_4 ul li:before {
	color: #fcc5e3;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_1 ul li {
	border-bottom-color: #cbabf3;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_2 ul li {
	border-bottom-color: #a5debe;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_3 ul li {
	border-bottom-color: #f6ef61;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_4 ul li {
	border-bottom-color: #fcc5e3;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont .modal_slead {
	margin: 0 auto;
	padding-top: 6px;
	text-align: center;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont .modal_link {
	margin: 4px auto 0;
	width: 165px;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont .modal_link a {
	color: #232323;
	display: block;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 1.3rem;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont .modal_link a:after {
	margin-top: -2px;
	content:" ";
	display:inline-block;
	width:14px;
	height: 7px;
	background:url(../images/global/icon_arrow-btm.png) no-repeat 0 0;
	background-size:contain;
	position: absolute;
	right: 10px;
	top: 50%;
}

#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_1 .modal_link a {
	background-color: #cbabf3;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_2 .modal_link a {
	background-color: #a5debe;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_3 .modal_link a {
	background-color: #f6ef61;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_4 .modal_link a {
	background-color: #fcc5e3;
	padding-right: 10px;
}
#mainArea .page-rec_business .imgLink.only-sp .modal_cont.modal_4 .modal_link a:after {
	right: 6px;
}

#mainArea .page-rec_business #anchImg,
#mainArea .page-rec_business #anch01,
#mainArea .page-rec_business #anch02,
#mainArea .page-rec_business #anch03,
#mainArea .page-rec_business #anch04 {
	margin-top: -50px;
	padding-top: 50px;
}

#mainArea .cat-business #anch01,
#mainArea .cat-business #anch02,
#mainArea .cat-business #anch03,
#mainArea .cat-business #anch04 {
	margin-top: -50px;
	padding-top: 50px;
}
}


/*  161115  */
/* inquiryIndex */
.cat-inquiry.page-index .anchorLink {
	padding: 10px 0 0;
}
.cat-inquiry.page-index .anchorLink ul {
}
.cat-inquiry.page-index .anchorLink ul:after {
	content: "";
	display: block;
	clear: both;
}
.cat-inquiry.page-index .anchorLink ul li {
	margin: 0 20px 20px 0;
	float: left;
	width: 325px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.cat-inquiry.page-index .anchorLink ul li:last-child {
	margin: 0 20px 0 0;
}
.cat-inquiry.page-index .anchorLink ul li:nth-child(2n),
.cat-inquiry.page-index .anchorLink ul li:nth-child(4n) {
	margin-right: 0;
}
.cat-inquiry.page-index .anchorLink ul li:nth-child(2n+1) {
	clear: both;
}
.cat-inquiry.page-index .anchorLink ul li a {
	padding-left: 10px;
	border: 1px #d9d9d9 solid;
	position: relative;
	display: block;
	height: 58px;
	line-height: 58px;
	color: #585858;
	text-decoration: none;
}
.cat-inquiry.page-index .anchorLink ul li a:after {
	margin-top: -14px;
	border-top: 1px #d9d9d9 solid;
	border-right: 2px #d9d9d9 solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cat-inquiry.page-index #inquiryGroup07 .label_contactfax + .contactPhoneColumn .bnrPhone {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.cat-inquiry.page-index .anchorLink {
	padding: 15px 0;
}
.cat-inquiry.page-index .anchorLink ul li {
	margin: 0 0 10px 0;
	width: 100%;
}
.cat-inquiry.page-index .anchorLink ul li a {
	height: 38px;
	line-height: 38px;
}
}
@media print, screen and (min-width: 768px) {
.cat-inquiry.page-index .articleBox {
	margin-top: -20px;
	padding-top: 20px;
}
.cat-inquiry.page-index .btnPanel {
	padding: 10px 0 0;
}
.cat-inquiry.page-index .anchorLink {
    padding: 30px 0 20px;
}
.cat-inquiry.page-index .anchorLink ul li {
	font-size: 1.6rem;
}
}

.cat-inquiry.page-index .middleTitle {
	margin-bottom: 20px;
}
.cat-inquiry.page-index .contactPhoneColumn {
	margin-bottom: 40px;
}
.cat-inquiry.page-index .contactPhoneColumn .notice {
	font-weight: bold;
	text-align: center;
}
.cat-inquiry.page-index .contactPhoneColumn .footnotice {
	margin: 15px 0 0;
	text-align: center;
}
.cat-inquiry.page-index .guidanceColumn {
	padding: 6px 30px;
	background: #fff;
}
.cat-inquiry.page-index .guidanceItem {
	padding: 14px 0;
	border-bottom: 1px #e1e1e1 dashed;
	display: table;
	width: 100%;
}
.cat-inquiry.page-index .guidanceItem:last-child {
	border-bottom: none;
}
.cat-inquiry.page-index .guidanceItem dt {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.cat-inquiry.page-index .guidanceItem dd {
	display: table-cell;
}
.cat-inquiry.page-index .contactPhoneColumn {
	padding: 20px;
	background: #eaf3ec;
}

@media screen and (max-width: 767px) {
.cat-inquiry.page-index .contactPhoneColumn {
	padding: 10px 3%;
}
.cat-inquiry.page-index .guidanceItem dt {
	width: 30%;
	vertical-align: top;
}
.cat-inquiry.page-index .guidanceItem dt img {
	width: 75%;
	max-width: 80px;
}
.cat-inquiry.page-index .guidanceItem dd {
	width: 70%;
}
}
@media print, screen and (min-width: 768px) {
.cat-inquiry.page-index .guidanceItem dt {
	width: 17%;
}
.cat-inquiry.page-index .guidanceItem dd {
	width: 83%;
}
.cat-inquiry.page-index .guidanceItem dt img {
	width: 60px;
}
}

/* inquiry Module */
.bnrPhone {
	margin: 0 auto 15px;
	width: 100%;
	display: table;
}
.bnrPhone a {
	border: 2px #338844 solid;
	position: relative;
	width: 100%;
	height: 65px;
	display: table-cell;
	color: #338844;
	background: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bnrPhone a .number {
	padding-right: 25px;
  -webkit-background-size: 82px 26px;
  background-size: 82px 26px;
	font-family: "リュウミン EB-KL","Ryumin ExtraBold KL", "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 3.4rem;
	font-weight: bold;
	vertical-align: middle;

}
.bnrPhone a .time {

	font-size: 1.4rem;
	vertical-align: middle;
}
.articleBox .label_contactphone:before {
	margin:-2px 4px 0 0;
	content:" ";
	display:inline-block;
	width:15px;
	height: 23px;
	background:url(/wp/wp-content/themes/gyosei_co/images/v/inquiry/images/img_inquiry_01.png) no-repeat 0 0;
	background-size:contain;
	vertical-align: middle;
}
.articleBox .label_contactfax:before {
	margin:-4px 6px 0 0;
	content:" ";
	display:inline-block;
	width:24px;
	height: 20px;
	background:url(/wp/wp-content/themes/gyosei_co/images/v/inquiry/images/img_inquiry_02.png) no-repeat 0 0;
	background-size:contain;
	vertical-align: middle;
}

.cat-inquiry.page-index #contactList05 {
	margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
.bnrPhone {
	display: block;
}
.bnrPhone a {
	padding: 10px 0 10px 2px;
	display: block;
	height: auto;
}
.bnrPhone a:after {
}
.bnrPhone a .number {
	padding-right: 0;
	background-size: 70px auto;
	font-size: 2.8rem;
}
.bnrPhone a .time {
	padding-top: 3px;
	display: block;
	font-size: 1rem;
}
.bnrPhone a .time br {
	display: none;
}
.articleBox .label_contactphone:before {
	margin:0 4px 0 0;
}
.articleBox .label_contactfax:before {
	margin:-3px 6px 0 0;
}
}



/* search result */
#topicPath.topicPath_searchResultPage {
	background-color: #fff;
	border-top: 4px solid #338844;
	color: #565656;
	margin-bottom: 0;
	margin-top: 0;
}
#mainArea.searchResultPage {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 32px;
	padding: 0;
}
#mainArea.searchResultPage #___gcse_0 .gsc-control-cse {
	border: none;
}
@media screen and (max-width: 767px) {
#topicPath.topicPath_searchResultPage {
	background-color: #fff;
	border-top: 4px solid #338844;
	color: #565656;
	margin-bottom: 6px;
	margin-top: 41px;
}
#mainArea.searchResultPage {
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
}
}



/* 2016 1221フォーム追加作業 */
.page-contact.page-contact-confirm .formTable label.colectBox:after,
.page-change.page-change-confirm .formTable label.colectBox:after,
.page-contact.page-collabo-confirm .formTable label.colectBox:after {
	background: none;
}
.page-contact.page-contact-confirm .privacyNoticeBlock,
.page-change.page-change-confirm .privacyNoticeBlock,
.page-contact.page-collabo-confirm .privacyNoticeBlock {
	display: none;
}
.page-contact.page-contact-confirm .nobdr,
.page-contact.page-collabo-confirm .nobdr {
	display: none;
}
.page-change.page-change-confirm .nobdr.change-hidden {
	display: none;
}
.page-contact.page-contact-confirm .agreement,
.page-change.page-change-confirm .agreement,
.page-contact.page-collabo-confirm .agreement {
	display: none;
}
.page-contact.page-contact-confirm .msg,
.page-change.page-change-confirm .msg,
.page-contact.page-collabo-confirm .msg {
	display: none;
}
.page-contact.page-contact-confirm .btnSubmit .allow-r,
.page-change.page-change-confirm .btnSubmit .allow-r,
.page-contact.page-collabo-confirm .btnSubmit .allow-r {
	float: right;
}

.page-contact.page-contact-input .formBlock .infotext,
.page-change.page-change-input .formBlock .infotext,
.page-contact.page-collabo-input .formBlock .infotext {
	display: none;
}
.page-contact.page-contact-input .formBlock .btnCorrect,
.page-change.page-change-input .formBlock .btnCorrect,
.page-contact.page-collabo-input .formBlock .btnCorrect {
	display: none;
}
.page-contact.page-contact-input .btnSubmit,
.page-change.page-change-input .btnSubmit,
.page-contact.page-collabo-input .btnSubmit {
	width: 333px;
	margin: 0 auto;
}
.page-change.page-change-input .formBlock h2.bdrTitleB {
	display: none;
}
.page-change.page-change-confirm .formBlock .v_btn_input.on {
	display: none;
}
.page-change.page-change-confirm .formBlock .middleTitle {
	display: none;
}
.page-change.page-change-confirm .formBlock .formBox.change-hidden {
	display: none;
}

@media screen and (max-width: 767px) {
.page-contact.page-contact-confirm .btnSubmit .allow-r,
.page-change.page-change-confirm .btnSubmit .allow-r,
.page-contact.page-collabo-confirm .btnSubmit .allow-r {
	float: none;
}
.page-contact.page-contact-input .btnSubmit,
.page-change.page-change-input .btnSubmit,
.page-contact.page-collabo-input .btnSubmit {
	width: 100%;
}
}
