@charset "UTF-8";
/*
	Theme Name: kiyomine
	Author: d-hack
	Version:
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # 2505 d-hack追加
   # ================================================================= */
/* インタビューボタン下 */
@media print, screen and (min-width: 768px) {.Interview {padding-bottom: 60px;}
/* 採用エントリーボタン */
.wrap_btn_entry {margin:0 0 60px 0;}
.wrap_btn_entry02 {margin:0 0 100px 0;}
.box_btn {background: #ffb000;width: 300px;font-size: 14px;height: 50px;line-height: 37px;padding: 5px 11px 5px 20px;margin: 0 auto;}
.box_btn:hover {opacity: 0.7;}
.txt_btn {display: block;position: relative;color: #FFFFFF;}
.txt_btn::after {content: '';width: 6px;height: 6px;display: block;position: absolute; top: 55%;right: 2%;-webkit-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);border-top: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;}

/* 人を知るページ */
.last_member{margin-top: 130px;margin-bottom: 40px!important;}

/* 採用情報ページ */
#wrap_btn_entry_recruit{overflow: hidden;margin: 60px auto 0;width: 485px;}
#wrap_btn_entry_recruit li{float: left;}
#wrap_btn_entry_recruit li:first-child{margin-right: 50px;}

@media print, screen and (max-width: 767px) {
#wrap_btn_entry_recruit{overflow: visible;margin: 60px auto 0;width: auto;}
#wrap_btn_entry_recruit li{float: none;}
#wrap_btn_entry_recruit li:first-child{margin: 0 auto 30px;width:150px;}
}
