@charset "utf-8";
/* CSS Document */

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 1.0);
	overflow: hidden;
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	/*background: url('/mb2/images/main01.jpg') no-repeat 0 0;*/
	background: url('/mb2/images/main01.jpg') no-repeat 0 30%;
	background-size: 100%;
	opacity: 0.8;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
mb
*******************************/
#mb {
	overflow: hidden;
	line-height: 1.6;
}

#mb .mbBox01 p strong {
	background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
	background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
	background: linear-gradient(transparent 40%, #ffdd0e 40%);
}

#mb .mbBox01 dl {
	margin-top: 2em;
	font-weight: bold;
}

#mb .mbBox02 {
	width: 80%;
	margin: 4% auto;
	background: #f4f4f4;
	padding: 3%;
}

#mb table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

#mb table caption {
	margin-bottom: 1em;
	font-weight: bold;
}

#mb table th,
#mb table td {
	border-bottom: 1px solid #000;
	padding: 0.5em;
}

#mb table td input {
	padding: 0.5em;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	width: 8em;
}

#mb table td input[type="text"] {
	border: 1px solid #999;
}

#mb table td input[type="text"]:focus {
	border: 1px solid #29a3dd;
	outline: 0;
}

#mb table span.txt01 {
	padding-left: 1em;
	font-size: 0.85em;
	opacity: 0.4;
}
#mb table span.double {
	line-height: 1;
  float: right;
  padding-left: 0;
}

#mb .mbBox02 #kakunin {
	text-align: center;
}

#mb .mbBox02 #kakunin a {
	margin: 1.8em auto 0;
    display: block;
	width: 40%;
    padding: 1rem 0;
	border: none;
    background-color: #29a3dd;
    color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 1rem;
	cursor: pointer;
}

#mb .mbBox02 #kakunin a:hover {
	opacity: 1.0!important;
    background-color: #000;
    color: #fff;
}

#mb .mbBox03 {
	width: 80%;
	margin: 4% auto;
	background: #f4f4f4;
	padding: 3%;
}

#mb .txt02 {
	font-size: 93%;
	color: #999;
}

#mb .mbBox03 .txt03 {
	font-weight: bold;
	color: #dc2520;
}

#mb .mbBox03 .txt03 .\0036 0652 {
    color: #000;
}

#mb .mbBox03 .txt04 {
	margin: 0.8em 0 0 1em;
	text-indent: -1em;
}

#mb .mbBox03 .txt05 {
	margin: 0.8em 0 0;
}

#mb .mbBox03 .txt06 {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#mb .mbBox03 table .cel01 {
	width: 24%;
}

#mb .mbBox04 {
	margin-top: 2em;
}

#mb .mbBox04 table {
	width: 49%;
	font-size: 85%;
}

#mb .mbBox05 {
	margin-top: 1.5em;
	overflow: hidden;
	font-size: 85%;
}

#mb .mbBox05 div {
	width: 49%;
	float: left;
}

#mb .mbBox05 table {
	width: 100%;
}

#mb .mbBox05 div:first-child {
	margin-right: 2%;
}

#mb .mbBox06 {
	margin-top: 2em;
}

#mb .mbBox04 caption,
#mb .mbBox05 caption,
#mb .mbBox06 caption {
	color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    background: #000;
}

#mb .mbBox04 table td,
#mb .mbBox04 table th,
#mb .mbBox05 table td,
#mb .mbBox05 table th,
#mb .mbBox06 table td,
#mb .mbBox06 table th {
	vertical-align: middle;
}

#mb .topBox01 {
	margin-top: 3em;
	text-align: center;
	letter-spacing: -.4em;
}

#mb .topBox01 li {
	width: 49%;
	display: inline-block;
	letter-spacing: normal;
}

#mb .topBox01 li.mb2 {
	margin-right: 2%;
}

#mb .topBox01 a {
	display: block;
	padding: 1.2em 0.5em;
	background: -webkit-linear-gradient(#f8f8f8 50%, #e9e9e9 50%);
	background: -o-linear-gradient(#f8f8f8 50%, #e9e9e9 50%);
	background: linear-gradient(#f8f8f8 50%, #e9e9e9 50%);
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	border: 6px solid #e9e9e9;
	border-bottom: 6px solid #ccc;
}

#mb .topBox01 .mb2 a strong {
	color: #fa4b0d;
	font-size: 1.5em;
}

#mb .topBox01 .mb2 a i {
	color: #fa4b0d;
	font-size: 1.5em;
	margin: 0.4em 0 0 0.2em;
}

#mb .topBox01 .mb3 a strong {
	color: #dc2520;
	font-size: 1.5em;
}

#mb .topBox01 .mb3 a i {
	color: #dc2520;
	font-size: 1.5em;
	margin: 0.4em 0 0 0.2em;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 30%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
}

/* 2019 08 13 */

.flex_box {
   display: -webkit-flex;
   display: flex;
}

dl.flex_box dt.flex_1 {
width:116px;
text-align:left;
}
@media screen and (max-width:375px) {
dl.flex_box dt.flex_1 {
width:400px;
 }
}

dl.flex_box dt.flex_2 {
width:19px;
text-align:center;
}
dl.flex_box dd {
text-align:left;
margin:0 !important;

}

.trigger {
	text-decoration: underline;
	color: #29a3dd;
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 30px 20px 20px 20px;
	width: 80%;
	max-width: 600px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 10px;
	z-index: 100;
}

.modal span.close {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}

.modal span.close span {
	font-size: 14px;
}