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

/* --------------------------------------------------- */
/* global navi & primary navi */
#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: 4.5em 0 17em;
    max-height: 670px;
	background-image:url(../images/main_img.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
#mv .lay_lqd { height: auto; }

.mv_text { text-align: center; }
.mv_head { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
}
.mv_head span {
    font-size: 52px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.2em;
    padding: 0.2em 0.75em;
}
.mv_lead {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.0em;
    margin: 1em 0 1em;
}
@media screen and (max-width:1280px) {
    .mv_head { 
        gap: 15px 0;
    }
    .mv_head span {
        font-size: 50px;
        padding: 0.2em 0.5em;
    }
    .mv_lead {
        font-size: 20px;
    }
}
/* spview */
@media screen and (max-width:767px) {
	#mv { 
        padding: 3em 0;
        min-height: inherit;
    }
    #mv .lay_lqd {
        padding: 0 2.5vw;
    }

    .mv_head span {
        font-size: 6.5vw;
    }
    .mv_lead {
        font-size: 3.5vw;
        line-height: 1.6em;
    }
}

.mv_Update_info {
    width: fit-content;
    margin: 3.5em auto 1em;
    position: relative;
    display: flex;
}
.mv_Update_info p {
    font-size: 22px;
    line-height: 1.2em;
}
@media screen and (max-width:1280px) {
    .mv_Update_info p {
        font-size: 20px;
    }
}
/* spview */
@media screen and (max-width:767px) {
    .mv_Update_info {
        margin: 2.0em auto 1em;
    }
    .mv_Update_info p {
        font-size: 3.25vw;
    }
}


.mv_form {
	width: fit-content;
    margin: 1.75em auto;
}
.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: calc((100% - 200px) / 2);
    min-width: 200px;
    padding: 8px 10px;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
    border: none;
    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;
    padding: 13px 5px 13px 2.0em;
    background: url(../images/i_search.png) no-repeat #13985c;
    background-position: left 1.25em center;
    border-radius: 8px;
    width: 130px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

/*.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:1280px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	.mv_form {
        width: 100%;
        padding: 0 0;
        margin: 1.5em 0 0;
	}

	.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_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 0em;
}
.kyujin_list .item .company_name {
    font-size: 15px;
    font-weight: bold;
}
.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: #13985c;
    background: #fff;
    border: 1px solid #13985c;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 0.2em 0.75em;
    border-radius: 6px;
}
.kyujin_list .tag_list .tag.new {
    color: #fff;
	background: #13985c;
}

.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;
}
/* 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.2em;
        padding: 0.25em 0.75em;
	}

	.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 {
    padding: 0 0 0;
}
#hotcompany .kyujin_list  {
    margin-top: -8em;
    position: relative;
}
#hotcompany .kyujin_list .item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 8px 10px;
}
#hotcompany .kyujin_list .item .inner {
    padding: 0.5em 0.75em;
}

/* spview */
@media screen and (max-width:767px) {
	#hotcompany {
        padding: 2.5rem 2.5vw 0;
    }
    #hotcompany .kyujin_list { margin-top: 0; }
	
	#hotcompany .kyujin_list .item {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		margin: 5px 5px;
	}
}


/* #topKyujin */
#topKyujin { }
#topKyujin div + .content_title01 {
    margin-top: 5rem;
}

#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: 18px;
    font-weight: bold;
    line-height: 1.4em;
    color: #303e56;
}
@media screen and (max-width:767px) {
	#topKyujin {}
    #topKyujin div + .content_title01 {
        margin-top: 2.5rem;
    }
    
    #topKyujin .kyujin_list {
        margin-bottom: 10px;
    }
	
	#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 .outer {
	padding: 0 0 0;
	display: flex;
    flex-direction: column;
}
#topSearch .inner + .inner {
	margin-top: 3.5em;
}
@media screen and (max-width:767px) {
  #topSearch .outer {
	padding: 0 0;
  }
  #topSearch .inner + .inner {
	margin-top: 2.5em;
  }
}

/*エリアから探す*/
#topSearch .area .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topSearch .area { position: relative; }
#topSearch .area .map {
	width: 100%;
    max-width: 531px;
    padding-bottom: 2em;
}
#topSearch .area .map ul {
  width: 100%;
  max-width: 531px;
  height: 430px;
  background: url(../images/map.png) no-repeat;
  background-size: contain;
  background-position: left center;
  display: inline-block;
  position: relative;
}
#topSearch .area .map a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	font-feature-settings: "palt";
	color: #13985c;
    background: #fff;
	border: 1px solid #13985c;
    border-radius: 8px;
	padding: 12px 1em;
	min-width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#topSearch .area .map li { position: absolute; }
#topSearch .area .map .map01 {
  top: 33%;
  right: 5%;
}
#topSearch .area .map .map02 {
  top: 70%;
  right: 12%;
}
#topSearch .area .map .map03 {
  top: 40%;
  left: 30%;
}
#topSearch .area .map .map04 {
  bottom: 5%;
  left: 36%;
}
#topSearch .area .map .map05 {
  bottom: 37%;
  left: 3%;
}
#topSearch .area .map .map06 {
  bottom: -2em;
  left: 8%;
}
@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:767px) {
  #topSearch .area .content { flex-direction: column; }
  #topSearch .area .map ul {
    max-height: 80vw;
  }
  #topSearch .area .map a {
    font-size: 14px;
    padding: 10px 0.75em;
    min-width: 100px;
  }
  #topSearch .area .map .map01 {
    top: 35%;
    right: 6%;
  }
  #topSearch .area .map .map02 {
    top: 70%;
    right: 15%;
  }
  #topSearch .area .map .map03 {
    top: 42%;
    left: 29%;
  }
  #topSearch .area .map .map04 {
    bottom: 8%;
    left: 37%;
  }
  #topSearch .area .map .map05 {
    bottom: 37%;
    left: 5%;
  }
  #topSearch .area .map .map06 {
    bottom: 0em;
    left: 14%;
  }
}
@media screen and (max-width:400px) {
	#topSearch .area .map {
        display: none;
    }
	/*#topSearch .area .map ul {
		height: auto;
		background: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	#topSearch .area .map li {
		position: static;
		width: calc((100% - 20px) / 3);
	}*/
}

#topSearch .area_list {
	width: calc(100% - (531px + 5em));
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
#topSearch .area_list li {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#topSearch .area_list .area_name {
    color: #13985c;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    pointer-events: none;
	margin-bottom: 10px;
}

#topSearch .area_list li .pref_list {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75em 1.5em;
}
#topSearch .area_list li .pref_list a {
	color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
}
#topSearch .area_list li .pref_list a::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: 2px solid #13985c;
    border-right: 2px solid #13985c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 0.5em;
}
@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:767px) {
	#topSearch .area_list { width: 100%; }

	#topSearch .area_list .area_name { font-size: 3.5vw; }

	#topSearch .area_list li .pref_list {
		gap: 15px 15px;
	}
    #topSearch .area_list li .pref_list a {
        font-size: 3.0vw;
    }
}


#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: 1em 30px 1em 1em;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
#topSearch .job li a::before {
	content: "";
    width: 18px;
    height: 100%;
    background: #303e56;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 0;
    right: 0;
}
#topSearch .job li a::after {
	content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 43%;
    right: 6px;
}
#topSearch .job li a p {
    font-size: 18px;
	line-height: 1.4em;
    font-weight: 700;
    font-feature-settings: "palt";
    color: #303e56;
}
#topSearch .job li a .job_note {
    font-size: 13px;
    font-weight: 500;
    color: #303e56;
}
#topSearch .job li a .desc {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    border-top: dotted 1px #a3a3a3;
    padding-top: 5px;
    width: 100%;
}
@media screen and (max-width:1200px) {
	#topSearch .job li {
		width: calc((100% - 45px) / 4);
	}
}
@media screen and (max-width:767px) {
    #topSearch .job ul {
        gap: 10px 10px;
    }
	#topSearch .job li {
        width: calc((100% - 10px) / 2);
    }
	#topSearch .job li a {
        padding: 0.5em 20px 0.5em 0.75em;
    }
    #topSearch .job li a p { font-size: 3.0vw; }
    #topSearch .job li a .job_note { font-size: 2.5vw; }
    #topSearch .job li a .desc {
        font-size: 2.5vw;
        margin-top: 3px;
        padding-top: 3px;
    }

}


#topSearch .detail {}
#topSearch .detail ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
/*#topSearch .detail li { width: auto; }
#topSearch .detail li a {
    color: #303e56;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5em 1em;
    border: 1px solid #303e56;
    border-radius: 8px;
    background: #fff;
    width: fit-content;
    display: inline-block;
}*/
@media screen and (max-width:1200px) {
}
@media screen and (max-width:767px) {
	#topSearch .detail li {
	}
	/*#topSearch .detail li a {
		font-size: 3.0vw;
	}
	#topSearch .detail li a::before {
		width: 6px;
		height: 6px;
	}*/
	
}



/* #topStrength */
#topStrength { 
	padding: 6.5em 0;
}
#topStrength .outer {
	padding: 6.0em 0 3.0em;
	position: relative;
    counter-reset: number 0;           /* number のカウンタを 0 にセット */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topStrength .item {
    width: calc((100% - 8em) / 3);
}
#topStrength .item figure {
    text-align: center;
}
#topStrength .item .inner { width: 100%; }
#topStrength .strength_title {
	text-align: left;
    font-size: 24px;
    color: #303e56;
    font-weight: bold;
    line-height: 1.4em;
    padding: 70px 0 0;
    margin: 20px 0 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    position: relative;
}
#topStrength .strength_title::before {
    counter-increment: number 1;      /* number カウンタを増加 */
    content: "0" counter(number) ;      /* 表示形式を指定 */
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.0em;
    color: #13985c;
    position: absolute;
    top: 0;
    left: 0;
}
#topStrength .item p {
    font-size: 16px;
    line-height: 1.8em;
}
@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 .outer {
		padding: 1.5em 0 1.5em;
		flex-direction: column; 
	}
	#topStrength .item { width: 100%; }
	#topStrength .item + .item {
		margin-top: 30px;
	}
	#topStrength .item figure {
		width: 80%;
        margin: auto;
	}
	#topStrength .item figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#topStrength .strength_title {
		font-size: 4.0vw;
		padding: 0 0 0;
		margin: 10px 0 5px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
    #topStrength .strength_title::before {
        font-size: 2.5rem;
        letter-spacing: 0;
        margin-right: 0.25em;
        position: static;
    }
	#topStrength .item p {
		font-size: 14px;
		line-height: 1.6em;
	}
	
}


/* topBlog */
#topBlog { padding: 6.5em 0; }
#topBlog .content_btn01 { margin-bottom: 0; }

.blog_list {
	padding: 6.0em 0 3.0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 50px;
}
.blog_list .item {
    width: calc((100% - 100px) / 3);
    /*background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
}
.blog_list .item figure {
	height: 250px;
}
.blog_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.blog_list .item .blog_list_data {
    padding: 0.75em 0;
}
.blog_list .item .blog_title {
	color: #1a0004;
    font-size: 16px;
    line-height: 1.6em;
}
@media screen and (max-width:767px) {
	#topBlog { padding: 3.0em 2.5vw; }
	
	.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;
	}

}


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

#information { padding:6.5em 0; }
.information_list {}
.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 {
  padding: 5rem 0 2.5rem;
  color: #fff;
  background: url(../images/role_back.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

#topRole .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.role_title {
  margin-bottom: 20px;
}
.role_subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 10px 0;
}
.role_text {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
/* spview */
@media screen and (max-width:767px) {
	#topRole {
		padding: 3.0em 2.5vw;
        background: url(../images/role_back.png) no-repeat;
        background-position: center center;
        background-size: cover;
	}
    
	#topRole .role_title {
		width: 70%;
		margin-bottom: 10px;
	}
	#topRole .role_title img { width: 100%; }
	#topRole .inner {
        width: 100%;
	}
	.role_subtitle {
		font-size: 4.0vw;
		margin: 10px 0;
	}
	.role_text {
		font-size: 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%;
}