
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

a {
  transition: all 0.6s;
}
a:link, a:visited {
  color: #036e9f;
}
a:hover, a:active {
  color: #0eb0fa;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.container_w {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.jc-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.jc-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.ai-c {
  -webkit-align-items: center;
  align-items: center;
}
.flex.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 480px) {
    .flex.bp480 > div {
        float: none!important;
        width: 100%!important;
        margin-bottom: 20px;
    }
    .flex.bp480.maxw_33 .item {
        max-width: 330px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*align*/
.al_center {
  text-align: center;
}

.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

/*font*/
.f_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* オブジェクト設定 */
embed,
iframe,
object {
  max-width: 100%;
}

/*文字サイズ*/
.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs40 {
  font-size: 40px;
}

/*文字カラー*/
.fc_blue {
  color: #2a7380;
}

.fc_red {
  color: #c00;
}

/*マージン*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

/*display table*/
.dis_t {
  display: table;
  width: 100%;
}

.dis_cell {
  display: table-cell;
  vertical-align: middle;
}

/*youtube*/
.ytube {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn_detail {
  text-align: center;
}
.btn_detail a {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #2a7380;
  padding: 4px 1.2em 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #2a7380;
  vertical-align: baseline;
}
@media screen\0 {
  .btn_detail a {
    padding: 8px 1.2em 3px;
  }
}
.btn_detail a.btn_detail_in_wide {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  box-sizing: border-box;
}
.btn_detail a:hover {
  color: #2a7380;
  background: #fff;
}
@media all and (max-width: 480px) {
.btn_detail a {
  padding: 4px 0 3px;
  font-size: 16px;
}
}
.btn_detail.btn_small a {
  font-size: 12px;
}

.textbox01 {
  background: #f7e6d5;
  padding: 20px 4%;
}

.textbox02 {
  background: #e9e9e9;
  padding: 20px 4%;
}

.textbox03 {
  background: #f7f7f7;
  padding: 20px 4%;
}

.textbox04 {
  color: #2a7380;
  background: #f7f7f7;
  padding: 20px 4%;
}

.textbox05 {
  border: 1px solid #2a7380;
  padding: 20px 4%;
}

/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
}
header .container_w {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 12px;
}
header .container_w .logo {
  width: 42%;
}
header .container_w .nav {
  width: 58%;
}
header .container_w .nav ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  /*border-bottom: 1px solid #171c61;*/
  padding-bottom: 6px;
}
header .container_w .nav ul li {
  width: 20%;
}
header .container_w .nav ul li a {
  text-decoration: none;
  /*color: #171c61;*/
}
header .container_w .nav ul li a:hover {
  color: #2a7380;
}
header .container_w .nav ul li:nth-child(4) {
  width: 23%;
}
header .container_w .nav ul li:nth-child(6) {
  width: 20%;
}
header .container_w .nav .contact {
  display: -webkit-flex;
  display: flex;
  padding-top: 8px;
  padding-right: 16.8%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #171c61;
}
header .container_w .nav .contact div {
  padding: 0 1em 0 0;
}
header .container_w .header_menu {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  animation-delay: 1s;
  display: none;
}
header .container_w .header_menu div {
  position: relative;
}
header .container_w .header_menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .container_w .header_menu span:nth-child(1) {
  top: 4px;
}
header .container_w .header_menu span:nth-child(2) {
  top: 14px;
  width: 60%;
}
header .container_w .header_menu span:nth-child(3) {
  top: 24px;
}
header .container_w .header_menu b {
  display: block;
  position: absolute;
  top: 28px;
  width: 100%;
  font-size: 11px;
  text-align: center;
  color: #333;
}
header .container_w .header_menu.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
header .container_w .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .container_w .header_menu.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
header.bg_on {
  background: #fff;
  border-bottom: 18px solid #171c61;
}
header #sp_nav {
  background: #fff;
  display: none;
}
header #sp_nav ul li {
  text-align: center;
}
header #sp_nav ul li a {
  display: block;
  width: 100%;
  padding: 14px 2em;
  border-bottom: 1px solid #1d2080;
  text-decoration: none;
  font-weight: bold;
}

#main {
  /*マルチカラム*/
}
#main .tit_main {
  text-align: center;
  margin-bottom: 24px;
}
#main .gnav_tit {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 30px;
  color: #182980;
  margin-bottom: 20px;
}
#main .tit_ja {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  color: #2a7380;
}
#main .tit_bb {
  border-bottom: 1px solid #2a7380;
  padding-bottom: 10px;
}
#main .tit_desc {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -20px;
}
#main .col3 li {
  width: 42%;
  margin-bottom: 20px;
}
#main .col3 li a {
  text-decoration: none;
}
#main .col3 li a:hover {
  opacity: 0.7;
}
#main .col3 li .biz_list {
  min-height: 10em;
}
#main .col3.col3_txt li h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 12px;
  letter-spacing: -0.05em;
}
#main .col3.col3_txt li h3.obi {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #2a7380;
  color: #fff;
  padding: 4px 1em;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
}
#main .tab3 {
  margin-bottom: 40px;
}
#main .tab3 li {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
#main .tab3 li a {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 14px 0.5em;
  text-align: center;
  text-decoration: none;
  color: #2a7380;
  font-size: 20px;
}
#main .tab3 li a:hover {
  background: #2a7380;
  color: #fff;
}
#main .tab3 li:nth-child(1), #main .tab3 li:nth-child(2), #main .tab3 li:nth-child(3) {
  border-bottom: 1px solid #2a7380;
}
#main .tab3 li:nth-child(2), #main .tab3 li:nth-child(5) {
  border-left: 1px solid #2a7380;
  border-right: 1px solid #2a7380;
}
#main .tab2 {
  margin-bottom: 40px;
}
#main .tab2 li {
  width: 49%;
  margin-bottom: 8px;
}
#main .tab2 li a {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 2px 0.5em;
  text-align: center;
  text-decoration: none;
  color: #2a7380;
  font-size: 20px;
  border: 1px solid #2a7380;
  background: #d3d8db;
}
#main .tab2 li a:hover {
  background: #2a7380;
  color: #fff;
}
#main .tab6,
#main .tab5,
#main .tab7{
  margin-top: -60px;
  margin-bottom: 40px;
}
#main .tab6 li a,
#main .tab5 li a,
#main .tab7 li a{
  display: block;
  padding: 6px 0.2em;
  text-align: center;
  border-bottom: 1px solid #747374;
  letter-spacing: -0.05em;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #171c61;
}
#main .tab6 li a:hover,
#main .tab5 li a:hover,
#main .tab7 li a:hover{
  border-bottom: 1px solid #ad0012;
  color: #7a7b7a;
}
/*----------------
js.ver
--------------*/
#main .tab6 li .active,
#main .tab5 li .active,
#main .tab7 li .active{
  border-bottom: 1px solid #ad0012;
}
/*----------------
js.ver
--------------*/
#main .tab6 li.active a,
#main .tab5 li.active a,
#main .tab7 li.active a{
  border-bottom: 1px solid #ad0012;
}
#main .tab6 li.dd,
#main .tab5 li.dd,
#main .tab7 li.dd{
  position: relative;
  overflow: visible;
}
#main .tab6 li.dd ul,
#main .tab5 li.dd ul,
#main .tab7 li.dd ul{
  z-index: 101;
  position: absolute;
  left: -1px;
  top: 35px;
  width: 100%;
  display: none;
}
#main .tab6 li.dd ul li,
#main .tab5 li.dd ul li,
#main .tab7 li.dd ul li{
  background: #eeefef;
  width: 100%;
}
#main .tab6 li.dd ul li a,
#main .tab5 li.dd ul li a,
#main .tab7 li.dd ul li a{
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 12px;
  padding: 13px 0.6em 11px 1em;
  border-bottom: none;
  text-align: left;
}
#main .tab6 li.dd ul li a:before,
#main .tab5 li.dd ul li a:before,
#main .tab7 li.dd ul li a:before{
  position: absolute;
  left: 0.2em;
  top: 1.1em;
  content: '・';
}
#main .tab6 li.dd ul li:hover a,
#main .tab5 li.dd ul li:hover a,
#main .tab7 li.dd ul li:hover a{
  color: #1d2088;
}
#main .tab6.mt0,
#main .tab5.mt0,
#main .tab7.mt0{
  margin-top: 0;
}
#main .tab6.mb40,
#main .tab5.mb40,
#main .tab7.mb40{
  margin-bottom: 40px;
}
#main .tab7 li {
  width: 13%;
}
#main .tab6 li {
  width: 16%;
}
#main .tab5 li {
  width: 19%;
}
#main .brownbox {
  background: #f7e6d5;
  padding: 20px 4%;
}
#main .graybox {
  background: #f7f7f7;
  padding: 20px 4%;
}
.contact_bana {
  margin-bottom: 60px;
}
.contact_bana .box {
  max-width: 490px;
  margin: 0 auto;
  color: #2a7380;
}
.contact_bana .box a {
  display: block;
  text-decoration: none;
}
.contact_bana .box .row {
  border: 1px solid #2a7380;
  padding: 10px 1em;
}
.contact_bana .box .row div {
  padding: 0 0.5em;
}
.contact_bana .box .row div.tit {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
.contact_bana .box .row:last-child {
  border-top: none;
}
.contact_bana .box .row .tel {
  padding-bottom: 2px;
}
.contact_bana .box .row .tel a {
  display: inline;
}
#main .contact_bana02 {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#main .contact_bana02 .boxleft,
#main .contact_bana02 .boxright {
  width: 49%;
  margin: 0 auto;
  color: #2a7380;
}
#main .contact_bana02 .boxleft a,
#main .contact_bana02 .boxright a {
  display: block;
  text-decoration: none;
}
#main .contact_bana02 .boxleft .row,
#main .contact_bana02 .boxright .row {
  border: 1px solid #2a7380;
  padding: 10px 1em;
}
#main .contact_bana02 .boxleft .row div,
#main .contact_bana02 .boxright .row div {
  padding: 0 0.5em;
}
#main .contact_bana02 .boxleft .row div.tit,
#main .contact_bana02 .boxright .row div.tit {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
#main .contact_bana02 .boxleft .row:nth-child(2),
#main .contact_bana02 .boxright .row:nth-child(2) {
  border-top: none;
}
#main .contact_bana02 .boxleft .row .tel,
#main .contact_bana02 .boxright .row .tel {
  padding-bottom: 2px;
}
#main .contact_bana02 .boxleft .row .tel a,
#main .contact_bana02 .boxright .row .tel a {
  display: inline;
}
#main .contact_bana02 .boxleft .row .desc,
#main .contact_bana02 .boxright .row .desc {
  font-size: 11px;
  line-height: 1.2;
}
#main .mcol02 .item,
#main .mcol03 .item,
#main .mcol04 .item {
  float: none !important;
}
#main .mcol02 .item .imageLeft,
#main .mcol03 .item .imageLeft,
#main .mcol04 .item .imageLeft {
  display: inline;
  text-align: center;
  margin-bottom: 6px;
}
#main .mcol02 .item img,
#main .mcol03 .item img,
#main .mcol04 .item img {
  margin-bottom: 6px;
  /*width: 100%;*/
}
#main .mcol02 .item img.w100,
#main .mcol03 .item img.w100,
#main .mcol04 .item img.w100 {
  width: 100%;
}
#main .mcol02 hr,
#main .mcol03 hr,
#main .mcol04 hr {
  display: none;
}
#main .mcol02 .item {
  width: 48% !important;
}
#main .mcol03 .item {
  width: 32% !important;
}
#main .mcol04 .item {
  width: 24% !important;
}

footer {
  background-color: #1d2080;
  padding: 45px 0 65px;
  text-align: right;
}
footer .logo {
  margin-bottom: 8px;
}
footer .copy {
  color: #fff;
  font-size: 10px;
}

.pagetop  {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 500;
}
.btn_speed  {
  display: none;
  position: fixed;
  right: 82px;
  bottom: 55px;
  z-index: 500;
}
/* 管理画面補正 */
.cmsAdminOutlineBox .btn_speed  {
  display: block;
  position: relative;
}
.pagetop a,
.btn_speed a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 50px;
  height: 50px;
  background: #2a7380;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
}
.btn_speed a {
  width: 140px;
}

.btn_style{
    text-align:center;
}
.btn_style a{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #2a7380;
    padding: 4px 1.2em 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: #2a7380;
    vertical-align: baseline;
}
.btn_style a:hover{
    color: #2a7380;
    background: #fff;
}



/*----------------------------------------------------
	契約書雛型ダウンロード
----------------------------------------------------*/
.contract_button{
    margin-bottom:30px;
}
.contract_button:hover{
    opacity:0.8;
}
.contract_button a{
    text-decoration: none;
}
.contract_button p{
    margin:0!important;
}
.contract_button h3{
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 10px;
    background: #f89406;
}
.contract_button .text{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 50px;
    color: #595959;
    border:1px solid #f89406;
    background-color:#fff;
}

.contract_button .text .pdf img{
    width:30px;
}
.contract_button .mail{
    text-align:center;
}
.sp_fix_button{
    display:none;
}
.contract_thanks{
    text-align:center;
}
.contract_thanks .title{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 24px;
    color: #2a7380;
    margin: 20px 0 0px;
    display: block;
}
.contract_thanks .thumb_pdf img{
    display: block;
    margin: 30px auto;
    border: 1px solid #363636;
}
.contract_thanks .btn_detail a{
    width: 300px;
    max-width: 100%;
    padding: 8px;
}