/* --------------------------------------------------- */
/* #header */
#header {}
@media screen and (max-width:767px) {
     #header {}
}

/* --------------------------------------------------- */
/* global navi */
#gnav > li span,
#gnav > li a {}

/* primary navi */
#pnav > li span,
#pnav > li a {}
/* spview */
@media screen and (max-width:767px) {
	/* global navi */
	#gnav > li span,
	#gnav > li a {}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {}
}


/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding: 0 0 15em;
	background-image:url(../images/main_img.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
#mv .lay_lqd {
    width: 100%;
    height: 100%;
}
#mv .lay_lqd::before,
#mv .lay_lqd::after { content: none; }

.mv_logo {
	width:100%;
	max-width:320px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}

.mv_text {
    padding: 6em 0 0;
    text-align: left;
}
.mv_head,
.mv_lead {
	color: #333;
	display: block;
	/*text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;*/
	text-decoration:none;
}
.mv_head { 
    font-size: 70px;
    font-weight: 800;
    line-height: 1.4em; 
}
.mv_lead { 
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4em;
    margin: 20px 0;
}

.mv_update { 
    display: flex;
    align-items: flex-end;
    gap: 0 0;
}
.mv_update p {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.0em;
}
.mv_update p span {
    font-size: 24px;
}

#mv .provided {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
@media screen and (max-width:1200px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	#mv { padding:0 0 2em; }
	#mv .lay_lqd { 
        height: auto;
        padding: 0 2.5vw;
    }
    
    .mv_text {
        padding: 3em 0 0;
    }
    .mv_head { font-size: 8.5vw; }
    .mv_lead {
        font-size: 3.75vw;
        line-height: 1.6em;
        margin: 10px 0;
    }
    
    .mv_update { flex-wrap: wrap; }
	.mv_update p {
		font-size: 3.5vw;
        font-weight: 700;
        line-height: 1.6em;
	}
	.mv_update p span {
		font-size: 6vw;
	}

}



.mv_form {
	width: fit-content;
    margin: 2.5em 0 0;
}
.mv_form form {}

.top_search_form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 0 10px;
}
.mv_form_input {
    font-size: 16px;
    width: 200px;
    padding: 8px 8px;
    margin: 0 0;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
    border: 1px solid #0e3384;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mv_form_x {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: 15px 0;
}
.btn_img_css {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #0e3384;
    border-radius: 50px;
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

/*
.mv_form_wrap { background: #E0FBFE; }
.mv_form {
	width:100%;
	padding: 18px 0;
	text-align:center;
	margin:0 auto;
}
.mv_form form {
    width: 700px;
    margin: 0 auto;
}

.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit { 
    width:25%;
    letter-spacing: 1px;
    font-size: 15px;
    height: 55px;
    line-height: 1;
}
*/
@media screen and (max-width:1200px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    .mv_form {}

	.top_search_form {
		justify-content: center;
		gap: 10px 10px;
	}
	.mv_form_x {
		width: 18px;
		height: 18px;
	}
	.mv_form_input {
		width: calc((100% - 38px) / 2);
        min-width: inherit;
	}
	.btn_img_css {
		width: 35%;
		height: 50px;
	}
    /*
	.mv_form {padding: 10px 15px;}
	.mv_form form {width: auto;}

	.mv_form_input {
		width:63% !important;
		height: 43px;
		float: left;
		margin-bottom:0.5em;
		font-size: 15px;
	}
	.mv_form_submit {
		width:35% !important;
		height: 43px;
		float: right;
	}
    */
}



/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
	display: flex;
    flex-wrap: wrap;
}
.kyujin_list .item {
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
}
.kyujin_list .item figure {
    height: 200px;
}
.kyujin_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.kyujin_list .item .inner {
    color: #1a0004;
    padding: 0.5em 0.75em;
}
.kyujin_list .item .company_name {
    font-size: 15px;
    font-weight: normal;
}
.kyujin_list .item .kyujin_title {
    font-size: 14px;
    font-weight: normal;
}
.kyujin_list .tag_list {
	margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.kyujin_list .tag_list .tag {
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0.25em 1.25em;
    border-radius: 50px;
}
.kyujin_list .tag_list .tag.new { background: #fd8c07; }

.kyujin_list .overview { margin-top: 10px; }
.kyujin_list .overview li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.kyujin_list .overview li::before {
	content: "";
	display: inline-block;
	min-width: 20px;
	min-height: 18px;
	margin-right: 0.5em;
}
.kyujin_list .overview li.saraly::before {
	background: url(../images/i_saraly.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.area::before {
	background: url(../images/i_area.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.clock::before {
	background: url(../images/i_time.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.calender::before {
	background: url(../images/i_schedule.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li p {
	color: #434343;
    font-size: 14px;
}

.kyujin_list .taisyo {
    width: 100%;
	line-height: 1.3em;
    background: #e7e7e8;
    padding: 0.75em 0.75em;
    margin-top: 10px;
	display: flex;
}
.kyujin_list .taisyo span {
    color: #137ac0;
    font-size: 16px;
    font-weight: bold;
    padding-right: 1em;
	word-break: keep-all;
}
@media screen and (max-width:1200px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	.kyujin_list .item {
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
	}
	.kyujin_list .item figure { height: 33vw; }

	.kyujin_list .item .inner {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .item .company_name {
		font-size: 13px;
	}
	.kyujin_list .item .kyujin_title {
		font-size: 13px;
	}
	
	.kyujin_list .tag_list .tag {
        font-size: 12px;
        line-height: 1.4em;
        padding: 0.25em 1.25em;
	}

	.kyujin_list .overview { margin-top: 5px; }
	.kyujin_list .overview li { font-size: 12px; }
	.kyujin_list .overview li::before {
		width: 18px;
		height: 15px;
	}
	
	.kyujin_list .taisyo {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .taisyo span {
		font-size: 14px;
	}
	
	.kyujin_list .slick-prev,
	.kyujin_list .slick-next {
		width: 2rem;
		height: 2rem;
	}
	.kyujin_list .slick-prev { left: -10px; }
	.kyujin_list .slick-next { right: -10px; }
	
}



/* hotcompany */
/* --------------------------------------------------- */
#hotcompany {
    margin-top: -13em;
    position: relative;
}
#hotcompany .kyujin_list .item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px 10px;
}
@media screen and (max-width:1200px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	#hotcompany { margin-top: 0; }
	
	#hotcompany .kyujin_list .item {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		margin: 5px 5px;
	}
	
}


/* topKyujin */
/* --------------------------------------------------- */
#topKyujin { padding: 0 0 5.5em; }
#topKyujin .content_en {
    padding: 9.0em 0 0;
}
#topKyujin .lay_lqd { position: relative; }

#topKyujin .content_title01 {
    margin-bottom: 50px;
}

#topKyujin .kyujin_list {
	margin-bottom: 30px;
    justify-content: flex-start;
    gap: 50px 50px;
}
#topKyujin .kyujin_list .item {
    width: calc((100% - 100px) / 3);
}
#topKyujin .kyujin_list .item figure {
    height: 270px;
}
#topKyujin .kyujin_list .item .inner {
    padding: 1em 0 0;
}
#topKyujin .kyujin_list .item .kyujin_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}
@media screen and (max-width:767px) {
	#topKyujin {
		padding: 0 0 0;
	}
    
    #topKyujin .content_title01 {
        margin-bottom: 20px;
    }
    
    #topKyujin .kyujin_list {
        margin-bottom: 0;
    }
	#topKyujin .kyujin_list .item {
		margin: 5px 20px;
	}
	#topKyujin .kyujin_list .item figure { height: 50vw; }
	#topKyujin .kyujin_list .item .inner {
		padding: 0.75em 0em;
	}
	#topKyujin .kyujin_list .item .kyujin_title {
		font-size: 16px;
	}
	
}



/* topSearch */
/* --------------------------------------------------- */
#topSearch { /*padding: 0 2.5vw 3.5em;*/ }
#topSearch .inner + .inner {
    margin-top: 3.5em;
}

#topSearch .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#topSearch .map {
    width: 671px;
}

#topSearch .area_list {
    display: flex;
    gap: 0 2em;
}
.area_list li {}
.area_list .area_name {
    color: #0e3382;
    font-size: 20px;
}

.city_list {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 10px;
}
.city_list a {
    color: #0e3382;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: 2px solid #0e3382;
    border-radius: 50px;
    width: 6em;
}

.city_list.col_3 {
    grid-template-columns: repeat(3, 1fr);
}
.city_list.col_3 a:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
}

.city_list.col_3 a:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 3;
}
.city_list.col_3 a:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 4;
}
.city_list.col_3 a:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 5;
}
.city_list.col_3 a:nth-child(6) {
    grid-column-start: 1;
    grid-row-start: 6;
}
.city_list.col_3 a:nth-child(7) {
    grid-column-start: 1;
    grid-row-start: 7;
}
.city_list.col_3 a:nth-child(8) {
    grid-column-start: 1;
    grid-row-start: 8;
}
.city_list.col_3 a:nth-child(9) {
    grid-column-start: 1;
    grid-row-start: 9;
}
.city_list.col_3 a:nth-child(10) {
    grid-column-start: 2;
    grid-row-start: 1;
}
.city_list.col_3 a:nth-child(11) {
    grid-column-start: 2;
    grid-row-start: 2;
}
.city_list.col_3 a:nth-child(12) {
    grid-column-start: 2;
    grid-row-start: 3;
}
.city_list.col_3 a:nth-child(13) {
    grid-column-start: 2;
    grid-row-start: 4;
}
.city_list.col_3 a:nth-child(14) {
    grid-column-start: 2;
    grid-row-start: 5;
}
.city_list.col_3 a:nth-child(15) {
    grid-column-start: 2;
    grid-row-start: 6;
}
.city_list.col_3 a:nth-child(16) {
    grid-column-start: 2;
    grid-row-start: 7;
}
.city_list.col_3 a:nth-child(17) {
    grid-column-start: 2;
    grid-row-start: 8;
}
.city_list.col_3 a:nth-child(18) {
    grid-column-start: 2;
    grid-row-start: 9;
}
.city_list.col_3 a:nth-child(19) {
    grid-column-start: 3;
    grid-row-start: 1;
}
.city_list.col_3 a:nth-child(20) {
    grid-column-start: 3;
    grid-row-start: 2;
}
@media screen and (max-width:1200px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    #topSearch .inner + .inner {
        margin-top: 2.0em;
    }
    
    #topSearch .content { flex-direction: column; }
    #topSearch .map { display: none; }
    
    #topSearch .area_list {
        width: 100%;
        flex-direction: column;
        gap: 1em 0;
    }
    .area_list li {}
    .area_list .area_name { font-size: 16px; }

    .city_list { width: 100%; }
    .city_list a {
        font-size: 14px;
        width: auto;
    }
    .city_list,
    .city_list.sp_col_4 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: inherit;
    }
    .city_list.col_3 a:nth-child(2),
    .city_list.col_3 a:nth-child(3),
    .city_list.col_3 a:nth-child(4),
    .city_list.col_3 a:nth-child(5),
    .city_list.col_3 a:nth-child(6),
    .city_list.col_3 a:nth-child(7),
    .city_list.col_3 a:nth-child(8),
    .city_list.col_3 a:nth-child(9),
    .city_list.col_3 a:nth-child(10),
    .city_list.col_3 a:nth-child(11),
    .city_list.col_3 a:nth-child(12),
    .city_list.col_3 a:nth-child(13),
    .city_list.col_3 a:nth-child(14),
    .city_list.col_3 a:nth-child(15),
    .city_list.col_3 a:nth-child(16),
    .city_list.col_3 a:nth-child(17),
    .city_list.col_3 a:nth-child(18),
    .city_list.col_3 a:nth-child(19),
    .city_list.col_3 a:nth-child(20) {
        grid-column-start: auto;
        grid-row-start: auto;
    }
    
}



#topSearch .job {}
#topSearch .job ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
}
#topSearch .job li {
    width: calc((100% - 45px) / 4);
}
#topSearch .job li a {
    height: 100%;
    padding: 0.75em 0.75em;
    border: 2px solid #12ade4;
    border-radius: 8px;
    box-shadow: 0 3px 0 #5bc6ec;
	display: flex;
    flex-direction: column;
	position: relative;
}
/*#topSearch .job li a::before {
	content: "";
    width: 18px;
    height: 100%;
    background: #137ac0;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 0;
    right: 0;
}*/
#topSearch .job li a::after {
	content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #12ade4;
    border-right: 2px solid #12ade4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 42%;
    right: 8px;
}
#topSearch .job li a div {
    font-size: 16px;
    color: #12ade4;
    font-weight: 700;
}
#topSearch .job li a p {
    color: #333;
    font-size: 14px;
}
@media screen and (max-width:1200px) {
	#topSearch .job li {
		width: calc((100% - 45px) / 4);
	}
}
@media screen and (max-width:767px) {
    #topSearch .job ul { gap: 1em 0.5em; }
    
	#topSearch .job li { width: 100%; }
	#topSearch .job li a {
        padding: 0.5em 0.75em;
    }
    #topSearch .job li a div { font-size: 14px; }
    #topSearch .job li a p { font-size: 12px; }
	
}


#topSearch .detail {}
#topSearch .detail ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
#topSearch .detail li {
    width: calc((100% - 50px) / 6);
}
#topSearch .detail li a {
    color: #333;
    font-size: 15px;
    width: fit-content;
    display: flex;
	align-items: center;
}
#topSearch .detail li a::before {
	content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #12ade4;
    border-right: 2px solid #12ade4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
	margin-right: 0.5em;
}
@media screen and (max-width:1200px) {
	#topSearch .detail li {
		width: calc((100% - 40px) / 5);
	}
}
@media screen and (max-width:767px) {
	#topSearch .detail li {
		width: calc((100% - 10px) / 2);
	}
	#topSearch .detail li a {
		font-size: 14px;
	}
	#topSearch .detail li a::before {
		width: 6px;
		height: 6px;
	}
	
}


/* topStrength */
/* --------------------------------------------------- */
#topStrength {}
#topStrength .title_img {
    margin-bottom: 50px;
}

#topStrength .outer {
    counter-reset: number 0;
	padding: 0 0 3.0em;
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 4.0em;
}
#topStrength .item {
    width: calc((100% - 8em) / 3);
    max-width: 380px;
}
#topStrength .img_wrap { 
    margin-bottom: 20px;
    position: relative;
}
#topStrength .strength_title {
	text-align: left;
    font-size: 24px;
    color: #fff;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 0.5em 0.5em;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
#topStrength .strength_title::before {
    counter-increment: number 1;      /* number カウンタを増加 */
    content: "0" counter(number);      /* 表示形式を指定 */
    color: #fff;
    font-size: 48px;
    line-height: 1.0em;
    margin-right: 0.25em;
}
#topStrength .item .inner { width: 100%; }

@media screen and (max-width:1200px) {
	#topStrength .outer {
		padding: 6.0em 2.5vw 3.0em;
	}
	#topStrength .item {
		width: calc((100% - 3em) / 3);
	}
	#topStrength .item figure img { width: 100%; }
	#topStrength .strength_title {
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	#topStrength {
		padding: 3.0em 2.5vw;
	}
    #topStrength .title_img {
        width: 70%;
        margin: 0 auto 20px;
    }
    #topStrength .title_img img {
        width: 100%;
    }
    
	#topStrength .outer {
		padding: 0 0;
		flex-direction: column; 
	}
	#topStrength .item { width: 100%; }
	#topStrength .item + .item {
		margin-top: 30px;
	}
	#topStrength .img_wrap {
        margin-bottom: 10px;
    }
	#topStrength .img_wrap img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#topStrength .strength_title {
		font-size: 4.75vw; 
	}
    #topStrength .strength_title::before {
        font-size: 2.0rem;
    }
	
}



/* topBlog */
/* --------------------------------------------------- */
#topBlog {}

.blog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 50px;
}
.blog_list .item {
    width: calc((100% - 100px) / 3);
    position: relative;
}
.blog_list .item figure {
	height: 250px;
}
.blog_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blog_list .item .blog_list_data {
    width: 100%;
    padding: 0.5em 0.5em;
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog_list .item .blog_title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
}

#topBlog .content_btn01 {
    margin-top: 50px;
}

@media screen and (max-width:767px) {
	.blog_list {
		padding: 1.5em 0 1.5em;
		gap: 20px 20px;
	}
	.blog_list .item {
		width: calc((100% - 20px) / 2);
	}
	.blog_list .item figure { height: 30vw; }
	.blog_list .item .blog_list_data {
		padding: 0.5em 0.5em;
	}
	.blog_list .item .blog_title {
		font-size: 14px;
	}
    
    #topBlog .content_btn01 {
        margin-top: 20px;
    }

}



/* information */
/* --------------------------------------------------- */

#information { padding:3.5em 0 6.5em; }
.information_list {
	padding: 3.0em 0 0;
    position: relative;
}
.information_list li {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	display: flex;
}
.information_list .date {
	margin-right: 2em;
}
.information_list a {
}

/* spview */
@media screen and (max-width:767px) {
	#information { padding: 3.0em 2.5vw; }
	.information_list {
		padding: 0 0 0;
	}
	.information_list li {
		font-size: 14px;
		padding: 5px 0;
		border-bottom: 1px dotted #000;
	}
	
}


/* #topRole */
#topRole {
  color: #fff;
  background: url(../images/role_back.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
#topRole .role_title {
  font-size: 22px;
  line-height: 1.2em;
}
#topRole .inner {
  padding-right: 50%;
  position: relative;
}
.role_subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6em;
  margin: 10px 0 20px;
}
/* spview */
@media screen and (max-width:767px) {
	#topRole {
		background: url(../images/role_back.png) no-repeat;
		background-position: center center;
		background-size: cover;
	}
	#topRole .role_title {
        font-size: 4.5vw;
	}
	#topRole .inner {
		padding: 0 0;
	}
	.role_subtitle {
        font-size: 6.0vw;
        line-height: 1.4em;
	}
}





/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after { content: " "; display: table; }
.category_list1:after,
.category_list2:after { clear: both; }

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration:none;
	color:#F99422;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display:table-cell;
	vertical-align:middle;
	padding:0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
	border-right: solid 1px #cdcdcd;
	width: 125px;
	padding: 0.25em;
}
.category_list_cate i {
	vertical-align:middle;
	margin-right:0.5em;
}

.category_list_keyword {
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	line-height:1.1;
}
.category_list_suffix {
	display:block;
	font-size:75%;
	font-weight:lighter;
	margin-top:0.5em;
}

.category_list_notes {
	font-size:12px;
	color:#000;
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 { margin:0 -0.5em; }
.category_list1 li {
	width:50%;
	padding:0 0.25em 0.5em;
	float:left;
}

.category_list1 a {
	height: 78px;
	padding: 0.75em;
	display:table;
	border-collapse:separate;
	border-spacing:0em;
	width:100%;
	border: solid 2px #F99422;
	border-radius: 4px;
	background: #fff;
}
.category_list1 a:hover {
	background: #FAEEE1;}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list1 li {
		width:auto;
		float:none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 { margin:0 -0.5em; }
.category_list2 li {
	width:33.33333333333333333333333%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list2 a {
	height: 40px;
	line-height: 1.4;
	display:block;
	padding:0 0.5em 0 0;
	background: #fff;
	border: solid 1px #F53148;
	color:#F53148;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.category_list2 a:hover {}

.category_list2 a:before {
	height: 38px;
	margin-right:0.5em;
	background:#f5596c;
	color:#fff;
	display:inline-block;
	padding:0.5em;
	box-sizing: border-box;
    font-family: 'icomoon' !important;
    content: "\e99f";
}


#kodawari .category_list2 a {
	border: solid 1px #fcdf32;
	color:#333;
}

#kodawari .category_list2 a:before {
	background:#fcdf32;
}


#syoku .category_list2 a {
	border: solid 1px #2f6aab;
	color:#333;
}

#syoku .category_list2 a:before {
	background:#2f6aab;
}



/* spview */
@media screen and (max-width:767px) {
	
	.category_list2 li {
		width:auto;
		float:none;
	}
	
	#kodawari .search_select {padding:0 12px;}
	
	#kodawari .search_select_list {margin-bottom: 15px;}
}



/* bnr_media */
/* --------------------------------------------------- */

.bnr_media { text-align:center; }
.bnr_media ul {}
.bnr_media ul li {
	margin:1em 0.5em;
	display:inline-block;
	text-align:center;
}

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

	.bnr_media ul {
		letter-spacing:-0.5ex;
		margin:0 0 0.5em;
	}
	.bnr_media ul li {
		padding:0 0.5em 0.5em;
		margin:0;
		width:33%;
		letter-spacing:normal;
	}
	.bnr_media ul li img {
		width:100%;
		height:auto;
		max-width:160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}
#top_value .image {}
#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_value .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}
#top_regist .image {}
#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_regist .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}


.pickup_list {
	display: flex;
	justify-content: space-between;
}

.pickup_list li {
	width: 30%;
	padding: 1rem;
	background:#fff;
}
.pickup_list li img {
	width:100%;
}
.pickup_list li a {
	width: 100%;
}