@charset "UTF-8";

@media screen and (min-width: 769px) {
	.spTopBnaner, .section-top, .section-news, .section-category, .section-banner, .section-contents, .section-banner-reco, .footer_sns {
		display: none;
	}
}

@media screen and (max-width: 768px) {
    .logo img {
        height: 35px;
        margin: 5px 0 0 5px;
    }
	.section-top .spTopBnaner .spTopVideo {
  		width: 100%;
  		height: auto;
		min-height: 298px;
  		background: #ffffff;
  		overflow: hidden;
  		position: relative;		
	}
	.section-top .spTopBnaner .spTopVideo a {
  		display: block;
 		height: 100%;
  		position: absolute;
  		width: 100%;
  		z-index: 99999;		
	}
	.section-top .spTopBnaner .spTopVideo video {
  		bottom: 0;
  		left: 0;
  		margin: auto;
  		position: absolute;
  		right: 0;
  		top: 0;
  		width: 100%;
	}
	
	.section-top .spTopBnaner .spTopReco img {
		width: 100%;
		height: auto;
	}	
	.top-newses {
		display: none;
	}
	
	
    .dl-trigger {
        background: #ffffff !important;
    }
    
    .dl-trigger::after {
        background-color: #2b2b2b !important;
    }
    body p {
        font-family: 'Noto Sans JP', sans-serif;
        color: #333333;
    }
#header-sp #spCart {
	cursor: pointer;
	display: block;
	height: 22px;
	position: fixed;
	margin-left: 75%;
	margin-top: 13px;
	z-index: 10000;
}	
#header-sp #spCart img {
  width: 25px;
}	
#header-sp #spCart .cartCount02 {
  position: absolute;
  top: -10px;
  right: -12px;
  border: 2px solid #cc0000;
}

#header-sp .cartCount02 {
  display: inline-block !important;
  font-size: 11px;
  line-height: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #cc0000;
  border: 4px solid #cc0000;
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
  vertical-align: middle;
}	
	
    /*#spCart {
        display: block;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 60px;
        z-index: 99999;
    }
    #spCartBtn {
        width: 30px;
        height: 30px;
    }*/
    #sp_header_Box {
        background-color: #2b2b2b;
    }
    #sp_headerSearch_Box {
        padding: 60px 20px 11px 20px;
    }
    #header_3rd_searcher {
        background-color: #fff;
        border-radius: 5px;
    }
    #header_3rd_searcher_words_wrapper_sp {
        box-sizing: border-box;
        display: flex;
        padding: 0 5px;
        border-radius: 5px;
        height: 35px;
    }
    #header_3rd_searcher_words_sp {
        width: 90%;
    }
    #header_3rd_searcher_button_sp {
        width: 10%;
        background-color: #FFFFFF;
        color: #888888;
        padding: 0 !important;
    }
    #header_3rd_searcher_button_sp i {
        vertical-align: bottom;
    }
    .dl-menuwrapper button:after {
        height: 3px !important ;
        box-shadow: 0 10px 0 #333, 0 20px 0 #333 !important;
        top: 12px !important;
    }
    .spTopReco img {
        border: none !important;
    }
    .section-top img {
        width: 100%;
        vertical-align: bottom;
    }
    .section-top_contents {
        background-color: #F6F8F9;
        display: flex;
        padding: 20px;
        justify-content:space-between;
    }
    .section-top_contents-button {
        background-color: #fff;
        display: block;
        width: calc(25% - 10px);
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        border-radius: 7px;
        text-align: center;
        padding-top: 10px;
        
    }
    .section-top_contents-button p {
        margin: 5px 0 10px 0;
    }
    .section-top_contents-button i {
        font-size: 40px;
    }
    .section-news {
        padding: 30px 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .section-news_title {
        margin-bottom: 20px;
    }
    .section-news h2 {
        font-size: 18px;
    }
    .section-news span {
        font-size: 14px;
    }
    .section-news_item {
        display: flex;
        width: 100%;
        padding: 0 0 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #333;
    }
    /*.section-news_item img {
        width: 60px;
        height: 60px;
    }*/
  .section-news a .thumbnail {
    /*margin-right: 32px;
    border: 1px solid #bdbdbd;*/
    width: 60px;
    height: 60px;
    overflow: hidden;
  }
  .section-news a .thumbnail img {
    max-width: unset;
    max-height: unset;
  }
  .section-news a .thumbnail.portrait img {

    width: 60px;
    height: auto;
  }
  .section-news a .thumbnail.landscape img {
    width: auto;
    height: 60px;
  }
  .section-news a .thumbnail.square img {
    width: 60px;
    height: auto;
  }
	
    .section-news_item-text {
        display: flex;
        flex-wrap: wrap;
		width: 80%;
    }
    .section-news_item_title {
        width: 100%;
        font-size: 14px!important;
        font-weight: 600;
        margin: 0 10px;
    }
    .section-news_item_company {
        width: 100%;
        font-size: 12px;
        padding-top: 3px;
        margin: 0 10px;
        word-wrap: break-word;
        line-height: 1.1;
    }
    .section-news_item_title span {
        margin-left: 8px;
        font-size: 14px;
        color: #E3161A;
    }
    .section-news_item_more-view {
        display: block;
        width: 150px;
        height: 44px;
        background-color: #E53930!important;
        margin: 40px auto 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
    .section-news_item_more-view p {
        font-size: 14px;
        font-weight: 600;
        line-height: 44px;
        text-align: center;
        color: #f6f8f9 !important;
    }
    .section-banner {
        background-color: #f6f8f9;
        padding: 15px 20px;
        text-align: center;
    }
    .section-banner img {
        vertical-align: bottom;
    }
    .section-banner ul {
        margin: 0 auto;
        list-style-type: none;
        padding-inline-start: 0px;
    }
    .section-banner ul li {
        width: 100%;
    }
    .section-banner ul li:first-child {
        margin-bottom: 10px;
    }
    .section-banner ul li img {
        width: 100%;
    }
	.section-banner ul li a {
		display: block;		
	}
	.section-banner ul li a:first-of-type {
		margin-bottom: 16px;
	}
	
	
    .section-category {
        padding: 30px 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .section_title {
        margin: 0 auto;
    }
    .section_title h2 {
        width: 33%;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        padding-bottom: 2px;
        border-bottom: 1px solid #333;
    }
    .section_title p {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        text-align: center;
    }
    .section-category_items ul {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px;
        margin: 20px 0;
    }
    .section-category_items ul li {
        display: block;
        width: calc(25% - 0px);
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        padding-top: 15px;
    }
    .section-category_items ul li p {
        margin: 5px 0 10px 0;
    }
    .section-category_items ul li i {
        font-size: 40px;
    }
    .section-banner-reco {
        background-color: #f6f8f9;
        padding: 30px 20px;
        text-align: center;
    }
    .section-banner-reco ul {
        margin: 0 auto;
        list-style-type: none;
        padding-inline-start: 0px;
    }
    .section-banner-reco ul li {
        width: 100%;
        height: 100%;
    }
	.section-banner-reco ul li a {
		display: block;		
    }
    .section-banner-reco ul li a img {
        width: 100%;
        vertical-align: bottom;
    }
    .section-contents {
        padding: 30px 20px;
    }
    
    .icon-circle {
        width: 70px;
        height: 70px;
        border-radius: 20%;
        overflow: hidden;
        position: relative;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
    }
    .icon-circle img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .section-contents ul {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0;
    }
    .section-contents ul li {
        display: flex;
        justify-content: center;
        width: calc(33% - 5px);
        font-size: 12px;
        margin-top: 20px;
    }
    .section-contents ul li p {
        font-weight: 600;
        text-align: center;
        margin: 12px 0 0
    }
    #scrollToTop {
        bottom: 20px;
        right: 20px;
    }
    #scrollToTop div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 14px !important;
        font-weight: 700;
        background-color: #E53930 !important;
        opacity: 1 !important;
    }
    #scrollToTop div p {
        color: #f6f8f9 !important;
    }
    footer {
        font-family: 'Noto Sans JP', sans-serif;
        color: f6f8f9;
    }
    #footer {
        background-color: #2b2b2b !important;
        padding-bottom: 10px;
    }
    .footer_sns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 10px 60px 20px;
    }
    .footer_sns-icon {
        color: #f6f8f9;
        font-size: 40px;
        width: calc(20% - 5px);
        text-align: center;
    }
	.footer_sns-note {
		width: 25px;
  vertical-align: baseline;

	}
	.footer_sns-icon:visited {
		color: #F6F8F9;
	}
    .title, .links {
        margin: 0 20px;
    }
    #f_box1 {
        border-top: 1px solid #666666;
    }
    .icon-wrap {
        position: absolute;
        right: 25px;
        transform: translatey(-50%);
        width: 38px;
        height: 38px;
        padding-bottom: 23px;
    }
    .icon {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .icon:before, .icon:after {
        position: absolute;
        content: "";
        display: block;
        transition: all 0.4s;
        background: #bbb;
        left: 50%;
        top: 50%;
        width: 50%;
        height: 2px;
        transform: translate(-50%, -50%);
    }
    .icon:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .icon.open:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .copyright {
        font-size: 12px !important;
        margin-top: 20px;
    }
    .footerBtn {
        display: none;
    }
}