@charset "utf-8"; /* CSS Document */
h1,h2,h3,p.txt,ul {
    text-align: left;
}

/*ローディング*/
/*#top #loader {
    width: 24px;
    height: 24px;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -12px;

    margin-left: -12px;

    z-index: 100;
    background: url(../img/common/loading.gif) no-repeat;
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;
}

#top #fade {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}*/

/*wrapper ローディング用
#top #wrapper {
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
}*/

.max-1160{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.mainvisual .main-slider {
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0;
}
.is-ready .mainvisual .main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.mainvisual .main-slider .slide-img a {
	display: block;
	position: relative;
}
/*.mainvisual .main-slider .slide-img .sp-image {
	position: relative;
    padding-bottom: 38%;
	display: block;
}
.mainvisual .main-slider .slide-img .sp-image img{
	position: absolute;
	left: 0;
    top: 0;
    width: 100%;

}*/
@media screen and (min-width: 1160px) {
    #top .mainvisual{
        min-height: 441px;
    }
    .mainvisual .main-slider{
        display: flex;
        overflow: hidden; /* スライドのリフローを抑える */
    }
	#top .mainvisual .slide-img {
		height: 441px;
        min-width: 1160px;
	}
}
/* #topmain
----------------------------------------- */
#topmain .one {
    margin-bottom: 0px;
    width: 100%;
    height: 300px;
    background: url(../img/top/top_main_01_open.jpg) 50% 0 no-repeat;
}

@media screen and (max-width: 640px) {
    #topmain .one {
        height: auto;
        background: none;
        margin-bottom: 20px;
    }
}

#topmain.container {
    /* background: url(../img/common/con_bg.jpg) center 0 repeat-y;*/
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#topmain .slide_all {
    width: 1400px;
    margin: 0 auto;
    height: 360px;
    position: relative;
}

#topmain .slide_wrap {
    width: 4200px;
    position: absolute;
    left: 50%;
    margin-left: -2100px;
}

#topmain .slide_body {
    width: 100%;
}

#topmain .slide {
    width: 1400px;
}

#topmain .slide img {
    width: 100%;
    vertical-align: bottom;
}

#topmain .slide a {
    display: block;
}

/*#topmain .bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
#topmain .bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}*/
/* 追加 */
#topmain .slide {
    transition: all .3s;
    opacity: .8;
}

#topmain .slide.active {
    opacity: 1;
}

/*ページャー*/
#topmain .bx-pager span {
    display: none;
}

#topmain .bx-pager {
    width: auto;
    height: 10px;
    position: absolute;
    bottom: -185px;
    left: 50%;
    margin-top: -190px;
}

#topmain .bx-pager-link {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 8px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4d4d4d;
}

#topmain .bx-pager-link.active {
    background: #808080;
}

#topmain .bx-pager-item {
    display: inline;
}

#topmain .bx-pager-item a.active {
    opacity: 0.3;
}

/*prev next*/
#topmain .bx-wrapper .bx-controls-direction {
    width: 1400px;
    color: black;
    margin: 0 auto;
    text-align: center;
    margin-top: -165px;
    position: relative;
}

#topmain .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -28px;
    width: 28px;
    height: 56px !important;
    position: absolute;
    z-index: 1;
}

#topmain .bx-wrapper .bx-prev {
    left: 8px;
    text-indent: -9898px;
}

#topmain .bx-wrapper .bx-next {
    right: 8px;
    text-indent: -9898px;
}

#topmain .bx-wrapper .bx-prev::before, #topmain .bx-wrapper .bx-next::before {
    width: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    display: block;
    content: '';
    height: 2px;
    background-color: #fff;
    text-decoration: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topmain .bx-wrapper .bx-prev::after, #topmain .bx-wrapper .bx-next::after {
    top: 50%;
    width: 28px;
    position: absolute;
    margin-top: 6px;
    left: 0px;
    display: block;
    content: '';
    height: 2px;
    background-color: #fff;
    text-decoration: none;
}

#topmain .bx-wrapper .bx-prev::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#topmain .bx-wrapper .bx-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topmain .bx-wrapper .bx-next::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topmain .bx-wrapper .bx-prev:hover:before, #topmain .bx-wrapper .bx-next:hover:before, #topmain .bx-wrapper .bx-prev:hover:after, #topmain .bx-wrapper .bx-next:hover:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 640px) {
}

#top .mainvisual {
	position: relative;
}
#top .mainvisual .slide-img {
	max-width: 1160px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	pointer-events: none;
}
#top .mainvisual .slide-img.slick-current  {
	pointer-events: auto;
}

@media (max-width: 768px) {
	#top .mainvisual .slick-dots {
		position: inherit;
		margin-top: 15px;
		margin-bottom: 15px;
		bottom: inherit;
	}
}

#top .mainvisual .slider-arrows {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#top .mainvisual .slider-arrows .arrow {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	z-index: 1;

	background-color: rgba(255,255,255,0.5);
	transform: translateY(-50%);
	cursor: pointer;
}
#top .mainvisual .slider-arrows .arrow-prev {
	left: 20px;
}
#top .mainvisual .slider-arrows .arrow-prev:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;

	border-top: 1px solid rgba(0,0,0,0.8);
	border-left: 1px solid rgba(0,0,0,0.8);
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 38%;
	opacity: 1;
	visibility: visible;
	transition: left ease 0.28s, opacity ease 0.28s, visibility ease 0.28s;
}

#top .mainvisual .slider-arrows .arrow-next {
	right: 20px;
}
#top .mainvisual .slider-arrows .arrow-next:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;

	border-top: 1px solid rgba(0,0,0,0.8);
	border-right: 1px solid rgba(0,0,0,0.8);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 38%;
	opacity: 1;
	visibility: visible;
	transition: right ease 0.28s, opacity ease 0.28s, visibility ease 0.28s;
}

#top .mainvisual .slider-arrows .arrow-prev:hover:before {
	left: 20%;
}
#top .mainvisual .slider-arrows .arrow-next:hover:before {
	right: 20%;
}

@media (max-width: 991px) {
	#top .mainvisual .slider-arrows .arrow {
		width: 60px;
		height: 60px;
	}
	#top .mainvisual .slider-arrows .arrow-prev {
		left: 0;
	}
	#top .mainvisual .slider-arrows .arrow-next {
		right: 0;
	}
	#top .mainvisual .slider-arrows .arrow-next:before,
	#top .mainvisual .slider-arrows .arrow-prev:before {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 500px) {
	#top .mainvisual .slider-arrows {
		display: none;
	}
}


/* コンテンツ
----------------------------------------- */
#top .conBox {
    /* margin-bottom: 20px; */
}

#top #news {
    overflow: hidden;
    /*border: 2px solid #EFBD1E;*/
    display: table;
    width: 49%;
    position: relative;
    float: left;
    margin-bottom: 18px;
}

#top #news .ttl {
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #EFBD1E;
    color: #fff;
    font-size: 110%;
    text-align: left;
    padding-left: 5px;
}

#top #news .right, #top #newitem .right {
    display: block;
    height: 80px;
    /*background: #eee;*/
}

#top #news .right .box, #top #newitem .right .box {
    height: 80px;
    overflow: auto;
    padding: 5px;
    line-height: 1.4;
    font-size: 88%;
}

#top #news .right dl, #top #newitem .right dl {
    display: table;
    width: 100%;
    margin-bottom: 3px;
    /* padding: 10px; */
}

#top #news .right dl dt, #top #newitem .right dl dt {
    display: table-cell;
    width: 6.3em;
    /* padding-left: 10px; */
}

#top #news .right dl dd, #top #newitem .right dl dd {
    display: table-cell;
}

#top #news .more, #top #newitem .more {
    position: absolute;
    right: 20px;
    bottom: 5px;
    background: none;
}

#top #news .more a, #top #newitem .more a {
    text-decoration: underline;
    color: #005aa0;
    min-width: inherit;
    padding: 0 0 0 30px;
}

#top #news .more a:before, #top #newitem .more a:before {
    border-left: 5px solid #005aa0;
}

#top #newitem {
    overflow: hidden;
    /*border: 2px solid #318135;*/
    display: table;
    width: 49%;
    position: relative;
    float: right;
    margin-bottom: 18px;
}

#top #newitem .ttl {
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #318135;
    color: #fff;
    font-size: 110%;
    text-align: left;
    padding-left: 5px;
}

#top #holiday {
    overflow: hidden;
    border: 2px solid #E21414;
    display: table;
    width: 100%;
    position: relative;
    clear: both;
}

#top #holiday .ttl {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    background: #E21414;
    color: #fff;
    font-size: 110%;
    text-align: center;
}

#top #holiday .box {
    padding: 7px 10px 10px;
    line-height: 1.4;
}

#top .conTtl {
    color: #005aa0;
    font-size: 150%;
    background: #F2F5F8 url(../img/common/ttl_bg_01.png) 0 bottom repeat-x;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#top .conTtl span {
    padding-left: 20px;
    color: #ccc;
    font-size: 16px;
}


/* レンタル商品カテゴリ */
#top #cat {
    margin-bottom: 20px;
    clear: both;
}

.category-list .ttl-box {
    display: inline-table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.category-list .ttl-box span {
    display: block;
}

.category-list .ttl-box:before {
    content: "";
    display: block;
    width: 90px;
    height: 7px;
    position: absolute;
    background-color: #005aa0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}


#top #cat .colum04 {
    -webkit-justify-content: flex-start;
    /*--- safari（PC）用 ---*/
    justify-content: flex-start;
}

#top #cat .colum04 a:link {
    text-decoration: none !important;
}

#top #cat .colum05 {
    -webkit-justify-content: flex-start;
    /*--- safari（PC）用 ---*/
    justify-content: flex-start;
}

#top #cat .colum05 a:link {
    text-decoration: none !important;
}

#top #cat li:hover {
    /* border: #005aa0 solid 2px; */
    color: #428C44;
}
#top #cat li:hover .box-picture:before{
    opacity: 1;
    transition: all ease .3s;
}
#top #cat li .box-picture{
    position: relative;
}
#top #cat li .box-picture:before{
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(207, 207, 207, 0.4);
    border-radius: 5px;
    opacity: 0;
    transition: all ease .3s;
    z-index: 1;
}
#top #cat li {
    /*     width: 20%; */
    width : 16.66666%;
    width : -webkit-calc(100% / 5);
    width : calc(100% / 5);
    margin-bottom: 20px;
    padding: 5px;
    font-weight: bold;
    border: #FFFFFF solid 2px;
}

#top #cat li:nth-child(5n) {
    padding-right: 0;
}

#top #cat li a {
	display: block;
	width: 100%;
	height: 100%;
}
#top #cat li .box-picture {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

#top #cat li img,
#top #cat li source {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}

#top #cat li.pc img,
#top #cat li.pc source {
	max-width: 161px;
}
#top #cat li.wifi img,
#top #cat li.wifi source {
	max-width: 118px;
}
#top #cat li.acoustic img,
#top #cat li.acoustic source {
	max-width: 140px;
}
#top #cat li.camera img,
#top #cat li.camera source {
	max-width: 120px;
}
#top #cat li.cable img,
#top #cat li.cable source {
	max-width: 150px;
}

#top #cat li a span {
	display: block;
	font-size: 130%;
	line-height: 1.2;
}

@media (max-width: 1160px) {
	#top #cat li a span {
		font-size: 1.14vw;
	}
}

@media (max-width: 890px) {
	#top #cat li {
	    width : -webkit-calc(100% / 5);
	    width : calc(100% / 5);
	}	
	_:-ms-lang(x)::-ms-backdrop, #top #cat li  {
	    width : 20%;
	}
}

@media (max-width: 768px) {
	#top #cat li {
	    width : 25%;
	    width : -webkit-calc(100% / 4);
	    width : calc(100% / 4);
	}
	#top #cat li a span {
		font-size: 1.6vw;
	}
}

@media (max-width: 480px) {
	#top #cat li.pc img,
	#top #cat li.pc source {
		max-width: 85%;
	}
	#top #cat li.wifi img,
	#top #cat li.wifi source {
		max-width: 75%;
	}
	#top #cat li.camera img,
	#top #cat li.camera source {
		max-width: 80%;
	}

	#top #cat li a span {
		font-size: 2.2vw;
	}
}


#top #koko li {
    margin-bottom: 30px;
}

#top #koko li.koko {
    margin-top: -20px;
}

#top #sideArea .sideBox:nth-child(4) {
    display: none;
}

@media screen and (max-width: 640px) {
	#top #cat .colum05 {
/* 	    padding: 0 15px; */
	}
    #top #news, #top #newitem {
        display: block;
        width: 100%;
    }

    #top #news:nth-child(2) {
        width: 100%;
    }

    #top #news .ttl, #top #newitem .ttl {
        display: block;
        width: 100%;
        font-size: 0.9rem;
        padding: 7px;
    }

    #top #news .right, #top #newitem .right {
        display: block;
        height: 80px;
    }

    #top #news .right .box, #top #newitem .right .box {
        height: 80px;
    }

    #top #news .right dl, #top #newitem .right dl {
        display: block;
    }

    #top #news .right dl dt, #top #newitem .right dl dt {
        display: block;
        width: 100%;
        font-size: 0.75rem;
    }

    #top #news .right dl dd, #top #newitem .right dl dd {
        display: block;
        font-size: 0.75rem;
    }

    #top #news .more, #top #newitem .more {
        position: absolute;
        right: 10px;
        top: 7px;
        bottom: inherit;
    }

    #top #news .more a, #top #newitem .more a {
        color: #fff;
        font-size: 0.75rem;
    }

    #top #news .more a:before, #top #newitem .more a:before {
        border-left: 3px solid #fff;
    }

    #top #holiday {
        width: 100%;
    }

    #top #holiday .ttl {
        display: block;
        width: 100%;
        font-size: 0.9rem;
        padding: 7px;
    }

    #top .conTtl {
        font-size: 1rem;
        padding-left: 4px;
    }

    #top .conTtl span {
        font-size: 0.8rem;
        padding-left: 10px;
    }

    #top #cat li {
        width : -webkit-calc(100% / 3) ;
        width : calc(100% / 3) ;
    }
	_:-ms-lang(x)::-ms-backdrop, #top #cat li  {
        width : 33.33333% ;
	}
}



/* 2022/12/18 改修 */
.top-sp-message {
	background-color: #f5f5f5;
    padding: 50px 0;
    min-height: 220px;
}
.sp-message .conBox{
    min-height: 100px;
}

.sp-message {
/*    margin-bottom: 40px;*/
}

.sp-message .conBox {
/*    margin-bottom: 20px;
    border: 3px solid #eb4074;
    display: flex;*/
    background-color: #fff;
    padding: 20px 30px;
}

.sp-message .conBox:not(:last-child) {
	margin-bottom: 5px;
}


/*
.sp-message .conBox .n-date {
    display: block;
    color: #eb4074;
    padding: 0 20px;
    position: relative;
}
*/

@media screen and (max-width: 991px) {
    .sp-message .conBox .n-date {
        display: table;
        padding: 0 20px;
    }

    .sp-message .conBox .n-date:before {
        border-width: 6px 0 6px 8px;
        left: 0;
        top: 6px;
    }
}

.sp-message .conBox .ttl {
    display: block;
/*    width: 285px !important;*/
	padding-bottom: 10px;    
    position: relative;

    /* text-align: center; */
    /* justify-content: space-between; */
    /* padding-top: 20px; */
}
.sp-message .conBox .ttl:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #eb4074;
    position: absolute;
    left: -30px;
    top: 6px;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .sp-message .conBox .ttl:before {
        border-width: 6px 0 6px 8px;
        left: 0;
        top: 6px;
    }
}


.sp-message .conBox .ttl span {
    display: table;
    text-align: left;
    letter-spacing: 0.04em;
    /* margin: 0 auto; */
    font-weight: bold;
    /* padding: 0 0 13px 0; */
    /* position: relative; */
    line-height: 1.4em;
/*     min-width: 270px; */
}

/*
.sp-message .conBox .ttl span:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 -10px;
    border-top: 2px solid #eb4074;
    border-bottom: 2px solid #eb4074;
    z-index: 1;
}
*/
.sp-message .conBox .box {
    display: block;
    width: 100%;
    flex: 1;
    /* padding-left: 20px; */
    line-height: 1.5em;
    letter-spacing: 0.03em;
    color: #444;
    text-align: left;
}

.sp-message .conBox .box .inBox {
    width: 100%;
    /* border: 3px solid #eb4074; */
    /* background-color: #fefef3; */
    /* padding: 3%; */
    line-height: 1.5em;
    letter-spacing: 0.03em;
    color: #444;
    position: relative;
    text-align: left;
}

/*
.sp-message .conBox .box .inBox:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #eb4073 transparent transparent;
    position: absolute;
    z-index: 1;
    left: -12px;
    top: 25px;
}
*/
.sp-message .conBox .box a {
    color: #eb4074;
    text-decoration: underline;
}
.sp-message .conBox .box a:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .sp-message {
        padding-top: 0;
    }

    .sp-message .conBox {
        display: block;
        padding: 20px 0;
    }

    .sp-message .conBox .ttl {
        display: block;
        width: auto !important;
        text-align: left;
        /* padding-top: 0; */
        padding: 0 20px;
    }

    .sp-message .conBox .ttl span {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .sp-message .conBox .box {
        padding-left: 20px;
        /* padding-top: 15px; */
        padding-right: 20px;
    }

    .sp-message .conBox .box .inBox:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 9px 6px;
        border-color: transparent transparent #eb4073 transparent;
        top: -12px;
        left: 10%;
    }
}

@media screen and (max-width: 640px) {
    .sp-message {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .sp-message .conBox .ttl span {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .category-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* 複数台・長期レンタル */
.longrental-wrap {
}
.longrental-wrap .ban-row {
	display: block;
	position: relative;
	z-index: 1;
}
.longrental-wrap .ban-row img {
	max-width: 100%;
}
.longrental-wrap .ban-row .img-center {
	max-width: 1000px;
	margin: 0 auto;	
	line-height: 0;
}
.longrental-wrap .ban-row .img-left {
	width: calc((100vw - 1000px) / 2);
	height: 100%;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.longrental-wrap .ban-row .img-right {
	width: calc((100vw - 1000px) / 2);
	height: 100%;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.longrental-wrap .ban-row .img-left img,
.longrental-wrap .ban-row .img-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.longrental-wrap .ban-row .img-sp-under {
		display: flex;
	}
	.longrental-wrap .ban-row .img-left,
	.longrental-wrap .ban-row .img-right {
		width: 50%;
		position: relative;
	}
}



.promo-slider-area {
    width: 100%;
}

.promo-slider-area .promo-slider {
    width: 100%;
}

.promo-slider-area .promo-slider li {
}

.promo-slider-area .promo-slider li .p-box {
    display: block;
    width: 100%;
    height: 200px;
}

.promo-slider-area .promo-slider li.p01 .p-box {
    background-color: #ffc530;
}

.promo-slider-area .promo-slider li.p01 .p-box .fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-slider-area .promo-slider li.p01 .p-box .fbox .p-text {
    flex-shrink: 1;
    padding: 0 3%;
    font-size: 4.5vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}

.promo-slider-area .promo-slider li.p01 .p-box .fbox .p-text span {
    font-size: 5vw;
    font-weight: bold;
}

.promo-slider-area .promo-slider li.p01 .p-box .fbox img:first-child {
}

.promo-slider-area .promo-slider li.p02 .p-box {
    background-color: #e94c8b;
    color: #fff;
}

.promo-slider-area .promo-slider li.p02 .p-box .fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.promo-slider-area .promo-slider li.p02 .p-box .fbox .p-text {
    flex-shrink: 1;
    padding: 0 1%;
    font-size: 5.7vw;
    white-space: nowrap;
    font-weight: bold;
    width: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: inherit;
}

.promo-slider-area .promo-slider li.p02 .p-box .fbox .p-text .f-en {
    font-size: 5.5vw;
    font-weight: bold;
}

.promo-slider-area .promo-slider li.p02 .p-box .fbox .p-text .p-text-min {
    font-size: 3vw;
}

.promo-slider-area .promo-slider li .p-box a {
    display: block;
    color: #333;
}

.promo-slider-area .promo-slider li .p-box .fbox {
}

.promo-slider-area .promo-slider li .p-box img {
    height: 200px;
    width: auto;
}

@media (min-width: 1500px) {
	.promo-slider-area .promo-slider li.p02 .p-box .fbox .p-text {
	    font-size: 6.3rem;
	}
}
@media (min-width: 767px) {
	.promo-slider-area .promo-slider li.p02 .p-box .fbox .p-text .p-text-min {
		font-size: 3.0rem;
	}	
}
@media screen and (max-width: 991px) {
    .promo-slider-area .promo-slider li .p-box {
        height: 120px;
    }

    .promo-slider-area .promo-slider li .p-box img {
        height: 120px;
    }
}

@media screen and (max-width: 530px) {
    .promo-slider-area .promo-slider li .p-box {
        height: 70px;
    }

    .promo-slider-area .promo-slider li .p-box img {
        height: 70px;
    }
}

@media screen and (max-width: 480px) {
    .promo-slider-area .promo-slider li .p-box {
        height: 50px;
    }

    .promo-slider-area .promo-slider li .p-box img {
        height: 50px;
    }
}

.wide-only {
    display: none;
}

@media screen and (max-width: 1550px) {
    .wide-only {
        display: block;
    }
}

.mid-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mid-only {
        display: block;
    }
}

.newitem-wrap {
    background-color: #fdfcea;
}

@media screen and (max-width: 640px) {
    .newitem-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1201px) {
    .newitem-wrap .newitem-box {
        display: flex;
    }
}

.newitem-wrap .newitem-box .ttl-box {
    display: block;
    width: 290px;
    text-align: left;
    padding-right: 35px;
}

@media screen and (max-width: 1200px) {
    .newitem-wrap .newitem-box .ttl-box {
        width: inherit;
        padding-bottom: 30px;
    }

    .pc-only-item {
        display: none;
    }
}

.newitem-wrap .newitem-box .ttl-box .ttl-head {
    display: block;
    color: #f39538;
    line-height: 1.4em;
    font-weight: bold;
    padding-bottom: 8px;
    letter-spacing: 0.05em;
}

.newitem-wrap .newitem-box .ttl-box .ttl {
    display: block;
    color: #000;
    line-height: 1.1em;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 15px;
}

.newitem-wrap .newitem-box .ttl-box .ttl-foot {
    color: #444;
}

@media screen and (max-width: 1200px) {
    .newitem-wrap .newitem-box .ttl-box .ttl-head {
        padding-bottom: 5px;
    }

    .newitem-wrap .newitem-box .ttl-box .ttl {
        padding-bottom: 10px;
    }
}

.newitem-wrap .newitem-box .item-slide {
    display: block;
    width: 860px;
    /* flex: 1; */
    padding: 0 65px;
}

@media screen and (max-width: 1200px) {
    .newitem-wrap .newitem-box .item-slide {
        width: 100%;
        padding: 0 65px;
    }
}

.newitem-wrap .newitem-box .item-slide .newitem-slider {
    overflow: visible;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li {
    margin: 0 10px;
    opacity: 1;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box {
    /* 	max-width: 170px; */
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a {
    display: block;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a:hover {
    text-decoration: none;
    color: inherit;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox {
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .item-img {
    display: block;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    background-color: #fff;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li.item-ipad .item-box a .fbox .item-img {
	padding: 5px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .ttl {
    display: block;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 5px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .price {
    display: block;
    text-align: right;
    padding-bottom: 6px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .text {
    display: block;
    line-height: 1.5em;
}

.pt-ranking .item-img{
	position: relative;
}
.pt-ranking .item-img:before{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	content: attr(date-ranking);
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #333333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pt-ranking .item-img[date-ranking="1"]:before{
	background:#ebb000;
}
.pt-ranking .item-img[date-ranking="2"]:before{
	background:#5a7e87;
}
.pt-ranking .item-img[date-ranking="3"]:before{
	background:#be5f0d;
}
/* お知らせ */
.information {
	background-color: #f5f5f5;
}

.information .info-wrap {
    display: flex;
/*    background-color: #f2fdfc;*/
}

.information .info-wrap .info-ttl {
    width: 185px;
    position: relative;
/*    background: url(../img/top/bg_infottl.gif) repeat left top;*/
}

.information .info-wrap .info-ttl .ttl-box {
/*
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 0.01em;
    white-space: nowrap;
*/
}

.information .info-wrap .info-ttl .ttl-box h2 {
    display: block;
/*    text-align: center;*/
    color: #222;
    line-height: 1em;
    padding-bottom: 13px;
}

.information .info-wrap .info-ttl .ttl-box span {
    display: block;
    text-align: left;
    color: #005aa0;
    line-height: 1em;
}

.information .info-wrap .right {
    display: block;
    width: 100%;
    flex: 1;
    background-color: #fff;
    border-left: 5px solid #005aa0;
/*    padding: 30px 40px 30px 40px;*/
}

.information .info-wrap .right .box {
    overflow-y: scroll;
	max-height: 100px;
    padding: 0 7px 0 15px;
}

.information .info-wrap .right .box dl {
    display: flex;
    padding: 13px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    letter-spacing: 0.01em;
}

/*
.information .info-wrap .right .box dl:first-child {
	padding-top: 0;
}
*/
.information .info-wrap .right .box dl dt {
	color: #000;
    font-weight: bold;
    line-height: 1.2em;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック",sans-serif;
    font-style: normal;
    letter-spacing: 0;
    padding-right: 25px;
}

@media all and (-ms-high-contrast:none) {
    .information .info-wrap .right .box dl dt {
        line-height: 1.3em;
    }
}

.information .info-wrap .right .box dl dd {
    line-height: 1.2em;
    color: #444;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .information .info-wrap {
        display: block;
    }

    .information .info-wrap .info-ttl {
        display: inline-grid;
        width: 100%;
        padding: 10px 0px;
        position: inherit;
    }
    .information .info-wrap .info-ttl .ttl-box {
        display: block;
        position: inherit;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        letter-spacing: 0.01em;
    }

    .information .info-wrap .info-ttl .ttl-box h2 {
        padding-bottom: 8px;
    }

    .information .info-wrap .right {
        display: block;
        width: 100%;
        flex: 1;
        padding: 15px 5px 15px 10px;
    }

    .information .info-wrap .right .box {
        max-height: 110px;
        padding: 0 15px 0 0;
    }

    .information .info-wrap .right .box dl {
        display: block;
        padding: 10px 10px;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .information .info-wrap .right .box dl dt {
        padding-right: 0;
        padding-bottom: 8px;
        text-align: left;
    }

    .information .info-wrap .right .box dl dd {
        text-align: left;
        line-height: 1.3em;
    }
}
@media (max-width: 640px) {
    .information .info-wrap {
		padding: 0 15px;
    }
}

/* フッターバナー */
.bootbanner-wrap {
}

.bootbanner-wrap .fban-list {
}

.bootbanner-wrap .fban-list li {
}

.bootbanner-wrap .fban-list li.slick-slide {
    opacity: 1;
}

.bootbanner-wrap .fban-list li a {
    display: block;
}

.bootbanner-wrap .fban-list li a img {
    width: 100%;
    height: auto;
}


/* ご利用のポイント */
.useofpoint-wrap {
}

.useofpoint-wrap .ttl-box {
    display: inline-table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.useofpoint-wrap .ttl-box span {
    display: block;
}

.useofpoint-wrap .ttl-box:before {
    content: "";
    display: block;
    width: 90px;
    height: 7px;
    position: absolute;
    background-color: #14b47a;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 640px) {
    .useofpoint-wrap .point-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*ご利用ポイント7個の場合*/
/* .useofpoint-wrap .point-container .point-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}
.useofpoint-wrap .point-container .point-wrap .pBox {
    width: 22.5%;
    max-width: 260px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    position: relative;
}
.useofpoint-wrap .point-container .point-wrap .pBox:nth-child(5) {
    margin-left: 11.25%;
}
.useofpoint-wrap .point-container .point-wrap .pBox:last-child {
    margin-right: 11.25%;
} */
 /*ご利用ポイント6個の場合*/
.useofpoint-wrap .point-container .point-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    max-width: 860px;
    margin: 0 auto;
}
.useofpoint-wrap .point-container .point-wrap .pBox {
    width: 33.333%;
    max-width: 260px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    position: relative;
}
.point-wrap .pBox a {
	display: block;
    height: 100%;
	padding: 67px 15px 44px 15px;
	position: relative;
}
.point-wrap .pBox a:before {
	content: "";
	border-top: 7.5px solid transparent;
	border-right: 7.5px solid #14b47a;
	border-bottom: 7.5px solid #14b47a;
	border-left: 7.5px solid transparent;
	position: absolute;
	right: 7px;
	bottom: 7px;
	z-index: 1;
}

/* mn-balloon */
.point-wrap .pBox .mn-balloon {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -20px;
    left: 12px;
    color: #fff;
}
.point-wrap .pBox .mn-balloon:before {
    content: "\e901";
    display: inherit;
    color: #14b47a;
    font-size: 75px;
    position: inherit;
    left: 0;
    z-index: 1;
}
.point-wrap .pBox .mn-balloon .f-en2 {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    letter-spacing: -0.01em;
}
.point-wrap .pBox .mn-balloon .f-en2 .f-sz22 {
    display: block;
}

/* icon */
.point-wrap .pBox .icon {
	display: block;
	margin-bottom: 40px;
	line-height: 1;
}

.point-wrap .pBox .point-ttl {
	text-align: center;
}


@media screen and (max-width: 991px) {
    .useofpoint-wrap .point-container .point-wrap {
		max-width: 570px;
		margin: 0 auto;
		row-gap: 0;
    }
    .useofpoint-wrap .point-container .point-wrap .pBox {
        width: 48%;
        margin-bottom: 50px;
    }
    .useofpoint-wrap .point-container .point-wrap .pBox:nth-child(5) {
        margin-left: 0;
    }
    .useofpoint-wrap .point-container .point-wrap .pBox:last-child {
        margin-right: 0%;
    }
}

@media screen and (max-width: 480px) {
    .useofpoint-wrap .point-container .point-wrap .pBox {
        margin-bottom: 30px;
    }
	.point-wrap .pBox a {
		padding: 40px 10px 30px 10px;
	}
	.point-wrap .pBox .mn-balloon {
		transform: scale(0.8);
		transform-origin: left;
		left: 0;
	}
	.point-wrap .pBox .icon {
		margin-bottom: 15px;
		transform: scale(0.8);
		transform-origin: bottom;
	}
	.point-wrap .pBox .point-ttl {
		font-size: 1.4rem;
	}
	.point-wrap .pBox .point-ttl .f-sz17 {
		font-size: 1.2rem;
	}
}


.check-wrap {
	background-color: #f5f5f5;
}

.check-wrap .cBox {
    display: flex;
}

.check-wrap .cBox .chech-ttl {
    width: 280px;
    padding: 13px 50px 13px 40px;
    border-right: 5px solid #eb4074;
}

.check-wrap .cBox .chech-ttl .ttl-inner {
    display: table;
    text-align: center;
}

.check-wrap .cBox .chech-ttl .ttl-inner .icon {

}

.check-wrap .cBox .chech-ttl .ttl-inner .icon {
    display: block;
    width: 62px;
    height: 62px;
    position: relative;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 12px;
}

.check-wrap .cBox .chech-ttl .ttl-inner .icon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.check-wrap .cBox .chech-ttl .ttl-inner .icon i.fa:before {
    font-size: 2.6rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-47%, -52%);
    z-index: 2;
}

.check-wrap .cBox .chech-ttl .ttl-inner .icon:before {
    /* width: 51px; */
    /* height: 62px; */
    font-size: 62px;
    left: 0;
}

.check-wrap .cBox .chech-ttl .ttl-inner .icon img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.check-wrap .cBox .chech-ttl .ttl-inner .mn-balloon:before {
    content: "\e901";
    display: inherit;
    position: inherit;
    z-index: 1;
}

.check-wrap .cBox .chech-ttl .ttl-inner .mn-balloon:before {
    color: #eb4074;
}

.check-wrap .cBox .chech-ttl .ttl-inner .ttl-text {
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
}

.check-wrap .cBox .chech-ttl .ttl-inner .ttl-main {
    font-weight: bold;
    line-height: 1.3em;
}

.check-wrap .cBox .check-box {
    width: 100%;
    flex: 1;
    padding-left: 50px;
}

.check-wrap .cBox .check-box .box {
    text-align: left;
}

.check-wrap .cBox .check-box .box h2 {
    font-weight: bold;
    color: #eb4074;
    padding-bottom: 13px;
    letter-spacing: 0.02em;
}

.check-wrap .cBox .check-box .box .inBox {
    display: block;
    background-color: #ededed;
    padding: 20px 25px;
}

.check-wrap .cBox .check-box .box .inBox .in-ttl {
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.check-wrap .cBox .check-box .box .inBox .in-list {
    color: #444;
    font-weight: bold;
    padding-left: 18px;
    display: block;
    padding-bottom: 10px;
}

.check-wrap .cBox .check-box .box .inBox .in-text {
}

@media screen and (max-width: 768px) {
    .check-wrap .cBox .chech-ttl .ttl-inner {
        margin: 0 auto;
    }
    
    .check-wrap .cBox {
        display: block;
    }

    .check-wrap .cBox .chech-ttl {
        width: 100%;
        padding: 0 10px 10px;
        border-right: none;
        border-bottom: 5px solid #eb4074;
        margin-bottom: 20px;
    }

    .check-wrap .cBox .check-box {
        width: 100%;
        padding-left: 0;
    }
    
	.check-wrap .cBox .check-box .box .inBox .in-list {
	    padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
    .check-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .check-wrap .cBox .check-box .box h2 {
        padding-bottom: 8px;
    }
	.check-wrap .cBox .check-box .box .inBox {
	    padding: 20px 15px;
	}
}


/* レンタル事例 */
.solution-wrap{
}

.solution-wrap .ttl-box {
    display: inline-table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.solution-wrap .ttl-box span {
    display: block;
}

.solution-wrap .ttl-box:before {
    content: "";
    display: block;
    width: 90px;
    height: 7px;
    position: absolute;
    background-color: #005aa0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.solution-wrap .banner-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solution-wrap .banner-wrap .ban {
	width: 49%;
	max-width: 560px;
}
.solution-wrap .banner-wrap .ban a {
	display: block;
}

.solution-wrap .banner-wrap .ban img {
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	.solution-wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.solution-wrap .banner-wrap .ban {
		width: 100%;
	}
}
/*リニューアル追記*/
.newitem-wrap.pt-recommend{
    background: #f2f9ff;
}
.newitem-wrap.pt-recommend .newitem-box .ttl-box .ttl-head{
    color: #005aa0;
}
.newitem-wrap.pt-recommend .slick-prev, 
.newitem-wrap.pt-recommend .slick-next{
    background-color: #005aa0;
}
/*introduction*/
.introduction-wrap{
    background: #f7f7f7;
}
.introduction-wrap .point-container{
    padding-bottom: 100px;
}
.introduction-wrap .ttl-box {
    display: inline-table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.introduction-wrap .ttl-box span {
    display: block;
}

.introduction-wrap .ttl-box:before {
    content: "";
    display: block;
    width: 90px;
    height: 7px;
    position: absolute;
    background-color: #005aa0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.introduction-items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.introduction-item{
    width: calc((100% - 50px) / 3);
}
.introduction-item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* アイテムが1つだけの場合 */
.introduction-items.single-post {
    justify-content: center; 
}
/* アイテムが2つだけの場合 */
.introduction-items.two-posts {
    justify-content: center; 
}
.introduction-items.two-posts .introduction-item:first-child{
    margin-right: 25px;
}

.introduction-item__title{
    color: #fff!important;
    background: #005aa0;
    padding: 0;
    min-height: 54px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}
.introduction-item__title a{
    color: #fff!important;
    font-size: 1.8rem;
    font-weight: bold;
}
.introduction-item__title .solution-article-head-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 10px;
    min-height: 70px;
    padding: 8px 25px 7px;
    transition: opacity .3s ease;
}
.introduction-item__title span,
.introduction-item__title a span{
    line-height: 1.2;
}
/* .introduction-item__title:before{
    content: "";
    background: url(../images/illust_people001.svg) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 10;
} */
.introduction-item__title small,
.introduction-item__title a small{
    font-size: 1.6rem;
    font-weight: normal;
    display: inline;
}
.introduction-item__title .solution-article-ind {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.introduction-item__title .solution-article-ind-item {
    min-width: 50px;
    padding: 3px 5px;
    border-radius: 3px;
    background: #fff;
    color: #005aa0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 4px);
    text-align: center;
}
/* .introduction-item:nth-child(2) .introduction-item__title:before{
    background: url(../images/illust_people002.svg) no-repeat;
}
.introduction-item:nth-child(3) .introduction-item__title:before{
    background: url(../images/illust_people003.svg) no-repeat;
} */
.introduction-item-wrap{
    padding: 25px 25px 45px;
    box-sizing: border-box;
}
.introduction-item .photo-wrap {
    /* border: solid 1px #cccccc; */
    width: 65.625%;
    margin: 0 auto 40px;
}
.introduction-item .photo-wrap .slick-dots {
    bottom: -24px;
}
.introduction-item .photo-wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
}
.introduction-item .photo-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
}
.introduction-item .photo-wrap .slick-dots li.slick-active button {
    background-color: #005aa0;
}
.introduction-item .slick-dots li:only-child{
    display: none;
}
.introduction-item-info-main{
    font-size: 1.4rem;
    padding: 0 5px;
    box-sizing: border-box;
    border-top:solid 1px #ccc;
    margin-bottom: 20px;
	text-align: left;
}
.introduction-item-info-main p{
    display: block;
    border-bottom:solid 1px #ccc;
    padding: 10px 0;
}
.introduction-item-info-main span{
    font-weight: bold;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}
.introduction-item-info-text{
    text-align: left;
}
.introduction-item-info-text span{
    font-weight: bold;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}
.introduction-items .introduction-item.slick-slide,
.introduction-items .introduction-item .slick-slide{
    opacity: 1;
}
.introduction-items .introduction-item .slick-list{
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
.introduction-item .photo-wrap .photo{
    width: 100%;
}
.introduction-item .photo-wrap .photo img{
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 768px) {
    .introduction-item-info-main p{
        display: block;
        border-bottom:solid 1px #ccc;
        padding: 10px 0;
    }
    .introduction-item-info-main span{
        font-weight: bold;
        margin-right: 0;
        min-width: inherit;
    }
    .introduction-wrap .point-container {
        padding-bottom: 50px;
    }
    .introduction-wrap .btn{
        width: auto;
    }
    .introduction-wrap .ttl-box span{
        padding-bottom: 0;
    }
    .introduction-items {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .introduction-item {
        margin: 25px 5px 20px;
    }
    .introduction-item-wrap {
        padding: 25px 10px;
        box-sizing: border-box;
    }
    /* .introduction-item__title:before{
        content: "";
        background: url(../images/illust_people001@sp.svg) no-repeat;
        background-size: contain;
        width: 60px;
        height: 70px;
        position: absolute;
        left: 10px;
        bottom: 0;
        z-index: 10;
    }
    .introduction-item:nth-child(2) .introduction-item__title:before{
        background: url(../images/illust_people002@sp.svg) no-repeat;
    }
    .introduction-item:nth-child(3) .introduction-item__title:before{
        background: url(../images/illust_people003@sp.svg) no-repeat;
    } */
    .introduction-item__title {
        color: #fff;
        background: #005aa0;
        padding: 0;
        min-height: 60px;
        box-sizing: border-box;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
    }
    .introduction-item__title .solution-article-head-inner{
        display: flex!important;
        padding: 8px 15px;
        font-size: 1.8rem
    }
    .introduction-item .photo-wrap {
        /* border: solid 1px #cccccc; */
        width: 62.5%;
        margin: 0 auto 40px;
    }
    .introduction-item-info-main{
        margin-bottom: 10px;
        padding: 8px 5px;
    }
    .introduction-item-info-main span {
        font-weight: bold;
        margin-right: 0;
        display: block;
        margin-bottom: 5px;
    }
}
/*technology*/
.technology-wrap .point-container{
    padding-bottom: 100px;
}
.technology-wrap .ttl-box {
    display: inline-table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.technology-wrap .ttl-box span {
    display: block;
}

.technology-wrap .ttl-box:before {
    content: "";
    display: block;
    width: 90px;
    height: 7px;
    position: absolute;
    background-color: #005aa0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .introduction-wrap .point-container {
        padding-bottom: 50px;
    }
}
/*top-blog*/
.blog-archive{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
/* 1カラムの場合 */
.blog-archive.single-post{
    justify-content: center;
}
/* ２カラムの場合 */
.blog-archive.two-posts{
    justify-content: center;
}
.blog-archive.two-posts .blog-archive-item:first-child{
    margin-right: 25px;
}
.blog-archive:after{
    content: none;
}
.blog-archive-item{
    width: calc((100% - 50px) / 3);
    position: relative;
}
.blog-archive-item-eyecatch{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 73 / 41;
    overflow: hidden;
}
.blog-archive-item-eyecatch img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
    transform: scale(1);
    transition: ease-in-out .2s;
    aspect-ratio: 73 / 41;
    object-fit: cover;
    object-position: center;
}
.blog-archive-item-eyecatch:hover img {
    transform: scale(1.1);
}
.blog-archive-item-eyecatch__cat{
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.blog-archive-item-eyecatch__cat a {
    display: flex;
    color: #ffffff !important;
    font-size: 1.6rem;
    transition: .2s;
    background: rgba(0, 0, 0, 0.75);
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.blog-archive-item-eyecatch__cat a::before {
    font-family: "icomoon";
    content: "\e902";
    margin-right: 5px;
    position: relative;
    z-index: 997;
    color: #ffffff;
    display: inline-block;
    transform: translateY(-2px);
}
.blog-archive-item-eyecatch__cat a:hover{
    background: rgba(100, 100, 100, 0.25) !important;
}
.blog-archive-item-dateList{
    list-style: none;
    margin-bottom: 10px;
}
.blog-archive-item-dateList__item {
    display: inline-block;
    text-align: left;
    color: #7f7f7f;
    font-size: 1.4rem;
    margin-right: 10px;
    line-height: 1.2;
}
.blog-archive-item-dateList__item:before{
    z-index: 10;
}
.blog-archive-item-dateList .icon-calendar1:before{
    position: relative !important;
    display: inline-block;
    z-index: 997;
    margin-right: 5px;
    line-height: 1;
}
.icon-tag {
    border-radius: 1rem;
    padding: 0.1rem 2.5rem;
    position: relative;
}
.icon-tag::before {
    z-index: 997;
    left: 1.2rem;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
}
.icon-tag a:not(:last-child):after{
    content: ",";
    display: inline;
    z-index: 1;
    position: static;
}
.blog-archive-item-title{
    font-size: 1.6rem;
    font-weight: bold;
}
.blog-archive .slick-slide{
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .blog-archive-item{
        margin: 0 5px;
    }
    .blog-archive-item-eyecatch__cat a::before{
        content: none;
    }
    .blog-archive-item-dateList__item {
        display: block;
        margin-right: 0;
    }
    .blog-archive-item-dateList__item.icon-tag{
        display: flex;
        flex-flow: wrap;
        margin-top: 5px;
    }
    .blog-archive-item-dateList__item.icon-tag a{
        width: auto;
    }
    .blog-archive-item-dateList {
        margin-bottom: 15px;
    }
    .icon-tag {
        border-radius: 1rem;
        padding: 0.1rem 0 0.1rem 2rem;
        position: relative;
    }
    .icon-tag::before {
        z-index: 997;
        left: 0.5em;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #333333;
    }
    .blog-archive-item-title {
        font-size: 1.5rem;
        font-weight: bold;
    }
}
/*top-sns*/
.top-sns-sec1{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
}
/* .top-sns-sec1-item{
    width: calc((100% - 20px) / 2);
} */
.top-sns-sec1-item{
    width: 100%;
}
.top-sns-title{
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    height: 52px;
    width: 100%;
    /* background: #e1f0f7; */
    background: #005aa0;
    border-bottom: solid 2px #005aa0;
    margin-bottom: 15px;
    position: relative;
    transition: all ease .5s;
}
.top-sns-title:hover{
    /* background: #fff5d9;
    border-color: #ea7530; */
    opacity: 0.9;
    transition: all ease .5s;
}
.top-sns-title a{
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 20px 0 50px;
}
.top-sns-title:before{
    content: "";
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.top-sns-title.pt-x:before{
    background-image: url(../images/icon_topsns001.svg);
    background-repeat: no-repeat;
    background-size: 19px 20px;
    background-position: center;
}
.top-sns-title.pt-insta:before{
    background-image: url(../images/icon_topsns002.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.top-sns-title.pt-youtube:before{
    background-image: url(../images/icon_topsns003.svg);
    background-repeat: no-repeat;
    background-size: 20px 14px;
    background-position: center;
}
.top-sns-title:hover a{
    color: #fff;
}
.top-sns-title a:after{
    content: "";
    background: url(../images/top-sns-link-white.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    transition: all ease .5s;
}
/* .top-sns-title:hover a:after{
    background: url(../images/top-sns-link-hover.svg) no-repeat;
    transition: all ease .5s;
} */
/* .top-sns-sec1-item iframe{
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 1 / 1;
} */
.playlist-movies{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.playlist-movies-item{
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
}
.playlist-movies-item__thumb img{
    width: 100%;
    height: auto;
    /* aspect-ratio: 16 / 9; */
}
.playlist-movies-item__time{
    font-size: 1.4rem;
    color: #7f7f7f;
    text-align: left;
    display: block;
    margin-bottom: 2px;
}
.playlist-movies-item__title{
    font-size: 1.6rem;
    font-weight: bold;
}
@media (max-width: 800px) {
    .playlist-movies-item{
        width: calc((100% - 20px) / 2);
    }
}
@media screen and (max-width: 768px) {
    .top-sns{
        width: 90.625%;
    }
    .top-sns-sec1{
        display: block;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .top-sns-sec1-item{
        width: 100%;
    }
    .top-sns-sec1-item:first-child{
        margin-bottom: 20px;
    }
    .playlist-movies-item__time{
        font-size: 1.2rem;
    }
    .playlist-movies-item__title{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .technology-wrap .point-container{
        padding-bottom: 50px;
    }
}
/* cont-faq */
.cont-faq {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cont-faq .box-faq {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.cont-faq .box-faq.is-hide {
	display: none
}

.cont-faq .box-faq dt,
.cont-faq .box-faq dd {
	position: relative;
}
.cont-faq .box-faq dt {
	padding: 20px 80px 20px 75px;
	cursor: pointer;
}
.cont-faq .box-faq dt:before {
	content: "Q";
	display: block;
	color: #005aa0;
	font-size: 4.4rem;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
    position: absolute;
    left: 20px;
    top: 20px;
	z-index: 1;
}
.cont-faq .box-faq dt .plus {
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}
.cont-faq .box-faq dt .plus:before,
.cont-faq .box-faq dt .plus:after {
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background-color: #005aa0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1.5px;
	z-index: 1;
}
.cont-faq .box-faq dt .plus:after {
	transform: rotate(90deg);
}
.cont-faq .box-faq dt.active .plus:after {
	transform: rotate(0);
}

.cont-faq .box-faq dd {
	display: none;
	padding: 30px 20px 30px 75px;
	background-color: rgba(204,222,236,0.2);
}
.cont-faq .box-faq dd:before {
	content: "A";
	display: block;
	color: #3399d3;
	font-size: 4.4rem;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
    position: absolute;
    left: 20px;
    top: 30px;
	z-index: 1;
}
.cont-faq .box-faq dd p {
	line-height: 1.87;
}
.cont-faq .box-faq dd a {
	text-decoration: none;
	font-weight: 300;
}
/*-------------
instagram
-------------*/
.top-instgram-main__items{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.top-instgram-main__list{
    width: 25%;
    padding: 2px;
}
.top-instgram-main__list img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-instgram-main__list {
        width: calc(100% / 3);
    }
}
