@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
@media screen and (min-width: 1000px){
body {
    padding-top: 130px;
    margin-top: -130px;
}
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #4b4b4b;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
p, li, th, td {
    font-size: 16px;
	line-height: 160%;
    font-weight: normal;
    color: #4b4b4b;
	font-feature-settings: "pkna";
    letter-spacing: 0.01em;
}
@media screen and (min-width: 1000px){
p, li, th, td {
    font-size: 17px;
	line-height: 170%;
}
}
p {
    text-align: center;
}
p.sml {
    font-size: 16px;
    line-height: 160%;
}
span.sml04 {
    font-size: 20px;
    line-height: 140%;
}
ul, ol {
    text-align: left;
	list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.justify {
    text-align: justify;
}
.white {
    color: #fff;
}
.yellow {
    color: #ff0;
}
.blue {
    color: #0096e1;
}
.clr_main {
    color: #FF9400;
}
.clr_sub {
    color: #ff3ca0;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.no_link {
    pointer-events: none;
}


.container {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
.header21 {
    max-width: 1200px;
}
}

/* 各ブロック */
.top_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_box {
    padding: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wide_box {
    background-color: #ffebd4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_inner, .m_inner, .l_inner, .p_inner {
    width: 100%;
}
.s_inner {
    max-width: 300px;
}
.l_inner {
    max-width: 800px;
}
.left_box {
    margin: 0 15px;
}
.right_box {
    margin: 0 15px;
}
.center_box {
    margin: 0 15px;
}
.boxL {
    margin: 0 0 30px;
}
.boxR {
    margin: 0 0 10px;
}
.search_box {
    background-color: #ffebd4;
}
.foot_box {
    margin: 0 15px;
}
@media screen and (min-width: 768px){
.top_picbox {
    margin: 0 15px;
}
}
@media screen and (min-width: 1000px){
.main_box {
    padding: 40px 0 50px;
}
.wrapper {
    padding: 100px 0;
}
.s_inner, .m_inner, .l_inner {
    display: flex;
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
.p_inner {
    max-width: 1200px;
}
.left_box {
    width: calc(100% - 350px);
}
.right_box {
    width: 350px;
}
.boxL {
    margin: 0 0 40px;
}
.boxR {
    margin: 0 0 15px;
}
}


/* 見出し */
div.search_h2 {
    margin: 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
div.search_h2 h2 {
	font-size: 24px;
    color: #ff9400;
}
h2.search_h2 i {
    font-size: 20px;
	margin-right: 5px;
}
.search_total {
    font-size: 13px;
    line-height: 24px;
    padding: 0 10px;
    margin-left: 15px;
    border: solid 1px #4b4b4b;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: normal;
}
h3.search_h3 {
	font-size: 22px;
    color: #fff;
    background: linear-gradient(160deg, #ffa009, #ff9400);
    padding: 10px 0 12px;
    margin: 0 0 20px;
}
h4.pick_h4 {
	font-size: 22px;
    color: #fff;
    background: linear-gradient(160deg, #9B5FFF, #692DFF);
    padding: 10px 0 12px;
    margin: 0 0 20px;
}
h4.group_h4 {
	font-size: 22px;
    color: #fff;
    background-color: #64C832;
    background: linear-gradient(160deg, #82D23C, #46BE28);
    padding: 10px 0 12px;
    margin: 0 0 20px;
}
@media screen and (min-width: 1000px){
h2.search_h2 {
	font-size: 24px;
    margin: 0 0 40px;
    position: relative;
}
.search_total {
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
}
h3.search_h3 {
    padding: 13px 0 15px;
    margin: 0 0 25px;
}
h4.pick_h4 {
    padding: 13px 0 15px;
    margin: 0 0 25px;
}
h4.group_h4 {
    padding: 13px 0 15px;
    margin: 0 0 25px;
}
}



/* 求人を探す */
.search_box_in {
    padding: 25px 15px;
}
.search_box_flex {
    display: flex; 
}
.word_box, .occupation_box, .location_box {
    text-align: center;
    color: #4b4b4b;
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
    border: solid 1px #ddd;
    box-sizing: border-box;
}
.occupation_box {
    flex-basis: 50%;
    margin: 0 10px 0 0;
}
.location_box {
    flex-basis: 50%;
    margin: 0;
}
.word_box {
    flex-basis: 80%;
    margin: 0 10px 0 0;
}
.search_btn {
    flex-basis: 20%;
    text-align: center;
    color: #fff;
    background-color: #ff9400;
    padding: 15px 5px;
    border-radius: 7px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	cursor: pointer;
}
.search_box i {
    font-size: 15px;
    margin-right: 5px;
}
@media screen and (min-width: 1000px){
.search_box_in {
    padding: 40px 15px;
}

.word_box {
    flex-basis: 40%;
    margin: 0 10px 0 0;
}
.occupation_box {
    flex-basis: 25%;
    margin: 0 10px 0 0;
}
.location_box {
    flex-basis: 25%;
    margin: 0 15px 0 0;
}
.search_btn {
    flex-basis: 10%;
}
}


/* スライド */
.slider {
    margin-right: -10px;
}
.new_slide {
    margin: 0 10px 0 0;
    background-color: #ffebd4;
}
.slide_box_in img {
    height: 150px;
    object-fit: cover;
}
.slbox02 {
    padding: 15px;
}
.sl_title01 {
    font-size: 16.5px;
    line-height: 130%;
    font-weight: bold;
    text-align: left;
    color: #ff9400;
    margin-bottom: 5px;
}
.sl_date01 {
    font-size: 14px;
    line-height: 100%;
    font-weight: bold;
    text-align: left;
    color: #4b4b4b;
    margin-bottom: 7.5px;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
}
.sl_date01::after {
    border-top: solid 1px #4b4b4b;
    content: "";
    flex-grow: 1;
    margin-left: 5px;
}
.sl_txt01 {
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
}

.web_list {
    display: flex;
    justify-content: flex-end;
}
.web_list a {
    font-size: 14px;
    line-height: 100%;
    color: #4b4b4b;
}
a.web_m21_list {
    margin-right: 15px;
}
a.web_m21_list i {
    color: #FF9400;
}
a.web_k21_list i {
    color: #f7b100;
}
a.web_bossintv_list i {
    color: #ff7dc8;
}
a.web_eduintv_list i {
    color: #7dd232;
}
.web_list i {
    margin-left: 3px;
}

.thumbnail {
    position: relative;
}
p.tmn_web {
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #fcbb00 0%, #f2a700 100%);
    padding: 10px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
p.tmn_boss {
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #ff87d7 0%, #ff78be 100%);
    padding: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
p.tmn_edu {
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #87e132 0%, #78c832 100%);
    padding: 10px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
.thumbnail span.tmn_mid { 
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.thumbnail span.tmn_sml { 
    font-size: 10px;
    margin-top: 5px;
    display: block;
}
@media screen and (min-width: 399px){
a.web_m21_list {
    margin-right: 20px;
}
}

@media screen and (min-width: 1000px){
.slider {
    margin-right: calc(-20px / 3);
}
.rela_box {
    position: relative;
}
.slide_box_in {
    width: 100%;
    height: 100%;
    background-color: #ffebd4;
    display: block;
    transition: all 0.2s ease;
}
.slide_box_in:hover {
    /* filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3)); */
    background-color: #fff5f5;
}
.web_list {
    position: absolute;
    top: calc(50% - 7.5px);
    right: 10px;
}
.web_list02 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 7.5px;
    right: 10px;
}
.web_list a {
    font-weight: normal;
    color: #fff;
}
.web_list a {
    transition: all 0.2s ease;
}
.web_list a:hover {
    color: #ff0;
}
.web_list02 a {
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    color: #fff;
    transition: all 0.2s ease;
}
a.web_m21_list:hover, 
a.web_k21_list:hover, 
a.web_bossintv_list:hover, 
a.web_eduintv_list:hover {
    color: #ff0;
}
.web_list02 i {
    margin-left: 5px;
}
a.web_m21_list i, 
a.web_k21_list i, 
a.web_bossintv_list i, 
a.web_eduintv_list i {
    color: #ff0;
}
a.web_m21_list {
    margin: 0 0 5px 0;
}
a.web_m21_list.h_center {
    margin: 10px 0;
}
.sl_title01 {
    font-size: 17px;
}
.sl_txt01 {
    font-size: 15px;
}
}
@media screen and (min-width: 1200px){
.sl_title01 {
    font-size: 18px;
}
.sl_txt01 {
    font-size: 16px;
}
}

/* スライダーの矢印 */
.slick-prev, .slick-next {
    top: calc(50% - 10px);
    opacity: 0.8;
    z-index: 10;
}
.slick-prev {
    left: -5px;
}
.slick-next {
    right: 5px;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    font-size: 20px;
    color: #ddd;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
    width: 24px;
    height: 24px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.slick-prev::after {
    left: 0;
    transform: rotate(-135deg);
}
.slick-next::after {
    right: 0;
    transform: rotate(45deg);
}

/* スライダーのドット */
.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}
.slide-dots li {
    display: inline-block;
    margin: 0 10px;
}
.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
.slide-dots li button::before {
    content: "";
    cursor: pointer;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
}
.slide-dots li.slick-active button::before {
    background-color: #aaa;
}
button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}

/* スライダーの高さ合わせ */
.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}









/* 病院PICK UP */
.rec_box_SP {
    overflow-x: scroll;
}
.rec_box {
    display: flex;
    justify-content: space-between;
}
a.rec_boxL, a.rec_boxR {
    width: calc(50% - 10px);
    min-width: 310px;
    height: 135px;
    background-color: #F0EBFF;
    display: flex;
	justify-content: space-between;
    transition: all 0.2s ease;
}
a.rec_boxL {
    margin: 0 10px 10px 0;
}
a.rec_boxR {
    margin: 0 0 10px 10px;
}
a.rec_boxL:last-of-type {
    margin-bottom: 0;
}
a.rec_boxR:last-of-type {
    margin-bottom: 0;
}
.pubox02 {
    padding: 7px 10px 0;
}
.pu_title01 {
    font-size: 16px;
    line-height: 130%;
    font-weight: bold;
    text-align: left;
    color: #FF9400;
    margin-bottom: 2px;
}
.pu_title02 {
    font-size: 16px;
    line-height: 130%;
    font-weight: bold;
    text-align: left;
    color: #695FFF;
    margin-bottom: 2px;
}
.pu_title03 {
    font-size: 16px;
    line-height: 130%;
    font-weight: bold;
    text-align: left;
    color: #64C832;
    margin-bottom: 2px;
}
.pu_txt01 {
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
}
.r_pic {
    max-width: 150px;
    width: 110px;
    height: 135px;
    object-fit: cover;
}
.rec_i {
    font-size: 50px;
    line-height: 100%;
    color: rgba(255,255,255,0.2);
    position: absolute;
    right: 10px;
}

@media screen and (min-width: 768px){
.rec_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
a.rec_boxL, a.rec_boxR {
    width: calc(50% - 5px);
    min-width: auto;
    transition: all 0.2s ease;
}
a.rec_boxL {
    margin: 0 5px 10px 0;
}
a.rec_boxR {
    margin: 0 0 10px 5px;
}
a.rec_boxL:last-of-type {
    margin-bottom: 0;
}
a.rec_boxR:last-of-type {
    margin-bottom: 0;
}
.pubox02 {
    padding: 7px 10px 0;
}
}

@media screen and (min-width: 1000px){
a.rec_boxL, a.rec_boxR {
    transition: all 0.2s ease;
}
a.rec_boxL:hover, 
a.rec_boxR:hover {
    background-color: #FAF5FF;
}
.r_pic {
    max-width: 150px;
    width: 115px;
    object-fit: cover;
}
}

@media screen and (min-width: 1100px){
a.rec_boxL, a.rec_boxR {
    height: 115px;
}
.r_pic {
    width: 115px;
    height: 115px;
}
}


.slider02 {
    margin-right: -10px;
}
.new_slide02 {
    margin: 0 10px 0 0;
}
.rec_box02 {
    display: flex;
    flex-direction: column;
}
a.rec_box02L, a.rec_box02R {
    width: 100%;
    height: 80px;
    background-color: #F2FFE6;
    margin-bottom: 10px;
    display: flex;
	justify-content: flex-start;
    transition: all 0.2s ease;
}
/* a.rec_box02L {
    margin: 0 0px 10px 0;
}
a.rec_box02R {
    margin: 0 0px 10px 0;
} */
a.rec_box02L:last-of-type {
    margin-bottom: 0;
}
a.rec_box02R:last-of-type {
    margin-bottom: 0;
}
.r_pic02 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.rec02_blank_box {
    height: 80px;
    margin-bottom: 10px;
}
@media screen and (min-width: 599px){

}
@media screen and (min-width: 768px){
.slider02 {
    margin-right: -11px;
}
.rec_box02 {
    display: flex;
    flex-direction: column;
}
a.rec_box02L, a.rec_box02R {
    width: calc(100% - 2.5px);
    min-width: auto;
    display: flex;
	justify-content: space-between;
    transition: all 0.2s ease;
}
a.rec_box02L:hover, a.rec_box02R:hover {
    background-color: #F7FFF0;
}
/* a.rec_box02L {
    margin: 0 5px 10px 0;
}
a.rec_box02R {
    margin: 0 0 10px 5px;
} */
a.rec_box02L:last-of-type {
    margin-bottom: 0;
}
a.rec_box02R:last-of-type {
    margin-bottom: 0;
}
}
@media screen and (min-width: 1000px){
a.rec_box02L, a.rec_box02R {
    height: 90px;
}
.r_pic02 {
    height: 90px;
}
}


/* 職種一覧 */
.list_box {
    padding: 50px 0;
}
.medi_box {
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #FF9400;
    padding: 10px 0;
    display: block;
}
.medi_list_box {
    background-color: #fff;
    padding: 12.5px 15px;
    display: block;
}
.medi_list_box ul {
    display: flex;
    flex-wrap: wrap;
}
.medi_list_box ul li {
    font-size: 15px;
    line-height: 100%;
    border-right: solid 1px #ddd;
    padding-right: 15px;
    margin: 7.5px 15px 7.5px 0;
}
.medi_list_box ul li:last-of-type {
    border-right: 0;
}
.medi_list_box ul li a {
    color: #4b4b4b;
}
@media screen and (min-width: 768px){
.medi_box {
    width: 130px;
    display: table-cell;
}
.medi_list_box {
    display: table-cell;
}
.medi_list_box ul li {
    font-size: 16px;
    margin: 10px 15px 10px 0;
}
.medi_list_box ul li a {
    transition: all 0.2s ease;
}
.medi_list_box ul li a:hover {
    text-decoration: underline;
}
}
@media screen and (min-width: 1000px){
.list_box {
    padding: 80px 0;
}
.medi_box {
    width: 150px;
}
.medi_list_box {
    padding: 20px 30px;
}
}



/* 右サイド */
.rbf_01, .rbf_02, .rbf_03 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.link_arrow01, .link_arrow00 {
    font-size: 17px;
    color: #4b4b4b;
    background-color: #fff;
    border: solid 2px #ddd;
    box-sizing: border-box;
    height: 60px;
    padding: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.beginners, .terms {
    display: flex;
    align-items: center;
}
.beginners_mark {
    width: 15px;
    margin-right: 10px;
}
.terms_mark {
    width: 16px;
    margin-right: 10px;
}
.link_arrow01 i, .link_arrow00 i {
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.link_pic01 {
    background-color: #fff;
    border: solid 2px #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

}
.link_pic03 {
    background-color: #fff;
    padding: 10px 15px;
    border: solid 2px #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rbf_03 .link_pic03 {
    padding: 0;
    border-top: solid 1px #ddd;
}
.link_pic {
    width: calc(100% - 30px);
    padding: 5px 15px;
    object-fit: cover;
}
.lp_03 {
}
.link_group01 {
    background-color: #fff;
    border: solid 2px #ddd;
    box-sizing: border-box;

}
.lg_box {
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    display: block;
}
.lg_box:last-of-type {
    border-bottom: 0;
}
.link_pic02 {
    width: calc(100% - 30px);
    padding: 0 15px 5px;
    object-fit: cover;
}
.lg_txt {
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: "palt";
    padding: 0px 10px;
}

.link_contents01 {
    background-color: #dcf0ff;
    border: solid 2px #ddd;
    box-sizing: border-box;
    padding: 15px;
}
.link_contents02 {
    background-color: #fff;
    border: solid 2px #ddd;
    box-sizing: border-box;
    padding: 15px;
}
.link_arrow02 {
    display: inline-block;
}
.lb_title01 {
    font-size: 15px;
    line-height: 100%;
    font-weight: bold;
    text-align: left;
    color: #0096e1;
    margin-bottom: 10px;
}
.lb_txt01 {
    font-size: 15px;
    line-height: 100%;
    text-align: left;
}
.link_arrow02 i {
    font-size: 16px;
    line-height: 100%;
    margin-left: 5px;
}
.lb_txt02 {
    font-size: 15px;
    line-height: 150%;
    text-align: justify;
    font-feature-settings: "palt";
    text-decoration: underline;
}
.lb_txt03 {
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    font-feature-settings: "palt";
}

@media screen and (min-width: 768px){
.rb_flex {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry; */
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rbf_01, .rbf_02, .rbf_03 {
    width: calc(50% - 10px);
    max-width: 100%;
    margin: 0;
}
.rbf_03 {
    margin: -215px 0 0;
}
}
@media screen and (min-width: 1000px){
.rb_flex {
    display: block;
}
.rbf_01, .rbf_02, .rbf_03 {
    width: 100%;
    margin: 0;
}
.link_arrow01, .link_arrow00 {
    transition: all 0.2s ease;
}
.link_arrow01:hover {
    color: #23AA37;
}
.link_arrow00:hover {
    color: #ff9400;
}
.link_pic03 {
    transition: all 0.2s ease;
}
.link_pic03:hover {
    opacity: 0.85;
}
.lb_txt01 {
    transition: all 0.2s ease;
}
.lb_txt01:hover {
    color: #0096e1;
}
}




/* テキスト、マージン */
p.txt01 {
    line-height: 170%;
    text-align: justify;
}
p.txt02 {
    font-size: 17px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}
.mb00 {
    margin-bottom: 0;
}
.mb05 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb2025 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb4045 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
@media screen and (min-width: 1000px){
p.txt01 {
    line-height: 200%;
}
p.txt02 {
    font-size: 18px;
    line-height: 170%;
}
.mb2025 {
    margin-bottom: 25px;
}
.mb4045 {
    margin-bottom: 45px;
}
}





/*フッター*/
footer {
    background: linear-gradient(180deg, #ffa009 0%, #FF9400 100%);
	padding: 50px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about21 {
    border-bottom: solid 1px #fff;
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.ab21_title {
    font-size: 17px;
    line-height: 100%;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.ab21_txt {
    font-size: 13px;
    line-height: 150%;
    text-align: justify;
    color: #fff;
}


.f-sm {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.f-sm-in:first-of-type {
    margin-right: 10px;
}
.f-sm-in li {
    margin-bottom: 15px;
}
.f-sm-in li:last-of-type {
    margin-bottom: 0;
}
.f-sm-in li a {
    font-size: 13px;
	color: #fff;
    display: block;
    transition: all 0.2s ease;
}

.f-sm-in li i {
    color: #ff0;
    margin-right: 5px;
}
p.copyright {
    font-size: 11px;
    line-height: 150%;
    color: #fff;
}
@media screen and (min-width: 399px){
.f-sm-in:first-of-type {
    margin-right: 25px;
}
.f-sm-in li a {
    font-size: 14.5px;
}
}
@media screen and (min-width: 768px){
.f-sm-in li {
    margin-right: 40px;
}
.f-sm-in:last-of-type {
    margin-right: 0px;
}
}
@media screen and (min-width: 1000px){
footer {
	padding: 80px 0 40px;
}
.ab21_title {
    font-size: 18px;
    margin-bottom: 12px;
}
.ab21_txt {
    font-size: 14px;
    line-height: 160%;
}
.f-sm-in li {
    margin-right: 100px;
}
.f-sm-in:last-of-type {
    margin-right: 0px;
}
.f-sm-in li a:hover {
    color: #ff0;
} 
}


/*ページトップへGOボタン*/
.page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 25px;
    background: linear-gradient(#fff, #ddd);
    z-index: 100;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.page_top a {
	width: 50px;
	height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.2s ease;
}
.page_top i {
	font-size: 22px;
    color: #4b4b4b;
}

@media screen and (min-width: 1000px){
.page_top {
    bottom: 20px;
    right: 20px;
}
.page_top a:hover {
    background-color: #fff;
}
}


/* ######## 1px以上 ######## */
@media screen and (min-width: 1px){
.yesPC360 {
    display: block !important;
}
.yesSP360 {
    display: none !important;
}
.yesPC399 {
    display: block !important;
}
.yesSP399 {
    display: none !important;
}
.yesPC499 {
    display: block !important;
}
.yesSP499 {
    display: none !important;
}
.yesPC599 {
	display: block !important;
}
.yesSP599 {
	display: none !important;
}
.yesPC699 {
	display: block !important;
}
.yesSP699 {
	display: none !important;
}
.yesPC768 {
	display: none !important;
}
.yesSP768 {
	display: block !important;
}
.yesPC810 {
	display: none !important;
}
.yesSP810 {
	display: block !important;
}
.yesPC899 {
	display: none !important;
}
.yesSP899 {
	display: block !important;
}
.yesPC1000 {
	display: none !important;
}
.yesSP1000 {
	display: block !important;
}
.yesPC1200 {
	display: none !important;
}
.yesSP1200 {
	display: block !important;
}
.yesPAD399-599 {
    display: none !important;
}
.yesPAD500-999 {
    display: none !important;
}
.yesPAD768-1000 {
    display: none !important;
}
.yesPAD768-1100 {
    display: none !important;
}
.yesPAD1000-1100 {
    display: none !important;
}
}
/* ######## 399px以下 ######## */
@media screen and (max-width: 399px){
.yesPC360 {
    display: none !important;
}
.yesSP360 {
    display: block !important;
} 
}
/* ######## 399px以下 ######## */
@media screen and (max-width: 399px){
.yesPC399 {
    display: none !important;
}
.yesSP399 {
    display: block !important;
} 
}
/* ######## 499px以下 ######## */
@media screen and (max-width: 499px){
.yesPC499 {
    display: none !important;
}
.yesSP499 {
    display: block !important;
} 
}
/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){
.yesPC599 {
	display: none !important;
}
.yesSP599 {
	display: block !important;
} 
}
/* ######## 699px以下 ######## */
@media screen and (max-width: 699px){
.yesPC699 {
    display: none !important;
}
.yesSP699 {
    display: block !important;
} 
}
/* ######## 600px以上 ######## */
@media screen and (min-width: 600px){
.yesPAD399-599 {
    display: none !important;
}
}
/* ######## 768px以上 ######## */
@media screen and (min-width: 768px){
.yesPC768 {
	display: block !important;
}
.yesSP768 {
	display: none !important;
} 
.yesPAD768-1000 {
    display: block !important;
}
.yesPAD768-1100 {
    display: block !important;
}
}
/* ######## 810px以上 ######## */
@media screen and (min-width: 810px){
.yesPC810 {
	display: block !important;
}
.yesSP810 {
	display: none !important;
}
}
/* ######## 899px以上 ######## */
@media screen and (min-width: 899px){
.yesPC899 {
	display: block !important;
}
.yesSP899 {
	display: none !important;
} 
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){
.yesPC1000 {
    display: block !important;
}
.yesSP1000 {
    display: none !important;
}
.yesPAD500-999 {
    display: none !important;
}
.yesPAD768-1000 {
    display: none !important;
}
.yesPAD1000-1100 {
    display: block !important;
}
}
/* ######## 1100px以上 ######## */
@media screen and (min-width: 1100px){
.yesPC1100 {
    display: block !important;
}
.yesSP1100 {
    display: none !important;
}
.yesPAD768-1100 {
    display: none !important;
}
.yesPAD1000-1100 {
    display: none !important;
}
}
/* ######## 1200px以上 ######## */
@media screen and (min-width: 1200px){
.yesPC1200 {
    display: block !important;
}
.yesSP1200 {
    display: none !important;
} 
}
/* ######## 399px～599px ######## */
@media screen and (min-width: 399px) and (max-width: 599px){
.yesPAD399-599 {
    display: block !important;
}
}
/* ######## 500px～999px ######## */
@media screen and (min-width: 500px) and (max-width: 999px){
.yesPAD500-999 {
    display: block !important;
}
}

.search_item {
    display: flex;
    align-items: center;
}
.search_item dt {
    width: 114px;
    float: left;
}
.search_item dd {
    padding: 0 0 0 0.25rem;
    overflow: hidden;
}

.search_item dd select {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    height: 26px;
    line-height: 26px;
}

.search_item dd .txt {
    height: 26px;
    line-height: 26px;
    outline: none;
    border: 1px solid #ccc;
    width: 80%;
}

.search_box_flex select {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    height: 26px;
    line-height: 26px;
}
.search_box_flex .txt {
    height: 26px;
    line-height: 26px;
    outline: none;
    border: none;
    padding: 2px 10px;
    width: 90%;
}