@charset "utf-8";

/*--------------------------------------------
マージン
--------------------------------------------*/
.l-mt__50 {
  margin-top: 50px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-mt__50 {
    margin-top: 25px !important;
  }
}

.l-mt__40 {
  margin-top: 40px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-mt__40 {
    margin-top: 20px !important;
  }
}

.l-mt__30 {
  margin-top: 30px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-mt__30 {
    margin-top: 15px !important;
  }
}

.l-mt__20 {
  margin-top: 20px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-mt__20 {
    margin-top: 20px !important;
  }
}

.l-mt__10 {
  margin-top: 10px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-mt__10 {
    margin-top: 5px !important;
  }
}

.l-mt__1em {
  margin-top: 1em !important;
}

.l-mt__0_8em {
  margin-top: 0.8em !important;
}

.l-mt__0_5em {
  margin-top: 0.5em !important;
}

.l-mt__0_3em {
  margin-top: 0.3em !important;
}

.l-mt__0 {
  margin-top: 0 !important;
}


/*--------------------------------------------
フォントサイズ
--------------------------------------------*/
.l-fs__40 {
  font-size: 40px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__40 {
    font-size: 26px !important;
  }
}

.l-fs__34 {
  font-size: 34px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__34 {
    font-size: 23px !important;
  }
}

.l-fs__32 {
  font-size: 32px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__32 {
    font-size: 22px !important;
  }
}

.l-fs__26 {
  font-size: 26px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__26 {
    font-size: 19px !important;
  }
}

.l-fs__24 {
  font-size: 24px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__24 {
    font-size: 18px !important;
  }
}

.l-fs__21 {
  font-size: 21px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__21 {
    font-size: 17px !important;
  }
}

.l-fs__20 {
  font-size: 20px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__20 {
    font-size: 16px !important;
  }
}

.l-fs__18 {
  font-size: 18px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__18 {
    font-size: 15px !important;
  }
}

.l-fs__16 {
  font-size: 16px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__16 {
    font-size: 14px !important;
  }
}

.l-fs__15 {
  font-size: 15px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__15 {
    font-size: 13px !important;
  }
}

.l-fs__12 {
  font-size: 12px !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-fs__12 {
    font-size: 12px !important;
  }
}

/*--------------------------------------------
ユーティリティ
--------------------------------------------*/
/*
エージェント別
*/
.l-pc {
  display: block !important;
}

.l-pc__inline {
  display: inline !important;
}

.l-sp {
  display: none !important;
}

.l-sp__inline {
  display: none !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-pc {
    display: none !important;
  }

  .l-pc__inline {
    display: none !important;
  }

  .l-sp {
    display: block !important;
  }

  .l-sp__inline {
    display: inline !important;
  }
}

/*
flex box
*/
.l-flex {
  display: flex;
}

.l-flex.-between {
  justify-content: space-between;
}


/*
注釈 1文字
*/
.l-list {
  margin-top: 15px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-list {
    margin-top: 10px;
  }
}

.l-list li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

/*
注釈 ＊1
*/
.l-list__02 {
  margin-top: 15px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-list__02 {
    margin-top: 10px;
  }
}

.l-list__02 li {
  line-height: 1.4;
  text-indent: -1.95em;
  padding-left: 1.95em;
}

/*
フォントカラー
*/
.l-fc__red {
  color: #eb6100;
}

.l-fc__red_02 {
  color: #ff0000;
}

.l-fc__orange {
  color: #ed9a13;
}

.l-fc__white {
  color: #fff;
}

.l-fc__green {
  color: #007f7c;
}

.l-fc__yellow {
  color: #f8b500;
}

/*
⇒ レッド
*/
.l-ic__arrow {
  background: url(../images/ic_arrow.png) no-repeat;
  background-size: 0.7em;
  background-position: left top 0.45em;
  padding-left: 0.9em;
}

.l-ic__arrow.-center {
  background-position: left center;
}

/*
⇒ グレー
*/
.l-ic__arrow__gray {
  background: url(../images/ic_arrow_gray.png) no-repeat;
  background-size: 0.7em;
  background-position: left top 0.4em;
  padding-left: 0.9em;
}

/*
行揃え
*/
.l-txt__l {
  text-align: left;
}

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

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

/*
2col
*/
.l-txt__col {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


/*--------------------------------------------
ヘッダー
--------------------------------------------*/
.l-header {
  background: #fbb900;
  padding: 15px 38px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-header {
    padding: 10px;
  }
}

.l-header--inner {
  background: #FFFAEC;
  border-radius: 10px;
  display: flex;
  -js-display: flex;
  align-items: center;

}

/*
  キャラクター
  */
.l-header--inner--character {
  width: 50%;
  padding: 0 2%;
  text-align: right;
}

.l-header--inner--character img {
  max-width: 424px;
  width: 100%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-header--inner--character img {
    margin-top: 0;
  }
}

/*
  タイトル
  */
.l-header--inner--ttl {
  width: 50%;
  padding: 0 6% 0 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-header--inner--ttl {
    padding: 0 4% 1% 2%;
  }
}

.l-header--inner--ttl img {
  max-width: 450px;
  width: 100%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-header--inner--ttl img {
    margin-bottom: 3px;
  }
}



/*--------------------------------------------
ナビ
--------------------------------------------*/
.l-nav {
  background: #005b62;
  padding: 15px 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-nav {
    padding: 7px 0;
  }
}

.l-nav--inner {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
  width: 92%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-nav--inner {
    width: 96%;
  }
}

.l-nav--inner li {
  float: left;
  margin-left: 2%;
  width: 23.5%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-nav--inner li {
    width: 49%;
  }
}

.l-nav--inner li:nth-child(1) {
  margin-left: 0%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {

  .l-nav--inner li:nth-child(1),
  .l-nav--inner li:nth-child(3) {
    margin-left: 0%;
  }

  .l-nav--inner li:nth-child(3),
  .l-nav--inner li:nth-child(4) {
    margin-top: 8px;
  }
}

.l-nav--inner li a {
  background: #fff url(../images/ic_nav_blue.png) no-repeat;
  background-size: 1.3em;
  background-position: right 0.4em center;
  border: solid 2px #fff;
  color: #005b62;
  display: block;
  font-weight: bold;
  line-height: 1.1;
  padding: 0.6em 1.8em 0.6em 1.5em;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-nav--inner li a {
    background: #fff url(../images/ic_nav_blue.png) no-repeat;
    background-size: 1em;
    background-position: right 0.2em center;
    padding: 0.6em 1em 0.6em 0.1em;
    text-align: left;
  }
}

/*
マウスオーバー（PCのみ）
*/
@media only screen and (min-width: 751px) {
  .l-nav--inner li a:hover {
    background: #005b62 url(../images/ic_nav_white.png) no-repeat;
    background-size: 1.3em;
    background-position: right 0.4em center;
    text-decoration: none;
    color: #fff;
  }
}

/*--------------------------------------------
コンテンツ
--------------------------------------------*/
.l-ttl {
  position: relative;
  max-width: 1024px;
  margin: 100px auto 0 auto;
  width: 92%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-ttl {
    margin: 40px auto 0 auto;
    width: 100%;
  }
}

.l-ttl::before {
  background: url(../images/ic_ttl.svg) no-repeat;
  background-size: 72px;
  background-position: center left;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-ttl::before {
    background: url(../images/ic_ttl.svg) no-repeat;
    background-size: 47px;
    background-position: center left;
    content: "";
  }
}

.l-ttl__top {
  margin-top: 60px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-ttl__top {
    margin-top: 30px;
  }
}

.l-ttl h2 {
  background: #005b62;
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0.3em 1.2em 0.35em 2.5em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-ttl h2 {
    font-size: 22px;
    padding: 0.26em 0 0.3em 2.5em;
  }
}

.l-ttl h2 span {
  color: #fff;
}


/*--------------------------------------------
sec00 注意事項
--------------------------------------------*/
.l-sec00--wraper {
  max-width: 1024px;
  margin: 30px auto;
  width: 92%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec00--wraper {
    margin: 15px auto;
  }
}

.l-sec00--wraper a {
  color: #005b62;
  font-weight: bold;
}


/*--------------------------------------------
sec01 特長・ポイント
--------------------------------------------*/
.l-sec01--wraper {
  max-width: 1024px;
  margin: 30px auto 0 auto;
  width: 92%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec01--wraper {
    margin: 15px auto 0 auto;
  }
}

.l-point {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point {
    margin-top: 20px;
  }
}

.l-point__top {
  margin-top: 0;
}

.l-point--left {
  background: #f8edd0;
  position: relative;
  text-align: center;
  width: 6.6%;
  min-height: 150px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left {
    width: 12%;
    min-height: 25vw;
  }
}

.l-point--left--txtbox {
  background: #007f7c;
}

.l-point--left--txtbox__bottom {
  height: calc(100% - 88px);
  position: relative;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left--txtbox__bottom {
    height: calc(100% - 15vw);
  }
}

.l-point--left img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 18%;
  width: 65%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sp_left_margin {
    margin-left: 15.5%;
  }
}

/* アイコン上余白 */
.l-point--left--ic__01 {
  margin-top: -19px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left--ic__01 {
    margin-top: -17px;
  }
}

.l-point--left--ic__02 {
  margin-top: -17px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left--ic__02 {
    margin-top: -13px;
  }
}

.l-point--left--ic__03 {
  margin-top: -19px;
}

@media only screen and (max-width: 750px) {
  .l-point--left--ic__03 {
    margin-top: -13px;
  }
}

.l-point--left--ic__04 {
  margin-top: -22px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left--ic__04 {
    margin-top: -17px;
  }
}

.l-point--left--txtbox--01 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0 6px 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left--txtbox--01 {
    font-size: 8px;
    letter-spacing: -0.05em;
  }
}

.l-point--left--txtbox--02 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  padding-bottom: 8px
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--left--txtbox--02 {
    font-size: 38px;
  }
}

/*
right
*/
.l-point--right {
  width: 91%;
  padding: 0.5em 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--right {
    width: 85%;
  }
}

.l-point--right h3 {
  border-bottom: solid 2px #d8d8d8;
  line-height: 1.2;
  padding-bottom: 0.35em;
  margin-bottom: 0.35em;
}

/*
img
*/
.l-point--img {
  margin-left: 9%;
  width: 100%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-point--img {
    margin-left: 0;
    margin-top: -5px;
  }
}

/*
青↓
*/
.l--arrow__bottom {
  position: relative;
}

.l--arrow__bottom img {
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  z-index: 10;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l--arrow__bottom img {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    z-index: 10;
  }
}

/*
txtbox
*/
.l-txtbox {
  border-bottom: solid 2px #005b62;
  border-radius: 10px;
  border: solid 2px #005b62;
  overflow: hidden;
}

.l-txtbox-ttl__beige {
  background: #f8edd0;
  padding: 0.6em 1.5em;
}

.l-txtbox-ttl__blue {
  background: #eaf6fd;
  padding: 0.6em 1.5em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-txtbox-ttl__blue {
    padding: 0.2em 1em 0.4em 1em;
  }
}

.l-txtbox--inner {
  max-width: 980px;
  width: 97%;
  margin: 30px auto 25px auto;
}

.l-txtbox--inner__02 {
  width: 96.07%;
  margin: 20px auto 25px auto;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-txtbox--inner__02 {
    margin: 15px auto;
  }
}

/*
checkbox
*/
.l-checkbox>li {
  background: url(../images/ic_check.png) no-repeat;
  background-size: 2.4em;
  background-position: left top;
  padding-left: 3.6em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-checkbox>li {
    background: url(../images/ic_check.png) no-repeat;
    background-size: 2em;
    padding-left: 2.8em;
  }
}

.l-checkbox>li:first-child {
  margin-bottom: 2em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-checkbox>li:first-child {
    margin-bottom: 1.2em;
  }
}

.l-obstacle {
  overflow: hidden;
  margin-top: 0.5em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-obstacle {
    margin-top: 0;
  }
}

.l-obstacle li {
  border: solid 1px #000;
  float: left;
  line-height: 1.2;
  padding: 0.3em;
  margin: 0.2em 1em 0.2em 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-obstacle li {
    margin-top: 0.3em;
    margin-right: 1em;
  }
}

.l-man {
  display: inline-block;
  background: #A6DCF4;
  padding: 0.1em 0.5em;
}

.l-woman {
  display: inline-block;
  background: #F7B7B7;
  padding: 0.1em 0.5em;
}


/*--------------------------------------------
sec02 契約例
--------------------------------------------*/
.l-sec02--wraper {
  max-width: 1024px;
  margin: 30px auto 0 auto;
  width: 92%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec02--wraper {
    margin: 15px auto 0 auto;
  }
}

.l-3colbox {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-3colbox {
    display: block;
    margin-top: 20px;
  }
}

/*
01
*/
.l-3colbox--01 {
  border-radius: 10px;
  border: solid 2px #007f7c;
  padding: 0.8em 1em 0.7em 1em;
  width: 36%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-3colbox--01 {
    width: 100%;
  }
}

.l-3colbox--01 img {
  width: 1.5em;
  vertical-align: middle;
  margin: -0.2em 0 0 0.5em;
}

/*
02
*/
.l-3colbox--02 {
  border-radius: 10px;
  border: solid 2px #007f7c;
  padding: 0.8em 1em 0.7em 1em;
  width: 41%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-3colbox--02 {
    width: 100%;
    margin-top: 10px;
  }
}

.l-3colbox--02 img {
  width: 1.5em;
  vertical-align: middle;
  margin: -0.2em 0 0 0.3em;
}

/*
03
*/
.l-3colbox--03 {
  border: solid 2px #007f7c;
  display: block;
  background-color: #007f7c;
  background-image: url(../images/ic_rate_white.png), url(../images/ic_link_white.png);
  background-repeat: no-repeat;
  background-position: center top 0.8em, center bottom 0.5em;
  background-size: 3em, 1.7em;
  border-radius: 10px;
  padding: 0.6em 0 0.5em 0;
  text-align: center;
  width: 21%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-3colbox--03 {
    border: solid 2px #007f7c;
    display: block;
    background-color: #007f7c;
    background-image: url(../images/ic_rate_white.png), url(../images/ic_link_white.png);
    background-repeat: no-repeat;
    background-position: left 15px center, right 15px center;
    background-size: 3em, 1.7em;
    border-radius: 10px;
    padding: 0 0 0 5.5em;
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
}

.l-3colbox--03--txtbox {
  margin-top: 3.6em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-3colbox--03--txtbox {
    margin: 0.7em 0;
  }
}

.l-3colbox--03 p {
  color: #fff;
}

/********* sp *********/
@media only screen and (min-width: 751px) {
  .l-3colbox--03:hover {
    border: solid 2px #007f7c;
    text-decoration: none;
    background-color: #fff;
    background-image: url(../images/ic_rate_blue.png), url(../images/ic_link_blue.png);
    background-repeat: no-repeat;
    background-position: center top 0.8em, center bottom 0.5em;
    background-size: 3em, 1.7em;
    border-radius: 10px;
  }

  .l-3colbox--03:hover p {
    color: #007f7c;
  }
}



/*
「上記ご契約例の場合」
*/
.l-sec02--wraper__sample {
  background: #fdf9ea;
  margin-top: 30px;
  padding: 1.5em 0;
  width: 100%;
}

.l-sec02--wraper__sample--inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 92%;
}

.l-sec02--wraper__sample--inner h3 {
  font-weight: bold;
}


/*
上記契約例の支払事由
*/
.l-special {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.l-special__ttl {
  text-align: center;
  padding: 0.15em 0 0.2em 0;
}

.l-special__ttl strong,
.l-special__ttl span {
  color: #fff;
}

.l-special__inner {
  padding: 1em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner {
    padding: 0.5em;
  }
}

.l-special__inner__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner__list {
    display: block;
  }
}


.l-special__inner__list__left {
  width: 20%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner__list__left {
    width: 100%;
  }
}


.l-special__inner__list__left__ic {
  display: block;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 0.3em;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.l-special__inner__list__left__ic__no {
  width: 17%;
  display: flex;
  align-items: center;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner__list__left__ic__no {
    width: 7%;
  }
}

.l-special__inner__list__left__ic p {
  width: 83%;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.l-special__inner__list__right {
  width: 79%;
  padding: 0.2em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner__list__right {
    width: 100%;
    padding: 0.2em;
  }
}

/* オレンジ */
.l-special.-orange {
  border: solid 3px #ed9a13;
}

.-orange .l-special__ttl,
.-orange .l-special__inner__list__left__ic {
  background: #ed9a13;
}

/* グリーン */
.l-special.-green {
  border: solid 3px #007f7c;
}

.-green .l-special__ttl,
.-green .l-special__inner__list__left__ic {
  background: #007f7c;
}

.l-special__inner__ex {
  border: solid 1px #007f7c;
  background: #edf6f6;
  border-radius: 5px;
  padding: 1.5em 1em;
  margin-top: 2em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner__ex {
    padding: 2em 0.5em 0.5em 0.5em;
  }
}

.l-special__inner__ex__ttl {
  border: solid 1px #007f7c;
  background: #fff;
  border-radius: 50px;
  padding: 0.1em;
  margin: -2.2em auto 0 auto;
  text-align: center;
  max-width: 14em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-special__inner__ex__ttl {
    margin: -2.7em auto 0 auto;
  }
}


/*--------------------------------------------
sec03 月払保険料例表（口座振替扱／60歳払済）
--------------------------------------------*/
.l-sec03--wraper {
  position: relative;
  max-width: 1024px;
  margin: 30px auto 0 auto;
  width: 92%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec03--wraper {
    margin: 15px auto 0 auto;
  }
}

.l-sec03--wraper--inner {
  overflow: hidden;
}

.l-sec03--wraper--inner--left {
  float: left;
  width: 75%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec03--wraper--inner--left {
    float: none;
    width: 100%;
  }
}

.l-sec03--wraper--img {
  max-width: 984px;
  margin: 0 auto;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec03--wraper--img {
    width: 100%;
  }
}

.l-cost--tbl {
  display: table;
  border: solid 1px #000;
  width: 100%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost--tbl {
    display: block;
  }
}

.l-cost--tbl li {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 0.6em 0.5em 0.5em 0.5em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost--tbl li {
    display: block;
    padding: 0.4em 0.5em 0.5em 0.5em;
    width: 100%;
  }
}

.l-cost--tbl--th {
  background: #fdf9ea;
  border-right: solid 1px #000;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost--tbl--th {
    border-right: none;
    border-bottom: solid 1px #000;
  }
}

.l-cost--img {
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost--img {
    display: block;
  }
}

.l-cost--img div {
  width: 49%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost--img div {
    width: 100%;
  }

  .l-cost--img div:nth-of-type(2) {
    margin-top: 2em;
  }
}




/*
為替レート紹介 btn
*/
.l-sec03--btn {
  float: right;
  border: solid 2px #007f7c;
  display: block;
  background-color: #007f7c;
  background-image: url(../images/ic_rate_white.png), url(../images/ic_link_white.png);
  background-repeat: no-repeat;
  background-position: center top 0.8em, center bottom 0.5em;
  background-size: 3em, 1.7em;
  border-radius: 10px;
  padding: 0.6em 0 0.5em 0;
  text-align: center;
  width: 21%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec03--btn {
    border: solid 2px #007f7c;
    display: block;
    background-color: #007f7c;
    background-image: url(../images/ic_rate_white.png), url(../images/ic_link_white.png);
    background-repeat: no-repeat;
    background-position: left 15px center, right 15px center;
    background-size: 3em, 1.7em;
    border-radius: 10px;
    padding: 0 0 0 5.5em;
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
}

.l-sec03--btn--txtbox {
  margin: 3.6em 0 2em 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec03--btn--txtbox {
    margin: 0.7em 0;
  }
}

.l-sec03--btn p {
  color: #fff;
}

/********* sp *********/
@media only screen and (min-width: 751px) {
  .l-sec03--btn:hover {
    border: solid 2px #007f7c;
    text-decoration: none;
    background-color: #fff;
    background-image: url(../images/ic_rate_blue.png), url(../images/ic_link_blue.png);
    background-repeat: no-repeat;
    background-position: center top 0.8em, center bottom 0.5em;
    background-size: 3em, 1.7em;
    border-radius: 10px;
  }

  .l-sec03--btn:hover p {
    color: #007f7c;
  }
}


/*--------------------------------------------
sec04 為替リスク・諸費用
--------------------------------------------*/
.l-sec04--wraper {
  max-width: 1024px;
  margin: 30px auto 0 auto;
  width: 92%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-sec04--wraper {
    margin: 15px auto 0 auto;
  }
}

.l-risk {
  background: #fdf9ea;
  border: solid 2px #f39800;
}

.l-risk h3 {
  background: #f39800;
  color: #fff;
  padding: 0.3em 1em 0.35em 1em;
  font-weight: bold;
  text-align: center;
}

.l-risk--inner {
  width: 96.07%;
  margin: 20px auto 25px auto;
}

.l-ic__risk {
  background: #f39800;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em 0.1em 4em;
  position: relative;
  font-weight: bold;
}

.l-ic__risk img {
  width: 2.5em;
  position: absolute;
  bottom: 0.3em;
  left: 1em;
}

.l-cost dt {
  border-left: solid 8px #003686;
  font-weight: bold;
  padding-left: 0.6em;
  margin-top: 40px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost dt {
    margin-top: 20px;
  }
}

.l-cost dt img {
  width: 1.3em;
  margin: 0 0.3em;
}

.l-cost dd {
  margin-top: 10px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-cost dd {
    margin-top: 8px;
  }
}

.l-list__box {
  border: solid 1px #000;
  padding: 0 20px 16px 20px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-list__box {
    padding: 0 10px 10px 10px;
  }
}

/*
ご契約にあたって
*/
.l-ttl__agreement {
  background: #005b62;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 0.3em;
  font-weight: bold;
}

.l-agreement {
  border-top: solid 2px #b3b3b3;
}

.l-agreement li {
  overflow: hidden;
  border-bottom: solid 2px #b3b3b3;
  padding: 0.8em 0.2em 0.7em 0.2em;
}

.l-agreement--left {
  float: left;
  width: 30%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-agreement--left {
    width: 35%;
  }
}

.l-agreement--right {
  float: right;
  width: 65%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-agreement--right {
    width: 60%;
  }
}

/*--------------------------------------------
footer
--------------------------------------------*/
.l-footer {
  border-top: solid 6px #003686;
  padding-bottom: 70px;
  position: relative;
  margin-top: 80px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer {
    padding-bottom: 60px;
    margin-top: 40px;
  }
}

.l-footer--inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
  width: 94%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer--inner {
    padding: 10px 0;
  }
}

.l-orix__logo {
  max-width: 317px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-orix__logo {
    max-width: 250px;
  }
}

.l-footer--link {
  position: absolute;
  top: 26px;
  right: 0;
  overflow: hidden;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer--link {
    top: 10px;
  }
}

.l-footer--link li {
  float: left;
  padding-left: 1em;
}

.l-footer--no {
  font-size: 12px;
  position: absolute;
  bottom: 45px;
  right: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer--no {
    margin-top: 0.5em;
    font-size: 10px;
    position: static;
    text-align: right;
  }
}

.l-footer--copyright {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer--copyright {
    font-size: 10px;
    margin-top: 0.5em;
    position: static;
    text-align: center;
  }
}


/*
閉じるボタン
*/
.l-bnt__close {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 230px;
  height: 56px;
  margin-left: -115px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-bnt__close {
    position: absolute;
    left: 20px;
    bottom: 17px;
    margin-left: 0;
    height: 36px;
  }
}

.l-bnt__close a {
  background: #003686 url(../images/ic_close.png) no-repeat;
  background-size: 1.2em;
  background-position: left 28px center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 15px 0 0 1em;
  width: 230px;
  height: 56px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-bnt__close a {
    background: #003686 url(../images/ic_close.png) no-repeat;
    background-size: 0.8em;
    background-position: left 8px center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 7px 0 0 0.5em;
    height: 36px;
  }
}


/*--------------------------------------------
page top ボタン
--------------------------------------------*/
.l-btn__pagetop {
  position: fixed;
  right: 20px;
  bottom: 18px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-btn__pagetop {
    right: 15px;
    bottom: 15px;
  }
}

.l-btn__pagetop img {
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  border: solid 2px #fff;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-btn__pagetop img {
    width: 40px
  }
}


/*--------------------------------------------
オンマウスで透過（PCのみ）
--------------------------------------------*/
@media only screen and (min-width: 751px) {
  .l-ov__alpha:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}