@charset "UTF-8";

body {
    font:14px/1.231 "qMmpS Pro W3";
}
#wrap {
    padding: 10px;
}
section{
    margin-bottom: 1em;
}
p {
    margin-bottom: 0.6em;
}
/* clearfix */
.clearfix:after{
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

#top{
	height:83px;
	background:#001E40;
	text-align:center;
}

h2{
    font-size: 135%;
    text-shadow: 1px 1px 2px #ccc;
    color: #F00;
    margin-bottom: 10px;
	text-align:center;
}

h3{
    background-color: #F30;
    font-size: 100%;
	padding:8px;
	color:#FFF;
	margin-bottom: 10px;
}

h3.sec3_title{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #001E40;
    background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#FC0));
    font-size: 121%;
	padding:8px;
	color:#FFF;
	text-shadow: 1px 1px 2px #F30;
	margin-bottom: 10px;
}

.sec_text{
	padding:5px;
}

h4{
	font-size: 105%;
	color:#F00;
	margin-bottom:10px;
}

h4.sec2_subtitle{
	font-size: 120%;
	color:#F60;
	margin-bottom:5px;
	border-left:10px solid #F60;
	padding-left:5px;
}

h5{
	font-size:110%;
	color:#001E40;
}

aside{
    background-color: #ebebeb;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px;
	margin-bottom:5px;
	font-size:90%;
}

aside.ad{
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	border:1px solid #F00;
    padding: 12px;
	margin-bottom:30px;
	font-size:90%;
	color:#F00;
}

aside p:last-child{
    margin-bottom: 0;
}

.attention{
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:7px;
	font-size:95%;
}

.contact_title{
	font-size:100%;
	color:#F00;
	margin-bottom:0.5em;
}

.contact_text{
	padding:5px;
	font-size:105%;
}


#btnTop {
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
    width: 7em;
    font-size: 85%;
    text-align: center;
	float:right;
    margin-right: 10px;
}
#btnTop a {
    text-shadow: 1px 1px 0 #ddd;
    display: block;
    padding: 5px 0;
    color: #444444;
    text-decoration: none;
}

.copyright{
	text-align:center;
	font-size:70%;
}




/* アコーディオン */

.flow_list dl.acordion{margin-bottom:5px;}
.flow_list dt.trigger {
	-webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #001E40;
    background: -webkit-gradient(linear, left top, left bottom, from(#001E40), to(#004DA2));
    font-size: 100%;
	padding:8px;
	color:#FFF;
	margin-bottom: 5px;
	font-weight:bold;
}

.flow_list dt.active{
	background: #399;
}

.flow_list dt.trigger span.open-close {
	background:url(../images/plus.png) no-repeat right top;
	background-size:18px 18px;
	float:right;
	width:20px;
	height:20px;
	text-indent: -9999em;
}

.flow_list dt.active span.open-close {
	background:url(../images/none.png) no-repeat right top;
	background-size:18px 18px;
	float:right;
	width:20px;
	height:20px;
}

.flow_list dd.acordion_tree{
	padding:8px;
	background:#fff;
	border: 1px solid #CCC;
	border-top:none;
}




.flow_box{
	width:92%;
	margin:15px auto;
}

.flow_title{
	margin-bottom:10px;
	font-size:140%;
	color:#F60;
	font-weight:bold;
}

.flow_text{
	font-size:85%;
	line-height:1.4;
}

.flow_text span{
	font-size:90%;
}

.next{
	width: 0;
	height: 0;
	margin:20px auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 10px solid #FF5C00;
	text-indent:-9999px;
}

