@charset "UTF-8";

/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul{margin:0;padding: 0;}ul,ol{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.6;font-size: 16px;color: #000;}a{text-decoration:none},img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img {image-rendering: -webkit-optimize-contrast;}
body, header, footer {width: 100%;overflow-x: auto;}
h1 {
	font-size: 26px;
	padding: 2rem 2rem 2rem 3.5rem;
	/* margin-left: -2rem;
	width: calc(100% + 4rem); */
	color: #fff;
	background: #0071bc;
	background: -webkit-gradient(linear, left top, right top, from(#0071bc), to(#39b54a));
	background: -webkit-linear-gradient(left, #0071bc, #39b54a);
	background: -moz-linear-gradient(left, #0071bc, #39b54a);
	background: -o-linear-gradient(left, #0071bc, #39b54a);
	background: linear-gradient(to right, #0071bc, #39b54a);}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
a:hover, button:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header {padding: 0 10px;box-sizing: border-box;border-top: 5px solid #000;background: #fff;height: 70px;position: fixed;-webkit-box-shadow: 0 0 8px rgb(0 0 0 / 50%);box-shadow: 0 0 8px rgb(0 0 0 / 50%);z-index: 10;}
#logo {top: 10px;position: absolute;}
#logo a {
	font-weight: bold;
	font-size: 27px;
	color: #000;
}
#wrapper {
	padding-top: 70px;
}
#content {width: calc(100% - 250px);height: 100%;padding: 0 2rem 2rem;margin-left: 250px;overflow-x:scroll;}
#main {
	padding: 30px 20px;
}
aside {min-width: 250px;background: #233445;position: fixed;height: 100%;top: 70px;}
aside a {color: #c1c9d1;display: block;padding: 1rem 1rem 1rem 3rem;border-bottom: 1px solid #101820;border-top: 1px solid #31465c;}
aside a:hover {background: #2e3192;}
footer {background: #eee;text-align: right;font-size: 12px;padding: 1rem;}
footer span {
	display: inline-block;
	margin-left: 20px;
}
.flex3 {display: flex;flex-wrap: wrap;}
.flex3 li {width: calc( 94% / 3 );margin-right: 2%;margin-bottom: 1rem;}
.bx_news {margin-bottom: 2rem;}
.bx_news li {margin-bottom: 1rem;}
.flex3 li:nth-child(3n); {margin-right: 0;}
.flex3 li a, .bx_news li a {padding: 1.5rem 1rem 1rem;background: #f1f0f2;display: block;height: 100%;border-radius: 5px;}
.flex3 li a:hover, .bx_news li a:hover {color: #f1f0f2;background: #2e3192;}
.flex3 li a h3 {margin: -0.2rem 0 1rem;padding-left: 2rem;}
.bx_news li a h3 {margin: -0.2rem 0 1rem;}
.flex3 li a:hover p, .bx_news li a:hover p {color: #f1f0f2;}
.flex3 li a p, .bx_news li a p {color: #222;}
#content h2 {padding: 0.5rem 0 0.5rem 1rem;border-bottom: 1px solid #eee;margin-bottom: 1rem;border-left: 5px solid #ffeb3b;}
a.btn_logout {position: absolute;top: 13px;right: 13px;display: block;padding: 0.5rem 1rem 0.5rem 2.5rem;border: 1px solid #eee;border-radius: 5px;font-size: 14px;color: #222;background: url(../img/ico_logout.svg) 5px center no-repeat;background-size: 20px;}

a.btn_logout:hover {background: #f4f4f4 url(../img/ico_logout.svg) 10px center no-repeat;background-size: 20px;}
.ico_home, .ico_pen, .ico_memo, .ico_info, .ico_edit, .ico_pw, .ico_taikai {position: relative;}
.ico_home:before, .ico_memo:before, .ico_pen:before, .ico_edit:before, .ico_pw:before, .ico_taikai:before, .ico_info:before {content: '';width: 30px;height: 30px;background: url(../img/ico_home.svg) 0 0 no-repeat;position: absolute;background-size: 20px;margin-top: -11px;top:50%;left: 1rem;}
#content li a.ico_home:before, #content li a.ico_memo:before, #content li a.ico_pen:before, #content li a.ico_edit:before, #content li a.ico_pw:before, #content li a.ico_taikai:before, #content li a.ico_info:before {margin-top: -40px;}
.ico_home:before {background: url(../img/ico_home.svg) 0 0 no-repeat;background-size: 20px;}
.ico_memo:before {background: url(../img/ico_memo.svg) 0 0 no-repeat;background-size: 16px;}
.ico_pen:before {background: url(../img/ico_pen.svg) 0 0 no-repeat;background-size: 20px;}
.ico_edit:before {background: url(../img/ico_edit.svg) 0 0 no-repeat;background-size: 18px;}
.ico_pw:before {background: url(../img/ico_pw.svg) 0 0 no-repeat;background-size: 16px;}
.ico_taikai:before {background: url(../img/ico_taikai.svg) 0 0 no-repeat;background-size: 20px;}
.ico_info:before {background: url(../img/ico_info.svg) 0 0 no-repeat;background-size: 18px;}
h1.ico_home:before {
	background: url(../img/ico_home.svg) 0 0 no-repeat;
	background-size: 28px;filter: brightness(2);margin-top: -15px;}
h1.ico_taikai:before {
	background: url(../img/ico_taikai.svg) 0 0 no-repeat;
	background-size: 28px; margin-top: -15px;}
h1.ico_edit:before {
	background: url(../img/ico_edit.svg) 0 0 no-repeat;
	background-size: 28px;filter: brightness(2);margin-top: -15px;}
	#nav_input, #menu-btn-check {display: none;}
	.ico_info {color: #666;
margin-bottom: 1rem;background: #f4f4f4;padding: 1rem 0 1rem 2.5rem;border: 1px solid #ddd;font-size: 14px;}
	table{
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 2rem;font-size: 14px;
		border-bottom: solid 1px #ccc;
	}
	.tbl01 th,
	.tbl01 td{
		padding: 5px 10px;
		text-align:left;
		box-sizing:border-box;
		border: solid 1px #ccc;
		font-size: 14px;
		white-space: nowrap;
	}
	.tbl01 th {
		padding: 10px;
		background: #eceaff;
		color: #222;
		text-align: center;
		width: 180px;
	}
	.tbl02 th,
	.tbl02 td{
		padding: 5px 10px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #ccc;
		white-space: nowrap;
	}
	.tbl02 th {
		background: #22252a;
		color: #fff;
		text-align: center;
	}
	.req {position: relative;}
	.req:after {content: '必須';text-align: center;background: #ff0000;color: #fff;border-radius: 3px;font-size: 10px;padding: 5px;margin-left: 10px;}
	.mt1 {margin-top: 1rem;}
	.mt2 {margin-top: 2rem;}
	.mt3 {margin-top: 3rem;}
	.mt4 {margin-top: 4rem;}
	.mt5 {margin-top: 5rem;}
	.mt6 {margin-top: 6rem;}
	.mt7 {margin-top: 7rem;}
	.mt8 {margin-top: 8rem;}
	.mb1 {margin-bottom: 1rem;}
	.mb2 {margin-bottom: 2rem;}
	.mb3 {margin-bottom: 3rem;}
	.mb4 {margin-bottom: 4rem;}
	.mb5 {margin-bottom: 5rem;}
	.mb6 {margin-bottom: 6rem;}
	.mb7 {margin-bottom: 7rem;}
	.mb8 {margin-bottom: 8rem;}
	button,
	a.btn {
			text-align: center;
			width: 70%;
			max-width: 300px;
			margin-left: auto;
			margin-right: auto;
			display: inline-block;
			cursor: pointer;
			background: #3a3c86;
			color: #fff;
			border: none;
			border-radius: 5px;
			padding: 1rem;
			position: relative;
			}
	button:after,
	a.btn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px;
	border-right: solid 1px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	transform: rotate(45deg);
			}
	button:hover,
	a.btn:hover {
			background: #2c2cff;
			}
	button.btn_back,
	a.btn_back {margin-left: 0;width: 240px;padding: 0.5rem;background: #999;}
	button.btn_search {width: 80px;}
	button.btn_back:after,a.btn_back:after {
	left: 15px;
	transform: rotate(225deg);
			}
	button.btn_back:hover, a.btn_back:hover {background: #bdb9b9;}
	a.btn.cancel {
		margin-right: 0;
		padding: .5rem;
		max-width: 160px;
	}
	#send_form button.btn_back {
		padding: .3rem 0;
	}
	#send_form button.btn_back:after {
		border: none;
	}

	button.cancel, a.cancel {background: #aaa;}
	button.cancel:hover, a.cancel:hover {background: #aaa;}
	.exbtn {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		cursor: pointer;
		background: #3a3c86;
		color: #fff;
		border: none;
		border-radius: 5px;
		padding: .4rem .8rem;
		position: relative;
	}
	.exbtn.red {
		background: #c04a45;
	}
	.exbtn.orange {
		background: #f7931e;
	}
	.exbtn.blue {
		background: #0071bc;
	}
	.exbtn.green,
	.btn.green {
		background: #39b54a;
	}
	a.btn.green:hover {
		background: #39b54a;
	}

.btn_box {
	text-align: center;
}
.btn_box a {
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.tbl01 {width: 100%;}
		table.tbl01 th,
		table.tbl01 td {
		text-align: left;
		display: block;
		width: 100%;
		border-bottom:none;
		}
		.tbl01 tr:last-child {
		border-bottom: solid 1px #ccc;
	}
	#logo a {
		line-height: 1.2;
	}
	#main {
		padding: 20px 15px;
	}
	.form-inline input.form-control.number {
		width: 80px;
	}
	a.btn.cancel {
		padding: .3rem;
		max-width: 120px;
		font-size: 14px;
	}
	button:after,
	a.btn:after {
		right: 7px;
	}
}
@media screen and (max-width: 1000px){
#logo {top: 15px;}
#logo img {width: 190px; height: auto;}
a.btn_logout, a.btn_logout:hover {background: url(../img/ico_logout.svg) 0 center no-repeat;width: 30px;height: 35px;padding-left: 10px;border: none;filter: brightness(0);background-size: 20px;right: 0;top: 14px;}
a.btn_logout span {display: none;}
h1 {font-size: 20px;padding-left: 2.7rem;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h1.ico_home:before {
	background: url(../img/ico_home.svg) 5px 0 no-repeat;
	background-size: 20px;
}
h1.ico_edit:before {
	background: url(../img/ico_edit.svg) 5px 0 no-repeat;
	background-size: 20px;
}
.flex3 li {width: 100%;}
#logo {position: relative;text-align: center;}
#content {width: 100%;margin-left: 0;padding: 0 1rem 2rem;}
#nav_left {position: relative;}

/*アイコンのスペース*/
/*ヘッダー*/
#nav_open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    top: 28px;
    left: 15px;
    z-index: 100;
    cursor: pointer;
}

/*ハンバーガー*/
#nav_open span, #nav_open span:before, #nav_open span:after {
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #222;
  display: block;
  content: '';
  cursor: pointer;
  border-radius: 2px;
}
#nav_open span:before {
  bottom: -8px;
}
#nav_open span:after {
  bottom: -16px;
}

/*閉じるボタン*/
#nav_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
    cursor: pointer;
}
#nav_close:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    right: 7px;
    top: 20px;
    transform: rotate(45deg);
    animation: ani_rotate 1.5s;
    animation-fill-mode: forwards;
}
#nav_close:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    right: 7px;
    top: 20px;
    transform: rotate(-45deg);
    animation: ani_rotate2 1.5s;
    animation-fill-mode: forwards;
}
@keyframes ani_rotate {
  0%  {
    opacity: 0.3;
    transform: scale(0.5, 0.5) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.0, 1.0) rotate(45deg);
  }
}
@keyframes ani_rotate2 {
  0%  {
    opacity: 0.3;
    transform: scale(0.5, 0.5) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.0, 1.0) rotate(-45deg);
  }
}


/*メニューの中身*/
#nav_content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #ffeb3b;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav_input:checked ~ #nav_close {
  display: block;
  opacity: .8;
}
.toggle dd {display: none;}

#nav_input:checked ~ #nav_content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav_content li a {
    padding: 1.3rem 0 1.3rem 3rem;
    border-bottom: 1px dotted;
    border-top: none;
    color: #222;
}
.ico_home:before, .ico_memo:before, .ico_pen:before, .ico_edit:before, .ico_pw:before {filter: invert(0.3);}
#nav_content li a:hover {
    color: #fff;
}
nav#nav_content ul li {
    margin-bottom: 0;
}

ul.card_flow li:after {
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-color: #bea888 #bea888 transparent transparent;
    transform: rotate(136deg);
    position: absolute; content: '';
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -12px;
 }

ul.card_flow li {
    width: 100%;
}

}

input.form-control {
	width: 100%;
}
.form-inline input.form-control {
	width: auto;
}

.error {
	font-weight: bold;
	color: #f00;
}
.bg_error {
	background-color: #ffc;
}

.hissu {
	font-size: 12px;
	color: #f00;
}

.ec-borderedDefs dl {
	margin-top: 30px;
}
.ec-borderedDefs dl dt {
	font-weight: bold;
}

.ec-off1Grid {
	margin-top: 30px;
}
.ec-heading-bold {
	font-weight: bold;
}

.btn_blk {
	display: flex;
	justify-content: space-between;
	padding: 20px 2rem;
	background-color: #fff;
}
.btn_blk .back {
	flex: 0 0 220px;
}
.btn_blk .start {
	flex: 0 0 220px;
}
.btn_blk .state {
	flex: 0 0 220px;
}
.btn_blk .operation {
	display: flex;
	justify-content: space-between;
	flex: 0 0 220px;
}
.btn_blk .operation .prev {
	flex: 0 0 48%;
}
.btn_blk .operation .next {
	flex: 0 0 48%;
}
.btn_blk .operation .end {
	flex: 0 0 48%;
}
.btn_blk .finish {
	flex: 0 0 220px;
}
.btn_blk a {
	padding: .7rem 1rem;
	max-width: 240px;
	width: 100%;
	letter-spacing: 1px;
}
.btn_blk .back a {
	background-color: #999;
}
.btn_blk .state a {
	background-color: #fc0;
}
.btn_blk .finish a,
.btn_blk .operation .end {
	background-color: rgb(170, 8, 8);
}
.btn_blk a.btn:after {
	border-top: solid 2px;
	border-right: solid 2px;
}
.btn_blk .back a.btn:after {
	right: auto;
	left: 10px;
	transform: rotate(225deg);
}
.btn_blk a.prev.btn:after {
	right: auto;
	left: 15px;
	transform: rotate(225deg);
}
.download a {
	display: inline-block;
	padding: .6rem 1.2rem;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fc0;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.btn_blk {
		padding: 20px 10px;
	}
	.btn_blk .back {
		flex: 0 0 48%;
	}
	.btn_blk .start {
		flex: 0 0 48%;
	}
	.btn_blk .state {
		flex: 0 0 32%;
	}
	.btn_blk .finish {
		flex: 0 0 32%;
	}
	.btn_blk .operation {
		flex: 0 0 32%;
	}
	.btn_blk a {
		padding: .7rem 10px;
		max-width: 100%;
		font-size: 12px;
	}
}

.content {
	padding: 50px 2rem;
}
.content h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px;
}
.content .q {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}
.content .a {
	line-height: 1.8;
}
.content .a > div {
	margin-top: 15px;
}
.content .img {
	margin-top: 30px;
}
.content .img img {
	max-width: 100%;
	height: auto;
}
ruby {
	ruby-overhang: auto;
}
@media screen and (max-width: 640px) {
	.content {
		padding: 30px 1.5rem;
	}
}

.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	left: 50%;
	padding: 15px 30px 25px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 500px;
	width: 100%;
	line-height: 1.8;
	background: #fff;
	box-sizing: border-box;
}
.js-modal-close.btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
	font-size: 3rem;
}
@media screen and (max-width: 768px) {
	.modal__content{
		padding: 20px 20px 30px 20px;
		width: 100%;
	}
	.js-modal-close.btn {
		right: 0;
		top: 0;
		font-size: 3rem;
	}
}
.mess {
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
}
.mess.red,
.login-box-msg {
	font-weight: bold;
	color: #f00;
}

.flow_blk .list {
	position: relative;
	padding: 0 0 10px 0;
}
.flow_blk .list:before {
	content: "▼";
	display: block;
	margin-left: 10px;
}
.flow_blk .list:first-child:before {
	content: "";
}
.flow_blk h3 {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.flow_blk .text {
		margin-top: 10px;
		font-size: 13px;
	}
}
.gaiyou_blk {
	margin-top: 50px;
}
.gaiyou_blk table {
	width: 100%;
	border-left: 1px solid #3a3c86;
	border-bottom: 1px solid #3a3c86;
}
.gaiyou_blk table th {
	padding: 15px;
	width: 150px;
	text-align: left;
	background-color: #3a3c86;
	border-right: 1px solid #3a3c86;
	border-top: 1px solid #fff;
	color: #fff;
}
.gaiyou_blk table tr:first-child th {
	border-top: 1px solid #3a3c86;
}
.gaiyou_blk table td {
	padding: 15px;
	border-right: 1px solid #3a3c86;
	border-top: 1px solid #3a3c86;
}
@media screen and (max-width: 768px) {
	.gaiyou_blk {
		margin-top: 30px;
	}
	.gaiyou_blk table th {
		padding: 10px;
		width: 80px;
		font-size: 13px;
	}
	.gaiyou_blk table td {
		padding: 10px;
		font-size: 13px;
	}
}

.agree_btn a.disabled {
	opacity: .5;
}
.list_blk li {
	margin-bottom: 20px;
	padding-left: 20px;
	text-indent: -14px;
}
.list_blk li:before {
	content: "・";
}

a.js-modal-close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 16px;
}
.modal-title {
	font-size: 18px;
}

#disp_calendar .rows {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#disp_calendar .rows .list {
	flex: 0 0 18%;
	margin-left: 2.2%;
	margin-top: 10px;
}
#disp_calendar .rows .list:nth-child(5n+1) {
	margin-left: 0;
}
#disp_calendar .rows .list a {
	display: block;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#disp_calendar .rows .list.do a {
	background-color: #3a3c86;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#disp_calendar .rows {
		margin-top: 10px;
	}
	#disp_calendar .rows .list {
		flex: 0 0 18%;
		margin-left: 2.2%;
		margin-top: 10px;
	}
	#disp_calendar .rows .list a {
		padding: 10px;
		font-size: 14px;
	}
}

.result_mark span {
	display: inline-block;
	padding: 7px 50px;
	line-height: 1.4;
	border: 10px solid #f00;
	font-weight: bold;
	font-size: 44px;
	color: #f00;
}
.ng .result_mark span {
	border: 10px solid #999;
	color: #999;
}

.result_title {
	margin-top: 44px;
	font-weight: bold;
	font-size: 40px;
}
.result_title span {
	color: #f00;
}
.ng .result_title span {
	color: #000;
}

.time_blk {
	margin-top: 20px;
	text-align: center;
}
.time_blk .value {
	letter-spacing: 1px;
	font-weight: bold;
	color: #f00;
}
.bflex {
	display: flex;
	justify-content: center;
}
.bflex a {
	margin: 0 10px;
}

.per100 {
	width: 100%;
}

.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}
.w600 {
	width: 600px;
}
.w650 {
	width: 650px;
}
.w700 {
	width: 700px;
}
.w750 {
	width: 750px;
}
.w800 {
	width: 800px;
}
.w100per {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.w300 {
		width: 100%;
	}
	.w350 {
		width: 100%;
	}
	.w400 {
		width: 100%;
	}
	.w450 {
		width: 100%;
	}
	.w500 {
		width: 100%;
	}
	.w550 {
		width: 100%;
	}
	.w600 {
		width: 100%;
	}
	.w650 {
		width: 100%;
	}
	.w700 {
		width: 100%;
	}
	.w750 {
		width: 100%;
	}
	.w800 {
		width: 100%;
	}
}

.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

input[type="text"],
input[type="number"] {
	padding: 3px 5px;
}
textarea {
	padding: 3px 5px;
	width: 100%;
	height: 200px;
}
select, option {
	padding: 8px 5px;
}

.in_table {
	display: flex;
	align-items: center;
}
.in_table .in_th {
	flex: 0 0 100px;
	padding-right: 10px;
}
@media screen and (max-width: 768px) {
	input[type="text"],
	textarea {
		display: block;
	}
}
.total_price {
    font-weight: bold;
    font-size: 16px !important;
}
.yokoP input[type="text"] {
    width: 50px;
}
.total {
    margin-right: auto;
}
.total dl {
    display: flex;
	margin-left: auto;
    max-width: 50%;
	text-align: center;
    border-bottom: 1px solid #000;
    font-size: 20px;
}
.total dl dt {
    flex: 0 0 49%;
}
.total dl dd {
    flex: 0 0 49%;
    font-weight: bold;
    color: #f00;
}
.atention {
	color: #f00;
}

#main_inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1340px;
}
.ec-heading-bold {
	margin-bottom: 10px;
}
.ec-off1Grid li {
	margin-top: 5px;
	padding-left: 19px;
	text-indent: -17px;
}
.ec-off1Grid__cell dd {
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	#main_inner {
		font-size: 14px;
	}
}
.text-right {
	text-align: right;
}

.first_hide {
    display: none;
}

.link_btn {
	text-align: left;
	width: 100%;
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
	background: transparent;
	color: #000;
	padding: 0;
	text-decoration: underline;
}
.link_btn:after {
	border: none;
}
.link_btn:hover {
	background: transparent;
}

::placeholder {
	color: #ccc;
}