@charset "utf-8";
/* CSS Document */


/*----------------------------------
header
----------------------------------*/
#mainimg {
  text-align: center;
}
#mainimg img {
	max-width: 1025px;
	width: 100%;
	height: auto;
}

/*----------------------------------
new_template_area
----------------------------------*/
.new_template_area {
	background: #eee;
	position: relative;
	margin: 30px 0 0;
}
.new_template_area_in {
	width: 80%;
	margin: 0 auto;
	padding:20px 0;
}
.new_template_area_in img {
	max-width: 100%;
}
.new_template_area_in p {
	position: absolute;
	top: -40px;
}
.new_template_area_in h2 {
	margin-right: 1%;
	margin-bottom: 1%;
}
.new_template_area_in h2 img {
	max-width: unset;
	width: 100%;
}
.new_template_area_in .left {
	width: 38.5%;
	float: left;
	margin-left: 18.5%;
	margin-right: 1%;
}
.new_template_area_in .left .imgbox {
	float: left;
	width: 49%;
	overflow: hidden;
}
.new_template_area_in .left .imgbox:last-child {
	float: right;
}
.new_template_area_in .left .imgbox img {
	max-width: unset;
	width: 100%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.new_template_area_in .right {
	width: 41.7%;
	float: right;
	overflow: hidden;
}
.new_template_area_in .right img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.new_template_area_in .left .imgbox a:hover img,
.new_template_area_in .right a:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
@media screen and (max-width:1880px){
	.new_template_area_in {
		width: 70%;
	}
	.new_template_area_in p {
		width: 13%;
		top: -30px;
	}
	.new_template_area_in .left {
		width: 43.5%;
		margin-left: 17.5%;
	}
	.new_template_area_in .right {
		width: 38%;
	}
}
@media screen and (max-width:1440px){
	.new_template_area_in {
		width: 96%;
	}
	.new_template_area_in p {
		width: 18%;
		top: -20px;
	}
}
@media screen and (max-width:767px){
	.new_template_area {display: none;}
}

/*----------------------------------
template
----------------------------------*/
.template h2 {
	text-align: center;
	margin:50px 0 25px;
}
.temp_tab {
	width: 1080px;
	margin: 0 auto 20px;
}
.temp_tab ul {
	text-align: center;
}
.temp_tab li {
	display: inline-block;
	width: 250px;
	height: 35px;
	background: #002f5a;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 30px;
	font-family: 'Gulim';
	margin: 0 20px 0 0;
  cursor: pointer;
    padding: 5px 0;
}
.temp_tab li:last-child {
	margin: 0;
}
.subtxt {
	width: 1000px;
	margin: 0 auto;
}
.row {
	width: 1116px;
	overflow:hidden;
	margin: 0 auto 100px;
}
.col-sm-6 {
	width: 372px;
	height: 334px;
	float: left;
	padding-bottom: 20px;
}
.col-sm-6 .ih-item span {
	width: 56px;
	height: 32px;
	position: absolute;
	z-index:999;
	top: 10px;
	right: 4px;
}
.col-sm-6 .ih-item span img {
	width: 56px;
	height: 32px;
}

.linkbox {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.s_link {
	text-align: center;
	width: 48%;
	float: left;
	margin: 0 1%;
}

.s_link a {
	background: #000;
	color: #fff;
	display:block;
	padding: 3px 0;
	text-decoration: none;
}
.s_link a:hover {
	color: #f6bb2e;
}

#itemList .price {
	width: 48%;
	box-sizing: border-box;
	float: right;
	margin: 0 1%;
	background: #db3f74;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	line-height: 19.6px;
}



/*----------------------------------
price_plan
----------------------------------*/
#price_plan {
	clear:both;
  background: url(images/flow/bg_price_plan.png) no-repeat center top;
  width: 980px;
  height: 286px;
  clear: both;
  margin: 80px auto 50px;
}
#price_plan h3 {
  padding: 36px 0 0 50px;
}
#price_plan .price {
  float: left;
  width: 490px;
  height: 286px;
}
#price_plan .plan {
  float: right;
  width: 490px;
  height: 286px;
}
#price_plan .price_p, #price_plan .plan_p {
  padding: 25px 0 0 50px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.price_btn, .plan_btn {
  height: 43px;
  padding: 45px 0 0;
  width: 382px;
  margin: 0 auto;
}
.price_btn a {
  background: #e46350 url(images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 130px 11px 154px;
	color: #fff;
	font-weight: bold;
}
.price_btn .button {
  border-radius:1px;
}
.plan_btn a {
  background: #404040 url(images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 113px 11px 147px;
	color: #fff;
	font-weight: bold;
}
.plan_btn .button {
  border-radius:1px;
}

/*----------------------------------
ipad
----------------------------------*/
@media screen and (max-width:1024px){
	.row {
		width: 95%;
	}
	.col-sm-6 {
		width: 33%;
		height: auto;
}
	.ih-item.square.effect6 {
		width: 100% !important;
		height: 100% !important;
	}
	.ih-item a.ih-itemimg {
		width: 100% !important;
		height: 100% !important;
	}
	.col-sm-6 .ih-item span {
		right: 1%;
	}
	.s_link a {
		font-size: 12px;
	}
	#itemList .price {
		font-size: 12px;
	}

}

/*----------------------------------
ipad縦
----------------------------------*/
@media screen and (max-width:960px){
	.subtxt img {
		width: 100%;
		height: auto;
	}
	.subtxt {width: 50%;}
	#price_plan {
		background: #f2f2f2 url(images/common/bg_price_plan_s.png) no-repeat 0 70%;
		background-size: contain;
		border: #e6e6e6 5px solid;
		width: 96%;
	}
	#price_plan .price {
	  width: 50%;
	}
	#price_plan .plan {
	  width: 50%;
	}
	.price_btn, .plan_btn {
	  width: 248px;
	  margin: 0 0 0 10%;
	}
	.price_btn a {
	  background: #e46350 url(images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 70px 11px 80px;
	}
	.plan_btn a {
	  background: #404040 url(images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 63px 11px 73px;
	}

}


/*----------------------------------
smartphone
----------------------------------*/
@media screen and (max-width:667px){
	.template h2 img,
	#price_plan h3 img,
	.col-sm-6 .ih-item span img {
		width: 100%;
		height: auto;
	}
	.template h2 {
		width: 90%;
		margin: 20px auto;	
	}
	.temp_tab {
		width: 99%;
	
		margin-left: 1%;
}
	.temp_tab li {
		width: 48%;
		margin: 0 0 5px 0;
 		font-size: 24px;
	}
		.temp_tab li:nth-child(odd){
		margin-right: 5px;
	}
	.temp_tab li:nth-child(2){
		margin-left: -5px;
	}
	.col-sm-6  {
		width: 49%;
		margin-bottom: 10px;
	}
	.col-sm-6 .ih-item span {
		width: 25%;
	}
  .ih-item a.ih-itemimg {
    height: auto;
    border-width: 5px !important;
  }
  .ih-item.square.effect6 .info h3 {
    margin: 5px 0 !important;
    padding: 5px !important;
    font-size: 10px;
    font-size: 12px !important;
  }
  .ih-item.square.effect6 .info p {
    font-size: 10px !important;
    font-weight: normal !important;
    padding: 3px !important;
  }
  .s_link {
  	width: 90%;
  	display: none;
  }
	#itemList .price {
		width: 100%;
	}
  /*price_plan*/
  #price_plan {
    height: auto;
    overflow: hidden;
    padding: 0 0 15px;
    margin-top: 30px;
  }
  #price_plan h3 {
    padding: 10px 5px;
    width: 80%;
  }
  #price_plan .price, #price_plan .plan {
    height: auto;
  }
  #price_plan .price_p, #price_plan .plan_p {
    padding: 10px 5px;
    font-size: 10px;
  }
  .price_btn, .plan_btn {
    width: 150px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .price_btn a, .plan_btn a {
    padding: 5px 20px;
    font-size: 12px;
    background: #e46350;
  }
  .plan_btn a {
    background: #404040;
  }
}
