@charset "utf-8";

/*=======================================================

	ST-LiNK CSS
	ATHR : Assiette Ltd.
	DATE : 2020/12

=======================================================*/


/*-------------------------------------
	reset
-------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, fieldset, input, textarea { margin: 0; padding: 0; outline: none;}

input{ vertical-align : middle ;}

select { margin: 0; }

abbr, acronym { border:0 none; }
q::before, q::after { content:""; }
img { width: auto; max-width: 100%; height: auto; max-height: 100%; border:0 none; vertical-align:bottom; }
object { outline:none; }
table { border-spacing:0; border-collapse: collapse; border-spacing: 0; word-break: break-all; word-wrap: break-word; }
caption { text-align:left; }
th,
td { text-align:left; vertical-align:middle; empty-cells:show; }
fieldset { border:0 none; }
label { cursor: pointer; }
iframe:not([src*="debug-kit"]) { margin: 0; padding: 0; width: 100%; overflow:auto; border: none;}
p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }
em, strong, optgroup { font-weight:bold; font-style:normal; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { position:relative; display:block; margin:0 0 0 0; padding:0 0 0 0; }

/* 全対応 */
*, *:before, *:after {
	font-family: "メイリオ", Meiryo,"游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 { position: relative; margin-bottom: 2rem; color: #333; font-size: 2.4rem; font-weight: bold; font-style: normal; line-height: 1; text-align: left; }


/*-------------------------------------
	要素
-------------------------------------*/

html { position: relative; width: 100%; min-height: 100%; font-size: 10px; text-align: center; background: #F3F9FE; overflow-x: hidden; }

body {
	padding: 0;
	width: 100%;
	color:  #333;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust : none;
	 -webkit-text-size-adjust: 100%;
	}


/* links */
a, input, object{ outline:none; }

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #50779D;
	text-decoration: underline;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}

a:hover { text-decoration: none; }
a:visited {	color: #003A70; }
a:active { color: #50779D; text-decoration:none; }

a *,
a:before,
a:after { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

::selection { color: #FFF !important; background: #003A70; }
::-moz-selection { color: #FFF !important; background: #003A70; /* Firefox */ }

/* form関係 */
input, select, optgroup, textarea, label, kbd { vertical-align: middle; }

input[type="hidden"]{ display: none;}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
select,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	width: auto;
	height: 40px;
	color: #111;
	font-size: 1.6rem;
	line-height: 1;
	background: #FFF;
	border: 1px solid #8198af;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

input:hover,
select:hover,
textarea:hover { box-shadow: 0 2px 6px rgba(80, 119, 157, 0.3); }

input:focus,
select:focus,
textarea:focus { background-color: #FFF !important; border-color: #50779D !important; box-shadow: 0 2px 10px rgba(80, 119, 157, 0.5); outline: none; }

input:disabled,
select:disabled,
textarea:disabled { background-color: #F3F9FE; border-color: #abc0d4; pointer-events: none; }

fieldset { display: inline-block; margin: 0 10px 0 0; }

input[type="number"] { -moz-appearance:textfield; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

.file_up { display: inline-block; }
.file_up input[type="file"] { display: none; }
.file_up label { margin: 0 17rem 0 0 !important; }
.file_up label:after { content: "選択されていません"; position: absolute; right: -15rem; top: calc(50% - 0.8rem); color: black; height: 2rem; font-size: 1.5rem; line-height: 2rem; pointer-events: none; }
.file_up label.changed { margin: 0 2rem 0 0 !important; }
.file_up label.changed:after { content: ""; }
.filename { display: inline-block; margin: 1rem 0 0; }

textarea { padding: 10px; max-width: 100%; height: 200px; text-align: left !important; vertical-align: text-top; resize: vertical; }
textarea.large { height: 300px; }

:placeholder-shown { color: #8198af !important; }
::-webkit-input-placeholder { color: #8198af !important; }
:-moz-placeholder { color: #8198af !important; }
::-moz-placeholder { color: #8198af !important; }
:-ms-input-placeholder { color: #8198af !important; }

select { padding: 0 0 0 0.5rem; }
select option { margin: 0; padding: 3px 8px; font-size: 16px; font-style: normal; background: #FFF; }
select option:checked { color: #FFF !important; background-color: #003A70; }
select option:disabled { color: #999 !important; background: #FFF; }

/*　radio, checkbox　*/
input[type=radio],
input[type=checkbox] { display: inline-block; position: relative; top: -1px; margin-right: 6px; box-shadow: none !important; vertical-align: middle; }

label { display: inline-block; position: relative; margin-right: 40px; padding: 0; min-height: 22px; cursor: pointer; }
label:last-of-type { margin: 0; }
label span { display: block; position: relative; font-size: 18px; }

/* error */
input.error,
select.error,
textarea.error { background: #fff7f9; border-color: #ff99ae; }

input.error:hover,
select.error:hover,
textarea.error:hover { box-shadow: 0 2px 6px rgba(255, 56, 98, 0.2); }

input.error:focus,
select.error:focus,
textarea.error:focus { border-color: #ff87a0 !important; box-shadow: 0 2px 10px rgba(255, 56, 98, 0.3); outline: none; }

.error:placeholder-shown { color: #ff3862 !important; }
.error::-webkit-input-placeholder { color: #ff3862 !important; }
.error:-moz-placeholder { color: #ff3862 !important; }
.error::-moz-placeholder { color: #ff3862 !important; }
.error:-ms-input-placeholder { color: #ff3862 !important; }

p.error,
ul.error { margin: 5px 0 0 !important; color: #ff3862 !important; }
ul.error li { margin: 0; }

/* btn */
.btn {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 0 2rem;
	width: auto;
	min-width: 10rem;
	height: 4rem;
	color: #FFF !important;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: -1px -1px 0 #00182F;
	letter-spacing: 0.1rem;
	line-height: 4rem;
	background: -webkit-linear-gradient(-50deg, #003A70 0%, #50779D 100%);
	background: linear-gradient(140deg, #003A70 0%, #50779D 100%);
	border: none;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
	outline: none !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.btn img { margin: 0 0 0 0.8rem; vertical-align: middle; }

.btn:hover { opacity: .8; filter: saturate(1.5); }

/* .large */
.btn.large { padding: 0 3rem; min-width: 16rem; height: 6rem; font-size: 2.2rem; line-height: 6rem; border-radius: 6px; }

/* .white */
.btn.white { color: #003A70 !important; text-shadow: -1px -1px 0 #FFF; z-index: 0; }
.btn.white:before { content: ""; position: absolute; top: 3px; left: 3px; width: calc(100% - 6px); height: calc(100% - 6px); background: #FFF; border-radius: 2px; z-index: -1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.btn.white:hover { opacity: 1; }
.btn.white:hover:before { opacity: .9; }

/* disabled */
.btn:disabled:hover{ cursor: default; opacity:.6; -webkit-filter: none; filter: none; pointer-events: none; }

/* table */
table { width: 100%; }
th, td { padding: 1.2rem 1.4rem; line-height: 1.2; text-align: center; vertical-align: top; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
th { font-size: 1.3rem; font-weight: bold; background: #dee7f1; }
tr:nth-child(2n+1) td { background: #F2F5F8; }
tr:nth-child(2n):last-child td { border-bottom: 2px solid #dee7f1; }
table:hover th { background: #d8e6f3; }
tr:hover td { background: #e8f3ff; }

/* list dl リスト・定義 */
ul { list-style: none; list-style-position: inside; }
ol { margin: 0; padding-left: 20px;}
td ul.disc,
td ol { margin-left: 20px;}

li { position: relative; text-align: left; line-height: 140%; }


dl { margin: 0 auto 40px; padding: 0; width: 100%; text-align: left; }
dt,dd { padding: 0; text-align: left; line-height: 1.2; vertical-align: top; }
dt { font-weight: bold; }

/* 文字装飾 */
em { color: #971B20; font-weight: normal;}
small { font-size: 13px;}
i { font-style: normal; font-weight:  normal;}
mark { padding: 3px 8px; background-color: #FFF7F5; color: #000; font-style: italic;}
u { text-decoration: none;}


/* 罫線 */
hr {
	clear: both;
	position: relative;
	display: block;
	margin: 60px auto;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	z-index: -20;
	}


/*-----------------------------------------
	header
-----------------------------------------*/

header { position: absolute; top: 0; left: 0; width: 100%; background: #FFF; text-align: left; box-shadow: 0 0 1.5rem rgba(0, 58, 112, 0.2); z-index: 200; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
header .inner { position: static; padding: 2.0rem 4.0rem 0; }
header:hover { box-shadow: 0 0 3.0rem rgba(0, 58, 112, 0.3); }

header #UserName { white-space: nowrap; overflow: auto; -ms-overflow-style: none;scrollbar-width: none; }
header #UserName::-webkit-scrollbar { display:none; }
header #UserName h1,
header #UserName p { display: inline-block; margin: 0 2rem 0 0; padding: 0.8rem 1.5rem; color: #7B8E9D; font-size: 1.4rem; font-weight: normal; line-height: 2.4rem; background: #F2F5F8; vertical-align: bottom; }
header #UserName p { margin: 0; }
header #UserName img { margin: -0.1rem 0.8rem 0 0; height: 1.4rem; vertical-align: middle; }
header #UserName .btn { margin: 0 0 0 2rem; padding: 0 1rem; height: 2.4rem; color: #75787B !important; font-size: 1.2rem; font-weight: normal; line-height: 2.2rem; text-shadow: none; background: none; border: 1px solid #75787B; }
header #UserName .btn:hover { background: #e0e5e8; filter: none; }

header #menuTrigger { display: none; }

header nav { position: static; margin: 2rem 0 0; }
header nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
header nav li { position: static; margin: 0 5.5rem 0 0; }
header nav li:last-child { margin-right: 0; }
header nav a { display: block; position: relative; padding: 1.5rem 0 1.1rem; color: #000 !important; font-size: 1.7rem; text-decoration: none; }
header nav a:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #003A70; opacity: 0; transform: scaleY(0); transform-origin: bottom left; }
header nav a:hover:before { opacity: 1; transform: scaleY(1); }
header nav a.current:before { opacity: 1; transform: none !important; }

header nav .subMenu { background: #F2F5F8; }

header nav img { margin: -0.2rem 0.3rem 0 0; width: 22px; vertical-align: middle; }

header nav .report .subMenu { background: #cfdfef; }
header nav .report .subMenu .inner { padding: 3.5rem 4rem; }
header nav .report .subMenu select { margin: 0 1rem 0 0; }
header nav .report .subMenu select { width: calc(33.33% - 4.6rem); }
header nav .report .subMenu .btn { padding: 0; width: calc(33.33% - 4.6rem); }

#Report { position: fixed; top: 0; left: 0; width: 100%; z-index: 300; }

#ReportDL {
	position: absolute;
	top: 0;
	right: 1.5rem;
    padding: 2rem 3rem;
    width: 22rem;
    text-align: center;
	background: #C5D6E6;
	box-shadow: 4px 0 0 #C5D6E6 inset, 5px 0 0 #FFF inset, -4px 0 0 #C5D6E6 inset, -5px 0 0 #FFF inset, 0 0.5rem 1.5rem rgba(0, 58, 112, 0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#ReportDL:before,
#ReportDL:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 0;
	border-top: 2rem solid #C5D6E6;
	border-right: 11rem solid transparent;
	border-left: 11rem solid transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#ReportDL:after { bottom: 0; width: 100%; height: 4px; background: #C5D6E6; border: none; }
#ReportDL:hover { background: #cfdfef; box-shadow: 4px 0 0 #cfdfef inset, 5px 0 0 #FFF inset, -4px 0 0 #cfdfef inset, -5px 0 0 #FFF inset, 0 0 3.0rem rgba(0, 58, 112, 0.3); }
#ReportDL:hover:before { border-top-color: #cfdfef; }
#ReportDL:hover:after { background: #cfdfef; }

#ReportDL h2 { position: static; margin: 0 0 1rem; color: #003A70; font-size: 2rem; text-align: center; }
#ReportDL h2:before,
#ReportDL h2:after {
	content: "";
	position: absolute;
	bottom: -1.6rem;
	left: 0.4rem;
	border-top: 2rem solid #FFF;
	border-right: 10.6rem solid transparent;
	border-left: 10.6rem solid transparent;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#ReportDL h2:after { bottom: -1.45rem; border-top-color: #C5D6E6; }
#ReportDL:hover h2:after { border-top-color: #cfdfef; }
#ReportDL h2 img { margin: -0.2rem 0.3rem 0 0; vertical-align: middle; }

#ReportDL form { height: 14rem; overflow: hidden; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
#ReportDL select { margin: 0 0 1rem; width: 100%; }
#ReportDL .btn { padding: 0; width: 100%; }

.scrolled + #Report #ReportDL { padding: 1.5rem 3rem 0.5rem; }
.scrolled + #Report #ReportDL form { height: 0; }
.scrolled + #Report #ReportDL:hover { padding: 2rem 3rem; }
.scrolled + #Report #ReportDL:hover form { height: 14rem; }


/*-------------------------------------
	Common
-------------------------------------*/

.inner { position: relative; margin: 0 auto; max-width: 1480px; }

main { display: block; margin: 17rem 0 6rem; }

article { margin: 0 auto; padding: 0 4rem; max-width: 1480px; }
article h2 { margin: 0 0 3.0rem; padding: 0 0 0 3.0rem; }
article h2:before { content: ""; display: block; position: absolute; top: -0.3rem; left: 0; width: 1.7rem; height: 2.4rem; background: #003A70; }

article h3 { margin: 0 0 3.0rem; padding-right: 12rem; font-size: 2.2rem; }
article h3:before { content: ""; display: block; position: absolute; top: -0.2rem; left: -3.0rem; width: 0.6rem; height: 2.2rem; background: #003A70; }
article h3 + .right,
article h3 + form .right { position: absolute; top: 3.0rem; right: 3.0rem; }

article h3.input { margin: 3rem 0; }
article h3.input:first-child { margin-top: 0; }
article h3.input:before { top: 0.9rem; }
article h3.input input { width: 12rem; }
article .noR { padding: 0; }

article h4 { font-size: 1.6rem; }
article h4 span { font-weight: normal; }

article section { margin: 0 0 4.0rem; padding: 3.0rem; background: #FFF; box-shadow: 0 0 1.5rem rgba(0, 58, 112, 0.2); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
article section:hover { box-shadow: 0 0 3.0rem rgba(0, 58, 112, 0.3); }
article p { line-height: 1.6; text-align: left; }
article p:last-child { margin-bottom: 0 !important; }
article section > p.center { margin: 3rem 0; }


/*-------------------------------------
	footer
-------------------------------------*/

#PageTop { position: fixed; right: 2.0rem; bottom: 2.0rem; }
#PageTop a { display: block; width: 6rem; height: 6rem; background: #003A70 url("/images/arrowU.svg") center center no-repeat; cursor: pointer; opacity: .4; }
#PageTop a:hover { opacity: 1; }

footer { margin: 0 auto; padding: 2rem 4rem 4rem; max-width: 1480px; }
footer #footInfo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 2rem; }
footer #footInfo li { display: inline-block; margin: 0 0 0 2rem; vertical-align: middle; }
footer #footInfo li a { display: block; position: relative; padding: 0 0 0 1.5rem; font-size: 1.4rem; line-height: 1; text-decoration: none; }
footer #footInfo li a:before { content: ""; position: absolute; top: 50%; left: 0; margin: -0.35rem 0 0; border-left: 0.6rem solid #003A70; border-top: 0.35rem solid transparent; border-bottom: 0.35rem solid transparent; }
footer #footInfo li a:hover { text-decoration: underline; }
footer #footInfo .right { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
footer #footInfo .right .btn { min-width: 200px; color: #003A70 !important; font-weight: normal; text-shadow: none; background: none; border: 1px solid #003A70; }
footer #footInfo .right .btn:hover { background: #dee7f1; opacity: 1; }

footer #Copyright { color: #7F9BB7; font-size: 1.2rem; text-align: left; }


/*-------------------------------------
			CSS end
-------------------------------------*/