
@charset "utf-8";

/*=====================================

style.css

=====================================*/
.specialContent {
}

.specialContent *{
	box-sizing: border-box;
	line-break: strict !important;
	word-break: normal;
}

.specialContent a {
	cursor:pointer;
	color:inherit;
	transition: all 0.3s;
}

.specialContent .floatbox{
	overflow: hidden;
}

.specialContent a:hover {
	text-decoration:none;
	color:inherit;
	opacity: 0.7 !important;
}

.specialContent img {
    vertical-align:top;
}

.specialContent a:hover img { 
	filter: alpha(opacity=100) !important; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)" !important; 
	-moz-opacity:inherit;
	opacity:inherit;
}

.specialContent a:hover {
	opacity: 0.7 !important;
}

.specialContentInside {
	margin: 0px auto;
	width: 1200px;
	text-align: center;
}

.specialContent .lightbox {
	display: none;
}

.specialContent a[href^="tel:"] {
	pointer-events: none;
}

.specialContent .pcnone {
	display: none;
}

.specialContent .spnone {
	display: inline-block;
}

.specialContent #mo_btn {
	display: block;
	width: 700px;
	margin: 50px auto 20px;
	background: #ea622b;
	color: #fff;
	border-radius: 15px;
	font-size: 50px;
	font-weight: bold;
	border-bottom: 7px solid #a53a10;
	line-height: 1;
	padding: 20px 0;
	position: relative;
}

.specialContent #mo_btn span{
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}

.specialContent #mo_btn::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 48%;
    right: 38px;
}

.specialContent #mo_btn2 {
	display: block;
	width: 300px;
	margin: 30px auto 20px;
	background: #ea622b;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #a53a10;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.specialContent #mo_btn2::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    left: 15px;
}


.specialContent #mo_linkbox {
	padding-bottom: 50px;
}

.specialContent #mo_linkbox a {
	font-size: 17px;
	position: relative;
	padding-left: 20px;
}

.specialContent #mo_linkbox a:first-child{
	margin-right: 70px;
}

.specialContent #mo_linkbox a:hover {
	text-decoration: underline;
}

.specialContent #mo_linkbox a::before, .specialContent #mo_linkbox a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.specialContent #mo_linkbox a::before {
    left: 0px;
	right: auto;
    width: 13px;
    height: 1px;
    background: #000;
}

.specialContent #mo_linkbox a::after {
	left: 6px;
    right: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.specialContent #mo_text h1{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto;
}

.specialContent #mo_text {
	text-align: left;
	width: 1000px;
	margin: 0 auto 0;
}

.specialContent #mo_text p {
	margin-bottom: 40px;
}

.specialContent #mo_text p span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.specialContent #yellowbox {
	background: #ffeb3b;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* 
-------------------------------------------------------------------*/

@media screen and (max-width: 1250px) {

.specialContentInside {
	width: 100%;
}

.specialContent #mo_text {
	width: 90%;
}

}


@media screen and (max-width: 950px) {
}

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.specialContent {
}

.specialContent .over1 {
	opacity:1.0 !important;
}

.specialContent a[href^="tel:"] {
		pointer-events:auto;
}

.specialContent .pcnone {
	display: inline-block;
}

.specialContent .spnone {
	display: none;
}

.specialContent #mo_text h1 {
    font-size: 5.3vw;
	margin:10vw auto;
}

.specialContent #mo_text p span {
    font-size: 3.5vw;
}

.specialContent #mo_text p {
	font-size: 3vw;
	margin-bottom: 12vw;
}

.specialContent #mo_btn2 {
    display: block;
    width: 80%;
    margin: 5vw auto 10vw;
    font-size: 3vw;
    padding: 5vw 0;
}

.specialContent #mo_btn {
	width: 90%;
	font-size: 7vw;
	margin: 6vw auto 4vw;
	border-bottom: 5px solid #a53a10;
	padding: 4vw 0;
	    border-radius: 10px;
}

.specialContent #mo_btn span {
    font-size: 4.8vw;
	margin-bottom: 1vw;
}

.specialContent #mo_linkbox a {
    font-size: 14px;
}

.specialContent #mo_linkbox a:first-child {
    margin-right: 25px;
}

.specialContent #mo_linkbox {
    padding-bottom: 5vw;
}

.specialContent #mo_btn::after {
    width: 3vw;
    height: 3vw;
    margin: 0 10px;
    border-top: 1vw solid #fff;
    border-right: 1vw solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 48%;
    right: 4vw;
}

.specialContent #yellowbox {
	font-size:2.2vw;
	padding: 3vw 0;
}
}

@media screen and (max-width: 767px) {
}



