@charset "utf-8";

/*=============================================
webfonts
=============================================*/
@import url('yakuhanjp.css');
@import url('fontawesome-all.css');
@import url('fontawesome-scaru-patch.css?20251124');

/*=============================================
reset
=============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
	background: #fff;
	color: #25292e;
	font-size: .875rem;
	line-height:1.8;
	font-family:"YakuHanJP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

p,th,td,li,dt,dd {
	font-size: .875rem;
}

ol, ul, li {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:link    {color:#25292e; text-decoration:none;}
a:visited {color:#25292e; text-decoration:none;}
a:hover   {color:#25292e; text-decoration:none;}
a:active  {color:#25292e; text-decoration:none;}

strong {
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #e6e6e6;
	margin:1em 0;
	padding:0;
}

input,textarea,select,option,button {
	font-family:"YakuHanJP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Noto Sans",sans-serif;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #25292e;
	-webkit-appearance: none;
	border-radius: 0;
}

p,th,td,li,dt,dd {
	font-size: .875rem;
}

ol, ul, li {
	list-style:none;
}
li > p {
	list-style:none;
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:link    {color:#25292e; text-decoration:none;}
a:visited {color:#25292e; text-decoration:none;}
a:hover   {color:#25292e; text-decoration:none;}
a:active  {color:#25292e; text-decoration:none;}

strong {
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #e6e6e6;
	margin:1em 0;
	padding:0;
}

input,textarea,select,option,button {
	font-family:"YakuHanJP","Yu Gothic Medium","���S�V�b�N Medium",YuGothic,"���S�V�b�N��","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","���C���I",Meiryo,"Noto Sans",sans-serif;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #25292e;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(img/checkbox_off.svg) left top;
	background-size: 16px 16px;
}

input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(img/checkbox_on.svg) left bottom;
	background-size: 16px 16px;
	opacity: 0.85;
}

input.sizeM,
input.sizeM:checked::before {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	opacity: 0.85;
}

input[type="radio"]{
	display: none;
}
input[type="radio"] + label {
	padding-left: 27px;
	position:relative;
}
input[type="radio"] + label::before,
input[type="radio"]:checked + label::after {
	content: "";
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #bbc0c7;
	border-radius: 50%;
}
input[type="radio"]:checked + label::after{
	border: 5px solid #606873;
}

input[type="radio"].size12 + label {
	padding-left: 20px;
}
input[type="radio"].size12 + label::before,
input[type="radio"]:checked.size12 + label::after {
	top: 2px;
	width: 14px;
	height: 14px;
}
input[type="radio"]:checked.size12 + label::after{
	border: 4px solid #606873;
}


/*==================================================================
overwrite class
==================================================================*/
.alignC {text-align: center !important;}
.alignR {text-align: right !important;}

.w80 {width: 80px !important;}
.w86 {width: 86px !important;}
.w120 {width: 120px !important;}
.w150 {width: 150px !important;}
.w160 {width: 160px !important;}
.w180 {width: 180px !important;}
.w200 {width: 200px !important;}
.w210 {width: 210px !important;}
.w240 {width: 240px !important;}
.w300 {width: 300px !important;}
.w355 {width: 355px !important;}
.w360 {width: 360px !important;}
.w380 {width: 380px !important;}
.w420 {width: 420px !important;}
.w100per {width: 100% !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}

.mt-10 {margin-top: -10px !important;}
.mt-20 {margin-top: -20px !important;}
.mt-30 {margin-top: -30px !important;}


.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}

.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}

.ml5 {margin-left: 5px !important;}
.ml20 {margin-left: 20px !important;}
.ml35 {margin-left: 35px !important;}
.ml60 {margin-left: 60px !important;}

.normal {font-weight: normal !important;}
.size12 {font-size: 12px !important;}
.size14 {font-size: 14px !important;}
.size15 {font-size: 15px !important;}
.size16 {font-size: 16px !important;}
.size18 {font-size: 18px !important;}
.size20 {font-size: 20px !important;}

em.red {color:#f52733 !important;}

.over:hover {
	opacity: 0.7;
	transition: 0.3s;
}


body {
	display: flex;
	flex-direction: column;
}

/*==================================================================
wrapper
==================================================================*/
#wrapper {
	display: flex;
	width: 100%;
	min-width: 1200px;
	min-height: 100vh;
	margin: 0 auto;
}


/*==================================================================
navi
==================================================================*/
#navi {
	width: 280px;
	min-height: 100vh;
}
#navi:after {
	content: "";
	display: flex;
	width: 280px;
	height: 100%;
}
#navi .wrap {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 280px;
	height: 100vh;
	background: linear-gradient(to bottom, #8c0007 10%,#630004 100%);
}

/* navi off
-------------------*/
#navi.off {
	width: 50px;
}


/*--------------------------------------------------------
logo
--------------------------------------------------------*/
#navi h1 {
	box-sizing: border-box;
	min-height: 110px;
	padding: 30px 0 0;
	text-align: center;
	background: #fff;
	border-right: 1px solid #e2e4e8;
}
#navi h1 img {
	width: 180px;
	height: 49px;
}

/* navi off
-------------------*/
#navi.off h1 {
	padding: 34px 0 0 6px;
	text-align: left;
}
#navi.off h1 img {
	width: auto;
	height: 37px;
}
#navi.off h1:after {
	position: absolute;
	top: 0;
	left: 49px;
	content: '';
	display: block;
	width: 1px;
	height: 110px;
	background: #e2e4e8;
}

/*--------------------------------------------------------
menu
--------------------------------------------------------*/
#navi #menu {
	flex: 1 1 auto;
}

/*--------------------------------
main
--------------------------------*/
#navi #menu ul.main {
	background: linear-gradient(to bottom, #7a0005 50%,#640005 100%);
}
#navi #menu ul li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	min-height: 54px;
	padding: 18px 10px 18px 70px;
	line-height: 1.2;
	font-size: 16px;
	color: #fff;
}
#navi #menu ul li.on a {
	background: #f52733;
}
#navi #menu ul li.on a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #ffffff transparent transparent;
}
#navi #menu ul li a:hover {
	background: #b6141c;
}
#navi #menu ul li a i {
	position: absolute;
	top: 50%;
	left: 35px;
	margin-top: -8px;
	color: #ff7980;
}
#navi #menu ul li.on a i {
	color: #fff;
}

/* navi off
-------------------*/
#navi.off #menu ul.main {
	position: relative;
	left: -20px;
}
#navi.off #menu ul li.on a:after {
	left: 65px;
}

/*--------------------------------
sub
--------------------------------*/
#navi #menu ul.sub {
	padding-top: 17px;
}
#navi #menu ul.sub li a {
	box-sizing: border-box;
	min-height: 36px;
	padding: 12px 0 12px 70px;
	font-size: 14px;
	color: rgba(255,255,255,0.9);
}
#navi #menu ul.sub li a i {
	font-size: 16px;
	margin-top: -8px;
}

/* navi off
-------------------*/
#navi.off #menu ul.sub {
	position: relative;
	left: -20px;
}

/*--------------------------------------------------------
toggle button
--------------------------------------------------------*/
#navi .toggle {
	position: relative;
	height: 42px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 50px;
	padding: 0 60px 0 0;
	text-align: right;
	color: rgba(255,255,255,0.7);
	line-height: 41px;
	border-top: 1px solid #a80007;
	border-bottom: 1px solid #a80007;
	background: #700005;
	cursor: pointer;
}
#navi .toggle:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	font-family: 'Font Awesome 5 Free';
	content: '\f104';
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	color: rgba(255,255,255,0.6);
	background: #c0000b;
}

/* navi off
-------------------*/
#navi.off .toggle:after {
	left: 0;
	content: '\f105';
}


/*==================================================================
navi > customer
==================================================================*/
.customer #navi {
	box-sizing: border-box;
	position: relative;
	background: #f7f7f7;
	border-right: 1px solid #e2e4e8;
}
.customer #navi .wrap {
	background: none;
}

/*--------------------------------------------------------
logo
--------------------------------------------------------*/
.customer #navi h1 {
	background: none;
	border: none;
	border-bottom: 1px solid #e2e4e8;
}
/* navi off
-------------------*/
.customer #navi.off h1:after {
	background: #e2e4e8;
}

/*--------------------------------------------------------
menu
--------------------------------------------------------*/
.customer #navi #menu {
	overflow: auto;
}


/*--------------------------------
main
--------------------------------*/
.customer #navi #menu ul.main {
	background: none;
	border-top: 1px solid #e2e4e8;
}
.customer #navi #menu ul.main:first-child {
	border-top: none;
}
.customer #navi #menu ul li a {
	min-height: 44px;
	padding: 12px 0px 12px 70px;
	font-size: 14px;
	color: #25292e;
}
.customer #navi #menu ul li.on a {
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #e2e4e8;
	border-bottom: 1px solid #e2e4e8;
}
.customer #navi #menu ul li:first-child.on a {
	border-top: none;
}
.customer #navi #menu ul li a:hover {
	position: relative;
	background: #fff;
}
.customer #navi #menu ul li:not(.on) a:hover:before {
	position: absolute;
	left: 279px;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #e2e4e8;
	z-index: 1;
}
.customer #navi #menu ul li a i {
	color: #db000c;
}
.customer #navi #menu ul li.on a i {
	color: #db000c;
}
/* navi off
-------------------*/
.customer #navi.off #menu ul li:not(.on) a:hover:before {
	left: 69px;
}

/*--------------------------------
sub
--------------------------------*/
.customer #navi #menu ul.sub {
	padding-top: 0;
	margin-bottom: 50px;
	border-top: 1px solid #e2e4e8;
}
.customer #navi #menu ul.sub li a {
	box-sizing: border-box;
	min-height: 36px;
	padding: 12px 0 12px 70px;
	font-size: 13px;
	color: #25292e;
}
.customer #navi #menu ul.sub li a i {
	font-size: 14px;
	margin-top: -6px;
	color: #ccc;
}

/* navi off
-------------------*/
.customer #navi.off #menu ul.sub {
	position: relative;
	left: -20px;
}

/*--------------------------------------------------------
toggle button
--------------------------------------------------------*/
.customer #navi .toggle {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 280px;
	color: #838a93;
	border-top: 1px solid #e2e4e8;
	border-bottom: 1px solid #e2e4e8;
	background: #f7f7f7;
	z-index: 1;
}
.customer #navi .toggle:after {
	box-sizing: border-box;
	color: #ccc;
	background: #fff;
	border-right: 1px solid #e2e4e8;
}



/*--------------------------------------------------------
footer
--------------------------------------------------------*/
#footer {
	display: flex;
	padding: 40px 0 25px 40px;
}
#footer p {
	margin-right: 26px;
	font-size: 12px;
	letter-spacing: 0.6px;
	color: #25292e;
}
#footer ul {
	display: inline-flex;
}
#footer ul li {
	padding-right: 1em;
	font-size: 12px;
}
#footer ul li a {
	color: #838a93;
	text-decoration: underline;
}


/*==================================================================
pagetop button
==================================================================*/
#support,
#pagetop {
	position: fixed;
	right: 20px;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	background: #fff;
	z-index: 3;
}
#support {
	bottom: 77px;
}
#pagetop {
	bottom: 20px;
}
#support a,
#pagetop a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	border-radius: 50px;
	box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.05);
	background: #bbc0c7;
}
#support a {
	background: #606873;
}


/*==================================================================
toast
==================================================================*/
.toast {
	position: fixed;
	box-sizing: border-box;
	width: 900px;
	left: 50%;
	top: 140px;
	margin-left: -450px;
	padding: 20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 30px;
	text-align:center;
	border-radius: 50px;
	z-index: 10000;
}

/*==================================================================
require
==================================================================*/
.require {
    color: red;
    font-size: 10pt;
}

/*==================================================================
tooltip-exclamation
==================================================================*/
.tooltip-exclamation {
	position: relative;
	font-size: 17px;
	color: #e91515;
	padding-bottom: 8px;
}

.tooltip-exclamation .tooltip-text {
  visibility: hidden;
  width: auto;
  background-color: #D6EAF8;
  color: #1B4F72;
  text-align: left;
  padding: 20px;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-exclamation:hover .tooltip-text {
  visibility: visible;
}
