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

@media screen and ( min-width:769px ){

/* ----------------------------------------
	default
---------------------------------------- */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap:break-word;
}

a{color:#333333;text-decoration:none;}

img{vertical-align:top;}

table{border-collapse:collapse;}

body{
	background-color:#ffffff;
	-webkit-text-size-adjust:none;
	color:#333333;
	font-size:16px;
	line-height:1.7;
}

.mOnly{display:none;}


/*-------------------
　header
-------------------*/

div.headerBox{
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	height: 150px;
}	

div.headerBoxBefore div.headerBoxOuter{height: 60px;}
div.headerBoxAfter div.headerBoxOuter{height: 45px;}
div.headerBoxOuter{
	background: rgb(179,0,45); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(179,0,45,1) 0%, rgba(229,0,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3002d', endColorstr='#e50039',GradientType=1 ); /* IE6-9 */
}

div.headerBoxOuter div.headerBoxInner{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
}

div.headerBoxBefore div.headerBoxInner h1{height: 40px;padding: 7px 10px 10px;}
div.headerBoxAfter div.headerBoxInner h1{height: 32px;padding: 5px 10px 5px;}
	
div.headerBoxBefore div.headerBoxInner h1 img{width: 310px;height: 40px;}
div.headerBoxAfter div.headerBoxInner h1 img{width: 248px;height: 32px;}
	
div.headerBoxBefore div.headerBoxOuter div.headerBoxInner div{padding: 7px 10px 0;text-align: center;}
div.headerBoxAfter div.headerBoxOuter div.headerBoxInner div{padding: 4px 10px 0;text-align: center;}
	
div.headerBoxBefore div.headerBoxOuter div.headerBoxInner div span{
	display: inline-block;
	padding: 0 0 0 30px;
	background:url("../img/common/icon_tel.svg") no-repeat left center;
	background-size: 22px auto;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}
div.headerBoxAfter div.headerBoxOuter div.headerBoxInner div span{
	display: inline-block;
	padding: 0 0 0 22px;
	background:url("../img/common/icon_tel.svg") no-repeat left center;
	background-size: 18px auto;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}


/*-------------------
　navBox
-------------------*/

div.navBox{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,242,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,242,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,242,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff2f5',GradientType=0 ); /* IE6-9 */
	border-bottom: #cc0033 1px solid;
}

div.headerBoxBefore div.navBox ul{padding: 10px 0;}
div.headerBoxAfter div.navBox ul{padding: 5px 0;}
div.navBox ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 980px;
	margin: 0 auto;
}

div.headerBoxBefore div.navBox ul li{padding: 10px 40px 15px;}
div.headerBoxAfter div.navBox ul li{padding: 3px 40px 7px;}
div.navBox ul li{
	list-style: none;
	border-right: #ffccd9 1px solid;
}
div.navBox ul li:first-child{
	border-left: #ffccd9 1px solid;
}

div.headerBoxBefore div.navBox ul li a{height: 45px;font-size: 18px;}
div.headerBoxAfter div.navBox ul li a{height: 35px;font-size: 16px;}
div.navBox ul li a{
	position: relative;
	display: block;
	color: #cc0033;
	font-weight: bold;
}
div.headerBoxBefore div.navBox ul li a:after{width: 10px;height: 10px;}
div.headerBoxAfter div.navBox ul li a:after{width: 8px;height: 8px;}
div.navBox ul li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	border-right: #cc0033 1px solid;
	border-bottom: #cc0033 1px solid;
	transform: rotate(45deg);
}
	
div.navBox ul li a:hover{
	color: #333333;
}

div.navBox ul li a:hover:after{
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}


/*-------------------
　contentBox
-------------------*/

div.contentBox{
	padding: 151px 0 20px;
}
	
/*-------------------
　catch
-------------------*/

div.catch{
	padding: 0 0 10px;
	background: rgb(179,0,45); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(179,0,45,1) 0%, rgba(229,0,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3002d', endColorstr='#e50039',GradientType=1 ); /* IE6-9 */
}

div.catch div{
	min-height: 500px;
	padding: 180px 0 0;
	box-sizing: border-box;
    background: url(../img/common/catch_bg.jpg) no-repeat center center;
	background-size: cover;
}
	
div.catch p{
	width: 540px;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	text-shadow: 0 0 1px #ffffff,0 0 2px #ffffff,0 0 4px #ffffff,0 0 6px #ffffff;
}
div.catch p span{
	font-size: 32px;
	font-weight: 500;
}


/*-------------------
　about
-------------------*/

div.aboutBox{
	margin: -101px 0 0;
	padding: 101px 0 0;
}

div.about{
	padding: 0 0 50px;
}

div.about h2{
	padding: 50px 0 20px;
	color: #cc0033;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #cc0033 1px dashed;
}
	
div.about p{
	padding: 30px 0 0;
	text-align: center;
}
div.about p.pdBtm{
	padding: 30px 0 50px !important;
}
	
div.about div{
	padding: 0 0 50px;
	text-align: center;
}

div.about h3{
	max-width: 680px;
	margin: 0 auto;
	padding: 10px 0 7px 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	border-left: #cc0033 2px solid;
	border-bottom: #cc0033 1px dashed;
}
	
div.about ul{
	max-width: 680px;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	border-left: #cc0033 2px solid;
}
	
div.about ul li{
	position: relative;
	padding: 3px 0 3px 15px;
	list-style: none;
}
	
div.about ul li:after{
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 7px;
	background: rgb(179,0,45); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(179,0,45,1) 0%, rgba(229,0,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3002d', endColorstr='#e50039',GradientType=1 ); /* IE6-9 */
	transform: rotate(45deg);
}


/*-------------------
　company
-------------------*/

div.companyBox{
	margin: -101px 0 0;
	padding: 101px 0 0;
}

div.company{
	padding: 0 0 50px;
	background: rgb(179,0,45); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(179,0,45,1) 0%, rgba(229,0,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3002d', endColorstr='#e50039',GradientType=1 ); /* IE6-9 */
}

div.company *{
	color: #ffffff;
}
	
div.company h2{
	padding: 50px 0 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #ffffff 1px dashed;
}
	
div.company dl{
	display: flex;
	flex-wrap: wrap;
	max-width: 560px;
	margin: 30px auto 0;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
}
	
div.company dl dt{
	width: 150px;
	padding: 7px 0 7px 15px;
	box-sizing: border-box;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
	
div.company dl dd{
	width: calc(100% - 150px);
	padding: 7px 0 7px 15px;
	box-sizing: border-box;
	border-bottom: #ffffff 1px solid;
}

	
/*-------------------
　access
-------------------*/

div.accessBox{
	margin: -101px 0 0;
	padding: 101px 0 0;
}

div.access h2{
	padding: 50px 0 20px;
	color: #cc0033;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

div.access div iframe{
	width: 100%;
	height: 500px;
}
	

/*-------------------
　links
-------------------*/

div.links{
	padding: 0 0 35px;
}

div.links h2{
	padding: 50px 0 20px;
	color: #cc0033;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #cc0033 1px dashed;
}
	
div.links ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0 0;
}
	
div.links ul li{
	position: relative;
	list-style: none;
	width: 300px;
	padding: 0 0 15px 15px;
	box-sizing: border-box;
}
div.links ul li:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-right: #cc0033 1px solid;
	border-bottom: #cc0033 1px solid;
	transform: rotate(-45deg);
}

div.links ul li a{
	font-size: 14px;
}

div.links ul li a:hover{
	text-decoration: underline;
}
	

/* ----------------------------------------
	footer
---------------------------------------- */

div.footerBox{
	padding: 30px 0;
	background: rgb(179,0,45); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(179,0,45,1) 0%, rgba(229,0,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(179,0,45,1) 0%,rgba(229,0,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3002d', endColorstr='#e50039',GradientType=1 ); /* IE6-9 */
	text-align: center;
}

div.footerBox div.email{
	position: relative;
	display: inline-block;
	padding: 0 0 15px 17px;
}
div.footerBox div.email:after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-right: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
	transform: rotate(-45deg);
}

div.footerBox div.email a{
	color:#ffffff;
	font-weight: bold;
}
div.footerBox div.email a:hover{
	text-decoration: underline;
}

div.footerBox div.copyright small{
	color:#ffffff;
	font-size: 14px;
}


/* ----------------------------------------
	go_top
---------------------------------------- */

div.go_top{
	position:relative;
	position:fixed;
	bottom:30px;
	right:0;
	background-color:#ffffff;
	color:#cc0033;
	width:58px;
	height:56px;
	border-top: #cc0033 2px solid;
	border-bottom:#cc0033 2px solid;
	border-left:#cc0033 2px solid;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	cursor:pointer;
}
div.go_top:after{
	content:"";
	position:absolute;
	top:24px;
	left:0;
	right:0;
	width:10px;
	height:10px;
	margin:0 auto;
	border-top:2px solid #cc0033;
	border-right:2px solid #cc0033;
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);
}
div.go_top:hover{
	background-color: #cc0033;
	border-top: #ffffff 2px solid;
	border-bottom:#ffffff 2px solid;
	border-left:#ffffff 2px solid;
}
div.go_top:hover:after{border-top:2px solid #ffffff;border-right:2px solid #ffffff;}


}