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

@media screen and ( max-width:768px ){

/* ----------------------------------------
	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;
}

.dOnly{display:none;}


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

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

div.headerBoxAfter div.headerBoxOuter{display: none;}
div.headerBoxOuter{
	height: 90px;
	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 h1{
	height: 32px;
	padding: 7px 0 10px;
	text-align: center;
	line-height: 1;
}

div.headerBoxOuter h1 img{
	width: 248px;
	height: 32px;
}

div.headerBoxOuter div.headerBoxInner div{
	text-align: center;
}
	
div.headerBoxOuter div.headerBoxInner div a{
	display: inline-block;
	padding: 0 0 0 25px;
	background:url("../img/common/icon_tel.svg") no-repeat left center;
	background-size: 18px auto;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}


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

div.headerBoxAfter div.navBox{border-top: #cc0033 5px solid;}
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.navBox ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

div.navBox ul li{
	list-style: none;
}
div.navBox ul li:nth-child(1){width:12%;}
div.navBox ul li:nth-child(2){width:54%;}
div.navBox ul li:nth-child(3){width:17%;}
div.navBox ul li:nth-child(4){width:17%;}

div.navBox ul li:nth-child(1) a{
	display: block;
	height: 44px;
	padding: 10px 0 0;
	box-sizing: border-box;
	text-align: center;
}
div.navBox ul li:nth-child(1) a img{
	width: 18px;
	height: auto;
}
	
div.navBox ul li:nth-child(n+2) a{
	position: relative;
	display: block;
	height: 44px;
	padding: 5px 0 0;
	box-sizing: border-box;
	border-left: #ffccd9 1px solid;
	color: #cc0033;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.navBox ul li:nth-child(n+2) a:after{
	content: "";
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 auto;
	border-right: #cc0033 1px solid;
	border-bottom: #cc0033 1px solid;
	transform: rotate(45deg);
}


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

div.contentBox{
	padding: 135px 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{
	padding: 150px 0;
    background: url(../img/common/catch_bg_sp.jpg) no-repeat center center;
	background-size: cover;
}
	
div.catch p{
	width: 240px;
	margin: 0 auto;
	padding: 15px 0;
	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: 20px;
	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: 30px;
	font-weight: 500;
}


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

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

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

div.about h2{
	padding: 40px 0 10px;
	color: #cc0033;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: #cc0033 1px dashed;
}
	
div.about p{
	padding: 20px 3px 0 10px;
}
div.about p.pdBtm{
	padding: 20px 3px 20px 10px !important;
}
	
div.about div{
	padding: 0 10px 20px;
	text-align: center;
}
div.about div img{width:100%;}

div.about h3{
	margin: 0 10px;
	padding: 7px 0 5px 10px;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: bold;
	border-left: #cc0033 2px solid;
	border-bottom: #cc0033 1px dashed;
}
	
div.about ul{
	margin: 0 10px;
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
	border-left: #cc0033 2px solid;
}
	
div.about ul li{
	position: relative;
	padding: 5px 0 5px 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: -35px 0 0;
	padding: 35px 0 0;
}

div.company{
	padding: 0 0 40px;
	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: 30px 0 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: #ffffff 1px dashed;
}

div.company dl{
	margin: 20px 10px 0;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
}
	
div.company dl dt{
	padding: 7px 0 7px 10px;
	box-sizing: border-box;
	border-bottom: #ff99b3 1px dashed;
	font-weight: bold;
}
	
div.company dl dd{
	padding: 7px 0 7px 28px;
	box-sizing: border-box;
	border-bottom: #ffffff 1px solid;
}

div.company dl dd a{
	text-decoration: underline;
}

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

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

div.access h2{
	padding: 40px 0 10px;
	color: #cc0033;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

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

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

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

div.links h2{
	padding: 40px 0 10px;
	color: #cc0033;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: #cc0033 1px dashed;
}
	
div.links ul{
	margin: 0 10px;
	padding: 20px 0 0;
}
	
div.links ul li{
	position: relative;
	list-style: none;
	width: 300px;
	padding: 0 0 10px 15px;
	box-sizing: border-box;
}
div.links ul li:after{
	content: "";
	position: absolute;
	top: 11px;
	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: 15px 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 */
	text-align: center;
}

div.footerBox div.email{
	position: relative;
	display: inline-block;
	padding: 0 0 10px 17px;
}
div.footerBox div.email:after{
	content: "";
	position: absolute;
	top: 10px;
	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: 13px;
}



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

div.go_top{
	position:relative;
	position:fixed;
	bottom:30px;
	right:0;
	background-color:#ffffff;
	color:#cc0033;
	width:43px;
	height:41px;
	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;
}
div.go_top:after{
	content:"";
	position:absolute;
	top:17px;
	left:0;
	right:0;
	width:8px;
	height:8px;
	margin:0 auto;
	border-top:2px solid #cc0033;
	border-right:2px solid #cc0033;
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);
}


/* ----------------------------------------
	media screen end
---------------------------------------- */
}