@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */


/* ======================================================
法人企業の皆様へ
====================================================== */
#corporations{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#corporations .point-wrap{
	width: 100%;
	margin: 0;
	padding: 60px 0 0 0;
}

#corporations .point-wrap h3{
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #333;
	line-height: 1.5em;
}

#corporations .point-wrap-inner{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#corporations .point-wrap-inner dl{
	width: 49%;
	margin-bottom: 30px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	border: 4px solid #dcdcdc;
	padding: 2%;
}

#corporations .point-wrap-inner dl+dl{
	margin-left: 2%;
}

#corporations .point-wrap-inner dl:nth-child(2n+1){
	margin-left: 0;
}

#corporations .point-wrap-inner dt{
	width: 20%;
	max-width: 80px;
	height: 80px;
    margin-top: 10px;
	margin-right: 5%;
}

#corporations .point-wrap-inner dt img{
    width: 100%;
    height: auto;
}

#corporations .point-wrap-inner dd{
	width: 75%;
}

#corporations .point-wrap-inner dd h4{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

#corporations .point-wrap-inner dd nav{
	width: 100%;
	text-align: right;
	margin-top: 15px;
	line-height: 0;
}

#corporations .point-wrap-inner dd a{
	font-size: 14px;
	line-height: 1.8em;
	text-align: right;
}
#corporations .point-wrap-inner dd a:before{
	content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 5px;
}

#corporations .at-wrap{
	width: 100%;
	margin: 0;
	padding: 60px 0 0 0;
}

#corporations .at-wrap h3{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	line-height: 1.5em;
}

#corporations .at-wrap p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
}

#corporations .at-wrap-inner{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
}

#corporations .at-wrap-inner figure+figure{
	margin-top: 40px;
}

#corporations .at-wrap-inner li{
	list-style-type: none;
	font-size: 16px;
}
#corporations .at-wrap-inner p.txt-r{
	text-align: right;
}

#corporations .at-wrap-inner p span{
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

/* 商品について */

#corporations .main-ttl{
	width: 100%;
	height: 480px;
	margin: 0 auto;
	padding: 50px 0;
	background: url("../assets/images/corporations/main.png") no-repeat center center;
	background-size: cover;
    position: relative;
}

#corporations .main-ttl h1{
	margin-left: 9.7vw;
	padding: 0;
	text-align: left;
	font-size: 36px;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#corporations .main-ttl h1.top{
    margin-top: 50px;
}
#corporations .main-ttl h2{
	margin-top: 30px;
	margin-left: 9.7vw;
	padding: 0;
	text-align: left;
	font-size: 22px;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
}

#corporations .main-ttl nav{
    position: absolute;
    bottom: 90px;
    left: 9.8096vw;
}

#corporations .main-ttl nav ul{
    width: 100%;
    min-width:960px; 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

#corporations .main-ttl nav li{
    width: 20%;
    list-style: none;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.375rem;
    border: #f6ab00 solid 2px;
    text-align: center;
    transition: 0.3s;
}

#corporations .main-ttl nav li.on{
    background: #f6ab00;
    border: #fff solid 2px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

#corporations .main-ttl nav li+li{
    margin-left: 3%;
}

#corporations .main-ttl nav li a{
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 1rem;
}


#corporations .main-ttl nav li a:hover{
    text-decoration: none;
}

#corporations .main-ttl nav li:hover{
    background: #f6ab00;
    border: #fff solid 2px;
}

#corporations .main-ttl p{
	margin-left: 9.7vw;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	font-weight: normal;
}

#corporations .main-ttl p.top{
    margin-bottom: 50px;
}


#corporations .about-wrap{
	width: 100%;
	margin: 0;
	padding: 60px 0 100px 0;
	background: #fff;
}

#corporations .about-wrap-inner{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#corporations .about-wrap-inner+.about-wrap-inner{
	margin-top: 60px;
}

#corporations .about-wrap h3{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 70px;
	color: #333;
	line-height: 1.5em;
}

#corporations .about-wrap .img-box{
	width: 28%;
}

#corporations .about-wrap .img-box img{
	width: 100%;
}

#corporations .about-wrap .txt-box{
	width: 67%;
	margin-left: 5%;
}

#corporations .about-wrap .txt-box h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #333;
}

#corporations .about-wrap .txt-box h4 span{
	font-weight: normal;
	display: block;
	font-size: 18px;
}

#corporations .about-wrap .txt-box p{
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
}
#corporations .about-wrap nav{
	width: 100%;
	text-align: right;
	margin-top: 30px;
}

#corporations .about-wrap nav a{
	color: #20addb;
	font-weight: bold;
	font-size: 16px;
}
#corporations .about-wrap nav a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #20addb;
    border-right: 2px solid #20addb;
    transform: rotate(45deg);
    display: inline-block;
	margin-right: 10px;
}


#corporations .about-wrap nav.info-nav{
    margin-top: 50px;
}

#corporations .about-wrap nav.info-nav a:before{
    display: none;
}

#corporations .comparison-wrap{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	background: #fff;
	background: url("../assets/images/kakuteishinkoku/flow-bg.gif") repeat;
	background-size:auto;
}

#corporations .comparison-wrap h3{
	text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #333;
}
#corporations .comparison-wrap-inner{
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#corporations .table-wrap{
	width: 100%;
	margin: 0 auto;
}

#corporations .table-scroll{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#corporations table{
	width: 100%;
	display: block;
	border: 1px solid #999;
	margin: 0 auto;
}


#corporations tbody{
	width: 100%;
	display: inline-table;
}

#corporations table tr{
	width: 100%;
	background: #e6e6e6;
}
#corporations table tr+tr{
	border-top: 1px solid #999;
	background: #fff;
}

#corporations table tr+tr td:first-child{
	background: #e6e6e6;
}

#corporations table td{
	padding: 0.5% 1%;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#corporations table td+td{
	border-left: 1px solid #999;
}

#corporations .info-nav{
	width: 100%;
	max-width: 1040px;
	margin: 50px auto 100px auto;
}

#corporations .info-nav ul{
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	margin: 0 auto;
}

#corporations .info-nav li{
	width: 33%;
	list-style-type: none;
	text-align: center;
	line-height: 60px;
}

#corporations .info-nav li+li{
	margin-left: 2%;
}
#corporations .info-nav li a{
	color: #fff;
    font-weight: bold;
    border: none;
    transition: 0.3s;
	display: block;
	 background: #20addb;
	 border-radius: 5px;
}

#corporations .info-nav li a.btn-cart{
    background: #F6AB00;
}

#corporations .info-nav li a:hover{
	text-decoration: none;
	 background: #999;
}

#corporations .at-wrap-list{
	background: url(../assets/images/kakuteishinkoku/flow-bg.gif) repeat;
    background-size: auto;
    padding: 30px;
    margin: 45px 0 0 0;
}
#corporations .at-wrap-list ul{
	background: #fff;
	padding: 20px;
}

#corporations .at-wrap-list li{
	font-size: 16px;
	line-height: 1.5em;
}
#corporations .at-wrap-list li+li{
	margin-top: 10px;
}

#corporations .at-wrap-list li:before{
	display: inline-block;
	content: '';
	background: url("../assets/images/corporations/check-icon.png") no-repeat center left;
	background-size: cover;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

#corporations .info-nav03{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
}

#corporations .info-nav03 a{
	color: #20addb;
    font-weight: bold;
	display: block;
	text-align: right;
	position: relative;
	font-size: 16px;
}

#corporations .info-nav03 a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #20addb;
    border-right: 2px solid #20addb;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 10px;
}
	


@media(max-width:768px){
	#corporations .main-ttl{
		overflow: hidden;
		height: auto;
		background: url("../assets/images/corporations/main_sp.png") no-repeat center center;
		background-size: cover;
	}
	#corporations .main-ttl h1{
		text-align: center;
		font-size: 26px;
		margin: 0 auto;
	}
	
	#corporations .main-ttl h2{
		width: 90%;
		font-size: 18px;
		text-align: center;
		margin: 20px auto 10px auto;
	}
	
	#corporations .main-ttl p{
		width: 85%;
		font-size: 14px;
		margin: 0 auto;
	}
    
    #corporations .main-ttl nav{
        display: none;
    }
	#corporations .about-wrap{
		width: 90%;
		padding: 40px 0;
		margin: 0 auto;
	}
	#corporations .about-wrap-inner{
		width: 100%;
	}
	
	#corporations .about-wrap h3{
		font-size: 20px;
		line-height: 1.8em;
		margin-bottom: 30px;
	}
	
	#corporations .about-wrap .img-box{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#corporations .about-wrap .img-box img{
		width: 60%;
	}
	
	#corporations .about-wrap .txt-box{
		width: 100%;
		margin-left: 0;
	}
	
	#corporations .about-wrap .txt-box h4{
		font-size: 18px;
		text-align: center;
	}
	
	#corporations .about-wrap .txt-box h4 span{
		font-size: 14px;
	}
	
	#corporations .comparison-wrap{
		width: 100%;
	}
	
	#corporations .comparison-wrap h3{
		font-size: 24px;
	}
	
	#corporations .comparison-wrap-inner{
		width: 90%;
	}
	
	#corporations table td{
		font-size: 12px;
	}
	
	#corporations .info-nav ul{
		width: 90%;
		-webkit-box-lines: multiple;
    	-moz-box-lines: multiple;
    	-webkit-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	
	#corporations .info-nav li{
		width: 100%;
	}
	
	#corporations .info-nav li+li{
		margin-top: 30px;
		margin-left: 0;
	}
	
	#corporations .point-wrap h3{
		font-size: 20px;
	}
	#corporations .point-wrap-inner{
		width: 90%;
		margin: 0 auto;
	}
	#corporations .point-wrap-inner dl{
		width: 100%;
        padding: 4%;
	}
	#corporations .point-wrap-inner dl+dl{
		margin-left: 0;
	}
	
	#corporations .point-wrap-inner dt{
		width:70px;
		height:70px;
	}
	
	#corporations .point-wrap-inner dd h4{
		font-size: 14px;
	}
	#corporations .point-wrap-inner dd a{
		font-size: 12px;
	}
	#corporations .at-wrap h3{
		font-size: 22px;
	}
	#corporations .at-wrap p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}
	#corporations .at-wrap-list li{
		padding-left: 8%;
		position: relative;
		font-size: 14px;
	}
	#corporations .at-wrap-list li:before{
		display: inline-block;
		content: '';
		background: url("../assets/images/corporations/check-icon.png") no-repeat center left;
		background-size: cover;
		width: 16px;
		height: 16px;
		position: absolute;
		left:-1%;
		top:3px;
	}
	#corporations .at-wrap-inner p.txt-r{
		text-align: right;
	}
    #corporations .info-nav03{
        width: 90%;
        margin: 0 auto;
    }
}





/* -------------------------------------------------------
utility
------------------------------------------------------- */
.pc-none{
  display: none;
}

.screen-reader-text{
  position: absolute;
  overflow: hidden;
  width:1px;
}

.font-small{
  font-size:10px;
  text-align: right;
  margin-top:8px;
}

.breadcrumb{
  background-color: transparent;
  margin-left: 9.7vw;
  padding:25px 0 0;
  font-family:sans-serif;
}

.breadcrumb-list{
  font-size: 13px;
  margin-right:10px;
}

.breadcrumb-list a{
  color: #333;
}

.breadcrumb-list .-select{
  color:#F6AB00;
}

.breadcrumb-list:not(:last-child)::after{
  content: ">";
  margin-left:10px;
}

/* ======================================================
4.0 Responsive
====================================================== */
@media(max-width:768px){
  .pc-none{
    display: block;
  }

  .mb-none{
    display: none;
  }

  .wrap{
    width:95%;
    overflow: hidden;
    padding:48px 0;
  }

  .breadcrumb{
    width:100%;
    height:40px;
    background-color: #E6E6E6;
    margin-left: 0;
    border-radius: 0;
    padding:10px 8px;
    display: block;
      margin-bottom: 0;
  }

  .breadcrumb-list{
    font-size: 13px;
    margin-right:10px;
    display: inline-block;
  }

  .breadcrumb-list a{
    color: #4D5052;
    font-size: 15px;
    font-weight:bold;
  }

  .breadcrumb-list.-home{
    /* width:50%; */
    text-align: left;
    float: left;
  }

  .breadcrumb-list.-select{
    text-align: right;
    color:#F6AB00;
    font-size: 15px;
    float: right;
  }

  .breadcrumb-list:not(:last-child)::after{
    display: none;
  }

  .breadcrumb-list.-home::before{
    content:"＜";
    padding: 0 5px;
    color: #4D5052;
    font-weight: bold;
  }



}


.free-link-btn{
    position: absolute;
    bottom: 70px;
    right: 3.8096vw;
}
.free-link-btn a{
    width:  120px;
    height: 120px;
    border-radius: 50%;
    background: #f6ab00;
    border: 2px solid #fff;
    transition: 0.3s;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 25px 0 0 0;
}

.free-link-btn a:hover{
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid #f6ab00;
    text-decoration: none;
}
.free-link-btn a:after{
    width: 30px;
    height: 30px;
    content: '';
    background: url("../assets/images/free-link-icon.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:768px){
    .free-link-btn{
        width: 90%;
        position: relative;
        bottom: 20px;
        right: auto;
        margin: 0 auto;
        display: none;
    }
    
    .free-link-btn a{
        width:  100%;
        height: auto;
        border-radius: 10px;
        padding: 15px;
        letter-spacing: 0.08em;
    }
    
    .free-link-btn a:after{
        width: 15px;
        height: 15px;
        top:50%;
        bottom:0;
        left: 20px;
        transform: translateX(0) translateY(-50%);
    }
}


