@charset "UTF-8";
/* CSS Document */
.jost {
  font-family: "Jost", sans-serif;
}
#wrap {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
#head {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#headwrap {
  clear: both;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px;
  z-index: 1000;
}
#logo {
  float: left;
  width: 300px;
  padding-top: 16px;
  padding-left: 20px;
  padding-bottom: 10px;
}
#telwrap {
  text-align: right;
  float: right;
  width: 220px;
  padding-top: 24px;
  padding-right: 130px;
}
.saiyoubut {
  text-align: center;
}
.saiyoubut a {
  display: block;
  background-color: #FF0000;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 80px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.saiyoubut a:after {
  visibility: visible;
  content: " ";
  width: 10px;
  height: 14px;
  background-image: url(../img/arrow01.png);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.saiyoubut a:hover {
  background-color: #16447C;
}
.saiyoubut a:hover:after {
  right: 14px;
}
.telnum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
#flash {
  clear: both;
  background-color: #CCFF99;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#flash .photo {
  padding-bottom: 0;
}
#flash .photo img {
  width: 100%;
  height: auto;
}
#flash .box {
  position: absolute;
  top: 32%;
  padding-bottom: 0px;
  right: 200px;
  transform:
    translateY(-50%);
  font-size: 28px;
  text-align: right;
  line-height: 1.6em;
  color: #16447C;
}
#flash .box h3 {
  font-size: 60px;
  line-height: 0.8em;
  padding-bottom: 20px;
}
#flash .box h3 strong {
  font-size: 72px;
  line-height: 1em;
  font-weight: normal;
}
#flash #sc {
  position: absolute;
  left: 20px;
  top: 50%;
  transform:
    translateY(-50%);
}
#flash02 {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#flash02 .box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#flash02 h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.6em;
  padding-bottom: 0px;
  color: #16447C;
	font-weight: 300;
}
#flash02 .photo{
	padding-bottom: 0;
}
#flash02 .photo img {
  width: 100%;
  height: auto;
}
ul.bxslider {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  clear: both;
}
ul.bxslider li img {
  height: auto;
  padding-right: 0px;
  width: 100%;
}
ul.bxslider li {
  list-style-type: none;
  padding: 0px;
  width: 100%;
  text-align: center;
  position: relative;
}
#footwrap {
  background-color: #D1E5F8;
  clear: both;
  overflow: hidden;
}
#foot {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0 30px;
  font-size: 20px;
  line-height: 1.6em;
}
#foot h4 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 300;
  padding-bottom: 0;
}
#cr {
  font-size: 12px;
  line-height: 1.6em;
  padding-bottom: 20px;
}
.list {
  padding-bottom: 20px;
}
.list li {
  padding-bottom: 10px;
  line-height: 20px;
  background-image: url(../img/list.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
}
.list a {
  color: #2E2E2E;
  text-decoration: none;
}
.midashi {
	clear: both;
	font-size: 30px;
	line-height: 1.6em;
	color: #16447C;
	font-weight: normal;
	padding-bottom: 20px;
}
.midashib {
  margin-bottom: 20px;
  text-align: center;
}
.midashib h4 {
  font-size: 26px;
  line-height: 1.em;
  line-height: 61.em;
  padding-bottom: 0px;
}
.midashi02 {
  font-size: 20px;
  line-height: 1.6em;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.komidashi {
  line-height: 20px;
  background-image: url(../img/list04.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 16px;
}
.txtbox {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}
.txtbox li {
  list-style-position: inside;
  list-style-type: disc !important;
}
.linebox {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-top: 9px;
  padding-right: 9px;
  padding-left: 9px;
  border: 1px solid #36F;
  margin-bottom: 30px;
}
.centerphoto {
  text-align: center;
  clear: both;
  padding-bottom: 30px;
}
.centertxt {
  text-align: center;
  clear: both;
}
.tbl {
  width: 100%;
  margin-bottom: 20px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-left-color: #999999;
  clear: both;
}
.tbl td {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999999;
  border-bottom-color: #999999;
}
.tbl th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999999;
  border-bottom-color: #999999;
  background-color: #E6E6E6;
}
.pagetop {
  text-align: right;
  clear: both;
  padding-bottom: 50px;
  font-size: 12px;
  line-height: 20px;
  color: #F15A24;
}
.pagetop a {
  background-color: #CFC1A9;
  padding: 10px;
  display: inline-block;
  color: #001226;
  text-decoration: none;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.pc-none02 {
  display: none;
}
.sp-none02 {
  display: inline-block;
}
.telbox {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #001226;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.link {
  padding-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.link a {
  padding: 10px;
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #16447C;
  border-radius: 100px;
  position: relative;
  transition: 0.2s;
}
.link a:hover {
  opacity: 0.8;
}
.link a:after {
  content: " ";
  visibility: visible;
  position: absolute;
  background-image: url(../img/arrow04.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.link a:hover:after {
  right: 10px;
}
.link02 {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.link02 a {
  padding: 10px 40px 10px 20px;
  display: inline-block;
  color: #16447C;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 100px;
  position: relative;
  transition: 0.2s;
  text-align: center;
}
.link02 a:hover {
  opacity: 0.8;
}
.link02 a:after {
  content: " ";
  visibility: visible;
  position: absolute;
  background-image: url(../img/arrow03.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.link02 a:hover:after {
  right: 10px;
}
.mojilist li {
  background-repeat: no-repeat;
  margin-left: 20px;
  text-indent: -20px;
  padding-bottom: 10px;
}
.mojilist li:before {
  content: "●";
  color: #DE891E;
  padding-right: 5px;
}
.faqbox h5 {
  font-size: 18px;
  line-height: 1.6em;
  border-bottom: 1px solid #A6A6A6;
  margin-bottom: 10px;
  text-indent: -33px;
  padding-left: 33px;
}
.faqbox h5:before {
  content: "Q";
  padding-right: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #70AD47;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1em;
}
.faqbox p {
  text-indent: -27px;
  padding-left: 27px;
}
.faqbox p:before {
  content: "A";
  padding-right: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #ED7D31;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1em;
}
.pname {
	font-size: 20px;
	text-align: right;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 10px;
}
.caption {
  color: hsla(359, 100%, 39%, 1.00);
}
#half {
  background-color: #0100B4;
  color: #FFFFFF;
}
#half .photo {
  width: 50%;
  padding-bottom: 0px;
  float: left;
}
#half .photo img {
  width: 100%;
  height: auto;
}
#half .box {
  padding-top: 10px;
  padding-bottom: 0px;
  float: left;
  width: 50%;
}
.sidebnbox {
  margin-bottom: 10px;
  position: relative;
}
.sidebnbox p img {
  width: 100%;
  height: auto;
}
.sidebnbox h5 {
  padding-top: 10px;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 10px;
  width: 96%;
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
  background-color: rgba(255, 116, 118, 1.00);
  position: absolute;
  bottom: 0px;
}
.sidebnbox p {
  padding-bottom: 0px;
}
.drop {
  padding-bottom: 30px;
}
.drop dt {
  background-color: #44B0FF;
  padding: 10px;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
}
.drop dt:after {
  visibility: visible;
  content: '+';
  top: 50%;
  right: 20px;
  font-weight: bold;
  transform: translateY(-50%);
  position: absolute;
}
.drop dt.opened:after {
  content: '－';
}
.drop dd {
  padding: 0 10px 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 40px;
  padding-bottom: 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content, #tab02:checked ~ #tab02_content, #tab03:checked ~ #tab03_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #59b057;
  color: #fff;
}
.tabs input:checked + .tab_item:nth-of-type(2n) {
  background-color: #69c7f1;
  color: #fff;
}
.tabs input:checked + .tab_item:nth-of-type(3n) {
  background-color: #f5a4c0;
  color: #fff;
}
.navToggle {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 5000;
  background-color: #16447C;
  text-align: center;
  right: 0px;
  top: 0px;
  font-size: medium;
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 10px;
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 30px;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.navToggle span:nth-child(1) {
  top: 40px;
}
.navToggle span:nth-child(2) {
  top: 30px;
}
.navToggle span:nth-child(3) {
  top: 20px;
}
.navToggle span:nth-child(4) {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: medium none;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  z-index: 0;
  bottom: 28px;
  height: auto;
  padding-left: 0px;
  padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 30px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%) !important;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 4000;
  top: 0;
  color: #666666;
  text-align: center;
  transform: translateX(120%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
nav.globalMenuSp .naviblock {
  width: 375px;
  height: 100vh;
  overflow-y: auto;
  margin-left: auto;
  margin-right: 0;
  font-size: 0;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  background-color: #ECFEFB;
}
.naviblockbox {
  vertical-align: middle;
  font-size: 15px;
  margin-top: 80px;
}
.naviblockbox .box {
  vertical-align: top;
  width: 80%;
  margin: 0 auto;
}
.naviblockbox h4 {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: bold;
  padding-bottom: 15px;
  color: #384F78;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.naviblockbox a {
  color: #384F78;
  text-decoration: none;
}
.naviblockbox .link a {
  color: #fff;
}
.naviblockbox .box ul {
  padding-bottom: 0px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.naviblockbox .box .headnav {
  padding-bottom: 20px;
}
.naviblockbox .box ul li {
  padding-bottom: 15px;
  font-size: 16px;
}
.title {
  text-align: center;
  color: #384F78;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 200;
  padding-bottom: 40px;
}
.title h2 {
  font-size: 50px;
  line-height: 1.2em;
  padding-bottom: 0;
}
.title02 {
	text-align: left;
	color: #384F78;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: normal;
	padding-bottom: 40px;
}
.title02 h2 {
  font-size: 50px;
  line-height: 1.2em;
  padding-bottom: 0;
	display: inline-block;
	padding-right: 10px;
}
.title02 p {
  font-size: 20px;
  line-height: 1.2em;
  padding-bottom: 0;
	display: inline-block;
}
