@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea,select {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;

	-webkit-text-size-adjust: 100%;
	list-style: none;
	letter-spacing: 1;
}

q, 
blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix{ display:block; }

html {
	font-size:100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
	font-weight: 300;
}
a {
	color: #5f5853;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------------*/

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

	font-weight: medium;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #5f5853;
}

.mincho {
	font-family: 'Noto Serif JP', serif;
}

#wrapper {
	width: 100%;
	padding: 0;
}
.wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

@media screen and (min-width:1366px){
	.wrap {
		width: 1366px;
		padding: 0;
	}
}


.head_btn {
	border-radius: 10px;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
	display: inline-block;
	position: relative;
	text-align: center;
	max-width: 600px;
}
.btn01,
.btn02,
.btn03 {
	background: #fff;
	color: #d37761;
}

.head_btn.border {
	border: 1px solid #d37761;
}

.head_btn label {
	font-weight: bold;
	display: block;
	cursor: pointer;
}
.head_btn span {
	font-weight: bold;
}
.btn03 {
	font-weight: bold;
}


@media screen and (max-width:1366px){
	.sp-only {
		display: block;
	}
	.sp_nav {
		display: block;
	}
	.pc-only {
		display: none;
	}
	.pc_nav {
		display: none;
	}

	.head_btn {
		height: 66px;
		width: calc( 100% - 160px );
		padding: 14px 80px 0;
	}
	.btn03 {
		width: calc( 100% - 80px );
		padding: 14px 20px 0 60px;
	}
	.head_btn img {
		width: 47px;
		height: 47px;
		position: absolute;
		top: 17px;
		left: 20px;
	}
	.head_btn label {
		font-size: 17px;
		font-weight: bold;
	}
	.head_btn span {
		font-size: 13px;
		font-weight: bold;
	}
}
@media screen and (min-width:1366px){
	.sp-only {
		display: none;
	}
	.sp_nav {
		display: none;
	}
	.pc-only {
		display: block;
	}
	.pc-only.inline {
		display: inline;
	}
	.pc_nav {
		display: block;
	}

	.head_btn {
		width: 200px;
		height: 72px;
		padding: 14px 80px 0;
	}
	.head_btn img {
		width: 54px;
		height: 54px;
		position: absolute;
		top: 17px;
		left: 17px;
	}
	.head_btn label {
		font-size: 21px;
	}
	.head_btn span {
		font-size: 16px;
	}

	.btn02 {
		background: #dda092;
		color: #fff;
		border: 1px solid #fff;
		height: 76px;
		padding: 10px 80px 0;
	}
	.btn02 label {
		font-size: 16px;
		line-height: 1.2em;
	}
	.btn02 div {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2em;
	}
	.btn02 span {
		font-size: 12px;
		line-height: 1.2em;
	}

	.btn03 {
		padding: 14px 20px 0 60px;
		width: 280px;
	}
}

/*--------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------*/

header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	z-index: 1000;
}

.nav_container {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 10;
}
.nav_content,
.inquery_content {
	position: relative;
	display: none;
	height: 100%;
	overflow-y: auto;
}

.nav_container *::-webkit-scrollbar{
	width: 1px;
}
.nav_container *::-webkit-scrollbar-track {
	background-color: #ccc;
}
.nav_container *::-webkit-scrollbar-thumb {
	background-color: #ddd;
}


.inquery_btn {
	background: #ce8b7b;
	display: table;
	color: #fff;
	line-height: 1.1em;
	cursor: pointer;
	width: 80px;
	height: 80px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 80px;
}
.inquery_btn label {
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.inquery_btn.active {
	background: #dda092;
}
.inquery_btn .block {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.inquery_content .block {
	background: #dda092;
}
.inquery_content h2 {
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.inquery_content h3 {
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.inquery_content p {
	color: #fff;
	font-weight: normal;
	line-height: 1.8em;
	padding-bottom: 10px;
}
.inquery_content p strong {
	font-weight: bold;
	text-decoration: underline;
	font-size: 17px;
}


.pc_nav {
	padding-left: 300px;
	height: 110px;
	background: #fff;
}
.pc_nav p {
	text-align: right;
	padding-right: 255px;
	font-size: 12px;
	color: #2c2d2d;
	padding: 25px 260px 5px 0;
}
.pc_nav ul {
	display: table;
	width: calc( 100% - 220px );
}
.pc_nav ul li {
	display: table-cell;
	height: 60px;
}
.pc_nav ul li a {
	display: table;
	height: 60px;
	padding: 0 18px;
}
.pc_nav ul li a label {
	font-weight: bold;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 60px;
	width: 100%;
	cursor: pointer;
}


.nav_btn {
	position: absolute;
	background: #fff;
	cursor: pointer;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
}
.nav_btn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 23px;
	height: 2px;
	background: #5F5853;
	width: 42%;
}
.nav_btn span:nth-of-type(1) {
	top: 21px;
}
.nav_btn span:nth-of-type(2) {
	top: 29px;
}
.nav_btn span:nth-of-type(3) {
	top: 37px;
}
.nav_btn span:nth-of-type(3)::after {
	content: "Menu";
	position: absolute;
	top: 7px;
	left: 0;
	color: #5F5853;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav_btn.active span:nth-of-type(1) {
	top: 26px;
	left: 26px;
	transform: translateY(6px) rotate(-45deg);
	width: 36%;
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.active span:nth-of-type(3){
	top: 38px;
	left: 26px;
	transform: translateY(-6px) rotate(45deg);
	width: 36%;
}
.nav_btn.active span:nth-of-type(3)::after {
	content: "Close";
	transform: translateY(0) rotate(-45deg);
	top: 8px;
	left: 12px;
}

.nav_content {
	background: #fafaf8;
	padding: 120px 20px 0;
	width: calc( 100% - 40px );
}
.nav_content ul {
	max-width: 600px;
	margin: 0 auto;
}
.nav_content li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
}
.nav_content li a {
	display: block;
	padding: 20px 0;
}

.nav_content li i {
	display: inline-block;
	color: #b49c73;
	line-height: 1;
	position: absolute;
	top: 22px;
	right: 0px;
	width: 20px;
	height: 20px;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}

.nav_content li i::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3.5px 5px;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nav_content dl dd {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.nav_content dl {
	padding: 30px 0 140px;
}


@media screen and (max-width:1366px){
	header {
		height: 80px;
	}
	.logo_block {
		height: 80px;
	}
	.logo_block img {
		width: 180px;
		padding: 5px 20px 15px;
	}
	.inquery_btn label span {
		display: block;
	}
	.inquery_btn label span.pc-only {
		display: none;
	}

	.inquery_content {
		padding: 80px 0 0;
		background: #dda092;
	}
	.inquery_content .block {
		padding: 0 20px 120px;
		width: calc( 100% - 40px );
	}

	.inquery_content h2 {
		padding: 50px 0 30px;
	}
	.inquery_content h2 label {
		display: block;
		font-size: 20px;
	}

	.inquery_content .tbl {
		max-width: 600px;
		margin: 0 auto;
	}

	.inquery_content dl dd {
		width: 100%;
		margin-bottom: 10px;
	}

	.inquery_content h3 {
		padding: 30px 0 20px;
	}
	.inquery_content h3 label {
		display: block;
		font-size: 20px;
	}
	.inquery_content p {
		font-size: 14px;
	}

}

@media screen and (min-width:1366px){
	header {
		height: 110px;
	}
	.logo_block {
		position: absolute;
		left: 0;
		top: 0;
		padding: 5px 30px 10px;
	}
	.logo_block img {
		width: 220px;
	}
	.inquery_btn {
		right: 0;
		width: 210px;
		height: 110px;
	}
	.inquery_btn label {
		font-size: 13px;
		line-height: 1.8em;
	}

	.nav_container {
		padding-top: 110px;
		height: 450px;
	}
	.inquery_content .block {
		padding-bottom: 80px;
	}

	.inquery_content h2 {
		padding: 80px 0 50px;
		font-size: 28px;
	}
	.inquery_content .tbl {
		display: table;
	}
	.inquery_content .tbl_cell {
		display: table-cell;
		vertical-align: top;
	}
	.inquery_content .content1 {
		width: 818px;
		padding-left: 110px;
	}
	.inquery_content .content2 {
		width: calc( 100% -908px );
		padding-right: 100px;
	}
	.inquery_content .tbl_cell dl {
		display: table;
	}
	.inquery_content .tbl_cell dl dd {
		display: table-cell;
		padding: 7px;
		vertical-align: top;
		text-align: left;
	}

	.inquery_content h3 {
		padding: 0 0 10px;
	}
	.inquery_content h3 label {
		font-size: 20px;
	}
	.inquery_content p {
		font-size: 14px;
	}
}


/*--------------------------------------------------------------------------------------
 form-links
--------------------------------------------------------------------------------------*/

.form-links {
	z-index: 9;
	position: fixed;
	display: none;
}

.form-links dl {
	display: table;
}
.form-links dl dd {
	display: table-cell;
}
.form-links dl dd a {
	background: #ce8b7b;
	color: #fff;
	display: table;
	border-radius: 10px;
	width: 100%;
	position: relative;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
}
.form-links dl dd.reserve a {
	background: #DA5D56;
}
.form-links dl dd.request a {
	background: #293E72;
}
.form-links dl dd a label {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
.form-links dl dd a img {
	position: absolute;
}

@media screen and (max-width:750px) {
	.form-links {
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.form-links dl {
		width: calc( 100% - 8px );
		height: 60px;
		padding: 0 4px;
	}
	.form-links dl dd {
		height: 50px;
		width: 50%;
		border: 4px solid transparent;
	}
	.form-links dl dd a {
		height: 48px;
		font-size: 13px;
	}
	.form-links dl dd img {
		width: 36px;
		top: 6px;
		left: 6px;
	}
	.form-links dl dd:nth-of-type(1) a label {
		padding-left: 20px;
		width: calc( 100% -20px );
	}
	.form-links dd:nth-of-type(2) a label {
		padding-left: 24px;
		width: calc( 100% -24px );
	}
}

@media screen and (min-width:750px) {

	.form-links {
		bottom: 40px;
		right: 20px;
		width: 100%;
	}

	.form-links dl {
		height: 60px;
		padding: 0 4px;
		width: 700px;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.form-links dl dd {
		height: 60px;
		width: 50%;
		border: 4px solid transparent;
	}
	.form-links dl dd a {
		height: 58px;
		font-size: 14px;
	}
	.form-links dl dd img {
		width: 46px;
		top: 6px;
		left: 6px;
	}
	.form-links dl dd:nth-of-type(1) a label {
		padding-left: 20px;
		width: calc( 100% -20px );
	}
	.form-links dl dd:nth-of-type(2) a label {
		padding-left: 20px;
		width: calc( 100% -20px );
	}
}


/*--------------------------------------------------------------------------------------
 main_content
--------------------------------------------------------------------------------------*/

.main_content {
	z-index: 1;
}

@media screen and (max-width:1366px){
	.main_content {
		padding-top: 80px;
	}
}

@media screen and (min-width:1366px){
	.main_content {
		padding-top: 110px;
	}
}

.bg01 {
	background: #fafaf8;
	position: relative;
	width: 100%;
}
.bg02 {
	background: #fff;
	position: relative;
	width: 100%;
}

img.sep {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

h5.title {
	color: #83776f;
	font-weight: bold;
	text-align: center;
	font-family: Inter;
}

@media screen and (max-width:750px){
	img.sep {
		width: 48px;
		top: 0;
	}
	h5.title {
		font-size: 13px;
		padding-top: 30px;
	}
}
@media screen and (min-width:750px){
	img.sep {
		width: 70px;
		top: 0;
	}
	h5.title {
		font-size: 16px;
		padding-top: 40px;
	}
}


/*--------------------------------------------------------------------------------------
 catch_block
--------------------------------------------------------------------------------------*/

.catch_block .container {
	position: relative;
}
.catch_block .main_pict img {
	width: 100%;
}
.catch_block h1 {
	font-weight: normal;
	color: #2c2d2d;
}

.catch_block dl {
	display: table;
	width: 100%;
}
.catch_block dl dd {
	display: table-cell;
	width: 33%;
}
.catch_block dl dd img {
	width: 100%;
}

.catch_block .title_block {
	color: #b49c73;
	position: relative;
}
.catch_block .title_block img {
	width: 100%;
}
.catch_block .title_block h2 {
	position: absolute;
	display: inline-block;
	text-align: center;
	font-weight: normal;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	line-height: 1em;
}

.catch_block .catch_bottom {
}
.catch_block .catch_bottom p {
	color: #5f5853;
	text-align: center;
	font-weight: 400;
}
.catch_block .catch_bottom p span {
	display: block;
}
.catch_block .catch_bottom h2 {
	color: #2c2d2d;
	text-align: center;
}
.catch_block .catch_bottom h2 label {
	display: block;
}


@media screen and (max-width:750px){
	.min750 {
		display: none;
	}
	.max750 {
		display: block;
	}

	.catch_block {
		padding-bottom: 20px;
	}
	.catch_block h1 {
		background: #fafaf8;
		text-align: center;
		padding: 20px 0;
		font-size: 20px;
		margin-top: -10px;
	}
	.catch_block .pickup_block dl {
		margin: 20px 20px 10px;
		width: calc( 100% - 40px );
	}
	.catch_block dl dd {
		padding: 10px;
	}

	.catch_block .title_block {
		padding: 10px 0;
		width: 280px;
		margin: 0 auto;
	}
	.catch_block .title_block h2 {
		width: 100%;
		max-width: 280px;
		font-size: 25px;
	}
	.catch_block .title_block h2 span {
		font-size: 18px;
	}

	.catch_block .catch_bottom p {
		font-size: 13px;
	}
	.catch_block .catch_bottom p label {
		display: block;
	}

	.catch_block .catch_bottom h2 {
		margin: 40px 0;
		font-size: 25px;
	}
	.catch_block .catch_bottom h2 label {
		font-size: 15px;
	}
}
@media screen and (min-width:750px){
	.max750 {
		display: none;
	}
	.min750 {
		display: block;
	}

	.catch_block {
		padding-bottom: 40px;
	}
	.catch_block .container {
		padding-bottom: 90px;
	}

	.catch_block h1 {
		text-align: center;
		font-size: 22px;
		
		display: inline-block;
		padding: 5px 40px;

		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);

		background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,0.8) 20% 80%, rgba(0,0,0,0) );
	}
	.catch_block .pickup_block {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.catch_block .pickup_block dl {
		width: 55%;
		margin: 0 auto;
	}
	.catch_block dl dd {
		padding: 0 20px;
	}

	.catch_block .title_block {
		padding: 30px 60px;
		width: 400px;
		margin: 0 auto;
	}
	.catch_block .title_block h2 {
		width: 400px;
		font-size: 32px;
	}
	.catch_block .title_block h2 span {
		font-size: 22px;
	}

	.catch_block .catch_bottom p {
		font-size: 18px;
	}
	.catch_block .catch_bottom h2 {
		margin: 40px 0;
		font-size: 32px;
	}
	.catch_block .catch_bottom h2 label {
		font-size: 18px;
	}
}
@media screen and (min-width:1100px){
	.catch_block {
		overflow: hidden;
	}
	.catch_block h1 {
		font-size: 32px;
		padding: 5px 60px;
	}
	.catch_block .pickup_block dl {
		width: 51%;
		margin: 0 auto;
	}
	.catch_block dl dd {
		padding: 0 25px;
	}

	.catch_block .title_block {
		padding: 30px 0;
		width: 570px;
		margin: 0 auto;
	}
	.catch_block .title_block h2 {
		width: 400px;
		font-size: 48px;
	}
	.catch_block .title_block h2 span {
		font-size: 28px;
	}
}


/*--------------------------------------------------------------------------------------
 pr_block
--------------------------------------------------------------------------------------*/

.pr_block {
}
.pr_block h2 {
	text-align: center;
	font-weight: normal;
}

.pr_block .list dd {
	text-align: center;
}
.pr_block .list dd span {
	background: #b49c73;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	display: block;
}
.pr_block p.txt {
	text-align: center;
	line-height: 2em;
}

.pr_block .shikijyo h3 {
	color: #83776f;
	font-weight: bold;
	text-align: center;
}

.pr_block .shikijyo p {
	color: #b49c73;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #b49c73;
	text-underline-offset: 0.2em;
	text-underline-thickness: 1px;
}

@media screen and (max-width:850px){
	.pr_block {
		padding: 65px 0;
	}
	.pr_block h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.pr_block h2 label {
		display: block;
	}

	.pr_block .list {
		max-width: 600px;
		margin: 0 auto;
	}
	.pr_block .list dd {
	}
	.pr_block .list dd span {
		margin: 10px 45px;
		width: calc( 100% - 90px );
		padding: 14px 0;
		font-size: 15px;
	}
	.pr_block p.txt {
		font-size: 16px;
	}
	.pr_block p label {
		display: block;
	}
	.pr_block .shikijyo {
		margin: 25px 0 0;
	}
	.pr_block .shikijyo dd {
		text-align: center;
	}
	.pr_block .shikijyo dd img {
		width: 110px;
	}
	.pr_block .shikijyo h3 {
		font-size: 15px;
		padding: 7px 0;
	}
	.pr_block .shikijyo dd p {
		font-size: 20px;
		line-height: 1.8em;
	}
	.pr_block .shikijyo dd p strong {
		font-size: 24px;
	}
}

@media screen and (min-width:850px){
	.pr_block {
		padding: 90px 0;
	}
	.pr_block h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.pr_block .list {
		display: table;
		max-width: 800px;
		margin: 0 auto;
	}
	.pr_block .list dd {
		display: table-cell;
		width: 400px;
	}
	.pr_block .list dd span {
		width: 380px;
		padding: 18px 0;
		font-size: 18px;
		margin: 5px 10px;
	}

	.pr_block p.txt {
		font-size: 20px;
		margin: 30px 0 40px;
	}

	.pr_block .shikijyo {
		display: table;
		margin: 0 auto;
		width: 480px;
	}
	.pr_block .shikijyo dd {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.pr_block .shikijyo dd img {
		width: 196px;
	}
	.pr_block .shikijyo h3 {
		font-size: 18px;
		padding: 7px 0;
	}
	.pr_block .shikijyo dd p {
		font-size: 25px;
		line-height: 1.8em;
	}
	.pr_block .shikijyo dd p strong {
		font-size: 31px;
	}
}


/*--------------------------------------------------------------------------------------
 reason_block
--------------------------------------------------------------------------------------*/

.reason_block h2 {
	font-weight: normal;
	text-align: center;
}

.reason_block h4.no {
	display: table;
}
.reason_block h4.no label {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: #b49c73;
	color: #fff;
	font-family: Inter;
}
.reason_block h3 {
	font-weight: normal;
	color: #83776f;
}
.reason_block strong {
	background: #faece8;
	font-weight: normal;
}

@media screen and (max-width:750px){
	.reason_block h2 {
		margin: 45px 0;
		font-size: 25px;
	}
	.reason_block h2 label {
		display: block;
	}
}
@media screen and (min-width:750px){
	.reason_block h2 {
		margin: 60px 0;
		font-size: 30px;
	}
}

@media screen and (max-width:1366px){
	.reason_block section {
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.reason_block h4.no {
		margin: 0 auto;
	}
	.reason_block h4.no label {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.reason_block h3 {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;
	}
	.reason_block section img {
		margin: 0 45px;
		width: calc( 100% - 90px );
	}
	.reason_block section p {
		font-size: 14px;
		margin: 15px 45px;
		line-height: 1.8em;
	}
}

@media screen and (min-width:1366px){

	.reason_block {
		margin-bottom: 110px;
	}

	.reason_block section {
		position: relative;
		height: 350px;
		width: 553px;
		margin: 0 auto;
		display: block;
	}
	.reason_block section img {
		position: absolute;
		top: 0;
	}

	.reason_block section.sec01 img,
	.reason_block section.sec03 img {
		left: 0;
	}
	.reason_block section.sec02 img,
	.reason_block section.sec04 img {
		right: 0;
	}

	.reason_block section.sec01,
	.reason_block section.sec03 {
		padding-left: 553px;
	}

	.reason_block section.sec02,
	.reason_block section.sec04 {
		padding-right: 553px;
	}

	.reason_block h4 {
		padding: 40px 50px 20px;
	}
	.reason_block h4.no label {
		width: 53px;
		height: 53px;
		font-size: 15px;
	}

	.reason_block h3 {
		font-size: 25px;
		padding: 0 50px 20px;
	}
	.reason_block section p {
		font-size: 15px;
		padding: 0 60px 0 50px;
		line-height: 2em;
	}
}

/*--------------------------------------------------------------------------------------
 reason_bottom_block
--------------------------------------------------------------------------------------*/

.reason_bottom_block {
}
.reason_bottom_block .img_block {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}
.reason_bottom_block .img_block img {
	width: 100%;
}

.reason_bottom_block h2 {
	font-weight: normal;
	text-align: center;
	color: #b49c73;
}

.reason_bottom_block .pr {
	margin: 0 auto;
	text-align: center;
}
.reason_bottom_block .pr .line {
	display: inline-block;
}

.reason_bottom_block dl dd {
	text-align: center;
}
.reason_bottom_block dl dd span {
	background: #b49c73;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	display: block;
	margin: 10px 30px;
	width: calc( 100% - 60px );
}
.reason_bottom_block dl {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (max-width:800px){
	.reason_bottom_block {
		padding-bottom: 80px;
	}
	.reason_bottom_block h2 {
		font-size: 28px;
		margin: 40px 0 20px;
	}
	.reason_bottom_block h2 label {
		display: block;
	}
	.reason_bottom_block .txt {
		font-size: 13px;
		padding: 0 45px;
		width: calc( 100% - 90px );
		max-width: 500px;
		margin: 0 auto;
		display: block;
		line-height: 2em;
	}
	.reason_bottom_block .pr {
	}
	.reason_bottom_block .pr p {
		margin-top: 20px;
		font-size: 20px;
		line-height: 1.6em;
	}
	.reason_bottom_block .pr span {
		display: block;
		padding-top: 10px;
		border-bottom: 1px solid #b49c73;
	}
	.reason_bottom_block .pr span.inline {
		line-height: 1.6em;
		padding-top: 10px;
		display: inline-block;
	}
	.reason_bottom_block strong {
		font-size: 30px;
	}
	.reason_bottom_block strong label {
		font-size: 40px;
	}
	.reason_bottom_block .hosoku {
		text-align: center;
		font-size: 13px;
		margin: 15px 0;
	}

	.reason_bottom_block dl dd span {
		padding: 14px 0;
		font-size: 15px;
	}
	.reason_bottom_block .riyu {
		font-size: 13px;
		padding: 0 45px;
		width: calc( 100% - 90px );
		max-width: 500px;
		margin: 0 auto;
		display: block;
		line-height: 2em;
		margin-top: 30px;
	}
}

@media screen and (min-width:800px){
	.reason_bottom_block {
		padding-bottom: 110px;
	}
	.reason_bottom_block h2 {
		font-size: 34px;
		margin: 60px 0 35px;
	}
	.reason_bottom_block .txt {
		font-size: 18px;
		text-align: center;
	}
	.reason_bottom_block .txt label {
		display: block;
		line-height: 2em;
	}

	.reason_bottom_block .pr .line {
		margin-bottom: 5px;
		border-bottom: 1px solid #b49c73;
	}
	.reason_bottom_block .pr p {
		margin-top: 30px;
		line-height: 2em;
		font-size: 23px;
	}
	.reason_bottom_block strong {
		font-size: 48px;
	}
	.reason_bottom_block strong label {
		font-size: 48px;
	}
	.reason_bottom_block .hosoku {
		text-align: right;
		font-size: 15px;
		width: 430px;
		margin: 0 auto;
		display: block;
	}
	.reason_bottom_block dl dd span {
		padding: 18px 0;
		font-size: 20px;
	}

	.reason_bottom_block .riyu {
		font-size: 15px;
		padding: 0 40px;
		width: calc( 100% -80px );
		max-width: 786px;
		margin: 0 auto;
		display: block;
		line-height: 2em;
		margin-top: 40px;
	}
}


/*--------------------------------------------------------------------------------------
 support_block
--------------------------------------------------------------------------------------*/


.support_block section .txt {
	line-height: 2em;
}

.support_block section dl h3 {
	color: #b49c73;
	font-family: Inter;
}
.support_block section dl {
	display: table;
}
.support_block section dl dd {
	display: table-cell;
}

.support_block section .message {
	line-height: 2em;
}

@media screen and (max-width:750px){
}
@media screen and (min-width:750px){
}

@media screen and (max-width:1366px){
	.support_block {
		padding-bottom: 60px;
	}
	.support_block section {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.support_block section .img_block {
		width: 100%;
		margin-bottom: 40px;
	}
	.support_block section .img_block img {
		width: 100%;
	}
	.support_block section .txt {
		font-size: 16px;
		text-align: center;
		margin: 15px 0 0;
	}
	.support_block section .txt label {
		display: block;
	}
	.support_block section dl {
		margin: 0 auto;
		margin-top: 20px;
	}
	.support_block section dl dd {
		padding: 15px 7px;
		vertical-align: top;
	}
	.support_block section dl dd img {
		width: 104px;
	}

	.support_block section dl dd h3 {
		font-size: 13px;
		line-height: 2.4em;
		padding-top: 3px;
	}
	.support_block section dl dd p {
		font-size: 16px;
		line-height: 1.8em;
	}
	.support_block section p.message {
		font-size: 13px;
		padding: 0 20px;
	}
	.support_block section p.message label {
		display: block;
	}

}

@media screen and (min-width:1366px){
	.support_block {
		padding-bottom: 100px;
	}

	.support_block section {
		position: relative;
		width: 470px;
		margin: 0 auto;
		display: block;
		padding-left: 614px;
	}
	.support_block section .img_block {
		position: absolute;
		top: 0;
		left: 0;
	}
	.support_block section .txt {
		font-size: 18px;
	}

	.support_block section dl {
		margin-top: 20px;
	}
	.support_block section dl dd {
		vertical-align: middle;
		padding: 15px 15px 15px 0;
	}
	.support_block section dl dd h3 {
		font-size: 16px;
	}
	.support_block section dl dd p {
		font-size: 20px;
	}
	.support_block section p.message {
		font-size: 14px;
	}
}


/*--------------------------------------------------------------------------------------
 inquery_block
--------------------------------------------------------------------------------------*/

.inquery_block {
	background: #dda092;
	z-index: 10000;
}
.inquery_block h2 {
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.inquery_block .bnr img {
	width: 100%;
}

@media screen and (max-width:1366px){

	.inquery_block {
		padding: 50px 0 70px;
	}

	.inquery_block h2 {
		padding: 0 0 40px;
	}
	.inquery_block h2 label {
		display: block;
		font-size: 20px;
	}

	.inquery_block .tbl {
		padding: 0 20px;
		width: calc( 100% - 40px );
		max-width: 600px;
		margin: 0 auto;
	}
	.inquery_block dl dd {
		width: 100%;
		margin-bottom: 10px;
	}
	.inquery_block .bnr {
		margin-top: 20px;
		display: block;
	}
}

@media screen and (min-width:1366px){

	.inquery_block {
		padding: 0 0 70px;
	}

	.inquery_block h2 {
		padding: 80px 0 50px;
		font-size: 28px;
	}
	.inquery_block .tbl {
		display: table;
		width: 1335px;
	}
	.inquery_block .tbl_cell {
		display: table-cell;
		vertical-align: top;
	}
	.inquery_block .content1 {
		width: 818px;
		padding-left: 110px;
	}
	.inquery_block .content2 {
		width: 338px;
		padding-right: 100px;
		padding-top: 7px;
	}
	.inquery_block .content2 img {
		width: 338px;
	}
	.inquery_block .tbl_cell dl {
		display: table;
	}
	.inquery_block .tbl_cell dl dd {
		display: table-cell;
		padding: 7px;
		vertical-align: top;
		text-align: left;
	}

}


/*--------------------------------------------------------------------------------------
 flow_block
--------------------------------------------------------------------------------------*/

.flow_block {
	position: relative;
	width: 100%;
}

.flow_block h2 {
	font-weight: normal;
	text-align: center;
}

.flow_block h3 {
	background: #b49c73;
	color: #fff;
	position: relative;
	border-radius: 10px;
}

.flow_block h3 label {
	display: table;
	position: absolute;
}
.flow_block h3 label span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Inter;
	border-radius: 50%;
	background: #fff;
	color: #b49c73;
}

.flow_block dl dd a {
	background: #ce8b7b;
	color: #fff;
	border-radius: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
}

.flow_bottom {
	background: #fafaf8;
	border-radius: 10px;
}

@media screen and (max-width:750px){
	.flow_block {
		padding-top: 80px;
	}
	.flow_block h2 {
		margin: 40px 0;
		font-size: 25px;
	}
	.flow_block h2 label {
		display: block;
	}
}
@media screen and (min-width:750px){
	.flow_block {
		padding-top: 120px;
	}

	.flow_block h2 {
		margin: 50px 0;
		font-size: 30px;
	}
}

@media screen and (max-width:1366px){
	.flow_block {
		padding-left: 10px;
		padding-right: 10px;
		width: calc( 100% - 20px );
		max-width: 450px;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.flow_block h3 {
		padding: 18px 75px 0;
		height: 42px;
		font-size: 17px;
		margin-bottom: 25px;
	}

	.flow_block h3 label {
		width: 38px;
		height: 38px;
		top: 11px;
		left: 20px;
	}
	.flow_block h3 label span {
		font-size: 16px;
	}

	.flow_block .capt {
		padding: 0 10px;
		width: calc( 100% - 20px );
		margin-bottom: 15px;
	}

	.flow_block p {
		font-size: 13px;
		padding: 0 10px;
		width: calc( 100% - 20px );
		line-height: 2em;
	}
	.flow_block dl {
		margin: 10px 0 0;
	}

	.flow_block dl dd {
		padding: 3px 10px;
		width: calc( 100% - 20px );
	}
	.flow_block dl dd a {
		font-size: 17px;
		padding-top: 10px;
		height: 34px;
	}

	.flow_block section .sp_only {
		text-align: center;
		padding: 20px 0 30px;
	}

	.flow_block .arrow {
		display: inline-block;
		border-style: solid;
		border-width: 10px 5px 0 5px;
		border-color: #b49c73 transparent transparent transparent;
		margin: 0 auto;
	}

	.flow_bottom {
		padding: 18px 20px;
		margin: 30px 0;
	}
}

@media screen and (min-width:1366px){
	.flow_block {
		padding-bottom: 120px;
	}

	.flow_block .flow_slider {
		width: calc( 100% - 120px );
		max-width: 1320px;
		margin: 0 auto;
	}
	.flow_slider .slick-slide {
		width: 530px;
		height: 340px;
		margin: 0 23px;
		position: relative;
		overflow: hidden;
	}

	.flow_slider .slick-arrow {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: #b49c73;
		cursor: pointer;
		border: none;
		outline: none;
		font-size: 0;
		position: absolute;
		top: 140px;
		z-index: 1;
	}
	.flow_slider .slick-next {
		right: -60px;
	}
	.flow_slider .slick-next::before {
		content: '';
		color: #fff;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 3.5px 5px;
		border-left-color: currentColor;
		border-right: 0;
		transform: translateX(15%);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.flow_slider .slick-prev {
		left: -60px;
	}
	.flow_slider .slick-prev::before {
		content: '';
		color: #fff;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 3.5px 5px;
		border-right-color: currentColor;
		border-left: 0;
		transform: translateX(15%);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.flow_block .flow_dots .slick-dots {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.flow_block .flow_dots .slick-dots li {
		display: inline-block;
	}
	.flow_block .flow_dots .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 6px;
		font-size: 0;
		padding: 0;
		border: 0;
		outline: none;
		cursor: pointer;
		background: #e3e9c8;
		border-radius: 50%;
	}
	.flow_block .flow_dots .slick-dots .slick-active button {
		background: #b49c73;
	}

	.flow_slider .slick-prev.slick-disabled,
	.flow_slider .slick-next.slick-disabled {
	    opacity: 0;
		cursor: default;
	}
 

	.flow_block .block {
		position: relative;
	}

	.flow_block h3 {
		padding: 12px 75px 0;
		height: 42px;
		font-size: 20px;
	}

	.flow_block h3 label {
		width: 38px;
		height: 38px;
		top: 08px;
		left: 20px;
	}
	.flow_block h3 label span {
		font-size: 16px;
	}

	.flow_block .capt {
		display: block;
		height: 210px;
		width: 210px;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 80px;
	}
	.flow_block p {
		padding: 25px 0 0 240px;
		font-size: 15px;
		line-height: 2em;
	}
	.flow_block dl {
		padding-left: 240px;
		padding-top: 20px;
	}

	.flow_block dl dd {
		padding: 3px 0;
	}
	.flow_block dl dd a {
		font-size: 16px;
		padding-top: 10px;
		height: 34px;
	}

	.flow_bottom {
		padding: 18px 40px;
		margin: 0 auto;
		margin-top: 15px;
		width: 800px;
		display: block;
		text-align: center;
	}
	.flow_bottom p {
		padding: 0;
		display: block;
		text-align: left;
		font-size: 13px;
	}
}


/*--------------------------------------------------------------------------------------
 price_block
--------------------------------------------------------------------------------------*/

.price_block h2 {
	font-weight: normal;
	text-align: center;
}

.price_block .catch strong {
	background: #faece8;
	font-weight: normal;
}

@media screen and (max-width:750px){
	.price_block h2 {
		margin: 45px 0 30px;
		font-size: 25px;
	}
}
@media screen and (min-width:750px){
	.price_block h2 {
		margin: 60px 0 40px;
		font-size: 30px;
	}
}

.price_block section {
	margin: 0 10px 20px;
}

.price_block section .container {
	border-radius: 0 0 10px 10px;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
	background: #fff;
}
.price_block section h3 {
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	box-shadow: 3px 0 8px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	padding: 22px 0 15px;
	font-size: 14px;
}
.price_block section h3 label {
	display: block;
	font-weight: normal;
	font-size: 25px;
}

.price_block .price_light_block h3 {
	border: 1px solid #7bba8a;
	background: #7bba8a;
}
.price_block .price_light_block .container {
	border: 1px solid #7bba8a;
}

.price_block .price_standard_block h3 {
	border: 1px solid #66bebe;
	background: #66bebe;
}
.price_block .price_standard_block .container {
	border: 1px solid #66bebe;
}

.price_block .price_premium_block h3 {
	border: 1px solid #56a7cb;
	background: #56a7cb;
}
.price_block .price_premium_block .container {
	border: 1px solid #56a7cb;
}

.price_block .kaihi {
	margin: 0 20px;
	width: calc( 100% - 40px );
}

.price_block .price_light_block .kaihi {
	border-bottom: 1px solid #7bba8a;
}
.price_block .price_standard_block .kaihi {
	border-bottom: 1px solid #66bebe;
}
.price_block .price_premium_block .kaihi {
	border-bottom: 1px solid #56a7cb;
}

.price_block table {
	margin: 0 20px;
	width: calc( 100% - 40px );
}
.price_block table th {
	width: 33%;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
.price_block table td {
	width: 67%;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 7px 0;
}
.price_block table td strong {
	font-size: 30px;
	margin-right: 5px;
}

.price_block .price_light_block td strong {
	color: #7bba8a;
}
.price_block .price_standard_block td strong {
	color: #66bebe;
}
.price_block .price_premium_block td strong {
	color: #56a7cb;
}

.price_block .bottom_border th,
.price_block .bottom_border td {
	border-bottom: 1px solid #e0e0e0;
}
.price_block .payment td {
	padding-top: 15px;
}
.price_block .payment td img {
	margin: 5px 0 0 0;
	width: 100%;
	max-width: 250px;
}

.price_block .naiyo {
	margin: 0 20px;
	width: calc( 100% - 40px );
	text-align: center;
	padding-bottom: 30px;
}

.price_block section h4 {
	color: #fff;
	font-size: 13px;
	padding: 10px;
	margin: 5px 0;
}
.price_block .price_light_block h4 {
	background: #7bba8a;
}
.price_block .price_standard_block h4 {
	background: #66bebe;
}
.price_block .price_premium_block h4 {
	background: #56a7cb;
}

.price_block section h5 {
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
	padding: 20px 0 5px;
	margin-bottom: 15px;
}

.price_block .price_light_block h5 {
	color: #7bba8a;
}
.price_block .price_standard_block h5 {
	color: #66bebe;
}
.price_block .price_premium_block h5 {
	color: #56a7cb;
}

.price_block section ul li {
	background: #fafaf8;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 3px 0;
	border-radius: 10px;
}

.price_block .bnr_block {
}
.price_block .bnr_block .sec01 {
	max-width: 566px;
	margin: 0 auto;
}
.price_block .bnr_block .sec01 img {
	width: 100%;
}
.price_block .bnr_block .sec02 {
}
.price_block .bnr_block .sec02 h3 {
	text-align: center;
	background: #b49c73;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.price_block .bnr_block .sec02 .block {
	border: 1px solid #b49c73;
	border-radius: 0 0 10px 10px;
}
.price_block .bnr_block .sec02 .block p {
	text-align: center;
	color: #b49c73;
}
.price_block .bnr_block .sec02 .block strong {
	font-weight: normal;
}

@media screen and (max-width:1100px){
	.price_block {
		padding-bottom: 80px;
	}
	.price_block p.catch {
		padding: 0 20px;
		max-width: 500px;
		margin: 0 auto;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.price_block section {
		max-width: 500px;
		margin: 20px auto;
		width: calc( 100% - 40px );
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.price_light_content,
	.price_standard_content,
	.price_premium_content {
		display: none;
	}

	.price_btn {
		position: relative;
		padding-left: 35px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
		padding: 22px 0;
		display: table;
		width: 100%;
	}
	.price_btn label {
		cursor: pointer;
		display: table-cell;
		vertical-align: middle;
	}
	.price_btn label:nth-of-type(1) {
		text-align: right;
		width: 45%;
	}
	.price_btn label:nth-of-type(2) {
		text-align: left;
		width: 55%;
	}
	.price_btn span {
		text-align: right;
		vertical-align: middle;
		cursor: pointer;
		display: inline-block;
		transition: all .4s;

		width: 25px;
		height: 25px;
		border-radius: 50%;
		position: relative;
		margin-right: 10px;
	}

	.price_btn span::after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #fff transparent transparent transparent;

		width: 0;
		height: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.price_btn.active span {
		-webkit-transform: translateY(0) rotate(-180deg);
		transform: translateY(0) rotate(-180deg);
	}

	.price_block .price_light_btn {
		color: #7bba8a;
	}
	.price_block .price_light_btn span {
		background: #7bba8a;
	}
	.price_block .price_standard_btn {
		color: #66bebe;
	}
	.price_block .price_standard_btn span {
		background: #66bebe;
	}
	.price_block .price_premium_btn {
		color: #56a7cb;
	}
	.price_block .price_premium_btn span {
		background: #56a7cb;
	}

	.price_block .bnr_block {
		padding: 0 20px;
		max-width: 500px;
		margin: 0 auto;
		width: calc( 100% - 40px );
	}


	.price_block .bnr_block .sec01 {
		padding: 40px 0 0;
	}
	.price_block .bnr_block .sec02 {
		padding: 20px 0 0;
	}
	.price_block .bnr_block .sec02 h3 {
		font-size: 16px;
		padding:  15px 0;
	}

	.price_block .bnr_block .sec02 .block {
		padding: 15px 0 20px;
	}
	.price_block .bnr_block .sec02 .block p {
		font-size: 25px;
	}
	.price_block .bnr_block .sec02 .block strong {
		font-size: 40px;
	}

	.price_block .bnr_block .sec02 .memo {
		font-size: 13px;
		margin-top: 20px;
	}

}

@media screen and (min-width:1100px){
	.price_block p.catch {
		font-size: 13px;
		text-align: center;
		margin-bottom: 25px;
	}

	.price_block .tbl {
		display: table;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.price_block section {
		display: table-cell;
		width: 335px;
		padding: 12px;
	}
	.price_block .sp-only {
		display: none;
	}

	.price_block .bnr_block{
		display: table;
		width: 1005px;
		margin: 0 auto;
		margin-bottom: 110px;
	}
	.price_block .sec01 {
		display: table-cell;
		vertical-align: top;
		width: 566px;
		padding: 22px;
	}
	.price_block .sec02 {
		display: table-cell;
		vertical-align: top;
		width: 335px;
		padding: 22px;
	}

	.price_block .bnr_block .sec02 h3 {
		font-size: 16px;
		padding:  12px 0;
	}

	.price_block .bnr_block .sec02 .block {
		padding: 15px 0 15px;
	}
	.price_block .bnr_block .sec02 .block p {
		font-size: 25px;
	}
	.price_block .bnr_block .sec02 .block strong {
		font-size: 40px;
	}

	.price_block .bnr_block .sec02 .memo {
		font-size: 13px;
		margin-top: 10px;
	}

}


/*--------------------------------------------------------------------------------------
 voice_block
--------------------------------------------------------------------------------------*/

.voice_block {
	position: relative;
	width: 100%;
}

.voice_block h2 {
	font-weight: normal;
	text-align: center;
}
.voice_block h2 label {
	display: block;
}

.voice_block h3 {
	background: #b49c73;
	color: #fff;
	border-radius: 10px;
	display: table;
}
.voice_block h3 span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.voice_block .block {
	position: relative;
	padding-left: 94px;
}
.voice_block .block table {
	position: absolute;
	left: 0;
	top: 0;
	width: 74px;
}
.voice_block .block table td {
	vertical-align: middle;
	text-align: center;
}
.voice_block .block table td label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.voice_block .block p {
	font-size: 13px;
	min-height: 140px;
}

.voice_block .btn_block {
	text-align: center;
}
.voice_block .btn_block a {
	color: #b49c73;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.voice_block .btn_block a span {
	cursor: pointer;
	display: inline-block;

	background: #b49c73;

	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: relative;
}

.voice_block .btn_block a span::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #fff transparent transparent transparent;

	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


@media screen and (max-width:750px){
	.voice_block {
		padding-top: 80px;
	}
	.voice_block h2 {
		margin: 40px 0;
		font-size: 25px;
	}
}
@media screen and (min-width:750px){
	.voice_block {
		padding-top: 120px;
	}
	.voice_block h2 {
		margin: 50px 0;
		font-size: 30px;
	}
}


@media screen and (max-width:1200px){
	.voice_block {
		padding-bottom: 40px;
	}
	.voice_block p.catch {
		padding: 0 20px;
		max-width: 500px;
		margin: 0 auto;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.voice_block section {
		max-width: 500px;
		margin: 20px auto;
		width: calc( 100% - 40px );
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.voice_block h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.voice_block h3 span.img {
		width: 20px;
		padding: 0 0 0 25px;
	}
	.voice_block h3 span {
		width: calc( 100% - 45px );
		padding: 20px;
	}
	.voice_block h3 img {
		width: 21px;
	}

}

@media screen and (min-width:1200px){
	.voice_block {
		padding-bottom: 60px;
	}
	.voice_block p.catch {
		font-size: 15px;
		line-height: 1.8em;
		text-align: center;
		margin-bottom: 30px;
	}
	.voice_block .tbl {
		display: table;
		width: 1100px;
		margin: 0 auto;
	}
	.voice_block .tbl section {
		display: table-cell;
		width: 50%;
		padding: 20px;
	}

	.voice_block h3 {
		font-size: 16px;
		width: 530px;
		margin-bottom: 20px;
	}
	.voice_block h3 label {
		display: block;
	}

	.voice_block h3 span.img {
		width: 32px;
		padding: 10px 0 0 20px;
	}
	.voice_block h3 span {
		width: calc( 100% - 52px );
		padding: 20px;
	}

	.voice_block .btn_block a {
		font-size: 14px;
	}

}


/*--------------------------------------------------------------------------------------
 matching_block
--------------------------------------------------------------------------------------*/

.matching_block {
	background: #dda092;
}
.matching_block h2 {
	color: #fff;
	font-weight: normal;
	font-size: 25px;
}
.matching_block p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
}
.matching_block p strong {
	font-size: 17px;
	text-decoration: underline;
}
.matching_block .img_block img {
	width: 100%;
}
.matching_block .btn {
	text-align: left;
	padding-left: 80px;
}

@media screen and (max-width:960px){
	.matching_block {
		padding-bottom: 80px;
	}
	.matching_block .container {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.matching_block .img_block {
		padding: 40px 0 40px;
	}
	.matching_block h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	.matching_block p {
		padding: 0 20px;
		width: calc( 100% - 40px );
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.matching_block .btn_block {
		padding: 0 20px;
		padding-left: 0;
		padding-right: 20px;
		width: calc( 100% - 80px );
		max-width: 600px;
		margin: 0 auto;
	}

	.matching_block p label {
		display: block;
	}
}

@media screen and (min-width:960px){
	.matching_block .container {
		position: relative;
		width: 510px;
		margin: 0 auto;
		padding: 80px 0 80px 390px;
	}
	.matching_block .img_block {
		position: absolute;
		top: 80px;
		left: 0;
		width: 360px;
	}
	.matching_block h2 {
		text-align: left;
		margin-bottom: 20px;
	}
	.matching_block p {
		margin-bottom: 20px;
	}
	.matching_block .btn_block {
		width: 335px;
	}
}


/*--------------------------------------------------------------------------------------
 qa_block
--------------------------------------------------------------------------------------*/

.qa_block {
	position: relative;
	width: 100%;
}

.qa_block h2 {
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width:750px){
	.qa_block {
		padding-top: 80px;
	}
	.qa_block h2 {
		margin: 40px 0;
		font-size: 25px;
	}
}
@media screen and (min-width:750px){
	.qa_block {
		padding-top: 120px;
	}
	.qa_block h2 {
		margin: 50px 0;
		font-size: 25px;
	}
}

.qa_block .qa_content {
	max-width: 786px;
	margin: 0 auto;
}

.qa_block .qa_content .tab_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 525px;
	margin: 0 auto;
}
.qa_block .qa_content .tab_btn {
	margin: 0 3px;
	width: calc( 25% - 6px );
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background: #fff;
	border: 1px solid #b49c73;
	color: #b49c73;
	border-radius: 20px;
}
.qa_block .qa_content .tab_btn.active {
	background: #b49c73;
	border: 1px solid #fff;
	color: #fff;
}
.qa_block .qa_content .tab_btn:hover {
	background: #b49c73;
	border: 1px solid #fff;
	color: #fff;
	opacity: 0.7;
}


.qa_block .qa_content section {
	display: none;
}
.qa_block .qa_content section.active {
	display: block;
}

.qa_block .qa_content section h3 {
	font-size: 20px;
	color: #b49c73;
	text-align: center;
	font-weight: normal;
	margin: 40px 0;
}

.qa_block .qa_content .question p,
.qa_block .qa_content .answer p {
	display: table;
	font-size: 13px;
	font-weight: bold;
}
.qa_block .qa_content .question p label,
.qa_block .qa_content .question p span,
.qa_block .qa_content .answer p label,
.qa_block .qa_content .answer p span {
	display: table-cell;
	cursor: pointer;
	vertical-align: top;
	text-align: left;
}
.qa_block .qa_content .question p label,
.qa_block .qa_content .answer p label {
	color: #b49c73;
	font-family: Inter;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}

.qa_block .qa_content .question {
	background-color: #fafaf8;
	padding: 20px;
	position: relative;
	margin: 4px 0;
	cursor: pointer;
}

.qa_block .qa_content .question i {
	display: inline-block;
	color: #b49c73;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}
.qa_block .qa_content .question i::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3.5px 5px;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.qa_block .qa_content .question.open i::before {
	-webkit-transform: translateY(0) rotate(-90deg);
	transform: translateY(0) rotate(-90deg);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.qa_block .qa_content .answer {
	display: none;
	padding: 20px 20px 40px;
}


@media screen and (max-width:800px){
	.qa_block .qa_content .tab_block {
		padding: 0 20px;
		width: calc( 100% - 40px );
	}
	.qa_block {
		padding-bottom: 60px;
	}
}

@media screen and (min-width:800px){
	.qa_block {
		padding-bottom: 110px;
	}
}


/*--------------------------------------------------------------------------------------
 salon_block
--------------------------------------------------------------------------------------*/

.salon_block h2 {
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width:750px){
	.salon_block h2 {
		margin: 45px 0 30px;
		font-size: 25px;
	}
}
@media screen and (min-width:750px){
	.salon_block h2 {
		margin: 60px 0 40px;
		font-size: 30px;
	}
}

.salon_block .img_block img {
	width: 100%;
}

.salon_block .img_block h3 {
	font-size: 16px;
	font-weight: normal;
}
.salon_block .img_block p {
	font-size: 13px;
	line-height: 2em;
}
.salon_block .map_block tr {
}

.salon_block .map_block table {
	border-collapse: collapse;
}
.salon_block .map_block th,
.salon_block .map_block td {
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid #ddd7cd;
}
.salon_block .map_block tr:last-child th,
.salon_block .map_block tr:last-child td {
	border-bottom: 0;
}
.salon_block .map_block td p {
	position: relative;
}
.salon_block .map_block td a {
	color: #b49c73;
	text-decoration: underline;
}
.salon_block .map_block td p a {
	padding-left: 30px;
}
.salon_block .map_block td p img {
	position: absolute;
	top: 0;
	left: 0;
}


.salon_block .map_block th {
	width: 40px;
}
.salon_block .map_block td {
	width: calc( 100% - 40px );
	line-height: 2em;
}

@media screen and (max-width:1000px){
	.salon_block {
		padding-bottom: 60px;
	}

	.salon_block .img_block {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
	.salon_block .img_block h3 {
		padding: 40px 20px 0;
	}
	.salon_block .img_block p {
		padding: 15px 20px 25px;
	}

	.salon_block .map_block {
		padding: 0 20px;
		max-width: 600px;
		width: calc( 100% - 40px );
		margin: 0 auto;
	}

	.salon_block .map_block iframe {
		width: 100%;
		height: 30vw;
		min-height: 200px;
		margin-bottom: 20px;
	}

	.salon_block .map_block table {
		width: 100%;
	}
	.salon_block .map_block th,
	.salon_block .map_block td {
		padding: 20px 0;
	}

}


@media screen and (min-width:1000px){
	.salon_block {
		padding-bottom: 110px;
	}

	.salon_block .img_block {
		width: 473px;
		position: relative;
		padding-left: 473px;
		margin: 0 auto;
		height: 262px;
	}
	.salon_block .img_block img {
		width: 473px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.salon_block .img_block h3 {
		padding: 70px 75px 0;
	}
	.salon_block .img_block p {
		padding: 15px 0 0 75px;
	}

	.salon_block .map_block {
		width: 473px;
		position: relative;
		padding: 20px 473px 0 0;
		height: 264px;
		margin: 0 auto;
	}
	.salon_block .map_block iframe {
		width: 473px;
		height: 284px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.salon_block .map_block th,
	.salon_block .map_block td {
		padding: 20px 0;
	}
}


/*--------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------*/

.footer {
	width: 100%;
}
.footer .logo {
	text-align: center;
}
.footer .logo img {
	width: 124px;
}
.footer h1 {
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	margin: 15px 0 20px;
}
.footer p.tel {
	font-size: 13px;
	text-align: center;
	margin: 0 0 35px;
}

.footer .instagram {
	text-align: center;
	margin-bottom: 50px;
}
.footer .instagram a {
	display: block;
}
.footer .instagram img {
	width: 20px;
}
.footer .instagram p {
	color: #b49c73;
	font-family: Inter;
	font-size: 13px;
	font-weight: bold;
}
.footer p.copy {
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width:800px){
	.footer {
		padding: 50px 0 80px;
	}
}

@media screen and (min-width:800px){
	.footer {
		padding: 80px 0 120px;
	}
}

.alert {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-decoration-color: #f00;
	text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線 */
}
.alert strong {
	font-weight: bold;
	text-decoration: none !important;
}

@media screen and (max-width:750px){
	.catch_block h1 {
		padding: 10px 0;
		font-size: 18px;
		margin-top: -10px;
	}
	.catch_block .main_pict {
		margin-top: 0;
	}
	.pickup_block {
		margin: -10px 20px 0;
	}
	.catch_block dl dd {
		padding: 0 10px 0;
	}
	.salon_name {
		position: absolute;
		top: 10px;
		width: 100%;
	}
	.pickup_block {
		position: absolute;
		bottom: -40px;
	}
	.catch_bottom {
		padding-top: 35px;
	}
}

.catch_bottom .sec01 {
	width: calc( 100% - 40px );
	max-width: 600px;
	margin: 20px auto;
	padding-top: 20px;
}
.catch_bottom .sec01 img {
	width: 100%;
}

@media screen and (max-width:750px){
	.catch_bottom .sec01 {
		margin-top: 5px;
		padding-top: 0px;
	}
}

.catch_bottom .bottom_link {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 10px;
}
.catch_bottom .bottom_link p {
	position: relative;
	display: inline;
	font-size: 15px;
}
.catch_bottom .bottom_link p a {
	color: #C95D52;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.catch_bottom .bottom_link i {
	display: inline-block;
	color: #C95D52;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}
.catch_bottom .bottom_link i::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3.5px 5px;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.pr_block dl.shikijyo dd p.shirabe {
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
}

.movie_block2 {
	width: calc( 100% - 40px );
	padding: 40px 20px 0;
	margin: 0 auto;
	max-width: 600px;
}
video {
	width: 100%;
}
.movie_block2 iframe {
	width: 100%;
	height: 300px;
}

body.page p:empty{display: none;}


.btn--primary {
    background-color: #1A60A3;
    color: white;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--primary:hover {
    background: #2075c6
}

.btn--secondary {
    background-color: #124370;
    color: white;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--secondary:hover {
    background: #185893
}















.alert {
    border-radius: 2px;
    margin-bottom: 2.4rem
}

.alert--info {
    background-color: #F1F8FF;
    border: 1px solid #DBE6F1
}

.alert--info a {
    color: #2573BC
}

.alert--attention {
    background-color: #FFF9EB;
    border: 1px solid #EFE4CC
}

.alert--attention a {
    color: #F78601
}

.alert__head {
    line-height: 1;
    position: relative
}

.alert__head a {
    display: block;
    padding: 1.4rem 1.6rem;
    text-decoration: none
}

.alert__head a:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.1)
}

.alert--errorMsg {
    color: #f20000;
    background-color: #fff3f3;
    border: 1px solid #f5dfdf;
    text-align: center;
    padding: .8rem
}

.alert--errorMsg a {
    color: #ff0000
}

.alert__body {
    width: auto;
    margin: 0 1.6rem 1.5rem;
    background-color: #fff;
    border-radius: 2px;
    padding: 2.4rem;
    border: 1px solid #EFE4CC
}

.alert+table {
    margin-bottom: 2.4rem
}

.alert--errorMsg {
    background-color: #fff3f3;
    border: 1px solid #f5dfdf;
    color: #ff0000;
    text-align: center;
    padding: 1rem 1.6rem
}

.alert--errorMsg a {
    color: #ff0000
}

.alertMsg {
    color: #ff0000;
    font-weight: bold;
    display: inline-block
}

.btn,.domainSearch__addBtn a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    transition: background-color 1s;
    line-height: 1
}

a.btn,.domainSearch__addBtn a {
    text-decoration: none !important
}

.btn i,.domainSearch__addBtn a i {
    font-size: 1.6rem
}

.btn:hover,.domainSearch__addBtn a:hover {
    box-shadow: 0 0 0
}

.btn--primary {
    background-color: #1A60A3;
    color: white;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--primary:hover {
    background: #2075c6
}

.btn--secondary {
    background-color: #124370;
    color: white;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--secondary:hover {
    background: #185893
}

.btn--register {
    background-color: #F98500;
    color: #fff
}

.btn--register:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.1)
}

.btn--negative {
    border: 1px solid #1A60A3;
    background-color: #fff;
    font-weight: normal;
    color: #1A60A3;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--negative:hover {
    background: #eef5fc
}

.btn--detail {
    padding: 1.1rem 1.6rem
}

.btn--outline,.btn--datacopy {
    border: 1px solid #1A60A3;
    background-color: #fff;
    font-weight: normal;
    color: #1A60A3;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--outline:hover,.btn--datacopy:hover {
    background: #eef5fc
}

.btn--datacopy {
    width: 100%;
    max-width: 293px
}

.btn--lg {
    width: 100%;
    padding: 1.7rem 1.6rem
}

.btn--md {
    min-width: 300px;
    padding: 1.7rem 1.6rem
}

.btn--sm {
    min-width: 136px;
    font-size: 1.2rem;
    padding: 1.1rem 1.6rem
}

.btnWrap--back .btn--auto {
    padding: 1.1rem 1.6rem
}

.btn--auto {
    padding: 1.7rem 1.6rem;
    width: auto
}

.btn--wauto {
    width: auto;
    min-width: auto
}

.btn--disabled {
    background-color: #dde0e2;
    color: #979a9b;
    cursor: default
}

.btn--primary.btn--disabled {
    box-shadow: 0 0
}

.btn--primary.btn--disabled:hover {
    background: #dde0e2
}

.btn--settingChange {
    text-align: right;
    margin-bottom: 1.6rem
}

.btn--add {
    border-radius: 2px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 1.6rem;
    margin-top: .8rem
}

.btn--add:before {
    content: '\e917';
    display: inline-block;
    color: #1A60A3;
    margin: 0 .4rem .2rem 0;
    font-size: 1.6rem
}

.btn--add:hover:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(192,216,237,0.4)
}

.btn--edit {
    padding: 1.1rem 1.6rem
}

.btnWrap {
    text-align: center;
    margin-top: 4rem
}

.btnWrap .btn,.btnWrap .domainSearch__addBtn a,.domainSearch__addBtn .btnWrap a {
    margin-left: .8rem;
    margin-right: .8rem
}

.btnWrap--inCell {
    white-space: nowrap
}

.btnWrap--inCell .btn,.btnWrap--inCell .domainSearch__addBtn a,.domainSearch__addBtn .btnWrap--inCell a {
    margin-right: .8rem
}

.btnWrap--back {
    text-align: left
}

.btnWrap--back .btn::before,.btnWrap--back .domainSearch__addBtn a::before,.domainSearch__addBtn .btnWrap--back a::before {
    content: '\e925';
    display: inline-block
}

*+.btnWrap {
    margin-top: 2.4rem
}

.noteBox--attention .btn--outline,.noteBox--attention .btn--datacopy {
    border: 1px solid #F78601;
    color: #F78601
}

.noteBox--attention .btn--outline:hover::after,.noteBox--attention .btn--datacopy:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.1)
}

.noteBox--attention .btn--primary {
    background-color: #F78601
}

.contract {
    margin: 0 0 4rem
}

.contract:last-child {
    margin-bottom: 0
}

.contractHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #1A60A3;
    margin-bottom: 2.4rem;
    padding-bottom: .8rem
}

.contractHead__btn {
    text-align: right
}

.contractHead__btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    padding: .4rem .8rem;
    vertical-align: middle
}

.contractHead__btn a:hover {
    background-color: #e5f0fa
}

.contractHead__btn a::before {
    content: '\e917';
    display: inline-block;
    color: #1A60A3;
    margin: 0 .4rem .2rem 0;
    font-size: 1.6rem
}

.contractHead__ttl {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
    display: inline
}

.contract__table {
    width: 100%;
    border-bottom: 1px solid #9BB4CC;
    margin-bottom: 1.6rem
}

.contract__table thead th {
    padding: .4rem .8rem;
    font-size: 1.1rem;
    text-align: left;
    white-space: nowrap;
    border-top: 0
}

.contract__table tbody tr {
    border-top: 1px solid #9BB4CC
}

.contract__table tbody td {
    padding: .8rem .8rem;
    vertical-align: middle;
    white-space: nowrap;
    height: 60px
}

.contract__table tr th:first-child,.contract__table tr td:first-child {
    padding-left: 1.6rem
}

.contract__table .contract__menuCell {
    width: 34px;
    padding-right: 0;
    padding-left: 0;
    text-align: right !important
}

#serverContract .contract__serverID {
    width: 350px
}

#serverContract .contract__status {
    width: 3rem
}

#serverContract .contract__plan {
    width: 50px
}

#serverContract .contract__serverNum {
    width: 100px
}

#serverContract .contract__term {
    width: 300px
}

#serverContract .contract__control a:nth-child(2) {
    margin-left: .8rem
}

#domainContract .contract__domainName {
    width: 350px;
    position: relative
}

#domainContract .contract__status {
    width: 3rem
}

#domainContract .contract__term {
    width: 300px
}

#domainContract .contract__control {
    width: 136px;
    text-align: right
}

#domainContract .contract__control--msg {
    text-align: center
}

#domainContract .contract__domainNameInner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#sslContract .contract__domainName {
    width: 350px
}

#sslContract .contract__status {
    width: 3rem
}

#sslContract .contract__brand {
    font-size: 1.2rem;
    width: 200px
}

#sslContract .contract__term {
    width: 300px
}

#sslContract .contract__control {
    width: 136px;
    text-align: right
}

#sslContract .contract__control a:nth-child(2) {
    margin-left: .8rem
}

.contract__term .ico,.contract__term .localNav a::before,.localNav .contract__term a::before,.contract__term .localNav span::before,.localNav .contract__term span::before,.contract__term .externalLink::after,.contract__term .btn--add:before,.contract__term .btnWrap--back .btn::before,.btnWrap--back .contract__term .btn::before,.contract__term .btnWrap--back .domainSearch__addBtn a::before,.btnWrap--back .domainSearch__addBtn .contract__term a::before,.contract__term .domainSearch__addBtn .btnWrap--back a::before,.domainSearch__addBtn .btnWrap--back .contract__term a::before,.contract__term .contractHead__btn a::before,.contractHead__btn .contract__term a::before,.contract__term .contract__btn a::before,.contract__btn .contract__term a::before,.contract__term .noteBox--attention .noteBox__mainTtl::before,.noteBox--attention .contract__term .noteBox__mainTtl::before,.contract__term .noteBox--info .noteBox__mainTtl::before,.noteBox--info .contract__term .noteBox__mainTtl::before,.contract__term .mmUnit .mmOthers>span::before,.mmUnit .contract__term .mmOthers>span::before,.contract__term .accountNav__menuList a::before,.accountNav__menuList .contract__term a::before,.contract__term .topInfo__itemList li a::before,.topInfo__itemList li .contract__term a::before,.contract__term .deleteRow::before,.contract__term .numberTtl .delete__elem:before,.numberTtl .contract__term .delete__elem:before,.contract__term .domainSearch__addBtn a:before,.domainSearch__addBtn .contract__term a:before {
    font-size: 1.6rem;
    vertical-align: text-bottom;
    margin-left: .4rem;
    margin-right: .4rem
}

.contract__term--autoupdate {
    color: #1cc650
}

.contract__term--autoupdate span {
    color: #333940
}

.contract__term--over {
    color: #ff0000
}

.contract__term--soon {
    color: #F78601
}

.contract__menu {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.contract__menuIcon {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.isOpen .contract__menuIcon,.contract__menuIcon:hover {
    background-color: #e5f0fa;
    border-radius: 50%
}
.member .isOpen .contract__menuIcon, .member .contract__menuIcon:hover {
    background-color: #FAE7F0;
}

.contract__menuIcon>.ico,.localNav .contract__menuIcon>a::before,.localNav .contract__menuIcon>span::before,.contract__menuIcon>.externalLink::after,.contract__menuIcon>.btn--add:before,.btnWrap--back .contract__menuIcon>.btn::before,.btnWrap--back .domainSearch__addBtn .contract__menuIcon>a::before,.domainSearch__addBtn .btnWrap--back .contract__menuIcon>a::before,.contractHead__btn .contract__menuIcon>a::before,.contract__btn .contract__menuIcon>a::before,.noteBox--attention .contract__menuIcon>.noteBox__mainTtl::before,.noteBox--info .contract__menuIcon>.noteBox__mainTtl::before,.mmUnit .mmOthers.contract__menuIcon>span::before,.accountNav__menuList .contract__menuIcon>a::before,.topInfo__itemList li .contract__menuIcon>a::before,.contract__menuIcon>.deleteRow::before,.numberTtl .contract__menuIcon>.delete__elem:before,.domainSearch__addBtn .contract__menuIcon>a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.6rem
}

@keyframes showContractMenu {
    from {
        opacity: 0;
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.contract__menuList {
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 34px;
    display: none;
    background: #fff;
    border: 1px solid #CEDCE8;
    border-radius: 2px;
    text-align: left;
    font-size: 1.2rem;
    white-space: nowrap
}

.contract__menu--bottom .contract__menuList {
    top: 32px;
    left: auto;
    right: 0
}

.isOpen .contract__menuList {
    display: block;
    animation: showContractMenu 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.contract__menuList li {
    min-width: 176px;
    border-bottom: 1px solid #CEDCE8
}

.contract__menuList li:last-child {
    border-bottom: 0
}

.contract__menuList li.isDisabled span {
    text-decoration: none;
    display: block;
    padding: .8rem 1.6rem;
    background: #eee;
    color: #888
}

.contract__menuList a {
    text-decoration: none;
    display: block;
    padding: .8rem 1.6rem
}

.contract__menuList a:hover {
    background: #e5f0fa
}
.member .contract__menuList a:hover {
    background: #FAE7F0
}

.contract__menuList .isCurrent {
    display: block;
    font-weight: bold;
    padding: .8rem 1.6rem;
    background: #e5f0fa
}

.tokutenBadge {
    padding: .2rem .4rem;
    margin-left: 2rem;
    border: 1px solid #dbe6f1;
    background: #f1f8ff;
    border-radius: 2px;
    color: #1A60A3;
    font-size: 1.1rem
}

.cell--wide {
    padding: 2.2rem .8rem !important
}

.contract {
    width: 100%;
    border-bottom: 1px solid #9BB4CC
}

.contract thead th {
    padding: .4rem .4rem;
    font-size: 1.2rem;
    text-align: left;
    white-space: nowrap;
    border-top: 0
}

.contract tr.table--selectable__ignore:hover {
    background-color: #fff
}

.contract tbody tr {
    border-top: 1px solid #9BB4CC
}

.contract tbody td {
    padding: .8rem .4rem;
    vertical-align: middle
}

.tag {
    font-size: 1.1rem
}

.tag>* {
    display: inline-block
}

.tag dt {
    border-radius: 2px;
    padding: .1rem .4rem .1rem;
    margin-bottom: .4rem;
    background: #1A60A3;
    color: #fff
}

.tag dd {
    font-weight: bold
}

.tooltipIco--info {
    color: #1A60A3
}

.contract__btn {
    margin-top: 1.5rem;
    text-align: right
}

.contract__btn a {
    position: relative;
    display: inline-block;
    padding: .8rem 1.2rem;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold
}

.contract__btn a:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(192,216,237,0.4)
}
.member .contract__btn a:hover::after {
	background: rgba(237,194,218,0.4);
}

.contract__btn a::before {
    content: '\e917';
    display: inline-block;
    color: #1A60A3;
    margin: 0 .4rem .2rem 0;
    font-size: 1.6rem
}
.member .contract__btn a::before {
    color: #A3183E;
}

.flow {
    position: relative;
    width: 750px;
    margin: 30px auto 20px;
    background: #fff;
    color: #333940
}

.flow::before,.flow::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 125px;
    width: 500px;
    height: 3px;
    background: #d0d0d0
}

.flow::after {
    background: #1A60A3
}

.flow.flow--1::after {
    display: none
}

.flow.flow--2::after {
    width: 250px
}

.flow.flow--3::after {
    width: 500px
}

.flow--narrow {
    width: 600px
}

.flow--narrow::before,.flow--narrow::after {
    left: 100px;
    width: 400px
}

.flow--narrow.flow--2::after {
    width: 200px
}

.flow--narrow.flow--3::after {
    width: 400px
}

.flow__inner {
    display: flex;
    justify-content: center;
    padding: 0
}

.flow__item {
    position: relative;
    display: block;
    width: 250px;
    padding: 30px 0 0;
    text-align: center;
    font-size: 1.4rem
}

.flow__item.flow--narrow {
    width: 200px
}

.flow__item::before {
    z-index: 4000;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    background: #d0d0d0;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2
}

.flow__item:nth-child(1)::before {
    content: '1'
}

.flow--1 .flow__item:nth-child(1),.flow--2 .flow__item:nth-child(1),.flow--3 .flow__item:nth-child(1) {
    color: #1A60A3
}

.flow--1 .flow__item:nth-child(1)::before,.flow--2 .flow__item:nth-child(1)::before,.flow--3 .flow__item:nth-child(1)::before {
    background: #1A60A3
}

.flow--1 .flow__item:nth-child(1) {
    display: block;
    font-weight: bold
}

.flow__item:nth-child(2)::before {
    content: '2'
}

.flow--2 .flow__item:nth-child(2),.flow--3 .flow__item:nth-child(2) {
    color: #1A60A3
}

.flow--2 .flow__item:nth-child(2)::before,.flow--3 .flow__item:nth-child(2)::before {
    background: #1A60A3
}

.flow--2 .flow__item:nth-child(2) {
    display: block;
    font-weight: bold
}

.flow__item:nth-child(3)::before {
    content: '3'
}

.flow--3 .flow__item:nth-child(3) {
    color: #1A60A3
}

.flow--3 .flow__item:nth-child(3)::before {
    background: #1A60A3
}

.flow--3 .flow__item:nth-child(3) {
    display: block;
    font-weight: bold
}

.holder,.toolHeader__holder {
    width: 1000px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .holder,.toolHeader__holder {
        margin-left:auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1480px) {
    .holder,.toolHeader__holder {
        margin-left:auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1580px) {
    .holder,.toolHeader__holder {
        margin-right:0;
        margin-left: 280px
    }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
    .holderS,.holderSM,.flow__inner,.holderSL,.holderSML {
        width:93.75%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .holderM,.holderSM,.flow__inner,.holderML,.holderSML {
        width:94.79%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1000px) {
    .holderL,.holderSL,.holderML,.holderSML {
        width:1000px;
        margin-left: auto;
        margin-right: auto
    }
}

@font-face {
    font-family: 'xacc';
    src: url("fonts/xacc.eot?nwmjai");
    src: url("fonts/xacc.eot?nwmjai#iefix") format("embedded-opentype"),url("fonts/xacc.ttf?nwmjai") format("truetype"),url("fonts/xacc.woff?nwmjai") format("woff"),url("fonts/xacc.svg?nwmjai#xacc") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.ico,.localNav a::before,.localNav span::before,.externalLink::after,.btn--add:before,.btnWrap--back .btn::before,.btnWrap--back .domainSearch__addBtn a::before,.domainSearch__addBtn .btnWrap--back a::before,.contractHead__btn a::before,.contract__btn a::before,.noteBox--attention .noteBox__mainTtl::before,.noteBox--info .noteBox__mainTtl::before,.mmUnit .mmOthers>span::before,.accountNav__menuList a::before,.topInfo__itemList li a::before,.deleteRow::before,.numberTtl .delete__elem:before,.domainSearch__addBtn a:before {
    font-family: 'xacc' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.ico--attention:before {
    content: "\e92a"
}

.ico--attentionFill:before {
    content: "\e92b"
}

.ico--bell:before {
    content: "\e900"
}

.ico--bellRinging:before {
    content: "\e901"
}

.ico--book:before {
    content: "\e902"
}

.ico--checkmark:before {
    content: "\e931"
}

.ico--checkmarkCircle:before {
    content: "\e903"
}

.ico--checkmarkFill:before {
    content: "\e904"
}

.ico--chevronDown:before {
    content: "\e924"
}

.ico--chevronLeft:before {
    content: "\e925"
}

.ico--chevronRight:before {
    content: "\e926"
}

.ico--chevronUp:before {
    content: "\e927"
}

.ico--clock:before {
    content: "\e92c"
}

.ico--cross:before {
    content: "\e929"
}

.ico--crossCircle:before {
    content: "\e905"
}

.ico--crossFill:before {
    content: "\e906"
}

.ico--download:before {
    content: "\e907"
}

.ico--exclamation:before {
    content: "\e908"
}

.ico--exclamationFill:before {
    content: "\e909"
}

.ico--external:before {
    content: "\e920"
}

.ico--eyeClose:before {
    content: "\e90a"
}

.ico--eyeOpen:before {
    content: "\e90b"
}

.ico--home:before {
    content: "\e928"
}

.ico--information:before {
    content: "\e921"
}

.ico--informationFill:before {
    content: "\e922"
}

.ico--list:before {
    content: "\e90c"
}

.ico--loop:before {
    content: "\e90d"
}

.ico--loopRectangle:before {
    content: "\e90e"
}

.ico--megaphone:before {
    content: "\e923"
}

.ico--menu:before {
    content: "\e90f"
}

.ico--minus:before {
    content: "\e19b"
}

.ico--minusCircle:before {
    content: "\e910"
}

.ico--minusFill:before {
    content: "\e911"
}

.ico--pause:before {
    content: "\e912"
}

.ico--pauseFill:before {
    content: "\e913"
}

.ico--payment:before {
    content: "\e914"
}

.ico--person:before {
    content: "\e915"
}

.ico--plus:before {
    content: "\e19c"
}

.ico--plusCircle:before {
    content: "\e916"
}

.ico--plusFill:before {
    content: "\e917"
}

.ico--qa:before {
    content: "\e918"
}

.ico--questionCircle:before {
    content: "\e919"
}

.ico--questionFill:before {
    content: "\e91a"
}

.ico--triangleDown:before {
    content: "\e91b"
}

.ico--triangleLeft:before {
    content: "\e91c"
}

.ico--triangleRight:before {
    content: "\e91d"
}

.ico--triangleUp:before {
    content: "\e91e"
}

.ico--userCircle:before {
    content: "\e91f"
}

.ico--yenCircle:before {
    content: "\e932"
}

.ico--yenFill:before {
    content: "\e933"
}

.ul {
    margin: 0 0 1em 1.5em;
    list-style: disc outside
}

.ul--margin>li {
    margin-bottom: 1em
}

.ol {
    margin: 0 0 1em 1.5em;
    list-style: decimal outside
}

.ol--lowerRoman {
    list-style-type: lower-roman
}

.ol--margin>li {
    margin-bottom: 1em
}

.list li:before {
    content: '繝ｻ'
}

.definitionList__head {
    margin-bottom: .4rem;
    font-weight: bold
}

.noteList,.qsThemeNoteList {
    margin-top: .4rem;
    font-size: 1.2rem
}

.domainList--inline li {
    display: inline
}

.domainList--inline li:after {
    content: "/";
    padding: 0 0 0 .4rem
}

.codeSample {
    background: #eee;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: .8rem 1.6rem
}

.qsAttention__noteBox {
    text-align: left
}

.qsAttention__noteBox ul {
    font-size: 1.6rem;
    font-weight: bold
}

.qsAttention__noteBox .ico,.qsAttention__noteBox .localNav a::before,.localNav .qsAttention__noteBox a::before,.qsAttention__noteBox .localNav span::before,.localNav .qsAttention__noteBox span::before,.qsAttention__noteBox .externalLink::after,.qsAttention__noteBox .btn--add:before,.qsAttention__noteBox .btnWrap--back .btn::before,.btnWrap--back .qsAttention__noteBox .btn::before,.qsAttention__noteBox .btnWrap--back .domainSearch__addBtn a::before,.btnWrap--back .domainSearch__addBtn .qsAttention__noteBox a::before,.qsAttention__noteBox .domainSearch__addBtn .btnWrap--back a::before,.domainSearch__addBtn .btnWrap--back .qsAttention__noteBox a::before,.qsAttention__noteBox .contractHead__btn a::before,.contractHead__btn .qsAttention__noteBox a::before,.qsAttention__noteBox .contract__btn a::before,.contract__btn .qsAttention__noteBox a::before,.qsAttention__noteBox .noteBox--attention .noteBox__mainTtl::before,.noteBox--attention .qsAttention__noteBox .noteBox__mainTtl::before,.qsAttention__noteBox .noteBox--info .noteBox__mainTtl::before,.noteBox--info .qsAttention__noteBox .noteBox__mainTtl::before,.qsAttention__noteBox .mmUnit .mmOthers>span::before,.mmUnit .qsAttention__noteBox .mmOthers>span::before,.qsAttention__noteBox .accountNav__menuList a::before,.accountNav__menuList .qsAttention__noteBox a::before,.qsAttention__noteBox .topInfo__itemList li a::before,.topInfo__itemList li .qsAttention__noteBox a::before,.qsAttention__noteBox .deleteRow::before,.qsAttention__noteBox .numberTtl .delete__elem:before,.numberTtl .qsAttention__noteBox .delete__elem:before,.qsAttention__noteBox .domainSearch__addBtn a:before,.domainSearch__addBtn .qsAttention__noteBox a:before {
    color: #F78601
}

.registerCompleteModal .modal__fg {
    width: 900px
}

.registerCompleteModal .modal__view {
    padding: 3rem 3rem 4rem
}

.registerCompleteModal .modal__ttl {
    color: #1A60A3;
    font-size: 2.4rem
}

.regCmpIntro {
    padding: 2.2rem 2rem 3rem 22rem;
    background: url(../img/registercomplete/do_pict_01.png) 46px 50% no-repeat #D8ECFF;
    text-align: left
}

.regCmpIntro__ttl {
    margin: 0 0 1rem;
    color: #1A60A3;
    font-size: 1.8rem;
    font-weight: bold
}

.regCmpIntro__text {
    margin: 0 0 2rem
}

.regCmpIntro__faq {
    padding: 0 0 0 1.5rem;
    border-left: 3px solid #1A60A3
}

.regCmpIntro__faq dt {
    color: #1A60A3;
    font-weight: bold
}

.regCmpTo {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30px
}

.regCmpTo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #1A60A3
}

.regCmpSection {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #d8ecff;
    text-align: left
}

.regCmpSection.regCmpSection--campaign {
    border-color: #FEE9CA
}

.regCmpSection__head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-right: 3px solid #d8ecff
}

.regCmpSection--campaign .regCmpSection__head {
    border-color: #FEE9CA
}

.regCmpSection__ttl {
    margin: 0;
    line-height: 1.4;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1A60A3
}

.regCmpSection--campaign .regCmpSection__ttl {
    color: #FA8726
}

.regCmpSection__ttl>span {
    font-size: 1.2rem;
    font-weight: normal;
    color: #333940
}

.regCmpSection__body {
    width: 75%;
    padding: 2rem 2rem 3rem
}

.regCmpPoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2rem;
    padding: 2rem;
    background: #d8ecff
}

.regCmpPoint__item {
    width: 150px;
    padding: 102px 0 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold
}

.regCmpPoint__item:nth-child(1) {
    background: url(../img/registercomplete/do_pict_02.png) 50% 0 no-repeat
}

.regCmpPoint__item:nth-child(2) {
    background: url(../img/registercomplete/do_pict_03.png) 50% 0 no-repeat
}

.regCmpPoint__item:nth-child(3) {
    background: url(../img/registercomplete/do_pict_04.png) 50% 0 no-repeat
}

.regCmpPoint__item img {
    display: block
}

.mergeModal__ttl {
    margin: 0 0 2rem;
    padding: 0 0 .8rem;
    border-bottom: 1px solid #CEDCE8;
    color: #1A60A3;
    font-size: 1.8rem;
    font-weight: bold
}

.mergeModal__subTtl {
    margin: 0 0 1.2rem;
    font-weight: bold
}

.mergeModal__idList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 2rem
}

.mergeModal__id {
    width: 220px;
    margin: 0 .4rem .8rem;
    padding: 1.6rem 2rem 1.2rem;
    background: #F1F8FF;
    border: 1px solid #CEDCE8
}

.mergeModal__idLogo {
    margin: 0;
    text-align: center
}

.mergeModal__idLogo>img {
    display: block;
    margin: 0 auto .4rem
}

.mergeModal__idText {
    margin: 0;
    color: #1A60A3;
    font-size: 1.8rem;
    font-weight: bold
}

.mergeModal__check {
    margin: 2rem 0 0;
    padding: .8rem 0 0;
    border-top: 1px solid #CEDCE8
}

.transferModal__ttl {
    margin: 0 0 2rem;
    padding: 0 0 .8rem;
    border-bottom: 1px solid #CEDCE8;
    color: #1A60A3;
    font-size: 1.8rem;
    font-weight: bold
}

.transferModal__subTtl {
    font-size: 1.8rem;
    font-weight: bold
}

.transferModal__table th,.transferModal__table td {
    width: auto !important;
    text-align: left !important
}

.transferModal__period {
    display: block;
    color: #F78601;
    font-size: 1.6rem;
    font-weight: bold
}

.noteBox {
    padding: 2.2rem 2.4rem 1.6rem;
    margin-bottom: 4rem;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid
}

.noteBox section+section {
    margin-top: 2.4rem
}

.noteBox p.end {
    margin-bottom: 1rem
}

.noteBox--attention {
    background-color: #FFF9EB;
    border-color: #EFE4CC
}

.noteBox--attention .btn--outline,.noteBox--attention .btn--datacopy {
    border: 1px solid #F78601;
    color: #F78601
}

.noteBox--attention .btn--outline:hover,.noteBox--attention .btn--datacopy:hover {
    background: #fff0df
}

.noteBox--info {
    background-color: #F1F8FF;
    border-color: #DBE6F1
}

.noteBox--normal {
    border-color: #7D99B3
}

.noteBox__mainTtl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem
}

.noteBox--attention .noteBox__mainTtl {
    color: #F78601
}

.noteBox--attention .noteBox__mainTtl::before {
    display: inline-block;
    font-size: 2.4rem;
    padding-right: .8rem;
    content: '\e909'
}

.noteBox--info .noteBox__mainTtl {
    color: #2573BC
}

.noteBox--info .noteBox__mainTtl::before {
    display: inline-block;
    font-size: 2.4rem;
    padding-right: .8rem;
    content: '\e923'
}

.noteBox--normal .noteBox__mainTtl {
    color: #0E3050
}

.noteBox__sectionTtl {
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px;
    border-style: solid
}

.noteBox--attention .noteBox__sectionTtl {
    color: #F78601
}

.noteBox--info .noteBox__sectionTtl {
    color: #2573BC
}

.noteBox--normal .noteBox__sectionTtl {
    color: #0E3050;
    border-bottom: 1px solid #7D99B3
}

.noteBox__sectionTtl i.ico,.noteBox__sectionTtl i.externalLink::after,.noteBox__sectionTtl i.btn--add:before,.noteBox__sectionTtl .btnWrap--back i.btn::before,.btnWrap--back .noteBox__sectionTtl i.btn::before,.noteBox__sectionTtl .noteBox--attention i.noteBox__mainTtl::before,.noteBox--attention .noteBox__sectionTtl i.noteBox__mainTtl::before,.noteBox__sectionTtl .noteBox--info i.noteBox__mainTtl::before,.noteBox--info .noteBox__sectionTtl i.noteBox__mainTtl::before,.noteBox__sectionTtl i.deleteRow::before,.noteBox__sectionTtl .numberTtl i.delete__elem:before,.numberTtl .noteBox__sectionTtl i.delete__elem:before {
    font-size: 2.4rem;
    vertical-align: middle
}

.noteBar {
    z-index: 10;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    padding: 1.6rem 0;
    text-align: center
}

@keyframes noteBar {
    from {
        top: -5px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.noteBar__inner {
    position: relative;
    animation: noteBar .2s ease-out
}

.noteBar--info {
    background: #F1F8FF
}

.noteBar--info .ico--megaphone {
    color: #2573BC;
    font-size: 2.4rem
}

.noteBar--info.toolheader {
    top: 113px
}

.noteBar--attention {
    background: #FFF9EB
}

.noteBar--attention .ico--megaphone {
    color: #F78601;
    font-size: 2.4rem
}

.note {
    font-size: 1.2rem
}

.noteList,.qsThemeNoteList {
    font-size: 1.1rem;
    margin-left: 1.1rem
}

.noteList li,.qsThemeNoteList li {
    margin-bottom: .4rem;
    margin-left: -1.1rem
}

.noteList li:last-child,.qsThemeNoteList li:last-child {
    margin-bottom: 0
}

.noteBox .table {
    font-size: 1.2rem
}

.noteBox .table thead th {
    padding: .4rem 1.6rem
}

.noteBox .table th,.noteBox .table td {
    padding: .8rem 1.6rem
}

.noteBox--attention {
    border-bottom: 1px solid #EFE4CC
}

.noteBox--attention thead th {
    background: #EFE4CC
}

.noteBox--attention th,.noteBox--attention td {
    background: #fff;
    border-bottom: 1px solid #EFE4CC
}

.noteBox--info {
    border-bottom: 1px solid #DBE6F1
}

.noteBox--info thead th {
    background: #DBE6F1
}

.noteBox--info th,.noteBox--info td {
    background: #fff;
    border-bottom: 1px solid #DBE6F1
}

.selectTable {
    width: 100%
}

.selectTable tr th {
    text-align: left;
    padding-left: .8rem
}

.selectTable tr td {
    padding: .8rem .8rem;
    vertical-align: middle;
    border-bottom: 1px solid #9BB4CC
}

.selectTable tr:first-child {
    border-bottom: 1px solid #9BB4CC
}

.selectTable tr th:first-child {
    padding-left: 1.6rem
}

.selectTable tr td:first-child {
    padding-left: 1.6rem
}

.selectTable tr td:last-child {
    padding-right: 1.6rem
}

.selectTable__serverId {
    width: 170px
}

.selectTable__plan {
    width: 130px
}

.selectTable__serverNum {
    width: 130px
}

.selectTable__user {
    width: 130px
}

.selectTable__controlBox {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.table {
    width: 100%;
    border-bottom: 1px solid #9BB4CC
}

.table tr th,.table tr td {
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #9BB4CC;
    padding: 1.6rem .8rem;
    position: relative;
	font-size: 14px;
}

.table tr th {
    width: 30%;
    white-space: nowrap;
    padding-left: 1.6rem
}

.table tr td {
    min-height: 50px;
    width: auto
}

.table thead th {
    padding: .8rem;
    font-size: 1.2rem;
    text-align: left;
    white-space: nowrap;
    border-top: 0
}

.table tbody tr td:first-child {
    padding-left: 1.6rem
}

.table tbody tr td:last-child {
    padding-right: 1.6rem
}

.table .cell--wide {
    height: 75px
}

.table .cell--svID {
    font-weight: bold;
    width: 90%
}

.table .cell--svID a {
    text-decoration: underline
}

.table td .btnRight {
    position: absolute;
    right: 1.6rem;
    top: 1rem
}

.table td .btnMiddle {
    position: absolute;
    right: 1.6rem;
    top: 50%
}

.domainSearchResult {
    width: 100%
}

.domainSearchResult thead tr th {
    text-align: left;
    padding: .4rem .8rem;
    white-space: nowrap;
    font-size: 1.2rem;
    border-bottom: 1px solid #9BB4CC
}

.domainSearchResult tbody tr td {
    border-bottom: 1px solid #9BB4CC;
    vertical-align: middle;
    padding: .8rem .8rem;
    height: 50px
}

.domainSearchResult label.select select {
    padding: 1rem 3.2rem 1rem 1rem
}

.domainSearchResult--positive td {
    padding-top: .8rem;
    padding-bottom: .8rem
}

.domainSearchResult--negative {
    background: #efefef;
    color: #808080
}

.domainSearchResult--negative td {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.domainSearchResult--negative .ico--cross {
    font-size: 2rem
}

.domainSearchResult th:last-child,.domainSearchResult td:last-child {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.domainSearchResult td.domainSearchResult__name {
    font-weight: bold;
    white-space: nowrap
}

.domainSearchResult td.domainSearchResult__msg {
    white-space: nowrap;
    text-align: right
}

.domainSearchResult td.domainSearchResult__check .ico--cross {
    padding-left: 1.6rem;
    font-size: 2rem
}

.domainSearchResult th.domainSearchResult__price,.domainSearchResult td.domainSearchResult__price {
    text-align: right;
    white-space: nowrap
}

.table--selectRow input[type="checkbox"]:checked:checked+label,.table--selectRow input[type="radio"]:checked:checked+label {
    background: none
}

.touchUnsupported .table--selectRow tbody tr:hover,.table--selectRow .isSelected {
    background-color: #e5f0fa
}

.touchUnsupported .table--selectRow tr:hover label.checkbox:after,.touchUnsupported .table--selectRow tr:hover label.radio:after {
    border-color: #1A60A3
}
.member .touchUnsupported .table--selectRow tr:hover label.checkbox:after,.member .touchUnsupported .table--selectRow tr:hover label.radio:after {
    border-color: #A3183E
}

.touchUnsupported .table--selectRow tr.domainSearchResult--negative:hover {
    background-color: #efefef
}

.dataTable {
    border-top: 1px solid #CEDCE8;
    border-bottom: 1px solid #CEDCE8;
    font-size: 1.2rem
}

.dataTable tr th {
    padding: .8rem
}

.dataTable tr td {
    padding: .8rem
}

.hoverMenu {
    display: inline-block;
    padding: 1.6rem;
    border-radius: 4px;
    box-shadow: 0 0 4px 4px #E7EBEF;
    border: 1px solid #E7EBEF
}

.hoverMenu__list a {
    min-width: 200px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: .8rem
}

.hoverMenu__list a:hover {
    background: #E7EBEF
}

.ninniBadge {
    position: absolute;
    right: 0rem;
    font-size: 14px;
    font-weight: normal;
    margin-left: 1rem;
    padding: .1rem .4rem;
    border-radius: 2px;
    color: #fff;
    background-color: #999
}

.hissuBadge {
    font-size: 14px;
    font-weight: normal;
    margin-left: 1rem;
    padding: .1rem .4rem .2rem;
    border-radius: 2px;
    color: #fff;
    background-color: #A3312A;
    position: absolute;
    right: 0rem
}

.pageHeader {
    border-bottom: 3px solid #1A60A3;
    padding-bottom: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
    color: #333940
}

.member .pageHeader {
    border-bottom: 3px solid #A3183E;
}

.pageHeader__ttl {
    font-size: 2.8rem;
    font-weight: normal;
    flex-grow: 2;
    line-height: 1
}


.subTtl {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.2rem;
    color: #333940
}

.sectionTtl {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.6rem;
    border-left: 4px solid #1A60A3;
    padding: 1.2rem 1.6rem 1.1rem 1.2rem;
    background: #eee;
    border-radius: 2px
}
.member .sectionTtl {
    border-left: 4px solid #A3183E;
}

.orderTtl {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.6rem;
    background: #DFE5EB
}

.orderTtl span {
    font-size: 1.6rem;
    display: inline-block;
    background: #678098;
    color: #fff;
    font-weight: bold;
    padding: 1.2rem;
    margin-right: 1.4rem
}

input::placeholder {
    color: #9CADBC
}

input:-ms-input-placeholder {
    color: #9CADBC
}

input::-ms-input-placeholder {
    color: #9CADBC
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    border-color: 1px solid #1A60A3
}
.member input:-webkit-autofill {
    border-color: 1px solid #A3183E
}

input,select {
    vertical-align: middle;
	font-size: 14px;
}

input,select,textarea {
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333940
	font-size: 14px;
}

input {
    font-size: 14px;
    border-radius: 2px;
    padding: 1.3rem 1.6rem;
    margin-right: .4rem;
    line-height: 1;
    border: 1px solid #9BB4CC
}

select {
    font-size: 14px;
    padding: 1.4em 1.6rem;
    margin-right: .4rem;
    line-height: 1
}

textarea {
    border-radius: 2px;
    padding: 1.3rem 1.6rem;
    border: 1px solid #9BB4CC;
    line-height: 1.8
}

label.select select:focus,input:focus,textarea:focus {
    border: 1px solid #1A60A3
}

label.select select:hover,input:hover,textarea:hover {
    border: 1px solid #1A60A3
}

.member label.select select:focus, .member input:focus,textarea:focus {
    border: 1px solid #A3183E
}

.member label.select select:hover, .member input:hover,textarea:hover {
    border: 1px solid #A3183E
}

input[type=radio],input[type=checkbox] {
    display: none
}

.radio {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1rem 1.6rem 1rem 3.8rem;
    border-radius: 2px;
    border-color: #ABBFD1;
    vertical-align: middle;
    cursor: pointer
}
.member .radio {
    border-color: #D1A9BD;
}

.radio:hover:after {
    border-color: #1A60A3
}

.member .radio:hover:after {
    border-color: #A3183E
}

.radio:after {
    -webkit-transition: background-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0.9rem;
    display: block;
    margin-top: -10px;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ABBFD1;
    border-radius: 10rem;
    content: ''
}

.member .radio:after {
    border: 2px solid #D1A9BD;
}

input[type="radio"]:checked+.radio {
    background-color: #e5f0fa
}
.member input[type="radio"]:checked+.radio {
    background-color: #FAE7F0
}

input[type="radio"]:checked+.radio:after {
    border-color: #1A60A3
}
.member input[type="radio"]:checked+.radio:after {
    border-color: #A3183E
}



.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 1.4rem;
    display: block;
    margin-top: -5px;
    width: 1rem;
    height: 1rem;
    border-radius: 10rem;
    background-color: #1A60A3;
    content: '';
    opacity: 0
}
.member .radio:before {
    background-color: #A3183E;
}

input[type="radio"]:checked+.radio:before {
    opacity: 1
}

.radio--wp_theme {
    display: block
}

.radio--wp_theme:after {
    top: 1.1rem;
    margin-top: 0
}

.radio--wp_theme:before {
    top: 1.6rem;
    margin-top: 0
}

.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1rem 1.6rem 1rem 4.4rem;
    border-radius: 2px;
    border-color: #ABBFD1;
    vertical-align: middle;
    cursor: pointer
}

.checkbox:hover {
    border-color: #1A60A3;
    background-color: #e5f0fa
}

.member .checkbox:hover {
    border-color: #A3183E;
    background-color: #FAE7F0
}

.checkbox:hover:after {
    border-color: #1A60A3
}

.member .checkbox:hover:after {
    border-color: #A3183E
}

.checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    display: block;
    margin-top: -10px;
    width: 1.9rem;
    height: 1.9rem;
    border: 2px solid #ABBFD1;
    border-radius: 2px;
    content: ''
}
.member .checkbox:after {
    border: 2px solid #D1A9BD;
}

input[type="checkbox"]:checked+.checkbox {
    background-color: #e5f0fa
}
.member input[type="checkbox"]:checked+.checkbox {
    background-color: #FAE7F0
}

input[type="checkbox"]:checked+.checkbox:after {
    border-color: #1A60A3;
    background-color: #1A60A3
}

.member input[type="checkbox"]:checked+.checkbox:after {
    border-color: #A3183E;
    background-color: #A3183E
}

.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 2.1rem;
    display: block;
    margin-top: -1rem;
    width: .7rem;
    height: 1.6rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100
}

input[type=checkbox]:checked+.checkbox:before {
    opacity: 1
}

.checkbox--domainCheck {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1rem 1.6rem 1rem 4.4rem;
    border-radius: 2px;
    border-color: #F78601;
    vertical-align: middle;
    cursor: pointer
}

.checkbox--domainCheck:hover {
    border-color: #F78601;
    background-color: #fff
}

.checkbox--domainCheck:hover:after {
    border-color: #F78601
}

.checkbox--domainCheck:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    display: block;
    margin-top: -10px;
    width: 1.9rem;
    height: 1.9rem;
    border: 2px solid #CEB47B;
    border-radius: 2px;
    content: ''
}

input[type="checkbox"]:checked+.checkbox--domainCheck {
    background-color: #fff
}

input[type="checkbox"]:checked+.checkbox--domainCheck:after {
    border-color: #F78601;
    background-color: #F78601
}

.checkbox--domainCheck:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 2.1rem;
    display: block;
    margin-top: -1rem;
    width: .7rem;
    height: 1.6rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100
}

input[type=checkbox]:checked+.checkbox--domainCheck:before {
    opacity: 1
}

.checkbox--outline {
    border: 1px solid #9BB4CC;
    padding: .8rem .8rem .8rem 4.2rem
}

label.select {
    position: relative;
    box-sizing: border-box;
    width: auto
}

label.select select {
    cursor: pointer;
    padding: 1.4rem 4rem 1.4rem 1rem;
    border: 1px solid #9BB4CC;
    border-radius: 2px;
    font-size: 1.4rem
}

label.select::after {
    pointer-events: none;
    content: "";
    display: block;
    width: .8rem;
    height: 0.8rem;
    position: absolute;
    right: 2rem;
    top: 40%;
    border-bottom: #9BB4CC 2px solid;
    border-right: #9BB4CC 2px solid;
    transform: rotate(45deg) translateY(-30%)
}

label.select select:hover,label.select select:focus {
    border: 1px solid #1A60A3
}

.member label.select select:hover,label.select select:focus {
    border: 1px solid #A3183E
}

select::-ms-expand {
    display: none
}

.formparts--xxs {
    width: 3rem
}

.formparts--xs {
    width: 100px
}

.formparts--s {
    width: auto
}

.formparts--sm {
    width: 240px
}

.formparts--m {
    width: 300px
}

.formparts--ml {
    width: 80%
}

.formparts--l {
    width: 100%
}

.formparts--year {
    width: 120px
}

.formparts--creditNumber {
    width: 280px
}

.formparts--month,.formparts--day {
    width: 80px
}

.formList li {
    margin-bottom: .8rem
}

.formList li:last-child {
    margin-bottom: 0
}

.formList--parallel li {
    display: inline-block;
    margin-right: 1.2rem
}

.formList--parallel li .oldPlan {
    font-size: 85%
}

.formList--line label.radio {
    border: 1px solid #9BB4CC;
    border-radius: 2px
}

.formList--line label.radio:hover {
    border: 1px solid #1A60A3
}

.member .formList--line label.radio:hover {
    border: 1px solid #A3183E
}

.formList--paypal,.formList--card,.formList--payeasy,.formList--bank,.formList--convini {
    position: relative
}

.formList--paypal .logoset,.formList--card .logoset,.formList--payeasy .logoset,.formList--bank .logoset,.formList--convini .logoset {
    position: absolute;
    top: 50%;
    left: 25rem;
    transform: translateY(-50%);
    padding-left: 30px;
    border-left: 1px solid #CEDCE8;
    pointer-events: none
}

.formList--paypal label,.formList--card label,.formList--payeasy label,.formList--bank label,.formList--convini label {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.noteBox--card {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem
}

.formList li {
    margin-bottom: .8rem
}

.formList li:last-child {
    margin-bottom: 0
}

.note--format {
    color: #999;
    font-size: 1.1rem
}

.note--supplement {
    display: block;
    font-size: 1.1rem
}

.note--wp_theme {
    display: block;
    margin-top: 0.2rem;
    color: #757575;
    font-size: 1.2rem
}

.note--wp_theme_cp {
    display: inline-block
}

input.isError {
    background-color: #ffdfdf;
    border-color: #e10000
}

input.isValid {
    border-color: #1A60A3;
    background-color: #e5f0fa
}

.member input.isValid {
    border-color: #A3183E;
    background-color: #FAE7F0
}

.formMsg {
    margin: .4rem 0 0
}

.formMsg__valid {
    color: #2573BC
}

.formMsg__attention {
    color: #F78601
}

.formMsg__error {
    color: #e10000
}

.togglePassword {
    margin-left: .4rem;
    color: #bbb;
    vertical-align: middle;
    font-size: 24px;
    cursor: pointer
}

.paid_theme_expand__text {
    border-bottom: 1px solid #145FA8;
    color: #145FA8;
    cursor: pointer
}

#paid_wp_theme {
    display: none
}

.wp_theme__list {
    margin-bottom: 20px
}

.wp_theme__list_ttl {
    margin: 0;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    font-weight: bold
}

.wp_theme__item {
    border-bottom: 1px solid #eee
}

.wp_theme__list .wp_theme__item:first-child {
    border-top: 1px solid #eee
}

.wp_theme_discount_price {
    margin-left: 1rem;
    color: #145FA8;
    font-weight: bold
}

.wp_theme_regular_price {
    margin-left: 0.3rem;
    color: #808080;
    font-size: 12px;
    text-decoration: line-through;
    text-decoration-color: #808080
}

.label--free {
    margin-left: 1rem;
    padding: 0.3rem 0.7rem;
    background-color: #eee;
    border-radius: 2px;
    color: #333;
    font-size: 1.1rem;
    font-weight: normal
}

.main {
    flex-grow: 1;
    position: relative;
    margin-top: 95px;
    padding-bottom: 100px
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .main {
        margin-top:95px
    }
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .main.hasMainMenu {
        margin-top:153px
    }
}

.contents {
    width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.contents.xdriveCp {
    margin-top: 110px
}

.contents.cp18th,.contents.otoshidama2022 {
    margin-top: 60px
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .contents {
        margin-left:auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1480px) {
    .contents {
        margin-left:auto;
        margin-right: auto
    }
}

.hasMainMenu .contents {
    margin-left: 260px;
    margin-right: 0
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .hasMainMenu .contents {
        margin-left:auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1480px) {
    .hasMainMenu .contents {
        margin-left:auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1580px) {
    .hasMainMenu .contents {
        margin-right:0;
        margin-left: 280px
    }
}

.cpInfo {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: bold;
    border-bottom: 1px solid #9BB4CC
}

.mainMenu {
    z-index: 5000;
    position: fixed;
    top: 58px;
    left: 0;
    width: 240px;
    background: #f1f5f8;
    border-right: 1px solid #dbe0e4;
    height: 100%
}

.member .mainMenu {
    background: #F8F1F6;
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .mainMenu {
        height:auto
    }
}

.mainMenu.xdriveCp {
    top: 167px
}

.mainMenu.cp18th,.mainMenu.otoshidama2022 {
    top: 124px
}

@media only screen and (min-width: 1260px) {
    .mainMenu .mmUnit {
        display:block !important
    }
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .mainMenu {
        top:58px;
        width: 100%;
        background: transparent
    }

    .mainMenu .mmOverlay {
        display: none;
        width: 100%;
        position: absolute;
        background: rgba(0,0,0,0.5);
        left: 0;
        top: 0;
        z-index: -1;
        height: 100vh;
        opacity: 0
    }

    .mainMenu.isOpen .mmOverlay {
        display: block
    }

    .mainMenu.xdriveCp {
        top: 167px
    }

    .mainMenu.cp18th,.mainMenu.otoshidama2022 {
        top: 124px
    }
}

.mmServiceLogo {
    display: block;
    padding: 2.5rem 2.5rem 2rem 54px;
    color: #2465a9;
    font-size: 1.8rem;
    font-weight: bold;
    pointer-events: none
}
.member .mmServiceLogo {
    color: #dc3545;
}

.mmServiceLogo i,.mmServiceLogo span {
    display: none
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .mmServiceLogo {
        margin:0 auto;
        background: #f1f5f8;
        border: 1px solid #dbe0e4;
        border-right: none;
        border-left: none;
        padding: 1rem 2.4rem 1rem;
        pointer-events: unset;
        cursor: pointer;
        font-size: 1.6rem
    }

    .mmServiceLogo i,.mmServiceLogo span {
        display: inline-block
    }

    .mmServiceLogo i {
        font-size: 2rem;
        margin-right: 12px
    }
}

.mmToggleSwitch {
    display: none
}

@media only screen and (min-width: 1260px) {
    .mmUnit {
        display:block !important
    }
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .mmUnit {
        background:#f1f5f8;
        margin: 0 auto;
        display: none
    }
}

.mmUnit li {
    position: relative
}

.mmUnit li.isCurrent {
    background: #e5f0fa
}

.mmUnit li .fs {
    font-size: 1.2rem
}

.mmUnit a {
    position: relative;
    display: block;
    padding: 1.2rem 2rem 1.2rem 3rem;
    text-decoration: none;
    font-size: 1.4rem;
    color: #333940
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .mmUnit a {
        padding:1.2rem
    }
}

.mmUnit a:hover {
    background-color: #d9e7f3
}
.member .mmUnit a:hover {
    background-color: #F3D7E5
}

.mmUnit .mmOthers {
    display: none;
    color: #0E3050
}

.mmUnit .mmOthers>span {
    position: relative;
    display: block;
    padding: 1.2rem 2rem 1.2rem 3rem;
    text-decoration: none;
    font-size: 1.4rem
}

.mmUnit .mmOthers>span::before {
    content: '\e924';
    position: absolute;
    top: 1.1rem;
    left: 1rem
}

@media only screen and (min-width: 0) and (max-width: 1259px) {
    .mmUnit .mmOthers>span {
        padding:.8rem 1.2rem .8rem 3rem
    }
}

.mmUnit .mmOthers>span:hover {
    background: #e5f0fa
}

.mmUnit .mmOthers:hover .mmUnitChild {
    opacity: 1;
    visibility: visible
}

.mmUnit .mmUnitChild {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2)
}

.mmUnit .mmUnitChild li {
    display: block;
    margin: 0;
    white-space: nowrap
}

.mmUnit .mmTop a {
    background-image: url(../img/ico_sidenav_home.png)
}

.mmUnit .mmRegister a {
    background-image: url(../img/ico_sidenav_register.png)
}

.mmUnit .mmManagement a {
    background-image: url(../img/ico_sidenav_svpanel.png)
}

.mmUnit .mmTokuten a {
    background-image: url(../img/ico_sidenav_reward.png)
}

.mmUnit .mmChangePlan a {
    background-image: url(../img/ico_sidenav_change.png)
}

.mmUnit .mmDaiko a {
    background-image: url(../img/ico_sidenav_daiko.png)
}

.mmUnit .mmServerTransfer a {
    background-image: url(../img/ico_sidenav_transfer.png)
}

.mmUnit .mmWhoisMaster a {
    background-image: url(../img/ico_sidenav_whoismaster.png)
}

.mmUnit .mmIntroduction a {
    background-image: url(../img/ico_sidenav_intro.png)
}

.mmUnit .mmWpTheme a {
    background-image: url(../img/ico_sidenav_wp.png)
}

.supportNav__ttl,.supportNav__body {
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
    display: inline-block;
    background: #fff;
    border-radius: 2px
}

.supportNav {
    z-index: 2147483646;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block
}

.supportNav__ttl {
    height: 4.6rem;
    line-height: 4.4rem;
    border-radius: 2.2rem;
    padding: 0 1.2rem;
    text-align: center;
    cursor: pointer
}

.supportNav__ttl>.ico,.localNav .supportNav__ttl>a::before,.localNav .supportNav__ttl>span::before,.supportNav__ttl>.externalLink::after,.supportNav__ttl>.btn--add:before,.btnWrap--back .supportNav__ttl>.btn::before,.btnWrap--back .domainSearch__addBtn .supportNav__ttl>a::before,.domainSearch__addBtn .btnWrap--back .supportNav__ttl>a::before,.contractHead__btn .supportNav__ttl>a::before,.contract__btn .supportNav__ttl>a::before,.noteBox--attention .supportNav__ttl>.noteBox__mainTtl::before,.noteBox--info .supportNav__ttl>.noteBox__mainTtl::before,.mmUnit .mmOthers.supportNav__ttl>span::before,.accountNav__menuList .supportNav__ttl>a::before,.topInfo__itemList li .supportNav__ttl>a::before,.supportNav__ttl>.deleteRow::before,.numberTtl .supportNav__ttl>.delete__elem:before,.domainSearch__addBtn .supportNav__ttl>a:before {
    margin-right: 5px;
    font-size: 2.4rem;
    color: #1A60A3
}

.isOpen .supportNav__ttl {
    display: none
}

@keyframes openSupportNav {
    from {
        opacity: 0;
        top: 150px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.supportNav__body {
    border-radius: .4rem;
    display: none;
    padding: 15px
}

.supportNav__body .btn,.supportNav__body .domainSearch__addBtn a,.domainSearch__addBtn .supportNav__body a {
    position: relative;
    width: 100%
}

.isOpen .supportNav__body .btn,.isOpen .supportNav__body .domainSearch__addBtn a,.domainSearch__addBtn .isOpen .supportNav__body a {
    animation: openSupportNav 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.supportNav__links {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 16px
}

.isOpen .supportNav__links {
    animation: openSupportNav 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.supportNav__links>a {
    display: inline-block;
    width: 100px;
    padding: 10px 0 0;
    border-right: 1px solid #CEDCE8;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none
}

.supportNav__links>a:hover {
    background: #e5f0fa
}

.supportNav__links>a:last-child {
    border-right: none
}

.supportNav__graph {
    fill: #0E3050;
    margin: 0 0 4px
}

.btn--inquiry {
    background-color: #1A60A3;
    color: white
}

.btn--inquiry:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.1)
}

.toolHeader {
    z-index: 999;
    position: fixed;
    top: 58px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 55px;
    background: #1A60A3
}

.member .toolHeader {
    background: #A3183E
}

.toolHeader__holder {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.toolHeader__ttl {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 2.4rem
}

.toolHeader__ttl a {
    text-decoration: none;
    color: #ffffff
}

.toolHeader__ttl a:hover {
    text-decoration: underline
}

.toolHeader__nav {
    border-left: 1px solid #05121f
}

.toolHeader__nav li {
    display: inline-block
}

.toolHeader__nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-right: 1px solid #05121f;
    min-width: 16rem;
    height: 54px;
    padding: 0 1.6rem;
    text-align: center;
    color: #ffffff
}

.toolHeader__nav a:hover {
    background: #0f3961
}

.toolHeader__nav a.isCurrent {
    font-weight: bold;
    background: #0f3961
}

.toolHeader__nav a.isCurrent:link,.toolHeader__nav a.isCurrent:visited {
    text-decoration: none
}

.topBar {
    background-color: #EDEDED;
    color: #111
}

.topBar__label>a {
    color: #111
}

.topBar__payment {
    border-left: 1px solid #d6d6d6
}

.topBar__payment>a {
    color: #111
}

.topBar__payment>a:hover {
    background: #fff
}

.topBar__payment.isCurrent>a {
    background: #fff
}

.notifyNav__toggle {
    border-left: 1px solid #d6d6d6
}

.notifyNav__toggle:hover,.isOpen .notifyNav__toggle {
    background: #fff
}

.notifyNav__menu {
    background: #fff
}

.notifyNav__menu a:hover {
    background: #dcebf9
}

.topBar__badge {
    background: #f00
}

.topBar__modeSwitch {
    border: 2px solid #fff;
    color: #fff
}

.topBar__modeSwitch:hover {
    background: #2075c6
}

.serviceNav__toggle {
    border-left: 1px solid #d6d6d6
}

.serviceNav__toggle:hover,.isOpen .serviceNav__toggle {
    background: #fff
}

.serviceNav__head {
    color: #fff;
    background-color: #1A60A3
}

.serviceNav__menuList li a:hover {
    background: #dcebf9
}

.serviceNav__menu {
    background: #fff
}

.accountNav {
    z-index: 5000;
    border-left: 1px solid #d6d6d6
}

.accountNav__menu {
    background: #fff
}

.isOpen .accountNav__user,.accountNav__user:hover {
    background: #e5f0fa;
    background: #fff
}

.accountNav__menuList {
    border: 1px solid #ddd
}

.accountNav__menuList a:hover {
    background: #dcebf9
}

.accountNav__menuList a::before {
    font-size: 20px;
    content: '\e926';
    display: inline-block
}

.accountNav__linkList {
    margin-bottom: 1.6rem
}

.accountNav__linkList a:hover {
    background: #dcebf9
}

.accountNav__menu {
    background: #fff
}

.btn--logout {
    color: white;
    background: #aaa;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--logout:hover {
    box-shadow: none;
    background: #bebebe
}

.topInfo {
    border-radius: 2px;
    margin-bottom: .8rem;
    font-size: 1.2rem
}

.topInfo__body {
    display: none
}

.isOpen>.topInfo__body {
    display: block
}

.topInfo__head {
    text-align: center;
    position: relative
}

.topInfo__head a {
    display: block;
    text-decoration: none;
    padding: 1rem 1.6rem
}

.topInfo__head a .ico,.topInfo__head a .localNav a::before,.localNav .topInfo__head a a::before,.topInfo__head a .localNav span::before,.localNav .topInfo__head a span::before,.topInfo__head a .externalLink::after,.topInfo__head a .btn--add:before,.topInfo__head a .btnWrap--back .btn::before,.btnWrap--back .topInfo__head a .btn::before,.topInfo__head a .btnWrap--back .domainSearch__addBtn a::before,.btnWrap--back .domainSearch__addBtn .topInfo__head a a::before,.topInfo__head a .domainSearch__addBtn .btnWrap--back a::before,.domainSearch__addBtn .btnWrap--back .topInfo__head a a::before,.topInfo__head a .contractHead__btn a::before,.contractHead__btn .topInfo__head a a::before,.topInfo__head a .contract__btn a::before,.contract__btn .topInfo__head a a::before,.topInfo__head a .noteBox--attention .noteBox__mainTtl::before,.noteBox--attention .topInfo__head a .noteBox__mainTtl::before,.topInfo__head a .noteBox--info .noteBox__mainTtl::before,.noteBox--info .topInfo__head a .noteBox__mainTtl::before,.topInfo__head a .mmUnit .mmOthers>span::before,.mmUnit .topInfo__head a .mmOthers>span::before,.topInfo__head a .accountNav__menuList a::before,.accountNav__menuList .topInfo__head a a::before,.topInfo__head a .topInfo__itemList li a::before,.topInfo__itemList li .topInfo__head a a::before,.topInfo__head a .deleteRow::before,.topInfo__head a .numberTtl .delete__elem:before,.numberTtl .topInfo__head a .delete__elem:before,.topInfo__head a .domainSearch__addBtn a:before,.domainSearch__addBtn .topInfo__head a a:before {
    position: absolute;
    font-size: 2rem;
    vertical-align: middle;
    right: 1rem;
    top: 1rem
}

.topInfo__body {
    display: none;
    width: auto;
    margin: 0 1.6rem 1.5rem;
    background-color: #fff;
    border-radius: 2px;
    padding: 1.6rem
}

.topInfo--todo .topInfo__body {
    border: 1px solid #EFE4CC
}

.topInfo__itemList {
    background: #fff
}

.topInfo__itemList li {
    font-size: 1.2rem;
    margin: 0 0 .8rem
}

.topInfo__itemList li a {
    color: #333940;
    text-decoration: none
}

.topInfo__itemList li a:hover {
    text-decoration: underline
}

.topInfo__itemList li a::before {
    margin-right: .4rem;
    color: #F78601;
    display: inline-block;
    content: '\e926'
}

.topInfo__itemList li:last-child {
    margin-bottom: 0
}

.topInfo--notify {
    background-color: #F1F8FF;
    border: 1px solid #DBE6F1
}

.topInfo--notify a {
    color: #2573BC
}

.topInfo--todo {
    background-color: #FFF9EB;
    border: 1px solid #EFE4CC
}

.topInfo--todo a {
    color: #F78601
}

aside.topInfo+section {
    margin-top: 40px
}

.inputExample {
    margin: 5px 0 0;
    font-size: 1.2rem
}

.inputExample+.note {
    margin: 5px 0 0
}

.focusText {
    color: #ff0000
}

.registerSelect {
    display: flex;
    padding: 2.4rem 12rem 3.2rem;
    justify-content: space-around
}

.registerSelect__item {
    text-align: center
}

.inputWhois .noteList,.inputWhois .qsThemeNoteList {
    list-style: none;
    margin: .4rem 0 0 0
}

.inputWhois .noteList li,.inputWhois .qsThemeNoteList li {
    margin-left: 0
}

.deleteRow {
    cursor: pointer;
    padding-top: 50%
}

.deleteRow::before {
    font-size: 1.6rem;
    color: #7e9ab4;
    display: inline-block;
    content: '\e906'
}

.inquiryBtns>li {
    margin-bottom: 1.2rem
}

.inquiryBtns .btn,.inquiryBtns .domainSearch__addBtn a,.domainSearch__addBtn .inquiryBtns a {
    display: flex;
    height: 90px;
    padding: 0;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight: bold
}

.inquiryBtns .btn>span,.inquiryBtns .domainSearch__addBtn a>span,.domainSearch__addBtn .inquiryBtns a>span {
    display: block;
    width: 50%;
    text-align: center;
    border-right: 1px solid #CEDCE8
}

.inquiryBtns .btn>span:last-child,.inquiryBtns .domainSearch__addBtn a>span:last-child,.domainSearch__addBtn .inquiryBtns a>span:last-child {
    border: none
}

.pageHeader__ttl {
    display: flex;
    align-items: center
}

.pageHeader__ttl--logo {
    margin-right: 15px
}

.supportFaq {
    display: flex
}

.supportFaqList {
    width: 70%;
    margin-right: 3.2rem
}

.supportFaqList ul {
    margin-left: .4rem
}

.supportFaqList ul li {
    margin-left: 3rem;
    margin-bottom: 1rem
}

.supportFaqList .faqIcon {
    margin-left: -3.2rem;
    font-family: "Arial";
    font-weight: bold;
    display: inline-block;
    border-radius: 100rem;
    padding: 0 .6rem;
    margin-right: .8rem;
    background: #1A60A3;
    color: #fff
}

.supportFaqList a {
    text-decoration: none
}

.supportFaqList a:hover {
    text-decoration: underline
}

.supportFaqCategory {
    width: 30%;
    border-radius: 2px;
    background-color: #dce8f2;
    padding: 1.6rem 1.6rem .8rem
}

.supportFaqCategory ul li {
    display: inline-block;
    background-color: #fff;
    margin-bottom: .8rem
}

.supportFaqCategory a {
    display: block;
    border: 1px solid #9DB2C6;
    text-decoration: none;
    font-size: 1.2rem;
    padding: .4rem .6rem;
    border-radius: 2px
}

.supportFaqCategory a:hover {
    opacity: .8
}

.section--inquiry {
    text-align: center
}

.section--inquiry .btnWrap {
    margin-top: 0
}

.noteSample {
    background-color: #fff;
    padding: 1.6rem
}

.noteBox--attention .noteSample {
    border: 1px solid #EFE4CC
}

.noteBox--info .noteSample {
    border: 1px solid #DBE6F1
}

.introduction {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 60px auto 0
}

.introduction__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    margin: 0 0 40px 0
}

.introduction__item:nth-child(even) {
    width: 430px
}

.introduction__inner {
    width: 100%
}

.introduction__ttl p {
    margin: 0 0 1.2rem;
    font-size: 1.8rem
}

.introduction__ttl h1 {
    line-height: 1.2;
    color: #0E3050;
    font-size: 3.8rem;
    font-weight: normal
}

.introduction__ttl [aria-describedby] {
    margin: 0 .4rem 0 0;
    font-size: 1.2rem
}

.introduction__logo {
    text-align: center
}

.introduction__logo img {
    margin: 2rem 0 .4rem
}

.introduction__point h2 {
    display: inline-block;
    margin: 0 0 1.6rem;
    padding: .2rem 2rem;
    background: rgba(26,96,163,0.2);
    border-radius: 2px;
    color: #1A60A3;
    font-size: 1.2rem;
    font-weight: normal
}

.introduction__point dl {
    padding: 0 0 0 1.2rem
}

.introduction__point dt {
    color: #1A60A3;
    font-weight: bold
}

.introduction__point dd {
    margin: 0 0 1.2rem;
    padding: 0 0 0 2.4rem;
    font-size: 1.2rem
}

.introduction__point dd:last-child {
    margin-bottom: 0
}

.introduction__btn {
    text-align: center
}

.introduction__btn .btn,.introduction__btn .domainSearch__addBtn a,.domainSearch__addBtn .introduction__btn a {
    padding: 2rem 5.2rem;
    font-size: 1.8rem
}

.formList__outer {
    margin: 1.6rem 0 1.6rem 4.4rem
}

.nsService {
    margin-bottom: .8rem
}

.nsService .radio {
    padding: 1rem 1.6rem 1rem 4.4rem;
    min-height: 44px
}

.nsService label img {
    display: inline-block;
    pointer-events: none
}

.nsconfList dd {
    margin-top: .8rem
}

.nsconfList span {
    font-weight: bold;
    padding-left: .8rem
}

.currentSetting {
    background: #e5f0fa;
    padding: 2.4rem;
    border-radius: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem
}

.currentSetting--between {
    justify-content: space-between
}

.currentSetting>* {
    line-height: 1
}

.currentSetting__head {
    font-weight: bold
}

.currentSetting__value {
    font-weight: bold;
    font-size: 2rem
}

.currentSetting__term>* {
    display: inline
}

sup {
    font-size: 1.1rem;
    vertical-align: super
}

.tokuten .sectionTtl {
    position: relative
}

.tokuten__type {
    position: absolute;
    right: 1.6rem;
    top: 25%;
    font-size: 1.2rem;
    border-radius: 2px;
    background: #1A60A3;
    color: #fff;
    padding: .4rem .8rem
}

.tokuten__item {
    display: flex;
    justify-content: space-between
}

.tokuten__img {
    margin-bottom: 1.6rem
}

.tokuten__suffix {
    font-size: 1.2rem;
    font-weight: normal
}

.tokuten__detail {
    width: 60%;
    padding-left: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.4;
    height: 100%
}

.tokuten__detail dt {
    display: inline;
    font-weight: bold
}

.tokuten__detail dd {
    margin-top: .4rem;
    margin-bottom: 1.6rem
}

.tokuten__detail dd:last-child {
    margin-bottom: 0
}

.tokuten__btn {
    padding-left: 1.6rem;
    width: 300px
}

.tokuten__btn--already .btn--primary {
    background: #eee;
    color: #888;
    cursor: default
}

.daikoMenu {
    line-height: 1;
    margin-bottom: .8rem
}

.daikoMenu .radio {
    border: 1px solid #ABBFD1
}
.member .daikoMenu .radio {
    border: 1px solid #D1A9BD
}

.daikoMenu .radio:before {
    top: 50%;
    left: 8rem
}

.daikoMenu .radio:after {
    top: 50%;
    left: 7.5rem
}

.daikoMenu__meta {
    padding: 1.6rem 2.4rem 1.6rem 1.4rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

.daikoMenu__ico {
    margin-right: 1.6rem
}

.daikoMenu__name {
    width: 40%;
    font-weight: bold;
    font-size: 1.4rem;
    padding-left: 3.2rem
}

.daikoMenu__count {
    width: 20%
}

.daikoMenu__price {
    width: 20%
}

.daikoMenu__duration {
    width: 20%;
    text-align: right
}

.daikoSubMenu {
    display: none
}

.daikoSubMenu.isShow {
    margin-top: .8rem;
    display: block
}

.daikoSubMenu__list {
    margin-left: 11rem;
    display: flex
}

.daikoSubMenu__list .checkbox {
    border: 1px solid #CEDCE8
}

.daikoSubMenu__list .formparts--l {
    padding: 1.6rem 0 1.6rem 4.4rem
}

.daikoSubMenu__list li {
    width: 33.3%;
    margin: .8rem 0 .8rem 1.6rem
}

.daikoContent {
    margin-bottom: 3.2rem
}

.daikoContent__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .8rem
}

.daikoContent__title {
    font-size: 1.6rem;
    padding: .8rem 0 .8rem 40px;
    background-position: left center;
    background-repeat: no-repeat
}

.daikoContent--mail .daikoContent__title {
    background-image: url(../img/ico_daikomenu_mail.png)
}

.daikoContent--domain .daikoContent__title {
    background-image: url(../img/ico_daikomenu_domain.png)
}

.daikoContent--subdomain .daikoContent__title {
    background-image: url(../img/ico_daikomenu_subdomain.png)
}

.daikoContent--wordpress .daikoContent__title {
    background-image: url(../img/ico_daikomenu_wordpress.png)
}

.daikoContent--eccube .daikoContent__title {
    background-image: url(../img/ico_daikomenu_eccube.png)
}

.daikoContent--pukiwiki .daikoContent__title {
    background-image: url(../img/ico_daikomenu_pukiwiki.png)
}

.daikoContent--delete .daikoContent__title {
    background-image: url(../img/ico_daikomenu_delete.png)
}

.daikoContent--settings .daikoContent__title {
    background-image: url(../img/ico_daikomenu_settings.png)
}

.daikoContent--delegate .daikoContent__title {
    background-image: url(../img/ico_daikomenu_delegate.png)
}

.daikoContent__confList {
    border-top: #9BB4CC 1px solid;
    border-bottom: #9BB4CC 1px solid;
    padding: 1.6rem
}

.daikoContent__confList li {
    margin-bottom: .4rem
}

.daikoContent__msg {
    font-size: 1.2rem;
    line-height: 1;
    padding: .8rem 0;
    margin-bottom: 0
}

.numberTtl {
    font-size: 1.2rem;
    border-radius: 2px 2px 0 0;
    background-color: #9BB4CC;
    color: #ffffff;
    padding: .3rem .6rem .2rem;
    position: relative
}

.numberTtl .delete__elem:before {
    cursor: pointer;
    position: absolute;
    right: .6rem;
    top: .4rem;
    color: #fff;
    content: '\e906';
    display: inline-block;
    font-size: 1.6rem
}

.transferStatus {
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center
}

.transferStatus--over {
    justify-content: center
}

.transferStatus--over .status__detail {
    color: #ff0000
}

.transferStatus--possible {
    justify-content: space-between
}

.transferStatus--possible .status__head {
    color: #1A60A3;
    font-weight: bold;
    font-size: 1.6rem
}

.transferStatus--copying {
    justify-content: space-between
}

.transferStatus--copying .status__head {
    color: #1A60A3;
    font-weight: bold;
    font-size: 1.6rem
}

.transferStatus--copysuccess {
    justify-content: space-between
}

.transferStatus--copysuccess .status__head {
    color: #1A60A3;
    font-weight: bold;
    font-size: 1.6rem
}

.transferStatus--possible {
    justify-content: space-between
}

.transferStatus--possible .status__head {
    color: #1A60A3;
    font-weight: bold;
    font-size: 1.6rem
}

.transferStatus--success {
    justify-content: flex-start
}

.transferStatus--success .status__head {
    width: 40%;
    color: #1A60A3;
    font-weight: bold;
    font-size: 1.6rem
}

.transferStatus--stop {
    justify-content: flex-start
}

.transferStatus--stop .status__head {
    width: 40%;
    color: #9DB2C6;
    font-weight: bold;
    font-size: 1.6rem
}

.transferStatus--outofscope {
    justify-content: flex-start
}

.transferStatus--outofscope .status__head {
    width: 40%;
    color: #9DB2C6;
    font-weight: bold;
    font-size: 1.6rem
}

.table__transferTable {
    margin: 0 auto;
    border: 3px solid #7D99B3
}

.table__transferTable thead {
    background: #DFE5EB
}

.table__transferTable thead th {
    text-align: center;
    width: auto
}

.table__transferTable thead th:nth-child(1) {
    width: 15em
}

.table__transferTable tbody td:nth-child(1),.table__transferTable tbody td:nth-child(3) {
    text-align: center
}

.transferMessage {
    background: #e5f0fa;
    border-radius: 2px;
    padding: 2.4rem
}

.transferMessage__ttl {
    font-size: 1.6rem
}

.transferNum--wait {
    color: #aaa
}

.transferBtns>* {
    display: inline;
    margin-left: .8rem
}

.table__transferSupport,.table__transferCopy,.table__transferCancel {
    margin: 0 auto;
    border: 3px solid #7D99B3;
    border-radius: 2px
}

.table__transferSupport thead,.table__transferCopy thead,.table__transferCancel thead {
    background: #DFE5EB
}

.table__transferSupport thead th,.table__transferCopy thead th,.table__transferCancel thead th {
    font-size: 1.2rem;
    padding: .4rem;
    text-align: center;
    width: 25%
}

.table__transferSupport tbody td,.table__transferCopy tbody td,.table__transferCancel tbody td {
    text-align: center
}

.table__transferSupport tbody td:first-child,.table__transferCopy tbody td:first-child,.table__transferCancel tbody td:first-child {
    font-weight: bold
}

.table__mySQL {
    margin: 0 auto;
    border-top: 1px solid #7D99B3;
    border-bottom: 1px solid #7D99B3
}

.table__mySQL caption {
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px
}

.table__mySQL thead {
    background: #DFE5EB;
    border-bottom: 2px solid #7D99B3
}

.table__mySQL thead th {
    text-align: center
}

.table__mySQL tbody th {
    background: #DFE5EB
}

.table__mySQL tbody td {
    text-align: center
}

.table__mySQL tbody td:first-child {
    font-weight: bold
}

.table__mySQL .btnList {
    margin: -10px
}

.table__mySQL .btnList>li {
    margin: 10px
}

.domainFailureList {
    background: #fff;
    border-radius: 2px;
    padding: 2.4rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem
}

.domainFailureList li {
    display: inline;
    margin-right: 1.6rem
}

.domainFailureList li:last-chid {
    margin-right: 0
}

#servertransfer .noteBox {
    margin: 0 0 1.6rem 0
}

.mySQLpassword {
    background: #fff;
    border-radius: 2px;
    padding: 2.4rem;
    width: 100%
}

.shareBtns {
    display: flex;
    line-height: 1
}

.shareBtns li {
    margin: 0 5px 0 0
}

.sslStatus {
    position: relative;
    margin-bottom: 2.4rem
}

.sslStatus__text {
    text-align: center;
    padding: .8rem 1.6rem;
    border-radius: 2px
}

.sslStatus__text--jp {
    font-weight: bold;
    font-size: 1.8rem
}

.sslStatus__text--en {
    font-size: 1.2rem
}

.sslStatus__text i {
    vertical-align: inherit
}

.sslStatus--waitForApprove .sslStatus__text,.sslStatus--orderqueued .sslStatus__text {
    color: #fff;
    background-color: #1A60A3
}

.sslStatus--cancel .sslStatus__text {
    color: #fff;
    background-color: #9db2c6
}

.sslStatus--unknown .sslStatus__text {
    background-color: #f9cccc;
    color: #f20000
}

.sslStatus--complete .sslStatus__text {
    color: #1A60A3;
    background-color: #fff;
    border: 1px solid #1A60A3
}

.sslStatus__body {
    margin-top: 2.4rem
}

.mailMeta__msg {
    margin-bottom: 1.6rem
}

.mailMeta__detail dt {
    float: left;
    font-weight: bold;
    width: 6.4rem
}

.sectionExp__ttl {
    border-left: 0.4rem solid #1A60A3;
    font-size: 1.4rem;
    background: #e5f0fa;
    margin-bottom: 1.6rem;
    padding: .8rem;
    border-radius: 2px
}

.sectionExp__ttl .ico,.sectionExp__ttl .localNav a::before,.localNav .sectionExp__ttl a::before,.sectionExp__ttl .localNav span::before,.localNav .sectionExp__ttl span::before,.sectionExp__ttl .externalLink::after,.sectionExp__ttl .btn--add:before,.sectionExp__ttl .btnWrap--back .btn::before,.btnWrap--back .sectionExp__ttl .btn::before,.sectionExp__ttl .btnWrap--back .domainSearch__addBtn a::before,.btnWrap--back .domainSearch__addBtn .sectionExp__ttl a::before,.sectionExp__ttl .domainSearch__addBtn .btnWrap--back a::before,.domainSearch__addBtn .btnWrap--back .sectionExp__ttl a::before,.sectionExp__ttl .contractHead__btn a::before,.contractHead__btn .sectionExp__ttl a::before,.sectionExp__ttl .contract__btn a::before,.contract__btn .sectionExp__ttl a::before,.sectionExp__ttl .noteBox--attention .noteBox__mainTtl::before,.noteBox--attention .sectionExp__ttl .noteBox__mainTtl::before,.sectionExp__ttl .noteBox--info .noteBox__mainTtl::before,.noteBox--info .sectionExp__ttl .noteBox__mainTtl::before,.sectionExp__ttl .mmUnit .mmOthers>span::before,.mmUnit .sectionExp__ttl .mmOthers>span::before,.sectionExp__ttl .accountNav__menuList a::before,.accountNav__menuList .sectionExp__ttl a::before,.sectionExp__ttl .topInfo__itemList li a::before,.topInfo__itemList li .sectionExp__ttl a::before,.sectionExp__ttl .deleteRow::before,.sectionExp__ttl .numberTtl .delete__elem:before,.numberTtl .sectionExp__ttl .delete__elem:before,.sectionExp__ttl .domainSearch__addBtn a:before,.domainSearch__addBtn .sectionExp__ttl a:before {
    border-radius: 2px 0 0 2px;
    background: #1A60A3;
    color: #fff;
    padding: .8rem
}

.sectionExp__subTtl {
    color: #1A60A3;
    margin-bottom: .4rem
}

.recognizeSSL {
    padding: 3.2rem
}

.recognizeSSL .sectionTtl {
    font-size: 1.6rem;
    padding: 0;
    background-color: inherit;
    border: 0
}

.selectCategory__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.6rem
}

.selectCategory__list dt {
    margin-right: .8rem
}

.infoList {
    margin: 0 0 3.2rem;
    border-top: 1px solid #9BB4CC
}

.infoList__entry {
    display: flex;
    width: 100%;
    padding: 1.6rem 0;
    border-bottom: 1px solid #9BB4CC;
    color: #333940;
    transition: background-color 0.2s linear
}

.infoList__entry:link {
    text-decoration: none
}

.infoList__entry:hover {
    background: #e5f0fa
}

.infoList__ttl {
    padding-right: 1.6rem;
    width: 100%
}

.isUnread .infoList__ttl {
    font-weight: bold;
    color: #0E3050
}

.isRead .infoList__ttl {
    color: #333940
}

.infoList__ttl--none {
    padding-top: 2.4rem
}

.infoList__date {
    padding: 0 1.6rem;
    min-width: 12rem;
    vertical-align: top
}

.infoList__label {
    margin-right: 2rem;
    font-size: 1.2rem
}

.infoList__label>span {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    width: 12rem;
    padding: .3rem .8rem .2rem;
    background: #fff;
    border: 1px solid #7D99B3;
    border-radius: 2px;
    color: #333940
}

.infoList__item--notify.isRead {
    color: #999
}

.infoList__item--notify.isRead::before {
    display: none
}

.infoLabels__wrap {
    display: flex;
    width: auto;
    margin-top: 5px;
    padding-right: 0;
    text-align: left
}

.infoList--singleCat .infoLabels {
    width: auto;
    white-space: nowrap
}

.infoLabels__ttl {
    display: inline-block;
    margin: 0 .4rem 0 0;
    font-weight: bold
}

.infoList__contents {
    width: 100%
}

.infoLabels__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.0rem;
    margin: 0 .2rem 0 0;
    padding: .1rem .5rem;
    color: #145FA8;
    background: #F3F3F3
}

.infoLabels__item--Detail {
    font-size: 1.1rem;
    font-weight: bold;
    margin: -.5rem .2rem 0 0
}

.pageHeader--info {
    margin-bottom: .8rem
}

.entryMeta {
    font-size: 1.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2.4rem
}

.entryMeta .infoList__label {
    margin-right: 0
}

.entryMeta .infoLabels__wrap {
    width: 100%
}

.entryMeta .infoLabels {
    padding-right: 0
}

.entryMeta__ttl {
    display: inline-block;
    margin: 0 .4rem 0 0;
    font-weight: bold
}

.pager {
    text-align: center
}

.pager>a,.pager>span {
    display: inline-block;
    padding: .8rem 1.2rem;
    border-radius: 4px
}

.pager>a {
    transition: background-color 0.2s linear
}

.pager>a:hover {
    background: #e5f0fa
}

.importantNews .infoList__ttl {
    text-align: left
}

.importantArea {
    padding: 30px;
    margin-bottom: 50px;
    background: #f1f8ff
}

.importantArea__ttl {
    margin-bottom: 5px;
    color: #1a60a3;
    font-size: 2.0rem
}

.importantArea .infoList {
    margin-bottom: 0 !important
}

.importantIco {
    width: 38px;
    height: 22px;
    padding: 3px 5px;
    border: 1px solid #4b7ab1;
    background: #ffffff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2573bc;
    font-weight: bold
}

.ico--fileDl {
    display: inline-block;
    width: 42px;
    height: 54px;
    margin-bottom: 15px;
    background: url("../img/file_ico.png") no-repeat
}

.fileDlBtn {
    padding: 20px;
    border: 1px solid #1A60A3;
    font-weight: normal;
    background: #fff;
    color: #1A60A3;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.fileDlBtn:hover {
    background: #eef5fc
}

.fileDlBtn button {
    color: #1a60a3
}

.creditcardInfo {
    display: flex
}

.creditcardInfo--bl {
    align-items: flex-end
}

.creditcardInfo--mid {
    align-items: center
}

.creditcardInfo__item {
    margin-right: 1.6rem
}

.creditcardInfo__item dt {
    font-weight: bold;
    font-size: 1.2rem
}

.creditcardInfo__item dd {
    display: inline
}

.creditcardInfo__item--center {
    flex-grow: 2;
    text-align: center
}

.creditcardInfo__item--center img {
    vertical-align: middle
}

.creditcardInfo__item--right {
    flex-grow: 2;
    text-align: right
}

.paymentTable {
    width: 100%;
    border-bottom: 1px solid #9BB4CC;
    margin-bottom: 4rem
}

.paymentTable thead th {
    padding: .4rem .8rem;
    font-size: 1.1rem;
    text-align: left;
    white-space: nowrap;
    border-top: 0
}

.paymentTable tr.table--selectable__ignore:hover {
    background-color: #fff
}

.paymentTable tbody tr {
    border-top: 1px solid #9BB4CC
}

.paymentTable tbody td {
    padding: .8rem .8rem;
    vertical-align: middle
}

.paymentTable--issued tr th:first-child,.paymentTable--issued tr td:first-child {
    padding-left: 1.6rem
}

.paymentTable tr th:last-child,.paymentTable tr td:last-child {
    padding-right: 1.6rem
}

.paymentTable tbody tr td:first-child {
    height: 60px
}

.paymentTable tr td {
    white-space: nowrap
}

.paymentTable--server .paymentTable__check {
    width: 1%;
    min-width: 76px
}

.paymentTable--server .paymentTable__serverID {
    width: 35%
}

.paymentTable--server .paymentTable__plan {
    width: 10%
}

.paymentTable--server .paymentTable__serverNum {
    width: 20%
}

.paymentTable--server .paymentTable__term {
    width: 35%
}

.paymentTable--server .paymentTable__control {
    text-align: right
}

.paymentTable--domain .paymentTable__check {
    width: 1%
}

.paymentTable--domain .paymentTable__domainName {
    width: 30%
}

.paymentTable--domain .paymentTable__msg {
    width: 25%
}

.paymentTable--domain .paymentTable__msg .note {
    color: #ff0000
}

.paymentTable--domain .paymentTable__term {
    width: 35%
}

.paymentTable--domain .paymentTable__control {
    text-align: right
}

.paymentTable--drive .paymentTable__check {
    width: 1%
}

.paymentTable--drive .paymentTable__serverID {
    width: 25%
}

.paymentTable--drive .paymentTable__plan {
    width: 10%;
    white-space: nowrap
}

.paymentTable--drive .paymentTable__userNum {
    width: 10%
}

.paymentTable--drive .paymentTable__serverNum {
    width: 10%;
    white-space: nowrap
}

.paymentTable--drive .paymentTable__term {
    width: 35%
}

.paymentTable--drive .paymentTable__control {
    text-align: right
}

.paymentTable--ssl .paymentTable__check {
    width: 5%
}

.paymentTable--ssl .paymentTable__commonName {
    width: 30%;
    white-space: nowrap
}

.paymentTable--ssl .paymentTable__type {
    width: 15%
}

.paymentTable--ssl .paymentTable__serverNum {
    width: 10%;
    white-space: nowrap
}

.paymentTable--ssl .paymentTable__term {
    width: 35%
}

.creditLogo {
    vertical-align: middle;
    margin-right: 10px;
    width: 6%
}

.paymentTable__term .ico,.paymentTable__term .localNav a::before,.localNav .paymentTable__term a::before,.paymentTable__term .localNav span::before,.localNav .paymentTable__term span::before,.paymentTable__term .externalLink::after,.paymentTable__term .btn--add:before,.paymentTable__term .btnWrap--back .btn::before,.btnWrap--back .paymentTable__term .btn::before,.paymentTable__term .btnWrap--back .domainSearch__addBtn a::before,.btnWrap--back .domainSearch__addBtn .paymentTable__term a::before,.paymentTable__term .domainSearch__addBtn .btnWrap--back a::before,.domainSearch__addBtn .btnWrap--back .paymentTable__term a::before,.paymentTable__term .contractHead__btn a::before,.contractHead__btn .paymentTable__term a::before,.paymentTable__term .contract__btn a::before,.contract__btn .paymentTable__term a::before,.paymentTable__term .noteBox--attention .noteBox__mainTtl::before,.noteBox--attention .paymentTable__term .noteBox__mainTtl::before,.paymentTable__term .noteBox--info .noteBox__mainTtl::before,.noteBox--info .paymentTable__term .noteBox__mainTtl::before,.paymentTable__term .mmUnit .mmOthers>span::before,.mmUnit .paymentTable__term .mmOthers>span::before,.paymentTable__term .accountNav__menuList a::before,.accountNav__menuList .paymentTable__term a::before,.paymentTable__term .topInfo__itemList li a::before,.topInfo__itemList li .paymentTable__term a::before,.paymentTable__term .deleteRow::before,.paymentTable__term .numberTtl .delete__elem:before,.numberTtl .paymentTable__term .delete__elem:before,.paymentTable__term .domainSearch__addBtn a:before,.domainSearch__addBtn .paymentTable__term a:before {
    font-size: 1.6rem;
    vertical-align: text-bottom;
    margin-left: .4rem
}

.paymentTable__term--over {
    color: #ff0000
}

.paymentTable__term--soon {
    color: #F78601
}

.calcBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.calcBox .select {
    margin-left: 1.6rem
}

.calcBox__head {
    width: 40%
}

.calcBox__wrap {
    display: flex;
    align-items: center
}

.calcBox__msg {
    position: relative;
    margin-left: 1.6rem;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}

.calcBox__msg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    border-right: 8px solid #ccc;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.calcBox__msg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.calcBox__msg.is-hide {
    display: none
}

.calcBox__msg span {
    display: inline-block;
    color: #ff0000;
    font-weight: bold
}

.calcBox__total {
    margin: 0 0 0 1.6rem
}

.calcBox__total dt,.calcBox__total dd {
    display: inline
}

.calcBox__total dd {
    display: inline-block
}

.calcBox__total dd span {
    font-size: 3rem;
    font-weight: bold
}

.calcBox__spinner {
    width: 30px;
    height: 30px;
    margin-left: 1.6rem;
    border-top: 3px solid rgba(224,224,224,0.2);
    border-right: 3px solid rgba(224,224,224,0.2);
    border-bottom: 3px solid rgba(224,224,224,0.2);
    border-left: 3px solid #e0e0e0;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: calcBoxSpinner .5s infinite linear;
    animation: calcBoxSpinner .5s infinite linear
}

.calcBox__spinner::after {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.calcBox__spinner.isHide {
    display: none
}

.calcBox__spinner.isShow {
    display: inline
}

@-webkit-keyframes calcBoxSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.logoset img {
    vertical-align: middle;
    margin-right: .8rem
}

.receipt {
    background: #e5f0fa;
    margin-bottom: 4rem;
    border-radius: 2px;
    padding: 2.2rem 2.4rem 2rem
}

.receipt__ttl {
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.6rem;
    color: #0E3050
}

.receipt__table {
    margin-bottom: .8rem;
    border-bottom: 1px solid #CEDCE8;
    background-color: #ffffff;
    width: 100%
}

.receipt__table thead {
    background-color: #1A60A3
}

.receipt__table thead th {
    text-align: left;
    font-size: 1.1rem;
    font-weight: normal;
    color: #fff;
    padding: .2rem 1.2rem
}

.receipt__table thead th.cell--price {
    text-align: center
}

.receipt__table tbody tr {
    border-top: 1px solid #CEDCE8
}

.receipt__table tbody tr:first-child {
    border-top: 0
}

.receipt__table tbody tr th {
    text-align: left;
    padding: 1rem 1.2rem
}

.receipt__table tbody tr td {
    text-align: left;
    padding: 1rem 1.2rem
}

.receipt__table tbody tr td.cell--price {
    text-align: right
}

.receipt__table tbody tr td.cell--price span {
    font-weight: bold;
    font-size: 1.6rem
}

.chargeBox {
    background-color: #e5f0fa;
    border-radius: 2px;
    padding: 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.chargeBox dl>* {
    display: inline
}

.chargeBox__price span {
    font-size: 2rem
}

.chargeBox .btn--auto {
    padding: 1.1rem 1.6rem
}

.chargeBalance {
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.chargeBalance__body span {
    font-size: 2rem;
    font-weight: bold
}

.paidyLogo {
    display: flex;
    align-items: center
}

.paidyLogo img {
    margin-right: .8rem
}

.paidy__personalinfo {
    border: solid 1px #ccc
}

.paidy__personalinfo .checkbox {
    display: block
}

.paidy__error {
    color: red
}

#paidy_loding {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    position: fixed;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    background-color: rgba(0,0,0,0.5);
    color: #2a2e32;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#paidy_loding dl {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 4%
}

#paidy_loding dt {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 1.6rem;
    font-weight: bold
}

#paidy_loding p {
    margin-bottom: 3.6rem
}

.inputServerId .btn,.inputServerId .domainSearch__addBtn a,.domainSearch__addBtn .inputServerId a {
    margin-left: 2rem
}

.inputServerId__auto {
    display: none
}

.isAutoSet .inputServerId__auto {
    display: block
}

.inputServerId__manual {
    display: none
}

.isManualSet .inputServerId__manual {
    display: block
}

.quickStartPRPoint li {
    display: inline-block;
    margin-right: 2rem
}

.quickStartPRPoint .ico,.quickStartPRPoint .localNav a::before,.localNav .quickStartPRPoint a::before,.quickStartPRPoint .localNav span::before,.localNav .quickStartPRPoint span::before,.quickStartPRPoint .externalLink::after,.quickStartPRPoint .btn--add:before,.quickStartPRPoint .btnWrap--back .btn::before,.btnWrap--back .quickStartPRPoint .btn::before,.quickStartPRPoint .btnWrap--back .domainSearch__addBtn a::before,.btnWrap--back .domainSearch__addBtn .quickStartPRPoint a::before,.quickStartPRPoint .domainSearch__addBtn .btnWrap--back a::before,.domainSearch__addBtn .btnWrap--back .quickStartPRPoint a::before,.quickStartPRPoint .contractHead__btn a::before,.contractHead__btn .quickStartPRPoint a::before,.quickStartPRPoint .contract__btn a::before,.contract__btn .quickStartPRPoint a::before,.quickStartPRPoint .noteBox--attention .noteBox__mainTtl::before,.noteBox--attention .quickStartPRPoint .noteBox__mainTtl::before,.quickStartPRPoint .noteBox--info .noteBox__mainTtl::before,.noteBox--info .quickStartPRPoint .noteBox__mainTtl::before,.quickStartPRPoint .mmUnit .mmOthers>span::before,.mmUnit .quickStartPRPoint .mmOthers>span::before,.quickStartPRPoint .accountNav__menuList a::before,.accountNav__menuList .quickStartPRPoint a::before,.quickStartPRPoint .topInfo__itemList li a::before,.topInfo__itemList li .quickStartPRPoint a::before,.quickStartPRPoint .deleteRow::before,.quickStartPRPoint .numberTtl .delete__elem:before,.numberTtl .quickStartPRPoint .delete__elem:before,.quickStartPRPoint .domainSearch__addBtn a:before,.domainSearch__addBtn .quickStartPRPoint a:before {
    color: #2573BC
}

.qsToggleTarget {
    display: none
}

.qsToggleTarget.isShow {
    display: block
}

tr.qsToggleTarget.isShow {
    display: table-row
}

.qsThemeNoteList {
    margin-top: 1rem;
    margin-left: 2rem
}

.registerPeriod {
    display: flex;
    flex-wrap: wrap
}

.registerPeriod__select {
    margin: 0 .8rem 0 0
}

.registerPeriod__fee {
    display: flex;
    align-items: center;
    width: 500px;
    padding: .8rem 2rem;
    background: #f2f2f2
}

.registerPeriod__label {
    margin-right: 1.6rem;
    font-size: 1.2rem
}

.registerPeriod__amount {
    font-size: 1.6rem;
    margin: 0 1.2rem 0 0
}

.registerPeriod__msg {
    margin: 0;
    padding: .4rem .8rem;
    background: #fff;
    border: 1px solid #7D99B3;
    font-size: 1.2rem
}

.registerPeriod__msg b {
    color: #0E3050
}

.registerLabel {
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 1rem;
    padding: .1rem .4rem;
    border-radius: 2px;
    background-color: #2573BC;
    color: #fff
}

.registerLabel--info {
    background: #2573BC
}

.registerLabel--campaign {
    background: #ffdd1f;
    color: #333940
}

.registerCardIco {
    margin-right: .8rem;
    vertical-align: middle
}

.saleDomainInfo {
    display: flex;
    margin: 0 0 .8rem;
    background: #fff1ae
}

.saleDomainInfo__ttl {
    width: 15%;
    text-align: center
}

.saleDomainInfo__ttl span {
    display: block;
    width: 100%;
    margin: 0 auto 1.2rem;
    background: #ff3535;
    color: #fff
}

.saleDomainInfo__body {
    width: 85%
}

.saleDomainInfo__term {
    margin: 0 0 .8rem;
    padding: 0 .8rem;
    background: #ead15b;
    font-weight: bold
}

.saleDomainInfo__listItem {
    float: left;
    width: 96px;
    margin: 0 .8rem .8rem 0;
    padding: .8rem;
    background: #fff;
    border-bottom: 2px solid #eed55c;
    text-align: center
}

.saleDomainInfo__domain {
    display: block;
    margin: 0 0 .4rem;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold
}

.saleDomainInfo__price {
    display: block;
    color: #ff3535;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold
}

.localNav a {
    border: 1px solid #1A60A3;
    text-decoration: none
}

.member .localNav a {
    border: 1px solid #A3183E;
    text-decoration: none
}

.localNav a:hover::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(192,216,237,0.4)
}

.localNav a::before {
    content: '\e926';
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 .4rem
}

.localNav span {
    border: 1px solid #7e9ab4;
    background-color: #7e9ab4;
    font-weight: bold;
    color: #fff
}

.localNav span::before {
    content: '\e924';
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 .4rem
}

.localNav.domain {
    text-align: center;
    margin-bottom: 2.4rem
}

.localNav.domain>* {
    min-width: 280px;
    margin: 0 1.6rem
}

.domainSearch {
    padding: 3.2rem 2.4rem 2.4rem;
    border-radius: 2px;
    margin-bottom: 3.2rem;
    border: 1px solid #9BB4CC
}

.domainSearch .formparts--m {
    font-size: 2rem;
    padding: 1.6rem
}

.domainSearch__name {
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #9BB4CC;
    text-align: center
}

.domainSearch__type {
    margin-top: 1.6rem
}

.domainSearch__type--pref {
    border-top: 1px solid #9BB4CC;
    padding-top: 1.6rem
}

.isHide {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.domainSearch__table--pref {
    display: none
}

.domainSearch__table {
    width: 100%;
    table-layout: fixed
}

.domainSearch__table tr td {
    padding: .4rem
}

.domainSearch__table tr td:first-child {
    padding-left: 0
}

.domainSearch__table tr td:first-child {
    padding-left: 0 !important
}

.domainSearch__table tr td:last-child {
    padding-right: 0;
    border-right: none
}

.domainSearch__table .checkbox {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 1.4rem
}

.domainSearch__addBtn a {
    line-height: 3;
    display: inline-block
}

.domainSearch__addBtn a:before {
    content: '\e917';
    display: inline-block;
    color: #1A60A3;
    margin: 0 .4rem .2rem 0;
    font-size: 1.6rem
}

.sslSelect .radio:before {
    top: 50%;
    left: 2.3rem
}

.sslSelect .radio:after {
    top: 50%;
    left: 1.8rem
}

.sslSelect__meta {
    margin-bottom: .8rem;
    display: flex;
    padding: 1.4rem 1.6rem 1.4rem 4rem;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #CEDCE8;
    border-radius: 2px
}

.sslSelect__brandCatName {
    text-align: left;
    padding: .4rem 0;
    border-radius: 2px;
    margin-bottom: .8rem
}

.sslSelect__brandName {
    vert-align: middle;
    font-size: 1.4rem;
    padding-left: .8rem
}

.sslSelect__planName {
    vert-align: middle;
    font-size: 1.4rem;
    padding-left: .8rem
}

.sslSelect__require {
    font-size: 1.1rem;
    line-height: 1
}

.sslSelect__require img {
    vertical-align: middle;
    margin-right: .4rem
}

.sslSelect__price {
    white-space: nowrap
}

.sslSelect__pr {
    font-size: 1.1rem;
    font-weight: normal;
    color: red
}

.sslSelect__pr>b {
    display: inline-block;
    margin: 0 .4rem 0 1rem;
    padding: 0 .4rem;
    border: 1px solid red;
    border-radius: 2px
}

.sslSelect__pr.ml10 {
    margin-left: 10px
}

.sslSelect__pr.sslSelect__pr--security b {
    border: 1px solid #15b683;
    color: #15b683
}

.setupWaiting {
    text-align: center
}

.setupWaiting.isHide {
    display: none
}

.setupWaiting__spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto 2rem;
    border-top: 5px solid rgba(224,224,224,0.2);
    border-right: 5px solid rgba(224,224,224,0.2);
    border-bottom: 5px solid rgba(224,224,224,0.2);
    border-left: 5px solid #e0e0e0;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: setupWaitingSpinner .5s infinite linear;
    animation: setupWaitingSpinner .5s infinite linear
}

.setupWaiting__spinner::after {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

@keyframes setupWaitingSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.setupWaiting__message {
    margin: 0
}

.cols_priceSpace {
    display: flex;
    flex-wrap: nowrap !important
}

.radio_priceSpace {
    display: flex;
    margin-top: 5px;
    line-height: 1.3
}

.cols_priceSpace li.priceSpace {
    display: flex;
    flex-wrap: nowrap
}

.radio_priceSpace,.priceSpace__block {
    display: block;
    font-size: 1.0rem
}

.radio_priceSpace>b,.priceSpace__block>b {
    color: #8d8d8d;
    margin-right: 5px
}

.radio_priceSpace>.priceSpace__blockRight em,.priceSpace__block>.priceSpace__blockRight em {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal
}

.radio_priceSpace>.priceSpace__blockRight em.bold,.priceSpace__block>.priceSpace__blockRight em.bold {
    font-weight: bold
}

.priceSpace__block {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.priceSpace__planNameArea {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3;
    position: relative
}

.priceSpace__planName {
    margin-right: 5px
}

.radio_recommend_ico {
    padding: 2px 3px;
    background: #fd3419;
    color: #ffffff;
    font-size: 0.9rem;
    position: absolute;
    top: -21px;
    left: 0
}

.friendApply {
    margin-top: 58px;
    padding: 15px 0;
    background: #145fa8;
    text-align: center;
    color: #ffffff
}

.friendApply__mainTtl {
    font-size: 2.0rem;
    font-weight: bold
}

.friendApply b {
    color: #fff000
}

.friendPriceApply {
    display: block !important
}

.friendPriceApply s {
    font-size: 1.4rem
}

.friendPriceApply .fPrice {
    display: inline-block;
    padding: 0 0 0 10px;
    color: red
}

.friendPriceApply .fTxt {
    display: inline-block;
    padding: 0 0 10px 10px;
    color: red;
    font-size: 1.2rem
}

.friendPriceApply .registerPeriod__msg {
    display: inline-block
}

.transitionLink img {
    vertical-align: middle;
    margin-right: .4rem;
    margin-bottom: .1rem
}

.transitionLink a {
    border-radius: 10rem;
    font-size: 1.2rem;
    padding: .8rem 1.6rem
}

.transitionLink img {
    vertical-align: middle;
    margin-right: .4rem;
    margin-bottom: .1rem
}

.transitionLink a {
    border-radius: 10rem;
    font-size: 1.2rem;
    padding: .8rem 1.6rem
}

.news {
    padding: 1.6rem 2.4rem 1.2rem;
    background: #e5f0fa
}

.news__ttl {
    margin-bottom: .8rem;
    font-size: 2.4rem;
    font-weight: normal
}

.news__body {
    margin: 0 0 1.2rem;
    padding: 2.4rem;
    background: #fff
}

.news__list {
    margin-bottom: 2rem
}

.news__listItem {
    width: 100%;
    border-bottom: 1px solid #9BB4CC;
    color: #333940
}

.news__listItem:first-child {
    border-top: 1px solid #9BB4CC
}

.news__listItem>a {
    display: flex;
    padding: 1.6rem 0;
    transition: background-color 0.2s linear
}

.news__listItem>a:link {
    text-decoration: none
}

.news__listItem>a:hover {
    background: #e5f0fa
}

.news__listItemDate {
    padding: 0 1.6rem;
    min-width: 12rem;
    vertical-align: top
}

.news__listItemTtl {
    padding-right: 1.6rem;
    width: 100%
}

.themeDownloadButtonWrap {
    margin-bottom: .8rem
}

.themeDownloadButtonText {
    margin-right: 2.8rem
}

.btn--purchase-wptheme-outline {
    border: 1px solid #f1c101;
    color: #e3b600;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--purchase-wptheme-outline:hover {
    background-color: #fff6d3
}

.btn--purchase-wptheme {
    background-color: #e3b600;
    color: white;
    box-shadow: 2px 2px 2px #cdd1d3;
    transition: .2s
}

.btn--purchase-wptheme:hover {
    background-color: #fcca00
}

.wptheme__table {
    width: 100%;
    border-bottom: 1px solid #9BB4CC;
    margin-bottom: 1.6rem
}

.wptheme__table tbody tr {
    border-top: 1px solid #9BB4CC
}

.wptheme__table th {
    padding: .4rem .8rem;
    font-size: 1.1rem;
    text-align: left;
    white-space: nowrap;
    border-top: 0
}

.wptheme__table td {
    padding: .8rem .8rem;
    vertical-align: middle;
    white-space: nowrap;
    height: 60px
}

.wptheme__table th:first-child,.wptheme__table td:first-child {
    padding-left: 1.6rem
}

.wptheme__table .btn--primary:hover {
    border: none
}

.pageHeader__wpthemeName dt,.pageHeader__wpthemeName dd {
    display: inline-block
}

.pageHeader__wpthemeName dd {
    font-weight: bold
}

.wpthemeCardWrap {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.4rem;
    margin-bottom: 9rem
}

.wpthemeCard {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px 4px 0 0;
    cursor: pointer
}

.wpthemeCard:hover .wpthemeCard--body,.wpthemeCard.isActive .wpthemeCard--body {
    background-color: #e5f0fa
}

.wpthemeCard:hover .wpthemeCard--checkbox,.wpthemeCard.isActive .wpthemeCard--checkbox {
    opacity: 1
}

.wpthemeCard:hover .wpthemeCard--body,.wpthemeCard.isActive .wpthemeCard--body {
    border-color: transparent
}

.wpthemeCard--img img {
    max-width: 100%;
    vertical-align: bottom
}

.wpthemeCard--body {
    flex-grow: 1;
    padding: 2rem 1.6rem;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0 0 4px 4px;
    transition: background-color 0.2s linear, border 0.2s linear
}

.wpthemeCard--header {
    display: flex;
    column-gap: 1.6rem;
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.wpthemeCard--headerWpthemeName {
    font-weight: bold;
    font-size: 1.6rem
}

.wpthemeCard--headerOfficialSiteLink {
    flex-shrink: 0;
    font-size: 1.1rem
}

.wpthemeCard--priceWrap {
    margin: 0 0 1.2rem
}

.wpthemeCard--priceDiscount {
    color: #2573bc;
    font-weight: bold;
    font-size: 2rem
}

.wpthemeCard--priceDiscount .yen {
    font-size: 1.4rem
}

.wpthemeCard--priceDefault {
    margin-left: 0.6rem;
    color: #8d8d8d;
    font-size: 1.4rem;
    text-decoration: line-through
}

.wpthemeCard--description {
    color: #757575;
    font-size: 1.3rem
}

.wpthemeCard--description p {
    margin: 0
}

.wpthemeCard--checkbox {
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s linear
}

.paid_option_wptheme__ttl {
    margin-bottom: 0.8rem;
    color: #1A60A3;
    font-size: 1.6rem
}








.section {
    margin-bottom: 5.6rem
}

.section--s {
    margin-bottom: 2.4rem
}

.endMsg {
    margin-bottom: 4rem
}






.kubun_type {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	display: inline-block;
	margin: 0;
	padding: 1rem;
	vertical-align: middle;
	text-align: center;
	width: 200px !important;
	max-width: 200px !important;
}

.kubun_type.on {
	background-color: #e5f0fa
}
.member .kubun_type.on {
	background-color: #FAE7F0
}

.kubun_type.l {
	text-align: left;
	width: 180px !important;
}
.kubun_type.lc {
	width: 90px !important;
}
.kubun_type.ll {
	width: 250px !important;
	max-width: 250px !important;
}
.kubun_type.off {
	color: #ccc;
}


.table_comment tr th {
	width: 12%;
	white-space: nowrap;
	padding-left: 1.6rem;
	text-align: left;
}
.table_comment tr td {
	min-height: 50px;
	width: auto
}

.table.non_top_border tr:first-child th,.table.non_top_border tr:first-child td {
    border-top: 0;
}


#file_input {
	display: none;
}

.file_area {
}
.file_area img {
	max-height: 50px;
	height: 100%;
}

.file_area .delete {
	display: inline-block;
	margin: 0 20px 30px 0;
	color: #fff;
	background: #d00;
	border: 1px solid #d00;
	border-radius: 5px;
	padding: 2px 8px;
	font-size: 12px;
	cursor: pointer;
}
.file_area .delete:hover {
	opacity: 0.8;
}



.drop-area {
	margin-top: 20px;
	border: 3px dashed #C8C8C8 !important;
	background-color: #F0F0F0 !important;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
}
.drop-area:hover {
	cursor: pointer;
	opacity: 0.8;
}
.drop-area label {
	width: 100%;
	display: inline-block;
}
.drop-area label:hover {
	cursor: pointer;
}
.drop-area label input {
	display: none;
}
.drop-area label svg {
	width: 50px;
	fill: currentColor;
	color: #909090;
}

.file_list {
	margin-top: 10px;
}
.file_list .delete {
	padding: 10px 10px 10px 50px;
	position: relative;
}
.file_list .delete span {
	position: absolute;
	top: 10px;
	left: 0;
	color: #fff;
	background: #d00;
	border: 1px solid #d00;
	border-radius: 5px;
	padding: 2px 8px;
	font-size: 12px;
}

.search_tbl {
    width: 100%;
}

.search_tbl tr th {
	text-align: left;
	vertical-align: middle;
	padding: .2rem .8rem;
	position: relative;
}
.search_tbl tr td {
    text-align: left;
    vertical-align: middle;
    padding: .2rem .8rem;
    position: relative
}

.search_tbl tr th {
	background: rgba(192,216,237,0.4);
	white-space: nowrap;
	padding-left: 1.6rem
}

.member .search_tbl tr th {
	background: rgba(237,194,218,0.4);
}

.search_tbl tr td {
    min-height: 50px;
    width: auto
}

.list_tbl {
	width: 100%;
	border: 1px solid #9BB4CC;
}

.list_tbl tr th {
	background: rgba(192,216,237,0.4);
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	padding: .8rem;
    border: 1px solid #9BB4CC;
}
.member .list_tbl tr th {
	background: rgba(237,194,218,0.4);
}
.list_tbl.nonborder tr th.nonr {
    border-right: none;
}
.list_tbl.nonborder tr th.nonl {
    border-left: none;
}
.list_tbl.nonborder tr th.nonb {
    border-bottom: none;
}
.list_tbl.nonborder.nont {
    border-top: none;
}

.list_tbl tr .nonr {
	border-right: none !important;
}
.list_tbl tr .nonl {
	border-left: none !important;
}


.list_tbl tr th.top {
	vertical-align: top;
}
.list_tbl tr th.bottom {
	vertical-align: bottom;
}

.list_tbl tr td {
	min-height: 50px;
	width: auto
	text-align: left;
	vertical-align: middle;
	padding: .8rem;
	border-left: 1px solid #9BB4CC;
	border-right: 1px solid #9BB4CC;
}

.list_tbl tr:nth-of-type(odd) td {
	background: #efefef;
}
.list_tbl tr:nth-of-type(even) td {
	background: #fff;
}

.list_tbl.h2c tr:nth-of-type(odd) td {
	background: #fff;
}
.list_tbl.h2c tr:nth-of-type(even) td {
	background: #efefef;
}





.checkbox--downloadCheck {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1rem;
    border-radius: 2px;
    border-color: #ABBFD1;
    vertical-align: middle;
    cursor: pointer
}
.member .checkbox--downloadCheck {
    border-color: #D1A9BD;
}
.checkbox--downloadCheck:hover {
    border-color: #1A60A3;
    background-color: #e5f0fa
}

.member .checkbox--downloadCheck:hover {
    border-color: #A3183E;
    background-color: #FAE7F0
}

.checkbox--downloadCheck:hover:after {
    border-color: #1A60A3
}
.member .checkbox--downloadCheck:hover:after {
    border-color: #A3183E
}

.checkbox--downloadCheck:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 1.9rem;
    height: 1.9rem;
    border: 2px solid #ABBFD1;
    border-radius: 2px;
    content: ''
}

input[type="checkbox"]:checked+.checkbox--downloadCheck {
    background-color: #e5f0fa
}

.member input[type="checkbox"]:checked+.checkbox--downloadCheck {
    background-color: #FAE7F0
}

input[type="checkbox"]:checked+.checkbox--downloadCheck:after {
    border-color: #1A60A3;
    background-color: #1A60A3
}

.member input[type="checkbox"]:checked+.checkbox--downloadCheck:after {
    border-color: #A3183E;
    background-color: #A3183E
}

.checkbox--downloadCheck:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: .6rem;
    display: block;
    margin-top: -1rem;
    width: .7rem;
    height: 1.6rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100
}

input[type=checkbox]:checked+.checkbox--downloadCheck:before {
    opacity: 1
}

.w3per {
    width: 3% !important;
}

.section .table a.search {
	position: absolute;
	top: 20px;
	right: 20px;
}

textarea.description {
	height: 12em;
}

/* .page_area
----------------------------------------------------------------------------------------------*/

.page_area {
	padding: 10px;
	border-top: solid 1px #ddd;
	background: #fff;
	height: 70px;
	width: 100%;
	z-index: 1;
	margin-bottom: 70px;
}
.page_area ul {
	display: table;
}
.page_area ul li {
	display: table-cell;
	vertical-align: middle;
}
.page_area .pagination {
	font-size: 80%;
}
.page_area .pagination span {
	padding: 0 5px;
	font-size: 120%;
}
.page_area .pagination .tx {
	padding: 15px 15px 15px 10px;
}

.page_area .pagination a {
	width: 50px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;

	color: #539CFF;
	background: #C1DCFF;
	font-size: 160%;


	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.page_area .pagination a:hover {
	color: #fff;
	background: #ccc;
}


.topBar__label {
	position: relative;
//	padding-left: 40px;
	font-weight: bold;
}
.topBar__label img {
	position: absolute;
	width: 30px;
	left: 0;
	top: 12px;
}


/* .formContents
----------------------------------------------------------------------------------------------*/
.formContents {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
}
.formContents .formBody {
}
.formContents .formBody dl {
	padding-bottom: 15px;
}
.formContents .formBody dt {
	position: relative;
	padding: 10px;
	padding-left: 50px;
}
.formContents .formBody dt span {
	right: auto;
	left: -15px;
}

.formContents input {
	font-size: 1.6rem;
    border-radius: 2px;
    padding: 12px;
    margin-right: .4rem;
    line-height: 1;
    border: 1px solid #9BB4CC
}

.formContents select {
	font-size: 1.6rem;
    padding: 12px;
    margin-right: .4rem;
    line-height: 1
}

.formContents textarea {
	font-size: 1.6rem;
    border-radius: 2px;
    padding: 12px;
    border: 1px solid #9BB4CC;
    line-height: 1.8
}

/* .facility_item
----------------------------------------------------------------------------------------------*/

.about_block.facility_item {
	padding: 40px 0;
	position: relative;
}
.about_block.facility_item h1 {
	padding: 0 20px 3px;
	font-size: 28px;
	border-bottom: 4px solid #154AA1;
}

.about_block.facility_item .btn {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 14px;
	padding: 10px 10px;
	width: 80px;
}

.about_block.facility_item p {
	padding: 20px;
}

.about_block.facility_item .section01 {
	position: relative;
	padding-left: 85px;
}
.about_block.facility_item .hirosa {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	text-align: center;
	border: 1px solid #ccc;
}
.about_block.facility_item .hirosa h4 {
	padding: 3px 5px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	background: #FFF200;
	text-align: center;
	font-size: 12px;
}
.about_block.facility_item .hirosa p {
	padding: 5px;
	margin: 0;
	font-size: 16px;
}

.about_block.facility_item .setsubi {
	border: 1px solid #999;
	margin: 20px 10px 10px;
	background: #E3EAFF;
}
.about_block.facility_item .setsubi h2 {
	padding: 0 0 3px;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin: 10px 15px;
}
.about_block.facility_item .setsubi ul {
	padding: 0 20px 10px;
}
.about_block.facility_item .setsubi li {
	position: relative;
	padding-left: 20px;
	color: #000;
}
.about_block.facility_item .setsubi li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


.about_block.facility_item .youto {
	border: 1px solid #ddd;
	margin: 10px 10px 40px;
}
.about_block.facility_item .youto h2 {
	padding: 10px 15px 10px;
	font-size: 18px;
	color: #fff;
	background: #6ACC5F;
}

.about_block.facility_item .youto ul {
	padding: 10px 15px;
}
.about_block.facility_item .youto ul li {
	position: relative;
	padding-left: 20px;
}
.about_block.facility_item .youto ul li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


.about_block.facility_item .fee,
.about_block.facility_item .cancel_policy {
	margin-bottom: 50px;
}
.about_block.facility_item .fee h2,
.about_block.facility_item .cancel_policy h2,
.about_block.facility_item .kinshi h2 {
	padding: 0 0 3px;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin: 10px 20px;
}

.about_block.facility_item .fee .fee_tbl {
	overflow-x: auto;
}
.about_block.facility_item .fee table {
	border-collapse:collapse;
	margin: 20px 20px 0;
	width: 800px;
	white-space: nowrap;
}
.about_block.facility_item .fee table th {
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.about_block.facility_item .fee table td {
	border: 1px solid #999;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.about_block.facility_item .cancel_policy p {
	padding: 10px 20px;
}
.about_block.facility_item .kinshi p {
	padding: 10px 20px 30px;
}

.about_block.facility_item .fee ul {
	padding: 20px;
}
.about_block.facility_item .cancel_policy ul {
	padding: 0 20px;
}
.about_block.facility_item .fee li,
.about_block.facility_item .cancel_policy li {
	position: relative;
	padding-left: 20px;
}
.about_block.facility_item .fee li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.about_block.facility_item .cancel_policy li:before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}

.about_block.facility_item .kiyaku {
	height: 300px;
	width: calc( 100% - 42px );
	margin: 0 auto;
	overflow-y: scroll;
	border: 1px solid #FF98B4;
	background: #FFEFF6;
	padding: 20px 20px 0;
	margin-bottom: 40px;
}

@media screen and (max-width:600px){
	.about_block.facility_item .kiyaku {
		height: 200px;
	}
}

.about_block.facility_item .kiyaku h2 {
	padding: 0 0 3px;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.about_block.facility_item .kiyaku .block {
	margin: 0 0 40px;
}

.about_block.facility_item .kiyaku h3 {
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	margin-bottom: 5px;
}
.about_block.facility_item .kiyaku h3:before {
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
}

.about_block.facility_item .kiyaku ul li {
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	margin: 0 5px;
}
.about_block.facility_item .kiyaku ul li:before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}

.about_block.facility_item .kiyaku p {
	padding: 0;
	font-size: 16px;
	margin: 0 5px;
}

/* .lesson_item.search_block
----------------------------------------------------------------------------------------------*/

.lesson_item.search_block {
	padding-top: 100px;
	margin-top: -100px;
}
.lesson_item.search_block section {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 20px;
}
.lesson_item.search_block h1 {
	padding: 20px 20px 3px;
	font-size: 24px;
	border-bottom: 1px solid #999;
	margin: 10px 0 40px;
}
.lesson_item.search_block h2 {
	padding: 0 0 3px;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin: 10px 20px;
}

.lesson_item.search_block .formBody {
	margin: 20px 20px 0;
}
.lesson_item.search_block .formBody dl {
	padding: 0 0 20px;
}
.lesson_item.search_block .formBody select {
	font-size: 18px;
	padding: 10px 40px 10px 10px;
	line-height: 1;
	color: #000;
}
.lesson_item.search_block .formBody label.select::after {
	pointer-events: none;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 30%;
	border-bottom: #9BB4CC 2px solid;
	border-right: #9BB4CC 2px solid;
	transform: rotate(45deg) translateY(-30%)
}

/* .lesson_item.calendar_block
----------------------------------------------------------------------------------------------*/

.lesson_item.calendar_block {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 50px;
}
.lesson_item.calendar_block table {
	width: 100%;
	border-spacing:0;
	border-top: 1px solid #9BB4CC;
}
.lesson_item.calendar_block th {
	font-size: 14px;
	font-weight: normal;
	width: 70px;
}
.lesson_item.calendar_block td {
	width: calc( 100% - 70px );
	border-bottom: 1px solid #9BB4CC;
	padding: 0 10px 10px;
}
.lesson_item.calendar_block th {
	border-bottom: 1px solid #9BB4CC;
	padding: 5px !important;
}
.lesson_item.calendar_block th label {
	font-size: 10px;
}
.lesson_item.calendar_block .holi th,
.lesson_item.calendar_block .sun th {
	background: #ffc8c8;
}
.lesson_item.calendar_block .sat th {
	background: #C2D2FF;
}
.lesson_item.calendar_block label.holiday {
	font-size: 12px;
	padding: 2px 10px;
	background: #ffc8c8;
	border: 1px solid #d00;
}

.lesson_item.calendar_block td .item {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 0;
	clear: both;
	position: relative;
}
.lesson_item.calendar_block td .item .thumb {
	width: 80px;
	height: 100%;
	position: absolute;
	top: 2px;
	right: 2px;
	overflow: hidden;
}
.lesson_item.calendar_block td .item .thumb img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.lesson_item.calendar_block td .item h2 {
	font-size: 16px;
}
.lesson_item.calendar_block td .item h2 span {
	display: block;
	cursor: pointer;
}
.lesson_item.calendar_block td .item h2 span.division {
	display: block;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	width: 140px;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
}
.lesson_item.calendar_block td .item p {
	font-size: 12px;
	color: #999;
}
.lesson_item.calendar_block td .item .time {
	font-size: 18px;
	color: #1C2ECC;
}
.lesson_item.calendar_block td .item .btn {
	font-size: 12px;
	padding: 10px;
	width: 120px;
}
.lesson_item.calendar_block td .item .reserve_button {
	text-align: left;
	margin: 5px 0 0;
}


.lesson_item.calendar_block .finish td,
.lesson_item.calendar_block .finish th {
	border-bottom: 1px solid #9BB4CC;
	padding: 2px 10px;
	font-size: 12px;
}
.lesson_item.calendar_block .finish th {
	padding: 2px 5px;
}
.lesson_item.calendar_block .finish th label {
	font-size: 10px;
}
.lesson_item.calendar_block td .item.finish {
	border: 0;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 260px;
}
.lesson_item.calendar_block td .item.finish h2 {
	font-size: 12px;
	margin: 0;
	display: inline;
}
.lesson_item.calendar_block td .item.finish h2 span {
	display: inline;
	cursor: pointer;
	margin: 0 5px;
}
.lesson_item.calendar_block td .item.finish p {
	font-size: 12px;
	margin: 0 5px;
}
.lesson_item.calendar_block td .item.finish label {
	font-size: 12px;
	margin: 0 5px;
}
.lesson_item.calendar_block td .item.finish .txt {
	display: inline;
	font-size: 12px;
	margin-left: 20px;
}


/* .about_block.form_block
----------------------------------------------------------------------------------------------*/

.about_block.form_block h1 {
	padding: 20px 20px 3px;
	font-size: 24px;
	border-bottom: 1px solid #999;
	margin: 10px 0;
}

.about_block.form_block section {
	margin: 10px;
}

.about_block.form_block section dl {
	padding: 5px 10px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #999;
}
.about_block.form_block section dl dt {
	font-weight: bold;
	font-size: 12px;
}
.about_block.form_block section dl dd {
	font-size: 18px;
	padding: 0 10px;
}
.about_block.form_block section dl dd .title {
	font-size: 24px;
}
.about_block.form_block section dl dd .division {
	display: block;
	border-width: 1px;
	border-style: solid;
	width: 200px;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px;
}

.about_block.form_block section dl dd .day {
}
.about_block.form_block section dl dd .time {
	color: #1C2ECC;
}


/* .facility_item.search_block
----------------------------------------------------------------------------------------------*/

.facility_item.search_block {
	padding-top: 100px;
	margin-top: -100px;
}
.facility_item.search_block section {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 20px;
}
.facility_item.search_block h1 {
	padding: 20px 20px 3px;
	font-size: 24px;
	border-bottom: 1px solid #999;
	margin: 10px 0 40px;
}

.facility_item.search_block .formBody {
	margin: 20px 20px 0;
}
.facility_item.search_block .formBody dl {
	padding: 0 0 20px;
}
.facility_item.search_block .formBody select {
	font-size: 18px;
	padding: 10px 40px 10px 10px;
	line-height: 1;
	color: #000;
}
.facility_item.search_block .formBody label.select::after {
	pointer-events: none;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 30%;
	border-bottom: #9BB4CC 2px solid;
	border-right: #9BB4CC 2px solid;
	transform: rotate(45deg) translateY(-30%)
}

.facility_item.search_block .formBody .radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 16px 10px 38px;
	border-radius: 2px;
	border-color: #ABBFD1;
	vertical-align: middle;
	cursor: pointer;
}

.facility_item.search_block .formBody .radio:after {
	-webkit-transition: background-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -12px;
	width: 22px;
	height: 22px;
	border: 2px solid #ABBFD1;
	border-radius: 100px;
	content: '';
}

.facility_item.search_block .formBody .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #1A60A3;
	content: '';
}

.facility_item.search_block h2 {
	padding: 0 0 3px;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin: 10px 20px;
}
.facility_item.search_block h2 label {
	font-size: 12px;
}

/* .facility_item.month_calendar
----------------------------------------------------------------------------------------------*/

.facility_item.month_calendar {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 40px;
}
.facility_item.month_calendar table {
	width: 100%;
	border-collapse: collapse;
}
.facility_item.month_calendar td,
.facility_item.month_calendar th {
	border-bottom: 1px solid #9BB4CC;
	padding: 10px;
	text-align: center;
}
.facility_item.month_calendar th.sun {
	color: #FF4F46;
}
.facility_item.month_calendar th.sat {
	color: #4C63FF;
}
.facility_item.month_calendar td {
	color: #999;
}
.facility_item.month_calendar table .day {
	color: #3F48CC;
	cursor: pointer;
}
.facility_item.month_calendar table .day:hover {
	opacity: 0.8;
}
