/* --------------------------------------------------- */
/* #header */
#header {
}

/* --------------------------------------------------- */
/* global navi & primary navi */

#gnav > li span,
#gnav > li a {
}

/* primary navi */
#pnav > li span,
#pnav > li a {}

#pnav > li .btn { color:#fff; }

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

	#header {}
	
	/* btn color */

	#gnav > li span,
	#gnav > li a {
	}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {}
	#pnav > li .btn { color:#fff; }
}

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

#mv {
    padding-bottom: 12.5em;
    height: auto;
	background-image:url(../images/main_v.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
#mv .lay_lqd {
	max-width: 1280px;
	height: auto;
}

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

.mv_text {
	padding: 5em 0 0;
}
.mv_head,
.mv_lead {
	color:#fff;
    font-weight: bold;
	display: block;
	/*text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;*/
	text-decoration:none;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    width: fit-content;
}
.mv_head { 
    font-size: 66px;
    line-height: 1.4em;
    padding: 0 15px 10px;
}
.mv_lead { 
    margin-top: 15px;
    font-size: 48px;
    line-height: 1.4em;
    padding: 5px 15px;
}

.mv_sublead {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 2em 0 1em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.mv_sublead span {
    font-size: 30px;
    line-height: 1.0em;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-style: normal;
}
@media screen and (max-width:1280px) {
    #mv .lay_lqd {
        padding: 0 1.5vw;
    }
    
    .mv_text {
        padding: 3.5em 0 0;
    }
    .mv_head { font-size: clamp(32px,7.5vw,44px); }
    .mv_lead { font-size: clamp(28px,6.0vw,32px); }
}
/* spview */
@media screen and (max-width:767px) {
    #mv {
        background-position: right 29% top;
        padding: 0 0 0;
    }
	#mv .lay_lqd { height: auto; }

    .mv_text { padding: 2.0em 0 0; }

	.mv_head { 
        font-size: clamp(18px, 5.0vw, 22px);
        padding: 6px 15px 8px;
    }
	.mv_lead { font-size:100%; }    
    
    .mv_sublead {
        font-size: clamp(14px,3.75vw,16px);
        margin: 1em 0 0.5em;
        flex-wrap: wrap;
    }
    .mv_sublead span { font-size: 24px; }
}


.mv_form { 
	width: fit-content;
    margin: 0 0 50px;
}
.mv_form form {
	width: 100%;
    margin: 0 0;
}
.top_search_form {
	display: flex;
    justify-content: center;
    align-items: stretch;
    /*flex-wrap: wrap;*/
    gap: 0 15px;
}
.mv_form_input {
    font-size: 16px;
    width: calc((100% - 190px) / 2);
    padding: 8px 8px;
    margin: 0 0;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
    border: 1px solid #333;
    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: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1em 2.5em 1em 3.5em;
    background: url(../images/i_search.png) no-repeat #fca101;
    background-position: left 15% center;
    border-radius: 8px;
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}
@media screen and (max-width:1690px) {
	
}
@media screen and (max-width:1280px) {
	.mv_form { max-width: max-content; }
	.mv_form_input {
		width: calc((100% - 160px) / 2);
	}
	.btn_img_css {
		font-size: 16px;
		padding: 0 0 0 1.5em;
		background: url(../images/i_search.png) no-repeat #fc8505;
		background-position: left 1.5em center;
		background-size: 20px auto;
		width: 110px;
		height: 53px;
	}
}
/* spview */
@media screen and (max-width:767px) {
	.mv_form { 
		width: 100vw;
        padding: 1em 1em;
        margin: 0 -2.5vw;
	}
	.top_search_form {
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.mv_form_input {
		width: calc((100% - 35px) / 2);
	}
	.mv_form_x {
		width: 15px;
		height: 15px;
	}
	.btn_img_css {
		width: 120px;
		height: 47px;
	}
}


/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
    display: flex;
    flex-wrap: wrap;
}
.kyujin_list .item {
	margin: 0 15px;
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
}
.kyujin_list .item figure {
    height: 270px;
	position: relative;
}
.kyujin_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.kyujin_list .item .inner {
}
.kyujin_list .item .kyujin_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    color: #1a0004;
}
.kyujin_list .tag_list {
	margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.kyujin_list .tag_list .tag {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 0.25em 1em;
    border-radius: 25px;
}
.kyujin_list .tag_list .tag.new { background: #fca101; }
.kyujin_list .tag_list .tag.koyou { background: #00aaee; }
.kyujin_list .tag_list .tag.jobtype { background: #00a993; }

.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_clock.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.calender::before {
	background: url(../images/i_calender.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li p {
	color: #434343;
    font-size: 16px;
    font-weight: 400;
}

/* .slick-slider */
.kyujin_list .slick-list {
    max-width: 1280px;
    overflow: hidden;
}

/* spview */
@media screen and (max-width:767px) {
	.kyujin_list .item {
		margin: 0 10px;
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
	}
	.kyujin_list .item figure { height: 45vw; }

	.kyujin_list .item .inner {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .item .company_name {
		font-size: 13px;
	}
	.kyujin_list .item .kyujin_title {
		font-size: clamp(12px, 3.25vw, 14px);
	}
	
	.kyujin_list .tag_list {
		gap: 0.5em 0.5em;
	}
	.kyujin_list .tag_list .tag {
		font-size: 3.0vw;
        font-weight: 500;
        line-height: 1.4em;
        padding: 0.25em 0.5em;
	}

	.kyujin_list .overview { margin-top: 5px; }
	.kyujin_list .overview li::before {
        min-width: 15px;
        min-height: 15px;
	}
	.kyujin_list .overview li p {
		font-size: 3.25vw;
	}
	
	/* .slick-slider */
	.slick-slider .slick-prev,
	.slick-slider .slick-next {
		width: 2rem;
        height: 2rem;
	}
	.slick-slider .slick-prev { left: -8px; }
	.slick-slider .slick-next { right: -8px; }
}


/* #hotcompany */
/* --------------------------------------------------- */
#hotcompany {
    padding-top: 0;
    margin-top: -11em;
    position: relative;
}

#hotcompany .kyujin_list .item figure {
    height: 200px;
}
@media screen and (max-width:1690px) {
	#hotcompany {
		margin-top: -3.5em;
	}
}
@media screen and (max-width:1400px) {
	#hotcompany {
		margin-top: -5.5em;
	}
}
@media screen and (max-width:1280px) {
	#hotcompany {
		margin-top: -8.5em;
	}
}
/* spview */
@media screen and (max-width:767px) {
	#hotcompany {
		padding-top: 3em;
		margin-top: 0;
	}
    #hotcompany .kyujin_list .item figure {
        height: 30vw;
    }
}



/* 新着の求人 */
/* --------------------------------------------------- */
.top_newkyujin {
    gap: 50px 50px;
}
.top_newkyujin .item {
    margin: 0 0;
    width: calc((100% - 100px) / 3);
}


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



/* #kyujin_search */
/* --------------------------------------------------- */
#kyujin_search .outer {}
#kyujin_search .inner {
    margin-bottom: 50px;
}
#kyujin_search .inner:last-of-type { margin-bottom: 0; }

#kyujin_search .content_title02::after {
    content: "";
    display: inline-block;
    position: absolute;
    
}
.content_title02.syokushu::after {
    background: url("../images/orange_01.png") no-repeat;
    background-size: contain;
    width: 85px;
    height: 94px;
    top: -70px;
    right: 20px;
}
.content_title02.area::after {
    background: url("../images/orange_02.png") no-repeat;
    background-size: contain;
    width: 124px;
    height: 100px;
    top: -60px;
    right: 0;
}
.content_title02.koyou::after {
    background: url("../images/orange_03.png") no-repeat;
    background-size: contain;
    width: 111px;
    height: 103px;
    top: -60px;
    right: 10px;
}
.content_title02.tag::after {
    background: url("../images/orange_04.png") no-repeat;
    background-size: contain;
    width: 97px;
    height: 103px;
    top: -55px;
    right: 10px;
}
/* spview */
@media screen and (max-width:767px) {
    #kyujin_search .inner {
        margin-bottom: 30px;
    }
    
    .content_title02.syokushu::after {
        width: 12vw;
        height: 13vw;
        top: -30px;
        right: 12px;
    }
    .content_title02.area::after {
        width: 15vw;
        height: 12vw;
        top: -20px;
        right: 5px;
    }
    .content_title02.koyou::after {
        width: 15vw;
        height: 14vw;
        top: -23px;
        right: 5px;
    }
    .content_title02.tag::after {
        width: 13vw;
        height: 14vw;
        top: -26px;
        right: 5px;
    }
}

/* 職種から探す */
.syokushu_body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
}
.syokushu_card {
    width: 100%;
    padding: 0.5em 0.5em;
    border: 10px solid #f3f3f3;
    border-radius: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.syokushu_card img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.syokushu_card span {
    font-size: 15px;
    line-height: 1.5em;
    color: #333;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    display: inline-block;
    margin-left: 10px;
}
@media screen and (max-width:991px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    .syokushu_body {
        grid-template-columns: repeat(2, 1fr);
    }
    .syokushu_card {
        border: 5px solid #f3f3f3;
    }
    .syokushu_card img {
        max-width: 25px;
        max-height: 25px;
    }
    .syokushu_card span {
        font-size: clamp(11px,3vw,13px);
        line-height: 1.4em;
    }
}

/* エリアから探す */
.area_body {
    display: flex;
    align-items: flex-start;
}
.search_map {
    width: 45%;
    max-width: 463px;
}

.search_area_list {
    width: calc(100% - 463px);
    padding-left: 30px;
}
.city_title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.city_title.toyo { color: #1f9fdb; margin-top: 0; }
.city_title.chuyo { color: #f19c18; }
.city_title.nanyo { color: #1ca492; }
.city_title::after {
    content: attr(data-text)"";
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-left: 0.5em;
}

.city_list {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.city_list .city_card {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #f3f3f3;
    padding: 0.5em 1em;
    border-radius: 8px;
}
@media screen and (max-width:991px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    .search_map { display: none; }
    .search_area_list {
        width: 100%;
        padding-left: 0;
    }
    .city_title {
        font-size: clamp(16px, 3.5vw, 18px);
        margin-top: 20px;
    }
    .city_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .city_list .city_card { font-size: clamp(11px,3vw,13px); }
}

/* 雇用形態から探す */
.koyou_body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
}
.koyou_card {
    font-size: 18px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #00aaee;
    background: #fff;
    border: 2px solid #00aaee;
    border-radius: 8px;
    padding: 0.75em 0.5em;
}
@media screen and (max-width:991px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    .koyou_body {
        display: flex;
        flex-wrap: wrap;
    }
    .koyou_card {
        font-size: clamp(11px,3vw,13px);
        padding: 0.5em 1em;
    }
}

/* 人気タグから探す */
.tag_body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
}
.tag_card {
    color: #333;
    font-size: 16px;
    background: #f3f3f3;
    padding: 0.5em 1.0em;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag_card::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/i_tag.png") no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}
@media screen and (max-width:991px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    .tag_card {
        font-size: clamp(11px,3vw,13px);
        padding: 0.5em 0.75em;
    }
    .tag_card::before {
        width: 13px;
        height: 13px;
    }
}



/* category_list 1&2 */
/* --------------------------------------------------- */
#topBlog {}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
    gap: 50px 50px;
}
.blog-card {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}
.blog-image {
	height: 250px;
}
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.blog-body {
    padding: 0.75em 1em;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.blog-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
}
@media screen and (max-width:991px) {
    
    
}
@media screen and (max-width:767px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 15px;
    }
    .blog-image { height: 40vw; }
    
    .blog-body {
        padding: 0.5em 0.75em;
    }
    .blog-title {
        font-size: clamp(12px, 3.25vw, 14px);
    }

}


/* information */
/* --------------------------------------------------- */
#information {}
.information_list {}
.information_list li {
    color:#1a0004;
	padding: 10px 0;
}
.information_list .date {
    width: 8em;
    margin: 0 0;
    display: inline-block;
}
.information_list a { 
    color:#1a0004;
    display: inline-block;
}
.information_list a:hover { text-decoration: underline; }

/* spview */
@media screen and (max-width:767px) {
	
	.information_list li {
        border-bottom: 1px dashed #1a0004;
    }
    .information_list li:first-child {
        border-top: 1px dashed #1a0004;
    }
}




/* top-strength */
/* --------------------------------------------------- */
.strength-title-img {
    width: 370px;
    height: 127px;
    display: block;
    margin: auto;
}

.strength-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 50px;
}
.strength-card {}

.strength-card .strength-image { position: relative; }
.strength-card .strength-image img {
    width: 100%;
}
.strength-card .strength-image::before {
    content: "";
    display: inline-block;
    position: absolute;
}
.strength-card:nth-child(1) .strength-image::before {
    background: url(../images/orange_02.png) no-repeat;
    background-size: contain;
    width: 124px;
    height: 100px;
    bottom: -18px;
    right: -35px;
}
.strength-card:nth-child(2) .strength-image::before {
    background: url(../images/orange_03.png) no-repeat;
    background-size: contain;
    width: 111px;
    height: 103px;
    top: -20px;
    left: -30px;
}
.strength-card:nth-child(3) .strength-image::before {
    background: url(../images/orange_01.png) no-repeat;
    background-size: contain;
    width: 85px;
    height: 94px;
    bottom: -20px;
    left: -25px;
}

.strength-body { color: #fff; }
.strength_title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.strength-card .strength_title::before {
    font-size: 50px;
    line-height: 1.0em;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-style: normal;
    margin-right: 0.25em;
}
.strength-card:nth-child(1) .strength_title::before { content: "01"; }
.strength-card:nth-child(2) .strength_title::before { content: "02"; }
.strength-card:nth-child(3) .strength_title::before { content: "03"; }

.strength_desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
#top-strength .content_btn01 {
    color: #00aaee;
    background: #fff;
    border: 1px solid #fff;
}

@media screen and (max-width:991px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
    .strength-title-img {
        width: 70%;
        height: auto;
    }
    
    .strength-grid {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }
    .strength-card .strength-image {
        width: 66%;
        margin: auto;
    }
    .strength-card:nth-child(1) .strength-image::before {
        width: 21vw;
        height: 16vw;
        bottom: 0;
        right: -25px;
    }
    .strength-card:nth-child(2) .strength-image::before {
        width: 16vw;
        height: 15vw;
        top: inherit;
        bottom: 0;
        left: inherit;
        right: -20px;
    }
    .strength-card:nth-child(3) .strength-image::before {
        width: 15vw;
        height: 17vw;
        left: inherit;
        right: -15px;
    }
    
    
    .strength_title {
        font-size: clamp(16px, 3.5vw, 18px);
        margin: 10px 0;
    }
    .strength-card .strength_title::before {
        font-size: clamp(26px, 4.5vw, 28px);
    }
    .strength_desc {
        font-size: clamp(11px,3vw,13px);
    }
    
}


/* top-role（仕事探すけんの役割） */
/* --------------------------------------------------- */
#top-role {
    color: #fff;
    background: url("../images/role_back.png") no-repeat;
    background-size: cover;
    padding: 0 0;
}
#top-role .lay_lqd {
    padding: 5em 0;
    position: relative;
}
#top-role .lay_lqd::before { content: none; }
#top-role .lay_lqd::after {
    content: "";
    display: inline-block;
    background: url("../images/role_img.png") no-repeat;
    background-size: contain;
    width: 32vw;
    max-width: 650px;
    height: 26vw;
    max-height: 539px;
    position: absolute;
    bottom: 0;
    right: -1em;
}

#top-role .content_title01 { 
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.role-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.role-desc {
    font-size: 16px;
    line-height: 2em;
}
@media screen and (max-width:991px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
    #top-role {
    }
    #top-role .lay_lqd {
        padding: 3em 2.5vw;
    }
    #top-role .lay_lqd::after { content: none; }

    #top-role .content_title01 {
        font-size: 18px;
    }

    .role-title {
        font-size: clamp(20px,6.0vw,26px);
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .role-desc {
        font-size: clamp(11px,3vw,13px);
        line-height: 1.8em;
    }
}




/* 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%;
}