﻿@charset "utf-8";

html {
	scroll-behavior:smooth;
}

body
{
    width:100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-size:12px;
	text-align: center;
	background-color: #ffffff;
	font-family: Microsoft YaHei; 
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; */
	height:100%;
	overflow-x:hidden;
}

table 
{
	width:100%;
	font-size:12px;
	border-collapse: collapse; 
	border-spacing: 0;
}

div, p {
	margin:0;
	padding:0;
}

/* リストマーカーを非表示 */
ul, ol, li{
	list-style-type:none;
	margin:0;
	padding:0;
}

/*a:visited    
{
	color: #2C8AE2
}*/

a { 
	text-decoration: none; 
	color:#efefef;
}
a:hover    
{
	color: #58A7F1;
	text-decoration: none;
	cursor:pointer;
}

#td_list a {
	color:blue;
}

label:hover {
    cursor:pointer;
}

input[type="submit"],
input[type="button"]
 {
	cursor:pointer;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

.no_display 
{
    display:none;
}

.text_clendar 
{
    width:80px;
}

.img_clendar 
{
    width:115px;
    border:solid 0px red; 
    height:50px;
    background-position:-61px -23px ;
    background-image:URL(../image/icons.png);
    border-right: solid 0px red;
    background-repeat:no-repeat;
    z-index:1000;
    text-indent:5px;
    font-size:16px;
    cursor:pointer;
}

.first 
{
    font-size:14px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:-513px -76px ;
    background-image:URL(../image/icons.png);
}

.previous 
{
    font-size:14px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:-160px -76px ;
    background-image:URL(../image/icons.png);
}

.next 
{
    font-size:14px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:-186px -76px ;
    background-image:URL(../image/icons.png);
}

.last 
{
    font-size:14px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:-13px -101px ;
    background-image:URL(../image/icons.png);
}


@font-face {
    font-family:'NotoSansJP-Bold';
    src:url('fonts/NotoSansJP-Bold.woff') format('woff')
}

h1 {
	margin:0;
	padding:0;
	font-size:1.8rem;
	font-weight:800;
	letter-spacing:1.5px;
}

main {
	text-align:left;
}

/*
HEADER
================================================ */
header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
	font-family: "游ゴシック","游ゴシック体",YuGothic,Yu Gothic,Helvetica,Arial,sans-serif;
}

.logo {
    width: 100px;
}

.header_link_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	border-style: none;
	color: #fff;
	cursor: pointer;
	background: #0080ff;
	font-size: 13px;
	font-family: 'NotoSansJP-Bold';
}
.header_link_btn:hover {
	opacity:0.7;
}
a.header_link_btn:link {
	color:#fff;
}

.header_link_btn i {
	margin-left: 4px;
}

/* Common */

.h2_font {
	font-weight:500;
}

input.narrow, select.narrow {
	width:160px;
}

input.medium, select.medium {
	width:250px;
}

input.wide, select.wide {
	width:490px
}

input.a_right {
	text-align:right;
}

label span,
a span
{
	user-select:none;
}

.role_btn {
	box-sizing:border-box;
	display:inline-block;
	width:max-content;
	padding:0 20px;
	height:40px;
	line-height:40px;
	border-radius:10px;
	text-align:center;
	font-size:1.1rem;
	font-weight:800;
	color:#fff;
	background-color:#26a9e1;
	border-bottom:solid 3px #1082b2;
	transition:opacity 0.4s;
}
.role_btn:hover {
	color:#fff;
	background-color:#4bf;
	opacity:1;
}

/* Base */

.header {
	width:100%;
	background-color:#eeeef5;
}

.wrapper{
	width:100%;
	height:auto;
	min-height:100%;
}

.container {
	box-sizing:border-box;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	font-family: "游ゴシック","游ゴシック体",YuGothic,Yu Gothic,Helvetica,Arial,sans-serif;
}

.inner {
	box-sizing:border-box;
	max-width:1000px;
	margin:0 auto;
	padding:0 10px;
}

.fill {
	/*containerの余白を相殺*/
	margin-left:-10px;
	margin-right:-10px;
}

/* Control Parts */

label.icon_checkbox:hover {
	color:#27e;
}

label.icon_checkbox input[type="checkbox"] {
	display:none;
}

label input[type="checkbox"] ~ i.ck_label_false {
	display:inline;
	color:#999;
	transition:opacity 0.4s;
	cursor:pointer;
}
label input[type="checkbox"] ~ i.ck_label_false:hover {
	color:deepskyblue;
}
label input[type="checkbox"]:checked ~ i.ck_label_false {
	display:none;
}

label input[type="checkbox"] ~ i.ck_label_true {
	display:none;
}
label input[type="checkbox"]:checked ~ i.ck_label_true {
	display:inline;
	color:deepskyblue;
	cursor:pointer;
}

.input_sub_icon {
	position:absolute;
	top:0.5rem;
	right:5px;
	font-size:1.4rem;
	color:#777
}
.input_sub_icon:hover{
	cursor:pointer;
}

/* Header */

.header .user_box {
	display:flex;
	margin-top:5px;
	float:right;
	color:#fff;
}

.header .user_box .icon {
	margin-right:10px;
	color:#fff;
}



/* Headline */

.headline {
	padding: 40px 0;
	/* border-bottom: 1px solid #aaa; */
}

.headline h1 {
	color:#255cc4;
    /* color: #1a2060; */
	font-weight:800;
	font-size:28px;
	font-family:'NotoSansJP-Bold';
	text-align:left;
}

h5 {
	text-align:left;
	font-size:14px;
}


/* Main Navi
====================================================*/

.main_navi_box {
	display: flex;
  	flex-direction: row;
  	justify-content: center;
	width: 100%;
	padding: 20px 0;
	background-color: #2D3374;
}

.main_navi_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 80%;
	align-items: center;
}

.main_navi_menu_cell {
	font-size: 15px;
	font-weight: 800;
	color:#efefef;
}

.main_navi_menu_cell a {
	transition: color 0.4s ease;
}

.main_navi_menu_cell a:hover {
	color: #26a9e1;
}

/*
container
=================================================*/

.list_box {
	min-height: 600px;
}

/*製品マニュアル
===========================================================*/

.generic_row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 16px 0;
}

.manual_download_logo_cell {
	width: 200px;
	text-align:left;
}

.manual_download_logo_cell img {
	width: 140px;
}

.manual_download_link_cell, .manual_download_link_cell a {
	color:#4b90f9;
	font-size: 16px;
	font-weight: 800;
}
.manual_download_link_cell:hover, .manual_download_link_cell a:hover {
	color:#60c0f0;
}

.ordinary_link,
a.ordinary_link {
	color:#4b90f9;
	cursor:pointer;
}
.ordinary_link:hover {
	opacity:0.7;
}

.a_link {
	color:#4b90f9;
	cursor:pointer;
	font-size:14px;
}
.a_link:hover {
	text-decoration: underline;
	cursor:pointer;
}

/* Order 
====================================================*/
.ordinary_text_box {
	font-size: 14px;
	line-height: 20px;
	color: #505050;
}

.new_media_order_box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin:40px auto;
	padding: 32px 8px;
	border-radius: 20px;
	background: #efefef;
}

.new_media_order_box h2 {
	font-size: 20px;
	font-weight:800;
	letter-spacing: 2px;
	color: #555;
}

.new_media_order_box h3 {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight:800; 
	color: #777;
}

.order_form_cell {
	margin-top:32px;
}

.raise_text_box {
	position: relative;
	width: 600px;
}

.raise_textbox {
	position: relative;
	display: block;
	width: 600px;
	padding: 15px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	outline: none;
	background: #fff;
	transition: all 0.4s;
}
.raise_textbox:focus {
	border:1px solid #26a9e1;
}

.raise_label {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 16px;
	font-weight: 800;
	color: #afafaf;
	pointer-events:none;
	transition: all 0.25s ease;
}

.raise_label.focusIn {
	top: -20px;
    left: 5px;
    font-size: 13px;
	font-weight: 800;
    color: #26a9e1;
}

.order_form_btn_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	margin-top: 24px;
}

.order_form_btn_box .role_btn {
	width: 240px;
	padding:0;
}

.order_form_check_container {
	margin-top: 8px;
	padding: 8px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	background: #fff;
}

.order_form_check_cell {
	display: flex;
	flex-flow: row;
	align-items: center;
	padding: 12px 4px;
	background: #fff;
}

.order_form_alt_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 400px;
}

.order_form_alt_title {
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 800;
	color:#50aaff;
}

.order_form_alt_message {
	color: #777;
	font-size: 14px;
	margin-top: 36px;
}

.order_form_response_message_box {
	margin:auto;
	color:#f00;
	font-size:15px;
	text-align:center;
}
.order_form_response_message_box li {
	margin-top:20px;
}

.order_temporary_message {
	width: max-content;
	border: solid 3px #f79;
	padding: 20px;
	margin: 24px auto;
	border-radius: 16px;
	font-size: 14px;
}
.order_temporary_message h3 {
	font-size:16px;
	font-weight:800;
	color:#555;
}


/* Information
===================================================*/

.info_headline_list {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin:auto;
}

.info_headline_tray {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 16px 24px;
	border-bottom: solid 2px #dde;
}

.info_date_cell {
	width: 140px;
	font-size: 13px;
	font-weight: 800;
	text-align: left;
	color:#333
}

.info_headline_cell {
	font-size: 15px;
	text-align: left;
	color: #333;
}
.info_headline_cell a {
	color: #4b90f9;
	font-weight: 500;
  	text-decoration:underline;
}
.info_headline_cell a:hover {
	font-weight: 800;
}

/*info partial*/

.info_partial {
	width: 90%;
	margin: auto;
}

.info_partial h2 {
	margin:0;
	font-size: 20px;
	font-weight: 800;
	color: #555;
	letter-spacing:2px;
}

.article_box {
}

.article_cell {
	margin-top:24px;
	font-size:15px;
	line-height:24px;
	color:#333;
}
.article_cell table td,.article_cell table th {
	font-size:15px;
	line-height:24px;
	color:#333;
}
.article_date_cell {
	font-size:13px;
	margin-top: 12px;
}

.article_link {
	color:#4b90f9;
	cursor:pointer;
	font-size:14px;
	text-decoration:underline;
	font-weight:800;
}
.article_link:hover {
	opacity:0.7;
	cursor:pointer;
}

.article_subtitle {
	font-weight:800;
	padding:8px 0;
}

.article_photo {
	max-width:800px;
	margin-top:12px;
}

.article_body {
	position:relative;
	text-align:left;
	transition:opacity 1.0s, top 0.6s;
	opacity:0;
}
.article_body.none {
	top:20px;
	opacity:0;
}
.article_body.reborn {
	top:0;
	opacity:1;
}


/* Login
===================================================*/

.headline h1.auth_headline {
	color: #555;
	width: 800px;
	margin: auto;
}

.auth_form_box {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.auth_form_left_cell {
	/**仮*/
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items:center;
	width:80%;
	max-width: 800px;
	padding: 32px 16px;
	border-radius: 20px;
	background: #efefef;
}
.auth_form_left_cell p {
	font-size:13px;
}

.auth_form_right_cell {
	/*仮*/
	display: flex;
	flex-flow: column;
	align-items: center;
	width:80%;
	max-width: 800px;
	padding: 32px 16px;
	border-radius: 20px;
	background: #e0efff;
}
.auth_form_right_cell h3 {
	font-weight:800;
	font-size:16px;
	color:#333;
	margin:0;
}
.auth_form_right_cell p {
	color: #333;
	font-size: 14px;
	margin-top:16px;
}


.auth_input_box {
	position:relative;
	width:100%;
	max-width:400px;
}

.auth_input_case {
	position:relative;
	width:inherit;
}

.auth_input_case input[type="text"],
.auth_input_case input[type="password"] {
position: relative;
	display: block;
	width: 420px;
	padding: 15px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	outline: none;
	background: #fff;
	transition: all 0.4s;
}
.auth_input_case input[type="text"]:hover,
.auth_input_case input[type="password"]:hover {
	border:1px solid #26a9e1;
}

.auth_input_box input {
	width:inherit;
	border:none;
	border-bottom:solid #808080 2px;
	margin-bottom:1rem;
	padding:5px;
	letter-spacing:1px;
	font-size:1.1rem;
	transition:border linear 0.3s, text-shadow linear 0.3s;

}
.auth_input_box input:focus {
	border-bottom:solid dodgerblue 2px;
}

.auth_check_cell {
	font-size: 24px;
	color: #555;
	width: fit-content;
	position: absolute;
	top:8px;
	right:12px;
	z-index:100;
}

.auth_form_left_cell .role_btn {
	width:280px;
}

.auth_btn_box {
	position:relative;
	padding-top: 36px;
	margin-top: 20px;
}

.auth_response_message {
	position:absolute;
	font-size:14px;
	color:#f00;
	top: 0;
	width: 100%;
	text-align: center;
}


/* Radio
====================================================*/

label.order_form_radio_label {
	margin-left: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #777;
	/*transition: all 0.4s;*/
}
label.order_form_radio_label:hover {
	color:#26a9e1;
}

input[type="radio"]:checked ~ label.order_form_radio_label {
	font-weight:800;
	color:#26a9e1;
}

/* Check Box
======================================================*/

label.icon_checkbox:hover {
	color:deepskyblue;
}

label.icon_checkbox input[type="checkbox"] {
	display:none;
}


label input[type="checkbox"] ~ i.ck_label_false {
	display:inline;
	color:#999;
	transition:opacity 0.4s, color 0.4s;
	cursor:pointer;
}
label input[type="checkbox"] ~ i.ck_label_false:hover {
	color:deepskyblue;
}
label input[type="checkbox"]:checked ~ i.ck_label_false {
	display:none;
}

label input[type="checkbox"] ~ i.ck_label_true {
	display:none;
}
label input[type="checkbox"]:checked ~ i.ck_label_true {
	display:inline;
	color:deepskyblue;
	transition:opacity 0.4s, color 0.4s;
	cursor:pointer;
}



/* Toast
====================================================*/

.btn_use_toast {
	position: relative;
}

.toast {
	visibility: hidden;
	position:absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 0.0;
	width: 220px;
	height:40px;
	background: #fefefe;
	border:3px solid #29b7e2;
	color:#0080FF;
	top:-100%;
	/* left: -30%; */
	border-radius: 8px;
	font-size: 12px;
	transform: translateY(10px);
	transition: all 0.3s linear;
	box-shadow: 1px 1px 3px #aaa;
	pointer-events:none;
}
.toast.active {
	visibility:visible;
	opacity:1.0;
	top:-300%;
}

.toast::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0px 10px;
	border-color:#29b7e2 transparent transparent transparent;
	position: absolute;
	top:110%;
	left: 44%;
}

/* Balloon
==============================================================*/
.raise_balloon {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 8%;
	bottom: 30px;
	width: 72px;
	height: 72px;
	background-color:#26a9e1;
	border: none;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition:all 0.6s;
}
.raise_balloon:hover {
	color:#fff;
	background-color:#4bf;
	opacity:0.1;
}
.raise_balloon.active {
	opacity:0.84;
	visibility:visible;
	box-shadow: 2px 2px 4px #aaa;
}

/*
==============================================================*/
.forbidden_mene {
    pointer-events:none;
    opacity:0.3;
}