﻿@CHARSET "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin: 0;
}
body p,body button{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10pt;
}
body input,body select,body textarea{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10pt;
}
small {
	color: #fa8072;
}
.Login .pc-login{
	display:none;
}
.Login{
	margin-top:15px;
	width:100%;
}
.Login p{
	margin:0;
}
.Login form{
	margin: auto;
	margin-top: 20px;
	padding: 15px;
	background-color: #f5f5f5;
	text-align: left;
}
.Login input{
		height:30px;
		width: 100%;
		margin-bottom:15px;
		border:solid 2px #ccc;
}
.Login button ,.input button{
	width: 100%;
	padding:8px 0px;
	margin-top:20px;
	background-color:#043c78;
	color:#fff;
}
.input{
	width:95%;
	margin:auto;
}
.input table{
	border-collapse:collapse;
	font-size:11pt;
	width:100%;
}
.input tr{
	width:100%;
}
.input th,.input td{

}
.input th{
	color:#fff;
	background-color:#043c78;
}
.input td{
	width:70%;
	padding:5px;
	height:25px;
	background-color:#eee9e6;
}
.input input,.input select,.input textarea{
	border:solid 1px #ccc;
	width:70%;
	height:90%;
}
.input input,.input select{
	text-align:center;
}
.input .title-td{
	width:50px;
}
.input input[type="date"]{
	width:50%;
	margin:5px;
}


.arrow{
margin-left:3px;
margin-right:10px;
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 20px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.next::before{
width: 25px;
height: 25px;
background: #aaa;
border-radius: 20%;
}
.next::after{
left: 6px;
width: 6px;
height: 6px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.back::before{
width: 25px;
height: 25px;
background: #aaa;
border-radius: 20%;
}
.back::after{
left: 9px;
width: 6px;
height: 6px;
border-bottom: 3px solid #fff;
border-left: 3px solid #fff;
-webkit-transform: rotate45deg);
transform: rotate(45deg);
}
.check{
 display: none;/* チェックボックスの非表示 */
}

.ac-list{
	color:#000;
	font-weight:normal;
/* メニュー開閉時アニメーション */
    background-color :#eee9e6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ac-list td{
	background-color :#eee9e6;
}

.ac-list{
    height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}
.ac-menu02 .check:checked+.ac-list{
    height: 220px;/* チェックが入っているときの高さ */
}
.ac-menu01 .check:checked+.ac-list{
    height: 125px;/* チェックが入っているときの高さ */
}

.menu-trigger,
.menu-trigger span,
.ac-menu02 label,
.ac-menu02 span{
	display: inline-block;
	box-sizing: border-box;
}
.menu-trigger ,.ac-menu02 label{
	font-size:12pt;
	background-color: #999;
	position: relative;
	width: 100%;
	height: 22px;
	color:#fff;
	cursor :pointer;
}
.ac-menu02 label{
	font-size:11pt;
	margin:0;
	color:#fff;
	background-color:#043c78;
	font-weight:bold;
}
span {
	font-weight:normal;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
span:nth-of-type(1) {
	top: 3px;
	left:5px;
}
span:nth-of-type(2) {
	top: 9px;
	left:5px;
}
 span:nth-of-type(3) {
	bottom:5px;
	left:5px;
}
.ac-menu01 button{
	border:solid 1px #fff;
	border-left:0px;
	border-right:0px;
	width:100%;
	padding:10px 0px;
	margin:0;
	/*background-color:rgba(73,187,255,.3);*/
	background-color:#aaa;
	color:#fff;

}
.logo {
	display:none
}

.head{
	display:none
}


.info{
	text-align:left;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 20px;
	background-color: #f5f5f5;
}
.line{
	display:none
}
.lineSmart{
	width:100%;
	margin-left: auto;
	margin-right: atuo;
	display: block;
}

