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

/*共通
-----------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	color: #333;
	height: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1000px;
	margin: 0;
}
a {
	background: transparent;
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
a:focus {
	outline: thin dotted;
}
a:hover {
}
a:active,
a:hover,
a:link,
a:visited {
	overflow: hidden;
	outline: none;
}

a.topicpath-link:link, a.topicpath-link:visited {
    color: #363636;
}

label,
select {
	cursor: pointer;
}
body,
html {
	overflow-x: hidden;
	position: relative;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: solid 1px #ccc;
	margin: 30px 0 30px 10px;
	width: 980px;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-size: 1.6rem;
    padding: 5px 10px;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 5px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
textarea.text_input_l {
	width: 100%;
}
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

_:-ms-input-placeholder, :root body {
	font-family: "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
	
	button, input, select, textarea {
		font-size: 1.4rem;
		width: 100%;
	}
	
}



/*コンテンツ
-----------------------------------*/
section > * {
	width: 980px;
	margin: 0 auto;
}

.l-contents {
    background: #fff;
    padding: 0;
    overflow: hidden;
	width: 900px;
	margin: 0 auto 30px;
}

.bg-contents {
	background: url(../images/success/bg-02.png) no-repeat;
	width: 100%;
	height: auto;
}
/*
.bg-contents .ph {
	width: 580px;
    margin: 0 auto;
}*/
.cap {
	text-align: right;
    font-size: 1.2rem;
    margin: 0 auto;
}


.success .txt-box {
	padding: 15px 10px;
}

 .recipe {	
	padding: 2% 3%;
	border: 1px solid #e5e5e5;
	background: #fafafa;	
}

 .l-contents .recipe ul {	
	background: #fafafa;
	font-size: 10%; 
}

.l-contents .recipe ul > li {
	font-size: 1.3rem;
	display: inline-block;
	/*width: 28%;*/
	position: relative;
	text-indent: -1.8rem;
	margin-left: 2.8rem;
	line-height: 1.5;	
}

.l-contents .recipe ul > li:before {
	background: #707070;
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50px;
	margin-right: 6px;
	margin-top: 4px;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	section > * {
		width: auto;
		padding: 0 2%;
	}
}

@media screen and (max-width: 767px) {
	section > * {
		width: 100%;
	}
	.l-contents {
		padding: 0 4.68%;
		margin: 0 0 20px;
		width: auto;
	}
	
	.bg-contents .ph {
		width: 90%;
		margin: 0 auto;
	}
	
	.l-contents p.cap {
		font-size: 1.1rem;
		text-align: right;
	}
	
	.txt-box p.cap {
		font-size: 1.1rem;
		text-align: center;
	}
	
	.txt-box div.ph{
		text-align: center;
		margin: 0 auto;
	}
}





/*topicpath
-----------------------------------*/
.topicpath {
	margin-bottom: 15px;
	background: #F4F2EF;
	border-bottom: 1px solid #D4D0C5;
}
.topicpath .topicpath-list {
	width: 980px;
	margin: 0 auto;
}
.topicpath .topicpath-list a {
	text-decoration: underline;
	
}
.topicpath .topicpath-list a:hover {
	text-decoration: none;
	
}
.topicpath .topicpath-list a::after{
	content: ">";
	display: inline-block;
	
}
.topicpath .topicpath-list li {
	display: inline;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	
	.topicpath {
		margin-top: 55px;
	}
	.topicpath .topicpath-list {
		width: auto;
		padding: 5px;
	}
}







/*テキスト
-----------------------------------*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


h2 {
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #363636;
}

h3 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 15px;
	color: #000000;
	position: relative;
}


p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.8;
}


p.read {
	text-align: center;
	color: #ffffff;
}



.l-contents h2 {
	font-size: 2rem;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 5px 0 5px 25px;
	background: #000000;
	color: #fff;
	text-align: left;
}

.l-contents h2::after {
	position: absolute;
	content: "";
	display: block;
	border-left: solid 7px #ffffff;
    height: 70%;
    top: 15%;
    left: 10px;
}

.l-contents h3 {
	font-size: 2rem;
    color: #000000;
	border: 1px solid #707070;
	border-top: 6px solid #000000;
	text-align: left;
	padding: 5px 10px;
}



.l-contents h3.directions {
	font-size: 2rem;
	color: #000000;
	text-align: left;
	padding-bottom: 2%;
}

.l-contents h3.directions::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.l-contents h3.directions::after {
  bottom: 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}


.l-contents h4 {
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #484848;
	border: 1px solid #707070;
	background: #fff;
    position: relative;
    display: block;
	border-radius: 0;
}
.l-contents h4::before {
	position: absolute;
	content: "";
	display: block;
	border-left: solid 7px #000000;
    height: 70%;
    top: 15%;
    left: 5px;
}

.l-contents h5 {
	font-size: 1.8rem;
	/*color: #707070;*/
	color: #333;
    line-height: 1.5;
    padding-left: 0;
	margin: 0 0 15px;
}

.l-contents h6 {
	font-size: 1.6rem;
	color: #484848;
    line-height: 1.5;
    padding-left: 20px;
	position: relative;
	margin: 0 0 15px;
}

.l-contents h6::before {
	content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #707070;
    border-radius: 0;
    position: absolute;
    top: 5px;
    left: 0px;
}







.b-text-read {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.b-text-read span {
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
    line-height: 1;
}


@media screen and (min-width: 768px)  and (max-width: 1024px) {
	h2 {
		font-size: 3rem;
		margin-bottom: 25px;
	}
	
	.b-text-read {
		line-height: 1.4;
	}	
	.b-text-read span {
		font-size: 2rem;
	}	
}
	

@media screen and (max-width: 767px) {
	
	h2 {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	
	
	p,.l-contents p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	.b-text-read {
		text-align: left;
		font-size: 1.4rem;
		margin-bottom: 35px;
	}
	
	.b-text-read span {
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.5;
	}
	
	
	.l-contents h2 {
		font-size: 1.6rem;
		margin-top: 15px;
		margin-bottom: 20px;
		padding: 5px 0 5px 25px;
	}

	.l-contents h2::after {
		border-left: solid 5px #ffffff;
	}


	.l-contents h3 {
		font-size: 1.4rem;
		padding: 5px 10px;
	}
	
	.l-contents h3.directions {
		font-size: 1.4rem;
		padding: 5px 4px 8px;
	}

	.l-contents h4 {
		margin-bottom: 15px;
		padding: 5px 0 5px 20px;
		font-size: 1.4rem;
	}
	.l-contents h4::before {
		border-left: solid 5px #000000;
	}

	.l-contents h5 {
		font-size: 1.4rem;
		margin: 0 0 15px;
	}

	.l-contents h6 {
		font-size: 1.4rem;
		margin: 0 0 15px;
		padding-left: 15px;
	}

	.l-contents h6::before {
		width: 10px;
		height: 10px;
		left: 0px;
	}

	
}




/*リスト
-----------------------------------*/
li {
    font-size: 100%;
    color: #333;
}

.l-contents ul,
.l-contents ol {
	border: none;
	background: #fff;
	font-size: 90%;
    overflow: hidden;
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0;
    border-radius: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 6px;
	position: relative;
}

.l-contents ol {
	counter-reset: number 0;
}

.l-contents ul > li,
.l-contents ol > li {
	position: relative;
	text-indent: -1.8rem;
    margin-left: 1.8rem;
	font-size: 1.5rem;
    line-height: 2;
}

.l-contents ol > li {
	padding: 0 0 0 0.5em;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
}

.l-contents ul > li:before {
	background: #707070;
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 7px;
    vertical-align: text-top;
}
.l-contents ul.b-btn > li:before {
	display: none;
}


.l-contents ol > li:before {
    counter-increment: number;
    content: counter(number)".";
    color: #707070;
    width: 13px;
    height: 13px;
    border-radius: 9px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Arial', sans-serif;
}


.l-contents p.asterisk,
.l-contents ul.asterisk li {
	text-indent: -1.4rem;
    margin-left: 1.4rem;
    font-size: 1.2rem !important;
	line-height: 1.6;
}
.l-contents ul.asterisk li::before {
	display: none;
}


@media screen and (max-width: 767px) {
	
	.l-contents ul > li,
	.l-contents ol > li {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	.l-contents ul > li:before {
		width: 10px;
		height: 10px;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.l-contents p.asterisk,
	.l-contents ul.asterisk li {
		font-size: 1.1rem !important;
	}
}



/*ヘッダー
-----------------------------------*/
.l-header {
	z-index: 100;
	left: 0;
	width: 100%;
	clear: both;

}
.l-header {
	margin-bottom: 0;
	border-bottom: 5px solid #000000;
	background: #ffffff;
}
.l-header .l-header-inner {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

.top .l-header .l-header-inner { 
	margin: 0 auto;
	position: absolute;
    width: 100%;
    background: #fff;
    bottom: 0;
}
.top .l-header .l-header-inner .gNav-list { 
	max-width: 980px;
    margin: 0 auto;
}


@media screen and (min-width: 768px)and (max-width: 1024px) {
	.l-header .l-header-inner .nav { 
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	.l-header {
		height: auto;
		min-width: 0;
		top: 0;
		min-height: inherit;
		padding: 10px 0;
		margin-bottom: 0;
	}
	
	.l-header {
		margin-bottom: 0;
		padding: 0;
		position: fixed;
		height: 50px;
	}
	
	.l-header .l-header-inner  {
		padding-top: 0;
		min-height: inherit;
		width: 100%;
		margin-bottom: 0;
	}
	.top .l-header .l-header-inner {
		position: relative;
		background: #fff;
	}
	
	
	.l-header.open .l-header-inner  {
		background: rgba(255,255,255,1);
    	height: 100vh;
	}
	
	.l-header.open {
		background: rgba(0,0,0,0.9);
		z-index: 1000;
		overflow: scroll;
		height: 100vh;
	}
	
	.l-header-inner + .l-header-inner {
		display: none;
	}
	.l-header.open .l-header-inner + .l-header-inner {
		display: block;
	}
	
	.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
		width: 100%;
	}
}

@keyframes headerAnimation {
	0% {
		margin-top: -70px;
	}
	100% {
		margin-top: 0;
	}
}





/*ロゴ
-----------------------------------*/
.logo {
	margin: 0;
	position: absolute;
	top: 3%;
	left: 7%;
}
.logo.tel {
	display: none !important;
}
.sub .logo.tel {
	display: block!important;
}
.clone-nav .logo {
	display: none;
}
.logo-item {
	line-height: 0.45;
	margin: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.logo-item span {
	font-size: 11px;
}
.logo-item a {
	height: 100%;
	display: block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.logo-item a:hover {
	opacity: 0.5;
}
.logo-item img {
	width: 100%;
	max-width: 246px;
	height: auto;
}


.logo-box {
	width: 90%;
	margin: 0 auto;
	display: table;
	padding: 20px 0;
}




@media screen and (min-width: 767px) {
	.sub .logo {
		position: relative;
	}
	
	.sub .logo-box .logo {
		position: relative;
		left: inherit;
		display: table-cell;
	}
	.sub .logo-box .logo.tel {
		display: table-cell !important;
		text-align: right;
		vertical-align: middle;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.logo {
		left: 5%;
	}
	.logo-item img {
		max-width: 215px;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		box-sizing: content-box;
		display: table;
		border-right: none;
		width: 41.09%;
		margin: 0;
		margin-left: 0;
		position: absolute;
		top: 10px;
		left: 5%;
		z-index: 999;
	}
	.l-header.open .logo {
		z-index: 100;
	}
	.top .logo.tel {
		display: none !important;
	}
	.logo-item {
		display: table-cell;
		vertical-align: middle;
		height: auto;
		padding: 0;
		float: none;
	}
	.logo-item img {
		padding: 0;
		width: 100%;
		max-width: 150px;
	}
	.logo-item a {
		padding: 0;
		height: auto;
	}
	
	.logo-box {
		width: auto;
		display: block;
		padding: 0;
	}

	
	.sub .logo-box .logo.tel {
		display: none!important;
	}
}

/*@media screen and (max-width: 480px) {
	.logo {
		height: auto;
		box-sizing: content-box;
		display: table;
		border-right: none;
		width: 15%;
	}
	.logo-item {
		display: block;
		vertical-align: middle;
		height: auto;
		padding: 0 10px;
		margin: 0 auto;
		float: none;
	}
	.logo-item img {
		padding: 0;
		width: 100%;
	}
	.logo-item a {
		padding: 0;
		height: auto;
	}
}*/


/*お問い合わせ
-----------------------------------*/


.clone-nav.is-show .conatct_btn {
	/*padding-top: 12px;	
	height: auto;
	width: 180px;
	left: 50%;
	float: right;*/
	margin: 0px 240px 0;
}

.clone-nav.is-show .conatct_btn span{
	color:#fff; 
    padding: 0 28px;
}

 .clone-nav.is-show .conatct_btn a {
	background:#000;
    padding: 9px 0px 9px 30px;
	font-size: 1.4rem;
	border-radius: 5px;
	/*margin: -9% 7% 0 0;*/
}

.clone-nav.is-show .conatct_btn a:hover {
	opacity: 0.5;
}

 .clone-nav.is-show .conatct_btn img {
	padding-bottom: 1%;
	margin: 0% -10% 0px -2%;
}

.sub .clone-nav.is-show .conatct_btn {
	/*padding-top: 12px;	
	height: auto;
	width: 180px;
	left: 50%;*/
	float: right;
	margin: 0px 10px 0;
}

.sub .clone-nav.is-show .conatct_btn span{
	color:#fff; 
    padding: 0 28px;
}

 .sub .clone-nav.is-show .conatct_btn a {
	background:#000;
    padding: 9px 0px 9px 30px;
	font-size: 1.4rem;
	border-radius: 5px;
	/*margin: -9% 7% 0 0;*/
}

.sub .clone-nav.is-show .conatct_btn a:hover {
	opacity: 0.5;
}

 .sub .clone-nav.is-show .conatct_btn img {
	padding-bottom: 2px;
	
}

.conatct_btn {
	position: static;
	margin: -26px 258px 0 0;
}

.conatct_btn span{
	color:#fff; 
    padding: 0 16px;
}

.conatct_btn a {
	background:#000;
    padding: 9px 11px 9px 26px;
	font-size: 1.4rem;
	border-radius: 5px;
}

.conatct_btn a:hover {
	opacity: 0.5;
}

.conatct_btn img {
	padding-bottom: 2px;
	/*margin: 0% -12% 0px 1%;*/
}


@media screen and (orientation: portrait) and (max-device-width: 1024px)  {
	.clone-nav.is-show .conatct_btn {
		margin: 0px 236px 0;
	}
	
	.sub .clone-nav.is-show .conatct_btn {
		left: 50%;
		float: right;
		margin: -28px 256px 0;
	}
	
	.conatct_btn {
		margin: -26px 256px 0 0;
	}
}


/*グローバルナビ
-----------------------------------*/
.gNav {
	margin: 0 auto;
	position: relative;
}
.gNav-item {
	width: 12.38%;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	border-right: 1px solid #707070;
	transition: 0.3s;
    display: table;
}
.gNav-item:hover {
	opacity: 0.5;
}
.gNav-item:first-child {
	border-left: 1px solid #707070;
}
.gNav-item img {
	display: block;
	margin: 0 auto 5px;
}
.gNav-item a {
	color: #000000;
	transition: .2s;
	display: table-cell;
    vertical-align: middle;
	padding: 20px 0;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	.gNav-item a {
		padding: 30px 0;
	}
	.sub .gNav-item a {
		padding: 20px 0;
	}
}
@media screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1366px) {
	.gNav-item a {
		padding: 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.nav {
		width: 100%;
		min-width: auto;
		display: none;
	}
	.gNav {
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 50px;
	}
	
	.gNav ul {
		background: rgba(0,0,0,0.9);
		height: 100vh;
	}
	.gNav-item {
		width: auto;
		height: auto;
		float: none;
		border: none;
		padding: 0;
		margin: 0 15%;
    	border-bottom: 1px solid #F2E9A3;
		display: block;
	}
	.gNav-item:first-child {
		border-left: none;
	}
	.gNav-item a {
		display: block;
		padding: 15px 0;
		position: relative;
		color: #fff;
		font-size: 1.6rem;
    	font-weight: normal;
	}
	.gNav-btn {
		background: #000;
		font-weight: normal;
		width: 60%;
		margin: 20px auto;
		text-align: center;
		border-radius: 5px;
		padding: 5px 0;
		border: 1px solid #fff;
	}
	.gNav-btn a {
		color: #ffffff;
		font-size: 1.6rem;
    	font-weight: normal;
		display: block;
	}
	li.gNav-item:last-child {
		border: none;
	}

}

@media (orientation: landscape) and (max-width: 767px) {
   .gNav ul {
		height: 150vh;
	}
}


/*グローバルナビ スクロール
-----------------------------------*/
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	background: #fff;
}

.clone-nav .logo.visible_pc {
	display: none !important;
}
.clone-nav .logo.visible_sp {
	display: none !important;
}
.is-show {
  transform: translateY(0);
}

.top .l-header.is-show .l-header-inner {
	position: relative;
}
.clone-nav.is-show .logo.scroll {
	display: table-cell!important;
	position: relative;
}
.clone-nav.is-show .logo.visible_sp.scroll {
	display: block !important;
	position: relative;
}

.top .clone-nav.is-show .logo.scroll {
	float: left;
}
.top .clone-nav.is-show .logo.scroll.tel {
	float: right;
	padding: 20px;
}
.clone-nav .spNavBtn {
	display: none;
}
.clone-nav.is-show .spNavBtn {
	display: none;
}
.clone-nav.is-show .logo.scroll .logo-item {
	width: auto;
    padding: 0;
	float: left;
}
.top .clone-nav.is-show .logo.scroll .logo-item {
    padding: 10px 0;
}
.clone-nav.is-show .logo.scroll.tel {
	left: inherit;
	right: 7%;
}


.clone-nav.is-show .logo.scroll.tel .logo-item {
	width: auto;
    padding: 0;
	float: right;
}
/*.top .clone-nav.is-show .logo.scroll.tel .logo-item {
	padding: 20px 0;
}*/


.logo .logo-item .scroll {
	display: none !important;
}

.clone-nav.is-show .logo .logo-item .top {
	display: none!important;
}
.clone-nav.is-show .logo .logo-item .scroll {
	display: block!important;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
	.clone-nav.is-show .gNav-item a {
		padding: 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.clone-nav.is-show .logo.visible_sp.scroll {
		display: none !important;
	}

	.clone-nav.is-show .logo.scroll .logo-item {
		display: none;
	}
}


/*グローバルナビ スマホ
-----------------------------------*/
.spNavBtn {
	display: none;
}

.spNavBtn-bar_01 {
	width: 24px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.spNavBtn-bar_02 {
	width: 24px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 7px;
	left: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.spNavBtn-bar_03 {
	width: 24px;
	height: 3px;
	left: 0;
	background-color: #000000;
	position: absolute;
	top: 14px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.open .spNavBtn-bar_01 {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 6px;
}
.open .spNavBtn-bar_02 {
	opacity: 0;
}
.open .spNavBtn-bar_03 {
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	top: 6px;
}

@media screen and (max-width: 767px) {
	.spNavBtn {
		display: block;
		position: absolute;
		top: 20px;
		right: 4.68%;
		cursor: pointer;
		border-radius: 1px;
	}

	.spNavBtn-item {
		width: 24px;
		height: 18px;
		position: relative;
		margin: 0;
	}
}



/*カラム
-----------------------------------*/
.acms-summary {
	display: block;
    width: 100%;
	position: relative;
}
.acms-summary .txt-category {
	position: absolute;
	font-size: 1.6rem;
	background: #FC8D2D;
	padding: 0 5px;
	color: #fff;
}
.acms-summary-image {
    display: block;
    width: auto;
    white-space: inherit;
    vertical-align: inherit;
}
.acms-summary-image img {
    width: 100%;
}

	




/*ページャー
-----------------------------------*/
.acms-pager-container .acms-pager {
	margin-bottom: 30px;
}
.acms-pager li {
	margin: 0 5px;
}
.acms-pager li.cur span a {
	color: #ffffff;
	background: #000000;
}
.acms-pager li>a, .acms-pager li span>a {
	border: 2px solid #000000 !important;
	border-radius: 5px;
	padding: 8px 10px;;
	color: #000000;
	transition: 0.3s;
}
.acms-pager li>a:hover, .acms-pager li span>a:hover {
	color: #ffffff;
	background: #000000;
}
.acms-pager li>a.previous,
.acms-pager li>a.next {
	border: none !important;
}

.acms-pager-container .acms-pager li, .acms-pager-container .pager li, .acms-entry .acms-pager li, .acms-entry .pager li {
    display: inline-block;
    padding: 0;
    margin-left: 0;
    text-indent: 0;
}



@media screen and (max-width: 767px) {
	.acms-pager-container {
		margin-left: 0;
		margin-right: 0;
	}
	
	.acms-pager li>a, .acms-pager li span>a {
		padding: 6px 8px;
	}
	
	.acms-pager li > a:link {
		text-decoration: none;
		padding: 5px;
		vertical-align: middle;
		font-size: 1.2rem;
	}
}


/*ページトップ
-----------------------------------*/
.pageTop {
	display: none;
	width: 44px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 10%;
	z-index: 100;
	margin-bottom: 20px;
}
.pageTop img {
	width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
	.pageTop a:hover {
		color: #006633;
	}
}
@media screen and (max-width: 767px) {
	.pageTop {
		right: 3%;
		width: 30px;
	}
}


/*b-floatnav
-----------------------------------*/
.b-floatnav {
	background: #000000;
	border-top: 1px solid #F2E9A3;
	position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}
.b-floatnav ul li {
	float: left;
	text-align: center;
	width: 33%;
	padding: 13px 0;
	border-right: 1px solid #F2E9A3;
	border-bottom: 1px solid #F2E9A3;
}
.b-floatnav ul li:last-child {
	border-right: none;
}
.b-floatnav ul li span {
	display: block;
	margin: 0 auto;
	color: #fff;
	margin-top: 10px;
	font-size: 1.2rem;
}
.b-floatnav ul li img {
	width: 25px;
}


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

/*b-floatobi
-----------------------------------*/
.b-floatobi {
    background: #000000;
    position: fixed;
    width: 100%;
    bottom: 82px !important;
    z-index: 99;
    }
}


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


/*b-border-box
-----------------------------------*/
.b-border-box {
	border: 2px solid #707070;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.b-border-box ul,
.b-border-box ol {
	margin-bottom: 0;
}



@media screen and (max-width: 767px) {
	.b-border-box {
		padding: 10px 5px;
		margin-bottom: 20px;
	}
}


/*b-btn
-----------------------------------*/
ul.b-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
}

ul.b-btn li {
	background: #000000;
	border-radius: 5px;
	width: 220px;
	text-align: center;
	margin: 0 10px 45px;
	position: relative;
	transition: 0.3s;
	border: 1px solid #000000;
	text-indent: inherit;
}
ul.b-btn li a {
	color: #fff;
	transition: 0.3s;
	display: block;
	padding: 10px;
	font-size: 1.4rem;
}


ul.b-btn li:hover {
	opacity: 0.5;
}



@media screen and (max-width: 767px) {
	ul.b-btn {
		display: block;
	}
	ul.b-btn li {
		width: 65%;
		margin: 0 auto 20px;
	}
	
	ul.b-btn li a {
		padding: 8px 0;
		font-size: 1.3rem;
	}
}


/*b-btn-more
-----------------------------------*/
.l-contents .b-btn-more {
	
}
.l-contents .b-btn-more::after {
	clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}
.l-contents .b-btn-more a {
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	display: block;
	padding: 8px 5px;
	width: 200px;
	text-align: center;
	font-size: 1.4rem;
	float: right;
	transition: 0.3s;
}
.l-contents .b-btn-more a::after {
	content: ">";
	display: inline-block;
	margin-left: 5px;
}
.l-contents .b-btn-more a:hover {
	opacity: 0.5;
}


@media screen and (max-width: 767px) {
	.l-contents .b-btn-more a {
		padding: 6px 0;
		width: 45%;
		font-size: 1.2rem;
	}
}


/*b-btn-back
-----------------------------------*/
.l-contents .b-btn-back {
	
}

.l-contents .b-btn-back a {
	background: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 5px;
	display: block;
	padding: 8px 5px;
	width: 200px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	transition: 0.3s;
	margin: 0 auto 30px;
	position: relative;
}
.l-contents .b-btn-back a::after {
	content: "";
    display: block;
    position: absolute;
    background: url(../images/common/ico-btn-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    right: 22%;
    top: 28%;
}

.l-contents .b-btn-back a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.l-contents .b-btn-back a {
		width: 60%;
    	font-size: 1.3rem;
	}
}





/*テーブル
-----------------------------------*/
.l-contents table {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #D1D1D1;
	margin-bottom: 50px;
}

.l-contents table tr th {
	background: #f3f4ed;
/*	background: rgb(243,244,237);*/
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #585858;
	width: 25%;
	padding: 10px 16px;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	vertical-align: middle;
}

.l-contents table tr:nth-child(even) th {
	background: rgb(243,244,237);
}

.l-contents table tr td {
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	padding: 10px 15px;
}

.table_block table td {
	font-size: 1.6rem;
}
.table_block table tr:nth-child(2n+0) > td {
	background: none;
}

.l-contents .table_block {
    margin: 0 auto;
}
.l-contents form {
   margin-bottom: 50px;
}

.l-contents .table_block table {
	margin-bottom: 20px;
}
.l-contents .table_block table a {
	color: #000;
}
.l-contents .table_block table .c-form__item__error,
.l-contents .table_block table p.txt_error {
	color: #AF2222;
	margin: 0;
	text-align: left;
}

.l-contents .table_block table tr:nth-child(even) th {
	background: #f3f4ed;
	/*background: rgb(243,244,237);*/
}

.l-contents .table_block table tr th span {
	background: #AF2222;
    color: #fff;
    padding: 3px 5px;
    font-size: 1.2rem;
    margin-left: 5px;
    border-radius: 3px;
}

.l-contents textarea,
.l-contents input[type="email"],
.l-contents input[type="number"],
.l-contents select,
.l-contents input[type="text"] {
    /*width: 100%;*/
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}


.l-contents .form-select {
	overflow: hidden;
	width: 60%;
	/*margin: 2em auto;*/
	text-align: center;
}
.l-contents .form-select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.l-contents .form-select select::-ms-expand {
    display: none;
}
.l-contents .form-select .sl{
	position: relative;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	background: #ffffff;
}
.l-contents .form-select .sl::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.l-contents .form-select .sl:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.l-contents .form-select .sl select {
	color: #333;
}


/* ラジオボタン */

input[type="radio"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
label::before,
label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
label:hover::before {
  background: #fff;
}
label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #3498db;
}
input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.btn_block {
	margin: 0 auto;
    text-align: center;
}

.btn_block button,
.btn_block input {
	background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 10px;
    min-width: 200px;
	transition: 0.3s;
}
.btn_block button:hover,
.btn_block input:hover {
	opacity: 0.5;
}


@media screen and (max-width: 767px) {
	.l-contents table tr th {
		font-size: 1.3rem;
		padding: 10px;
		width: 25%;
	}
	.l-contents table tr td {
		font-size: 1.3rem;
		padding: 10px;
	}
	
	.l-contents .table_block table {
		width: auto;
		display: block;
	}
	
	.l-contents .table_block table tr,
	.l-contents .table_block table th,
	.l-contents .table_block table td,
	.l-contents .table_block table > * {
		display: block;
		width: auto !important;
	}
	
	.l-contents .table_block table tr td {
		border-left: 1px solid #D1D1D1;
	}
	.l-contents .table_block table tr input {
		width: 100%;
	}
	.l-contents .table_block table tr input[type="checkbox"], 
	.l-contents .table_block table tr input[type="radio"] {
		width: auto;
	}
		
	.l-contents .form-select {		
		width: 100%;
		display: block;
	}
	
	.btn_block button,
	.btn_block input {
		font-size: 1.3rem;
		width: 55%;
		min-width: inherit;
	}
	
	[class*="acms-col"] .btn_block button,
	[class*="acms-col"] .btn_block input {
		width: 100%;
	}
	
}







/*TOP
-----------------------------------*/
section {
	padding: 60px 0 70px;
}

.acms-summary-image + .acms-summary-body {
	padding: 0;
}

@media screen and (max-width: 767px) {
	section {
		padding: 40px 4.68% 50px;
	}
}


/*メインビジュアル
-----------------------------------*/
body {    
	background-position: center top;
	background-attachment: fixed;
}

#mainV {
	min-width: 1000px;
    background: url(../images/top/img-mainv-01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	height: 100vh;
}


#mainV-test {
	min-width: 1000px;
    background: url(../images/top/img-mainv-01a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	height: 100vh;
}


.c-page-home-mainv {
	position: relative;
}

.mainV-catch {
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 3.2rem;
	color: #000000;
	font-weight: bold;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}


.mainV-catch.catch-img {
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mainV-catch.catch-img span {
    display: block;
}


.mainV-sp {
	display: none;
}


@media screen and (orientation: portrait) and (max-device-width: 1024px)  {
	#mainV {
		width: 100%;
		height: calc(100vh - 100px);
	}
}

@media screen and (orientation: landscape) and (max-device-width: 1024px)  {
	#mainV {
		width: 100%;
		height: calc(100vh - 80px);
	}
}



@media screen and (max-width: 767px) {
	#mainV {
		display: none;
	}
	
	.mainV-sp {
		display: block;
		min-height: inherit;
		background: url(../images/top/img-mainv-01.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		height: 73vh;
	}
	
	.mainV-catch {
		top: 30%;
		margin-left: 0;
		font-size: 2rem;
	}
    
    
    .mainV-catch.catch-img {
        top: 22%;
    }
    .mainV-catch.catch-img span {
        width: 85%;
        margin: 0 auto;
    }

	
}



/*
iPhone 6/7/8/Plus */
@media screen and (orientation: landscape) and (max-width: 414px) {
	.mainV-sp {
		height: 75vh;
	}
}

@media screen and (max-width: 414px) {
	
	.mainV-sp {
		height: 75vh !important;
	}
	
	.mainV-catch {
		top: 30%;
		margin-left: 0;
		font-size: 2rem;
	}
	
}

/*
iPhone 6/7/8 X/XS */
@media screen and (orientation: landscape) and (max-width: 375px) {
	.mainV-sp {
		height: 78vh !important;
	}
}

@media screen and (max-width: 375px) {
    
    .mainV-sp {
		height: 78vh !important;
	}
	
	.mainV-catch {
		top: 32%;
		margin-left: 0;
		font-size: 1.8rem;
	}

}


/*
iPhone 5/SE */
@media screen and (orientation: landscape) and (max-width: 320px) {
	.mainV-sp {
		height: 69vh !important;
	}
}

@media screen and (max-width: 320px) {
    
    .mainV-sp {
		height: 69vh !important;
	}
	
	.mainV-catch {
		top: 32%;
		margin-left: 0;
		font-size: 1.8rem;
	}

}


@media (orientation: landscape) and (max-width: 767px){
	.mainV-catch {
	}
}




/*c-page-home-obi
-----------------------------------*/
.c-page-home-obi {
	background: #000000;
	padding: 30px 0;
}

.c-page-home-obi .c-page-home-obi__inner {
	width: 980px;
}

.c-page-home-obi .txt {
	float: left;
	width: auto;
}
.c-page-home-obi .btn {
	float: right;
	width: auto;
}
.c-page-home-obi .btn a {
	transition: 0.3s;
	display: block;
}
.c-page-home-obi .btn a:hover {
	opacity: 0.5;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-page-home-obi .c-page-home-obi__inner {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.c-page-home-obi {
		padding: 20px 4.68%;
	}
	.c-page-home-obi .c-page-home-obi__inner {
		width: auto;
	}
	
	.c-page-home-obi .txt {
		width: 55%;
	}
	.c-page-home-obi .btn {
		width: 40%;
	}
	
	.c-page-home-obi p {
		text-align: center;
	}
}

@media (orientation: landscape) and (max-width: 767px) {
   .c-page-home-obi .c-page-home-obi__inner {
		width: 60%;
	}
}




/*c-page-home-news
-----------------------------------*/
.c-page-home-news {
	background: url(../images/top/bg-news.jpg) no-repeat;
	background-size: cover;
}
.c-page-home-news h2 {
	color: #ffffff;
}
.c-page-home-news h3 {
	font-size: 1.6rem;
	text-align: left;
}

.c-page-home-news .acms-summary {
	background: #ffffff;
	margin-bottom: 20px;
	position: relative;
}
.c-page-home-news .acms-summary::after {
	content: "TOPICS";
	position: absolute;
	display: block;
	background: #FC8D2D;
	color: #ffffff;
	padding: 3px 5px;
	top: 0;
}
.c-page-home-news img {
	display: block;
	height: 180px;
    object-fit: cover;
}

.c-page-home-news .acms-summary-body {
	padding: 10px;
	width: auto;
}


@media only screen and (max-width: 767px) {
	.c-page-home-news {
		background-size: contain;
		background-repeat: repeat;
  		background-position: top center;
	}
	
	.c-page-home-news img {
		height: 110px;
	}
	
	.c-page-home-news .acms-summary::after {
		font-size: 1.2rem;
	}
	.c-page-home-news .acms-summary-body {
		padding: 0 10px;
		width: auto;
	}
	
}






/*c-page-home-product
-----------------------------------*/
.c-page-home-product {
	background: url(../images/top/bg-product.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.c-page-home-product h3 {
	font-size: 1.8rem;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
.c-page-home-product .c-page-home-product__list {
}
.c-page-home-product .acms-summary-body {
	padding: 0;
	display: block;
}

.c-page-home-product__btn {
	border: 2px solid #967C41;
	border-radius: 5px;
	padding: 35px 0;
	background:  url(../images/top/bg-product-02.jpg) no-repeat;
	background-size: cover;
}
.c-page-home-product__btn ul.b-btn li {
	width: 260px;
	margin-bottom: 0;
	background: #EBE8DE;
	border: 1px solid #C4C4C4;
	font-weight: bold;
}
.c-page-home-product__btn ul.b-btn li a {
	color: #000000;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-page-home-product__btn {
		margin: 0 2%;
	}
}


@media screen and (max-width: 767px) {
	.c-page-home-product h3 {
		font-size: 1.6rem;
	}
	
	.c-page-home-product .c-page-home-product__list {
		display: block;
	}
	.c-page-home-product .c-page-home-product__list .acms-col-12 {
		margin-bottom: 40px;
		padding: 0 15%;
	}
	.c-page-home-product__btn ul.b-btn li {
		width: 80%;
		margin-bottom: 20px;
	}
	.c-page-home-product__btn ul.b-btn li:last-child {
		margin-bottom: 0;
	}
}



/*c-page-home-dish
-----------------------------------*/
.c-page-home-dish {
	background: url(../images/top/bg-news.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.c-page-home-dish > *,
.c-page-home-dish p {
	color: #ffffff;
}

.c-page-home-dish ul.b-btn li {
	background: #AF2222;
	border: 1px solid #AF2222;
	font-weight: bold;
}

.c-page-home-dish .c-page-home-dish__btn ul.b-btn li {
	background: url(../images/common/bg-btn.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	border: none;
	font-weight: bold;
	width: 260px;
}
.c-page-home-dish .c-page-home-dish__btn ul.b-btn li a {
	color: #000000;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.c-page-home-dish ul.b-btn li {
		margin-bottom: 30px;
	}
	
	.c-page-home-dish .c-page-home-dish__btn ul.b-btn {
		margin-top: 30px;
	}
	
	.c-page-home-dish .c-page-home-dish__btn ul.b-btn li {
		width: 70%;
		margin-bottom: 0;
	}
	
	.c-page-home-dish .c-page-home-dish__btn ul.b-btn li a {
		font-size: 1.6rem;
	}
}



/*c-page-home-company
-----------------------------------*/
.c-page-home-company {
	background: #363636;
}
.c-page-home-company h2 {
	color: #ffffff;
}
.c-page-home-company .acms-admin-table-admin-edit {
    border: none;
    background: none;
    font-size: 1.6rem;
	border-collapse: collapse;
	border-spacing: 0;
	width: 980px;
}

.acms-admin-table-admin-edit th,
.acms-admin-table-admin-edit td {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.acms-admin-table-admin-edit th,
.acms-admin-table-admin-edit tr:first-child th,
.acms-admin-table-admin-edit tr:last-child th {
	padding: 12px;
}
.acms-admin-table-admin-edit td,
.acms-admin-table-admin-edit tr:first-child td,
.acms-admin-table-admin-edit tr:last-child td {
	padding: 12px 25px;
}

.acms-admin-table-admin-edit th {
    border-right: 1px solid #ffffff;
	text-align: center;
	width: 15%;
}
.acms-admin-table-admin-edit td span {
    background: #ffffff;
    border-radius: 5px;
    font-size: 1.2rem;
    display: table-cell;
    float: right;
	transition: 0.3s;
}
.acms-admin-table-admin-edit td span a {
    color: #000000;
	font-weight: bold;
	display: block;
    padding: 5px 10px;
}
.acms-admin-table-admin-edit td span:hover {
    opacity: 0.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-page-home-company .acms-admin-table-admin-edit {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.c-page-home-company .acms-admin-table-admin-edit {
		width: auto;
	}
	.acms-admin-table-admin-edit th, .acms-admin-table-admin-edit tr:first-child th, .acms-admin-table-admin-edit tr:last-child th {
		padding: 5px;
		display: table-cell;
		width: 25% !important;
	}
	.acms-admin-table-admin-edit tbody td, .acms-admin-table-admin-edit tbody th, .acms-admin-table-admin-edit thead td, .acms-admin-table-admin-edit thead th {
		width: auto !important;
		display: table-cell;
    	font-size: 1.3rem;
	}
	.acms-admin-table-admin-edit tbody th+td,
	.acms-admin-table-admin-edit td, .acms-admin-table-admin-edit tr:first-child td, .acms-admin-table-admin-edit tr:last-child td {
		padding: 10px;
	}
	
	.acms-admin-table-admin-edit td span a {
		padding: 3px 5px;
		font-size: 1.1rem;
	}
}




.align_c {
	text-align: center;
}

/*privacy
-----------------------------------*/
.l-contents .table_block .privacy_block {
    height: 250px;
    margin: 25px 0;
    padding: 25px;
    border: solid 1px #c9c9c9;
    overflow: scroll;
}

@media only screen and (max-width: 767px) {
	.l-contents .table_block .privacy_block {
		height: 200px;
	}
}


/*column
-----------------------------------*/
.column dl a {
	color: #333;
	text-decoration: underline;
}

.column dl a:hover {
	opacity: 0.6;
}


.column dl {
	padding: 15px 0;
	border-bottom: 1px dotted #d1d1d1;
}

.column dt {
	padding-bottom: 5px;
}

.column .l-contents{
	margin-bottom:100px;
}


@media screen and (min-width: 768px) {
	.column dt {
		clear: left;
		float: left;
		width: 12%;
	}
	.column dd {
		margin-left: 11%;
	}
}



.l-footer {
	margin: 0;
	position: relative;
}

.footer-nav {
	background: #000000;
	border-top: 1px solid #F2E9A3;
}
.footer-nav ul {
	width: 980px;
	margin: 0 auto;
}
.footer-nav ul li {
	width: 12.38%;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #ffffff;
	border: none;
	padding: 0;
}
.footer-nav ul li:first-child {
	border: none;
}
.footer-nav ul li a {
	display: block;
    color: #ffffff;
    transition: .2s;
    padding: 20px 0;
}
.footer-nav ul li a:hover {
	opacity: 0.5;
}


@media screen and (max-width: 767px) {
	.l-footer {
		padding: 0;
	}
	
	.l-footer::before {
		display: none;
	}
	.footer-nav {
	}
	
	.footer-nav ul {
		width: 100%;
	}
	.footer-nav ul li {
		width: 49.7%;
		border-bottom: 1px solid #F2E9A3;
		border-right: 1px solid #F2E9A3;
		margin: 0;
	}
	.footer-nav ul li:nth-child(even) {
		border-right: none;
	}
	.footer-nav ul li:first-child {
		border-right: 1px solid #F2E9A3;
		border-bottom: 1px solid #F2E9A3;
	}
	.footer-nav ul li:last-child {
		width: 49.7%;
		border-bottom: 1px solid #F2E9A3;
	}
	
	.footer-nav ul li a {
		font-size: 1.4rem;
		padding: 15px 0;
	}
}


.footer-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}


.footer-inner ul li {
	position: relative;
	float: none;
	border: none;
}

.footer-inner ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

.footer-inner ul li a::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/common/ico-footer-arrow.png) no-repeat;
	width: 12px;
	height: 24px;
	left: 6px;
	top: 30%;
	background-size: 65%;
}

.footer-inner ul li a:hover {
	text-decoration: none;
}


.footer-inner .logo {
	margin: 0 auto 20px;
    position: relative;
    text-align: center;
	left: 0;	
}
.footer-inner .logo p {
	color: #6D4704;
	font-size: 1.2rem;
}
.footer-inner .txt_tel {
	text-align: center;
    display: block;
    margin: 0 auto;
}
.footer-inner .txt_address {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #707070;
}


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

	.footer-inner:first-child {
		padding: 0;
	}
	
	.footer-inner:last-child {
		padding: 30px 0;
		text-align: center;
		margin: 0 auto 60px;
	}
	.top .footer-inner:last-child {
		margin: 0 auto 160px;
	}
	
	.footer-inner ul li {
		text-align: left;
	}
	
	
	.footer-inner .logo {
    	width: 40%;
		max-width: 180px;
		display: block;
		float: none;
		margin: 0 auto 15px;
		z-index: -100;
	}
	.footer-inner .txt_tel {
		width: 50%;
		max-width: 180px;
		margin: 0 auto;
	}
	.footer-inner .txt_address {
		font-size: 1.0rem;
		margin-bottom: 25px;
	}
}




.footer-inner .copy {
	text-align: center;
	font-size: 1.0rem;
}
@media screen and (max-width: 767px) {
	
}



.footerNav-item {
	margin: 0 0 90px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footerNav-item a {
	color: #ffffff;
	padding-left: 15px;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footerNav-item a:before {
	display: block;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	font-weight: bold;
	color: #063050;
	left: 1px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 20px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 769px) {
	.footerNav-item a:hover {
		color: #CCC;
	}
	.footerNav-item a:hover:before {
		left: 5px;
	}
}
@media screen and (max-width: 767px) {
	.footerNav-item {
		margin: 0 0 60px;
	}
	.footerNav-item a {
		color: #333;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
		/*border-top: 1px solid #ddd;*/
		text-align: center;
		background: #fff;
		display: block;
		position: relative;
	}
	.footerNav-item a:before {
		left: 15px;
	}
}







/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }


/*width
----------------------------------------*/
.w05per { width: 5% !important; }
.w10per { width: 10% !important; }
.w15per { width: 15% !important; }
.w20per { width: 20% !important; }
.w25per { width: 25% !important; }
.w30per { width: 30% !important; }
.w33per { width: 33.3333333333333% !important; }
.w35per { width: 35% !important; }
.w40per { width: 40% !important; }
.w45per { width: 45% !important; }
.w50per { width: 50% !important; }
.w55per { width: 55% !important; }
.w60per { width: 60% !important; }
.w65per { width: 65% !important; }
.w70per { width: 70% !important; }
.w75per { width: 75% !important; }
.w80per { width: 80% !important; }
.w85per { width: 85% !important; }
.w90per { width: 90% !important; }
.w95per { width: 95% !important; }




/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	
	}
}




.txt-right{
	text-align: right;
}

.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}


.float_l {
	float: left;
}
.float_r {
	float: right;
}


.l-contents a {
	color: #CCC;
}


/* midasi */
.l-contents .kyoucyou-large {
	font-size: 169.3%;
	font-weight: bold;
}
.l-contents .kyoucyou-medium {
	font-size: 134.6%;
	font-weight: bold;
}
.l-contents .kyoucyou-small {
	font-size: 119.2%;
	font-weight: bold;
}

/* box */
.l-contents .box_pink, 
.l-contents .box_red, 
.l-contents .box_blue, 
.l-contents .box_green, 
.l-contents .box_orange, 
.l-contents .box_gray {
	padding: 15px 15px !important;
}

.l-contents .box_green p {
	padding: 7px 2px !important;
	margin-bottom: 0 !important;
}





@media only screen and (max-width: 767px) {
	
	
	/* midasi */
	.l-contents .kyoucyou-large {
		font-size: 129.2% !important;
	}
	.l-contents .kyoucyou-medium {
		font-size: 111.2% !important;
	}
	.l-contents .kyoucyou-small {
		font-size: 105% !important;
	}
	
	/* box */
	.l-contents .box_pink, 
	.l-contents .box_red, 
	.l-contents .box_blue, 
	.l-contents .box_green, 
	.l-contents .box_orange, 
	.l-contents .box_gray {
    	padding: 5px 5px !important;
	}

	.l-contents .box_green p {
    	padding: 7px 2px !important;
		margin-bottom: 0 !important;
	}

	
	.float_l_sp {
		float: left;
	}
	.float_r_sp {
		float: right;
	}

}





/* #contants .inbox
--------------------------------------*/

/* 404
--------------------------------------*/
#contants .inbox .container.error {
	width: 100%;
	margin: 55px 0;
}

@media screen and (max-width: 480px) {
	#contants .inbox .container.error {
		margin-bottom: 0;
	}
}







