@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* layout
--------------------------------------------------------------------------- */
.pcStyle{
	display: block;
}

.spStyle{
	display: none;
}

.block	{ display : block;}
.inline { display : inline;}

.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;
}
	
.vtop { vertical-align: top;}

.over{}

.disnon {
    display: none;
}
/* --- margin --- */

.m_inherit {margin : inherit !important;}

.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 --- */
.p30  { padding : 30px !important;}

.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;}

.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;}

.nowrap { white-space : nowrap;}

.entry{
	clear	: both;
	margin	: 15px auto 0;
}

	.entry p {
		margin		: 0 0 2em;
		text-align	: left;
		line-height	: 1.5;
	}


.summary {
	clear	: both;
	margin	: 15px auto 0;
}

	.summary p {
		margin		: 0 0 2em;
		text-align	: left;
		line-height	: 1.5;
	}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}

sub{
	vertical-align: sub;
}

.sectionbox_area p.txtlink{
	margin-top: 0 !important;
}

.txtlink a{
	color: #2e8ae6;
	text-decoration: underline;
}
	.txtlink:before {
		content: "\f105";
		font-family: 'FontAwesome';
		padding-right: 5px;
		color: #2e8ae6;
		text-decoration: none;
	}

.txtlink a:hover{
	text-decoration: none;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-top{
	display: flex;
	justify-content: flex-start;
}
	.flex-top > div:first-child{
		margin-right: 10px;
	}
	
	.flex-top > div:last-child{
			width: 69%;
	}

/* heading
--------------------------------------------------------------------------- */
h3{
	color: #2e8ae6;
	border-bottom: 2px solid #2e8ae6;
	text-align:left;
	padding: 5px 0px 0px 10px;
	font-size: 18px;
}

h4 {
  position: relative;
  font-size: 18px;
}

h5{
	background: #3399ff;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
	padding: 7px 20px;
	margin-bottom: 20px;
}

/* image
--------------------------------------------------------------------------- */

img 		{ border: 0;}
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-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	margin				: 20px auto 10px;
	width				: 100%;
}

	.tblStyle01 th,
	.tblStyle01 td {
		font-weight		: normal;
	}

	.tblStyle01 th{ 
		margin			: 0; 
		padding			: 10px;
		text-align		: left;
		background		: #cdeaf9;
		background-size	: 4px 4px;		
		border-top		: none;
		border-right	: 1px solid #fff;
		border-bottom	: 1px solid #fff;
		border-left		: none;		
		color: #003990;
		font-weight: bold;
		width: 26%;
	}

	.tblStyle01 td{
		padding		: 10px;
		text-align	: left;
		border-right	: 1px solid #cdeaf9;
		border-bottom	: 1px solid #cdeaf9;
		width: 40%;
	}

.tblStyle02{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	margin				: 0 auto;
	width				: 100%;
}

	.tblStyle02 th,
	.tblStyle02 td {
		font-weight		: normal;
		color			: #fff;
	}

	.tblStyle02 th{ 
		margin			: 0; 
		text-align		: left;
	}

	.tblStyle02 td{
		text-align	: left;
	}

	
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 25px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
		line-height: 1.5;
	}

.olStyle01 .olStyle01{
    margin-bottom: 0;
}

.olStyle02 {
	margin	: 0 25px 10px;
}

	.olStyle02 li {
		list-style		: upper-alpha;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
		line-height: 1.5;
	}

.olStyle02 .olStyle02{
    margin-bottom: 0;
}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
		line-height: 1.5;
	}
	
.ulStyle02 {
	margin	: 10px 0px 10px;
}

	.ulStyle02 li {
		list-style	: none;
		margin		: 0 0px 3px;
		padding		: 0;
		text-align	: left;
		line-height: 1.5;
	}



/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 85% !important;}
.txt12 { font-size : 100% !important;}
.txt14 { font-size : 120% !important;}


/* --- color --- */

.red	{ color : #e83421;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


.fnt_w{ font-weight: bold;}

.ov{ overflow: hidden;}

.s_remarks{
	font-size: 12px;
	color: #b6b6b6;
}

.fnt14{
	font-size: 14px;
}

.fnt12{
	font-size: 12px;
}

/* ------------------------------------------------------------------------ */

/*  form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;

}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid30  { width : 30px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid50  { width : 50px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}

	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid130 { width : 130px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid150 { width : 150px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid170 { width : 170px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid250 { width : 250px; margin-bottom : 2px !important;}

	.wid300 { width : 300px; /*margin-bottom : 2px*/ !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	.wid600 { width : 600px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 428px; height : 120px; margin-bottom : 2px !important;}
	.txtarea02 { width : 450px; height : 150px; margin-bottom : 2px !important;}
	.txtarea03 { width : 610px; height : 150px; margin-bottom : 2px !important;}
	.txtarea04 { width : 429px; height : 50px; 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 : #fff;
	}

	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;
	}
	
	textarea{
		font-family: inherit;
		font-size: 100%;
	}
	
	input[type="radio"]{
		height: auto;
		margin-bottom: 5px;
		margin-right: 2px;
	}
	
	input[type="checkbox"]{
		/*margin-top: -3px;*/
		height: auto;
		margin-bottom: 5px;
	}
	
	input, select {
		height: 35px;
		font-size: 14px;
		color: #333333;
		margin-right: 10px;
	}
	
	.time_input,
	.commuting_input{
		width: 233px !important;
	}
	
	button[type="button"][disabled] {
		background-color: #fff;
		color: #ccc;
		border-color: #ccc;
		cursor: default;
	}

	button[type="button"][disabled]:hover{
		opacity:1;
	}
	

/*郵便番号から検索*/
.post_search{
	background: #e6e6e6;
	border-radius: 20px;
	margin-left: 15px;
	display: inline-block;
}
	.post_search a{
		padding: 5px 20px;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}

	.post_search a:hover{
		opacity: 0.5;
		text-decoration: none;
	}
	
	.post_search a::after {
		content: "\f105";
		font-family: "FontAwesome";
		margin-left: 6px;
		color: #9e9e9e;
	}


/*必須*/
.hissu{
	background: #e83421;
	color: #fff;
	font-size: 12px;
	padding: 0px 13px;
	margin: 0 20px;
	display: inline-block;
	font-weight: bold;
}

/*任意*/
.nini{
	background: #BDBDBD;
	color: #fff;
	font-size: 12px;
	padding: 0px 13px;
	margin: 0 20px;
	display: inline-block;
	font-weight: bold;
}

#td_pref {
	flex-wrap: wrap;
}

.entry_area .valid_error input,.entry_area .valid_error select,.entry_area .valid_error textarea {
     background-color: #ffdcdc;
}
.entry_area table tr {
    padding-left: 10px;
}

.form-bnr {
    position: absolute;
    right: 10px;
    border: 1px #023894 solid;
    text-align: center;
    border-radius: 0 0 6px 6px;
    background: #023894;
    color: #fff;
    padding: 8px;
    line-height: 24px;
}


/*-----------------------------*/
/*	下層ボタン 前・次
/*-----------------------------*/
.underlayer_btn02{
	width: 100%;
	overflow: hidden;
	margin: 0;
	display: flex;
	justify-content: space-between;
	background: #d9ebff;
	border-radius: 10px;
	padding: 25px;
}

	.underlayer_btn02 li{
		width: 254px;
		float: left;
		border: 1px solid #3399ff;
		background: #fff;
		color: #fff;
		border-radius: 30px;
		text-decoration: none;
		display: block;
		line-height: 1.3;
		font-weight: bold;
		font-size: 14px;
	}
	.underlayer_btn02 li:last-child{
		margin-right: 0px;
	}
	
	.underlayer_btn02 li.prev a:before{
		content: "\f104";
		font-family: 'FontAwesome';
		color: #3399ff;
		position:absolute;
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.underlayer_btn02 li.next a:after{
		content: "\f105";
		font-family: 'FontAwesome';
		color: #3399ff;
		position:absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.underlayer_btn02 a{
		color: #333;
		display: block;
		text-align: center;
		padding: 10px 15px;
		text-decoration: none !important;
		position: relative;
	}

	.underlayer_btn02 a:hover{
		opacity: 0.5;
	}
	
	
	.underlayer_btn02 li.active{
		float: left;
		background: #3399ff;
		border-radius: 30px;
		text-decoration: none;
		display: block;
		line-height: 1.3;
		font-weight: bold;
		margin-right: 10px;
	}
	
	.underlayer_btn02 li.active a{
		color: #fff;
		display: block;
		text-align: center;
		padding: 10px 15px;
		text-decoration: none;
	}

	.underlayer_btn02 li.active:last-child{
		margin-right: 0px;
	}
	

.active .btn_pt,
.active h4,
.active .underreview_btn,
.active .underreview_btn_add,
.active .entry_btn{
	position: inherit;
}

@media screen and (max-width: 580px) {
	.pcStyle{
		display: none;
	}

	.spStyle{
		display: block;
	}
}