@charset "UTF-8";
/*
Theme Name: hsb_theme Child
Template: hsb
*/

/*////////////////////////////////////////////////////////////////////////
// 共通
////////////////////////////////////////////////////////////////////////*/
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
	margin: 0;
	padding: 0;
}
body.page {
	margin: 0;
}
#page {
    overflow: hidden;
}
li.menu-item-has-children {
}
/*li.menu-item-has-children.open {
    background-color: blue;
}*/
ul.menu, ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#wpadminbar {
	position: fixed;
}
.site-info {
	display: none;
}

@media screen and (min-width: 895px) {
    html::-webkit-scrollbar {
        width: 15px;
        background: #E7E7E7;
        padding: 0 2px;
    }
    html::-webkit-scrollbar-thumb {
        background: #A3A3A3;
        margin: 0 2px;
        border-radius: 2px;
    }
}

/*////////////////////////////////////////////////////////////////////////
// ヘッダー
////////////////////////////////////////////////////////////////////////*/
header {
    overflow: hidden;
}
header .inside {
    overflow: hidden;
}
header .site-branding .site-description {
    display: none;
}
header > .inside > .company-contact {
    display: none;
}
header > .inside > .company-contact .telNum, header > .inside >  .company-contact .faxNum {
    float: left;
}
header > .inside > .company-contact .openingTimes {
    clear: both;
}

header > #site-navigation > .inside > .company-contact {
	padding: 20px;
	border-radius: 10px;
}
header > #site-navigation > .inside > .company-contact .tel-head {
	margin: 10px auto 0;
	text-align: center;
}
header > #site-navigation > .inside > .company-contact .telNum,
header > #site-navigation > .inside > .company-contact .faxNum {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
header > #site-navigation > .inside > .company-contact .telNum i,
header > #site-navigation > .inside > .company-contact .faxNum i {
    font-size: 1.6rem;
    /* margin: 0 5px 3px 0; */
}
header > #site-navigation > .inside > .company-contact .telNum i img {
    height: 35px;
    margin: 0 5px -6px 0;
}
header > #site-navigation > .inside > .company-contact .openingTimes {
    font-size: 1.2rem;
    text-align: center;
}

header .site-branding {
    padding: 20px 20px 10px;
	overflow: hidden;
	float: left;
}
header .site-branding .site-title {
    margin: 0;
	float: left;
}
header .site-branding .site-title a {
	overflow: hidden;
	display: block;
	width: max-content;
}
header .site-branding .site-title a img {
    height: 28px;
}

header > .inside > .headerlink {
	display: none;
	float: right;
}
header > #site-navigation > .inside > .headerlink {
	float: right;
	width: calc(100% - 173px);
	padding: 18px;
}
header > .inside > .headerlink a,
header > #site-navigation > .inside > .headerlink a {
	color: #333;
	text-decoration: none;
	overflow: hidden;
	display: block;
	float: right;
}
header > .inside > .headerlink a i,
header > #site-navigation > .inside > .headerlink a i {
	display: block;
	float: left;
	margin-right: 2px;
	padding-top: 2px;
}
header > .inside > .headerlink a i img,
header > #site-navigation > .inside > .headerlink a i img {
	width: 20px;
}
header > .inside > .headerlink a span,
header > #site-navigation > .inside > .headerlink a span {
	margin-bottom: 2px;
}
@media screen and (min-width: 1055px) {
	header > .inside > .headerlink {
		display: block;
		margin: 20px 50px 0 0;
	}
	header > .inside > .headerlink a:hover {
		color: #0085ca;
	}
}

/*/// メインナビゲーション画面 //////////////////////////////////////////////////*/
header #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    clear: both;
    float: right;
    width: 46px;
    z-index: 100;
}

header #site-navigation.toggled {
    width: 100%;
    height: 100%;
    background-color: #000000ad;
    z-index: 999;
}

header #site-navigation.toggled > .inside {
    /*background-color: #0085ca;*/
    background-color: #e7ecf1;
    width: calc(100% - 60px);
    height: 100%;
    overflow: scroll;
    transition: 0.5s;
}
header #site-navigation.toggled > .inside::-webkit-scrollbar {
    display: none;
}


/*メニュースイッチ*/
header #site-navigation .menu-toggle {
    float: right;
    background: none;
    border: none;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
}
header #site-navigation.toggled .menu-toggle {
    height: 100%;
    background: none;
}
header #site-navigation .menu-toggle span,
header #site-navigation .menu-toggle span:before,
header #site-navigation .menu-toggle span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #0085ca;
    transition: 0.5s;
    position: absolute;
}
header #site-navigation.toggled .menu-toggle span,
header #site-navigation.toggled .menu-toggle span:before,
header #site-navigation.toggled .menu-toggle span:after {
    background: #fff;
}
header #site-navigation .menu-toggle span:before {
    bottom: 8px;
}
header #site-navigation .menu-toggle span:after {
    top: 8px;
}
header #site-navigation.toggled .menu-toggle span {
    background: rgba(255, 255, 255, 0);
    top: 30px;
}
header #site-navigation.toggled .menu-toggle span::before {
    bottom: 0;
    transform: rotate(45deg);
}
header #site-navigation.toggled .menu-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
}

/*メニュー内-会社情報*/


/*メインメニュー*/
header #site-navigation ul#primary-menu {
    padding: 0 30px;
}
header #site-navigation #primary-menu > li.menu-item {
    position: static;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
header #site-navigation #primary-menu > li.menu-item > a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    padding: 25px 0;
}
header #site-navigation #primary-menu > li.menu-item-has-children > a {
    pointer-events: none;
    position: relative;
}

/*メインメニューのサブメニュー*/
header #site-navigation #primary-menu > li.menu-item ul.sub-menu {
    /*background-color: #55acee;*/
    width: 100%;
}
header #site-navigation #primary-menu > li.menu-item:hover ul.sub-menu {
    display: none;
}
header #site-navigation #primary-menu > li.menu-item.open ul.sub-menu {
    display: block;
    position: static;
    padding: 0 0 20px 10px;
}
header #site-navigation #primary-menu > li.menu-item.open ul.sub-menu > li.menu-item > a {
    font-size: 1.6rem;
    color: #333;
    padding: 5px 25px;
    position: relative;
}
header #site-navigation #primary-menu > li.menu-item.open ul.sub-menu > li.menu-item > a:before {
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    background: #333;
    position: absolute;
    top: 17px;
    left: 0;
}
header #site-navigation #primary-menu > li.menu-item-has-children > a:before,
header #site-navigation #primary-menu > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}
header #site-navigation #primary-menu > li.menu-item-has-children > a:before {
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
    margin: auto;
}
header #site-navigation #primary-menu > li.menu-item-has-children > a:after {
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(90deg);
    margin: auto;
}
header #site-navigation #primary-menu > li.menu-item-has-children.open > a:after {
    display: none;
}

/*パンくずリスト*/
body.home header .breadcrumbs {
    display: none;
}
header .breadcrumbs {
    overflow: hidden;
    width: 100%;
}
header .breadcrumbs .inSide {
    float: right;
    padding: 0 20px;
}
header .breadcrumbs .inSide > span {
    color: #333;
    font-size: 1.4rem;
    padding-left: 30px;
    position: relative;
}
header .breadcrumbs .inSide > span:first-child {
    padding-left: 0;
}
header .breadcrumbs .inSide > span::before {
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    background: #A4A4A4;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 12px;
}
header .breadcrumbs .inSide > span:first-child::before {
    display: none;
}
header .breadcrumbs .inSide > span > a {
    text-decoration: none;
    color: #A4A4A4;
}
header .breadcrumbs .inSide > span > a:hover {
    color: #0085ca;
}

header #site-navigation-pc {
    display: none;
}
@media screen and (min-width: 895px) {
}
@media screen and (min-width: 1055px) {
    header {
        overflow: visible;
        margin-bottom: 30px;
    }
    body.home header {
        margin-bottom: 0;
    }
    header .site-branding {
        float: left;
    }
    header .site-branding .site-title a img {
        height: 36px;
    }
    header > .inside > .company-contact {
        display: block;
        float: right;
    }
    header > .inside > .company-contact .telNum,
    header > .inside > .company-contact .faxNum {
        font-size: 2.8rem;
        font-weight: 700;
        margin: 0;
    }
    header > .inside > .company-contact .faxNum {
        padding-left: 20px;
    }
    header > .inside > .company-contact .telNum i,
    header > .inside > .company-contact .faxNum i {
        font-size: 1.6rem;
        margin: 0 5px 3px 0;
    }
    header > .inside > .company-contact .openingTimes {
        margin: 0;
    }
 
    /*メインナビゲーション画面*/
    header #site-navigation {
        display: none;
    }
    
    /*PCメインナビゲーション*/
    header #site-navigation-pc {
        display: block;
        float: inherit;
        width: auto;
        position: inherit;
        background: linear-gradient(#f6f9f9, #eaf1f3);;
    }
    header #site-navigation-pc ul.menu > li.menu-item {
        width: 16.666%;
        text-align: center;
        position: relative;
        overflow: inherit;
        background: none;
    }
    header #site-navigation-pc ul.menu > li.menu-item::before {
        content: '';
        display: block;
        height: 40px;
        width: 1px;
        background-color: #d6d6d6;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    header #site-navigation-pc ul.menu > li.menu-item:first-child::before,
    header #site-navigation-pc ul.menu > li.menu-item:hover::before {
        display: none;
    }
    header #site-navigation-pc ul.menu > li.menu-item > a {
        color: #333333;
        font-weight: 600;
        padding: 20px 0;
    }
    header #site-navigation-pc ul.menu > li.menu-item:hover > a,
    header #site-navigation-pc ul.menu > li.current-menu-item:hover > a {
        color: #fff;
        background: #0085ca;
    }
    header #site-navigation-pc ul.menu > li.current-menu-item > a,
    header #site-navigation-pc ul.menu > li.current_page_ancestor > a {
        background: linear-gradient(#eaf1f3, #dee8eb);
    }
    header #site-navigation-pc ul.menu > li.menu-item > ul.sub-menu {
        width: 100%;
        display: block;
        background-color: #0085ca;
    }
    header #site-navigation-pc ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
        width: 100%;
        float: left;
    }
    header #site-navigation-pc ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
        color: #fff;
        font-size: 1.4rem;
        text-align: left;
        padding: 5px 20px 5px 35px;
        width: 100%;
        position: relative;
    }
    header #site-navigation-pc ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a::before {
        content: '';
        display: block;
        height: 1px;
        width: 10px;
        background: #ffffffa6;
        position: absolute;
        top: 17px;
        left: 10px;
    }
    header #site-navigation-pc ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover {
        color: #88d6ff;
        background-color: #349ae3;
    }
    header #site-navigation-pc ul.menu > li.menu-item > ul.sub-menu > li.current-menu-item a {
         background-color: #349ae3;
   }
    
    /*パンくずリスト*/
    header .breadcrumbs {
        background-color: #dee8eb;
        padding: 13px;
    }
    header .breadcrumbs .inSide {
        margin: auto;
        width: 1200px;
        float: inherit;
    }
}
@media screen and (min-width: 1255px) {
    header .inside {
        width: 1200px;
        margin: auto;
    }
    header #site-navigation-pc ul.menu {
        width: 1200px;
        margin: auto;
    }
}

/*////////////////////////////////////////////////////////////////////////
// メインコンテンツ
////////////////////////////////////////////////////////////////////////*/
main.site-main {
    /*background-color: #eb9999;*/
}
@media screen and (min-width: 895px) {
    main.site-main {
        width: calc(100% - 40px);
        margin: auto;
    }
}
@media screen and (min-width: 1055px) {
    main.site-main {
        float: left;
        width: calc(100% - 320px);
        margin-left: 20px;
    }
}
@media screen and (min-width: 1255px) {
    main.site-main {
        width: 840px;
        /*background-color: #ffd5d5;*/
        margin-left: calc((100% - 1200px) / 2);
    }
}

/*////////////////////////////////////////////////////////////////////////
// 固定ページ
////////////////////////////////////////////////////////////////////////*/
main.site-main article header.entry-header {
    background: linear-gradient(#f6f9f9, #eaf1f3);
    position: relative;
    overflow: hidden;
}
main.site-main article header.entry-header::before {
    content: '';
    display: block;
    background-color: #0085ca;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
main.site-main article header.entry-header h1.entry-title {
    font-size: 2rem;
    margin: 20px;
}
main.site-main article .entry-content {
    margin: 0 20px;
}
main.site-main article .entry-content h2.wp-block-heading {
    padding-left: 48px;
    margin-top: 60px;
    background-image: url("images/hsb_icon.svg");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top 7px left 0;
}
main.site-main article .entry-content .smb-accordion__item__title {
	font-weight: 600;
	font-size: 1.8rem;
	padding: 16px;
	margin-top: 2px;
}

@media screen and (min-width: 895px) {
    main.site-main article .entry-content {
        margin: 0;
    }
}


/*////////////////////////////////////////////////////////////////////////
// サイドバー
////////////////////////////////////////////////////////////////////////*/
aside.widget-area {
    /*background-color: #f1ce6d;*/
    margin: 0 20px 20px;
}
aside.widget-area #menu-global_nav {
    background-color: #f1f5f6;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}
aside.widget-area #menu-global_nav li.menu-item a {
    text-decoration: none;
    display: block;
}
aside.widget-area #menu-global_nav > li.menu-item {
    display: none;
}
aside.widget-area #menu-global_nav > li.menu-item > a {
    color: #fff;
    font-weight: 600;
    background-color: #0085ca;
    padding: 20px;
}
aside.widget-area #menu-global_nav ul.sub-menu {
    padding: 0 20px;
}
aside.widget-area #menu-global_nav ul.sub-menu > li.menu-item > a {
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}
aside.widget-area #menu-global_nav ul.sub-menu > li.menu-item.current-menu-item > a {
    color: #0085ca;
    font-weight: 600;
}
aside.widget-area #menu-global_nav ul.sub-menu > li.menu-item > a:hover {
    font-weight: 600;
}
aside.widget-area #menu-global_nav ul.sub-menu > li.menu-item:last-child > a {
    border: none;
}
aside.widget-area #menu-global_nav > li.current-menu-item,
aside.widget-area #menu-global_nav > li.current-menu-ancestor {
    display: block;
}
aside.widget-area .important_menu {
    margin-bottom: 30px;
}
aside.widget-area .important_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.widget-area .important_menu ul li {
    margin-bottom: 10px;
}
aside.widget-area .important_menu ul li a {
    background: linear-gradient(#fff, #f5f5f5);
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 0 20px;
    height: 118px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 2rem;
}
aside.widget-area .important_menu ul li a:hover {
    background: #dee8eb;
}
aside.widget-area .important_menu ul li a span br {
    display: none;
}
aside.widget-area .important_menu ul li a i {
    padding-right: 15px;
}
aside.widget-area .important_menu ul li a i img {
    width: 60px;
}
aside.widget-area .others_menu {
    margin-bottom: 30px;
}
aside.widget-area .others_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.widget-area .others_menu ul li {
    margin-bottom: 10px;
}
aside.widget-area .others_menu ul li a {
    display: block;
    width: 100%;
}
aside.widget-area .others_menu ul li a img {
    width: 100%;
}
aside.widget-area .others_menu ul li a img:hover {
    opacity: 0.5;
}
.fb_iframe_widget > span {
    margin: auto;
}

@media screen and (min-width: 595px) {
    aside.widget-area .others_menu ul li {
        width: calc(50% - 10px);
        float: left;
        margin-right: 20px;
    }
    aside.widget-area .others_menu ul li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 895px) {
    aside.widget-area {
        width: calc(100% - 40px);
        /*background-color: #ffcc99;*/
    }
    aside.widget-area .important_menu ul li a i img {
        width: 40px;
    }
}
@media screen and (min-width: 1055px) {
    aside.widget-area {
        width: 260px;
        /*background-color: #D1FF82;*/
        float: left;
    }
    aside.widget-area .others_menu ul li {
        width: 100%;
        margin-right: 0;
    }
    aside.widget-area .important_menu ul li a span br {
        display: block;
    }
}
@media screen and (min-width: 1255px) {
    aside.widget-area {
        width: 360px;
        /*background-color: #ffff99;*/
        margin-right: calc((100% - 1200px) / 2);
        margin-left: 0;
        padding-left: 30px;
    }
    aside.widget-area .important_menu ul li a i img {
        width: 60px;
    }
}

/*////////////////////////////////////////////////////////////////////////
// フッター
////////////////////////////////////////////////////////////////////////*/
footer.site-footer {
    background-color: #0085ca;
    overflow: hidden;
    padding: 30px;
    clear: both;
}

footer.site-footer .company-info .site-branding {
    width: 60%;
    margin: auto;
}
footer.site-footer .company-info .site-branding .site-title {
    margin-bottom: 10px;
}
footer.site-footer .company-info .site-branding .site-description {
    display: none;
}
footer.site-footer .company-info .company-access {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
}
footer.site-footer .company-info .company-contact {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}
footer.site-footer .company-info .company-contact .tel-head {
    color: #fff;
    margin: 10px auto 0;
    text-align: center;
}
footer.site-footer .company-info .company-contact .telNum,
footer.site-footer .company-info .company-contact .faxNum {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-align: center;
}
footer.site-footer .company-info .company-contact .telNum i,
footer.site-footer .company-info .company-contact .faxNum i {
    font-size: 1.6rem;
    /*margin: 0 5px 3px 0;*/
}
footer.site-footer .company-info .company-contact .telNum i img {
    height: 35px;
    margin: 0 5px -6px 0;
}
footer.site-footer .company-info .company-contact .openingTimes {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}

footer.site-footer ul#menu-global_nav-1 li.menu-item > a {
    color: #fff;
    text-decoration: none;
}
footer.site-footer ul#menu-global_nav-1 li.menu-item.current-menu-item > a {
    background-color: #349ae3;
    border-radius: 5px;
}
footer.site-footer ul#menu-global_nav-1 > li.menu-item {
    padding: 15px 0;
    border-bottom: 1px solid #ffffffa6;
}
footer.site-footer ul#menu-global_nav-1 > li.menu-item > a {
    font-weight: 600;
    display: block;
    width: max-content;
}
footer.site-footer ul#menu-global_nav-1 li.menu-item ul.sub-menu {
    margin-top: 10px;
}
footer.site-footer ul#menu-global_nav-1 li.menu-item ul.sub-menu li.menu-item {
    margin-bottom: 8px;
}
footer.site-footer ul#menu-global_nav-1 li.menu-item ul.sub-menu li.menu-item a {
    font-size: 1.4rem;
    text-align: left;
    padding: 5px 20px 5px 35px;
    width: 100%;
    position: relative;
}
footer.site-footer ul#menu-global_nav-1 li.menu-item ul.sub-menu li.menu-item a::before {
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    background: #ffffffa6;
    position: absolute;
    top: 17px;
    left: 10px;
}

@media screen and (min-width: 1055px) {
    footer.site-footer .widget {
        width: calc(100% - 350px);
        overflow: hidden;
        float: right;
        /*padding-left: 20px;*/
    }
    footer.site-footer .company-info {
        width: 350px;
        float: left;
        /*border-right: 1px solid #ffffffa6;*/
    }
    footer.site-footer .company-info .site-branding {
        margin: 0;
    }
    footer.site-footer .company-info .company-access {
        text-align: left;
    }
    footer.site-footer .company-info .company-contact {
        padding: 20px 0;
    }
    footer.site-footer .company-info .company-contact .tel-head {
        text-align: left;
    }
    footer.site-footer .company-info .company-contact .telNum {
        text-align: left;
    }
    footer.site-footer .company-info .company-contact .openingTimes {
        text-align: left;
    }
    footer.site-footer ul#menu-global_nav-1 {
        display: flex;
        flex-wrap: wrap;
    }
    footer.site-footer ul#menu-global_nav-1 > li.menu-item {
        float: left;
        width: 33.3333%;
        border-bottom: none;
    }
    footer.site-footer .site-info {
        width: 1200px;
        margin: auto;
        overflow: hidden;
    }
}
@media screen and (min-width: 1255px) {
    footer.site-footer {
        clear: both;
    }
    footer.site-footer .inside {
        width: 1200px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    footer.site-footer .widget {
    }
    footer.site-footer .company-info {
    }
}



.content_area{
  max-width: 700px;
  padding: 0 40px;
  margin: 0 auto;
}



/*////////////////////////////////////////////////////////////////////////
// トップページ
////////////////////////////////////////////////////////////////////////*/
/*トップスライダー*/
.top-slider {
    height: auto;
}
.top-slider .slide-item {
	overflow: hidden;
}
.top-slider .slide-item-01 {
    background-color: #B8ECFF;
}
.top-slider .slide-item-02 {
    background-color: #FFD1D1;
}
.top-slider .slide-item-03 {
    background-color: #F7FFA5;
}
.top-slider .slide-item img.slide-img-phone {
	width: 100%;
}
.top-slider .slide-item img.slide-img-tab {
	display: none;
}
.top-slider .slide-item img.slide-img-pc {
	display: none;
}
@media screen and (min-width: 595px) {
	.top-slider .slide-item img.slide-img-phone {
		display: none;
	}
	.top-slider .slide-item img.slide-img-tab {
		display: block;
	}
}
@media screen and (min-width: 1255px) {
	.top-slider {
		height: 480px;
	}
	.top-slider .slide-item {
    	height: 480px;
		position: relative;
	}
	.top-slider .slide-item img.slide-img-tab {
		display: none;
	}
	.top-slider .slide-item img.slide-img-pc {
		display: block;
		max-width: none;
		position: absolute;
		top: 0;
		left: -100%;
		right: -100%;
		margin: auto;
	}
}

/*トップピックアップ*/
.top-pickup {
    margin: 50px 20px;
}
.top-pickup .pickup-item {
    background-color: #B5E4FF;
    margin-bottom: 10px;
}
.top-pickup .pickup-item a {
    color: #333333;
    background-color: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    display: block;
    padding: 5px;
    text-decoration: none;
}
.top-pickup .pickup-item a .inside {
    background: linear-gradient(#fff, #f5f5f5);
    overflow: hidden;
}
.top-pickup .pickup-item a .inside .item-header img {
    width: 100%;
    display: block;
}
.top-pickup .pickup-item a .inside .item-body {
}
.top-pickup .pickup-item a .inside .item-body dl {
    margin: 0;
    padding: 20px 20px 0;
}
.top-pickup .pickup-item a .inside .item-body dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.top-pickup .pickup-item a .inside .item-body dl dd {
    margin: 0;
}
.top-pickup .pickup-item a .inside .item-body p {
    margin: 0;
    position: relative;
    text-align: right;
    padding: 10px 15px;
}
.top-pickup .pickup-item a .inside .item-body p::before {
    content: "";
    border-top: 24px solid transparent;
    border-right: 24px solid #0085ca;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 595px) {
    .top-pickup .pickup-item a .inside {
        display: flex;
    }
    .top-pickup .pickup-item a .inside .item-header {
        float: left;
        width: 250px;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .top-pickup .pickup-item a .inside .item-header img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        margin: auto;
        transform: translate(-50%, 0);
    }
    .top-pickup .pickup-item a .inside .item-body {
        float: right;
        width: calc(100% - 150px);
    }
}
@media screen and (min-width: 1055px) {
    .top-pickup {
        display: flex;
    }
    .top-pickup .pickup-item {
        width: calc(33.333% - (20px / 3));
        margin-left: 10px;
    }
    .top-pickup .pickup-item:first-child {
        margin-left: 0;
    }
    .top-pickup .pickup-item a{
        height: 100%;
    }
    .top-pickup .pickup-item a .inside {
        display: block;
        height: 100%;
    }
    .top-pickup .pickup-item a .inside .item-header {
        float: none;
        width: 100%;
    }
    .top-pickup .pickup-item a .inside .item-header img {
        position: initial;
        transform: initial;
    }
    .top-pickup .pickup-item a .inside .item-body {
        float: none;
        width: auto;
        height: calc(100% - 178px);
    }
    .top-pickup .pickup-item a .inside .item-body dl {
        height: calc(100% - 44px);
    }
}
@media screen and (min-width: 1255px) {
    .top-pickup {
        width: 1200px;
        margin: 50px auto;
    }
}

/*トップサイドバー*/
body.home #secondary .widget_nav_menu {
    display: none;
}
body.home #secondary .important_menu {
    display: none;
}

/*トップお知らせリスト*/
.top-notice-list {
    padding-top: 15px;
    margin: 0 20px 30px 20px;
}
.top-notice-list .list-header {
    margin-bottom: 10px;
    overflow: hidden;
}
.top-notice-list .list-header h2 {
    overflow: hidden;
    margin: 0;
    float: left;
}
.top-notice-list .list-header h2 i {
    display: block;
    float: left;
    height: 30px;
    padding: 3px 5px 3px 0;
}
.top-notice-list .list-header h2 i img {
    width: 30px;
}
.top-notice-list .list-header h2 span {
    float: left;
}
.top-notice-list .list-header > a {
    float: right;
    display: block;
    text-decoration: none;
    background: #f5f8f8;
    padding: 5px 35px 5px 20px;
    color: #333;
    position: relative;
}
.top-notice-list .list-header > a::before {
    content: "";
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 80% 50%);
    background-color: #333;
    position: absolute;
    top: 13px;
    right: 15px;
}
.top-notice-list .list-header > a:hover {
    color: #fff;
    background: #0085ca;
}
.top-notice-list .list-header > a:hover::before {
    background-color: #fff;
}
.top-notice-list .list-body .widget_rss {
	margin-bottom: 0;
}
.top-notice-list .list-body ul,
.top-notice-list .list-body .widget_rss ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.top-notice-list .list-body ul li.notice-item a,
.top-notice-list .list-body .widget_rss ul li .wp-block-rss__item-title a{
    color: #333;
	text-decoration: none;
    border-bottom: 1px dotted #000;
    display: block;
    overflow: hidden;
    padding: 10px 0;
}
.top-notice-list .list-body ul li.notice-item a:hover,
.top-notice-list .list-body .widget_rss ul li .wp-block-rss__item-title a:hover {
    background: #f5f8f8;
    color: #0085ca;
}
.top-notice-list .list-body ul li.notice-item a .title {
    float: left;
    width: calc(100% - 150px);
}
.top-notice-list .list-body ul li.notice-item a .date {
    float: right;
    width: 150px;
    text-align: right;
}




/*////////////////////////////////////////////////////////////////////////
// お知らせ：一覧
////////////////////////////////////////////////////////////////////////*/
body.archive .site-main {
	margin: 0 20px;
}
.article-list article {
	border-bottom: 1px solid #d6d6d6;
	margin: 0;
}
.article-list article .entry-item a {
	color: #333;
	text-decoration: none;
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
}
.article-list article .entry-item a:hover {
	background: #f5f8f8;
	color: #0085ca;
}
.article-list article .entry-item a .entry-title {
	font-weight: 600;
}
.article-list article .entry-item a .entry-date {
	width: 160px;
	text-align: right;
}

@media screen and (min-width: 1055px) {
	body.archive .site-main {
		margin-right: 0;
	}
}
@media screen and (min-width: 1255px) {
	body.archive .site-main {
		margin-left: calc((100% - 1200px) / 2);
	}
}

/*////////////////////////////////////////////////////////////////////////
// お知らせ：シングル
////////////////////////////////////////////////////////////////////////*/
body.single .entry-header {
	display: flex;
	justify-content: space-between;
}
body.single .entry-header .entry-date {
	margin: 20px;
}

@media screen and (min-width: 595px) {
	.main .site-main article .entry-content {
		margin: 0 20px;
	}
}



/*////////////////////////////////////////////////////////////////////////
// スタッフ紹介
////////////////////////////////////////////////////////////////////////*/
/*トリガー*/
.modal .modal__trigger {
	color: #fff;
	background: #0085ca;
	overflow: hidden;
}
.modal .modal__trigger img {
	float: left;
	width: 100px;
}
.modal .modal__trigger .cont {
	float: left;
	padding: 20px;
	width: calc(100% - 100px)
}
.modal .modal__trigger .cont .staffpost {
	margin: 0;
}
.modal .modal__trigger .cont .staffname p {
	float: left;
	margin: 0;
}
.modal .modal__trigger .cont .staffname .kan {
	font-size: 2.6rem;
	margin-right: 15px;
}
.modal .modal__trigger .cont .staffname .kana {
	margin-top: 10px;
}

/*コンテンツ*/
.modal__wrapper .modal__container .cont {
	padding: 15px;
	overflow: hidden;
}
.modal__wrapper .modal__container .cont .staffname {
	float: left;
}
.modal__wrapper .modal__container .cont .staffname .kan,
.modal__wrapper .modal__container .cont .staffname .kana {
	margin: 0;
}
.modal__wrapper .modal__container .cont .staffname .kan {
	font-size: 2.8rem;
	float: left;
	margin-right: 15px;
}
.modal__wrapper .modal__container .cont .staffname .kana {
	margin-top: 10px;
	float: left;
}
.modal__wrapper .modal__container .cont .staffpost {
	margin: 0;
}

@media screen and (min-width: 1055px) {
	.modal .modal__trigger img {
		width: 200px;
	}
	.modal .modal__trigger .cont {
		float: left;
		padding: 20px;
		width: calc(100% - 200px)
	}
}


/*////////////////////////////////////////////////////////////////////////
// 不用品一覧表
////////////////////////////////////////////////////////////////////////*/
.huyohin_table {
	width: calc(100% - 40px);
	margin: 20px auto;
	overflow: auto;
}
.huyohin_table table {
	border-collapse: collapse;
	width: 800px;
}
.huyohin_table table tr th,
.huyohin_table table tr td {
	border: 1px solid;
	padding: .5em;
}
.huyohin_table table tr th {
	background: #d9edf7;
}
.huyohin_table table tr td.img {
	width: 120px;
}
.huyohin_table table tr td.note {
	width: 150px;
}
.huyohin_table table tr td.img img {
	margin: auto;
	display: block;
}

@media screen and (min-width: 895px) {
	.huyohin_table {
		width: 100%;
		margin: 20px 0;
	}
	.huyohin_table table {
		width: 100%;
	}
}


/*////////////////////////////////////////////////////////////////////////
// コンタクトブロック
////////////////////////////////////////////////////////////////////////*/
.contact-in-content {
	border: 1px solid #3084c7;
	overflow: hidden;
	margin: 20px 0;
}
.contact-in-content .header {
	color: #fff;
	background: #3084c7;
	text-align: center;
}
.contact-in-content .body {
	padding: 20px;
}
.contact-in-content .body .num {
	overflow: hidden;
	width: max-content;
	margin: 0 auto;
}
.contact-in-content .body .num p {
	color: #e54e4c;
	font-size: 3.2rem;
	font-weight: 700;
	width: max-content;
	margin: 0;
	padding: 0 0 0 50px;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 0 3px;
}
.contact-in-content .body .num p.tel {
	background-image: url("images/tel_icon_blu.svg");
}
.contact-in-content .body .num p.fax {
	background-image: url("images/fax_icon_blu.svg");
}
.contact-in-content .body p.timezone {
	overflow: hidden;
	margin: 0;
}
.contact-in-content .body p.timezone span {
	text-align: center;
	float: left;
	width: 100%;
}
.contact-in-content .body p.timezone span.lavel {
	font-weight: 600;
}
@media screen and (min-width: 595px) {
	.contact-in-content .body .num {
		width: max-content;
	}
	.contact-in-content .body .num p {
		float: left;
	}
	.contact-in-content .body .num p.tel {
		margin-right: 20px;
	}
	.contact-in-content .body p.timezone {
		text-align: center;
	}
	.contact-in-content .body p.timezone span {
		float: inherit;
	}
}

/*////////////////////////////////////////////////////////////////////////
// フローヘッダーブロック
////////////////////////////////////////////////////////////////////////*/
.flow-header-in-content {
	overflow: hidden;
}
.flow-header-in-content .flow-title {
	background: #767676;
	color: #fff;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	text-align: center;
}
.flow-header-in-content .steps {
	float: left;
	width: 100%;
}
.flow-header-in-content .steps ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.flow-header-in-content .steps ul li {
	color: #fff;
	float: left;
	background: #efefef;
	margin: 0 5px 5px 0;
	padding: 10px;
	text-align: center;
	width: calc(33.33333% - 5px);
	border-radius: 5px;
}
.flow-header-in-content .steps ul li:nth-of-type(1) {
	background: #0085ca;
}
.flow-header-in-content .steps ul li:nth-of-type(2) {
	background: #009ced;
}
.flow-header-in-content .steps ul li:nth-of-type(3) {
	background: #3fbcfe;
}
.flow-header-in-content .steps ul li:nth-of-type(4) {
	color: #333;
	background: #8fd9ff;
}
.flow-header-in-content .steps ul li:nth-of-type(5) {
	color: #333;
	background: #f3f3f3;
}
.flow-header-in-content .steps ul li p {
	margin: 0;
}
.flow-header-in-content .steps ul li p.num {
	font-size: 1.2rem;
}
@media screen and (min-width: 595px) {
	.flow-header-in-content .steps ul li {
		width: 20%;
		margin: 0;
		position: relative;
		border-radius: 0;
	}
	.flow-header-in-content .steps ul li::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 20px solid black;
		border-top: 31px solid transparent;
		border-bottom: 31px solid transparent;
		top: 0;
		right: -20px;
		z-index: 100;
	}
	.flow-header-in-content .steps ul li:last-child::before {
		display: none;
	}
	.flow-header-in-content .steps ul li:nth-of-type(1)::before {
		border-left: 20px solid #0085ca;
	}
	.flow-header-in-content .steps ul li:nth-of-type(2)::before {
		border-left: 20px solid #009ced;
	}
	.flow-header-in-content .steps ul li:nth-of-type(3)::before {
		border-left: 20px solid #3fbcfe;
	}
	.flow-header-in-content .steps ul li:nth-of-type(4)::before {
		border-left: 20px solid #8fd9ff;
	}
	.flow-header-in-content .steps ul li:nth-of-type(5)::before {
		border-left: 20px solid #f3f3f3;
	}
}

@media screen and (min-width: 1055px) {
	.flow-header-in-content {
		border-radius: 5px;
	}
	.flow-header-in-content .flow-title {
		width: 200px;
		float: left;
		line-height: 52px;
		margin: 0;
	}
	.flow-header-in-content .steps {
		float: left;
		width: calc(100% - 200px);
	}
}
