@charset "utf-8";

/* style_sp_campaign.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#main .inner {
	width: auto;
	margin: 0 -10px;
	overflow: hidden;
    padding: 10px 10px;
}

#specialPage #main img {
	width: 100%;
}

/* キャンペーン内容
----------------------------------------------------------*/
#specialPage #main {
	padding: 10px 0 50px;
}
#specialPage #main h1 img {
	margin-bottom: 12.5%;
	border:1px solid #000;
}

/* Start
-----------------------------*/
#specialPage #main .start h2 {
	margin: 0 0 5.17%;
	width: 67.83%;
}

/* Detail
-----------------------------*/
#specialPage #main .detail {
	background-color: #e6e7e7;
	padding: 0 0 4.82%;
}
#specialPage #main .detail .oneYear {
	margin: 6.89% 0 0 0;
}
#specialPage #main .detail .halfYear p{
	margin: 0 3%;
}
#specialPage #main .detail .oneYear p{
	margin: 0 3%;
}
#specialPage #main .detail h3 {
	margin: 0 0 0.8%;
}
#specialPage #main .detail p.notes {
/*    color: #ffffff;*/
	font-size: 10px;
	margin: 0 0 0 0;
    padding: 2.13% 2.89% 0;
}
#specialPage #main .detail dl.period {
	background-color: #ffffff;
	line-height: 1.4;
	margin: 3.33% 2.89%;
	padding: 2% 0;
	text-align: center;
}
#specialPage #main .detail .bottom dl.period {
	background-color: #efefef;
	width: 96%;
}
#specialPage #main .detail dl.period dt {
	font-size: 1.1rem;
}
#specialPage #main .detail dl.period dd {
	font-size: 2rem;
	font-weight: bold;
}
#specialPage #main .detail dl.period dd span {
	font-size: 0.6em;
	margin-left: -0.3em;
	vertical-align: 0.05em;
}
#specialPage #main .detail p.btn {
	background: #187fc3;
	border-radius: 3px;
	font-weight: bold;
	margin: 3.1% 2.89% 0;
	text-align: center;
}
#specialPage #main .detail p.btn a {
	color: #ffffff;
	display: block;
	font-size: 3.5vw;
	padding: 3% 0;
    position: relative;
}
#specialPage #main .detail p.btn a::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    display: inline-block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%; right: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
}
#specialPage #main .detail p.btn a:hover {
	opacity: 0.8;
}

/* Try
-----------------------------*/
#specialPage #main .try {
	background: #c0ede7;
	margin-top: 6.89%;
	padding: 6.89% 5.2% 4.82%;
}
#specialPage #main .try h3 {
	margin: 0 auto 5.04%;
	width: 90.04%;
}
#specialPage #main .try .block h4 {
	background: #149661;
	padding: 0.85em 0;
}
#specialPage #main .try .block h4 img {
    display: block;
    margin: 0 auto;
	width: 61.28%;
}
#specialPage #main .try .block p {
	background: #ffffff;
	font-size: 2.5vw;
	padding: 3.51% 4.66%;
}
#specialPage #main .try .bnr {
	margin: 6.6% 0 5.82%;
}
#specialPage #main .try p.btn {
	background: #ffffff;
	border: 2px solid #0e3b87;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
#specialPage #main .try p.btn a {
	color: #0e3b87;
	display: block;
	font-size: 3.5vw;
	padding: 3% 0;
    position: relative;
}
#specialPage #main .try p.btn a::after {
    border-right: 1px solid #0e3b87;
    border-bottom: 1px solid #0e3b87;
    content: '';
    display: inline-block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%; right: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
}
#specialPage #main .try p.btn a:hover {
	opacity: 0.8;
}

/* Inquiry Block
-----------------------------*/
#specialPage #main .inquiryBlock {
	background: #e0e0e0;
	margin-top: 3.88%;
	padding: 2.4% 3.44% 3.1%;
}
#specialPage #main .inquiryBlock h3 {
	font-size: 4vw;
	text-align: center;
}
#specialPage #main .inquiryBlock .block {
	background: #ffffff;
    margin: 1.94% 0 0 0;
	padding: 3.8% 2.7%;
}
#specialPage #main .inquiryBlock .block p {
	font-size: 2.2vw;
}
#specialPage #main .inquiryBlock .block p.tel {
	color: #3c7cb5;
	font-size: 5.6vw;
	font-weight: bold;
	margin: 1% 0;
}
#specialPage #main .inquiryBlock .block p.tel a {
	color: #3c7cb5;
}
#specialPage #main .inquiryBlock .block p.tel a:hover {
	text-decoration:underline;
}
#specialPage #main .inquiryBlock .block dl {
	overflow: hidden;
	font-size: 2.2vw;
}
#specialPage #main .inquiryBlock .block dl dt {
	float: left;
}
#specialPage #main .inquiryBlock .block p.hours {
	  background: #3c7cb5; /* 背景色 */
	  width: 60%;
	  height: 10%;
	  border-radius: 30px;
	  text-align: center;
	  line-height: 50px;
	  font-size:2.8vw;
}
#specialPage #main .inquiryBlock .block p.hours a {
	  color: #fff;
	  display: block;
}
