html, body {
	margin:0px;
	background-color:#fff;
	position: relative;
	box-sizing: border-box;
	font-weight:bold;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角 ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ　ゴシック",sans-self;
}
div {
	box-sizing: border-box;
}
header {
    position:relative;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    z-index:100;
    background-color:#fff;
}
header .logo,
header .logo img {
    max-width:300px;
    max-height:100px;
}
@media (max-width: 768px) {
    header .logo {
	max-width:200px;
	height:70px;
    }
    header .logo img {
	max-width:200px;
	max-height:70px;
    }
}
.nopc header {
    position:sticky;
    top:0;
}
.nopc header .logo {
    max-width:200px;
    height:70px;
}
.nopc header .logo img {
    max-height:70px;
}



header .header_link {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    display:flex;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
    flex-wrap:wrap;
    align-items: center;
    font-size:14px;
    width:calc(100% - 300px);
}
header .header_menu {
    display:none;
    position:fixed;
    top:0;
    right:0;
    z-index:100;
    width:auto;
}
header .burger_menu {
    padding:5px;
    margin:20px 20px 20px auto;
    width:30px;
    height:30px;
    cursor:pointer;
    text-align:right;
    background-color:#fff;
}
header .menu {
    display:none;
    background-color:#fff;
    border:solid 1px #ccc;
}
@media (max-width: 1250px) {
    header {
        position:sticky;
        top:0;
    }
    header .header_link {
	display:none;
    }
    header .header_menu {
	display:block;
    }
}
.nopc header .header_link {
    display:none;
}
.nopc header .header_menu {
    display:block;
}


header .header_link a,
header .header_menu a {
	display:block;
	color:#000;
	padding:5px 10px;
	text-decoration:none;
	background-color:#fff;
}

header .header_link a {
	padding-bottom:1px;
	border-bottom: solid 3px #FFF;
}
header .header_link a:hover {
	border-bottom: solid 3px #18844f;
}

header .header_menu a {
	padding-top:7px;
	padding-bottom:7px;
	background-color:#fff;
}
header .header_menu a:hover {
	background-color:#ddf8dd;
}


a.button1 {
	display:inline-block;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	text-decoration:none;
	font-size:14px;
	border-radius: 16px;
	border: solid 1px #000;
	padding:7px 25px 5px 25px;
	margin:0 30px;
}

a.button1:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}


a.button2 {
    display:block;
    background-color:#000;
    border: solid 1px #000;
    border-radius: 22px;
    color:#fff;
    font-family:'Monrope';
    font-size:18px;
    font-weight:normal;
    padding:10px 50px 7px 50px;
    margin:auto 0px;
    cursor:pointer;
    text-decoration: none;
}
a.button2:hover {
    color:#000;
    background-color:#fff;
}
@media (max-width: 768px) {
    a.button2 {
	font-size:14px;
    }
}

footer {
    margin-top:10px;
    margin-bottom:10px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:11.5px;
}
footer a
{
	color:#000;
	text-decoration:none;
}
footer a.offer {
	display:inline-block;
	background-color:#fff;
	color:#000;
	font-size:14px;
	border-radius: 16px;
	border: solid 1px #000;
	padding:7px 25px 5px 25px;
	text-decoration:none;
}
footer a.offer:hover {
    color:#fff;
    background-color:#000;
}
footer div {
    margin-left:auto;
    margin-right:auto;
    padding:13px 0px;
}
footer .nowrap {
	white-space:nowrap;
}
footer .nowrap:first-child::before {
	content:"";
}
footer .login {
    text-decoration:underline;
    text-decoration-color:#888;
}
footer .copy {
    color:#888;
}

.name_box {
    display:flex;
    justify-content: space-between;
    max-width:1200px;
    margin:0px auto;
    padding: 20px 0px 20px 5px;
}
.name {
    color:#000;
    font-size:30px;
    font-family:'Monrope';
    margin:auto 0px; 
}
@media (max-width: 768px) {
    .name {
	font-size:20px;
    }
}

.contents {
    width:100%;
    background-color:#fff;
    max-width:1330px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    padding:20px 0 5px 0;
}

.contents .group {
	width:100%;
	padding:20px 5px;
}
.contents .title {
	font-size:14px;
	color:#000;
	padding: 20px 0 30px 5px;
	border-top: solid 1px #ccc;
	margin:0px auto;
	max-width:1200px;
}
.contents .list {
    padding-top:5px;
    padding-bottom:35px;
    padding-left:30px;
    padding-right:30px;
    background-color:#ffffff;
}
.contents .list .items{
    width:100%;
    position: relative;
}
.contents .list .part {
	width:152px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
.contents .list .items a {
    text-decoration: none;
    display:block;
    display:block;
}
.contents .list .part .img {
	display: table-cell;
	width:148px;
	height:148px;
	text-align:center;
	vertical-align: middle;
}
.contents .list .part .img img {
	max-width:148px;
	max-height:148px;
}
.contents .list .part .txt {
	font-size:12px;
	word-wrap: break-word;
	color: #333333;
	max-width:148px;
}


.contents .nomore_user .list,
.contents .nomore .list {
	height: auto;
}
.contents .more{
	text-align:center;
	font-size:14px;
	color:#F0F0E0;
	background-color:#A0C080;
	border-radius: 0 0 5px 5px;
}
.contents .more .open{
	display:block;
}
.contents .more .close{
	display:none;
}
.contents .nomore_user .more .open{
	display:none;
}
.contents .nomore_user .more .close{
	display:block;
}
.contents .nomore .more {
	display: none;
	cursor: pointer;
}

.infomation {
    position: relative;
    width:100%;
    background-color:#e8e8e8;
    padding:20px 5px;
}
.infomation_box {
    margin:0px auto;
    width: 100%;
    max-width:1200px;
    padding-top:20px;
    padding-bottom:40px;
}
.infomation_area {
    height:200px;
    overflow:hidden;
    margin:0px 30px;
}
.infomation_area .date{
	text-align: left;
	color: #333;
	font-size:12px;
	padding:5px;
	vertical-align:top;
}
.infomation_area .title{
	text-align: left;
	color: #333;
	word-wrap: break-word;
	font-size:12px;
	padding:5px;
}
.infomation_area .area{
	text-align: left;
	color: #333333;
	word-wrap: break-word;
	font-size:12px;
	padding:5px;
}
.infomation_area .area a,
.infomation_area .area a:link,
.infomation_area .area a:visited,
.infomation_area .area a:active,
.infomation_area .area a:hover
{
	color:#000;
	text-decoration:underline;
}
.rotatebanner {
	height:200px;
	width:100%;
	background-color:#C0E0C0;
	padding:5px;
}




.topmain {
    padding-bottom:30px;
}
.topmain .item {
    width:100%;
    overflow:hidden;
}
.topmain .item .img {
    width:fit-content;
    text-align:center;
    vertical-align: middle;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.topmain .item .img .caption{
    position:absolute;
    left:50%;
    top:20%;
    bottom:20%;
    margin:auto;
    max-width:1200px;
    width:95%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align:right;
    pointer-events: none;
}
.topmain .item .img .caption img{
    max-width:100%;
    height:100%;
    margin-right:0px;
}

.topmain .item .img video {
    max-width:100%;
    max-height:800px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.topmain .item .img img {
    max-width:100%;
    max-height:800px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}


.solution {
    position:relative;
    max-width:1330px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    padding:20px 0 60px 0 ;
}

.solution_box {
    padding: 50px 35px;
}

#solution {
    width: calc(100% - 70px);
    max-width:1200px;
    aspect-ratio: 3;
    overflow: hidden;
    position:relative;
    margin: 0 auto;
    background-color:#000;
}


#solution-link-custom {
	width: inherit;
	height: inherit;
}
#solution-link-custom .sl-slides-container{
	height: inherit;
}

#solution-link-custom .sl-mask {
}



@media (max-width: 768px) {
	#solution {
		width: 100%;
	}
	.infomation_box .name_box,
	.infomaton_area,
	.solution .name_box,
	.contents .name_box, 
	.contents .title, 
	.contents .more, 
	.contents .list {
		margin:0px;
		width:100%;
	}
	.contents .list .part {
		width:152px;
	}
	.contents .list .part .img {
		width:148px;
		height:148px;
	}
	.contents .list .part .txt {
		width:148px;
	}
	.contents .list .part .img img {
		max-width:148px;
		max-height:148px;
	}
}
@media (max-width: 479px) {
	.contents .list .part {
		width:124px;
	}
	.contents .list .part .img {
		width:124px;
		height:124px;
	}
	.contents .list .part .txt {
		width:124px;
	}
	.contents .list .part .img img {
		max-width:124px;
		max-height:124px;
	}
}
@media (max-width: 407px) {
	.contents .list .part {
		width:100px;
	}
	.contents .list .part .img {
		width:100px;
		height:100px;
	}
	.contents .list .part .txt {
		width:100px;
	}
	.contents .list .part .img img {
		max-width:100px;
		max-height:100px;
	}
}


.linkbanner {
    width:100%;
    padding:120px 5px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.linkbanner .items {
        display:grid;
        grid-template-columns:repeat(auto-fit,200px);
        gap: 5px 5px;
	margin:0 50px;
	justify-content:center;
	align-items: center;
}
.linkbanner .item {
    padding:0px 5px;
    text-align:center;
}
.linkbanner .item img {
    max-width:170px;
    max-height:80px;
}
.linkbanner_button {
    width:100%;
    padding:5px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    text-align:right;
}
@media (max-width: 550px) {
    .linkbanner .items {
        grid-template-columns:repeat(auto-fit,170px);
	margin: 0;
    }
}
@media (max-width: 400px) {
    .linkbanner .items {
        grid-template-columns:repeat(auto-fit,45%);
	margin: 0;
    }
    .linkbanner .item img {
        max-width:100%;
    }
}

.slider {
	width: 188px;
	margin: 10px auto;
}
.slick-slide {
//	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 0;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}

.slick-arrow.slick-disabled {
	opacity: 0.2;
}



#solution-link-custom .sl-link-container{
	display:none;
}
#solution-link-custom .sl-thumbnails-container{
	overflow:visible;
	height:100% !important;
}

#solution-link-custom .sl-thumbnails{
	position: absolute;
	bottom:63px;
	right:50px;
	height: auto!important;
	background-color: #ffffff;
	padding: 15px;
	transform: translate3d(0px, 0px, 0px)!important;
	z-index: 999;
	border:1px solid #F0F0F0;
	border-top:none;
	box-sizing: content-box;
}
#solution-link-custom .sl-thumbnail{
	height:82px;
}
#solution-link-custom .sl-thumbnail-image-container {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	box-sizing: border-box;
	position: relative;
	text-align:center;
}
#solution-link-custom .sl-thumbnail-image {
	width:auto;
	height:80px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#solution-link-custom .sl-thumbnail-text {
width: 188px;
height: 40px;
font-size: 12px;
float:right;
}

#solution-link-custom h2.sl-ttl{
width: 290px;
font-size: 18px;
background-color: #ffffff;
line-height: 1.4;
padding: 15px;
padding-bottom: 0;
position: absolute;
right: 50px;
z-index: 999;
border:1px solid #F0F0F0;
word-break: normal;
font-weight: normal;
}

#solution-link-custom .sl-caption-container{
	pointer-events: none;
	padding:10px 20px;
	width:100%;
}
#solution-link-custom .sl-caption-container .ytp-play-button-custom,
#solution-link-custom .sl-caption-container .button-more{
pointer-events: auto;
}

#solution-link-custom .sl-caption-container .inner {
	display: -webkit-flex; /* Safari */
	display:flex;
	max-height:100%;
}

@media (max-width: 800px) {
#solution-link-custom .sl-caption-container{
	background:none;
}
#solution-link-custom .sl-caption-container h3,
#solution-link-custom .sl-caption-container .block_text{
	display:none;
}
#solution-link-custom .sl-caption-container .button-more{
	display:inline-block;
}
}


#solution-link-custom .sl-caption-container a.ytp-play-button-custom{
    width: 100px;
    height: 132px;
    margin-top:26px;
    margin-left:20px;
    margin-right:20px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: url('../../../img/common/ytp-play-button_off.png') no-repeat 0 0;

}
#solution-link-custom .sl-caption-container a.ytp-play-button-custom:hover{
    background: url('../../../img/common/ytp-play-button_on.png') no-repeat 0 0;
}
#solution-link-custom .sl-thumbnails{
    display:none;
}
#solution-link-custom h2.sl-ttl{
    display:none;
}
#solution-link-custom .sl-caption-container a.ytp-play-button-custom{
    display:none;
}
@media (min-width: 900px) {
    #solution-link-custom .sl-caption-container a.ytp-play-button-custom{
	display:block;
    }
}



.solution_button.prev {
    position:absolute;
    top:50%;
    left:0;
    padding:10px;
    cursor: pointer;
}
.solution_button.next {
    position:absolute;
    top:50%;
    right:0;
    padding:10px;
    cursor: pointer;
}
