@charset "utf-8";

/* common 
*****************************************/
body {
	color: #000;
	width: 100%;
	font-family: "HraKakuProN-W6", "HelveticaNeue";
	font-size: 75%;
    -webkit-text-size-adjust: 100%;
	line-height: 1.5;
}

img {
	width: 100%;
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

.color01 {
	color: #e5026a !important;
}

.center {
	text-align: center !important;
}

strong span {
	font-weight: bold;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #f00;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #f00;
	text-decoration: none;
}

a:focus {
	overflow: hidden;
}

/* header
*****************************************/
#header {
	position: relative;
	height: 46px;
	border-top: #03a solid 3px;
	background-color: #fff;
}

#logo01 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 65px;
}

#headBtn {
	position: absolute;
	top: 7px;
	right: 5px;
	width: 74px;
}

/* footer
*****************************************/
#footer {
	margin-top: 30px;
	padding-bottom: 8px;
	border-bottom: #03a solid 3px;
}

#copyright {
	margin: 8px auto 0;
	width: 54%;
	font-size: 0;
}

/* contents
*****************************************/
#contents {
}

.section01 {
	margin: 25px 5px 0;
}

.section02 {
	margin: 0 5px;
}

.section02 .title01 {
	margin-top: -3%;
}

.subSection01 {
	margin: 0 5px;
}

.subSection01 .text01 {
	margin-top: 15px;
}

.subSection01 .text02 {
	margin-top: 10px;
}

.subSection01 .text03 {
	margin-top: 15px;
	font-size: 150%;
}

.subSection02 {
	margin: 10px 35px 0;
}

.subSection02 iframe {
	width: 100% !important;
}

.col01 {
	float: right;
	margin-top: 10px;
	width: 75px;
}

.col02 {
	margin: 15px 95px 0 0;
}

.list01 {
	padding-left: 0.5em;
	text-indent: -0.5em;
	font-size: 90%;
}

.list02 {
	margin-top: 15px;
}

.list02 li {
	position: relative;
}

.list02 li:first-child {
	margin-bottom: 46px;
}

.list02 li:first-child:after {
	content: " ";
	position: absolute;
	bottom: -46px;
	left: 50%;
	width: 300px;
	height: 46px;
	margin-left: -150px;
	background: url(../images/bg01.gif) no-repeat center bottom;
	background-size: 300px 46px;
}

.list02 li .btn01 {
	position: absolute;
	bottom: 9%;
	left: 50%;
	margin-left: -110px;
}

.list02 li .btn02 {
	position: absolute;
	bottom: 9%;
	left: 50%;
	margin-left: -115px;
}

/* Clearfix
*****************************************/
.wrap:before,
.wrap:after {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
}
