@charset "utf-8";
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline !important;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;}
.txt_c { text-align : center !important;}
.txt_l { text-align : left !important;}

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.text-center_wrap{
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	display: block;
}
.text-center_wrap p{
	text-align: left;
	display: inline-block;
}


/* Heading
--------------------------------------------------------------------------- */

h1#pageTitle{
	font-size: 34px;
	text-align: center;
}

.subttl_wrap{
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	display: block;
}
.subttl{
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	color: #0080c0;
	margin-top: 55px;
}

.hd01{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 24px 0 16px 40px;
	margin-bottom: 35px;
}
.hd01:before{
	content: '';
	width: 1px;
	height: calc(100% + 20px);
	position: absolute;
	left: 20px;
	top: 0;
	background-color: #000;
}
.hd02{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}

@media screen and (max-width: 800px) {
	h1#pageTitle{
		font-size: 24px;
	}
	.subttl{
		font-size: 20px;
		margin-top: 30px;
	}

	.hd01{
		font-size: 20px;
		padding: 18px 0 12px 30px;
		margin-bottom: 30px;
	}
	.hd02{
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	h1#pageTitle{
		font-size: 20px;
	}
	.subttl{
		font-size: 18px;
		margin-top: 20px;
	}

	.hd01{
		font-size: 18px;
        padding: 10px 0 10px 20px;
        margin-bottom: 20px;
	}
	.hd01:before{
		height: calc(100% + 15px);
		position: absolute;
		left: 10px;
		top: 0;
		background-color: #000;
	}
	.hd02{
		font-size: 17px;
		margin-bottom: 15px;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	border-spacing		: 0;
	empty-cells			: show;
	margin				: 0 auto;
	width				: 100%;
}

	.tblStyle01 th,
	.tblStyle01 td {
		font-weight		: normal;
		border-bottom: 1px dotted #000;
		word-break: break-all;
	}

	.tblStyle01 th{
		width: 24.17%;
		min-width: 240px;
		margin			: 0;
		padding			: 20px;
		background		: #d9d9d9;
		text-align		: left;
		background-size	: 4px 4px;
	}
	.tblStyle01 th .th_area{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0 10px;
	}
	.tblStyle01 th .th_area span{
		display: flex;
		align-items: center;
		font-weight: 700;
	}
	.tblStyle01 th .th_area span.hissu{
		color: #c22727;
		background-color: #fff;
		padding: 3px 8px;
		min-width: 48px;
	}
	.tblStyle01 th .th_area span.ninni{
		color: #666;
		background-color: #fff;
		padding: 3px 8px;
		min-width: 48px;
	}

.tblStyle01 button,
.tblStyle01 input,
.tblStyle01 optgroup,
.tblStyle01 select,
.tblStyle01 textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}
	.tblStyle01 td{
		padding		: 20px;
		text-align	: left;
	}
	.tblStyle01 td .spStyle{
		display: none;
	}
	.tblStyle01 td .disnon{
		display: none;
	}
	.tblStyle01 td input,
	.tblStyle01 td select,
	.tblStyle01 td textarea{
		height: 60px;
		font-size: 16px;
		padding: 0 8px;
		border: solid 1px #ccc;
		min-width: 180px;
		max-width: 320px;
		width: 100%;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	.tblStyle01 td input.red_bak,
	.tblStyle01 td select.red_bak{
		background-color: #FFDFE0 !important;
	}
	.form_area .red{
		font-weight: 500;
	}
	.tblStyle01 td input#email,
	.tblStyle01 td input#location{
		max-width: 550px;
	}
	.tblStyle01 td textarea{
		max-width: 100%;
		height: 260px;
		margin-bottom: 10px !important;
	}
	.tblStyle01 td .input_area{
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}
.input_area .arrow{
	position: relative;
	max-width: 320px;
	width: 100%;
}
.input_area .arrow:after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-bottom: solid 2px #30556e;
    border-right: solid 2px #30556e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    pointer-events: none;
}
.arrow select{
	cursor: pointer;
	max-width: 300px;
	width: 100%;
}
.tblStyle01 #type_inner .input_area .arrow{
	position: relative;
	max-width: 300px;
	width: 100%;
}
.tblStyle01 #type_inner .input_area .arrow:after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-bottom: solid 2px #30556e;
    border-right: solid 2px #30556e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    pointer-events: none;
}
.tblStyle01 #type_inner .input_area .arrow select{
	cursor: pointer;
	max-width: 300px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.tblStyle01 th,
	.tblStyle01 td {
		display: block;
		border-bottom: 1px dotted #000;
		border-bottom: none;
	}
	.tblStyle01 th{
		padding:  10px;
		width: 100%;
	}
	.tblStyle01 td{
		padding:  10px 0;
		padding-bottom: 30px;
	}
	.tblStyle01 td input,
	.tblStyle01 td select{
		height: 50px;
	}
}


/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 20px 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}



/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}

.bold{
	font-weight: 700;
}

/* --- color --- */

.red	{ color : #c22727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}




/* btn
--------------------------------------------------------------------------- */
.btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 275px;
    width: 100%;
    height: 60px;
    background-color: #0080c0;
    color: #fff !important;
    font-size: 18px;
	font-weight: 700;
    margin: 53px auto 0;
	outline: none;
	border: none;
}
.btn:hover{
	opacity: .8;
	cursor: pointer;
}
.btn.line{
	background-color: #07b53b;
}
.btn::after{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/icon/icon_white.png') no-repeat center center/cover;
    width: 20px;
    height: 20px;
    right: 20px;
}

@media screen and (max-width:800px){
    .btn{
        margin-top: 30px;
        font-size: 14px;
        height: 40px;
    }
}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */


	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}

	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}

	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}


	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}

	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}

	input[type="radio"]{
		margin-top: -3px;
	}

	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}


a[href$=".pdf"]{
	position: relative;
    display: block;
    color: #000;
    text-decoration: underline;
    margin-top: 16px;
	width: fit-content;
}

a[href$=".pdf"]::before{
    display: inline-block;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c1";
    color: #000;
    margin-right: 5px;
}


@media screen and (max-width: 500px) {
	a[href$=".pdf"]{
        margin-top: 10px;
        font-size: 14px;
    }

    a[href$=".pdf"]::after{

        max-width: 15px;
        height: 19px;
    }
}