html, body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  box-sizing: border-box;
}

a, a:hover, a:link, a:visited {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.7em;
}

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container:after, 
.section:after,
.row:after
{
  display: block;
  content: '';
  clear: both;
  height: 1;
}

.container .section {
  padding: 15px;
}

.nav {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  width: 980px;
  left: 0px;
}

.nav a {
  color: #00c;
  text-decoration: underline;
}


.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.note {
  color: #535353;
}

#header {
  height: 119px;
  background-image: url("../images/header/header_bg.png");
  background-repeat: repeat-x;
  background-position: 50% 0%;
}

#footer {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

#footer .entry {
  padding-top: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  height: 150px;
  background-image: url("../images/footer/footer_bg.png");
  background-repeat: repeat-x;
  background-position: 50% 0%;
}

#footer .entry:after {
  content: '';
  display: block;
  clear: both;
  height: 1;
}

#footer .footer {
  margin-top: 20px;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #F7F7F7;
}

#footer .footer a {
  text-decoration: none;
}

/**
 * 個別ページ
 */

#top .endtitle {
  text-align: center;
  font-size: 22px;
}
#top .endtitle a {
  color: #111987; 
  text-decoration: underline;
}
#top .endtitle a:hover {
  color: #e31;
  text-decoration: none;
}

/*body#flow #flow-main .flow-text {*/
#flow #flow-main .flow-text {
  width: 720px;
  padding-bottom: 60px;
}

/*body#flow #flow-main .flow-text h3 {*/
#flow #flow-main .flow-text h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

/*body#flow #flow-main .flow-text p {*/
#flow #flow-main .flow-text p {
  font-size: 13px;
}

#kiyaku-main {
  margin-top: 40px;
  padding-top: 77px;
  border-top: 2px solid #23ac38;
}

#kiyaku-main dl {
  border: 1px solid #bac1bb;
  border-bottom: none;
  margin-bottom: 80px;
}

#kiyaku-main dt,
#kiyaku-main dd
{
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #bac1bb;
}

#kiyaku-main dt {
  width: 624px;
  float: left;
  padding-left: 45px;
  font-size: 18px;
  background-color: #f3fdf5;
  background-image: url("../images/kiyaku/icon_circle.png");
  background-repeat: no-repeat;
  background-position: 25px 50%;
}

#kiyaku-main dd {
  margin-left: 624px;
  text-align: center;
}

#kiyaku-main dd a { 
  display: block;
}
#kiyaku-main dd a img {
  vertical-align: middle; 
}

#faq-main {
  margin-top: 20px;
  margin-bottom: 80px;
  border-top: 2px solid #23ac38;
  padding-top: 10px;
}

#faq-main .section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-image: url("../images/faq/icon_circle.png");
  background-repeat: no-repeat;
  background-position: 10px 22px;
  border-bottom: 1px dotted #bde6c3;
}

#faq-main .section h3 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #23ac38;
}

#faq-main .section p {
  font-size: 14px;
  line-height: 1.6;
}

.ttl_bdr { border-bottom:#23ac38 solid 3px; padding-bottom:20px;}