@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #000;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}
a:link, a:visited, a:hover, a:active {
  color: #0000ff;
  text-decoration: none;
}

.inner {
	padding: 0 15px 15px 15px;
	width: 100%;
}

.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
.pagetop a {
    display: inline-block;
    width: 15vw;
}

section {
    width: 100%;
    margin: 20px 0 30px;
}

#a_table_of_contents {
    border: 1px solid #ff0;
    background: #ff0;
}
#a_table_of_contents #table_header {
    background: #ff0;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
#a_table_of_contents dl>* {
    font-size: 115%;
}
#a_table_of_contents dl dt, #a_table_of_contents dl dd {
    border-bottom: 1px solid #ff0;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}
#a_table_of_contents dl dt {
    width: calc(25% - 3px);
    background: #19403c;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
#a_table_of_contents dl dd {
    width: 75%;
    background: #000;
}
#a_table_of_contents dl dd a {
    display: block;
    width: 100%;
    padding-top: 11px;
    height: 70px;
    color: #66fff0;
    text-align: center;
    text-decoration: underline;
}



.special_info {
    background: url(img/recommend01.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 53vw;
}
.special_info:nth-child(2) {
    background: url(img/recommend02.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 53vw;
}
.special_info p {
	padding-top: 34vw;
	color: #fff;
	font-size: 280%;
	text-align: center;
}
.special_info a {
	color: #fff;
}
@media screen and (min-width:321px) {
	.special_info p {
		font-size: 320%;
	}
}


.special_freepoint {
	margin-top: 15px;
	border: 3px solid #f7931d;
}
.special_freepoint * {
	text-align: center;
}
.special_freepoint h1 {
    padding: 3px 3px 0 3px;
    text-align: center;
    border: 2px solid #f00;
    background: #000;
    color: #f00;
    font-size: 290%;
    font-weight: bold;
    letter-spacing: 1.5em;
    height: 54px;
    line-height: 43px;
    text-indent: 1.5em;
}
.special_freepoint_content {
	background: #ff0;
	position: relative;
}
.special_freepoint_content img {
    display: block;
    position: absolute;
    top: -6vw;
}
.special_freepoint_content h2 {
    padding-top: 22vw;
    color: #000;
    font-size: 115%;
}
.special_freepoint_content p {
    font-size: 440%;
    font-weight: bold;
    color: #f00;
    margin-top: -2vw;
}


.main_contents p.inner {
	color: #fff;
	text-align: justify;
	font-size: 120%;
}
.inner_ol {
    margin: 0 15px 15px 15px;
    background: #d4357d;
    color: #fff;
    padding: 20px 20px 20px 30px;
    width: calc(100% - 30px);
}
.inner_ol ol li {
	text-indent: 0;
	padding-left: -1.0em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FF8FCF;
}
.inner_ol ol li:first-child {
	padding-top: 0;
}
.inner_ol ol li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.main_contents h2 {
    background: #ffd800;
    width: 100%;
}

.main_contents h2 {
    background: #ff0;
    width: calc(100% - 30px);
    margin: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    font-size: 210%;
}
.main_contents h3 {
	margin-bottom: -6px;
}
.dialnumber {
	padding: 0 15px 10px;
}
.dialnumber a {
	display: block;
}
.dialnumber dl {
    width: 100%;
    height: 40px;
}
.dialnumber dl * {
	vertical-align: middle;
}
.dialnumber dt,.dialnumber dd {
    display: inline-block;
}
.dialnumber dt {
    color: #000;
    width: 21%;
    background: #FBB03B;
    text-align: center;
    font-size: 140%;
	font-weight: bold;
    padding: 1.5vw 0;
}
.dialnumber dd.phonenbr {
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 160%;
}
.dialnumber dd.dial {
    width: 28%;
    background: #ff66ab;
    border-radius: 6px;
	text-align: center;
}
.dialnumber dd.dial img {
    width: 85%;
}
@media screen and (min-width:375px) {
	.dialnumber dd.dial img {
    width: 75%;
	}
}
#third_section .recommend h2 {
    padding-top: 22vw;
    color: #000;
    font-size: 115%;
	line-height: 2.0em;
}
#third_section .special_freepoint_content {
    margin-top: -4vw;
}
.comments {
	color: #fff;
}