
/* page_head links */
/* --------------------------------------------------- */

.page_head {
	background:#e2e2e2;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.page_head > .lay_lqd {
	display:table;
	height:144px;
}
.page_head h1 {
	display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    /* text-shadow: #fff -2px -1px 3px, #fff 2px -1px 3px, #fff -2px 1px 3px, #fff 2px 1px 3px; */
    text-decoration: none;
    font-size: 18px;
}
.page_head h1 small {
	margin-left:1em;
}

/* spview */
@media screen and (max-width:767px) {
	
	.page_head {
	}
	.page_head > .lay_lqd {
		width: 100%;
		height:55px;
		padding: 10px 0;
		background: rgba(0,0,0,.2);
	}
	.page_head h1 { 
		color:#fff;
		font-size: 12px;
		padding:0;
		width: 90%;
		margin: 0 auto;
		text-shadow: none;
		line-height: 1.4;
}
}

/* path links */
/* --------------------------------------------------- */

.path {
	padding:1em 0 2em;
	font-weight: 700;
}
.path_list li {
	font-size: 14px;
	font-weight: normal;
	display:inline-block;
}

.path_list li:after {
    font-family: 'icomoon' !important;
    content: "\e99f";
	margin-left:0.5em;
}
.path_list li:last-child:after { display:none; }

.path_list li a{font-weight: 100;}

/* spview */
@media screen and (max-width:767px) {
	.path { display:none; }
}

/* page_1col-page_3col */
/* --------------------------------------------------- */
.page_3col,
.page_2col,
.page_1col { margin:0; }

/* page_2col page_3col */
.page_3col,
.page_2col,
.page_1col {
/*	display:table;*/
	width:100%;
	
	display:flex;
	justify-content: space-between;
}

/* page_2col side style */

#side {
/*
	width:25%;
	display:table-cell;
	vertical-align:top;
	padding-left:2em;
*/
	width:250px;
	display:block;
	vertical-align:top;
/*	padding-left:2em;*/
}

#main {
/*	width:auto;*/
/*	display:table-cell;*/
	vertical-align:top;
	
	width: inherit;
}

/* page_1col main style */
.page_1col #main {
	padding-right:0;
	border-right:none;
}


.page_2col.search #main {
	width: 825px!important;
	display: block;
}

/* page_3col side style */
#side_sub { width:20%; display:table-cell; vertical-align:top; }

/* spview */
@media screen and (max-width:767px) {
	
	.page_2col.search #main {
		width: inherit!important;
	}
	/* page_2col page_3col */
	.page_3col,
	.page_2col,
	.page_1col {
		display:block;
		width:auto;
	}
	
	/* page_2col side style */
	#side {
		display:block;
		width:auto;
		padding-left:0;
		padding: 0 20px 15px;
	}
	
	#main {
		display:block;
		width:auto;
		padding-right:0;
		border-right:none;
		background: #fff;
	}
	#side_sub {
		display:block;
		width:auto;
	}
}

/* content */
/* --------------------------------------------------- */

#content {
	margin-bottom:2em;
}
/* spview */
@media screen and (max-width:767px) {
	
	#content {
		/* margin-top: 50px; */
		margin-bottom: 0;
	}
}

/* page */
/* --------------------------------------------------- */

/* page_body */
.page_body {}


/* pager */
.page_pager {
	text-align:center;
	padding:0;
	margin:1em auto;
	display:table;
	width: 100%;
}
.page_pager ul {
	display: table;
	margin: 0 auto;
}
.page_pager ul:before,
.page_pager ul:after {
    content: " ";
    display: table;
}
.page_pager ul:after {
    clear: both;
}
.page_pager li {
	border:solid 1px #e2e2e2;
	float:left;
	background: #fff;
	margin: 0 5px;
}


.page_pager .pnpnavi {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	border-top:solid 1px #e2e2e2;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
}
.page_pager .pnpnavi li {
	width: 50%;
	height: 45px;
	border-right:solid 1px #e2e2e2;
	border-top:none;
	border-left:none;
	border-bottom:none;
	margin: 0;
	position: relative;
}
.page_pager .pnpnavi li a {
	display: block;
	width: auto;
}
.page_pager .pnpnavi li:first-child::before {
	content: '〈';
	position: absolute;
	left: 10px;
	top: calc(50% - 12px);
	color: #999;
}
.page_pager .pnpnavi li:last-child::before {
	content: '〉';
	position: absolute;
	right: 10px;
	top: calc(50% - 12px);
	color: #999;
}


.page_pager a,
.page_pager span {
	display:inline-block;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	font-weight:bold;
	line-height:40px;
	padding:0;
	width:40px;
	height:40px;
	position:relative;
	    color: #66b13d;
}
.page_pager a {}
.page_pager a:focus,
.page_pager a:hover {
/*	color:#02A8E3;*/
	    color: #66b13d;
}
.page_pager span {
    color: #fff;
    background: #66b13d;
}
.page_pager .prev span,
.page_pager .next span {
    color: #999;
    background: #fff;
}

.page_pager .prev{}
.page_pager .next{}

/* pager old */
.paging {}

.paging > li a {}
.paging > li p {}

.paging .prev{}
.paging .next{}



/* pager */
@media screen and (max-width:767px) {
	.page_pager {
		padding: 0 15px;
		margin: 0;
		display:block;
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.page_pager ul {
		width:100%;
		display: flex;
		background: #fff;
		border: solid 1px #e2e2e2;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.page_pager ul li {
		display: block;
		float:none;
		border-right: solid 1px #e2e2e2;
		width: 100%;
	}
	.page_pager ul li:last-child {
		border-right: none;
	}
	.page_pager ul li a,
	.page_pager ul li span {
		font-size:0.75rem;
		width:100%;
	}
}


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

  page common style
  
-------------------------------------------------------------*/

/* section style */
/* --------------------------------------------------- */

.section_type01 {

    margin-bottom: 35px;
    padding: 25px;
    background: #fafafa;
    box-shadow: 0 4px 0 rgba(0,0,0,.11);
}

.section_type02 { margin-bottom: 35px;padding: 0 40px; }

.section_type03 { 
/*	margin-bottom: 35px;*/
	margin-bottom: 1rem;
	padding: 0 0; 
}

/* spview */
@media screen and (max-width:767px) {
	
	.section_type01 { margin-bottom:15px;padding: 20px 15px; }
	.section_type02 { margin-bottom: 15px;padding: 0 10px }
	.section_type03 { margin-bottom: 15px;padding: 0 10px }
}


/* head style */
/* --------------------------------------------------- */

.page_head01 {
	color: #F99422;
	padding:10px 0;
}
.page_head02 {
/*
	padding:0 0.5em 0.75em 0.5em;
	border-bottom:solid 1px #cdcdcd;
	margin-bottom:0.75em;
*/
	padding: 0.5rem 0.75rem;
    /* border-bottom: solid 3px #66b13d; */
    margin-bottom: 0.75em;
    background: #66b13d;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border-radius: 0.2rem;
}
.page_head02 i {
	margin-right: 0.5rem;
}

.page_head03 {
	line-height:1;
	margin: 0 0 1em 0;
	padding:0;
	word-wrap: break-word;
	position:relative;
}

.page_head04 {}
.page_head05 {}

.page_subhead01 {
	font-size: 170%;
	color: #F99422;
	padding: 10px 0;
}
.page_subhead02 {
	padding: 0 0 0 0.75em;
	font-size:100%;
	margin: 15px 0;
	position:relative;
	border-left: 5px solid #F99422;
}
.page_subhead02 small {
	right:0;
	position:absolute;
	font-size:100%;
}

.mypage_subhead02 {
	font-size:100%;
	margin: 0 0 5px;
	position:relative;
}

.mypage_subhead02 a {color: #F99422;font-size: 16px;}

.page_2col .note_text {color: #555}

/* page_subhead02 spview */
@media screen and (max-width:767px) {
	
	.page_head01 {
     	font-weight: bold; 
		padding: 0.3rem 1rem;
		background: #108e4d;
		border-radius: 0.2rem;
		color: #fff;
		margin-bottom: 1rem;
		font-size: 18px;
		text-align: center;
	}
	
	.page_head02 {font-size: 16px;padding: 0.75em 0.5em;}

	.page_head03 {font-size: 16px;margin: 0 0 10px 0;}
	
	.page_subhead02 {}
	.page_subhead02 small {
		position:static;
		display:block;
		margin-top:0.5em;
		font-size:72%;
	}
	
	.page_2col .note_text {font-size: 85%;}
}

.page_subhead03 {
	font-size:15px;
	margin-bottom:0.5em;
	color:#000;
}
.page_subhead04 {
	background:#FCF5CA;
	padding:0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page_subhead05 {
	font-size:114%;
	margin-bottom:15px;
	color: #F99422;
}

.page_head_icon1 {
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#02A8E3;
	color:#fff;
	padding:0.25em 0 0;
	width:1.5em;
	height:1.5em;
	text-align:center;
	line-height:1;
}

.page_head_icon2 {
	display:inline-block;
	vertical-align:middle;
	color:#02A8E3;
	text-align:center;
	line-height:1;
	font-size:150%;
}

.page_head_balloon1 {
	display:inline-block;
	vertical-align:middle;
	color:#02A8E3;
	text-align:center;
	line-height:1;
	background:#02A8E3;
	color:#fff;
	padding:0.25em;
	position:relative;
}
.page_head_balloon1:before {
	display:block;
	position:absolute;
	content:'';
	border-top:solid 0.5em #02A8E3;
	border-left:solid 0.5em transparent;
	border-bottom:solid 0.5em transparent;
	border-right:solid 0.5em transparent;
	

	left:50%;
	bottom:-0.75em;
	margin-left:-0.5em;
}


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

.page_text { margin-bottom: 10px;font-size: 90%; }

/* box style */
/* --------------------------------------------------- */

/* box */

.box_type01 {
}
.box_type01 > .inner {
}

.box_type02 {
	border:solid 1px #e2e2e2;
	padding:2em;
}
.box_type02 > .inner {}

.box_type03 {
	border-top:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	padding:15px;
	background: #fff;
}
.box_type03 > .inner {}

/* spview */
@media screen and (max-width:767px) {
	.box_type01 {
	}
	.box_type01 > .inner {
		padding:12px;
	}
	
	.box_type02 {
		padding:15px;
	}
	.box_type03 {
		padding:12px;
		margin-bottom: 10px !important;
	}
	
	.page_subhead05 {border: solid 1px;padding: 8px 0;font-size: 16px;text-align: center;}
}

#btnTop {padding: 0 0.75em 0.75em;margin-bottom: 1em;overflow: hidden;}

#btnTop .recruit_detail_sns ,
#btnTop .box_btn_colstyle {width: 50%;}


.box_btn_colstyle > ul {
	
	display: table;
	border-collapse: separate;
	border-spacing: 0.5em 0;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 15px;
}
.box_btn_colstyle > ul > li {
	
	display: table-cell;
	vertical-align: middle;
}
.box_btn_colstyle > ul > li .btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}


.box_btn_floating { margin-top:0; }

/* spview */
@media screen and (max-width:767px) {


	#btnTop {padding:0}

	#btnTop .recruit_detail_sns ,#btnTop .box_btn_colstyle {
		width: 100%;margin: 8px 0;}

	.box_btn_floating {
		padding: 0 0 0.5em;
		margin: 0 -0.5em;
		background: transparent;
	}
}


/* sns box */

.sns_box {
	text-align:center;
	margin-top:1em;
}
.sns_box_list {
	display:inline-table;
	border-collapse:separate;
	border-spacing:1em 0;
}
.sns_box_list > li {
	text-align:center;
	display:table-cell;
}
.sns_box_list > li > a {
	
	display:block;
	width:4em;
	height:auto;
	padding:100% 0 0;
	position:relative;
}
.sns_box_list > li > a > i {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	border:solid 2px #02A8E3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#02A8E3;
	background:#fff;
	display:inline-block;
	padding:30% 0 0;
	font-size:144%;
}

.sns_box_list > li > a > .icon-sns-facebook {}
.sns_box_list > li > a > .icon-sns-google-plus {}
.sns_box_list > li > a > .icon-sns-hatena {}
.sns_box_list > li > a > .icon-sns-line { font-size:220%; padding-top:25%; }
.sns_box_list > li > a > .icon-sns-twitter {}


/* message_box style */
/* --------------------------------------------------- */

.message_box {
	margin: 25px 0 20px 0;

}

.attention { color:#165A72; }

.error_list {}
.error_list li {
	color: #F53148;
    text-align: left;
    font-weight: 700;
    /* background: #FFDFD3; */
    padding: 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.error_list li:last-child {
	margin-bottom:0;
}


/* --------------------------------------------------- */
/* flow_box */

.flow_box { margin:0 -1em 0.5em; }
.flow_box_list {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:1em 0;
	height:100%;
}

.flow_box_list h1,
.flow_box_list h2,
.flow_box_list h3,
.flow_box_list h4,
.flow_box_list h5,
.flow_box_list h6 {
	font-size:90%;
	color:#9d9d9d;
	line-height:1;
	margin-bottom:0.5em;
}

.flow_box_list li {
	display:table-cell;
	vertical-align:top;
	position:relative;
	height:100%;
}
.flow_box_list li:before {
	

	display:block;
	content:'';
	
	border-top:solid 8px transparent;
	border-right:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 8px #cdcdcd;
	
	position:absolute;
	top:50%;
	right:-16px;
	margin-top:0.5em;
	z-index:998;
}
.flow_box_list li:last-child:before { display:none; }

.flow_box_list.col1 > li { width:100%; }
.flow_box_list.col2 > li { width:50%; }
.flow_box_list.col3 > li { width:33.33%; }
.flow_box_list.col4 > li { width:25%; }

.flow_box_list > li > div {
	
	width:auto;
	height:90%;
	border-top:solid 1px #cdcdcd;
	border-right:solid 4px #cdcdcd;
	border-bottom:solid 1px #cdcdcd;
	border-left:solid 1px #cdcdcd;
	
	padding:0.5em;
}

/* spview */
@media screen and (max-width:767px) {
	
	.flow_box { margin:0; }
	
	.flow_box_list {
		
		display:block;
		width:auto;
	}
	.flow_box_list li {
		
		display:block;
		margin-bottom:1em;
	}
	.flow_box_list li:last-child { margin-bottom:0; }
	.flow_box_list li:before {
		
		display:block;
		content:'';
		
		border-top:solid 8px #cdcdcd;
		border-right:solid 8px transparent;
		border-bottom:solid 8px transparent;
		border-left:solid 8px transparent;
		
		position:absolute;
		top:auto;
		bottom:-14px;
		right:50%;
		margin-top:0;
		margin-right:-4px;
		z-index:998;
	}
	.flow_box_list li:last-child:before { display:none; }

	.flow_box_list.col1 > li,
	.flow_box_list.col2 > li,
	.flow_box_list.col3 > li,
	.flow_box_list.col4 > li { width:auto; }
	
	.flow_box_list > li > div {
		
		width:auto;
		height:auto;
		border-top:solid 1px #cdcdcd;
		border-right:solid 1px #cdcdcd;
		border-bottom:solid 4px #cdcdcd;
		border-left:solid 1px #cdcdcd;
	}
}

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


.list_col_auto,
.list_5col,
.list_4col,
.list_3col,
.list_2col {
	
	display:table;
	width:100%;
}

.list_col_auto > li,
.list_5col > li,
.list_4col > li,
.list_3col > li,
.list_2col > li {
	display:table-cell;
	vertical-align:top;
	padding:1em;
	border-right:solid 1px #DEDEDE;
}


.list_col_auto > li:first-child,
.list_5col > li:first-child,
.list_4col > li:first-child,
.list_3col > li:first-child,
.list_2col > li:first-child {
	padding-left:0;
}

.list_col_auto > li:last-child,
.list_5col > li:last-child,
.list_4col > li:last-child,
.list_3col > li:last-child,
.list_2col > li:last-child {
	border-right:none;
	padding-right:0;
}

.list_2col > li { width:50%; }
.list_3col > li { width:33.33%; }
.list_4col > li { width:25%; }
.list_5col > li { width:20%; }

@media screen and (max-width:767px) {
	
	.list_col_auto,
	.list_5col,
	.list_4col,
	.list_3col,
	.list_2col {
		
		display:block;
		width:auto;
	}
	
	.list_col_auto > li,
	.list_5col > li,
	.list_4col > li,
	.list_3col > li,
	.list_2col > li {
		display:block;
		width:auto;
		padding:0.2em 0 1em;
		border-right:none;
		margin-bottom:1em;
	}
}

.list_col_bordered {}
.list_col_bordered > li {
	border-top:solid 1px #DEDEDE;
	border-right:none;
	border-bottom:solid 1px #DEDEDE;
	border-left:solid 1px #DEDEDE;
}
.list_col_bordered > li:last-child { border-right:solid 1px #DEDEDE; }

@media screen and (max-width:767px) {
	
	.list_col_bordered > li {
		border-top:solid 1px #DEDEDE;
		border-right:solid 1px #DEDEDE;
		border-bottom:none;
		border-left:solid 1px #DEDEDE;
	}
	.list_col_bordered > li:last-child {
		border-bottom:solid 1px #DEDEDE;
	}
}

/* blog style */
/* --------------------------------------------------- */

/* list */
.article_list_body li {
    border: solid 1px #165A72;
	display:table;
	width:100%;
	margin-bottom:2em;
	padding:1em;
}

.article_list_body li .article_list_image {
	width: 33.33%;
	display: table-cell;
	vertical-align: top;
}

.article_list_body li .article_list_image img{
    width: 100%;
    height: auto;
}

.article_list_body li .article_list_right {
	padding-left: 1.5em;
}

.article_list_body li .article_list_right h3 {
	margin-bottom:1em;
}

.article_list_body li .article_list_right p {
	margin-bottom:1em;
}

/* detail */

.article_detail_body .box {
	margin-bottom:2em;
}

.article_detail_body .box:last-child {
	margin-bottom:0;
}

.article_detail_body .box h3,
.article_detail_body .box figure,
.article_detail_body .box>div {
	margin-bottom:1em;
}

.article_detail_body .box figure {
	text-align:center;
}

.article_detail_body .box figure img {
	max-width:80%;
}

/* badge style */
/* --------------------------------------------------- */
.badge {
	position: absolute;
	display: inline-block;
	min-width: 1.4em;
	height: 1.4em;
	text-align: center;
	padding: 0 0.2em;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 1.4;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
	
	background: #f00000;
	color: #fff;
	
	right: 0;
	top: 50%;
	margin-top: -0.7em;
}


table.table_default .badge {
    position: inherit;
    font-weight: normal;
    font-size: 12px;
    line-height: inherit;
    height: inherit;
    padding: 0.2em 0.5em;
	min-width: 5em;
}
@media screen and (max-width:767px) {
	table.table_default .badge {
		margin-right: 0.3em;
	}
}
table.table_default .badge2 {
	display: inline-block;
    text-align: center;
    font-family: Arial, Helvetica, "sans-serif";
    border-radius: 0.7em;
    background: #f5596c;
    color: #fff;
    right: 0;
    top: 50%;
    margin-top: -0.7em;
	
    position: inherit;
    font-weight: normal;
    font-size: 11px;
    line-height: inherit;
    height: inherit;
    padding: 0.2em 0.5em;
	min-width: 5em;
}



.company_message {
    border: solid 1px #e2e2e2;
    padding: 1.5em;
    background: #fefefe;
}
.company_message h3 {
	padding: 0 0 10px;
}

@media screen and (max-width:767px) { 
	.company_message {
		padding: 1.5em 0.7em;
	}
	.company_message h3 {
		/*font-size: 14px;*/
		padding: 10px 0 5px;
	}
}




/* インデント */
ul.indent-1 {}
ul.indent-1 li {
    padding-left: 1em;
    text-indent:-1em;
}


/* sitemap.html 修正css */
.sitemap_wrap .page_subhead02 {
    border-left: 5px solid #f99422;
}
.sitemap_wrap .list_disc {
    background: none;
    border: none;
	overflow: hidden;
}
.sitemap_wrap .list_disc > li {
    margin-left: 0;
    margin-right: 3rem;
    float: left;
}
.sitemap_wrap .list_disc > li:before {
    content: '\25CF';
    color: #108e4d;
}
@media screen and (max-width:767px) {
	.sitemap_wrap .list_disc > li {
		margin-right: 0;
		margin-bottom: 0.5rem;
		float: none;
	}
}


select.select_order {
    height: 40px;
    padding: 0 0.5rem;
    border: 1px solid #e2e2e2;
}


.order {
	
}
.order .radio_order {
	display:flex;
	width: 700px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}
.order .radio_order li {
	width: 25%;
}
.order .radio_order li label{
	background: #fff;
	width:100%;
	display: block;
	line-height: 39px;
	height: 40px;
	text-align: center;
	color: #66b13d;
	border-right: 1px solid #e2e2e2;
	font-size: 1rem;
}
.order .radio_order li:last-child label{
	border-right:none;
}
.order .radio_order li label.checked{
	color: #fff;
	background: #66b13d;	
}
.order .radio_order li input{
	display: none;
}

@media screen and (max-width:767px) {
	.order {
		width: 100%;
	}
	.order .radio_order {
		width: auto;
	}
		
	.order .radio_order li label{
		font-size: 12px;
		word-break: keep-all;

	}
}




/* entry2.html文章追加用css */
.entry2_head {
	background: url(../images/entry2_img.png) no-repeat left center;
    background-size: 45% auto;
    padding: 40px 0;
    margin: 30px auto 50px;
    overflow: hidden;
    position: relative;
}
.entry2_head .text_wrap {
	width: 63%;
    float: right;
    background: rgba(213,237,226,0.8);
    padding: 1rem;
}
.entry2_head .title {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #108e4d;
}
.entry2_head p {
    font-size: 0.875rem;
    line-height: 1.8;
}

@media screen and (max-width:767px) {
	.entry2_head {
		background-size: 100% auto;
		background-position: top;
		padding: 69% 0 0;
		margin: 20px auto 30px;
	}
	.entry2_head .title {
		font-size: 4.25vw;
		margin-bottom: 5px;
	    text-align: center;
	}
	.entry2_head .text_wrap {width: 100%;}
	
}


/* SP用修正 */
@media screen and (max-width: 767px) {
	.page_1col.search,
	.page_1col.detail,
	.page_1col.keep,
	.page_1col.look,
	.page_2col.entry2,
	.page_1col.entry2,
	.page_2col.search {
		padding-top: 10px;
	}
}



#header span.head_cnt {
	font-weight: bold;
	color: #f70;
}
#header span.head_cnt::before {
	content: "（";
	color: #f70;
}
#header span.head_cnt::after {
	content: "）";
	color: #f70;
}




/* スティッキー PCのみ */
.side_sticky_pc {
	position: fixed;
	right: 0;
	z-index: 100;
	top: 250px;
	display: flex;
	flex-wrap: wrap;
	width: 130px;
}
.side_sticky_pc a{padding: 0.5rem 0.5rem;border-radius: 0.3rem 0 0 0.3rem;border: 2px solid #10878e;border-right: none;width: 100%;margin-bottom: 1rem;display: flex;justify-content: space-between;box-shadow: rgba(0,0,0,0.1) 0 2px 2px;background: #fff;}
.side_sticky_pc a .listtit{
	font-size: 12px;
	color: #000;
}
.side_sticky_pc a .listtit img{
	vertical-align: -3px;
	width: 18px;
	object-fit: contain;
}
.side_sticky_pc a .head_cnt{
	background: #10878e;
	border-radius: 0.3rem;
	padding: 0 0.5rem;
	color: #fff;
	font-size: 12px;
}



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

//佐藤追加
.faq_wrap {
  margin-top: 20px;
  font-size:16px;
}

.faq_list dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
  color: #2a2a2a;
}

.faq_list dd {
  margin: 0 0 20px 0;
  padding-left: 1em;
  line-height: 1.8;
  color: #444;
  border-left: 4px solid #eee;
}

.faq_list .q {
  color: #007acc;
  font-weight: bold;
  margin-right: 5px;
}

.faq_list .a {
  color: #009900;
  font-weight: bold;
  margin-right: 5px;
}
.btn_srh_container {
  text-align: center;  /* 中央寄せ */
  margin-top: 20px;
}

.btn_srh {
  display: inline-block;
  margin: 6px 10px;
  padding: 10px 16px;
  background-color: #007bff;  /* 青ボタン */
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.btn_srh:hover {
  background-color: #0056b3;
  color: #fff;
}

.btn_srh_orange {
  display: inline-block;
  margin: 10px 8px;
  padding: 10px 16px;
  background-color: #f0ad4e;  /* オレンジ */
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.btn_srh_orange:hover {
  background-color: #ec971f;  /* 濃いオレンジ */
  color: #fff;
}
.btn_srh_yellow {
  display: inline-block;
  margin: 10px 8px;              /* orangeと同じに */
  padding: 10px 16px;            /* OK */
  background-color: #ffd600;
  color: #000;
  text-decoration: none;
  border: none;                  /* 明示的に追加 */
  border-radius: 5px;            /* orangeと統一 */
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  line-height: 1.4;
}
.btn_srh_yellow:hover {
  background-color: #ffcc00; /* ホバー時は少し濃い黄色に */
}
.btn_srh_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; /* 中央寄せ */
  margin-bottom: 10px;
}
