@charset "UTF-8";
.sp {
    display: none !important;
}

a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

a:hover img {
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

/* --------- ヘッダー ------------ */

.header_contents {
    width: 1240px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
}

.fs-l-header__contents>* {
    padding: 0;
}

.fs-l-header .header_text {
    margin-top: 0;
}

.logoArea h1 {
    margin: 13px 0;
}

.logoArea .souryou {
    font-size: 1.6rem;
    text-align: center;
    background: #E5E6E6;
    border-radius: 30px;
    width: 460px;
    margin: 0;
}

.fPink {
    color: #FE376D;
}

.fs-clientInfo.is-ready {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.headerarea_menu .nv_favorite {
    background: url(https://artuniform.itembox.design/item/head_icon1.png?t=20200929154152) no-repeat;
    background-position: left 0.2em;
    padding-left: 25px;
    margin-left: 15px;
}

.headerarea_menu .nv_member {
    background: url(https://artuniform.itembox.design/item/head_icon2.png?t=20200929154152) no-repeat;
    background-position: left 0.2em;
    padding-left: 25px;
    margin-left: 15px;
}

.headerarea_menu .nv_mypage {
    background: url(https://artuniform.itembox.design/item/head_icon3.png?t=20200929154152) no-repeat;
    background-position: left 0.2em;
    padding-left: 20px;
    padding-left: 25px;
    margin-left: 15px;
}

.fs-p-phoneOrder {
    display: flex;
    justify-content: flex-end;
}

.fs-p-phoneOrder p {
    margin-top: 0;
}

.fs-p-phoneOrder .mailOder {
    margin-left: 15px;
}

.utilityArea .btn_menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.utilityArea .btn_menu p {
    list-style: none;
    width: 195px;
    margin: 0 15px 0 0;
}

.utilityArea .btn_menu p:last-of-type {
    margin-right: 0;
}

/* --- キャンペーンエリア --- */
.cpbn{
  background: #e60000; 
  color: #fff;
  font-size: 2.4rem; 
  font-weight: bold; 
  text-align: center; 
  padding: 5px; 
  margin-bottom: 24px;
}
.cpbn p{
  margin: 0;
}
.cpbn span:first-of-type{
  font-size: 1.6rem;
}
.cpbn span:last-of-type{
  font-size: 1.4rem; 
  font-weight: normal;
}
.cpbn br{
  display: none;
}

/* --- 検索エリア --- */

.headerSearchArea {
    background: url(https://artuniform.itembox.design/item/bg_m_01.png?t=20200929154152) repeat;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.sv .headerSearchArea {
    background: url(https://artuniform.itembox.design/item/bg_s_01.png?t=20200929154152) repeat;
}

.portal .headerSearchArea {
    background: url(https://artuniform.itembox.design/item/bg_p_01.png?t=20200929154152) repeat;
}

.office .headerSearchArea {
    background: url(https://artuniform.itembox.design/item/bg_o_01.png?t=20200929154152) repeat;
}

.work .headerSearchArea {
    background: url(https://artuniform.itembox.design/item/bg_wk_01.png?t=20200929154152) repeat;
}

.headerSearchArea .search_set {
    display: flex;
    justify-content: center;
    width: 740px;
}

.search_input {
    width: calc(100% - 80px);
}

.search_button {
    background: #4B4B4B;
    border: none;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 80px;
    height: 45px;
    border-radius: 0 3px 3px 0;
    margin-right: 30px;
}

.search_button:before {
    content: "";
    background: url(https://artuniform.itembox.design/item/header_search_btn.png?t=20200929154152) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 24px;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border-radius: 3px 0 0 3px;
}

.headerSearchArea .descriptionSearch_btn {
    margin: 0;
}

.globalnv {
    background-color: #fff;
    color: #707070;
    width: 1240px;
    margin: 10px auto 0;
}

.globalnv .menu {
    display: flex;
    position: relative;
    padding: 0;
}

.globalnv .menu li {
    flex: 1;
    display: flex;
    text-align: center;
    border-left: 1px solid #DAE8EA;
    line-height: 1.6rem;
}

.globalnv .menu li img {
    margin-right: 5px;
}

.globalnv .menu li a {
    flex: 1;
    justify-content: center;
    display: inline-flex;
    color: #707070;
    text-decoration: none;
    position: relative;
    align-items: center;
    padding: 10px 0;
    z-index: 7;
}

.globalnv .menu a>.fa {
    font-weight: bold;
    margin-left: 8px;
    text-decoration: none;
}

.globalnv .menu li:hover .container {
    display: flex;
}

.hasDropdown:after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #BADEE2;
    z-index: 7;
}

li:hover a.hasDropdown:after {
    content: '';
    border-top-color: #BADEE2;
    z-index: 5;
}

.sv li:hover a.hasDropdown:after {
    border-top-color: #FFA4A9;
    bottom: -15px;
}

.sv .hasDropdown:after {
    border-top-color: #FFA4A9;
}

/* End Navigation Bar */

/* Start Single Section Menu */

.container {
    border-top: 3px solid #BADEE2;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #FBFBFB;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
    z-index: 5;
}

.sv .container {
    border-top: 3px solid #FFA4A9;
}

.container__list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.container__listItem {
    flex: 0 0 25%;
    padding: 10px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container__listItem>div {
    color: #DB6356;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* End Single Section Menu */

/* Start Multiple Section Menu */

.container.has-multi .container__listItem {
    flex-basis: 100%;
}

.container.has-multi .container__list {
    flex-basis: 33.333%;
    border-radius: 4px;
}

.container.has-multi .container__list:not(:last-child) {
    border-right: solid 1px #f3f3f3;
    margin-right: 20px;
}

.container h2 {
    font-size: 1.4rem;
    display: block;
    color: #2285A8;
    margin-bottom: 10px;
}

.sv .container h2 {
    color: #C11F2F;
}

.globalnv .menu li .container__listItem div a {
    padding: 5px 0;
    text-decoration: none;
}

.fs-pt-carousel {
    margin-bottom: 60px;
}

.pickuparea .contentsarea h2 .fsml {
    font-size: 2rem;
    color: #080D0F;
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-weight: normal;
}

h2 img {
    margin-right: 5px;
}

h2 .fbg {
    text-align: center;
    font-size: 2.6rem;
    color: #2285A8;
    font-weight: normal;
}

h2 .fbg_s {
    text-align: center;
    font-size: 2.6rem;
    color: #C11F2F;
    font-weight: normal;
}

h2 .fbg_p {
    text-align: center;
    font-size: 2.6rem;
    color: #2B5192;
    font-weight: normal;
}

h2 .fbg_o {
    text-align: center;
    font-size: 2.6rem;
    color: #FF647A;
    font-weight: normal;
}

h2 .fbg_wk {
    text-align: center;
    font-size: 2.6rem;
    color: #73A553;
    font-weight: normal;
}

.sv h2 .fbg {
    color: #C11F2F;
}

.office h2 .fbg {
    color: #FF647A;
}

.work h2 .fbg {
    color: #73A553;
}

.pickuparea .profession .pro_contents {
    display: flex;
    flex-wrap: wrap;
    width: 1240px;
    margin: 0 auto 60px;
}

.pickuparea .pro_contents .contents_box {
    background: #F8FAFB;
    padding: 13px;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pickuparea .pro_contents .contents_box p {
    margin: 0 0 15px;
}

.pickuparea .pro_contents .sv {
    background: #F8F6F6;
}

.pickuparea .pro_contents .of {
    background: #F8F6F6;
}

.pickuparea .pro_contents .wk {
    background: #F8F6F6;
}

.pickuparea .pro_contents .big .title_contents {
    display: flex;
}

.pickuparea .pro_contents .big .title_contents .pro_img {
    margin: 0 13px 0 0;
}

.pickuparea .pro_contents .big .title_contents .pro_img img {
    width: 160px;
}

.pickuparea .pro_contents .big .title_set {
    width: 197px;
}

.pickuparea .pro_contents .big .title_set h3 {
    text-align: center;
    margin-bottom: 10px;
}

.pickuparea .pro_contents .sv .title_set h3 img {
    width: 148px;
    height: 50px;
}

.pickuparea .pro_contents .of .title_set h3 img {
    width: 176px;
    height: 47px;
}

.pickuparea .pro_contents .wk .title_set h3 img {
    width: 176px;
    height: 47px;
}

.pickuparea .pro_contents .big .title_set p {
    font-size: 1.3rem;
}

.pickuparea .pro_contents .sml {
    width: 295px;
    margin-right: 20px;
}

.pickuparea .pro_contents .contents_box:nth-of-type(3n) {
    margin-right: 0;
}

.pickuparea .pro_contents .sml:nth-of-type(3n) {
    margin-right: 20px;
}

.pickuparea .pro_contents .sv_sml:nth-of-type(3n) {
    margin-right: 20px;
}

.pickuparea .pro_contents .sml:last-of-type {
    margin-right: 0;
}

.pickuparea .pro_contents .sv_sml_contents {
    display: flex;
    flex-wrap: wrap;
}

.pickuparea .pro_contents .sv_sml_contents .sv_sml:nth-of-type(4n) {
    margin-right: 0;
}

.pickuparea .pro_contents .sv_sml_contents .sv_sml {
    width: 295px;
    margin-right: 20px;
    background: #F8F6F6;
}

.pickuparea .pro_contents .contents_box h3 {
    margin-top: 0;
}

.pickuparea .pro_contents .contents_box h3 img {
    height: 160px;
}

.pickuparea .pro_contents .sml h3 img {
    height: 140px;
}

.pickuparea .pro_contents .sv_sml h3 img {
    height: 100px;
}

.pickuparea .pro_contents .sml p {
    height: 9em;
}

.pickuparea .pro_contents .contents_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.pickuparea .pro_contents .contents_box li {
    list-style: none;
    margin-right: 7px;
}

.pickuparea .pro_contents .sv_big li {
    margin-right: 12px;
}

.pickuparea .spe_contents {
    display: flex;
    flex-wrap: wrap;
    width: 1240px;
    margin: 0 auto 60px;
}

.pickuparea .spe_contents .contents_box {
    width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pickuparea .spe_contents .contents_box:nth-of-type(3n) {
    margin-right: 0;
}

.pickuparea .spe_contents .contents_box h3 {
    margin-bottom: 0;
}

/* --------- メイン ------------ */

.mainarea {
    padding: 0;
    width: 1240px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.page_main {
    max-width: 980px;
    width: 100%;
}

.leftnv_contents {
    width: 240px;
}

/* --- レフトナビ検索エリア --- */

.leftnvSearchArea {
    margin-bottom: 15px;
}

.leftnvSearchArea .leftnv_searchSet {
    display: flex;
    justify-content: center;
    width: 240px;
}

.leftnv_searchInput {
    width: calc(100% - 34px);
}

.leftnv_searchBtn {
    background: #707070;
    border: none;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 34px;
    height: 34px;
    border-radius: 0 3px 3px 0;
}

.leftnv_searchBtn:before {
    content: "";
    background: url(https://artuniform.itembox.design/item/lnv_searchicon.png?t=20200929154152) no-repeat;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border-radius: 3px 0 0 3px;
}

.headerSearchArea .descriptionSearch_btn {
    margin: 0;
}

.leftnv_contents .comment_balloon {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    background: #FFF;
    border: solid 1px #C9D6D8;
    box-sizing: border-box;
    border-radius: 10px;
}

.leftnv_contents .comment_balloon:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -12.3px;
    border: 8px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
}

.leftnv_contents .comment_balloon:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -13px;
    border: 8px solid transparent;
    border-top: 10px solid #C9D6D8;
    z-index: 1;
}

.leftnv_contents .comment_balloon p {
    margin: 0;
    padding: 0;
}

.leftnv_contents .left_descriptionbtn {
    margin-bottom: 35px;
    padding-top: 8px;
}

.sv input[type="text"]:focus {
    border: 1px solid #C11F2F;
    outline: 0;
}

/* --- レフトナビバナーエリア --- */

.leftnv_bannerarea ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.leftnv_bannerarea ul li {
    width: 240px;
    margin-bottom: 5px;
}

/* --- レフトナビh2 --- */

.leftnv_contents h2 {
    font-weight: normal;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.leftnv_contents h2 img {
    margin-right: 5px;
}

.leftnv_contents h2 span {
    color: #2285A8;
}

.leftnv_contents .sv span {
    color: #C11F2F;
}

.leftnv_contents .office span {
    color: #FF647A;
}

.leftnv_contents .work span {
    color: #73A553;
}

/* --- レフトナビアイテムから探す --- */

.leftnv_item {
    margin-bottom: 30px;
}

.leftnv_contents .acd-check {
    display: none;
}

.leftnv_contents .acd-label {
    background: #fff;
    color: #707070;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    padding: 10px;
    border: 1px dotted #D5D5D5;
}

.leftnv_contents .item_img {
    display: inline-block;
    width: 50px;
    text-align: center;
}

.leftnv_contents .acd-label span {
    margin: 0 5px;
}

.leftnv_contents .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
    background: #FBFBFB;
}

.leftnv_contents .acd-content ul {
    margin: 0;
    padding: 0.5em;
    list-style-type: none;
}

.leftnv_contents .acd-content ul li {
    position: relative;
    padding: 0em 0.3em 0.3em 1em;
}

.leftnv_contents .acd-content ul li:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #707070;
}

.leftnv_contents .acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.leftnv_contents .triangle01 {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid black;
}

/* --- レフトナビ職業・業種から探す --- */

.leftnv_profession {
    margin-bottom: 30px;
}

.leftnv_profession ul {
    padding: 0;
    list-style: none;
}

.leftnv_profession ul li {
    background: #FCFCFC;
    border: 1px dotted #D5D5D5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.leftnv_profession ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #2285A8;
    font-weight: bold;
}

.leftnv_profession .sv li a {
    color: #C11F2F;
}

.leftnv_profession .work li a {
    color: #73A553;
}

.leftnv_profession ul li img {
    margin-right: 15px;
}

.leftnv_contents .leftnv_profession .triangle02 {
    width: 0;
    height: 0;
    border-left: 5px solid #2285A8;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: solid 5px transparent;
}

.leftnv_contents .leftnv_profession .sv .triangle02 {
    border-left: 5px solid #C11F2F;
}

.leftnv_contents .leftnv_profession .office .triangle02 {
    border-left: 5px solid #FF647A;
}

.leftnv_contents .leftnv_profession .work .triangle02 {
    border-left: 5px solid #73A553;
}


.leftnv_profession ul li span {
    margin-left: 5px;
}

/* --- レフトナビ職業・業種から探す --- */

.leftnv_brand {
    margin-bottom: 30px;
}

.leftnv_brand h2 {
    font-size: 1.4rem;
}

.leftnv_brand ul {
    padding: 0.5em;
    list-style: none;
}

.leftnv_brand ul li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
}

.leftnv_brand ul li:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #707070;
}

/* --- メイン売れ筋商品 --- */

.fs-c-productListCarousel {
    margin-bottom: 60px;
}

/* --- 商品一覧システムパーツ非表示 --- */

.hidden_area {
    display: none;
}

.hidden_area2 {
    display: none;
}

/* --- ブランド・メーカーで探す --- */

.brand_list ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
}

.page_main .office ul {
    justify-content: center;
}

.page_main .work ul {
    justify-content: center;
}

.brand_list li {
    margin-right: 50px;
    margin-bottom: 50px;
}

/* --- アイテムで探す --- */

.item_list {
    margin-bottom: 60px;
}

.item_list ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
}

.item_list li {
    margin-right: 12px;
    margin-bottom: 12px;
}

.item_list li:nth-child(4n) {
    margin-right: 0;
}

.customize_area {
    margin-bottom: 60px;
}

.customize_area ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
}

.customize_area li {
    width: 320px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.customize_area li:nth-child(3n) {
    margin-right: 0;
}

.news_area {
    background: #F8FAFB;
    border: 1px dotted #2285A8;
    padding: 30px;
}

.news_area2 {
    background: #FFFFFF;
    border: 1px dotted #2285A8;
    padding: 30px;
}

.news_area_sv {
    background: #F8F6F6;
    border: 1px dotted #A8A2A2;
    padding: 30px;
}

.news_area_sv2 {
    background: #FFFFFF;
    border: 1px dotted #A8A2A2;
    padding: 30px;
}

.news_area_office {
    background: #FFF5F5;
    border: 1px dotted #A8A2A2;
    padding: 30px;
}

.news_area_office2 {
    background: #FFFFFF;
    border: 1px dotted #A8A2A2;
    padding: 30px;
}

.news_area_work {
    background: #F1F9EB;
    border: 1px dotted #A8A2A2;
    padding: 30px;
}

.news_area_work2 {
    background: #FFFFFF;
    border: 1px dotted #A8A2A2;
    padding: 30px;
}

.news_area_portal {
    background: #F8FAFB;
    border: 1px dotted #A8A2A2;
    padding: 30px;
    width: 1240px;
    margin: 0 auto;
}

.news_area .news {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #A5A5A5;
}

.news_area .news dd a {
    color: #2285A8;
}

.news_area p {
    text-align: center;
}

/* --- フッター --- */

.fs-l-footer {
    background-color: #E3F3F5;
    border-top: none;
}

.footer_sv {
    background-color: #F8F6F6;
}

.footer_portal {
    background-color: #E1E7F5;
}

.footer_office {
    background-color: #FFF5F5;
}

.footer_work {
    background-color: #F1F9EB;
}
.fs-l-footer__contents {
    max-width: 1240px;
}

.footer_infocontents {
    padding: 40px 0;
}

.footer_infocontents .text {
    text-align: center;
    margin-bottom: 2em;
}

.footer_infocontents .info_area1 {
    display: flex;
    justify-content: space-around;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.footer_infocontents .info_area1 .info_contents {
    text-align: center;
    width: 360px;
}

.footer_infocontents .info_area1 .info_contents p {
    margin-bottom: 0.5em;
}

.footer_infocontents .info_area1 .info_contents .text {
    font-size: 1.2rem;
    margin: 0 0 2em;
}

.footer_infocontents .info_area2 {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
}

.footer_infocontents .info_area2 .info_contents:nth-last-of-type(2n) {
    border-left: 1px dotted #707070;
    border-right: 1px dotted #707070;
    padding: 0 55px;
    margin: 0 55px;
}

.footer_nv {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
    border-bottom: 1px dotted #707070;
    margin-bottom: 25px;
}

.footer_nv .fnv_contents h2 {
    color: #2285A8;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.4rem;
    display: block;
}

.footer_sv .footer_nv .fnv_contents h2 {
    color: #C11F2F;
}

.footer_portal .footer_nv .fnv_contents h2 {
    color: #2B5192;
}

.footer_office .footer_nv .fnv_contents h2 {
    color: #FF647A;
}

.footer_work .footer_nv .fnv_contents h2 {
    color: #73A553;
}

.footer_nv .fnv_contents ul {
    padding: 0;
    list-style: none;
    margin-right: 30px;
    line-height: 2.5rem;
}

.footer_nv .fnv_contents ul li a:hover {
    text-decoration: none;
}

.footer_nv .fnv_contents .contents_box {
    display: flex;
}

.footer_nv .fnv_contents ul .ar::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #707070;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.footer_nv .fnv_contents ul ul {
    padding-left: 10px;
}

.fsns_contents {
    padding-bottom: 25px;
    border-bottom: 1px dotted #707070;
    margin-bottom: 45px;
}

.fsns_contents .footer_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.fsns_contents .footer_sns dt {
    width: 30px;
    margin-right: 10px;
}

.fsns_contents .footer_sns dd {
    margin: 0;
}

.fs-p-footerUtilityMenu {
    margin-bottom: 45px;
}

.fs-p-footerCopyright {
    background-color: #fff;
    color: #4B4B4B;
    padding: 35px 0;
}

.fs-p-footerCopyright__text {
    font-size: 1.4rem;
}

/* --- フリーページ　共通タイトル --- */

.com_pagetitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 50px;
    font-weight: normal;
    font-size: 2.6rem;
    color: #2B5192;
}

.com_pagetitle img {
    margin-right: 5px;
}

/* --- フリーページ　ページ内リンク --- */

.page_link {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 50px;
    padding: 30px 25px 0 35px;
    max-width: 100%;
    color: #1B4B9E;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #1B4B9E;
    box-sizing: border-box;
    border-radius: 15px;
}

.page_link:before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -16px;
    border: 19px solid transparent;
    border-top: 19px solid #FFF;
    z-index: 2;
}

.page_link:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -17px;
    border: 20px solid transparent;
    border-top: 20px solid #1B4B9E;
    z-index: 1;
}

.page_link ul, .page_link2 ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
}

.page_link ul li, .page_link2 ul li {
    width: 130px;
    margin-bottom: 30px;
    margin-right: 12px;
    color: #707070;
}

.page_link .menu li {
    width: auto;
}

.page_link ul li a, .page_link2 ul li a {
    color: #707070;
    text-decoration: underline;
    font-size: 1.4rem;
}

.page_link ul li span, .page_link2 ul li span {
    font-size: 1.2rem;
    text-decoration: none;
}

.page_link2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #707070;
}

/* --- フリーページ　ドキュメントページ（ご利用ガイドなど） --- */

.document_contents {
    width: 960px;
    margin: 0 auto;
}

.document_contents .contents_box {
    margin-bottom: 50px;
}

.document_contents .document_title {
    background-color: #4B4B4B;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: left;
    font-weight: bold;
    border-radius: 5px;
}

.document_contents p {
    margin: 0 0 30px;
}

.document_contents .contents_box a {
    text-decoration: underline;
}

.document_contents .set_contents {
    margin: 0 0 15px;
}

.document_contents h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #2B5192;
    margin: 0 0 10px;
}

.document_contents h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.text_btn {
    background: #2B5192;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.document_contents .contents_box .text_btn a {
    color: #fff;
    text-decoration: none;
}

.text_btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.document_contents .cocument_list {
    margin: 0 0 30px;
}

.document_contents .com_table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.document_contents .com_table td, .document_contents .com_table th {
    border: 1px solid #D5D5D5;
    padding: 20px;
    text-align: center;
}

.document_contents .com_table th {
    background-color: #F5F5F5;
}

.t_center {
    text-align: center;
}

.btn1 a {
    background-color: #4B4B4B;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: block;
}

.btn1 a::before, .btn3 a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.btn4 a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 4px 4px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 5px;
}

.btn2 a {
    width: 300px;
    border: 1px solid #2285A8;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    color: #2285A8;
    display: block;
}

.footer_sv .btn2 a {
    border: 1px solid #C11F2F;
    color: #C11F2F;
}

.footer_portal .btn2 a {
    border: 1px solid #2B5192;
    color: #2B5192;
}


.footer_office .btn2 a {
    border: 1px solid #FF647A;
    color: #FF647A;
}

.footer_work .btn2 a {
    border: 1px solid #73A553;
    color: #73A553;
}

.btn2 a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #2285A8;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.footer_sv .btn2 a::before {
    border-color: transparent transparent transparent #C11F2F;
}

.footer_portal .btn2 a::before {
    border-color: transparent transparent transparent #2B5192;
}

.footer_office .btn2 a::before {
    border-color: transparent transparent transparent #FF647A;
}

.footer_work .btn2 a::before {
    border-color: transparent transparent transparent #73A553;
}

.btn3 a {
    background-color: #385B98;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: block;
}

.btn1 a:hover, .btn2 a:hover, .btn3 a:hover, .btn3 a {
    text-decoration: none;
}

.document_contents .com_title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #2B5192;
}

.document_contents .contents_box .contents_2clmset {
    display: flex;
}

.document_contents .contents_box .contents_2clmset .leftcontents {
    margin-right: 20px;
}

.document_contents .contents_box .size_table {
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
}

.document_contents .contents_box .size_table td, .document_contents .contents_box .size_table th {
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    padding: 20px 10px;
}

.document_contents .contents_box .size_table th {
    background-color: #E8EBEC;
}

.document_contents .contents_box .size_table .trbg {
    background-color: #F8F8F8;
}

.document_contents .contents_box .size_table .dotted td, .document_contents .contents_box .size_table .dotted th {
    border-bottom: 1px dotted #D5D5D5;
}

.document_contents .contents_box .size_table .solid td, .document_contents .contents_box .size_table .solid th {
    border-bottom: 1px solid #D5D5D5;
}

.document_contents .contents_box .size_table .dbbg {
    background-color: #C3E9FE;
}

.document_contents .contents_box .size_table .lbbg {
    background-color: #F3FBFF;
}

/* --- カタログ請求 --- */

#catalog .info_guide {
    display: flex;
    align-items: stretch;
}

#catalog .info_guide .info_contents {
    border: 1px dotted #707070;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 400px;
    margin-right: 20px;
}

#catalog .info_guide .info_contents:last-of-type {
    margin-right: 0;
}

#catalog .info_guide .info_contents p {
    margin-bottom: 10px;
}

#catalog .catalog_menu {
    display: flex;
    justify-content: flex-start;
}

#catalog .catalog_menu .btn4 {
    width: 295px;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px;
}

#catalog .catalog_menu .btn4 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
}

#catalog .catalog_menu .btn4:last-of-type {
    margin-right: 0;
}

#catalog .catalog_menu .genre_m {
    background: #2285A8;
}

#catalog .catalog_menu .genre_s {
    background: #C11F2F;
}

#catalog .catalog_menu .genre_o {
    background: #FF647A;
}

#catalog .catalog_menu .genre_w {
    background: #73A553;
}

.document_contents .contents_box .btn3 {
    margin-top: auto;
}

.document_contents .contents_box .btn3 a {
    text-decoration: none;
}

#catalog .genre_title_m {
    background-color: #2285A8;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

#catalog .genre_title_s {
    background-color: #C11F2F;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

#catalog .genre_title_o {
    background-color: #FF647A;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

#catalog .genre_title_w {
    background-color: #73A553;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.catalog_contentsarea {
    display: flex;
    flex-wrap: wrap;
}

.catalog_contentsarea .catalog_contents {
    margin-right: 20px;
    width: 225px;
}

.catalog_contentsarea .catalog_contents h3 {
    font-size: 1.4rem;
    margin: 10px 0 20px;
}

.catalog_contentsarea .catalog_contents .catalog_img {
    margin-bottom: 10px;
}

.catalog_contentsarea .catalog_contents:nth-of-type(4n) {
    margin-right: 0;
}

/* --- システム上書き --- */

.fs-c-subSection__message {
    margin-bottom: 20px;
}

/* .fs-c-button--primary, .fs-c-button--addAddressee  {
    background: #385B98;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    margin: 8px 0 20px;
}

.fs-c-button--cancel {
    background: #707070;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    margin: 8px 0 20px;
}

.fs-c-button--cancel:hover, .fs-c-button--cancel:visited, .fs-c-button--cancel:active, .fs-c-button--addAddressee:hover {
    color: #fff;
}*/

/* --- 商品詳細ページ --- */

.fs-l-main {
    padding: 0;
    max-width: 1240px;
}

.fs-l-pageMain {
    padding: 0;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .fs-l-sideArea+.fs-l-pageMain, .fs-l-pageMain+.fs-l-sideArea {
        max-width: 960px;
    }
}

@media screen and (min-width: 960px) {
    .fs-l-product4 .fs-l-productLayout {
        grid-template-columns: calc(63% - 17px / 2) calc(37% - 17px / 2);
        grid-gap: 17px;
    }
}

.fs-p-drawer {
    padding: 0;
}

.breadcrumb_set {
    width: 1240px;
    margin: 0 auto;
}

.fs-c-productThumbnail__image {
    margin: 4px 10px;
    flex-basis: 100px;
    min-width: 56px;
}

.fs-c-productNameHeading {
    color: #707070;
    font-size: 2rem;
}

.fs-c-productNumber {
    border: none;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #BF0D0D;
    font-weight: bold;
}

.fs-c-productPrice--selling {
    font-size: 2rem;
    color: #BF0D0D;
    font-weight: bold;
}

.fs-c-productPointDisplay {
    background: none;
    font-size: 1.4rem;
    color: #FE376D;
    font-weight: bold;
    margin-bottom: 20px;
}

.fs-c-productPointDisplay {
    background: none;
    font-size: 1.4rem;
    color: #73A553;
    font-weight: bold;
    margin-bottom: 20px;
}

.function_area {
    margin: 20px 0;
}

.fs-c-productSelection dt {
    margin-bottom: 3px;
}

.fs-c-productSelection dd {
    margin-bottom: 15px;
}

.fs-c-variationLabel {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #707070;
}

.fs-c-variationLabel::after {
    content: "を選択";
    font-size: 1.6rem;
    font-weight: bold;
}

.fs-c-productPrice__main__label {
    font-size: 1.2rem;
}

.fs-c-variationAndActions__stockSignLegend {
    margin: 20px 0;
}

.fs-c-quantity::before {
    content: "数量：";
    font-size: 1.2rem;
}

.fs-c-button--addToCart--detail {
    background: #FE376D;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    margin: 8px 0 20px;
}

.fs-c-button--addToCart--detail .fs-c-button__label {
    background: url(https://artuniform.itembox.design/item/cart_icon.png?t=20200929154152) no-repeat;
    background-position: left center;
    padding: 10px 0 10px 40px;
}

.fs-c-buttonContainer {
    padding: 0;
}

.fs-c-returnedSpecialContract {
    padding: 0;
}

/*タブ*/

.tabs {
    padding-top: 50px;
    padding-bottom: 40px;
    width: 980px;
    margin: 0 auto;
}

.tab_item {
    width: 33%;
    height: 60px;
    background-color: #D8D8D8;
    line-height: 60px;
    font-size: 1.4rem;
    text-align: center;
    color: #4B4B4B;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-right: 0.5%;
}

.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
    border-top: 5px solid #2285A8;
}

#description:checked~#description_content, #sizetable:checked~#sizetable_content, #embroidery_text:checked~#embroidery_text_content {
    display: block;
}

.tabs input:checked+.tab_item {
    background-color: #2285A8;
    color: #fff;
}

.service .tab_content {
    border-top: 5px solid #C11F2F;
}

.service .tabs input:checked+.tab_item {
    background-color: #C11F2F;
    color: #fff;
}

.office .tab_content {
    border-top: 5px solid #FF647A;
}

.office .tabs input:checked+.tab_item {
    background-color: #FF647A;
    color: #fff;
}

.work .tab_content {
    border-top: 5px solid #73A553;
}

.work .tabs input:checked+.tab_item {
    background-color: #73A553;
    color: #fff;
}

/*タブ内コンテンツ*/

.tab_content .catch_title {
    color: #707070;
    font-size: 2rem;
    margin: 0 0 10px;
    text-align: left;
    display: block;
    font-weight: bold;
}

.tab_content .description_text {
    color: #707070;
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 0 0 40px;
}

#description_content table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

#description_content table td {
    border: 5px solid #fff;
    padding: 20px;
}

#description_content table td:nth-child(odd) {
    width: 180px;
}

#description_content table td:nth-child(even) {
    width: 515px;
}

#description_content table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

#description_content table tr:nth-child(even) {
    background-color: #E3F3F5;
}

.service #description_content table tr:nth-child(even) {
    background-color: #FFEEEF;
}

.office #description_content table tr:nth-child(even) {
    background-color: #FFEEEF;
}

.tab_content h3 {
    color: #2285A8;
    font-weight: bold;
    margin-bottom: 15px;
}

.service .tab_content h3 {
    color: #C11F2F;
}

.office .tab_content h3 {
    color: #FF647A;
}

.work .tab_content h3 {
    color: #73A553;
}


#sizetable_content table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

#sizetable_content table td, #sizetable_content table th {
    border: 1px solid #D5D5D5;
    padding: 20px;
    text-align: center;
    width: 180px;
}

#sizetable_content table tr:first-child {
    background-color: #4B4B4B;
}

#sizetable_content table th {
    background-color: #4B4B4B;
    color: #fff;
}

#sizetable_content table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.btn_area ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.btn_area ul li {
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 0;
}

.btn_area ul li:nth-child(2n) {
    margin-right: 0;
}

.function_area img {
    margin-right: 5px;
}

.product_contents {
    padding-bottom: 50px;
}

.product_contents img {
    margin: 40px 0 5px;
}

.product_contents img:first-of-type {
    margin: 0 0 5px;
}

/*おすすめ商品*/

.fs-c-featuredProduct__title {
    border-bottom: none;
}

/* --- お問い合わせページ --- */

#contact1 {
    height: 1200px;
}

#contact2 table td, #contact2 table th {
    text-align: left;
}

#contact2 table td span {
    margin-bottom: 5px;
    display: block;
}

#contact2 .infobtn {
    width: 200px;
    margin: 0 auto;
}

#contact2 .infobtn input {
    padding: 20px 50px;
    background: #385B98;
    color: #fff;
    border: none;
    font-size: 1.6rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

#contact2 .infobtn input:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

.company .com_table {
    width: 100%;
}

.company .com_table th {
    width: 20%;
}

.company .com_table td, .company .com_table th {
    text-align: left;
}

.logout.my-false {
    display: none;
}

.login.my-true {
    display: none;
}

.regist.my-true {
    display: none;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: #A9B4BC;
}

a[href^="tel:"] {
    pointer-events: none;
}

.fs-p-dateList>li {
    border-bottom: 1px dotted #A5A5A5 !important;
    border-top: none;
    border-width: 1px 0 0 0;
    padding: 8px 0;
}

.fs-p-dateList>li a {
    color: #2285A8;
}

.sv .fs-pt-list__item a {
    color: #C11F2F;
}

.office .fs-pt-list__item a {
    color: #FF647A;
}

.portal .fs-pt-list__item a {
    color: #2B5192;
}

.work .fs-pt-list__item a {
    color: #73A553;
}

.fs-p-dateList>li a:hover {
    text-decoration: none;
}

.fs-p-dateList>li time:first-child {
    background: none;
    color: #707070;
    line-height: 1.2;
    padding: 2px 4px 1.6px;
    font-weight: bold;
}

/* --- オプションパーツ --- */

.fs-c-productOption {
    background-color: #FFFBF6;
}

.fs-c-productOption__name {
    background: #F3D1A3;
    font-size: 1.4rem;
}

/* --- 商品グループ特集バナーあり --- */

.product_group_img {
    margin-bottom: 30px;
}

.group_header_medical_pc .fs-c-heading--page {
    font-size: 3rem;
    color: #2285A8;
    border-bottom: none;
}

.group_header_service_pc .fs-c-heading--page {
    font-size: 3rem;
    color: #C11F2F;
    border-bottom: none;
}

.group_header_office_pc .fs-c-heading--page {
    font-size: 3rem;
    color: #FF647A;
    border-bottom: none;
}

.group_header_work_pc .fs-c-heading--page {
    font-size: 3rem;
    color: #73A553;
    border-bottom: none;
}


.fs-c-subgroupList__link {
    background: #E3F3F5;
    border: 1px dotted #cccccc;
    color: inherit;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.service .fs-c-subgroupList__link {
    background: #F8F6F6;
    border: 1px dotted #cccccc;
    color: inherit;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.fs-c-subgroupList__label {
    margin-right: 10px;
}

/* --- 大口割引・サンプル --- */

.flame_contents {
    background: #F5F5F5;
    padding: 30px 30px 5px;
    text-align: center;
}

.flame_contents p {
    font-size: 2rem;
    font-weight: bold;
}

.flame_contents p span {
    font-size: 1.6rem;
}

.flame_bordercontents {
    background: #FFF;
    padding: 30px 30px 5px;
    text-align: center;
    border: 1px dotted #AFAFAF;
}

.flame_bordercontents p {
    font-size: 2rem;
    font-weight: bold;
}

.arrow {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #2B5192 #2B5192;
    transform: rotate(-45deg);
    margin: 0 auto 50px;
}

.textcenter {
    text-align: center;
}

h3.strong_title {
    font-size: 2.2rem;
    text-align: center;
    color: #FE376D;
}

.check_title {
    background: url(https://artuniform.itembox.design/item/checkbox_icon.png?t=20200929154152) no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
}

.bg_list {
    background: #F5F5F5;
    padding: 20px 40px;
}

.document_contents .flow {
    font-size: 1.8rem;
}

.flow_shop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_customer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B5192;
}

/* --- ヘッダー告知 --- */

.fs-p-messageBoard__heading {
    text-align: center;
}

.fs-p-messageBoard__heading a {
    color: #FE376D;
}

/* --- グループ一覧画像非表示--- */

.fs-c-subgroupList__image {
    display: none;
}

/* --- 商品グループ絞込み検索--- */

.search_area {
    margin-bottom: 60px;
    text-align: center;
}

.search_area h2 {
    margin-bottom: 20px;
    color: #2285A8;
    font-size: 2rem;
    font-weight: bold;
}

.sv_search h2 {
    color: #C11F2F;
}

.office_search h2 {
    color: #FF647A;
}

.work_search h2 {
    color: #73A553;
}

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

.search_area .search_contents .search_box {
    width: 470px;
}

.search_area .search_box {
    border: 3px solid #EEEEEE;
    padding: 20px;
    margin-bottom: 20px;
}

.search_area .search_box h3 {
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.search_area .search_box h3 img {
    margin-right: 5px;
}

.search_area .search_box h3 span {
    color: #2285A8;
}

.sv_search .search_box h3, .office_search .search_box h3, .work_search .search_box h3 {
    color: #3c3c3c;
}

.sv_search .search_box h3 span {
    color: #C11F2F;
}

.office_search .search_box h3 span {
    color: #FF647A;
}

.work_search .search_box h3 span {
    color: #73A553;
}

.search_area .form_contents {
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectWrap {
    width: 100%;
    position: relative;
    display: inline-block;
}

.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.search_area .form_contents select {
    font-size: 1.8rem;
    padding: 20px;
    vertical-align: middle;
    background: transparent;
    position: relative;
    z-index: 1;
}

.search_area .form_contents label {
    margin-right: 35px;
    font-size: 1.6rem;
}

.search_area .form_contents label:last-of-type {
    margin-right: 0;
}

.search_area .groupsearch_btn {
    background: #2285A8;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    border: none;
    text-align: center;
    width: 220px;
    display: block;
}

.search_area .groupsearch_btn2 {
    background: #2285A8;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    border: none;
    text-align: center;
    width: 220px;
    display: block;
    margin: 0 auto;
}

.sv_search .groupsearch_btn {
    background: #C11F2F;
}

.sv_search .groupsearch_btn2 {
    background: #C11F2F;
}

.office_search .groupsearch_btn {
    background: #FF647A;
}

.office_search .groupsearch_btn2 {
    background: #FF647A;
}

.work_search .groupsearch_btn {
    background: #73A553;
}

.work_search .groupsearch_btn2 {
    background: #73A553;
}

input[type=checkbox] {
    transform: scale(1.5);
}

input[type=radio] {
    transform: scale(1.5);
}

/* --- こだわり検索追加--- */

select {
    box-shadow: inset 0 0 1px rgb(161, 167, 168);
}

.search_area [type="text"] {
    padding: 20px;
    background-color: #E5E6E6;
    border: none;
    font-size: 1.8rem;
}

.kodawari .search_area .function {
    flex-wrap: wrap;
}

.kodawari .search_area .function label {
    margin-bottom: 20px;
}

.sv_search .search_area .function label {
    margin-right: 25px;
}

.work_search .search_area .function label {
    margin-right: 25px;
}

.kodawari .search_area .function label:nth-child(9n) {
    margin-right: 0;
}

.sv_search .search_area .function label:nth-child(9n) {
    margin-right: 25px;
}

.work_search .search_area .function label:nth-child(9n) {
    margin-right: 25px;
}

.kodawari .price input {
    width: 30%;
    text-align: right;
}

.search_area .btn_area {
    display: flex;
    justify-content: center;
}

.search_area .btn_area button:first-of-type {
    margin-right: 20px;
}

.search_area .reset_btn {
    background: #CBCBCB;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    border: none;
    text-align: center;
    width: 220px;
    display: block;
}

/* --- 特集ページ・スクラブ--- */

.group_contents .contents_area {
    margin-bottom: 80px;
}

.group_contents h2.special_title {
    background: url(https://artuniform.itembox.design/item/scrub_title_bk.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
}

.group_contents h2.special_title2 {
    background: url(https://artuniform.itembox.design/item/title_bk2.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
    justify-content: flex-start;
    padding-left: 40px;
}

.group_contents h2.special_title3 {
    background: url(https://artuniform.itembox.design/item/title_bk3.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
    padding-left: 40px;
}

.group_contents .ob_pro h2.special_title3 {
    background: url(https://artuniform.itembox.design/item/title_bk3.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 20px;
    padding-left: 0;
}

.group_contents h2.special_title4 {
    background: url(https://artuniform.itembox.design/item/title_bk4.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
    padding-left: 40px;
}

.group_contents h2.special_title5 {
    background: url(https://artuniform.itembox.design/item/title_bk5.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
    padding-left: 40px;
    justify-content: flex-start;
}

.group_contents h2.special_title6 {
    background: url(https://artuniform.itembox.design/item/title_bk6.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
    padding-left: 40px;
    justify-content: flex-start;
}

.group_contents .brand .brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}

.group_contents .brand .brand_list li {
    margin-right: 35px;
    list-style: none;
    margin-bottom: 35px;
}

.group_contents .brand .brand_list li:nth-child(4n) {
    margin-right: 0;
}

.group_contents .ranking p {
    margin-bottom: 40px;
    border-bottom: 2px dotted #CECECE;
    padding-bottom: 40px;
}

.group_contents .ranking p:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.group_contents .set_contents {
    margin-bottom: 40px;
    border-bottom: 2px dotted #CECECE;
    padding-bottom: 40px;
}

.group_contents .set_contents:last-of-type {
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
}

.group_contents .set_contents .bottoms {
    display: flex;
    justify-content: space-between;
}

.group_contents .set .groupsearch_btn a {
    background: #2285A8;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    border: none;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    display: block;
}

.group_contents .other .groupsearch_btn a {
    background: #2285A8;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    border: none;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    display: block;
}

.group_contents .fs-c-productListCarousel {
    margin-bottom: 15px;
}

/* --- ドラマ・映画で着用された白衣特集--- */

.drama h1 {
    margin-bottom: 50px;
}

.drama h2.special_title {
    background: url(https://artuniform.itembox.design/item/scrub_title_bk.png?t=20200929154152) repeat;
    border-radius: 6px;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px;
    color: #000000;
    font-size: 3.2rem;
}

.drama .drama_list {
    border-collapse: collapse;
    margin-bottom: 60px;
    width: 100%;
    border-top: 1px dotted #D4D4D4;
    border-right: 1px dotted #D4D4D4;
    font-size: 1.6rem;
}

.drama .drama_list tr {
    border-bottom: 1px dotted #D4D4D4;
}

.drama .drama_list td, .drama .drama_list th {
    border-left: 1px dotted #D4D4D4;
    padding: 20px;
}

.drama .drama_list th {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.drama .drama_list th img {
    margin-right: 15px;
}

.drama .drama_list td {
    text-align: center;
    width: 26%;
}

.drama .drama_list td a {
    color: #2285A8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drama .drama_list td a span {
    font-size: 1rem;
    margin-left: 10px;
}

/* --- 介護ウェア特集--- */

.care .category_select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.care .category_select dl {
    display: flex;
    flex-direction: column;
    background: #FCFCFC;
    border: 1px dotted #CBCBCB;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.care .category_select dd {
    margin: 0;
}

.ranking_number .slick-track .slick-slide:first-of-type::before {
    content: "＼No.1／";
    text-align: center;
    margin: 0 0 0 80px;
    color: #FE376D;
    font-weight: bold;
    line-height: 2;
}

.ranking_number .slick-track .slick-slide:nth-of-type(2)::before {
    content: "＼No.2／";
    text-align: center;
    margin: 0 0 0 80px;
    font-weight: bold;
    line-height: 2;
}

.ranking_number .slick-track .slick-slide:nth-of-type(3)::before {
    content: "＼No.3／";
    text-align: center;
    margin: 0 0 0 80px;
    font-weight: bold;
    line-height: 2;
}

.ranking_number .slick-track .slick-slide:nth-of-type(4)::before {
    content: "＼No.4／";
    text-align: center;
    margin: 0 0 0 80px;
    line-height: 2;
}

.ranking_number .slick-track .slick-slide:nth-of-type(5)::before {
    content: "＼No.5／";
    text-align: center;
    margin: 0 0 0 80px;
    line-height: 2;
}

/* --- 検索結果一覧ヒット0件メッセージ--- */

.fs-c-noResultMessage__title {
    line-height: 1.8;
}

.fs-c-noResultMessage__title .title {
    color: #FE376D;
    font-size: 2rem;
}

.fs-c-noResultMessage__title .l_font {
    font-size: 1.8rem;
}

/* --- 白衣の選び方 --- */

.group_contents .mark {
    margin: 0 auto 10px;
    text-align: center;
}

.group_contents .info_text {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.6rem;
}

.group_contents .info_text2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.6rem;
}

.group_contents .info_text3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.6rem;
}

.hakui .contents_typeset {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.hakui .contents_typeset .type_contents {
    border: 1px solid #CBCBCB;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 470px;
}

.hakui .contents_typeset .type_contents:nth-of-type(2n) {
    margin-right: 0;
}

.hakui .contents_typeset .type_contents h3 {
    font-size: 3rem;
    color: #2285A8;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #AFAFAF;
    text-align: center;
}

.hakui .contents_typeset .type_contents .description_wrap {
    display: flex;
    justify-content: space-between;
}

.hakui .contents_typeset .type_contents .description_wrap .img_box {
    margin-right: 10px;
}

.hakui .contents_typeset .type_contents .description_wrap .text_box {
    width: 270px;
}

.hakui .contents_typeset .type_contents h4 {
    background: #2285A8;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: normal;
}

.hakui .contents_typeset .type_contents .link {
    text-align: center;
    padding-top: 20px;
    border-top: 1px dotted #AFAFAF;
    margin-top: 20px;
}

.hakui .contents_typeset .type_contents .link a {
    color: #2285A8;
    font-weight: bold;
}

.hakui .contents_3points .point_nv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hakui .contents_3points .point_nv p {
    margin-right: 30px;
}

.hakui .contents_3points .point_nv p:last-of-type {
    margin-right: 0;
}

.hakui .contents_3points .point_contents {
    background: #F5F5F5;
    padding: 20px;
    display: flex;
    margin-bottom: 30px;
}

.hakui .contents_3points .point_contents .left_area {
    width: 300px;
    margin-right: 20px;
}

.hakui .contents_3points .point_contents .left_area p:nth-of-type(2n) {
    margin-top: 20px;
}

.hakui .contents_3points .point_contents .right_area {
    width: 600px;
}

.hakui .contents_3points .point_contents .right_area h3 {
    font-size: 3rem;
    color: #2285A8;
    margin: 20px 0;
}

.hakui .contents_3points .point_contents .right_area .point_btn a {
    background: #707070;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.hakui .contents_3points .point_contents .right_area p {
    margin-bottom: 30px;
}

.hakui .contents_3points .point_contents .right_area .contents_wrap {
    display: flex;
    align-items: flex-end;
}

.hakui .contents_3points .point_contents .right_area .contents_wrap p:first-of-type {
    margin-right: 20px;
    line-height: 0;
}

.hakui .contents_design {
    display: flex;
    flex-wrap: wrap;
}

.hakui .contents_design2 {
    display: flex;
    flex-wrap: wrap;
}

.hakui .contents_design3 {
    display: flex;
    flex-wrap: wrap;
}

.hakui .contents_design4 {
    display: flex;
    flex-wrap: wrap;
}

.hakui .contents_design .design_contents {
    background: #E3F3F5;
    padding: 20px;
    width: 470px;
    margin-bottom: 20px;
}

.hakui .contents_design2 .design_contents2 {
    background: #FCBEA7;
    padding: 20px;
    width: 470px;
    margin-bottom: 20px;
    white-space: nowrap;
}
	
.hakui .contents_design3 .design_contents3 {
    background: #EBFFDB;
    padding: 20px;
    width: 470px;
    margin-bottom: 20px;
}
	
.hakui .contents_design4 .design_contents4 {
    background: #FFDCFA;
    padding: 20px;
    width: 470px;
    margin-bottom: 20px;
}

.hakui .contents_design .design_contents:nth-of-type(2n) {
    margin-left: 20px;
}

.hakui .contents_design2 .design_contents2:nth-of-type(2n) {
    margin-left: 20px;
}

.hakui .contents_design3 .design_contents3:nth-of-type(2n) {
    margin-left: 20px;
}

.hakui .contents_design4 .design_contents4:nth-of-type(2n) {
    margin-left: 20px;
}

.hakui .contents_design .design_contents h3 {
    font-size: 3rem;
    color: #2285A8;
    margin: 20px 0;
    text-align: center;
}

.hakui .contents_design2 .design_contents2 h3 {
    font-size: 3rem;
    color: #F55D3A;
    margin: 20px 0;
    text-align: center;
}	
	
.hakui .contents_design3 .design_contents3 h3 {
    font-size: 3rem;
    color: #78F78A;
    margin: 20px 0;
    text-align: center;
}	
	
.hakui .contents_design4 .design_contents4 h3 {
    font-size: 3rem;
    color: #FDA3FD;
    margin: 20px 0;
    text-align: center;
}	

.hakui .contents_design .design_contents .design_btn a {
    background: #2285A8;
    display: block;
    padding: 15px 35px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 330px;
}

.hakui .contents_color {
    display: flex;
    flex-wrap: wrap;
}

.hakui .contents_color .color_contents {
    width: 225px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
}

.hakui .contents_color .color_contents:nth-of-type(4n) {
    margin-right: 0;
}

.hakui .contents_color .color_contents h3 {
    font-size: 2rem;
    color: #707070;
    margin: 0;
}

.hakui .contents_color .color_contents a {
    color: #2285A8;
    font-weight: bold;
}

.product_name a {
    font-size: 2rem;
    color: #464646;
    text-decoration: none;
}

/* --- ポータルトップページ--- */

.portal .topwelcome {
    margin-bottom: 80px;
    text-align: center;
}

.portal .topwelcome h2 {
    margin-bottom: 20px;
}

.portal .genre_info {
    margin-bottom: 80px;
}

.portal .genre_info h2 .fbg {
    color: #2B5192;
}

.portal .genre_info .contents_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.portal .genre_info .contents_area .info_contents {
    width: 610px;
    margin-bottom: 40px;
}

.portal .genre_info .contents_area .info_contents a {
    display: block;
    text-decoration: none;
  }

.portal .genre_info .contents_area .info_contents:first-of-type {
    margin-right: 20px;
}

.portal .genre_info .contents_area .info_contents h3 {
    text-align: center;
    height: 100px;
}

.portal .genre_info .contents_area .info_contents h3 img {
    height: 100px;
}

.portal .genre_info .contents_area .info_contents .img_box {
    margin-bottom: 20px;
}

.portal .genre_info .contents_area .info_contents .text_box {
    margin-bottom: 30px;
}

.portal .genre_info .contents_area .info_contents a:visited .text_box,
.portal .genre_info .contents_area .info_contents a:hover p.text_box {
  color: initial;
}

.portal .genre_info .contents_area .info_contents .genre_btn {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 0;
}

.portal .genre_info .contents_area .info_contents a:hover .genre_btn {
    text-decoration: underline;
}

.portal .genre_info .contents_area .info_contents .medical {
    background: #2285A8;
}

.portal .genre_info .contents_area .info_contents .service {
    background: #C11F2F;
}

.portal .genre_info .contents_area .info_contents .office {
    background: #FF647A;
}

.portal .genre_info .contents_area .info_contents .work {
    background: #73A553;
}

/* --- サービス白衣--- */

.sv_pro .pro_select {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #707070;
}

.sv_pro .pro_select .img_box {
    width: 400px;
    margin: 0 25px 0 0;
}

.sv_pro .pro_select .contents_box {
    width: 535px;
}

.sv_pro .pro_select .contents_box .icon_btn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 0;
}

.sv_pro .pro_select .contents_box .icon_btn li {
    margin-right: 10px;
    list-style: none;
}

.sv_pro .pro_select .contents_box h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 0;
}

.sv_pro .pro_select .contents_box .osusume {
    font-size: 2rem;
}

.sv_pro .pro_select .contents_box .osusume .point {
    color: #C11F2F;
}

.sv_pro .pro_select .pro_list {
    display: flex;
    justify-content: flex-start;
}

.sv_pro .pro_select .pro_list dl {
    width: 155px;
    margin-right: 50px;
}

.sv_pro .pro_select .pro_list dl:last-of-type {
    margin-right: 0;
}

.sv_pro .pro_select .pro_list dl a {
    text-decoration: none;
}

.sv_pro .pro_select .pro_list dd {
    margin-left: 0;
}

.sv_pro .pro_select .pro_list dl .name {
    font-size: 1.4rem;
}

.sv_pro .pro_select .pro_list dl .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.sv_pro .pro_select .pro_list dl .price span {
    font-size: 1.4rem;
}

.sv_komono .c_text {
    text-align: center;
}

.sv_komono .contents_box {
    display: flex;
    justify-content: center;
}

.sv_komono .contents_box p {
    margin-right: 30px;
}

.sv_komono .contents_box p:last-of-type {
    margin-right: 0;
}

/* --- サービスコックコート--- */

.cookstyle .style_select {
    display: flex;
}

.cookstyle .style_select .style_contents {
    width: 470px;
    text-align: center;
}

.cookstyle .style_select .style_contents:first-of-type {
    margin-right: 20px;
}

.cookstyle .style_select .style_contents h3 {
    font-size: 2.6rem;
    margin: 0;
}

.cookstyle .style_select .style_contents .textbox {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.cookstyle .style_select .style_contents .item_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cookstyle .style_select .style_contents .item_box {
    width: 220px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.cookstyle .style_select .style_contents .item_box:nth-of-type(2n) {
    margin-right: 0;
}

.cookstyle .style_select .style_contents .item_box a {
    text-decoration: none;
}

.cookstyle .style_select .style_contents .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.cookstyle .style_select .style_contents .price span {
    font-size: 1.4rem;
}

/* --- サービス選び方--- */

.sv_select .pro_select_nv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 80px;
    padding: 0;
}

.sv_select .pro_select_nv li {
    width: 470px;
    margin-right: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.sv_select .pro_select_nv li:nth-of-type(2n) {
    margin-right: 0;
}

.sv_select .pro_select_contents {
    margin-bottom: 80px;
}

.sv_select .pro_select_contents h3 {
    font-size: 2.6rem;
    color: #C11F2F;
    margin: 0 0 20px;
    text-align: center;
    line-height: 0.5;
}

.sv_select .type_title {
    position: relative;
    border-bottom: 2px solid #6D5833;
    color: #6D5833;
    text-align: center;
    font-size: 2.2rem;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

/* 下三角 */

.sv_select .type_title:after {
    border: 10px solid transparent;
    border-top-color: #6D5833;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}

.sv_select .factory_ver {
    border-bottom: 2px solid #3A3B3D;
    color: #3A3B3D;
}

/* 下三角 */

.sv_select .factory_ver:after {
    border-top-color: #3A3B3D;
}

.sv_select .pro_select_contents .pro_list {
    display: flex;
    justify-content: flex-start;
}

.sv_select .pro_select_contents .pro_list dt {
    margin-bottom: 15px;
}

.sv_select .pro_select_contents .pro_list dl {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 60px;
}

.sv_select .pro_select_contents .secound_item dl {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 60px;
}

.sv_select .pro_select_contents .pro_list dl:last-of-type {
    margin-right: 0;
}

.sv_select .pro_select_contents .pro_list dl a {
    text-decoration: none;
}

.sv_select .pro_select_contents .pro_list dd {
    margin-left: 0;
}

.sv_select .pro_select_contents .pro_list dl .name {
    font-size: 1.4rem;
}

.sv_select .pro_select_contents .pro_list dl .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.sv_select .pro_select_contents .pro_list dl .price span {
    font-size: 1.4rem;
}

.sv_select .pro_select_contents .type_set {
    display: flex;
    justify-content: center;
}

.sv_select .pro_select_contents .type_set .type_contents {
    width: 460px;
}

.sv_select .pro_select_contents .type_set .type_contents:first-of-type {
    margin-right: 40px;
}

.sv_select .secound_cont {
    margin-top: 60px;
}

.sv_select h5 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1;
}

.sv_btn_br {
    display: flex;
    justify-content: center;
}

.sv_btn_br a {
    background: #6D5833;
    border-radius: 33px;
    padding: 10px 30px;
    font-size: 1.8rem;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


/* --- オーバーブラウス特集--- */


.ob_pro .item_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ob_pro .item_info .item_box {
    width: 225px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.ob_pro .item_info .item_box:nth-of-type(4n) {
    margin-right: 0;
}

.ob_pro .icon {
    margin: 0 auto 10px;
    width: 50px;
}

.ob_pro .textbox {
    text-align: center;
    margin-bottom: 30px;
}

.ob_pro .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.ob_pro .price span {
    font-size: 1.4rem;
}

/* --- オフィスウェア選び方特集--- */

.select_office .contents_3points .point_nv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select_office .contents_3points .point_nv p {
    margin-right: 20px;
}

.select_office .contents_3points .point_nv p:last-of-type {
    margin-right: 0;
}

.select_office .contents_3points .point_contents {
    background: #F5F5F5;
    padding: 20px;
    display: flex;
    margin-bottom: 30px;
}

.select_office .contents_3points .point_contents .left_area {
    width: 300px;
    margin-right: 20px;
}

.select_office .contents_3points .point_contents .left_area p:nth-of-type(2n) {
    margin-top: 20px;
}

.select_office .contents_3points .point_contents .right_area {
    width: 600px;
}

.select_office .contents_3points .point_contents .right_area h3 {
    font-size: 3rem;
    color: #FF647A;
    margin: 20px 0;
}

.select_office .point_btn a {
    background: #707070;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.select_office .contents_3points .point_contents .right_area p {
    margin-bottom: 30px;
}

.select_office .contents_3points .point_contents .right_area .contents_wrap {
    display: flex;
    align-items: flex-end;
}

.select_office .contents_3points .point_contents .right_area .contents_wrap p:first-of-type {
    margin-right: 20px;
    line-height: 0;
}


.select_office .item_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.select_office .item_info .item_box {
    width: 225px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.select_office .item_info .item_box:nth-of-type(4n) {
    margin-right: 0;
}

.select_office .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.select_office .price span {
    font-size: 1.4rem;
}

.select_office .btn_set {
    display: flex;
    flex-wrap: wrap;
}

.select_office .btn_set .point_btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.select_office .c_set {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.select_office .c_set .contents_box {
    width: 470px;
}

.select_office .c_set .contents_box h3 {
    text-align: center;
    background: #FFF5F5;
    padding: 12px;
    color: #FF677C;
    margin-bottom: 10px;
}

.select_office .c_set .contents_box .item_box {
    margin-bottom: 5px;
}

.select_office .c_set .contents_box .item_box:nth-of-type(2n) {
    margin-right: 0;
}

.select_office .c_set .contents_box .point_btn {
    text-align: center;
}

.select_office .contents_design {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.select_office .setproduct .item_info {
    border-bottom: 1px dotted #707070;
}

.select_office .price_select input {
    width: 30%;
    text-align: right;
}


/* --- ワーク　空調服　--- */

.work_air .bg_title {
    background: #F1F9EB;
    color: #73A553;
    padding: 15px;
    font-weight: bold;
}

.work_air .contents_box {
    display: flex;
}

.work_air .contents_box .set_img {
    width: 300px;
    margin-right: 50px;
}

.work_air .contents_box .set_text {
    width: 645px;
}

.work_air .contents_wrap {
    width: 470px;
    margin-right: 20px;
}

.work_air .item_info {
    display: flex;
    width: 470px;
    margin-right: 20px;
}

.work_air .item_info :nth-of-type(2n) {
    margin-right: 0;
}


.work_air .contents_box .item_box {
    width: 225px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.work_air a:hover {
    text-decoration: none;
}

.work_air .contents_box .item_box:nth-of-type(4n) {
    margin-right: 0;
}

.work_air .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.work_air .price span {
    font-size: 1.4rem;
}

.work_air .set_text .point_btn {
    text-align: left;
}

.work_air .point_btn {
    text-align: center;
}

.work_air .point_btn a {
    background: #707070;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px;
}


/* --- 作業服選び方　--- */

.work_select .contents_typeset { 
    padding: 20px;
    border: 1px solid #CBCBCB;
    margin-bottom: 30px;
}

.work_select .contents_typeset:last-of-type { 
    margin-bottom: 60px;
}

.work_select .contents_typeset h3 {
    font-size: 3rem;
    color: #73A553;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #AFAFAF;
    text-align: center;
}

.work_select .type_contents {
    display: flex;
    align-items: center;
}

.work_select .type_contents .img_box {
    width: 300px;
    margin-right: 20px;
}

.work_select .type_contents .text_box {
    width: 640px;

}

.work_select .type_contents h4 {
    background: #73A553;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: normal;
}

.work_select .btn_list {
    display: flex;
}


.work_select .point_btn {
    text-align: center;
    margin-right: 10px;
}

.work_select .point_btn a {
    background: #707070;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 0;
}




.work_select .contents_3points .point_nv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_select .contents_3points .point_nv p {
    margin-right: 30px;
}

.work_select .contents_3points .point_nv p:last-of-type {
    margin-right: 0;
}

.work_select .contents_3points .point_contents {
    background: #F5F5F5;
    padding: 20px;
    display: flex;
    margin-bottom: 30px;
}

.work_select .contents_3points .point_contents .left_area {
    width: 300px;
    margin-right: 20px;
}

.work_select .contents_3points .point_contents .left_area p:nth-of-type(2n) {
    margin-top: 20px;
}

.work_select .contents_3points .point_contents .right_area {
    width: 600px;
}

.work_select .contents_3points .point_contents .right_area h3 {
    font-size: 3rem;
    color: #73A553;
    margin: 20px 0;
}

.work_select .contents_3points .point_contents .right_area .funk_icon {
    display: flex;
    margin: 0 0 20px;
    padding: 0;
}

.work_select .contents_3points .point_contents .right_area .funk_icon li {
    margin-right: 10px;
    list-style: none;
}

.work_select .contents_3points .point_contents .right_area .point_btn a {
    background: #707070;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.work_select .contents_3points .point_contents .right_area p {
    margin-bottom: 30px;
}

.work_select .contents_3points .point_contents .right_area .contents_wrap {
    display: flex;
    align-items: flex-end;
}

.work_select .contents_3points .point_contents .right_area .contents_wrap p:first-of-type {
    margin-right: 20px;
    line-height: 0;
}

.work_select .pro_list h3 {
    font-size: 2rem;
    background: #F1F9EB;
    color: #73A553;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}

.work_select .type_title {
    position: relative;
    border-bottom: 2px solid #6D5833;
    color: #6D5833;
    text-align: center;
    font-size: 2.2rem;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.work_select .type_title:after {
    border: 10px solid transparent;
    border-top-color: #6D5833;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}

.work_select .pro_list .item_info {
    display: flex;
    justify-content: center;
}

.work_select .contents_environment .item_box {
    width: 310px;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 30px;
}

.work_select .contents_environment .item_box:nth-of-type(3n) {
    margin-right: 0;
}

.work_select .pro_list  .item_box a {
    text-decoration: none;
}

.work_select .pro_list  .price {
    font-size: 2rem;
    color: #C11F2F;
    font-weight: bold;
}

.work_select .pro_list  .price span {
    font-size: 1.4rem;
}

.work_select .pro_list .point_btn {
    text-align: center;
    margin: 0 0 80px;
}

.work_select .pro_list .point_btn a {
    margin: 0;
}