@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------
Common
------------------------------------------------------------------------------------------------------- */

body {
	background: #fff;
}

.bg-gray {
	background-color:#f5f5f5;
}

#contents__main--wrap p a:hover {
	text-decoration: none;	
}

.blank {
	background-image: url("/business/common/images/ic_blank.svg");
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    margin-right: 20px;
}
#global__footer--category .blank {
	background-image: url("/business/common/images/ic_blank_w.svg");
}
.hashtag {margin-top: 15px;}
.hashtag li {display: inline-block;background-color:#F5F5F5;border: 1px solid #DADADA;color: #3B4043;font-size: 0.9rem;margin-right: 10px;margin-bottom: 10px; padding: 3px 10px;border-radius:1em; }

#contents__main--wrap .list-pickup {
	margin-top: 40px;	
}

.list-pickup a {
	text-decoration: none;	
}
.list-pickup a:hover {
	opacity: 0.6;
}

video {
	width: 100%;
}

.star.caption  {
font-size:93%;
margin-top: 15px;
}
@media print , screen and (min-width: 768px) {
	.star.caption {
	padding-left:2.1em;
	text-indent:-2.1em;
	}
	
	.star.caption.g1 {
	padding-left:2.5em;
	text-indent:-1.4em;
	}
}

.star.caption a {
	text-decoration: none;	
}

.star.caption a:hover {
	text-decoration: underline;
}

.star.caption span {
	color: #000;
	margin-right: 0.5em;
}


@media print , screen and (min-width: 768px) {
    #contents__main--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
    #contents__main--wrap .list-pickup li {
		width : calc(50% - 5%);
	}
    #contents__main--wrap .list-pickup li:nth-child(2n) {
		margin-left: 6%;
	}
    #contents__main--wrap .list-pickup li:nth-child(n+3) {
		margin-top: 5%;
	}
    #contents__main--wrap .list-pickup li .s_area {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background-color:#f5f5f5;
		padding: 1.5em 1.5em 0;
		align-content: flex-start;
		border-radius: 10px;
	}
    #contents__main--wrap .list-pickup .ttl {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.7em 0;
		font-weight: 700;
	}
    #contents__main--wrap .list-pickup p.txt {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 767px) {
    #contents__main--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
    #contents__main--wrap .list-pickup li {
		width: 100%;
        margin-bottom: 40px;
	}
    #contents__main--wrap .list-pickup li .s_area {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color:#f5f5f5;
		padding: 1.5em 1.5em 0;
		border-radius: 10px;
	}
    #contents__main--wrap .list-pickup .ttl {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.7em 0;
		font-weight: 700;
	}
    #contents__main--wrap .list-pickup p.txt {
		font-size: 14px;
		line-height: 1.5;
	}
}




.top_catch {
	width: 100%;
	max-width: 1200px;
	padding: 35px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	font-weight:700;
}
.top_catch p.p1 {
	font-size: 2.2rem;
	font-weight:700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: inline-block;
}
.top_catch p.p2 {
	font-size: 2.6rem;
	font-weight:700;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
.top_catch p.p1 {
	font-size: 3.8vw;
}
.top_catch p.p2 {
	font-size: 4.4vw;
}
}


.col_1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}

.col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.col_2 .block {
	width: 48%;
}
.col_2 .block .ttl {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.7em 0;
		font-weight: 700;
}
.col_2 .block .ttl2 {
		font-size: 16px;
		line-height: 1.5;
		padding: 0 0 0.7em;
		font-weight: 700;
}
.col_2 .block p.txt {
		font-size: 14px;
		line-height: 1.5;
}

.col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.col_3 .block {
	width: 30.66%;
	margin-right: 4%;
}
.col_3 .block .ttl {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.7em 0;
		font-weight: 700;
}
.col_3 .block p.txt {
		font-size: 14px;
		line-height: 1.5;
}

@media print , screen and (min-width: 768px) {
.col_2 .block:nth-child(2n){
	margin-left: 4%;
}
.col_3 .block:nth-child(3n){
	margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
	.col_1 .block {
	width: 100%;
	margin-top: 40px;
}

	.col_2 .block {
	width: 100%;
	margin-top: 40px;
}
	.col_2 .block:first-child {
	margin-top: 0;
}

	.col_3 .block {
	width: 100%;
	margin-top: 40px;
}
	.col_3 .block:first-child {
	margin-top: 0;
}
}

.col_1 a img:hover, .col_2 a img:hover, .col_3 a img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		transition: 0.2s;
}




.center-txt {
	max-width: 100%;
	margin: 0 auto;

	text-align: center;
}
.center-txt-txt {
	display: inline-block;
	text-align: left;
}

ol.number li {
  list-style-type: none;
  counter-increment: cnt;
}

ol.number li::before {
  content: ""counter(cnt)"．";
}


.list_features-wrap {
    list-style:  none;
    margin:  0;
    padding: 0;
}


.list_features:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #000;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}



.table-design {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
	margin: 50px 0 0;
}
.table-design th {
 padding: 12px;
 background: #eeeddf;
 border: solid 1px #dadada;
 color: #000;
 text-align: center;
 font-weight: 400;
 width: 20%;
 min-width: 60px;
    vertical-align: middle;
}
.table-design th.top {
 width: 80%;
}
.table-design td {
 padding: 10px;
 border: solid 1px #dadada;
}
@media only screen and (max-width: 767px) {
.table-design {
	margin: 60px 0 0;
}
}



.flow-block {
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}

.flow-block.first-child{
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
	margin-top: 40px;
}
.flow-block:last-child, .flow-block.last-child {
	padding-bottom: 0;
	padding-bottom: 0;
	border: none;
}

@media only screen and (max-width: 767px) {
.flow-block {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.flow-block.first-child{
	padding-top: 40px;
	margin-top: 40px;
}
}



/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    
	
	/* タイトル */
	#global__pagetitle--title .s {
		display: block;
		font-size: 0.8rem;
	}
	
	/* グローバルナビ */
	#global__tablinknavigation > li a > span {
		background: none !important;
		text-indent: inherit !important;
		white-space: normal !important;
		padding: 0 2px !important;
		font-size: 1.0rem;
		line-height: 1.3;
	}
	
	/*TOPページ*/
	.slick-dots{
		bottom: 5px !important;
	}
	.slick-dots li{
		width: 5px !important;
		height: 5px !important;
		margin: 0 4px;
	}
	.slick-dots li button{
		width: 5px !important;
		height: 5px !important;
	}
	.slick-dots li button:before{
		font-size: 5px;
		line-height: 7px;
		box-shadow: 0 0 0;
		width: 5px !important;
		height: 5px !important;
		color: #333 !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
	}
	.slick-dots li.slick-active button:before{
		color: #fff !important;
	}
	.slick-dots li.slick-active{
		opacity: 1.0 !important;
	}
	.slick-prev{
		background-image: url(/business/common/images/btn_prev.svg);
	}
	.slick-next{
		background-image: url(/business/common/images/btn_next.svg);
	}	
	.slick-prev,
	.slick-next{
		width: 25px;
		height: 25px;
		padding: 0;
		filter: drop-shadow(1px 1px 3px #000);
	}
	
	/* 
	---------------------------------------------------------------------------------------------------- */
	
	#contents__main--wrap {
		width: 100%;
		padding: 1.0em 1.0em 0 1.0em;
		box-sizing: border-box;
	}

	/* 
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		margin: 2rem 0 2.0rem 0;
	}
	h1.title {
		color: #716f63;
		font-size: 1.83rem;
		font-weight: 300;
		line-height: 120%;
	}
	h1 span.small {
		color: #716F63;
		font-size: 14px;
		font-weight: 400;
		line-height: 100%;
		vertical-align: top;
	}
	.contents__h2--wrap {
		margin-top: 60px;
		margin-bottom: 1.3em;
	}
	.contents__h2--wrap .ttl {
		color: #716f63;
		padding: .7em;
		font-size: 19px;
		background: #eeeddf;
		border-left: solid 4px #716f63;
		font-weight: 400;
	}
	.contents__h3--wrap {
		margin-top: 50px;
		margin-bottom: 1.3em;
	}
	.contents__h3--wrap .ttl {
		color: #716f63;
		font-size: 18px;
		padding-left: .7em;
		border-left: 4px solid #716F63;
		font-weight: 400;
	}
	#global__pagetitle--title .s {
		display: block;
		font-size: 0.8rem;
	}


	/* 
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		display: flex;
		position: relative;
	}
	.btn-catalog-en {
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		padding: 0.85em 0.85em 0.85em 25px;
		border: 1px solid #cbd2d7;
		border-radius: 3px;
		background: url(/business/images_global/r_ico_blank_02_sp.png) no-repeat 8px center;
		background-size: 10px 8px;
		transform: translateY(-50%);
		text-decoration: none !important;
		color: #333333 !important;
		font-size: 10px;
		line-height: 140%;
	}
	.section {
		display: flex;
		flex-diretion: row;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.item {
		box-sizing: border-box;
		margin-bottom: 20px;
		background: #eee;
		display: flex;
		flex-diretion: column;
		width: 48%;
	}
	.item:nth-of-type(2n) {
		margin-right: 0%;
	}
	.item img {
		display: block;
		margin: auto;
		width: 70%;
		padding-top: 10px;
	}
	.item .btn-pdf-dl {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	.btn-pdf-dl::before {
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-weight: 900;
		font-size: 18px;
		margin-right: 10px;
	}
	.item .btn-pdf-contact {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	.btn-pdf-contact::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-weight: 100;
		font-size: 18px;
		margin-right: 10px;
	}
	.item a {
		display: block;
		padding: 10px;
		text-decoration: none;
		width: 100%;
	}
	.item a:hover {
		opacity: 0.5;
	}
	.item p {
		font-size: 12px;
		padding: 5px 0 10px 0;
	}
	p.title {
		font-size: 15px;
		font-weight: 400;
		line-height: 140%;
		padding: 10px 0 0 0;
	}
	.notes {
		text-align: center;
		min-height: 125px;
	}

}


/* -------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	
	/* タイトル */
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	
	/* グローバルナビ */
	#global__tablinknavigation > li a > span:before {
		display: none !important;
	}
	
	/*TOPページ*/
	#la,#ra {display: none !important;opacity: 0!important;}
	img {vertical-align: bottom;margin: 0;padding: 0;}
	
	.slick-dots{
		bottom: 16px !important;
	}
	.slick-dots li{
		width: 7px !important;
		height: 7px !important;
		margin: 0 4px;
	}
	.slick-dots li button{
		width: 7px !important;
		height: 7px !important;
	}
	.slick-dots li button:before{
		font-size: 7px;
		line-height: 9px;
		box-shadow: 0 0 0;
		width: 7px !important;
		height: 7px !important;
		color: #333 !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
		opacity: 1.0 !important;
	}
	.slick-dots li.slick-active button:before{
		color: #fff !important;
	}
	.slick-dots li.slick-active{
		opacity: 1.0 !important;
	}
	

	/* 
	---------------------------------------------------------------------------------------------------- */
	
	#contents__main--wrap {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 70px 20px;
		box-sizing: border-box;
	}


	/* 
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		margin-top: 0.5rem;
		margin-bottom: 4.0rem;
		display: flex;
		position: relative;
	}
	.contents__h1--wrap .title {
		color: #716F63;
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 120%;
	}
	h1 span.small {
		color: #716f63;
		font-size: 16px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	.contents__h2--wrap {
		margin-top: 70px;
		margin-bottom: 2.0rem;
	}
	.contents__h2--wrap .ttl {
		color: #716f63;
		padding: .7em;
		font-size: 21px;
		background: #eeeddf;
		border-left: solid 4px #716f63;
		font-weight: 400;
	}
	.contents__h3--wrap {
		margin-top: 60px;
		margin-bottom: 1.5rem;
	}
	.contents__h3--wrap .ttl {
		color: #716F63;
		font-size:  1.5rem;
		padding-left: .7em;
		border-left: 4px solid #716F63;
		font-weight: 400;
	}

	#global__pagetitle--title .s {
		font-size: .9rem;
	}


	/* 
	---------------------------------------------------------------------------------------------------- */
	#la,#ra {display: none !important;opacity: 0!important;}
	img {vertical-align: bottom;margin: 0;padding: 0;}
	
	.btn-catalog-en {
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		padding: 0.85em 0.85em 0.85em 40px;
		border: 1px solid #cbd2d7;
		border-radius: 3px;
		background: url(/business/images_global/r_ico_blank_02_sp.png) no-repeat 16px center;
		background-size: 10px 8px;
		transform: translateY(-50%);
		text-decoration: none !important;
		color: #333333 !important;
		font-size: 14;
	}
	.section {
		display: flex;
		flex-diretion: row;
		flex-wrap:wrap;
		/*justify-content: space-between;*/
		justify-content: flex-start;
	}
	.item {
		width: 23%;
		box-sizing: border-box;
		margin-bottom: 2.5%;
		background: #eee;
		display: flex;
		flex-diretion: column;
		margin-right: 2.66%; 
	}
	.item:nth-of-type(4n) {
		margin-right: 0%;
	}
	.item img {
		width: 60%;
		display: block;
		margin: auto;
		padding-top: 10px;
	}
	.item .btn-pdf-dl {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		padding: 10px;
		font-size: 12px;
	}
	.btn-pdf-dl::before {
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-weight: 900;
		font-size: 16px;
		margin-right: 10px;
	}
	.item .btn-pdf-contact {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		width: 100%;
		padding: 10px 0;
		font-size: 12px;
	}
	.btn-pdf-contact::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-weight: 100;
		font-size: 16px;
		margin-right: 10px;
	}
	.item a {
		display: block;
		padding: 10px;
		text-decoration: none;
	}
	.item a:hover {
		opacity: 0.5;
	}
	.item p {
		font-size: 12px;
		padding: 5px 0 10px 0;
	}
	p.title {
		font-size: 16px;
		font-weight: 500;
		line-height: 140%;
		padding: 10px 0 0 0;
	}
	.notes {
		min-height: 90px;
		text-align: center;
	}
}


	/* 
	---------------------------------------------------------------------------------------------------- */

.btn-inquiry {
	line-height: 130%;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	width: 360px;
}
.btn-inquiry a {
	display: block;
	border-radius: 3px;
	background-color: #716f63;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.btn-inquiry a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
.btn-inquiry {
	width: 100%;
	max-width: 500px;
}
}