﻿/* ------------------------------------------------------------

  top content

------------------------------------------------------------ */
section.main-area {
  background: none;
  padding:0;
}
.main-area .mainiamge {
  width: 770px;
}

section.top-section {
}
section.top-section h1 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
}
section.top-section h1:after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  margin: 0 auto;
  padding-top: 10px;
  border-bottom: 1px solid #cac3c0;
}
section.top-section .top-info-box {
  border: 3px solid #fb91ab;
  border-radius: 4px;
  padding: 25px 20px;
}
section.top-section .top-info-box h2 {
  color: #fb91ab;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}


/* ------------------------------------------------------------

  second content

------------------------------------------------------------ */
.row {
  margin: 0 20px 20px;
}

.flow {
  font-size: 14px;
  padding-bottom: 45px;
  background: url(../images/ningen/flow_bottom.gif) no-repeat bottom;
}
.flow.last {
  background: none;
  padding-bottom: 0;
}
.flow dl {
  display: table;
  margin-bottom: 10px;
}
.flow dl dt,
.flow dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
.flow dl dd.pink {
  color: #fb91ab;
}
.flow dl dd span {
  font-weight: normal;
  font-size: 14px;
  color: #343434;
  padding-left: 10px;
}

.flow .sub_head {
  background: #e6f4da;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.caution {
  background: #ff0000;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
}

.tel-area {
  border: 5px solid #f0f0e6;
}
.tel-area dl {
  background: #fff;
  padding: 5px;
  display: table;
  width: 100%;
}
.tel-area dl dt,
.tel-area dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.tel-area dl dt {
  width: 48%;
  border-right: 1px solid #cecece;
}

.imgA {
  width: 100%;
  height: auto;
}

.tb01 {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  width: 100%;
}
.tb01 th,
.tb01 td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
}
.tb01 th {
  background-color: #f0f0e6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.tb01 th.txtl {
  text-align: left;
}
.tb01 .odd th {
  background: #ffdee7;
}

.tb02 {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  width: 100%;
}
.tb02 th,
.tb02 td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
}
.tb02 th {
  background-color: #f0f0e6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.tb02 th.txtl {
  text-align: left;
}
.tb02 .odd th {
  background: #ffdee7;
}

.tb-small {
  font-size: 0.82rem;
}


.disc-list li { padding-left: 1em; }
.disc-list li:before { content: "・"; display: inline-block; margin-left: -1em; }
.disc-list.boder-dotted > li { padding-bottom: 10px; border-bottom: 1px dotted #dfdfdf; }

.num-list { padding-left: 1.7em; }
.num-list li { list-style: decimal; margin-bottom: 10px; }
.num-list.border-dotted > li { padding-bottom: 10px; border-bottom: 1px dotted #dfdfdf; }

.square-list li { padding-left: 1em; margin-bottom: 10px; }
.square-list li:before { content: "■"; color: #fb7c9e; vertical-align: text-bottom; display: inline-block; margin-left: -1em; padding-right: 5px; }
.square-list li span { padding-left: 20px; display: block; }

.float-list li { float: left; width: 33.33333333333%; }
.link-list li { padding-left: 1em; margin-bottom: 10px; }
.link-list li a { color: #1570cc; text-decoration: underline; }
.link-list li a:hover { text-decoration: none; }
.link-list li:before { content: "\f105"; font-family: FontAwesome; display: inline-block; margin-left: -1em; padding-right: 4px; padding-left: 6px; }

.agenda {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: -1px;
}
.agenda:first-child {
  margin-top: 0;
}
.agenda li {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  font-size: 0.88rem;
}
.agenda li.col3,
.agenda li.col4,
.agenda li.col6 { float: none; }
.agenda li a {
  padding: 10px;
  display: block;
}
.agenda li a:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 7px;
}
.agenda li:hover,
.agenda li:hover a,
.agenda li a:hover {
  background: #6eb92b;
  color: #fff;
}
.agenda li.non:hover {
  background: #fff;
}


.pc-switcher {
  text-align: center;
  padding: 0 10px;
  margin: 10px 0;
}
.pc-switcher span.active,
.pc-switcher a {
  display: inline-block;
  line-height: 60px;
  width: 50%;
}
.pc-switcher a {
  background: #dadada;
}
.pc-switcher a:hover {
  background: #115fad;
  color: #fff;
}
.pc-switcher span.active {
  background: #115fad;
  color: #fff;
}
.pc-switcher span.ico_sp:before {
  content: "\f10b";
  font-family: FontAwesome;
  padding-right: 5px;
  display: inline-block;
}
.pc-switcher span.ico_pc:before {
  content: "\f108";
  font-family: FontAwesome;
  padding-right: 5px;
  display: inline-block;
}

