@charset "UTF-8";
/* CSS Document */


#container2{
	text-align:center;}

#contents{
	width:970px;
	float:none;
}


#title_box {
	overflow: hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	border:none;
}

/* img size setting*/


#title{
	margin-top:20px;
	font-size: 20px;
	letter-spacing: 0.3em;
	color: #004f7f;
}
#title_box > img{
	max-width: 640px;
	width: 100%;
	margin-top: 20px;
}
.contents_box{
	overflow: hidden;
	}

.brand_concept{
	line-height:2.5em;
	margin-top:20px;
	text-align: center;
	line-height: 2.2em;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 14px;
	}
.btn_go_shop{
	padding: 50px 0;
	width: 300px;
	margin: 0 auto;
	}


ul.under_link {
	margin-top:30px;
	margin-left: 175px;
    margin-right: auto;
    overflow: hidden;
    padding: 30px 0;
    width: 917px;
}
ul.under_link li {
	border: 1px solid #cccccc;
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 297px;
}
ul.under_link li a {
	background-color: #fff;
    color: #333333;
    display: block;
    font-size: 93%;
    padding-bottom: 14px;
    padding-top: 14px;
}
ul.under_link li a:hover {
	font-size: 93%;
	background-color: #CCC;
}

ul.under_link2 {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
ul.under_link2 li {
	width: 316px;
	float: left;
	margin-right: 5px;
	text-align: center;
	display:block;
	border: 1px solid #CCC;
}
ul.under_link2 li a {
	font-size: 93%;
	color: #434343;
	display:block;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #ffffff;
}
ul.under_link2 li a:hover {
	font-size: 93%;
	background-color: #dddddd;
}

.size-box{
	width: 100%;
	display: block;
	margin: 10px auto;
}
.size-box img{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}

.contents_box video{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/*201124 added*/
.item{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
	padding: 40px 0;
  width: 1000px;
}

/* item-box */
.item-box{
	background: #fff;
	box-sizing: border-box;
  padding: 25px;
  position: relative;
	text-align: left;
  width: 475px;
}
 .item-box:nth-of-type(2n){
  margin-left: 30px;
}
 .item-box a{
  display: block;
}
 .item-box img{
   transition: .3s;
  width: 100%;
}
 .item-box:nth-of-type(n+3){
   margin-top: 50px;
}
.item-box h3{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .08em;
	margin-top: 10px;
	padding: 5px 0;
}
/*
.item-box h3{
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 20px;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.item-box h3::before{
  background: #fff;
  border-top: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  content: "";
  display: block;
  height: 13px;
  margin: 0 auto;
  position: absolute;
  transform: rotate(-45deg);
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
} */

.item-box h3 img{
  width: 140px;
  margin: 5px auto;
  display: block;
}

.item-box-logo{
	text-align: center;
}
.item-box-logo > img{
	max-width: 160px;
}

.item-txt{
	background: #f4f4f4;
	box-sizing: border-box;
	color: #555;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 15px;
	padding: 15px;
	position: relative;
  text-align: justify;
}
.item-txt::before{
	background: #f4f4f4;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	transform: translateY(-22px) rotate(45deg);
	width: 15px;
}

.point-list{
	justify-content: center;
	text-align: left;
}

.item-box a.btn{
  background: #3d3d3d;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  width: 300px;

  right: 0;
  bottom: 0;
  left: 0;
}

.item-list{
  margin-top: 10px;
  padding-top: 10px;
}
.item-list li:first-of-type{
	border-top: 1px dotted #ccc;
}
.item-list li{
  font-size: 15px;
  padding: 10px 0 8px;
  border-bottom: 1px dotted #ccc;
}

.item-list li a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: inline-block;
  font-size: 12px;
  letter-spacing: .05em;
  margin-left: 20px;
  padding: 2px 20px;
  float: right;
}

.item-list2{
  border-top: 2px dotted #ccc;
  margin-top: 10px;
  padding-top: 15px;
}
.item-list2 li{
  font-size: 15px;
  float: left;
  width: 47.5%;
  padding: 5px;
  background-color: #fff;
  text-align: left;
  border-bottom: #ccc 1px dotted;
  border-right: #ccc 1px dotted;
}
.item-list2 li:nth-child(even) {
  font-size: 15px;
  float: left;
  width: 47.5%;
  padding: 5px;
  background-color: #fff;
  border-bottom: #ccc 1px dotted;
  border-right: none;
}
.item-list2 li a img{
  display: block;
  overflow: hidden;
  width: 65px;
  float: left;
}

.item-list2 li a span{
  display: block;
  font-size: 13px;
  margin: 5px 0 2px;
  line-height:1.2em;
  float: left;
  height: 40px;
  padding: 0 0 0 5%;
  width: 60%;
}

.item-list2 li a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: inline-block;
  font-size: 12px;
  letter-spacing: .05em;
  margin: 5px;
  padding: 2px 20px;
  float: right;
}


.card-box{
	display: block;
	overflow: hidden;
	width: 100%;
}
.card-box ul{
	display: table;
	padding: 0;
	width: 100%;
	max-width: 800px;
	margin: 0px auto 70px;
	border: solid 1px #999;
}
.card-box ul img{
	display: inline-block;
	margin: 20px auto;
	max-width: 150px;
}
.card{
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
}
.card span{
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
.card p{
	display: block;
	text-align: left;
	font-size: 13px;
}

.contents_box iframe{
	width: 100%;
	max-width: 900px;
	height: 530px;
}



.archive-box{
	padding: 30px 0;
	margin-bottom: 70px;
}
.archive-box h2{
	font-size: 22px;
}
.archive-box a{
	display: inline-block;
	margin-top: 20px;
}
.archive-box a img{
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 802px
}




@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */


#title_box{
width:100%;
margin:20px 0;
	}
#title_box img{
	width: 100%;
}
.contents_box{
	width:100%;
	}

.brand_concept{
	width:92%;
	margin:30px auto;
	font-size: 12px;
	text-align: justify;
	}
.brand_concept img.sp_img{
	width: 100%;
	}
.brand_concept img{
	margin: 20px 0
}


/* SMP item */
.item{
  display: block;
  margin: 20px auto 0;
  width: 90%;
}

 .item-box{
  position: static;
  width: 100%;
}
 .item-box:nth-of-type(2n){
  margin-left: 0;
}
 .item-box:not(:first-of-type){
	 margin-top: 30px;
 }
 .item-box img{
  width: 100%;
}

.item-box h3{
  font-size: 20px;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
}
.item-box h3::before{
  height: 13px;
  margin: 0 auto;
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
}

.item-box h3 img{
  width: 100px;
}

.item-txt{
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: justify;
}

.item-box a.btn{
  margin: 15px auto 0;
  padding: 12px 0;
  position: static;
  width: 100%;
}

.item-list{
  margin-top: 20px;
  padding-top: 10px;
}
.item-list li{
  font-size: 13px;
  padding: 10px 0;
}
.item-list li a{
  position: relative;
  width: 80%;
}

.item-list li a::after{
  font-size: 10px;
  margin-left: 20px;
  padding: 2px 10px;
  position: absolute;
  right: -25%;
}

.item-list2{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
}
.item-list2 li{
  font-size: 12px;
  width: 48%;
  padding: 0 5px 0 0;
}
.item-list2 li:nth-child(2n) {
  font-size: 12px;
  width: 48%;
  padding: 0 0 0 5px;
}

.item-list2 li a{
  position: relative;
  width: 100%;
}
.item-list2 li a img{
  width: 35%;
  margin: 10px 0;
}

.item-list2 li a::after{
  font-size: 11px;
  margin-left: 5px;
  padding: 2px 10px;
  position: static;
  right: 0;
  float: right;
}
.item-list2 li a span{
  font-size: 11px;
}






ul.under_link {
	width: auto;
	margin:0;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 0px;
}
ul.under_link li {
	width: auto;
	float: none;
	margin-right: 0px;
	margin-bottom:5px;
}

.card-box ul{
	width: 90%;
	margin: 0px auto 50px;
}
.card-box ul img {
    display: block;
    margin: 20px auto;
		width: 70%;
}
.card {
    display: block;
    margin: 40px 30px;
		vertical-align: none;
}
.card span{
	text-align: justify;
}
.contents_box iframe{
	height: 60vw;
}
}/*end media*/
