@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap');
.material-icons {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		line-height: 1;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		-moz-osx-font-smoothing: grayscale;
		font-feature-settings: 'liga';
}
/* @end */
/* @group Color */
.black {
		color: #494544;
}
.orange {
		color: #e9a944;
}
.green {
		color: #74d1c1;
}
.red {
  color: #AA1214;
}
.blue {
  color: #0000CD;
}
/* @end */
/* @group Rayout - レイアウト定義 */
html {
		display: flex;
		flex-direction: column;
		background-color: #FDFDFD;
}
body {
		font-family: 'Noto Sans JP', sans-serif;
		/*font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}
.navbar {
		transition: 0.5s;
		color: rgba(255, 255, 255, 0.8);
		background-color: rgba(255, 255, 255, 0.8);
}
/*.header {
		background-image: url(images/eiss_logo_w.svg), linear-gradient(to top, rgba(202, 19, 58, 0.8) 0%, rgba(238, 120, 25, 0.7) 100%);
		background-position: right -5% center;
		background-repeat: no-repeat;
		background-size: auto 450px;
		height: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
}*/
.header {
		background: url(images/header.jpg) center center;
		background-size: cover;
		height: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.header .container {
		align-items: center;
}
.header h1, .header h2, .header p {
		color: #fff;
		text-align: center;
		text-shadow: 2px 2px 20px #0098DE;
}
.header h1 {
		font-family: 'optima', sans-serif;
		text-align: center;
		font-weight: bold;
		font-size: 40px;
		line-height: 1.3em;
}
.header h2 {
		font-size: 22px;
}
.header .container img {
		height: 175px;
}
.site {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
}
.site-content {
		flex: 1 1 auto;
		padding-top: 50px;
		padding-bottom: 50px;
}
.error, .information {
		font-size: 14px;
		background-color: white;
		border-style: dashed;
		margin-bottom: 20px;
		padding: 1em;
		border-width: 1px;
		border-radius: 3px;
}
.error {
		color: #ff9090;
		border-color: #ff9898;
}
.information {
		border-color: #c6c6c6;
}
.information .warning {
		font-weight: bold;
		margin-bottom: 3px;
}
.information .warning:not(:first-child) {
		font-weight: bold;
		margin-top: 8px;
}
.information .warning:before, .policy .warning:before {
		color: #fda400;
		font-family: 'Material Icons';
		content: "\e002";
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		position: relative;
		top: 1px;
}
.caution {
		font-size: 16px;
		background-color: #FDFAEA;
		margin-bottom: 20px;
		padding: 1em;
		border-radius: 3px;
		border: 1px solid #F9F0C2;
}
/* @end */
/* @group Top */
.reg-btn .column {
		display: flex;
}
.reg-btn .card {
		text-align: center;
		width: 200px;
		margin-right: auto;
		margin-left: auto;
}
.card img {
		background-color: #ececec;
		padding: 20px;
		transition: 0.5s;
}
.card img:hover {
		padding: 5px;
		opacity: 0.5;
}
.deadline {
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 0;
}
.deadline .material-icons {
		font-size: 14px;
		position: relative;
		top: 2px;
		margin-right: 3px;
}
/* @end */
/* @group Session */
.session {
		background-color: white;
		padding: 1em;
}
.session:not(:last-child) {
		margin-bottom: 30px;
}
.acd-check {
		display: none;
}
.acd-label {
		display: block;
		margin-bottom: 1px;
		padding: 10px;
		transition: 0.3s;
		border-bottom: 1px dashed #c6c6c6;
		cursor: pointer;
}
.acd-label:after {
		font-family: 'Material Icons';
		content: "\e315";
		margin-left: 5px;
		position: relative;
		top: 2px;
}
.acd-label:hover:after {
		font-family: 'Material Icons';
		content: "\e313";
}
.acd-label:hover {
		background-color: #f4f4f4;
}
.acd-content {
		font-size: 14px;
		height: 0;
		opacity: 0;
		transition: 0.3s;
		visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
		height: 100%;
		opacity: 1;
		padding: 10px 0 20px 46px;
		visibility: visible;
}
/* @end */
/* @group Common */
.site-content h1 {
		font-size: 32px;
		margin-bottom: 25px;
		text-align: center;
    font-weight: 500;
}
.site-content h2 {
		font-size: 24px;
		margin-bottom: 8px;
}
.site-content h2 span {
		position: relative;
		top: 5px;
		padding-right: 3px;
}
/*span:lang(en) {
		font-size: 80%;
		font-weight: normal;
		font-style: normal;
}*/
span.caution {
		font-size: 85%;
		color: #2C77D0;
		position: relative;
		top: 6px;
		margin-left: 0.5em;
}
.site-content h1 span:lang(en):before, .site-content h2 span:lang(en):before {
		content: " / ";
}
.reg-info {
		font-size: 14px;
		margin-bottom: 10px;
		padding-right: 0.5em;
		padding-bottom: 5px;
		padding-left: 0.5em;
		border-bottom: 1px dashed #cfcfcf;
}
[class*="link-"]:after {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		margin-left: 2px;
		position: relative;
		top: 2px;
}
a.link-ex:after {
		content: '\e89e';
}
a.link-pdf:after {
		content: '\e415';
}
a.link-download:after {
		content: '\e161';
}
a.link-mail:after {
		content: '\e0e1';
}
hr {
		height: 6px;
		background: url(images/hr.svg) center center repeat-x;
		margin-top: 50px;
		margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none) {
		hr {
				background: url(images/hr.png) center center repeat-x;
		}
}
.required {
		color: #fa6767;
}
.is-date {
		width: 2.5rem
}
.is-10pct {
		width: 10%;
}
.is-20pct {
		width: 20%;
}
.is-30pct {
		width: 30%;
}
.is-40pct {
		width: 40%;
}
.is-50pct {
		width: 50%;
}
.is-60pct {
		width: 60%;
}
.is-70pct {
		width: 70%;
}
.is-80pct {
		width: 80%;
}
.is-90pct {
		width: 90%;
}
/* @end */
/* @group Policy */
.policy {
		border: 1px solid #FFEFC7;
		padding: 15px;
		background: #fff;
		margin-bottom: 30px;
		background-color: #FFFCE9;
}
.policy h2:not(:first-child) {
		margin-top: 20px;
}
.policy p {}
.plicy-list {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 8px;
		margin-top: 10px;
}
.plicy-list li {
		list-style-type: none;
		margin-bottom: 5px;
		text-indent: -2em;
		margin-left: 2em;
}
.policy-btn {
		text-align: center;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: bold;
}
/* @end */
/* @group Form */
.table thead th {
		text-align: center;
}
th {
		background: #F1F9F7;
}
td:empty {
		background: url(images/na.png);
}
.table tbody th {
		width: 25%;
		font-weight: normal;
}
.table tbody th:nth-child(2) {
		width: 15%;
		font-weight: normal;
}
.table th, .table td {
		vertical-align: middle;
}
th .required {
		font-weight: bold;
		color: #fa6767;
		margin-left: 2px;
}
.flex-ai-center {
		display: flex;
		align-items: center;
}
.fee {
		margin-bottom: 0;
}
.fee caption {
		font-weight: bold;
		margin-bottom: 4px;
}
.fee th, .fee td {
		font-weight: normal;
		font-style: normal;
		white-space: nowrap;
}
.fee th {
		width: 70%;
}
.fee td {
		text-align: right;
		width: 30%;
}
input[type=text], input[type=radio], input[type=checkbox], input[type=file], input[type=button],  input[type=submit] {
	margin-right: 5px;
  cursor: pointer;
  padding: .5rem 1rem;
}
input[type=text]:not(:first-child), input[type=checkbox]:not(:first-child) {
		margin-left: 5px;
}
input[type="radio"][disabled] + label {
		color: silver;
}
textarea.row {
		height: 5em;
}
textarea.row2 {
		height: 300px;
}

.information input[type=checkbox] {
		transform: scale(1.3);
}
.select:not(:last-child) {
		padding-right: 5px;
}
ul.eg {
		font-size: 14px;
		margin-top: 5px;
		color: #808080;
}
p.star, u {
		color: #fa6767;
}
ul.eg li:before, p.star:before {
		color: #e9a944;
		font-family: 'Material Icons';
		margin-right: 3px;
		position: relative;
		top: 2px;
}
ul.eg li:before {
		content: '\e88e';
}
p.star:before {
		content: '\e838';
}
.t-keyword th:nth-child(1), .t-affliation th:nth-child(1) {
		width: 4em;
		text-align: center;
}
.t-author tbody th:nth-child(1), .t-author tbody td:nth-child(2), .t-author tbody td:nth-child(3), .t-author tbody td:nth-child(7) {
		width: 4em;
		text-align: center;
}
.t-author-conf tbody th:nth-child(1), .t-author-conf tbody td:nth-child(5) {
		width: 4em;
		text-align: center;
}
th.no, td.no {
		background-color: #fff3cd;
}
.campaign-info {
		font-size: 14px;
		padding-top: 10px;
		padding-left: 20px;
}
.maru {
		font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
:placeholder-shown {
		color: #d3d3d3;
}
::-webkit-input-placeholder {
		color: #d3d3d3;
}
:-moz-placeholder {
		color: #d3d3d3;
		opacity: 1;
}
::-moz-placeholder {
		color: #d3d3d3;
		opacity: 1;
}
:-ms-input-placeholder {
		color: #d3d3d3;
}
.field {
		padding-top: 20px;
}
.button_back {
		background-color: #cfcfcf;
		width: 100px;
		height: 36px;
		border-radius: 4px;
		border-color: #fff;
		font-size: 14px;
		margin-right: 10px;
}
.pay {
		padding-top: 0.3em;
		padding-bottom: 0.5em;
		border-radius: 4px;
}
.button {
		width: 175px;
		height: 50px;
		border-radius: 4px;
}
.button, .pay {
		color: white;
		border-style: none;
		padding-right: 1em;
		padding-left: 1em;
		transition: 0.5s;
}
.button[name=back], .pay[name=back] {
		background-color: #cfcfcf;
}
.button[name=next], .pay[name=next] {
		background-color: #12BCA7;
}
.button[name=del] {
		background-color: #fa7373;
}
.button[name=payment], .button[name=fup], .button[name=print] {
		background-color: #F84E58;
}
.button[name=payment] {
		width: 250px;
}
.pay .material-icons {
		position: relative;
		top: 3px;
}
.button .material-icons, .pay .material-icons {
		font-size: 18px;
}
.button .material-icons.lt, .pay .material-icons.lt {
		margin-right: 8px;
}
.button .material-icons.rt, .pay .material-icons.rt {
		margin-left: 8px;
}
.input:focus {
		background-color: #e6fefa;
}
.btns {
		border: 1px dashed silver;
		padding: 15px;
		display: flex;
		justify-content: center;
}
.button:hover, .pay:hover {
		color: #fff;
		opacity: 0.5;
}
.button:focus, .pay:focus {
		color: #fff;
}
.mypage-btn {
		display: flex;
		flex-wrap: wrap;
}
.mypage-btn .button {
		font-size: 14px;
		width: 150px;
}
.button[name=payment] br {
		display: none;
}
.is-small {
		height: 35px;
}
/* @end */
/* @group Log in */
.box {
		margin-top: 50px;
		border-radius: 0px;
}
.avatar {
		margin-top: -70px;
		padding-bottom: 20px;
}
.avatar img {
		padding: 5px;
		background: lightgray;
		border-radius: 50%;
		-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		width: 100px;
		height: 100px;
}
.button.log-in {
		border-radius: 3px;
		transition: 0.3s;
}
/* @end */
/* @group File upload */
.article dt {
		float: left;
}
.uploadButton {
		font-size: 14px;
		display: inline-block;
		position: relative;
		overflow: hidden;
		border-radius: 3px;
		background: #748AD1;
		color: #fff;
		text-align: center;
		line-height: 38px;
		width: 300px;
		cursor: pointer;
		transition: 0.5s;
}
.uploadButton .material-icons {
		font-size: 18px;
		position: relative;
		top: 3px;
		padding-right: 6px;
}
.uploadButton:hover {
		opacity: 0.5;
}
.uploadButton input[type=file] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		opacity: 0;
}
.uploadValue {
		display: none;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 3px;
		padding: 3px;
		color: #ffffff;
}
/* @end */
/* @group Receipt */
.receipt-no, .receipt-date {
		margin-bottom: 5px;
}
.receipt-no {
		text-align: right;
}
.receipt-date {
		display: flex;
		justify-content: flex-end;
}
.receipt-add {
		margin-bottom: 40px;
		border-bottom: 1px solid #ccc;
		width: 50%;
}
.receipt-fee, .receipt-detail {
		text-align: center;
}
.receipt-fee {
		border-bottom: 2px solid gray;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 20px;
		width: 40%;
		margin-left: auto;
		margin-right: auto;
}
.receipt-fee small {
		font-weight: normal;
		font-size: 64%;
}
.receipt-detail {
		font-size: 14px;
		margin-bottom: 5px;
}
.receipt-date {
		text-align: center;
}
.iee-address {
		position: relative;
		display: inline-block;
		float: right;
		margin-top: 20px;
		margin-bottom: 40px;
}
.iee-address img {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
}
.receipt hr {
		clear: both;
}
/* @group Ticket */
.ticket {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
}
.ticket_area {
		border: 1px solid #666;
		padding: 20px;
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
}
.ticket_aff, .ticket_name {
		font-size: 18px;
		border-bottom: 1px solid #666;
		margin-bottom: 10px;
}
.ticket_name, .ticket_detail {
		margin-top: 30px;
}
.iee-address.contact {
		font-size: 14px;
}
.clearfix:after {
		content: ""; /* 擬似要素を実体化 */
		clear: both; /* floatを解除する */
		display: block; /* ブロック要素にする */
}
/* end */
/* @group Footer */
footer {
		background-color: #EA8D26;
		height: 100px;
		padding-top: 20px;
}
/* @end */
footer p {
		font-size: 13px;
		text-align: center;
		color: white;
}
.bank-info {
		font-size: 90%;
		border: 1px dotted #333;
		padding: 1em;
		box-sizing: border-box;
		width: 80%;
		margin-left: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
}
/* @end */
/* bill atc　common*/
.invoice {
		float: left;
		width: 520px;
		padding: 0;
		text-align: left;
}
.invoice h2 {
		font-size: 16px;
		margin-bottom: 40px;
}
.invoice p {
		font-size: 14px;
}
.text_sum {
		font-size: 16px;
		font-weight: bold;
		border-bottom: solid 1px #333;
		display: inline;
		zoom: 1;
}
.from_info {
		width: 230px;
		float: right;
		font-size: 13px;
		padding: 0;
		position: relative;
		margin-bottom: 30px;
}
.from_info table {
		font-size: 13px;
}
.from_info table th {
		text-align: left;
		white-space: nowrap;
		background-color: white;
}
.from_info table td {
		text-align: right;
		white-space: nowrap;
}
.from_info img {
		position: absolute;
		bottom: 5px;
		right: 0;
}
.from_info p {
		text-align: left;
}
.list {
		width: 100%;
		clear: both;
		margin: 0 auto;
		box-shadow: none;
}
.list p {
		font-size: 12px;
}
.list table {
		width: 100%;
		font-size: 13px;
		margin-bottom: 10px;
}
.list table tr, .list table th, .list table td {
		border: 1px solid #b5b5b5;
		padding: 0.5em;
}
.list table th {
		text-align: center;
		border-bottom: 3px double #b5b5b5;
}
.list table th:nth-child(2), .list table th:nth-child(3), .list table th:nth-child(4), .list table th:nth-child(5), .list table td:nth-child(2), .list table td:nth-child(3), .list table td:nth-child(4), .list table td:nth-child(5) {
		white-space: nowrap;
		width: 10%;
}
.list table td:nth-child(5) {
		text-align: left;
}
.list table tbody tr td:first-child {
		text-align: left;
}
.list table tbody tr td:not(first-child) {
		text-align: right;
}
.hinmei {
		font-size: 13px;
}
#bill .box, #receipt .box {
		border: 1px solid silver;
		padding: 20px;
}
#bill .box:not(:first-child), #receipt .box:not(:first-child) {
		margin-top: 0;
}
#bill hr, #receipt hr {
		background-color: transparent;
		height: 1px;
		border-top: 1px dashed silver;
		margin-top: 30px;
		margin-bottom: 30px;
}
.print_button {
		display: inline;
		margin-bottom: 20px;
}
.furikomi {
		font-size: 13px;
		border: 1px dashed #B4B4B4;
		padding: 1em;
		margin-top: 40px;
}
.furikomi p:not(:last-child) {
		margin-bottom: 15px;
}
/*進捗バー start */
.Group {
		margin-top: 50px;
		margin-bottom: 50px;
		position: relative;
		width: 100%;
		max-width: 800px;
		display: flex;
		justify-content: space-between;
		z-index: 0;
		margin-left: auto;
		margin-right: auto;
}
.Group-Bar {
		position: absolute;
		top: 12px;
		left: 5%;
		width: 90%;
		height: 2px;
		background-color: #eaeaea; /*バーの色*/
		z-index: -1;
}
.Group-Item p {
		font-size: 14px;
		font-weight: normal;
}
@media screen and (min-width: 768px) {
		.Group-Bar {
				top: 17px;
				height: 5px;
		}
}
.Shapeborder.isActive {
		border: 1px solid #e2264d;
}
.Circle {
		border-radius: 50%;
}
.Group-Item {
		color: #b7b7b7;
		display: flex;
		flex-direction: column;
		align-items: center;
}
.Group-Item.isActive {
		color: #e2264d;
}
.Group-Item-CircleOuter {
		width: 26px;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.Group-Item-CircleOuter {
				width: 39px;
				height: 39px;
		}
}
.Group-Item-CircleOuter.isActive {
		background: #fff;
}
.Group-Item-CircleInner {
		width: 16px;
		height: 16px;
		background-color: #b7b7b7;
		display: flex;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.Group-Item-CircleInner {
				width: 25px;
				height: 25px;
		}
}
.Group-Item-CircleInner.isActive {
		background: #e2264d;
}
.Group-Item-CircleInner:last-of-type::after {
		content: none;
}
.Group-Item-Text {
		margin-top: 10px;
		font-size: 1.4rem;
		font-weight: 600;
}
/*進捗バー end */
/* bill and estimate */
/* @group Media Queries - メディアクエリ定義 */
@media screen and (max-width: 1080px) {
		.header > .container, .site-content > .container {
				padding-right: 10px;
				padding-left: 10px;
		}
}
@media screen and (max-width: 768px) {
		div.flex-box {
				display: block;
		}
		.header h1 {
				font-size: 26px;
		}
		.header h2 {
				font-size: 20px;
		}
		.header p {
				display: none;
		}
		.select, .input[class$="pct"] {
				width: 100%;
		}
		#hotel.input {
				width: calc(100% - 2em);
		}
		.input:not(:last-child) {
				margin-bottom: 5px;
		}
		.flex-ai-center .input {
				margin-bottom: 0px;
		}
		span.select, select {
				width: 100%;
		}
}
@media screen and (max-width: 640px) {
		.table {
				border-top: 1px solid #dbdbdb;
		}
		.table thead th, .table tbody th, .table tbody td {
				width: 100%;
				display: block;
		}
	.table tbody th:nth-child(2) {
				width: 100%;
				display: block;
}
		.t-keyword th:nth-child(1), .t-affliation th:nth-child(1), .t-author tbody th:nth-child(1), .t-author tbody td:nth-child(2), .t-author tbody td:nth-child(3), .t-author tbody td:nth-child(7) {
				width: 100%;
		}
		.table th, .table td {
				border-top-style: none;
		}
		/*		span:lang(en) br {
				display: none;
		}
		th span:lang(en) {
				line-height: 1em;
				display: inline;
				border-top-style: none;
				margin-top: 0;
		}
		th span:lang(en):before {
				content: " / ";
		}*/
		.t-author thead th:not(:nth-child(1)) {
				display: none;
		}
		.t-author tbody td:nth-child(2):before, .t-author tbody td:nth-child(3):before {
				font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
				content: attr(data-title);
				margin-right: 5px;
		}
		.fee {
				width: 100%;
		}
}
@media screen and (max-width: 320px) {
		.header {
				height: 200px;
		}
		.header h1 {
				font-size: 20px;
		}
		.header h2 {
				font-size: 18px;
		}
		.flex-ai-center {
				display: block;
		}
		.button[name=payment] {
				height: 60px;
		}
		.button[name=payment] br {
				display: inline;
		}
		div.flex-ai-center div.select {
				padding-right: 0;
		}
		div.flex-ai-center div.select:not(:first-child) {
				margin-top: 5px;
		}
}
/* @end */
/* @group Receipt Print */
@media print {
		html {
				font-size: 14px;
		}
		body {
				font-size: 1rem;
		}
		nav, .header, footer, form {
				display: none;
		}
		/*.receipt .header, .receipt .navbar-brand, .receipt form, .receipt footer {
				display: none;
		}*/
		.iee-address {
				margin-bottom: 0;
		}
		.receipt hr {
				margin-top: 0;
				margin-bottom: 0;
				background: none;
		}
		.receipt div.site-content div.container {
				background-color: white;
				padding: 30px;
				border: 1px solid #666;
				z-index: -2;
		}
		/*	.bill .header, .bill .navbar-brand, .bill form, .bill footer {
				display: none;
		}*/
		.iee-address {
				margin-bottom: 0;
		}
		.bill hr {
				margin-top: 0;
				margin-bottom: 0;
				background: none;
		}
		.bill div.site-content div.container {
				background-color: white;
				padding: 30px;
				/*border: 1px solid black;*/
				z-index: -2;
		}
		.bill hr {
				height: 0;
				border-top-style: none;
				page-break-after: always;
		}
		.print_button {
				display: none;
		}
		.p_button {
				display: none;
		}
		.site-content {
				padding-top: 0;
				padding-bottom: 0;
		}
		.furikomi {
				font-size: 11px;
		}
}
/* @end */

/* 20220928追加 */
.eg {
  font-size: .9rem;
  margin-top: 1rem;
}
.eg2 {
  font-size: .9rem;
  margin-bottom: 1rem;
}
.egtxt{
  color: #000;
  font-weight: 600;
  font-size: .9rem;
}
.egred{
  color: #E50000;
}
.newlink{
  margin-top: .5rem;
  margin-bottom: 1rem;
}

/* Google Material Icon */
/* テキストとのズレを調整 */
.va-px {
  vertical-align: -3px;
}

/* サイズ変更 */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 明るい背景時 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景時 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* 20221007追加 */
table.is-bordered {
	margin-bottom: 30px;
}

.table.is-bordered th {
	font-weight: normal;
	font-style: normal;
	/*white-space: nowrap;*/
	background: #edf9f7;
  width: 25%;
}

.table.is-bordered th,
.table.is-bordered td {
	vertical-align: middle;
}

/*.table.is-bordered td:empty {
	background-image: url(images/stripe.png);
}*/

.table th.required:after {
	content: '必須';
  	color: rgba(226,71,102,1.00);
	font-size: 11px;
	padding: 2px 5px;
	border: 1px solid rgba(226,71,102,1.00);
	border-radius: 3px;
	float: right;
	font-weight: 500;

}
.table th.required:after,
.red {
	color: #E50000;
	padding-left: 2px;
	padding-right: 2px;
}

@media screen and (max-width: 768px) {
  .table.is-bordered th {
	width: 100%;
}
  .th_column {
  width: 100%;
}

  .table th.required:after {
	content: '必須';
  font-size: 1.0rem;
	font-weight: normal;
	font-style: normal;
  float: none;
}
}

h2 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #12BCA7;
  margin-top: 2rem;
  margin-bottom: .5rem;
}

/* table 5列 */
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 0.5em 0.75em;
  border: solid 1px #ccc;
  text-align: left;
  box-sizing:border-box;
}
.tb01 th {
  background: #edf9f7;
  color: #363636;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
}
.eg_5c {
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  font-size: .8rem;
}
.tb01 td {
  font-size: .9rem;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    display: block;
    width: 100%;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #edf9f7;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.info_tit {
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
  margin-bottom: .8rem;
}
.info_tit02 {
  font-size: 1.0rem;
  font-weight: 500;
  display: block;
  margin-top: .5rem;
  margin-bottom: .8rem;
}

/* new3ボタン */
.btn01 {
height:60px;
line-height:60px;
border: 1px #666 solid;
}
.btn02 {
height:60px;
line-height:60px;
background-color: #D6E6F1;
border: 1px #666 solid;
}
.btn01:hover,.btn02:hover {
opacity: 0.5;
cursor: pointer;
}

@media screen and (max-width:768px){
.flex-container{
	display:block;
  width: 100%;
  flex-flow: column;
}
}


/* 色付きボックス */
.information02 {
		font-size: 14px;
		background-color: #ecf9f7;
		margin-top: 20px;
		padding: 1em;
		border-width: 1px;
		border-radius: 3px;
		border-color: #666;
}

/*PCで無効*/
.pc_hid{
    display: none;
}
/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
}

/* フッター */
.colophon {
  text-align: center;
  margin-top : 3rem;
}
.colo01 {
  margin-bottom: 2rem;
}
.colo02 {
  font-size: .9rem;
}

/* 文字間 ＆ margin */
.mt05 {
margin-top: .5rem;
letter-spacing: 1px;
}
.mt1 {
margin-top: 1rem;
letter-spacing: 1px;
}

/* 数字リスト */
ul.mathlist　{
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ul.mathlist li{
  position:relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 20px;
  counter-increment: title;
}
ul.mathlist li:before{
  content: counter(title) ". ";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}