@charset "UTF-8";

/* =========================================================
PAGE COMMON
========================================================= */
a:link {}
a:visited {}
a:hover {}
a:active {}

body#pageHome {
}

#pageHome #allWrap {
	/*background: #ccc;*/
}

#pageHome #allWrap h2 {
}

#pageHome #allWrap p {
}

#pageHome #allWrap ul.dotList {
}

#pageHome #allWrap ul.dotList li {
	text-indent: -15px;
	padding-left: 15px;
}

#pageHome #allWrap ul.dotList li::before {
	content: "・";
	display: inline-block;
	text-indent: 0;
}

#bodyCover {
}

#bodyCover .top {
	width: 190px;
	height: 225px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(/asset/img/cover_triangle_top-left.svg) no-repeat left top;
	background-size: 100% 100%;
	transition: all 0.4s ease-out 0s;
}

#bodyCover .bottom {
	width: 190px;
	height: 225px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: url(/asset/img/cover_triangle_bottom-right.svg) no-repeat left top;
	background-size: 100% 100%;
	transition: all 0.4s ease-out 0s;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#bodyCover .top {
	width: 110px;
	height: 130px;
}

#bodyCover .bottom {
	width: 110px;
	height: 130px;
	position: fixed;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* =========================================================
HEADER
========================================================= */
#mainHdr {
	position: relative;
	/*! margin-bottom: 150px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}


/* ナビエリア
------------------------------ */
#navArea {
	width: 30%;
	padding: 20px;
	position: relative;
	z-index: 1;
}

/* スライドエリア
------------------------------ */
#mainArea {
	width: 70%;
	align-self: flex-start;
	margin-bottom: 150px;
	position: relative;
}

#gallerySet {
	margin: 0 auto;
}

#gallerySet .gallery-main {
}

#gallerySet .gallery-main * {
	-webkit-transition: width 0.4s ease-out 0s, height 0.4s ease-out 0s;
	-o-transition: width 0.4s ease-out 0s, height 0.4s ease-out 0s;
	transition: width 0.4s ease-out 0s, height 0.4s ease-out 0s;
}

#gallerySet .gallery-main  img {
	width: 100%;
	transition: all 0.4s ease-out 0s;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#mainHdr {
	justify-content: center;
	flex-direction: column-reverse;
	margin-bottom: 80px;
}


/* ナビエリア
------------------------------ */
#navArea {
	width: 100%;
	padding: 0;
}

/* スライドエリア
------------------------------ */
#mainArea {
	width: 100%;
	margin: 0;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#mainHdr {
	margin-bottom: 30px;
}


/* ナビエリア
------------------------------ */
#navArea {
}

/* スライドエリア
------------------------------ */
#mainArea {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* =========================================================
CONTENTS
========================================================= */
#cntWrap {
	overflow: hidden;
}

#cntWrap > section {
	max-width: 1200px;
	margin: 0 auto 150px;
	padding: 0 30px;
	transition: all 0.8s ease-out 0s;
	transform: translateY(0);
	opacity: 1;
}

#cntWrap > section:nth-of-type(odd).animationView.setPos {
	opacity: 0;
	transform: translateX(-80%);
}

#cntWrap > section:nth-of-type(even).animationView.setPos {
	opacity: 0;
	transform: translateX(80%);
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#cntWrap > section {
	margin: 0 auto 80px;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 540px) {
#cntWrap > section h2 img {
	height: 30px;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* MESSAGEエリア
------------------------------ */
#messageArea {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	/*! margin-top: -50px !important; */
	/*! padding-top: 50px !important; */
}

#messageArea .head {
	width: 40%;
	min-width: 350px;
	text-align: left;
}

#messageArea .head .inner {
}

#messageArea .head h2 {
	margin-bottom: 100px;
}

#messageArea .head h2 img {
}

#messageArea .head .image {
}

#messageArea .head .image img {
}

#messageArea .head .image img {
	transition: transform 1s ease-out 0s;
	transform: translateX(0);
}

#messageArea.animationView.setPos .head .image img {
	transform: translateX(-800px);
}

#messageArea .txt {
	text-align: left;
	width: 62%;
	padding-left: 8%;
}

#messageArea .txt .block {
	margin-bottom: 70px;
}

#messageArea .txt .block h3 {
	font-size: 1.6rem;
	margin-bottom: 2em;
}

#messageArea .txt .block p {
	font-size: 1.3rem;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#messageArea {
	flex-direction: column;
}

#messageArea .head {
	width: 100%;
	min-width: initial;
}

#messageArea .head .inner {
	position: relative;
	margin-bottom: 70px;
}

#messageArea .head h2 {
	margin: 0;
	width: 100%;
	position: absolute;
	top: calc(50% + 50px);
	left: 0;
	z-index: 1;
}

#messageArea .head h2 img {
}

#messageArea .head .image {
	width: 100%;
	text-align: right;
}

#messageArea .head .image img {
	width: 60%;
}

#messageArea .adjust {
}

#messageArea .txt {
	width: 100%;
	padding: 0;
}

#messageArea .txt .block {
}

#messageArea .txt .block h3 {
}

#messageArea .txt .block p {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* SERVICEエリア
------------------------------ */
#serviceArea {
	padding: 0 !important;
	max-width: initial !important;
}

#serviceArea .head {
	margin-bottom: 70px;
}

#serviceArea .head h2 {
	max-width: 1200px;
	margin: -60px auto 0;
	padding: 0 30px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#serviceArea .head h2 img {
}

#serviceArea .head .imageBlock {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}

#serviceArea .head .imageBlock .image {
	width: 60%;
	max-width: 1200px;
}

#serviceArea .head .imageBlock .image img {
	width: 100%;
}

#serviceArea .head .imageBlock .image img {
	transition: transform 1s ease-out 0s;
	transform: translateX(0);
}

#serviceArea.animationView.setPos .head .imageBlock .image img {
	transform: translateX(800px);
}

#serviceArea .head .imageBlock .adjust {
	width: 40%;
	min-width: 380px;
}

#serviceArea .txt {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
}

#serviceArea .txt .block {
}

#serviceArea .txt .block:nth-of-type(1) {
	margin-bottom: 80px;
}

#serviceArea .txt .block > h3 {
	font-size: 1.6rem;
	margin-bottom: 2em;
}

#serviceArea .txt .block dl.customer {
}

#serviceArea .txt .block dl.customer dt {
	display: inline-block;
	margin-bottom: 1.2em;
}

#serviceArea .txt .block dl.customer dt::before {
	content: "- ";
}

#serviceArea .txt .block dl.customer dd {
	font-size: 1.3rem;
	line-height: 1.8;
}

#serviceArea .txt .block .category {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#serviceArea .txt .block .category dl {
	width: 47%;
	margin-bottom: 50px;
}

#serviceArea .txt .block .category dl dt {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 1.2rem;
}

#serviceArea .txt .block .category dl dt::after {
	content: "";
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

#serviceArea .txt .block .category dl dt h3 {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.4em
}

#serviceArea .txt .block .category dl dd {
	font-size: 1.3rem;
	line-height: 1.8;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */@media screen and (max-width: 900px) {
#serviceArea .txt .block .category dl:nth-of-type(1),
#serviceArea .txt .block .category dl:nth-of-type(2) {
	width: 100%;
}
}/* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#serviceArea {
}

#serviceArea .head {
}

#serviceArea .head h2 {
	margin-top: -30px;
}

#serviceArea .head h2 img {
}

#serviceArea .head .imageBlock {
	display: block;
}

#serviceArea .head .imageBlock .image {
	width: 100%;
}

#serviceArea .head .imageBlock .image img {
}

#serviceArea .head .imageBlock .adjust {
	display: none;
}

#serviceArea .txt {
}

#serviceArea .txt .block {
}

#serviceArea .txt .block:nth-of-type(1) {
}

#serviceArea .txt .block > h3 {
}

#serviceArea .txt .block dl.customer {
}

#serviceArea .txt .block dl.customer dt {
}

#serviceArea .txt .block dl.customer dt::before {
}

#serviceArea .txt .block dl.customer dd {
}

#serviceArea .txt .block .category {
}

#serviceArea .txt .block .category dl {
}

#serviceArea .txt .block .category dl dt {
}

#serviceArea .txt .block .category dl dt::after {
}

#serviceArea .txt .block .category dl dt h3 {
}

#serviceArea .txt .block .category dl dd {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 540px) {
#serviceArea {
}

#serviceArea .head {
	margin-bottom: 50px;
}

#serviceArea .head h2 {
	margin-top: -10px;
}

#serviceArea .head h2 img {
}

#serviceArea .head .imageBlock {
}

#serviceArea .head .imageBlock .image {
}

#serviceArea .head .imageBlock .image img {
}

#serviceArea .head .imageBlock .adjust {
}

#serviceArea .txt {
}

#serviceArea .txt .block {
}

#serviceArea .txt .block:nth-of-type(1) {
}

#serviceArea .txt .block > h3 {
}

#serviceArea .txt .block dl.customer {
}

#serviceArea .txt .block dl.customer dt {
}

#serviceArea .txt .block dl.customer dt::before {
}

#serviceArea .txt .block dl.customer dd {
}

#serviceArea .txt .block .category {
}

#serviceArea .txt .block .category dl {
	width: 100%;
}

#serviceArea .txt .block .category dl dt {
}

#serviceArea .txt .block .category dl dt::after {
}

#serviceArea .txt .block .category dl dt h3 {
}

#serviceArea .txt .block .category dl dd {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* COMPANYエリア
------------------------------ */
#companyArea {
	text-align: left;
}

#companyArea .head {
	margin-bottom: 70px;
}

#companyArea .head h2 {
}

#companyArea .head h2 img {
}

#companyArea .txt {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
}

#companyArea .txt dl {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 1.5em;
}

#companyArea .txt dl dt {
	width: 180px;
	text-align: right;
	padding: 0 50px 0 0;
}

#companyArea .txt dl dd {
	width: calc(100% - 180px);
}

#companyArea .txt dl dd i {
	display: inline-block;
	margin-right: 0.5em;
}

#companyArea .txt dl dd > a.googleMap {
	display: inline-block;
	letter-spacing: 0.05em;
	font-style: italic;
	position: relative;
	padding: 0 5px;
	font-size: 90%;
	text-decoration: none;
}

#companyArea .txt dl dd > a.googleMap::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
}

#companyArea .txt dl dd .innerChild {
	/*font-size: 1.2rem;*/
	font-size: 1.3rem;
	line-height: 2;
}

#companyArea .txt dl dd .innerChild:not(:first-child) {
	margin-top: 1.5em;
}

#companyArea .txt dl dd .innerChild b {
	font-weight: normal;
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 1.3rem;
}

#companyArea .txt dl dd .innerChild b::before {
	content: "- ";
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 540px) {
#companyArea {
	margin-bottom: 120px !important;
}

#companyArea .head {
	margin-bottom: 50px;
}

#companyArea .head h2 {
}

#companyArea .head h2 img {
}

#companyArea .txt {
}

#companyArea .txt dl {
	flex-direction: column;
	border-top: 1px solid #e0e0e0;
	padding: 10px 0 0;
}

#companyArea .txt dl:last-child {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0 20px;
}

#companyArea .txt dl dt {
	text-align: left;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	padding: 0;
	width: 100%;	
}

#companyArea .txt dl dd {
	width: 100%;
}

#companyArea .txt dl dd i {
}

#companyArea .txt dl dd > a.googleMap {
}

#companyArea .txt dl dd > a.googleMap::after {
}

#companyArea .txt dl dd .innerChild {
}

#companyArea .txt dl dd .innerChild:not(:first-child) {
}

#companyArea .txt dl dd .innerChild b {
}

#companyArea .txt dl dd .innerChild b::before {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* CONTACTエリア
------------------------------ */
#contactArea {
	/*! text-align: left; */
}

#contactArea .inner {
}

#contactArea .head {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	text-align: left;
}

#contactArea .head h2 {
	min-width: 340px;
}

#contactArea .head h2 img {
}

#contactArea .head .attention {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	padding-left: 30px;
}

#contactArea .head .attention p {
	margin-bottom: 0.5em;
}

#contactArea .head .attention ul {
	font-size: 1.2rem;
}

#contactArea .head .attention ul li {
}

#contactArea .head .attention ul li em {
	color: #bf0707;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#contactArea {
}

#contactArea .inner {
}

#contactArea .head {
	flex-direction: column;
}

#contactArea .head h2 {
	margin-bottom: 60px;
}

#contactArea .head h2 img {
}

#contactArea .head .attention {
	padding: 0;
}

#contactArea .head .attention p {
}

#contactArea .head .attention ul {
}

#contactArea .head .attention ul li {
}

#contactArea .head .attention ul li em {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 540px) {
#contactArea {
}

#contactArea .inner {
}

#contactArea .head {
	margin-bottom: 40px;
}

#contactArea .head h2 {
	margin-bottom: 50px;
}

#contactArea .head h2 img {
}

#contactArea .head .attention {
}

#contactArea .head .attention p {
}

#contactArea .head .attention ul {
}

#contactArea .head .attention ul li {
}

#contactArea .head .attention ul li em {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* 個人情報の取り扱いについて */
#privacypolicy {
	background: #f9f9f9;
	border-radius: 3px;
	padding: 50px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 50px auto;
	text-align: left;
}

#privacypolicy h3 {
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}

#privacypolicy p {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.5em !important;
}

#privacypolicy dl.rule {
	letter-spacing: 0.05em;
}

#privacypolicy dl.rule dt {
	margin-bottom: 0.6em;
	/*! font-weight: 600; */
}

#privacypolicy dl.rule dt:not(:first-child) {
	margin-top: 2em;
}

#privacypolicy dl.rule dd {
}

#privacypolicy dl.rule dd ul {
}

#privacypolicy dl.rule dd ul li {
}

#privacypolicy dl.rule dd i {
}
/* ----- */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 540px) {
#privacypolicy {
	padding: 30px 20px;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### お問い合わせフォーム ### */
form#contactForm {
}

#formBox {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 0;
	border-top: 1px solid #e0e0e0;
}

/* text box */
#formBox input[type='text'],
#formBox textarea {
	line-height: 1.2;
	padding: 8px 10px;
	letter-spacing: 0.05em;
	border: 0;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	box-shadow: inner 0 0 4px rgba(0,0,0,0.2);
}

#formBox textarea {
	line-height:1.6;
}

#formBox input[type='text']:focus,
#formBox textarea:focus {background:#fff !important;}

#formBox input.wrote,
#formBox textarea.wrote {background-color: #f7f7f7 !important;}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#formBox input[type='text'],
#formBox textarea {
	font-size: 1.6rem;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* check box */
#formBox input[type='checkbox'] {display:none;}

#formBox label {
	position:relative;
	display:inline-block;
	padding:0 0 0 38px;
	cursor:pointer;
}

#formBox label::before {
	position:absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 18px;
	height: 18px;
	content:'';
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background: #fff;
}

#formBox input[type='checkbox']:checked + label::after {
	position: absolute;
	top: calc(50% - 12px);
	left: 8px;
	width: 8px;
	height: 16px;
	content:"";
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(50deg);
}

/* radio button */
#formBox input[type='radio'] {display:none;}

#formBox label.typeRadio {
	position:relative;
	display:inline-block;
	padding:0 0 0 30px;
	cursor:pointer;
}

#formBox label.typeRadio::before {
	position:absolute;
	top: calc(50% - 11px);
	left: 0;
	width: 20px;
	height: 20px;
	content:'';
	border: 1px solid #c0c0c0;
	border-radius: 20px;
	background: #fff;
}

#formBox input[type='radio']:checked + label.typeRadio::after {
	position: absolute;
	top: calc(50% - 6px);
	left: 5px;
	width: 10px;
	height: 10px;
	content:"";
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px;
}

/* placeholder Text Color */
input[type='text']::-webkit-input-placeholder {
	color:  rgba(0,0,0,0.6);
	font-size: 1.2rem;
}

input[type='text']:-moz-placeholder {
	color:  rgba(0,0,0,0.6);
	font-size: 1.2rem;
}

input[type='text']::-moz-placeholder {
	color:  rgba(0,0,0,0.6);
	font-size: 1.2rem;
}

input[type='text']:-ms-input-placeholder {
	color:  rgba(0,0,0,0.6);
	font-size: 1.2rem;
}

input[type='text']:placeholder-shown {
	color:  rgba(0,0,0,0.6);
	font-size: 1.2rem;
}
/**/

#formBox .formBlock {
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

#formBox .formBlock dl {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 20px;
}

#formBox .formBlock dt {
	text-align: right;
	width: 160px;
	font-size: 1.2rem;
	padding-top: 10px;
	line-height: 1.6;
}

#formBox .formBlock #formBox-address dt,
#formBox .formBlock #formBox-gender dt {
	padding-top: 4px;
}

#formBox .formBlock dt em {
	color: #bf0707;
	display: inline-block;
	width: 15px;
}

#formBox .formBlock dd {
	width: calc(100% - 190px);
}

#formBox .formBlock dd > input[type='text'] {
	width: 100%;
	min-height: 36px;
}

#formBox .formBlock dd > textarea {
	width: 100%;
	resize: vertical;
	height: 20em;
}

#formBox .formBlock dd .separate {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: nowrap;
	flex-direction: row;
}

#formBox .formBlock dd .separate .cell {
	width: 48%;
}

#formBox .formBlock dd .separate .cell:nth-of-type(1) {
}

#formBox .formBlock dd .separate .cell:nth-of-type(2) {
}

#formBox .formBlock dd .separate .cell > input[type='text'] {
	width: 100%;
	min-height: 36px;
}

#formBox .formBlock dd .radioSet {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#formBox .formBlock #formBox-address dd .radioSet {
	margin-bottom: 20px;
}

#formBox .formBlock dd .radioSet .cell {
	margin-right: 30px;
	min-width: 65px;
}

#formBox .formBlock dd .radioSet .cell > input[type='text'] {
}

#formBox-consent {
	line-height:1;
	position:relative;
	display:inline-block;
	margin:0 auto 50px;
	padding:0 30px 0 0;
}

#formBox-consent label {
	font-size:1.3rem;
	font-weight:700;
}

#formBox-consent label i {
	display: inline-block;
}

#formBox-consent + p.note {margin-bottom:3.5em;font-size: 1.2rem;}

#formBox-btn {margin:0 50px;}

#formBox-btn input[type='submit'],
#formBox-btn input[type='reset'],
#formBox-btn input[type='button'] {
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
	transition:all 0.2s ease-out 0s;
	letter-spacing: 0.15em;
	display: block;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: rgba(255,255,255,1);
	width: 80%;
	max-width: 360px;
	min-width: 280px;
	padding: 15px;
	margin: 0 auto;
}

#formBox-btn input[type='reset'] {
	padding: 10px;
	width: 60%;
	max-width: 300px;
	min-width: 250px;
	margin-top: 30px;
}

#formBox-btn input[type='submit']:hover,
#formBox-btn input[type='reset']:hover,
#formBox-btn input[type='button']:hover {
	background-color: rgba(0,0,0,0.05);
}

#formBox-btn input[type='submit'][disabled] {
	cursor:default;
	border-color: rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.02);
	padding: 10px;
	width: 60%;
	max-width: 300px;
	min-width: 250px;
	color: rgba(0,0,0,0.3);
}

/**/

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#formBox-consent + p.note {
	text-align: left;
	display: inline-block;
	margin:0 auto 3.5em;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 540px) {
#formBox {
	padding: 30px 0 0;
}

	#formBox .formBlock {
	margin-bottom: 30px;
}

#formBox .formBlock dl {
	flex-direction: column;
}

#formBox .formBlock dt {
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}

#formBox .formBlock #formBox-address dt,
#formBox .formBlock #formBox-gender dt {
}

#formBox .formBlock dt em {
}

#formBox .formBlock dd {
	width: 100%;
}

#formBox .formBlock dd > input[type='text'] {
}

#formBox .formBlock dd > textarea {
}

#formBox .formBlock dd .separate {
}

#formBox .formBlock dd .separate .cell {
}

#formBox .formBlock dd .separate .cell:nth-of-type(1) {
}

#formBox .formBlock dd .separate .cell:nth-of-type(2) {
}

#formBox .formBlock dd .separate .cell > input[type='text'] {
}

#formBox .formBlock dd .radioSet {
}

#formBox .formBlock #formBox-address dd .radioSet {
}

#formBox .formBlock dd .radioSet .cell {
}

#formBox .formBlock dd .radioSet .cell > input[type='text'] {
}

#formBox-consent {
}

#formBox-consent label {
}

#formBox-consent + p.note {
}

#formBox-btn {
	margin: 0 20px;
}

#formBox-btn input[type='submit'],
#formBox-btn input[type='reset'],
#formBox-btn input[type='button'] {
}

#formBox-btn input[type='reset'] {
}

#formBox-btn input[type='submit']:hover,
#formBox-btn input[type='reset']:hover,
#formBox-btn input[type='button']:hover {
}

#formBox-btn input[type='submit'][disabled] {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ----- ### */




/*

<!-- ############################################################################################### -->
<!-- ############################################################################################### -->
<!-- ############################################################################################### -->
<!-- ############################################################################################### -->
<!-- ############################################################################################### -->
<!-- ##########　HTML コメントアウト記述ルール　#################################################### -->
<!-- ############################################################################################### -->
<!-- ############################################################################################### -->


<!-- ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ --> 
<!-- //////////////////////////////////////////////////////////////////// --> 
<!-- ///// メインコンテンツエリア（編集エリア） ///////////////////////// --> 
<!-- //////////////////////////////////////////////////////////////////// --> 

<!-- //////////////////////////////////////////////////////////////////// --> 
<!-- //////////////////////////////////////////////////////////////////// --> 
<!-- ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ --> 

<!-- ==================== 大ブロックエリア ==================== --> 
<!-- ==================== //大ブロックエリア ==================== --> 

<!-- ***** 中ブロックエリア *************** --> 
<!-- ***** //中ブロックエリア *************** --> 

<!-- #ID名 --> 
<!-- //#ID名 --> 

<!-- .class名 --> 
<!-- //.class名 --> 

<!-- [memo] --> 
<!-- //[memo] --> 


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ --> 
<!--#include virtual="/asset/inc_header.html"--> 
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ --> 

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ --> 
<!--#include virtual="/asset/inc_footer.html"--> 
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ --> 

<!--
[ id/class Name List ]
wrap > area > set > (group) > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="dir2nd">
-->
*/


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　コメントアウト記述ルール　############################################################## */
/* #################################################################################################### */
/* #################################################################################################### */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */


/* ### ↓MEDIAQUERY範囲指定 ※min以上 max以下 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (min-width: 641px) and (max-width: 768px) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ### ↓MEDIAQUERY ※縦置き表示 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (orientation: portrait) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ↓MEDIAQUERY ※横置き表示 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (orientation: landscape) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ↓MEDIAQUERY ※min以上 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (min-width: 769px) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ↓MEDIAQUERY ※max以下 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */
