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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* ------------------------------------------------ */
/* ------------------------------------------------ */
.pc {}.sp {display: none;}.none {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
.drawer .none {display: block!important;}
/* ------------------------------------------------ */
:root {
	--white: #fff;
	--black: #000;
	--gray1: #f2f2f2;
	--gray2: #ccc;
	--gray3: #999;
	--gray4: #666;
	--gray5: #333;
}
/*
	color: var(--top_text2);
	background-color: var(--top_text2);
*/
/* ------------------------------------------------ */
.mysvg {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px auto;
}
.mysvg path,
.mysvg circle,
.mysvg polygon {
	color: #078984;
	fill: currentColor;
}
/* ------------------------------------------------ */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
body {
	color: #333;
	color: var(--black);
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-color: var(--white);
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
#container {
	position: relative;
/*
	height: 100%;
	min-height: 100%;
*/
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
h1,h2,h3,h4,h5,h6 {font-size:1em;}
em,i,address {font-style: normal;}
a[href^='tel'] {pointer-events: none;text-decoration: none;}
a[href^='tel'] img {display:inline-block;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
	a[href^='tel'] img {display:block;}
}
input,textarea,select,button {
	outline: none;
}
button,input,select {
	box-sizing: border-box;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type='submit'],
button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
.attention {color: #c00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c00;}
i.sup {
	position: relative;
	top: -0.2em;
	font-size: 0.7em;
	font-style: normal;
	vertical-align: top;
}
i.sub {
	position: relative;
	top: 0.2em;
	font-size: 0.5em;
	font-style: normal;
	vertical-align: bottom;
}
.sup {
	font-size:0.6em;
	font-style: normal;
	vertical-align: super;
}
/* ------------------------------------------------ */
.width {
	width: 1000px;
	margin: 0px auto;
}
.width1000 {
	width: 1000px;
	margin: 0px auto;
}
.width900 {
	width: 900px;
	margin: 0px auto;
}
.width800 {
	width: 800px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width {
		width: auto;
	}
	.width1000,
	.width900,
	.width800 {
		width: auto;
	}
}
/* ------------------------------------------------ */
#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	padding: 10px 0px;
}
.headerouter {
}
.headerinner {
	position: relative;
}
.headerlogo {
	text-align: center;
}
.headerlogo h1 {
	color: #999;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}
.headerlogo a {
	display: inline-block;
}
.headerlogo img {
	display: inline-block;
	width: 150px;
}
@media screen and (max-width: 767px) {
	.headerlogo {
		padding: 10px 0px;
	}
	.drawer .headerlogo {
		background-color: #fff;
	}
	.headerlogo img {
		width: 180px;
	}
}
.headerlink {
	position: absolute;
	right: 0px;
	top: -10px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.headerlink {
		position: static;
		text-align: center;
		padding: 10px 0px;
	}
}
#primarynav {
}
.primarynav {
	text-align: right;
	padding: 0px 10px;
}
.primarynav ul {
	list-style-type: none;
}
.primarynav li {
	display: inline-block;
	position: relative;
	min-width: 50px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.primarynav li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.primarynav li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.primarynav li a span {
	display: inline-block;
	text-align: center;
}
.primarynav li a span img {
	display: inline-block;
}
.primarynav li a span svg {
	display: inline-block;
	width: 20px;
}
.primarynav li a span em {
	display: block;
	font-size: 11px;
}
.headerfax {
}
.headerfax img {
}
/* ------------------------------------------------ */
.drawer .ec-categoryNaviRole {
  padding: 10px 10px;
  width: auto;
  display: block;
}
/* ------------------------------------------------ */
#footer {
	padding: 40px 0px 0px 0px;
}
.footer {
	text-align: center;
}
.footerlogo {
	margin-bottom: 30px;
}
.footerlogo a {
	display: inline-block;
}
.footerlogo img{
	display: inline-block;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.footerlogo img {
		width: 180px;
	}
}
.footeradd {
	text-align: center;
	margin-bottom: 10px;
}
.footeradd strong {
}
.footeradd address {
	font-size: 12px;
}
.footerlink {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.footerlink ul {
}
.footerlink li {
	display: inline-block;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footerlink a {
	display: inline-block;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footerlink li {
		display: block;
		border-left: none;
		border-bottom: 1px dashed #ccc;
		margin-left: 0px;
		padding: 10px;
	}
	.drawer .footerlink li {
		padding: 0px;
	}
	.drawer .footerlink li a {
		display: block;
		color: #fff;
		padding: 15px 0px;
	}
	.footerlink li:last-child {
		border-bottom: none;
	}
	.footerlink a:hover {
	}
}
.copyright {
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ------------------------------------------------ */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ------------------------------------------------ */
#wrap {
}
/* ------------------------------------------------ */
#main {
	line-height: 1.8em;
}
.main {
	padding: 50px 0px;

}
@media screen and (max-width: 767px) {
	.main {
		padding: 20px 0px;
	}
}
/* link------------------------------------------------ */
.link {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.link {
	}
}
.link a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	background-image: url("../img/parts/arrow1w.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #000;
	padding: 15px 50px;
}
/*
.link a span {
	display: block;
	position: relative;
	padding-right: 30px;
}
.link a span:before,
.link a span:after {
	position: absolute;
	right: 0px;
	width: 8px;
	height: 2px;
	content: '';
	border-radius: 2px;
	background: #fff;
}
.link a span:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.link a span:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}



.link a span {
	display: block;
	position: relative;
	padding: 10px 30px 10px 20px;
}
.link a span::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	border-style: solid;
	border-width: 5px 0px 5px 8px;
	border-color: transparent transparent transparent #fff;
	margin-top: -5px;
}
*/

@media screen and (max-width: 767px) {
	.link a {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 479px) {
	.link a {
		display: block;
		padding: 10px 10px;
	}
}
.link a span {
	font-weight: normal;
}
.link a:hover,.link a:active {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
/* table------------------------------------------------ */
table {
	width: 100%;
}
.table {
	width: 100%;
	border-collapse:sepalate;
	/*border-collapse:collapse;*/
	border-spacing: 3px;
	empty-cells:show;
	margin: 0px auto 10px auto;
}
.table th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	background-color: #666;
	text-align: center;
	padding: 5px;
}
.table td {
	border: 1px solid #999;
	padding: 5px;
}

/*
table {
	width: 100%;
}
.table {
	display:table;
	width: 100%;
	border-collapse:sepalate; //collapse
	border-spacing: 5px;
	empty-cells:show;
	margin: 0px auto;
}
.row{
	display:table-row;
}
.th{
	display:table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f3f2;
	border: 1px solid #dcdddd;
	padding: 5px;
}
.td {
	display:table-cell;
	border: 1px solid #dcdddd;
	padding: 5px;
}
.contact table p {
	padding-bottom:5px;
}
@media screen and (max-width:767px) {
	.table,
	.row,
	.th,
	.th:before{
		display:block;
	}
	.table,
	.row .th:last-child{
		border-bottom:none;
	}
	.row{
		margin:20px 0;
	}
	.row .th:nth-child(1){ 
	}
	.row .th:last-child{
	}
	.row:last-child .th,
	.th{
		width: auto;
	}
	.th:before{
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label)"";
	}
	.td {
		display: block;
		border: none;
		padding: 10px;
	}
}
*/
/* ------------------------------------------------ */
.photo {}.photo ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo li {display: table-cell;vertical-align: top;}.photo li img {margin: 0px auto;}@media screen and (max-width: 767px) {.photo ul {display: block;width: auto;}.photo li {display: block;}}
.photo.photoB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo.photoB li {display: table-cell;vertical-align: top;}}
.photo.flex {}.photo.flex ul {display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}.photo.flex li {width: 25%;}
/* ------------------------------------------------ */
.movie {z-index: 9998!important;width: 720px;margin: 0 auto;}.movie iframe{z-index: 9998!important;}@media screen and (max-width: 767px){.movie {position: relative;width: auto;padding-bottom: 56.25%;height: 0;overflow: hidden;}.movie iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}}
/* ------------------------------------------------ */
.tablebox,.tablebloc dl,.tablebloc ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: table-cell;vertical-align: top;}@media screen and (max-width: 767px) {.tablebox,.tablebloc dl,.tablebloc ul {display: block;width: auto;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: block;width: auto;}}.tableboxA,.tableblocA dl,.tableblocA ul {}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {}@media screen and (max-width: 767px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 479px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: block;width: auto;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: block;width: auto;}}.tableboxB,.tableblocB dl,.tableblocB ul {}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {}@media screen and (max-width: 767px) {.tableboxB,.tableblocB dl,.tableblocB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {display: table-cell;vertical-align: top;}}.tableboxC,.tableblocC dl,.tableblocC ul {}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {}@media screen and (max-width: 767px) {.tableboxC,.tableblocC dl,.tableblocC ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 679px) {.tableboxC,.tableblocC dl,.tableblocC ul {display: block;width: auto;}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {display: block;width: auto;}}
.notablebloc dl,.notablebloc ul {display: block;width: auto;}.notablebloc li,.notablebloc dt,.notablebloc dd {display: block;width: auto;}
.tableinner {}.tableinner dl {background-color: #fff;border-top: 1px solid #000;margin: 0px auto;}.tableinner dl:last-child {border-bottom: 1px solid #000;}.tableinner dt {width: 20%;text-align: center;vertical-align: middle;border-right: 1px solid #000;padding: 20px 10px;}.tableinner dd {padding: 20px 20px;}@media screen and (max-width: 767px) {.tableinner dt {width: auto;border-right: none;border-bottom: 1px dashed #ccc;padding: 10px 10px;}.tableinner dd {padding: 10px 10px;}}.tableinner dd p {margin-bottom: 10px;}.tableinner dd p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
.flexbloc {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: stretch;align-content: stretch;justify-content: flex-start;}.flexbloc .flexitem {flex-grow: 1;/*flex-basis: auto;flex-grow: 0;flex-shrink: 1;order: 1;*/}.flexinline {font-size: 0;line-height: 1em;}.flexinline .flexitem {display: inline-flex;display: -webkit-inline-flex;display: -webkit-inline-box;display: -ms-inline-flexbox;width: 200px;font-size: 16px;line-height: 1em;}.flexbox {}.flexbox ul {display: flex;align-items: stretch;align-content: stretch;justify-content: stretch;flex-wrap: wrap;}.flexbox li {flex-grow: 1;}
/* ------------------------------------------------ */
.inlinebloc dl,.inlinebloc ul {font-size: 0;line-height: 1em;list-style-type: none;}.inlinebloc li,.inlinebloc dt,.inlinebloc dd {display: inline-block;font-size: 16px;line-height: 1em;}@media screen and (max-width: 767px) {.inlineblocA dl,.inlineblocA ul {display: block;}.inlineblocA li,.inlineblocA dt,.inlineblocA dd {display: block;}}@media screen and (max-width: 479px) {.inlineblocB dl,.inlineblocB ul {display: block;}.inlineblocB li,.inlineblocB dt,.inlineblocB dd {display: block;}}
/* ------------------------------------------------ */
#contact {
}
.contact {
}
.message {
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 30px 30px;
}
.message p {
	margin-bottom: 10px;
}
.message p:last-child {
	margin-bottom: 0px;
}
.message .link a {/*.link*/
	font-size: 13px;
	padding: 5px 50px;
}
@media screen and (max-width: 767px) {
	.message {
		padding: 10px;
	}
}
/* ------------------------------------------------ */
.form {
	margin: 0px auto;
}
.forminner {
}
.forminner dd p {
	line-height: 1em;
	margin-bottom: 0px;
	padding: 5px 0px;
}
.form input {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.forminner dd {
		text-align: center;
	}
	.forminner dd p {
	}
	.form input {
		margin-bottom: 5px;
	}
	.form input:last-child {
		margin-bottom: 0px;
	}
}
.form input.inputSShort {
	width: 15%;
}
.form input.inputShort {
	width: 25%;
}
.form input.inputMiddle {
	width: 40%;
}
.form input.inputLong {
	width: 90%;
}
@media screen and (max-width: 767px) {
	.form input {
	}
	.form input.inputSShort {
		width: 15%;
	}
	.form input.inputShort {
		width: 25%;
	}
	.form input.inputMiddle {
		width: 90%;
	}
	.form input.inputLong {
		width: 90%;
	}
}
.form input[type='text'],
.form input[type='email'],
.form input[type='password'],
.form input[type='tel'],
.form input[type='date'],
.form input[type='number'] {
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='password']:focus,
.form input[type='tel']:focus,
.form input[type='date']:focus,
.form input[type='number']:focus {
	background-color: #fff;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='tel'],
	.form input[type='date'],
	.form input[type='number'] {
		padding: 10px 5px;
	}
}
.form input:-ms-input-placeholder {color: #ccc;}
.form input::-moz-placeholder {color: #ccc;}
.form input::-webkit-input-placeholder {color: #ccc;}

.form select {
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form textarea {
	width: 95%;
	height: 200px;
	font-size: 16px;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form textarea:focus {
	background-color: #fff;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.form textarea {
		width: 90%;
	}
}

/*checks2 --------------------*/
.checks2 {
	margin-bottom: 10px;
}
.checks2:last-child {
	margin-bottom: 0px;
}
.checks2.block li {
	display: block;
	margin-bottom: 3px;
}
.checks2.inline li {
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.checks2 {
		text-align: left;
	}
	.checks2.inline li {
		display: block;
		margin-bottom: 3px;
		padding-right: 0px;
	}
}
.checks2 label {
	position:relative;
	cursor: pointer;
}
.checks2 label:hover {
	color: #65a8c1;
}
.checks2 label input {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 5;
}
.checks2 label i {
	display: block;
	position:relative;
	font-style: normal;
	line-height:1;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	padding: 10px 20px 10px 25px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 0;
}
.checks2 input:checked {
	cursor:auto;
}
.checks2 input:checked + i {
	color: #65a8c1;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}
/*--------------------*/
.kakunin {
	text-align: center;
	padding: 20px 10px;
}
/*--------------------*/
.submit {
	text-align: center;
	padding: 20px 10px;
}
.submit p {
	padding: 10px 0px;
}
.submit input,
.submit button {
	color: #fff;
	font-size: 16px;
	background-color: #65a8c1;
	border: 1px solid #65a8c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 50px;
	cursor: pointer;
}
.submit input:hover,
.submit button:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;
}
.submit input.back,
.submit button.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
}
.submit input.back:hover,
.submit button.back:hover {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.submit a.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit a:hover {
	background-color: #ccc;
}
/*
.submit input {
	color: #fff;
	font-size: 16px;
	background-color: #65a8c1;
	border: 1px solid #65a8c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 50px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.submit input:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;
	cursor:pointer;
}
.submit input.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
}
.submit input.back:hover {
	background-color: #ccc;
	border: 1px solid #ccc;
}
*/
.submit a.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit a:hover {
	background-color: #ccc;
}
/* ------------------------------------------------ */
.bloc {
	max-width: 1100px;
	margin: 0px auto 50px auto;
}
.inner {
	padding: 10px 10px;
}
.title {
	line-height: 1em;
	text-align: center;
	border-bottom: 5px solid var(--black);
	margin-bottom: 40px;
	padding: 20px 0px;
}
.title h2 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
}
/* ------------------------------------------------ */
.top-kodawari {
	text-align: center;
	margin: 0px auto 30px auto;
	padding: 0px 10px;
}
.top-kodawari a {
	display: inline-block;
}
.top-kodawari a img {
	display: inline-block;
}
/* ------------------------------------------------ */
.kodawari {
	text-align: center;
}
.kodawari-tex {
	font-size: 1.2em;
	margin-bottom: 40px;
}
.kodawari-photo {
	margin-bottom: 40px;
}
.kodawari-photo ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.kodawari-photo li {display: table-cell;vertical-align: top;}.kodawari-photo li img {margin: 0px auto;}
.kodawari-mov {
}
.kodawari-mov h3 {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.kodawari-mov h3 {
		font-size: 22px;
	}
}
.kodawari-mov h3::before {
	content: "＼";
}
.kodawari-mov h3::after {
	content: "／";
}
.kodawari-mov-box {
	background-color: #f7f2e2;
	margin-bottom: 40px;
	padding: 10px;
}
/* ------------------------------------------------ */
.ec-productRole__description {
	max-width: 800px;
	border-bottom: 3px solid #000;
	margin: 0px auto 20px auto;
	padding: 20px 5px;
}
.ec-productRole__description.productRole__description1 {
	border-top: 3px solid #000;
}
.ec-productRole__description.productRole__description2 {
	border-bottom: none;
}
.ec-productRole__description h3 {
}
.ec-productRole__description dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	border-top: 1px solid #000;
	margin-bottom: 0px;
}
.ec-productRole__description dl:last-child {
	border-bottom: 1px solid #000;
}
.ec-productRole__description dl dt,
.ec-productRole__description dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5px;
}
.ec-productRole__description dl dt {
	width: 100px;
}
.ec-productRole__description dl dd {
	margin-inline-start: 0px;
}

.det-tex-sele {
	text-align: center;
}
.det-tex-sele p {
}
.det-tex-sele strong {
	display: block;
	font-size: 1.2em;
}
.det-tex-sele-ex {
	background-color: #f9f9e2;
	padding: 5px;
}
.det-tex-sele-ex p {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.det-tex-sele-ex p {
		display: inline-block;
		width: 45%;
		vertical-align: top;
		padding: 5px 20px;
	}
}

/* ------------------------------------------------ */