@charset "UTF-8";
/* ------------
scss Base
------------------------------------*/
/* mixin */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.61;
  color: #000;
  -webkit-text-size-adjust: 100%;
  min-width: 1020px;
}

h1, h2, h3, h4, h5, h6, img,
p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a:link {
  text-decoration: none;
}

.pcNone {
  display: none;
}

.fixMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  background: #FFF;
  z-index: 100;
}

header {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
}
header .txt01 {
  font-size: 12px;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
header .leftBox {
  float: left;
  width: 470px;
}
header .leftBox h1 {
  width: 251px;
  display: inline-block;
}
header .leftBox p {
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
}
header .rightBox {
  float: right;
}
header .rightBox a {
  display: inline-block;
}
header .rightBox .tel {
  vertical-align: middle;
  margin-right: 15px;
}
header .rightBox .cv {
  width: 249px;
}

nav {
  width: 1020px;
  margin: 0 auto;
  font-size: 13px;
}
nav ul {
  margin: 15px 0;
}
nav ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 21px 0 13px;
  line-height: 0.9;
  background: url(../img/bg_nav.gif) right 50% no-repeat;
}
nav ul li:last-child {
  background: none;
}
nav ul li a {
  color: #000;
  font-weight: bold;
  display: block;
}

.cv {
  background: url(../img/ico_cv.png) 95% 50% no-repeat #DE3C7D;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
}

#mainImg {
  background: url(../img/mainImg.jpg) 50% 0 no-repeat;
  height: 615px;
  width: 100%;
  margin-top: 153px;
}

.wrap {
  width: 1020px;
  margin: 0 auto;
}

#first {
  background: url(../img/bg_line01.png) right bottom no-repeat #00B5DE;
  margin-top: -50px;
  padding: 20px 50px 40px;
  margin-bottom: 50px;
}
#first h2 {
  text-align: center;
  margin-bottom: 30px;
}
#first .read {
  width: 807px;
  margin: 0 auto 50px;
  color: #FFF;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#first .bgWhite {
  background: #FFF;
  padding: 36px;
}
#first .bgWhite h3 {
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal;
}
#first .bgWhite .ph {
  float: right;
  margin-top: -150px;
}
#first .bgWhite:after {
  content: "";
  clear: both;
  display: block;
}
#first .bgWhite.st01 {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#first .bgWhite.st02 {
  position: relative;
}
#first .bgWhite.st02 .btnRSS {
  position: absolute;
  right: 36px;
  top: 40px;
  border: 1px solid #00B5DE;
  text-align: center;
}
#first .bgWhite.st02 .btnRSS a {
  display: block;
  margin: 5px 10px;
}
#first .bgWhite.st02 .btnRSS a img {
  vertical-align: middle;
}
#first .bgWhite.st02 dl {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
#first .bgWhite.st02 dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#first .bgWhite.st02 dl dt {
  float: left;
}
#first .bgWhite.st02 dl dt span {
  background: #DE3C7D;
  color: #000;
  text-align: center;
  padding: 2px 5px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#first .bgWhite.st02 dl dd {
  padding-left: 210px;
}
#first .bgWhite.st02 dl dd a {
  color: #01b5de;
}
#first .bgWhite.st02 .feedList dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#first .icoMedia {
  background: url(../img/ico_media.png) 0 50% no-repeat;
}
#first .icoInfo {
  background: url(../img/ico_info.png) 0 50% no-repeat;
}

/*.ico {
	position: relative;
	text-align: center;
	img {
		position: relative;
		z-index: 2;
		display: inline-block;
	}
	&::before {
		position: absolute;
		top: 50%;
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #DEDEDF;
	}
}
*/
.list01 {
  overflow: hidden;
  width: 884px;
  margin: 0 auto;
}
.list01 li {
  float: left;
  overflow: hidden;
  width: 418px;
  margin-right: 48px;
  margin-bottom: 35px;
}
.list01 li:nth-child(2n) {
  margin-right: 0;
}
.list01 li dl {
  text-align: center;
}
.list01 li dl dt {
  color: #00A0C9;
  font-size: 25px;
  margin-bottom: 15px;
}
.list01 li .phBox {
  text-align: right;
}
.list01 li .phBox img {
  width: 100%;
}
.list01 li .phBox a > img {
  margin-top: -25px;
  margin-right: 10px;
  width: 51px;
  height: 51px;
}

.list02 {
  overflow: hidden;
}
.list02 li {
  background: url(../img/bg_sec03.gif) right bottom no-repeat #DFDFDF;
  width: 488px;
  float: left;
  padding: 20px 35px;
}
.list02 li:last-child {
  float: right;
}
.list02 li img {
  width: 100%;
}
.list02 li .phBox {
  position: relative;
  margin-bottom: 22px;
}
.list02 li .phBox .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(43, 43, 43, 0.7);
  width: 100%;
  padding: 20px 15px;
  color: #FFF;
}
.list02 li .phBox .txt dl {
  padding-left: 10px;
}
.list02 li .phBox .txt dl dt {
  font-size: 18px;
}
.list02 li .phBox .txt dl dd {
  font-size: 34px;
}
.list02 li .phBox .txt dl.st01 {
  border-left: 4px solid #00B5DE;
}
.list02 li .phBox .txt dl.st02 {
  border-left: 4px solid #DE3C7D;
}
.list02 .tit01 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 25px;
  background: #00B5DE;
}
.list02 .tit01.st02 {
  background: #DE3C7D;
}

.checkList li {
  background: url(../img/second/ico_check.gif) 0 50% no-repeat;
  padding-left: 35px;
  margin-bottom: 20px;
  float: left;
  width: 50%;
}

h2.line {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
h2.line span {
  color: #00B5DE;
}
h2.line div {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 15px;
}
h2.line::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}

.border {
  background: #00B5DE;
  width: 61px;
  height: 4px;
  margin: 0 auto 20px;
}

.fontMeiryo {
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

#sec01 {
  margin-top: 80px;
  border-top: 1px solid #DEDEDF;
  padding-top: 40px;
}
#sec01 .ico {
  margin-top: -85px;
  text-align: center;
}
#sec01 h2 {
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#sec01 h2 div {
  background-color: #fff;
}
#sec01 h2::before {
  background-color: #00B5DE;
}

#sec02 {
  margin-top: 80px;
  border-top: 1px solid #DEDEDF;
  padding: 40px 0 80px;
  background: #00B5DE;
  color: #FFF;
}
#sec02 .ico {
  margin-top: -85px;
  text-align: center;
}
#sec02 h2 {
  background: url(../img/border_wh.gif) left 50% no-repeat, url(../img/border_wh.gif) right 50% no-repeat;
}
#sec02 h2 div {
  background-color: #00B5DE;
}
#sec02 h2::before {
  background-color: #FFF;
}
#sec02 .list01 li {
  background: #FFF;
}
#sec02 .list01 li dl dd {
  color: #000;
  padding: 0 20px 20px;
}

#sec03 {
  border-top: 1px solid #DEDEDF;
  background: url(../img/bg_line02.png) right bottom no-repeat;
  padding: 40px 0 80px;
}
#sec03 .ico {
  margin-top: -85px;
  text-align: center;
}
#sec03 h2 {
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#sec03 h2 div {
  background-color: #FFF;
}
#sec03 h2::before {
  background-color: #00B5DE;
}

#sec04 {
  border-top: 1px solid #DEDEDF;
  padding: 40px 0 80px;
  background: #00B5DE;
  color: #FFF;
}
#sec04 .ico {
  margin-top: -85px;
  text-align: center;
}
#sec04 h2 {
  background: url(../img/border_wh.gif) left 50% no-repeat, url(../img/border_wh.gif) right 50% no-repeat;
  margin-bottom: 40px;
}
#sec04 h2 div {
  background-color: #00B5DE;
}
#sec04 h2::before {
  background-color: #FFF;
}
#sec04 .wrap {
  position: relative;
}
#sec04 figure {
  position: absolute;
  right: -5px;
  top: 70px;
  z-index: 30;
}
#sec04 ul {
  overflow: hidden;
  position: relative;
  z-index: 40;
  margin-top: -10px;
}
#sec04 ul.dispNone {
  margin-top: 5px;
  display: none;
}
#sec04 ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 12px;
}
#sec04 ul li:nth-child(3n) {
  margin-right: 0;
}
#sec04 .more {
  cursor: pointer;
  background: #FFF;
  color: #2B2B2B;
  font-size: 19px;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}

#sec05 {
  border-top: 1px solid #DEDEDF;
  padding: 40px 0 80px;
}
#sec05 .ico {
  margin-top: -85px;
  text-align: center;
}
#sec05 h2 {
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#sec05 h2 div {
  background-color: #FFF;
}
#sec05 h2::before {
  background-color: #00B5DE;
}
#sec05 .sec05In {
  width: 898px;
  margin: 0 auto;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2B2B2B;
}
#sec05 .sec05In dl {
  margin-bottom: 25px;
}
#sec05 .sec05In dt {
  background: url(../img/ico_q.gif) 0 50% no-repeat;
  min-height: 61px;
  padding-top: 12px;
  padding-left: 80px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec05 .sec05In dd {
  padding-left: 50px;
}
#sec05 .sec05In dd div {
  position: relative;
  background: #EDF1F2;
  padding: 25px 70px;
}
#sec05 .sec05In dd div img {
  position: absolute;
  top: -10px;
  left: -8px;
}
#sec05 .sec05In dd .txt01 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#sec05 .sec05In dd .txt01 span {
  background: -webkit-linear-gradient(transparent 60%, #DE3C7D 60%);
  background: -o-linear-gradient(transparent 60%, #DE3C7D 60%);
  background: linear-gradient(transparent 60%, #DE3C7D 60%);
}

#sec06 {
  border-top: 1px solid #DEDEDF;
  padding: 40px 0;
  background: url(../img/bg_line03.png) right bottom no-repeat #00B5DE;
  color: #FFF;
}
#sec06 .ico {
  margin-top: -85px;
  text-align: center;
}
#sec06 h2 {
  background: url(../img/border_wh.gif) left 50% no-repeat, url(../img/border_wh.gif) right 50% no-repeat;
  margin-bottom: 40px;
}
#sec06 h2 div {
  background-color: #00B5DE;
}
#sec06 h2::before {
  background-color: #FFF;
}
#sec06 .sec06In {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 35px;
}
#sec06 .sec06In dl {
  width: 50%;
  float: left;
  text-align: center;
}
#sec06 .sec06In dl dt {
  background: #FFF;
  color: #00B5DE;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#sec06 .sec06In dl dd {
  text-align: left;
  width: 280px;
  margin: auto;
}
#sec06 .sec06In dl dd.bot {
  width: 13%;
  height: 1px;
  background: #FFF;
  margin-top: 25px;
}
#sec06 #mapWrap {
  position: relative;
  padding-top: 40%;
}
#sec06 #gMap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#cvArea {
  padding: 40px 0 30px;
}
#cvArea h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #2B2B2B;
  margin-bottom: 30px;
}
#cvArea h3 span {
  background: -webkit-linear-gradient(transparent 60%, #DE3C7D 60%);
  background: -o-linear-gradient(transparent 60%, #DE3C7D 60%);
  background: linear-gradient(transparent 60%, #DE3C7D 60%);
}
#cvArea .cvAreaIn {
  background: #EDF1F2;
  overflow: hidden;
  padding: 30px 40px;
}
#cvArea .cvAreaIn .leftBox {
  display: inline-block;
  width: 530px;
  vertical-align: middle;
}
#cvArea .cvAreaIn .leftBox .numberBox, #cvArea .cvAreaIn .leftBox .txtBox {
  display: inline-block;
  vertical-align: middle;
}
#cvArea .cvAreaIn .leftBox .numberBox {
  width: 339px;
}
#cvArea .cvAreaIn .leftBox .numberBox p {
  padding: 5px 15px 5px 0;
  font-size: 11px;
}
#cvArea .cvAreaIn .leftBox img {
  margin-right: 20px;
}
#cvArea .cvAreaIn .leftBox dl {
  overflow: hidden;
}
#cvArea .cvAreaIn .leftBox dt {
  float: left;
  text-align: center;
  width: 54px;
  background: #00B5DE;
  color: #FFF;
  margin-bottom: 5px;
}
#cvArea .cvAreaIn .leftBox dt.closed {
  background: #FFF;
  border: 1px solid #00B5DE;
  color: #00B5DE;
}
#cvArea .cvAreaIn .leftBox dd {
  padding-left: 74px;
  margin-bottom: 5px;
}
#cvArea .cvAreaIn .rightBox {
  display: inline-block;
  vertical-align: middle;
  width: 375px;
  margin-left: 30px;
}
#cvArea .cvAreaIn .rightBox a {
  padding: 15px;
  font-size: 27px;
}
#cvArea .cvAreaIn .rightBox p {
  font-size: 12px;
  padding: 5px 0;
}

footer {
  background: #00B5DE;
  color: #FFF;
  padding: 25px 0;
  overflow: hidden;
}
footer a:link, footer a:hover,
footer a:active, footer a:visited {
  color: #FFF;
  text-decoration: none;
}
footer .copy {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
footer .box01 {
  width: 265px;
  float: left;
}
footer .box01 dl {
  overflow: hidden;
}
footer .box01 dt {
  float: left;
  width: 65px;
  text-align: center;
  background: #FFF;
  color: #00B5DE;
  padding: 3px 5px;
  font-size: 13px;
}
footer .box01 dd {
  padding-left: 75px;
}
footer .box02 {
  float: right;
}
footer .box02 .footList {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-left: 20px;
}
footer .box02 .footList ul {
  display: inline-block;
  vertical-align: top;
}
footer .box02 .footList li {
  margin-bottom: 10px;
}
footer .box02 .footList li a {
  background: url(../img/ico_arr02.gif) 0 50% no-repeat;
  padding-left: 20px;
}
footer .box02 .footList li.l2 {
  margin-bottom: 5px;
}
footer .box02 .footList li.l2 a {
  background: url(../img/ico_arr03.gif) 0 50% no-repeat;
}
footer .box02 .footList p {
  margin-top: 15px;
  text-align: center;
  position: relative;
  background: url(../img/border_wh_s.gif) left 50% no-repeat, url(../img/border_wh_s.gif) right 50% no-repeat;
}
footer .box02 .footList p span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 15px;
  background: #00B5DE;
}
footer .box02 .footList p::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
}

/* 下層ページ */
#low_sec01 {
  margin-top: 153px;
  color: #FFF;
}
#low_sec01 .bg01 {
  background: url(../img/second/sec01_img01.png) center 0 no-repeat #00B5DE;
  height: 372px;
  padding-top: 110px;
}
#low_sec01 .bg01 .tip {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 26px;
  border: 1px solid #FFF;
}
#low_sec01 .bg01 .tip:before, #low_sec01 .bg01 .tip:after {
  position: absolute;
  left: 20%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 14px;
}
#low_sec01 .bg01 .tip:before {
  border-top-color: #FFF;
  margin-left: -14px;
}
#low_sec01 .bg01 .tip:after {
  border-top-color: #00B5DE;
  margin: -1px 0 0 -14px;
}
#low_sec01 .bg01 .tip span {
  font-size: 19px;
}
#low_sec01 .bg01 h4 {
  font-size: 48px;
  font-weight: normal;
}
#low_sec01 .bg02 {
  background: #33c4e4;
  height: 370px;
  padding: 35px 0;
}
#low_sec01 .bg02 .phBox {
  float: left;
}
#low_sec01 .bg02 p {
  padding-top: 60px;
  float: right;
  width: 494px;
  margin-left: 74px;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#low_sec02 {
  padding: 30px 0;
}

#low_sec03 {
  width: 100%;
  height: 440px;
  position: relative;
  color: #FFF;
  background: #33C4E4;
}
#low_sec03:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: #00B5DE;
}
#low_sec03 .wrap {
  position: absolute;
  left: 50%;
  background: url(../img/second/bg_falf.gif) center 0 no-repeat;
  padding: 20px 0;
  margin: 0;
  margin-left: -510px;
}
#low_sec03 .wrap p {
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
}
#low_sec03 h4 {
  border-left: 3px solid #FFF;
  padding-left: 20px;
  font-size: 33px;
  margin-bottom: 30px;
}

#low_sec04 {
  padding: 50px 0;
}

#low_sec05 {
  padding: 50px 0;
  background: url(../img/second/sec05_img01.png) center 0 no-repeat #00B5DE;
  height: 660px;
}

#low_sec06 {
  padding: 50px 0;
  background: url(../img/second/sec06_img01.png) center 0 no-repeat;
  height: 660px;
}

#low_sec07 {
  padding: 50px 0;
  background: url(../img/second/sec07_img01.png) center 0 no-repeat #00B5DE;
  height: 660px;
}

#low_sec08 {
  padding: 50px 0 0;
  background: url(../img/second/sec08_img01.png) center 0 no-repeat;
  height: 647px;
}

#low_sec09 {
  margin-top: 80px;
  border-top: 1px solid #DEDEDF;
  padding-top: 40px;
  background: url(../img/second/line01.png) left top no-repeat, url(../img/second/line02.png) right bottom no-repeat;
}
#low_sec09 .ico {
  margin-top: -85px;
  text-align: center;
}
#low_sec09 h2 {
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#low_sec09 h2 div {
  background-color: #fff;
}
#low_sec09 h2::before {
  background-color: #00B5DE;
}
#low_sec09 .stepBox {
  margin-top: 70px;
}
#low_sec09 .stepBox li {
  border-left: 35px solid #D388AE;
}
#low_sec09 .stepBox li:last-child {
  border-left: 35px solid #FFF;
}
#low_sec09 .stepBox dl {
  position: relative;
  width: 432px;
  display: inline-block;
  vertical-align: top;
}
#low_sec09 .stepBox dl dt {
  color: #2B2B2B;
  font-size: 50px;
  margin-left: -76px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
#low_sec09 .stepBox dl dt img {
  margin-right: 15px;
  vertical-align: middle;
}
#low_sec09 .stepBox dl dt span {
  width: 372px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#low_sec09 .stepBox dl dd {
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 60px;
}
#low_sec09 .stepBox .phBox {
  width: 548px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 80px;
}
#low_sec09 .stepBox .phBox.last {
  padding-bottom: 40px;
}

#low_sec10,
#low_sec18 {
  padding: 25px 0;
  background: #00B5DE;
}

#low_sec11, #low_sec19 {
  margin-top: 80px;
  border-top: 1px solid #DEDEDF;
  padding: 40px 0 80px;
}
#low_sec11 .ico, #low_sec19 .ico {
  margin-top: -85px;
  text-align: center;
}
#low_sec11 h2, #low_sec19 h2 {
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#low_sec11 h2 div, #low_sec19 h2 div {
  background-color: #fff;
}
#low_sec11 h2::before, #low_sec19 h2::before {
  background-color: #00B5DE;
}
#low_sec11 .dlst01, #low_sec19 .dlst01 {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
#low_sec11 .dlst01 dt, #low_sec19 .dlst01 dt {
  background: #00B5DE;
  color: #FFF;
  font-size: 22px;
  width: 135px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#low_sec11 .dlst01 dd, #low_sec19 .dlst01 dd {
  padding-left: 10px;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}
#low_sec11 .dlst01 dd span, #low_sec19 .dlst01 dd span {
  font-size: 23px;
}
#low_sec11 .dlst01.st01, #low_sec19 .dlst01.st01 {
  text-align: right;
  padding-right: 20px;
}
#low_sec11 .dlst01.st02, #low_sec19 .dlst01.st02 {
/*  width: 100%;
  float: none;*/
  width: 70%;
    float: none;
    margin: 0 auto;

}
#low_sec11 .dlst01.st02 dt, #low_sec19 .dlst01.st02 dt {
  display: block;
  float: left;
}
#low_sec11 .dlst01.st02 dd, #low_sec19 .dlst01.st02 dd {
  padding-left: 150px;
  font-size: 26px;
  display: block;
}
#low_sec11 .dlst01.st02 dd.fontS, #low_sec19 .dlst01.st02 dd.fontS {
  font-size: 24px;
}
#low_sec11 .tableList, #low_sec19 .tableList {
  width: 780px;
  margin: 0 auto;
}
#low_sec11 .tip, #low_sec19 .tip {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
  border: 1px solid #00B5DE;
  width: 100%;
  color: #00B5DE;
}
#low_sec11 .tip:before, #low_sec11 .tip:after, #low_sec19 .tip:before, #low_sec19 .tip:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 10px;
}
#low_sec11 .tip:before, #low_sec19 .tip:before {
  border-top-color: #00B5DE;
  margin-left: -10px;
}
#low_sec11 .tip:after, #low_sec19 .tip:after {
  border-top-color: #FFF;
  margin: -1px 0 0 -10px;
}
#low_sec11 .tip span, #low_sec19 .tip span {
  font-size: 19px;
}
#low_sec11 table, #low_sec19 table {
  width: 100%;
  font-size: 20px;
  padding-top: 40px;
  margin-bottom: 20px;
}
#low_sec11 table td, #low_sec19 table td {
  text-align: center;
  padding: 0 10px;
}
#low_sec11 table td div, #low_sec19 table td div {
  padding: 10px 0;
  border-bottom: 1px solid #B5B6B6;
}
#low_sec11 table td.fontBlu, #low_sec19 table td.fontBlu {
  padding-right: 10px;
  color: #00B5DE;
}
#low_sec11 table td.fontBlu div, #low_sec19 table td.fontBlu div {
  border-bottom: 1px solid #00B5DE;
}
#low_sec11 table td span {
  font-size: 16px;
}
#low_sec11 p, #low_sec19 p {
  font-size: 12px;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#low_sec11 .box, #low_sec19 .box {
  overflow: hidden;
  margin: 40px 0;
}
#low_sec11 .box {
  margin-bottom: 0;
}
#low_sec11 .boxIn, #low_sec19 .boxIn {
  float: left;
  width: 490px;
/*  width: 780px;
  margin: 0 auto;*/
}
#low_sec11 .boxIn.st01, #low_sec19 .boxIn.st01 {
  margin-right: 35px;
}

#low_sec11 .boxIn2 {
  width: 100%;
  margin: 0 auto;
}


#low_sec11 h5, #low_sec19 h5 {
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  position: relative;
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#low_sec11 h5 span, #low_sec19 h5 span {
  color: #00B5DE;
}
#low_sec11 h5 div, #low_sec19 h5 div {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
}
#low_sec11 h5::before, #low_sec19 h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00B5DE;
}
#low_sec11 .border.st02, #low_sec19 .border.st02 {
  height: 1px;
  margin-top: 10px;
}

#low_sec12 {
  color: #FFF;
}
#low_sec12 .bg01 {
  background: url(../img/second/sec12_img01.png) center 0 no-repeat #00B5DE;
  height: 371px;
  padding-top: 110px;
}
#low_sec12 .bg01 .tip {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 26px;
  border: 1px solid #FFF;
}
#low_sec12 .bg01 .tip:before, #low_sec12 .bg01 .tip:after {
  position: absolute;
  left: 20%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 14px;
}
#low_sec12 .bg01 .tip:before {
  border-top-color: #FFF;
  margin-left: -14px;
}
#low_sec12 .bg01 .tip:after {
  border-top-color: #00B5DE;
  margin: -1px 0 0 -14px;
}
#low_sec12 .bg01 .tip span {
  font-size: 19px;
}
#low_sec12 .bg01 h4 {
  font-size: 48px;
  font-weight: normal;
}
#low_sec12 .bg02 {
  background: #33c4e4;
  height: 370px;
  padding: 35px 0;
}
#low_sec12 .bg02 .phBox {
  float: left;
}
#low_sec12 .bg02 p {
  padding-top: 60px;
  float: right;
  width: 494px;
  margin-left: 74px;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#low_sec13 {
  padding: 45px 0 30px;
}

#low_sec14 {
  padding: 50px 0;
  background: url(../img/second/sec14_img01.png) center 0 no-repeat #00B5DE;
  height: 633px;
}

#low_sec15 {
  padding: 50px 0 0;
  background: url(../img/second/sec15_img01.png) center 0 no-repeat;
  height: 633px;
}

#low_sec16 {
  color: #FFF;
  padding: 20px 0;
  /*background: url(../img/second/line03.png) right bottom no-repeat #00B5DE;*/
  background: #00B5DE;
}
#low_sec16 ul {
  overflow: hidden;
  width: 100%;
  background: url(../img/second/bg_border.gif) 50% 50% no-repeat;
}
#low_sec16 ul li {
  float: left;
  width: 50%;
  padding: 20px 50px;
}
#low_sec16 ul li dt {
  text-align: center;
  font-size: 23px;
  margin-bottom: 15px;
}
#low_sec16 ul li dt span {
  padding-left: 50px;
  min-height: 52px;
  display: inline-block;
}
#low_sec16 ul li dt.st01 span {
  background: url(../img/second/ico_sec16_01.png) 0 20% no-repeat;
}
#low_sec16 ul li dt.st02 span {
  background: url(../img/second/ico_sec16_02.png) 0 20% no-repeat;
}
#low_sec16 ul li dt.st03 span {
  background: url(../img/second/ico_sec16_03.png) 0 20% no-repeat;
}
#low_sec16 ul li dt.st04 span {
  background: url(../img/second/ico_sec16_04.png) 0 20% no-repeat;
}
#low_sec16 ul li dd {
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

#low_sec17 {
  margin-top: 80px;
  border-top: 1px solid #DEDEDF;
  padding: 40px 0 80px;
}
#low_sec17 .ico {
  margin-top: -85px;
  text-align: center;
}
#low_sec17 h2 {
  background: url(../img/border_bl.gif) left 50% no-repeat, url(../img/border_bl.gif) right 50% no-repeat;
}
#low_sec17 h2 div {
  background-color: #fff;
}
#low_sec17 h2::before {
  background-color: #00B5DE;
}
#low_sec17 h3 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
}
#low_sec17 h3 span {
  background: url(../img/second/ico_sec17_02.png) 0 50% no-repeat;
  padding-left: 60px;
}
#low_sec17 ul {
  width: 100%;
  font-size: 0;
}
#low_sec17 ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
}

#cvArea02 {
  padding: 40px 0 30px;
}
#cvArea02 .cvAreaIn {
  background: #EDF1F2;
  overflow: hidden;
  padding: 30px;
}
#cvArea02 .cvAreaIn .leftBox {
  display: inline-block;
  width: 740px;
  vertical-align: middle;
}
#cvArea02 .cvAreaIn .leftBox div {
  display: inline-block;
  vertical-align: middle;
}
#cvArea02 .cvAreaIn .leftBox .numberBox {
  width: 319px;
}
#cvArea02 .cvAreaIn .leftBox .numberBox p {
  padding: 5px 0;
  font-size: 11px;
}
#cvArea02 .cvAreaIn .rightBox {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin-left: 20px;
}
#cvArea02 .cvAreaIn .rightBox a {
  padding: 15px;
  font-size: 27px;
}
#cvArea02 .cvAreaIn dl {
  overflow: hidden;
}
#cvArea02 .cvAreaIn dt {
  float: left;
  text-align: center;
  width: 54px;
  background: #00B5DE;
  color: #FFF;
  margin-bottom: 5px;
}
#cvArea02 .cvAreaIn dt.closed {
  background: #FFF;
  border: 1px solid #00B5DE;
  color: #00B5DE;
}
#cvArea02 .cvAreaIn dd {
  padding-left: 74px;
  margin-bottom: 5px;
}

#low_sec19 {
  padding-bottom: 120px;
}
#low_sec19 .tip02 {
  padding: 5px 20px;
  margin-bottom: 10px;
  border: 1px solid #00B5DE;
  width: 100%;
  color: #00B5DE;
}
#low_sec19 .fs43 {
  font-size: 43px;
  /*color: #00B5DE;*/
}
#low_sec19 .fs27 {
  font-size: 27px;
  /*color: #00B5DE;*/
}
#low_sec19 .fs24 {
  font-size: 24px;
}
#low_sec19 .fs12 {
  font-size: 12px;
}
#low_sec19 .box dl {
  text-align: center;
}
#low_sec19 .box dl dt {
  background: #00B5DE;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  margin-bottom: 15px;
}
#low_sec19 .box dl dd {
  font-size: 24px;
  margin-bottom: 15px;
}
#low_sec19 .box02 {
  border: 5px solid #EDF1F2;
  padding: 15px 30px;
  margin-top: 40px;
  font-size: 24px;
  display: inline-block;
}
#low_sec19 .box02 dt, #low_sec19 .box02 dd {
  display: inline-block;
}
#low_sec19 .box02 dt {
  border-right: 5px solid #EDF1F2;
  padding-right: 30px;
}
#low_sec19 .box02 dt span {
  background: url(../img/second/ico_sec18_01.png) 0 50% no-repeat;
  padding-left: 40px;
  display: inline-block;
  min-height: 35px;
}
#low_sec19 .box02 dd {
  padding-left: 40px;
}

.credit {
  text-align: center;
  margin: 2% 0 5%;
}
.credit dt {
  font-size: 16px;
  margin-bottom: 15px;
}


/* common */
.p20 {
  padding: 0 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

/*-----------float---------*/
.flL {
  float: left;
}

.flR {
  float: right;
}

.flN {
  float: none;
}

/*-----------clear---------*/
.cl {
  clear: both;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */


/*-----------202407 add---------*/
.mt10 {
  margin-top: 10px !important;
}
header .rightBox .cv {
  width: 220px;
}
header .rightBox .sns {
  width: 38px;
  vertical-align: middle;
  margin-left: 15px;
}
header .rightBox .sns img {
  max-width: 100%;
}
#low_sec11 .w100,
#low_sec19 .w100 {
  width: 100%;
}
#low_sec11 .w100 .dt01,
#low_sec19 .w100 .dt01 {
  width: 420px;
}
#low_sec11 table td div,
#low_sec19 table td div {
  padding: 0;
  border: none;
}
#low_sec11 table td > div,
#low_sec19 table td > div {
  padding: 10px 0;
  border-bottom: 1px solid #B5B6B6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#low_sec11 table td .small,
#low_sec19 table td .small {
  font-size: 0.8em;
  padding: 0;
}
.lh1 {
  line-height: 1.25;
}
#low_sec19 table {
  padding-top: 5px;
}
.headBorderWrap01 {
  width: 97%;
  margin: 0 auto;
  padding-top: 40px;
}
.headBorderWrap02 {
  text-align: center;
  padding: 0px 20px;
}
.headBorder {
  text-align: center;
  line-height: 1.4;
  display: inline-block;
}
.headBorder > span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
.headBorder > span::before,
.headBorder > span::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: currentColor;
    position: absolute;
    top: 0;
}
.headBorder > span::before {
    left: 0;
    transform: rotate(-30deg);
}
.headBorder > span::after {
    right: 0;
    transform: rotate(30deg);
}
.headBorder01 {
  width: 205px;
  color: #DE3C7D;
  font-size: 15px;
  font-weight: bold;
}
.headBorder01 > span {
  padding: 0 0.8em;
}
.headBorder02 {
  color: #DE3C7D;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  padding: 0px 10px;
  position: relative;
}
.headBorder02::before,
.headBorder02::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: currentColor;
    position: absolute;
    top: 0;
}
.headBorder02::before {
    left: 0;
    transform: rotate(-30deg);
}
.headBorder02::after {
    right: 0;
    transform: rotate(30deg);
}
.tableNote {
  text-align: right;
  margin: 20px auto;
  max-width: 780px;
}
.table01,
.table01 th,
.table01 td,
.table01 th > div:not(.tip, .tip02),
.table01 td > div:not(.tip, .tip02) {
  height: 100%;
}
.logoImgText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.logo {
  display: inline-block;
}
.logo img {
  height: 50px;
  vertical-align: middle;
}
