﻿@charset "utf-8";
/* CSS Document */

/*================================================
 *  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,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

*, *:before, *:after {
box-sizing: border-box;
 }

/*================================================
 *  一般・共通設定
 ================================================*/
html {
    height: 100%;
    margin: 0;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	font-size:14px;
	line-height: 1.5;
	font-weight: 400;
	color: #4B4A4A;
	height: 100%;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color:#1d3994;
	text-decoration:none;
	cursor: pointer;
}

a:hover {
	opacity: 0.7;
}

h1 {
	font-size: 20px;
	color: #4B4A4A;
}

h2 {
	font-size: 18px;
	color: #4B4A4A;
}

h3 {
    font-size: 16px;
    color:#4B4A4A;
}

.text__weight {
	font-weight: 600;
}

.text__weight-black {
	font-weight: 600;
	color: #717070;
}

.text__color-blue {
	color: #1d3994;
}

.text__color-red {
	color: #be1309;
}

/* 三角右 */
.arrow__right::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #1d3994;
}

.arrow__right-white::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #FFFFFF;
}

/* icon */
.icon__main {
	font-size: 46px;
	margin: 0px 15px 0px 0px;
}

.icon__sub {
	position: absolute;
	top: 8px;
	right: 7px;
	font-size: 45px;
	margin: 0px 0px 0px 0px;
	color: rgba(204,204,204,0.3);
}

.icon__sub2 {
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 45px;
	margin: 0px 0px 0px 0px;
	color: rgba(204,204,204,0.3);
}

.icon__member {
	font-size: 14px;
	margin: 0px 5px 0px 5px;
}

.icon__mene {
	width: 20px;
	font-size: 18px;
	margin: 0px 10px 0px 0px;
	text-align: center;
}

.icon__breadcrumbs {
	margin: 0px 5px 0px 0px;
}

.icon__header-info {
	margin: 0px 5px 0px 0px;
}

/*================================================
 *  template
 ================================================*/

.content__wrapper {
	width: 100%;
	margin: auto;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid rgba(191,191,191,0.5);
	border-radius: 5px;
}

.content__box {
	width: 100%;
}

.content__inner {
    padding: 30px 30px 0px 30px;
}

.title {
	display: flex;
	align-items: center;
	width:100%;
   	padding: 20px 20px 20px 20px;
	background: linear-gradient(to bottom, rgba(29,57,148,0.05),#ffffff 50%,rgba(29,57,148,0.05));
   	border-bottom: solid 1px rgba(191,191,191,0.5);
	font-size:20px;
	font-weight:600;
	color: #1d3994;
	border-radius: 5px 5px 0px 0px;
}

.title h1,
.title h2,
.title h3 {
	font-size:20px;
	font-weight:600;
	color: #1d3994;
}

.content__title {
	margin: 0px 0px 20px 0px;
   	padding: 10px 10px 10px 10px;
   	border-left: solid 6px #717070;
   	border-bottom: solid 1px rgba(191,191,191,1);
	font-size: 18px;
	text-align: left;
}

/* table1 */
.content__table {
	margin: 20px 0px 0px 0px;
	width:100%;
	border: solid 1px #cccccc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
}

.content__table tr {
	width:100%;
}

.content__table th, td {
	border-collapse: collapse;
	/*border-bottom: 1px solid #cccccc;*/
	vertical-align:middle;
	text-align: left;
}

.content__table th {
	width: 30%;
	padding: 10px;
	background-color: rgba(29,57,148,0.05);
	border-right: 1px solid #cccccc;
}

.content__table td {
	width:70%;
	padding: 10px;
	word-break: break-all;
}

.content__table tr:last-child th {
	border-bottom: none;
}

.content__table tr:last-child td {
	border-bottom: none;
}

.content__table tr:hover {
	background-color: rgba(29,57,148,0.05);
}

/* table2 */
.content__table2 {
	margin: 20px 0px 0px 0px;
	width:100%;
	border: solid 1px #cccccc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
}

.content__table2 tr {
	width:100%;
}

.content__table2 th, td {
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
}

.content__table2 th {
	width: 30%;
	padding: 10px;
	background-color: rgba(29,57,148,0.05);
	border-right: 1px solid #cccccc;
	text-align: center;
}

.content__table2 td {
	width:70%;
	padding: 10px;
	word-break: break-all;
	text-align: left;
}

.content__table2 tr:last-child th {
	border-bottom: none;
}

.content__table2 tr:last-child td {
	border-bottom: none;
}

.content__table2 tr:hover {
	background-color: rgba(29,57,148,0.05);
}

/*================================================
 *  fade-in
 ================================================*/
@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

/*================================================
 *  wrapper
 ================================================*/
.wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 50px);
	background-color: rgba(29,57,148,0.05);
}

/*================================================
 *  header
 ================================================*/
.header__wrapper {
	position: fixed;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1d3994;
	box-shadow:0px 0px 6px 1px rgba(29,57,148,0.05);
}

.header__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1980px;
	margin: auto;
	padding: 0px 15px;
}

/* logo */
.header__logo {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
}

.header__logo img {
	display: block;
	margin: 0px 0px 0px 0px;
}

.header__logo a:hover {
	opacity: 1;
}

.header__menu {
	display: flex;
	align-items: center;
	width: 40px;
	height: 50px;
	margin: 5px 0px 0px 20px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}

.header__menu-off {
	background-position:-80px;
}

/*================================================
 * header-info
 ================================================*/
.header-info__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5px 15px 0px;
}

.member-info__wrapper {
	padding: 0em 0em 0em 1em;
}

.member-info__box {
    position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 0px 0px 0px;
	padding: 2px 1em;
	background-color: #FFFFFF;
    border-radius: 0px 5px 5px 0px;
}

.member-info__box::before {
	content:'';
	position:absolute;
	top: 0;
	bottom: 0;
	left: -.5em;
	width: 1em;
	background: #FFFFFF;
	transform: skew(-10deg);
    border-radius: 5px 0 0 5px;
}

.member-info__name {
	margin: 0px 30px 0px 0px;
}

.member-info__logout {
	margin: 0px 0px 0px 0px;
}

/*================================================
 *  breadcrumbs
 ================================================*/
#breadcrumbs {
	overflow: hidden;
}

#breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}

#breadcrumbs li {
	display: flex;
	align-items: center;
	float: left;
	height: 25px;
	margin: 0 .5em 0 1em;
	color: #717070;
}
 
#breadcrumbs a {
	background: #E9E9E9 ;
	padding:2px 1em;
	text-decoration: none;
	color: #717070;
	position: relative;
}
 
#breadcrumbs a:hover {
	color: #717070;
	background: #E9E9E9;
}
 
#breadcrumbs a::before,
#breadcrumbs a::after {
	content:'';
	position:absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	background: #E9E9E9;
	transform: skew(-10deg);
}
 
#breadcrumbs a::before {
	left: -.5em;
	border-radius: 5px 0 0 5px;
}
 
#breadcrumbs a:hover::before {
	background: #E9E9E9;
}
 
#breadcrumbs a::after {
	right: -.5em;
	border-radius: 0 5px 5px 0;
}
 
#breadcrumbs a:hover::after {
	background: #E9E9E9;
}
 
/*================================================
 *  container
 ================================================*/
.container__wrapper {
	width: 978px;
	margin: 0px auto;
	padding: 95px 15px 50px 15px;}


/*================================================
 *  login
 ================================================*/
.login__wrapper {
	width: 500px;
	margin: 100px auto 45px auto;
	padding: 30px 15px;
	background-color:rgba(29,57,148,0.05);
	border-radius: 5px;
}

.login__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	font-size:12px;
	line-height:18px;
	text-align: center;
}

.login__title {
	font-size: 20px;
	line-height: 24px;
	color: #1d3994;
}

.member__box-number {
	width: 350px;
	margin: 30px auto 0px auto;
	font-size: 14px;
	text-align: left;
}

.member__box-ps {
	width: 350px;
	margin: 15px auto 0px auto;
	font-size: 14px;
	text-align: left;
}

.input__member {
	width: 350px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
}

.login__box input::-webkit-input-placeholder {
	padding: 0px 5px;
	font-size: 12px;
	color: #BFBFBF;
}

.login__box input::-moz-placeholder {
	padding: 0px 5px;
	font-size: 12px;
	color: #BFBFBF;
}

.login__btn-box {
	display: flex;
	justify-content: center;
	margin: 30px auto 0px auto;
}

.login__info-inner {
	display: flex;
	justify-content: center;
}

.login__btn-info {
	margin: 30px 0px 0px 0px;
	line-height: 28px;
	text-align: left;
}

.login__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #1d3994;
	border-radius: 5px;
	box-shadow: 0 1px 0 #172E79;
	cursor:pointer;
}

.login__btn a {
	color: #FFFFFF;
}

.login__btn:active {
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}

.login__btn:hover {
	opacity: 0.7;
}

/*================================================
 *  menu
 ================================================*/
.menu__wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid rgba(191,191,191,0.5);
	border-radius: 5px;
}

.menu__inner {
    padding: 30px 30px 0px 30px;
}

.information__wrapper {
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.information__title {
	margin: 0px 0px 20px 0px;
   	padding: 10px 10px 10px 10px;
   	border-left: solid 6px #717070;
   	border-bottom: solid 1px rgba(191,191,191,1);
	font-size: 18px;
	text-align: left;
}

.information__title h1,
.information__title h2,
.information__title h3 {
	font-size: 18px;
}

.information__box {
	width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.information__box-text {
    width: 100%;
    height: 220px;
    padding: 10px 10px 10px 0px;
    overflow-x: hidden;
}

.information__box-text ul {
    padding: 0px 0px 20px 0px;
}

.information__box-text li {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #D6D6D6;
}

.information__box-text ul:last-child li {
    padding: 0px 0px 0px 0px;
    border-bottom: none;
}

.menu__box {
	width: 100%;
}

.menu__list-box {
	margin: 0px 30px 20px 0px;
}

.menu__list-box:nth-child(3n) {
	margin: 0px 0px 20px 0px;
}

.menu__btn-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.menu__btn-list a {
	display: inline-block;
}

.menu__btn {
	position: relative;
	overflow: hidden;
	width: 250px;
   	padding: 20px 20px 20px 20px;
	background-color:rgba(29,57,148,0.05);
	border-radius: 5px;
   	border-left: solid 6px #1d3994;
	text-align: left;
}

.menu__btn:hover {
	opacity: 0.7;
}

/*================================================
 *  registration
 ================================================*/
.registration__wrapper {
	width: 100%;
	margin: auto;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid rgba(191,191,191,0.5);
	border-radius: 5px;
}

.registration__inner {
    padding: 30px 30px 0px 30px;
}

.registration__box {
	width: 100%;
}

.registration__form {
	display: flex;
	flex-wrap: wrap;
}

.registration__table {
	width:100%;
	border: solid 1px #cccccc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
}

.registration__table tr {
	width:100%;
}

.registration__table th, td {
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
}

.registration__table th {
	width: 30%;
	padding: 10px;
	background-color: rgba(29,57,148,0.05);
	border-right: 1px solid #cccccc;
}

.registration__form-th {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.registration__table td {
	width:70%;
	padding: 10px;
}

.registration__table tr:last-child th {
	border-bottom: none;
}

.registration__table tr:last-child td {
	border-bottom: none;
}

.registration__table tr:hover {
	background-color: rgba(29,57,148,0.05);
}

.address__box {
	padding:10px 0px 0px 0px;
}

.post__inner {
	display:inline-block;
	width:42px;
	margin:0px 10px 0px 0px;
	text-align:center;
}

.address__inner {
	display:inline-block;
	margin:0px 10px 0px 0px;
	text-align:center;
}

.required {
	display:inline-block;
	margin:0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	font-size:10px;
	color:#FFFFFF;
	border-radius: 5px;
	background-color:#be1309;
	text-align:center;
	vertical-align:middle;
}

.registration__form input::-webkit-input-placeholder {
	padding: 0px 5px;
	font-size: 12px;
	color: #BFBFBF;
}

.registration__form input::-moz-placeholder {
	padding: 0px 5px;
	font-size: 12px;
	color: #BFBFBF;
}

.input__space {
	margin: 0px 10px 0px 0px;
}

.input__text {
	width: 100px;
}

.input__text2 {
	width: 150px;
}

.input__post {
	width: 100px;
}

.input__corporate {
	width: 400px;
}

.input__address {
	width: 400px;
}

.input__radio {
	margin: 3px 5px 0px 0px;
}

.registration__form-submit {
	width:100%;
	margin: 30px 0px 0px 0px;
	padding:30px 15px;
	text-align:center;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color:rgba(29,57,148,0.05);
}

.registration__form-info {
    display: flex;
    justify-content: center;
    text-align: left;
}

.registration__form-box {
	display: flex;
	justify-content: center;
	width:100%;
}

.registration__form-submit span {
	display:inline-block;
	font-size:12px;
}

.registration__submit-btn {
	margin:20px 50px 0px 0px;
	padding:5px 15px;
	font-size:16px;
	color:#FFFFFF;
	background-color: #1d3994;
	border:none;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
}

.registration__submit-btn:hover {
	opacity: 0.7;
}

.registration__submit-btn:active {
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}

.registration__reset-btn {
	margin:20px 0px 0px 0px;
	padding:5px 15px;
	font-size:16px;
	color:#FFFFFF;
	background-color: #cccccc;
	border: none;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
}

.registration__reset-btn:hover {
	opacity: 0.7;
}

.registration__reset-btn:active {
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}

/*================================================
 *  asset
 ================================================*/
.asset__wrapper {
	width: 100%;
	margin: auto;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid rgba(191,191,191,0.5);
	border-radius: 5px;
}

.asset__inner {
	padding: 30px 30px 0px 30px;
}

.asset__box {
	width: 100%;
}

.asset__info {
	width: 100%;
}

.asset__area {
	margin: 0px 0px;
}

.asset__data {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 0px 0px;
}

.asset__data-wallet {
	display: none;
}

.asset__data-wallet i {
	margin: 0px 5px 0px 0px;
}

.asset__data-list {
	display: flex;
	flex-wrap: wrap;
	width: 25%;
}

.asset__data-list ul {
	width: 100%;
}

.asset__data-list li {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid rgba(191,191,191,1);
}

.asset__data-list li a {
	opacity: 1;
}

.data__list-box:hover .data__list-title,
.data__list-box:hover .data__list,
.data__list-box:hover .data__list i {
	color: #f39801;
}

.data__list-box:hover .data__list {
	border: 1px solid #f39801;
	background-color: #f39801;
	color: #FFFFFF;
}

.data__list-box:hover .data__list i {
	color: #FFFFFF;
}

.asset__data-list li:first-child {
	margin: 0px 0px 0px 0px;
}

.asset__data-list li a {
	display: block;
}

.data__list-box {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.data__list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 35px;
	margin: 0px 10px 0px 0px;
	border-radius: 5px;
	border: 1px solid #717070;
	font-size: 16px;
	color: #717070;
}

.data__list i {
	font-size: 24px;
	color: #717070;
}

.data__list-meta {
	display: flex;
	flex-direction: column;
}

.data__list-title {
	font-size: 16px;
	line-height: 1.0;
	color: #a3a3a3;
}

.data__list-price {
	font-size: 12px;
	font-weight: 600;
	color: #717070;
}

.panel__wrapper {
	width: 75%;
}

.panel__container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 0px 20px;
}

.panel__box {
	width: 50%;
	padding: 0px 20px 30px 0px;
}

.panel__box:nth-child(2n) {
	padding: 0px 0px 30px 20px;
}

.panel__inner {
	width: 100%;
	border-radius: 5px;
	box-shadow:2px 2px 6px 0px #a3a3a3;
}

.panel__inner:hover .panel__card {
	background-color: #f39801;
	transition:0.2s ease;
}


.panel__inner:hover .panel__no-icon,
.panel__inner:hover .panel__bacwhite-icon {
	color: #f39801;
	transition:0.2s ease;
}

.panel__inner:hover .panel__info {
	font-weight: 600;
	background-color: #f7b74e;
	transition:0.2s ease;
}

.panel__card {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 10px 15px;
	height: 100px;
	background-color: #1d3994;
	border-radius: 5px 5px 0px 0px;
	color: #FFFFFF;
}

.panel__card::before {
	content:"";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 1px;
	background-color: #FFFFFF;
	transition:width 0.2s ease;
}

.panel__inner:hover .panel__card::before {
	width: 100%;
}

.panel__headline-box {
	width: 100%;
}

.panel__headline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.panel__icon {
	display: flex;
	width: 22%;
}

.panel__font-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
    height: 40px;
	font-size: 40px;
}

.panel__bacwhite-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
	font-size: 24px;
	color: #1d3994;
}

.panel__no-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
	font-size: 12px;
	font-weight: 600;
	color: #1d3994;
}

.panel__icon-box i {
	font-size: 30px;
}

.panel__number {
	width: 78%;
	font-size: 30px;
	text-align: right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel__title {
	width: 100%;
	font-size: 18px;
	text-align: right;
}

.panel__info {
	padding: 10px 15px 10px 15px;
	width: 100%;
	font-size: 14px;
	text-align: right;
	background-color: #6074b4;
	border-radius: 0px 0px 5px 5px;
}

.panel__info a {
	color: #FFFFFF;
}

/*================================================
 *  history
 ================================================*/

.history__wrapper {
	width: 100%;
	margin: auto;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid rgba(191,191,191,0.5);
	border-radius: 5px;
}

.history__box {
	width: 100%;
}

.history__inner {
    padding: 30px 30px 0px 30px;
}

.history__date {
	margin: 5px 0px 0px 0px;
	order:2;
}

.history__date-title {
	
}

.history__date-list {
	margin: 15px 0px 0px 0px;
}

.history__date-list li {
	display: flex;
	margin: 10px 0px 0px 0px;
}

.history__date-list li:first-child {
	margin: 0px 0px 0px 0px;
}

.history__table {
	margin: 20px 0px 0px 0px;
	width:100%;
	border: solid 1px #cccccc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
}

.history__table tr {
	width:100%;
}

.history__table th, td {
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
}

.history__table th {
	width: 30%;
	padding: 10px;
	background-color: rgba(29,57,148,0.05);
	border-right: 1px solid #cccccc;
}

.history__table td {
	width:70%;
	padding: 10px;
	word-break: break-all;
}

.history__table tr:last-child th {
	border-bottom: none;
}

.history__table tr:last-child td {
	border-bottom: none;
}

.history__table tr:hover {
	background-color: rgba(29,57,148,0.05);
}

/*================================================
 *  order
 ================================================*/
.order__wrapper {
	width: 100%;
	margin: auto;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid rgba(191,191,191,0.5);
	border-radius: 5px;
}

.order__inner {
    padding: 30px 30px 0px 30px;
}

.order__info {
	padding: 0px 0px 0px 0px;
}

.order__list {
	padding: 20px 0px 0px 0px;
}

.order__list ul {
}

.order__list li {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	border-bottom: 0.5px solid rgba(191,191,191,0.7);
}

.order__list li:first-child {
	margin: 0px 0px 0px 0px;
}

.order__list li:last-child {
	border-bottom: none;
	padding: 0px 0px 0px 0px;
}

.order__list input::-webkit-input-placeholder {
	padding: 0px 5px;
	font-size: 12px;
	color: #BFBFBF;
}

.order__list input::-moz-placeholder {
	padding: 0px 5px;
	font-size: 12px;
	color: #BFBFBF;
}


.order__list-title {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
}

.order__list-info {
	margin: 10px 0px 5px 0px;
}


.order__list-input {
	margin: 0px 0px 0px 0px;
}

.order__box {
	width: 100%;
}

.order__btn {
	margin: 50px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

.order__form-box {
	width:100%;
	margin: 30px 0px 0px 0px;
	padding:30px 15px;
	text-align:center;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color:rgba(29,57,148,0.05);
}

.order__form-info {
	display: flex;
	justify-content: center;
	max-width: 100%;
	font-size: 12px;
	text-align: left;
}

.order__submit-btn {
	margin:20px 50px 0px 0px;
	padding:5px 15px;
	font-size:16px;
	color:#FFFFFF;
	background-color: #1d3994;
	border:none;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
}

.order__submit-btn:hover {
	opacity: 0.7;
}

.order__submit-btn:active {
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}

.order__reset-btn {
	margin:20px 0px 0px 0px;
	padding:5px 15px;
	font-size:16px;
	color:#FFFFFF;
	background-color: #cccccc;
	border: none;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
}

.order__reset-btn:hover {
	opacity: 0.7;
}

.order__reset-btn:active {
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}

.input__select {
	margin: 0px 5px 0px 0px;
}

.input__order {
	margin: 0px 5px 0px 0px;
}

.radio-input {
	display: none;
}

.radio-input + label{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #717070;
}

.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}

.radio-input:checked + label{
	font-weight: 600;
	color: #be1309;
}

.radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	width: 11px;
	height: 11px;
	background: #be1309;
	border-radius: 50%;
}

/*================================================
 *  メニュー　共通　「side」が横「v」が縦用
 ================================================*/
.globalnav {
    position:fixed;
    top: 0px;
	z-index:100;
    height: 100vh;
	padding: 80px 0px 30px 0px;
	background-color: #FFFFFF;
    overflow:hidden;
}
 
.ul_open_side,
.ul_open_v{
	background-color:#FFFFFF;
    color: #4B4A4A;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul_open_side{
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;

}

.ul_open_side li {
    width: 250px;
	border-bottom: 1px solid rgba(191,191,191,1);
	background-color: rgba(29,57,148,0.05);
}

.ul_open_side li:last-child {
	padding:0px 0px 0px 0px;
}

.ul_open_side li a {
	display: flex;
	align-items: center;
    padding: 15px;
	color:#1d3994;
	text-decoration: none;
}

.ul_open_side li:hover {
    opacity: 0.7
}

.globalnav__second-level li a {
    padding: 10px 10px 10px 25px;
	border-top: 1px solid #DDD;
}

.globalnav__second-level li:first-child {
	border-bottom: 0px solid #DDD;
}

.globalnav__second-level li:last-child {
	border-top: 0px solid #DDD;
	border-bottom: 0px solid #DDD;
}

.globalnav__third-level li a {
    padding: 10px 10px 10px 50px;
}


.ul_open_v{
    position: absolute;
    height: 100%;
}

.ul_open_v li{
    padding: 10px;
    width: 150px;
}


.open-menu{
    left: -100%;/* 右から表示する場合「right」に変更 */
}

.open-menu.active{
    left : 0px;/* 右から表示する場合「right」に変更	 */
}

/*================================================
 *  メニューオーバーレイ
 ================================================*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;

}

.nav-close.active {
    display:block;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

/*================================================
 *  footer
 ================================================*/
.footer__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-top: auto;
	background-color:#1d3994;
}


/* credit */
.footer__credit {
	padding: 0px 15px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color:#FFFFFF;
}

/*================================================
 *  other
 ================================================*/
.close {
	display: none;
}

.active {
	display: block;
}

.active-fade {
	display: block;
	opacity: 1.0;
	animation-duration: 0.3s;
	animation-name: fade-in;
}

.input-width-date{
    width:120px;
}
.input-width-short{
    width:120px;
}

.input-width-medium{
    width:150px;
}

.input-width-long{
    width:305px;
}

.input-width-longer{
    width:500px;
}


/* ------------------------------------------------- */
/* メッセージ領域      								 */
/* ------------------------------------------------- */

/* メッセージ領域全体 */
.information
{
}

/* エラーメッセージ領域 */
.error_messages
{
    padding:            5px 20px 5px 35px;
    background:         #faebe7 url(../Images/error_msg_icon.gif) 10px 5px no-repeat;
    border:             1px solid #ffaaaa;
    font-size:          11px;
    margin:             0 0 5px 0;
    color:              #000000;
    text-align:         left;
}

/* 通知メッセージ領域 */
.notifications
{
    padding:            5px 20px 5px 35px;
    background:         #ebebff url(../Images/note_msg_icon.gif) 10px 5px no-repeat;
    border:             1px solid #aaaaff;
    font-size:          11px;
    margin:             0 0 5px 0;
    color:              #000000;
    text-align:         left;
}
