@charset "utf-8";

body{
	background: url(../../service/img/bg.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 768px){
body{
	background: none;
}
}

#main{
	position: relative;
	overflow: hidden;
	padding: 2% 0 0 0;
}
#main .bg{
	display: none;
}

@media screen and (max-width: 768px){
#main .bg{
	display: block;
}
}


h1{
	height: 60px;
	text-align: center;
	line-height: 1.0;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
	margin: -1em 0 0 0;
	font-size: 36px;
}
h1 span{
	border-bottom: 3px solid #FFF;
	padding: 0 0 10px 0;
}


h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: url(../../img/common/icon_circle_yellow.png) no-repeat center bottom;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	color: #fff6ac;
}
h2 span{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #e50012;
	display: block;
}

.diagonal-bg{
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}


.toppage .text p{
	color: #FFF;
	font-size: 15px;
	text-shadow: 1px 1px 1px #333;
}

.balloon{
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
}

.toppage .text .balloon p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #000;
	text-shadow: 0px 0px 0px;
}

@media screen and (max-width: 768px){
h1{
	font-size: 26px;
}
h2{
	font-size: 24px;
}
}

/*nav
----------------------------------------------------------------------*/
.frameNav ul.list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.frameNav ul.list li{
	display: block;
	width: 32%;
	margin: 0 0.5%;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	color: #FFF;
}

.frameNav ul.list li a{
	color: #FFF;
}


.frameNav ul.list li::before,
.frameNav ul.list li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.frameNav ul.list li,
.frameNav ul.list li::before,
.frameNav ul.list li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.frameNav ul.list li {
	position: relative;
	z-index: 2;
	background-color: #transparent;
	overflow: hidden;
}
.frameNav ul.list li:hover,
.frameNav ul.list li:hover a {
	color: #000;
}
.frameNav ul.list li::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.frameNav ul.list li:hover::after {
	top: 0;
	background-color: #eddc4a;
}

.frameNav ul.list li .sttl{
	padding: 0 15px;
}

.frameNav ul.list li .ttl{
	font-weight: 600;
}

@media screen and (max-width: 979px) {
.frameNav ul.list li .image img{
	max-width: 95%;
	height: auto;
}
}
@media screen and (max-width: 768px){
.frameNav ul.list li{
	width: 49%;
	margin: 3px 0.5%;
}
}


/*page_details
----------------------------------------------------------------------*/
.page_details .cmtBox{
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 7px 0;
}

/*titleBox*/
.page_details .titleBox{
	color: #FFF;
	display: inline-block;
	margin: 0 auto 20px;
}

.page_details .titleBox{
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 30px;
	min-width: 120px;
 	max-width: 100%;
	font-size: 16px;
	background: #ff4b3b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.page_details .titleBox:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ff4b3b;
}

.page_details .titleBox h2{
	display: inline-block;
	border-bottom: 1px solid #FFF;
	background: none;
	font-size: 24px;
	text-align: left;
	padding: 0;
	color: #FFF;
	margin: 0 0 5px 0;
}
.page_details .titleBox .sub{
	font-weight: 600;
	font-size: 13px;
}


/**/

@media screen and (max-width: 768px){
.page_details .article{
	width: 98%;
	margin: auto;
}
.itemBox ul li{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 620px) {
.itemBox ul li{
	border: 1px solid #df0615;
}
.page_details .cmtBox .itemBox ul li.item3{
	width: 99%;
}
}

/*production
************************************************************************************/
.page_details.production .framePay .frame{
	width: 100%;
	display: table;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
}

.page_details.production .framePay .frame .boxIcon{
	width: 150px;
	display: table-cell;
	vertical-align: top;
}

.page_details.production .framePay .frame .boxIcon .box{
	background: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.page_details.production .framePay .frame .boxIcon .box img{
	width: 138px;
	height: auto;
	position: absolute;
	top: 7px;
	left: 7px;
}
.page_details.production .framePay .frame .boxIcon .box img.icon{
	z-index: 10;
}
.page_details.production .framePay .frame .boxIcon .box img.del{
	z-index: 20;
}

.page_details.production .framePay .frame .boxCmt{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 2em;
}

@media screen and (max-width: 768px){
.page_details.production .framePay .delay7{
	transition-delay: .7s !important;
}
}