﻿
@charset "utf-8";


@font-face {
    font-family:'NotoSansJP-Bold';
    src:url('fonts/NotoSansJP-Bold.woff') format('woff')
}

@font-face {
    font-family:'SawarabiGothic-Regular';
    src:url('fonts/SawarabiGothic-Regular.ttf') format('truetype');
}

html{
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	scroll-behavior:smooth;
}

body {
	width: 100%;
}

/*
=======================================
	Reset CSS
=======================================
*/
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, main, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
header,main,menu,nav,section{
	display:block;
}

body{
	padding:0;
	color: #000;
	font-family: "游ゴシック","游ゴシック体",YuGothic,Yu Gothic,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	font-size:14px;
}

div, p, button, a {
	box-sizing:border-box;
}
input, select {
	margin-top:0;
	box-sizing:border-box;
	vertical-align:middle;
	cursor:pointer;
}


inpu:focus, input[type='password']:focus, input[type='text']:focus, input[type='email']:focus,input[type='submit']:focus
input[type='search']:focus,input[type='number']:focus ,input[type='checkbox']:focus,input[type='radio']:focus,input[type='button']:focus
textarea:focus, button {
	outline:0;
	box-shadow:none;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a, button {
	text-decoration: none;
	border:none;
	padding:0;
	cursor: pointer;
}

label:hover, a:hover {
	cursor:pointer
}

h1 {
	font-size:1.8rem;
	font-weight:800;
	letter-spacing:1.5px;
}

select {
    border: 2px solid #aaa;
    box-sizing: border-box;
    cursor: pointer;
    height:24px;
    border-radius:4px;
    font-size:14px;
    color:#000;
    line-height:1.5;
	font-family:"游ゴシック",YuGothic;
	font-weight:500;
    letter-spacing:1px;
    text-decoration:none;
	background-color:#fff;
}
select:hover {
	border: 2px solid #27e;
}



@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 {
	padding: 0 16px;
	text-align:left;
}

/*
HEADER
================================================ */
header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
	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;
}

/* Footer
=============================================*/
footer {
	width:100%;
	margin-top: 120px;
	text-align:center;
}

.copy_right {
	padding:20px 0;
	margin:auto;
}


/* 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;
	padding:0 16px;
	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;
	color:#27e;
}

/* 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 16px;
}

.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%;
	margin:auto;
	padding: 20px 0;
	background-color: #2D3374;
}

.main_navi_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 80%;
	max-width:1000px;
	align-items: center;
}

.main_navi_menu_cell {
	font-size: 15px;
	font-weight: 800;
	color:#efefef;
}

.main_navi_menu_cell a {
	color:#efefef;
	transition: color 0.4s ease;
}

.main_navi_menu_cell a:hover {
	color: #26a9e1;
}

/* Hamburger Menu 
====================================================*/
.burger_menu {
	display:none;
	position:relative;
}

.burger_menu input[type="checkbox"] {
	display:none;
}

.burger_menu label {
	display: block;
	position:relative;
	top:2px;
	right:8px;
	width: fit-content;
	text-align:center;
	z-index:100;
}
.burger_name {
	display:block;
	margin-top:-2px;
	color:#2D3374;
	font-size:13px;
	font-family:"游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
	transition:color 0.3s ease-in;
}

.burger_line {
	display: block;
	background-color: #2D3374;
	width: 30px;
	height: 3px;
	border-radius: 5px;
	margin: 5px auto;
	transition: background-color 0.3s ease-in, transform 0.3s ease-in, width 0.3s ease-in;
}
.burger_line.middle {
	margin: 0px auto;
}

.drawer_nav {
	position: fixed;
	/*top:56px;*/
	top:0px;
	left:100%; 
	/*height: max-content; */
	height: 100%; 
	width: 300px; 
	padding: 60px 0;
	background: #2D3374; 
	overflow-x: hidden; 
	overflow-y: scroll;
	transition:left 0.3s ease-in;
	z-index:10;
}
.drawer_nav_menu a {
	display: block;
	width: 80%;
	margin: auto;
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	color:#efefef;
	transition: color 0.4s ease;
}
.drawer_nav_menu a:hover {
	color: #26a9e1;
}

.drawer_screen {
	position:fixed;
	top:0;
	left:0;
	width:0;
	height:0;
	opacity:0;
	background-color:#000;
	z-index:5;
	transition:opacity 0.4S;
}

.burger_menu input[type="checkbox"]:checked ~ label .burger_line {
	background-color:#fff;
}
.burger_menu input[type="checkbox"]:checked ~ label .burger_name {
	color:#fff;
}
.burger_menu input[type="checkbox"]:checked ~ label .top {
	transform: translateY(5px) rotateZ(45deg);
}
.burger_menu input[type="checkbox"]:checked ~ label .middle {
	width:0px;
}
.burger_menu input[type="checkbox"]:checked ~ label .bottom {
	transform: translateY(-10px) rotateZ(-45deg);
}

.burger_menu input[type="checkbox"]:checked ~ .drawer_nav {
	left:calc(100% - 300px);
}
.burger_menu input[type="checkbox"]:checked ~ .drawer_screen {
	width:100%;
	height:100%;
	opacity:0.4;
}




/*
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:#00a0e9;
	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;
}

.manual_menu_list {
	width:90%;
	margin:16px auto;
}

/* Order 
====================================================*/
.ordinary_text_box {
	font-size: 14px;
	line-height: 20px;
	color: #505050;
}

.new_media_order_box {
	display: flex;
	flex-flow: column;
	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_container {
	display: flex;
	flex-flow: column;
	align-items: center;
	width:100%;
}

.order_form_cell {
	width:600px;
	max-width:100%;
	margin-top:32px;
}

.raise_text_box {
	position: relative;
}

.raise_textbox {
	position: relative;
	display: block;
	width: 600px;
	max-width:100%;
	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 {
	width: 600px;
	max-width: 100%;
	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:100%;
	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: 80%;
	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;
	text-align:center;
}

.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:500px;
	max-width:100%;
	max-width:90%;
	margin:auto;
}

.auth_input_case input[type="text"],
.auth_input_case input[type="password"] {
position: relative;
	display: block;
	width:100%;
	max-width: 420px;
	max-width:100%;
	padding: 15px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing:1px;
	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;
	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, 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;
}


/*
UI Calendar
================================================ */

.fw_inner_calendar {
	width:fit-content;
	height: fit-content;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:999;
}

.fw_close_btn_box {
	display: block;
	position: fixed;
	top: 8%;
	right: 16%;
	background: #3030aa;
	border-radius: 50%;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 30px;
}

.fw_calendar_close_btn {
	display: block;
	background: #3030aa;
	border-radius: 50%;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	line-height: 35px;
	margin-top: -46px;
	margin-left: 380px;
	margin-bottom: 10px;
}

.fw_calendar_box {
	position:relative;
	background-color:#6fa1fb;
	color:#fff;
	border-radius: 8px;
	width: fit-content;

}

.fw_calendar_header {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	height: 60px;
	padding: 12px 24px;
}

.fw_calendar_header .calendar_header_box {
	display: flex;
	align-items: center;
}

.fw_calendar_header .month_cell,
.fw_calendar_header .year_cell {
	font-size: 2.2rem;
	line-height: 40px;
	font-weight: 800;
	width: 40px;
	text-align: center;
}
.fw_calendar_header .year_cell {
	width: 80px;
}

.fw_calendar_header .en_month_cell {
	font-size: 1rem;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	margin-left: 8px;
	width: 80px;
}

.fw_calendar_box .date_row,
.fw_calendar_box .day_row
 {
	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap
}
.fw_calendar_box .day_row {
	font-size:0.9rem
}
.fw_calendar_box .day_row .sun {
	color: #ff0088;
}

.fw_calendar_box .day_row > div {
	width:60px;
	height:30px;
	line-height:30px;
	text-align:center;
}

.fw_calendar_box .date_row > div {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius: 8px;
}
.fw_calendar_box .date_row > div:not(:empty):hover {
	cursor:pointer;
	background-color:#fff;
	color:#6fa1fb;
	transition:background-color 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

.fw_calendar_pre_btn,
.fw_calendar_next_btn {
	display:block;
	font-size:24px;
	color:#3030aa;
	transition:background-color 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
.fw_calendar_pre_btn:hover,
.fw_calendar_next_btn:hover {
	color:#ffffff;
	cursor:pointer;
}

.fw_calendar_pre_btn {
	left:10px;
}

.fw_calendar_next_btn {	
	right:10px;
}

.fw_calendar_grid .date_row {
	font-weight: 800;
}




/* Neo Search
====================================================*/

.search_box {
	display:flex;
/*	justify-content:space-between;*/
	flex-direction: column;
/*	justify-content: flex-start;*/
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 16px;
	font-family: "游ゴシック","游ゴシック体",YuGothic,Yu Gothic,Helvetica,Arial,sans-serif;
}

/*.condition_box {
	flex-grow:1;
}*/

.search_btn_box {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.condition_row {
	display:flex;
	align-items: center;
	height: 48px;
}

.condition_row .condition_title_cell {
	width: 120px;
	font-size: 15px;
	font-weight: 800;
}

.condition_contros {
	display:flex;
}

.condition_case {
	display:flex;
	align-items: center;
}

.condition_cell {
	position:relative;
	margin-right:16px;
	padding:2px 4px;
}

.condition_check_cell {
	margin-right:16px;
	padding:4px;
    font-size: 15px;
}

.condition_label {
	position:absolute;
	top:-1.1rem;
	color:#777;
	font-family:'SawarabiGothic-Regular';
}

.condition_input_box {
	position:relative;
	width:100%;
	max-width:400px;
}

.condition_input_box input,  .condition_input_box select {
	line-height:1.5rem;
	border:none;
	border-bottom:solid #808080 2px;
	padding:5px;
	font-size:14px;
	background-color:#fff;
	transition:border linear 0.3s, text-shadow linear 0.3s;
}
.condition_input_box input:focus {
	border-bottom:solid #27e 2px;
}

.condition_input_box input[type='text'] {
	color:#27e;
	font-weight: 800;
}
.condition_input_box input[type='text']::placeholder {
	color:#777;
	font-weight: 500;
}

.filter_word_box input[type='text'] {
	width:400px;
}

.condition_date_cancel {
	font-size: 15px;
	color:#777;
	transition:color 0.3s;
}
.condition_date_cancel:hover {
	color: #27e;
}

.search_btn_box .icon {
	margin-right:0.5rem;
	font-size:1.2rem;
	color:#fff;
}
.search_btn {
	display:inline-block;
	width:fit-content;
	height:36px;
	line-height:36px;
	padding: 0 24px;
	border-radius:18px;
	text-align:center;
	font-size:1.1rem;
	font-weight:800;
	color:#fff;
	letter-spacing:1px;
	background-color:#2d4f8f;
	transition:opacity 0.4s;
}
.search_btn:hover {
	opacity:0.7;
	color:#fff;
}


.drawer_search_btn_box {
	display:none;
	margin-top: 32px;
}
.drawer_search_btn_box .icon {
	margin-right:0.5rem;
	font-size:15px;
	color:#27e;
}
.drawer_search_btn {
	width:fit-content;
	height:36px;
	line-height:36px;
	padding: 0 16px;
	border-radius:5px;
	text-align:center;
	font-size:14px;
	font-weight:800;
	color:#27e;
	letter-spacing:1px;
	background-color:#fff;
	border:solid 2px #27e;
	transition:opacity 0.4s;
}
.drawer_search_btn:hover {
	opacity:0.7;
}

.drawer_search_close_btn_box {
	display:none;
}

/* Archive History
====================================================*/

.main_list {
	margin-top:24px;
}

.history_row {
	border-bottom: solid 2px #ddd;
	display: flex;
	align-items: center;
	height: 64px;
	padding: 0 8px;
	border-bottom:solid 2px #ddd
}

.history_row:first-child {
	border-top:solid 2px #ddd;
}


.history_row .heading_cell {
	display:flex;
	align-items:center;
	width:550px;
	padding-right:24px;
	/*color: #255cc4;*/
	color:#1040a0;
	font-size:14px;
	font-weight:800;
}

.history_row .status_cell {
	width: 150px;
	letter-spacing: 1px;
}
.history_row .date_cell {
	width: 170px;
	min-width:170px;
}
.history_row .detail_cell {
	width: 115px;
	min-width:90px;
}
.history_row .detail_cell a {
	text-align: right;
	letter-spacing: 1px;
	font-size: 14px;
	color: #27e;
	transition: color 0.3s;
}
.history_row .detail_cell a:hover {
	color:deepskyblue;
}
.history_row .status_cell > p,
.history_row .date_cell > p,
.history_row .detail_cell > a
{
	display: block;
	line-height: 24px;
}
.history_row .detail_cell .icon {
	margin-left:8px;
}

.history_row .status_cell .product_name {
	font-weight: 800;
}

/* Archive Detail
================================================*/

.details_container {
	position:fixed;
    box-sizing:border-box;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    padding:30px 30px 80px 30px;
    width:96%;
	max-width:1000px;
	height:fit-content;
	max-height:94vh;
	min-height: 340px;
    z-index:9999;
    background-color:#fff;
    border-radius:15px;
    opacity:0;
    transition:opacity 0.2s linear;
	overflow:auto;
	/*z-index:999;*/
}

.details_container .forbidden {
	display: none;
}

.details_title_box {
    width:100%;
    text-align:center;
}

.details_title {
	color: #255cc4;
	font-weight: 800;
	font-size:16px;
}

.details_content_box {
	display: flex;
	flex-direction: row;
	margin-top: 32px;
}

.details_content_box h5 {
	width: max-content;
	padding: 2px 8px;
  	background: #c0c0c0;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	font-weight: 800;
}

.details_content_box h4 {
	padding-bottom: 4px;
	border-bottom: solid 2px #555;
	color: #555;
	font-size: 13px;
}

.details_content_left {
	width: 30%;
	min-width: 260px;
	padding-right: 20px;
}

.details_content_right {
	width: 70%;
}

.details_product_shelf {
	display: flex;
	flex-direction: row;
	font-size: 16px;
}
.details_product_name {
	font-weight: 800;
}


.details_program_box {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.details_program_list {
}
.details_program_list li {
	margin-top: 8px;
}

.details_date_shelf {
	margin-top:16px;
}
.details_date_shelf p:last-child {
	margin-top:16px;
}
.details_images_box img {
	width:160px;
}

.details_text_box.forbidden {
	display: none;
}

.details_text {
	margin-top: 8px;
	line-height:24px;
	white-space: pre-line;
}

.details_images_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 32px;
}
ul.details_images_box li {
	margin-right: 8px;
	margin-left: 8px;
}

.details_btn_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	text-align: center;
}
.details_print_btn {
	left:auto; /*打消し*/
	right:30px;
}

.details_print_btn icon, .details_print_btn span {
	font-size:16px;
	font-weight:800;
}


.details_sub_frame {
	position:absolute;
	top:140px;
	left:0;
	right:0;
}


/* Neo Paging 
=============================================== */
.page_control_box {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin:auto;
	padding:0 16px;
}

.capacity_box {
	display: flex;
}

.paging_tray {
	display: flex;
	justify-content: flex-start;
}
.paging_tray .control_cell {
    box-sizing:border-box;
    margin-right:4px;
	min-width:30px;
}
.paging_tray .control_cell:last-child {
    margin-right:0;
}
.paging_tray .dummy_number_cell {
	padding:0 4px;
	line-height:26px;
	font-size:13px;
	text-align:center;
	color:#555;
}

.paging_tray .control_cell a
{
    overflow:hidden;
    box-sizing:border-box;
    display:block;
    padding:0 4px;
    line-height:26px;
    border-radius:4px;
    border:1px solid #9f9fa0;
    background-color:#dcdcdc;
    font-size:13px;
    text-align:center;
    color:#555;
    letter-spacing:2px;
}
.paging_tray .control_cell a:hover {
	border:1px solid #E85298;
    background-color:#E85298;
    color:#fff;
}
.paging_tray .number_cell a {
    width:30px;
    padding:0;/*打消し*/
}
.paging_tray .current_number a {
    border:1px solid #E85298;
    background-color:#fff;
    color:#E85298;
}
.paging_tray .current_number a:hover {
    cursor:default;
    opacity:1.0;
}

.paging_tray .disabled_number a {
    opacity:0.2;
}
.paging_tray .disabled_number a:hover {
    cursor:default;
    opacity:0.2;
}


/*
Loading
======================================*/

.loading_frame {
	margin: 60px auto;
	position: relative;
	pointer-events:none;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border-width:6px;
}

.loader {
	position: relative;
	margin:auto;
	border-top: 7px solid rgba(0,173,169, 0.2);
	border-right: 7px solid rgba(0,173,169, 0.2);
	border-bottom: 7px solid rgba(0,173,169, 0.2);
	border-left: 7px solid #6fa1fb;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading_caption {
	margin:auto;
	margin-top:6px;
	text-align:center;
	/*color:#00ada9;*/
	color:#6fa1fb;
	font-weight:800;
}

/*Alt Message
==========================================================*/

.alt_message_frame {
	width: 100%;
	margin: 60px auto;
}
.alt_message {
	text-align: center;
	color: #555;
}


.forbidden_mene {
    pointer-events:none;
    opacity:0.3;
}


@media (max-width: 800px) {

	/* 製品更新情報
	==========================*/
	.history_row {
		flex-direction:column;
		align-items: flex-start;
		height: max-content;
		padding: 12px 8px;
		border-bottom:solid 1px #ddd
	}

	.history_row .detail_cell a {
		text-align:left;
		margin-top:8px;
	}

	.page_control_box {
		flex-direction:column;
		align-items:center;
	}
	.capacity_box {
		margin-top:16px;
	}
	.capacity_box select {
		display:none;
	}

	.paging_tray .control_cell {
		margin-right:0;
	}
	.paging_tray .control_cell a {
		background-color:#fff;
		border-radius:0px;
		border:1px solid #E85298;
		color:#E85298;
	}
	.paging_tray .current_number a {
		border:1px solid #E85298;
		background-color:#E85298;
		color:#fff;
	}

	.condition_row {
		flex-direction:column;
		align-items:flex-start;
		height:fit-content;
		margin-top:12px;
	}
	.condition_row .condition_title_cell {
		font-size:13px;
	}
	.condition_date_cancel {
		font-size:13px;
	}

	.history_row .heading_cell {
		padding-right:0px;
		max-width:100%;
	}

	.details_container {
/*		top:36px;
		bottom:auto;*/
		padding:24px 16px 30px 16px
	}

	.details_content_box {
		flex-direction:column;
		margin-top:16px;
	}

	.details_content_left {
		width:100%;
	}

	.details_content_right {
		margin-top:24px;
		width:100%;
	}

	.details_content_box h5 {
		padding:0;
		background:none;
		color:#000;
		font-size:14px;
	}

	.details_content_box h4 {
		font-size: 14px;
		font-weight: 800;
		border-bottom:none;
	}

	.details_date_shelf {
		margin-top:8px;
	}

/*	.details_program_box {
		margin-top:8px;
	}*/
	.details_program_list li {
		margin-top:0;
	}

	.details_date_shelf p:last-child {
		margin-top:0px;
	}

	.details_images_box img {
		width:120px;
	}

	.details_btn_box {
		position:static;
		margin-top:24px;
	}

	/* 最新DVD
	====================================*/
	.new_media_order_box {
		width:100%
	}

	.raise_textbox {
		font-size:14px;
	}
	.raise_label {
		font-size:14px;
	}

	label.order_form_radio_label {
		font-size:14px;
	}
}


@media (max-width: 680px) {

	img {
	  max-width: 100%;
	  height: auto;
	}

	header .wrapper {
		padding:4px 16px;
	}

	.header_link {
		display:none;
	}

	img.logo {
		width:74px;
	}

	.headline {
		padding:16px 0;
	}
	.headline h1 {
		font-size:18px;
		text-align:center;
	}

	.main_navi_box {
		display:none;
	}

	.burger_menu {
		display:block;
	}

	.m_hide {
		display:none;
	}

	/* ログイン
	==========================*/
	.container.auth_form_box {
		padding:0px;
	}

	.auth_form_left_cell {
		width:100%;
	}
	.auth_form_left_cell p {
		font-size:12px;
	}

	.auth_form_right_cell {
		width:100%;
	}
	.auth_form_right_cell h3 {
		font-size:14px;
	}
	.auth_form_right_cell p {
		font-size:13px;
	}

	.auth_input_case {
	}

	.auth_input_case input[type="text"], .auth_input_case input[type="password"] {
		padding:8px;
		font-size:15px;
	}
	.auth_check_cell {
		font-size:18px;
	}

	/* 製品更新情報
	==========================*/
	.search_box {
		position: fixed;
		top:0px;
		left:100%;
		height: 100%; 
		width: 370px; 
		max-width:100%;
		padding: 8px 16px 40px 16px;
		background: #fff; 
		overflow-x: scroll; 
		overflow-y: scroll;
		transition:left 0.3s ease-in;
		z-index:200;
	}
	.search_box.drawer_active {
		left:calc(100% - 370px);
	}
	.drawer_screen.drawer_active {
		width:100%;
		height:100%;
		opacity:0.4;
	}

	.condition_contros {
		flex-direction:column;
	}

	.condition_cell {
		margin-right:8px;
		padding:0;
	}

	.condition_input_box input[type="text"] {
		width:120px;
		font-weight:500;
		font-size:13px;
	}

	.condition_input_box input[type="text"]::placeholder {
		font-size:13px;
	}

	.filter_word_box input[type="text"] {
		width:340px;
		max-width:96%;
		font-size:13px;
	}

	.condition_case.m_column {
		flex-direction:column;
		align-items:flex-start;	
	}
	.condition_case.m_column .condition_cell {
		margin-top:8px;
	}
	.condition_case.m_column .condition_cell:first-child {
		margin-top:0;
	}

	.paging_tray .dummy_number_cell {
		display:none;
	}

	.main_list {
		margin-top:8px;
	}

	.drawer_search_btn_box {
		display: flex;
		justify-content: center;
	}

	.drawer_search_close_btn_box {
		display:block;
		text-align:center;
	}

	.fw_calendar_close_btn {
		margin-left:300px;
	}

	.fw_calendar_header .month_cell, .fw_calendar_header .year_cell {
		font-size:24px;
	}

	.fw_calendar_box .day_row > div {
		width:48px;
	}

	.fw_calendar_box .date_row > div {
		width:48px;
		height:48px;
		line-height:48px;
	}


	/* お知らせ
	==========================*/
	.info_headline_tray {
		display: flex;
		flex-direction: column;
		align-items: start;
		padding:4px;
	}
	.info_headline_cell {
		font-size:14px;
	}

	.info_partial h2 {
		font-size:15px;
		letter-spacing:0px;
	}

	.article_cell {
		margin-top: 12px;
		font-size: 14px;
		line-height: 20px;
	}

	img.article_photo {
		max-width:100%;
		max-height:240px;
	}

	.raise_balloon {
		width:60px;
		height:60px;
		font-size:12px;
	}

	/* 製品マニュアル
	====================================*/
	.generic_row {
		flex-direction:column;
		align-items:flex-start;
		padding:12px 0;
	}

	.manual_download_logo_cell img {
		width:auto;
		height:20px;
	}

	.manual_download_link_cell, .manual_download_link_cell a {
		font-size:14px;
		margin-top:8px;
	}

	.manual_menu_list {
		width:100%;
		margin:16px 0px;
	}

	/* 最新DVD
	====================================*/
	.new_media_order_box {
		margin:20px auto;
		padding:20px 8px;
	}
	.new_media_order_box h2 {
		font-size:15px;
	}

	.order_form_cell {
		margin-top:20px;
	}

	.raise_textbox {
		padding:12px 16px;
	}

	/* footer
	================================================*/
	footer {
		font-size:12px;
	}

	footer .copy_right {
		width:100%;
	}
}

@media (max-width: 370px) {
	.search_box.drawer_active {
		left:0;
	}
}