@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Serif+JP:wght@500&display=swap');

/***********************************************************************

------------------------------------------------------------------------
RESET
***********************************************************************/

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, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
	box-sizing: border-box;
	font-weight: 500;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/***********************************************************************

------------------------------------------------------------------------
SET
***********************************************************************/

html, body {
	height: 100%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
/*	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;*/
/*	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	letter-spacing: .1em;
    font-feature-settings:"palt";
	font-size: 18px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
	word-break: break-all;
	background: #fff;
	color: #000;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width/***/: auto;
}
@media only screen and (min-width: 767px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
_::-webkit-full-page-media, _:future, :root img {
	image-rendering: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, img {
		image-rendering: auto;
	}
}
a {
	text-decoration: none;
	color: #333;
	transition: all 0.08s linear;
}
a:active,
a:hover,
a:focus {
	outline: none;
}
a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	zoom: 1;
}
a img,
input[type="image"],
input[type="submit"] {
	opacity: 1;
	filter: alpha(opacity=100); 
}
a:hover img.noTrans {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}
a[href^="tel:"]:hover {
    opacity: 1;
}
@media screen and (max-width:640px) {
	a[href^="tel:"]  {
		pointer-events: auto;
	}
}
input,
textarea,
select{
	border: 0 none;
	box-sizing: border-box;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 12px 25px;
	line-height: 1.8;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
textarea {
	border: 1px solid #c9d2d8;
	color: inherit;
	font-size: 16px;
	border-radius: 100px;
	width: 100%;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border:solid 2px #9BC800 !important;
	box-shadow:rgba(0,0,0,0.1) 2px 2px 3px 0 inset,rgb(51,51,51) 0 0 0 0;
/*	border:solid 1px #47A4F5; 青*/
/*	border:1px solid #b03535;　赤*/
/*	box-shadow: 0 0 5px #d45252;　赤い影*/
} 
input[type=text].err,
input[type=tel].err,
input[type=email].err,
input[type=number].err,
input[type=url].err,
input[type=password].errr,
textarea.err {
/*
	border-color: #d00012;
	background-color: #FFF4F4;
*/
    background-color:#FFE6E6 !important;
	border: solid 2px #9BC800 !important;
	box-shadow: rgba(0,0,0,0.1) 2px 2px 3px 0 inset,rgb(51,51,51) 0 0 0 0;
}

/* ---------------------------
エラー文言表示
----------------------------- */

p.err {
	color:#FF0000;
	font-weight:bold;
	padding-top:5px;
}
/*
p.err:before {
	font-family:'fontello';
	content:'\e836';
	color:#FF9E05;
	padding-right:7px;
}
*/
p.err:empty {
	display:none;	
}
textarea {
	resize: none;
	height: 155px;
	line-height: 1.6;
}
select {
    border: 1px solid #c9d2d8;
	border-radius: 100px;
	color: inherit;
	font-size: 16px;
}
label {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	border: 1px solid #c9d2d8;
}
input[type=submit], 
input[type=reset],
input[type=button] {
	border-radius: 0;
	-webkit-appearance: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}
button {
	font-family: inherit;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
}
/*
::selection      {background: #F7D200; color: #111;}
::-moz-selection {background: #F7D200; color: #111;}
*/
::selection      {background: #000; color: #fff;}
::-moz-selection {background: #000; color: #fff;}

::-webkit-input-placeholder {color:#B3B3B3;}
:-moz-placeholder           {color:#B3B3B3;}
::-moz-placeholder          {color:#B3B3B3;}
:-ms-input-placeholder      {color:#B3B3B3!important;}

.clear {
	clear: both;
}
.clearfix:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

/* FONT SIZE
========================================== */

.fontB {font-weight: bold!important;}
.fontN {font-weight: normal!important;}

.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font26 {font-size: 26px;}

@media only screen and (min-width: 767px) {
    .font10_sp {font-size: 10px;}
    .font11_sp {font-size: 11px;}
    .font12_sp {font-size: 12px;}
    .font13_sp {font-size: 13px;}
    .font14_sp {font-size: 14px;}
    .font15_sp {font-size: 15px;}
    .font16_sp {font-size: 16px;}
    .font18_sp {font-size: 18px;}
    .font20_sp {font-size: 20px;}
    .font26_sp {font-size: 26px;}
}

/* FONT COLOR
========================================== */

.txtGray6 {color: #666;}
.txtGold  {color: #CC993E;}
.txtBlue  {color: #09C;}
.txtRed   {color: #F00;}

/* LINE HEIGHT
========================================== */

.lh10 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh14 {line-height: 1.4;}
.lh16 {line-height: 1.6;}
.lh18 {line-height: 1.8;}
.lh20 {line-height: 2;}
.lh24 {line-height: 2.4;}

/* FLOAT
========================================== */

.fR {float: right;}
.fL {float: left;}

/* KOME
========================================== */

.kome       {padding-left: 1em;   text-indent: -1em;}
.komeH      {padding-left: 0.5em; text-indent: -0.5em; display:block;}
.ulKome li  {padding-left: 1em;   text-indent: -1em;}
.ulKomeH li {padding-left: 0.5em; text-indent: -0.5em; display:block;}

/* TEXT ALIGN
========================================== */

.taC {text-align: center;margin-left: auto;margin-right: auto;}
.taR {text-align: right;}
.taL {text-align: left;}

/* LETTER SPACING
========================================== */

.lsN   {letter-spacing: normal!important;}
.ls01  {letter-spacing: 0.1rem!important;}
.ls02  {letter-spacing: 0.2rem!important;}
.ls-01 {letter-spacing: -0.1rem!important;}
.ls-02 {letter-spacing: -0.2rem!important;}

/* WIDE
========================================== */

.w100 {width: 100px;}
.w120 {width: 120px;}
.w150 {width: 150px;}
.w240 {width: 240px;}
.w400 {width: 400px;}
.w500 {width: 500px;}
.w700 {width: 700px;}

.w20per  {width: 20%;}
.w40per  {width: 40%;}
.w55per  {width: 55%;}
.w60per  {width: 60%;}
.w80per  {width: 80%;}
.w85per  {width: 85%;}
.w100per {width: 100%;}

/* HEIGHT
========================================== */

.h23  {height: 23px;}
.h42  {height: 42px;}
.h63  {height: 63px;}
.h84  {height: 84px;}
.h105 {height: 105px;}
.h210 {height: 210px;}

/* UNDERLINE
========================================== */

.undL      {text-decoration: underline;}
.undN      {text-decoration: none;}
.uchikeshi {text-decoration: line-through;}

/* レスポンシブ対応
========================================== */

.only_pc {font-weight: inherit;}
	@media only screen and (max-width: 767px) {.only_pc {display: none!important;}}
.only_sp {font-weight: inherit;}
	@media only screen and (min-width: 767px) {.only_sp {display: none!important;}}

/***********************************************************************

------------------------------------------------------------------------
フォーム装飾
***********************************************************************/

/* セレクトボックス装飾
========================================== */

select {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	padding-right:35px;
	background: #fff url(../img/ic_select.png) right 50% no-repeat;
	font-size: inherit;
	height: 48px;
	border-radius: 3px;
	width: 160px;
}
select::-ms-expand {
	display: none;
}
/* グループ */
select optgroup {
    font-family: 'Noto Sans JP', sans-serif;
}

/* ラジオボタン装飾
========================================== */

input[type="radio"] {
	font-size: 100%;
	width: 1em;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}
input[type="radio"]+label:before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	background-color: #fff;
	color: #CCC;
	border-style: solid;
	border-width: 1px;
	font-size: 172%;
	width: 16px;
	height: 16px;
	margin-left: -0.625em;
	margin-top: -0.15em;
	margin-right: 0.3em;
}
input[type="radio"]+label:before {
	border-width: 0.1875em;
	border-radius: 0.5em;
}
input[type="radio"]:checked+label:before {
	border-style: double;
	border-width: 13px;
	width: 0;
	height: 0;
	color: #0088d5;
}
/* エラー対応 */
input.err_form[type="radio"]+label:before {
	background-color: #FFEEEE;
}
/* disabled対応 */
input[type="radio"]:disabled,
input[type="radio"]:disabled+label,
input[type="radio"]:disabled+label:before {
	color: #666;
	cursor: default;
}
/*
input[type="radio"]:disabled+label:before {
	background-color:#CCC;
}
*/
/* フォーカス時に色を変える */
input[type="radio"]:focus+label:before {
	color: #9BC800;
}
input[type="radio"]+label {
	font-size: 16px;
}

/* チェックボックス装飾
========================================== */

label.check_label {
	overflow: hidden;
	position: relative;
}
label.check_label:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 0;
	border: 1px solid #B3B3B3;
	z-index: 3;
}
label.check_label:after {
	content: '';
	position: absolute;
	top: 40%;
	left: 6px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #0088d5;
	border-bottom: 3px solid #0088d5;
	transform: rotate(45deg);
	z-index: 1;
}
label.check_label input[type="checkbox"] {
	-webkit-appearance: none;
	position: absolute;
	top: -10px;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	box-shadow: 41px 0px #FFFFFF;
	z-index: 2;
	margin: 0;
	padding: 0;
}
/* FireFoxハック（チェックボックスがズレる）*/
@-moz-document url-prefix() {
	label.check_label:before {
		top: 4px;
	}
	label.check_label:after {
		margin-top: -4px;
	}
	label.check_label input[type="checkbox"] {
		top: 4px;
	}
}
label.check_label input[type="checkbox"]:disabled {
	box-shadow: 41px 0px #eee;
	height: 22px;
}
label.check_label input[type="checkbox"]:checked {
	box-shadow: none;
}
/*
label.check_label input[type="checkbox"]:checked:focus {
	box-shadow:40px 0px #FFFFFF;
	opacity:0.1;
}
label.check_label input[type="checkbox"]:focus {
	box-shadow:41px 0px #FFFFFF;
}
*/

/* 	ファイル装飾
========================================== */

label.file_label {
	padding: 25px 40px;
	border-radius: 4px;
/*	background-color:#999;*/
	background-color: #9BC800;
	color: #fff;
	display: inline-block;
	font-size: 18px;
}

/***********************************************************************

------------------------------------------------------------------------
確認・登録ボタン
***********************************************************************/

input.btnFormS,
input.btnFormM,
input.btnFormL,
input.btnGrayS {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background-color: #C00;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	border-bottom: 3px solid #BD0000;
	letter-spacing:.3em;
	transition: 0.2s;
	padding: 12px 8px 9px;
}
/* 一覧の「検索」で利用 */
input.btnFormS {
	margin: 15px auto 0;
	min-width: 160px;
}
/* アカウントの「登録・更新」で利用 */
input.btnFormM {
	margin: 25px auto 50px;
	min-width: 200px;
}
/* 詳細の「登録・更新」で利用 */
input.btnFormL {
	margin: 50px auto 80px;
	min-width: 450px;
	padding: 18px 8px 15px;
	font-size: 22px;
}
/* 一覧の「全解除」で利用 */
input.btnGrayS {
	color: #9A9BA2;
	background-color: #E7E7E7;
	min-width: 80px;
	border-bottom: 3px solid #E7E7E7;
	letter-spacing: normal;
}
input.btnFormS:hover,
input.btnFormM:hover,
input.btnFormL:hover {
	background-color: #BD0000;
	transition: 0.2s;
}
input.btnGrayS:hover {
	background-color: #DDD;
	transition: 0.2s;
}

/***********************************************************************

------------------------------------------------------------------------
バリデート・エラーの吹き出し表示
***********************************************************************/
/* 参考
file:///D:/ffftp/%E3%80%90FA%E3%80%91%E3%82%AF%E3%83%A9%E3%82%A6%E3%83%89HR/edit.html
*/

.err_tooltip {
	position: relative;
	display: inline-block;
}
.err_tooltip strong {
	background: #d45252;
	border-radius: 3px;
	color: #fff;
	padding: 2px 6px;
	z-index: 99;
	font-size: 13px;
	opacity: 0.9;
	position: absolute;
	top: -30px;
	right: -40px;
	display: none;
}
.err_tooltip  strong:before {
	content: "\25BC";
/*	content:"\25C0";横向き */
	color: #d45252;
	position: absolute;
	bottom: -12px;
	left: 8px;
}
/* インライン表示（追加・削除がなければ使用可）
span.err_tooltip {
	position:relative;
	margin-left:-70px;
	margin-top:-65px;
}
*/

/***********************************************************************

------------------------------------------------------------------------
通信中のスピナー表示
***********************************************************************/

#connect_overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.8);
}
#connect_overlay p {
	position: absolute;
	width: 100%;
	margin-top: 40vh; 
	text-align: center; 
	color: #fff;
}
#connect_overlay .connect_spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#connect_overlay .connect_spinner span {
	width: 80px;
	height: 80px;
	border: 4px #ddd solid;
	border-top: 4px #999 solid;
	border-radius: 50%;
	animation: spinner-anime 0.8s infinite linear;
}
@keyframes spinner-anime {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(359deg); }
}
