/* @override http://uc/uc/uccard/hojincard/hojincard.css */

@charset "UTF-8";

/* 上書き、リセット */

a:hover {
	opacity: 1.0 ;
}
#contents a:hover {
	opacity: 0.6 ;
	text-decoration: none;
}

#contents {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

#contents *,
#contents *:before,
#contents *:after {
  box-sizing: border-box;
}

#contents img {
  vertical-align: top;
}

#contents ul,
#contents ol {
  list-style: none;
}

#contents table {
  width: 100%;
}

#contents em,
#contents strong {
  font-style: normal;
}

/* レイアウト */

body,
header {
  min-width: 1080px;
}

.sp-br {
	display: none;
}

#contents {
  position: relative;
  margin-bottom: 100px;
}

#contents .contents-inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
	padding-top: 1em;
}

#contents .sec01-bg {
  margin-bottom: 3em;
  padding-bottom: 1px; /* 中のsectionのmargin-bottomを活かす */
}

.pc_none {
	display: none;
}


/* セクションタイトル */

.h-corporate-ttl01 {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: -0.05em;
  line-height: 1.3em;
  color: #333333;
  margin-bottom: 1em;
  padding-top: 2em;
}

.h-corporate-ttl02 {
  position: relative;
  margin-bottom: 1em;
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #000000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.h-corporate-ttl02 span.line {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #0B02AA;
  background: -webkit-linear-gradient(left, #0B02AA, #031846);
  background: -moz-linear-gradient(left, #0B02AA, #031846);
  background: -ms-linear-gradient(left, #0B02AA, #031846);
  background: linear-gradient(to right, #0B02AA, #031846);
}

.h-corporate-ttl02::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: 33px;
  background: url(images/icon-minus.png) no-repeat center;
}

.h-corporate-ttl02.close {
  margin-bottom: 0;
}

.h-corporate-ttl02.close::after {
  background: url(images/icon-plus.png) no-repeat center;
}

.h-corporate-ttl02 span.txt {
  display: block;
  padding: 12px 1em 15px;
  padding: 15px 1em 9px\9;
  line-height: 1.3;
}
.h-corporate-ttl02 span.small {
	font-size: 0.7em;
	margin-left: 10px;
}

@media all and (-ms-high-contrast:none) {
  .h-corporate-ttl02 span.txt {
    padding: 14px 1em 10px;
  }
}

/* リンクボタン */

a.link-btn {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0.4em 2em;
  border-radius: 5px;
  background-color: #000000;
}

a.link-btn:after {
  content: ' \f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 0.6em;
  color: #4477e5 !important;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* リスト */

ul.dot li:before {
  content: "● ";
  color: #c69559;
}

/* カード選択タブ */

.card-select-tab {
  position: relative;
  padding-top: 15px;
  text-align: center;
	display: flex;
	justify-content: center;
}

.card-select-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #0B02AA;
  background: -webkit-linear-gradient(left, #0B02AA, #031846);
  background: -moz-linear-gradient(left, #0B02AA, #031846);
  background: -ms-linear-gradient(left, #0B02AA, #031846);
  background: linear-gradient(to right, #0B02AA, #031846);
}

.card-select-tab li {
  display: inline-block;
  width: 30%;
  margin: 0 5px;
}

.card-select-tab a,
.card-select-tab a:visited {
	height: 70px;
  position: relative;
  display: flex;
	align-items: center;
	justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  padding-top: 3px\9;
  /* IE9文字天地調整 */
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #A47335;
  background: -webkit-linear-gradient(top, #A47335, #765226);
  background: -moz-linear-gradient(top, #A47335, #765226);
  background: -ms-linear-gradient(top, #A47335, #765226);
  background: linear-gradient(to bottom, #A47335, #765226);
}

.card-select-tab li:nth-of-type(2) a,
.card-select-tab li:nth-of-type(2) a:visited {
	background-color: #FB804A;
	background: -webkit-linear-gradient(top, #FB804A, #A73A00);
	background: -moz-linear-gradient(top, #FB804A, #A73A00);
	background: -ms-linear-gradient(top, #FB804A, #A73A00);
	background: linear-gradient(to bottom, #FB804A, #A73A00);
}

.card-select-tab li:nth-of-type(3) a,
.card-select-tab li:nth-of-type(3) a:visited {
  background-color: #04256A;
  background: -webkit-linear-gradient(top, #04256A, #041458);
  background: -moz-linear-gradient(top, #04256A, #041458);
  background: -ms-linear-gradient(top, #04256A, #041458);
  background: linear-gradient(to bottom, #04256A, #041458);
}

.card-select-tab a:hover {
  opacity: .8;
}

.card-select-tab a:after {
  content: '\f107';
  position: absolute;
  right: 15px;
  top: 25px;
  font-family: 'Fontawesome';
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

/* ビジュアル */

.visual {
  background-image: url(/uc/uccard/hojincard/images/visual_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 590px;
  position: relative;
  background-position: center 0%;
}

.visual h1 {
  position: static;
}

.visual_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}

.contents-inner .cp_bnr {
    width: 700px;
    margin: 0 auto 40px;
    padding-top: 30px;
}

#contents .sec01-bg .bnr_howto {
  text-align: center;
  padding-top: 50px;
}

#contents .sec01-bg {
  background-image: url(/uc/uccard/hojincard/images/future_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

/* お申し込み */

.entry .entry-wrapper{
  display: flex;
  justify-content: space-between;
}

.entry-box {
	background: #FFFFFF;
	border-radius: 20px;
	width: 49%;
	margin: 30px 0;
	padding: 3% 2%;
	text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-box h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
  font-weight: 600;
}

.entry-box p.number {
	font-size: 2.5em;
	font-weight: bold;
}

.entry .entry-btn{
  display: block;
	text-align: center;
	text-decoration: none;
	width: min(80vw, 220px);
	padding: 10px 10px;
	font-weight: bold;
	border: 2px solid #273fd9;
	background: #273fd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  margin-top: 4%;
}

.entry .entry-btn:hover{
  color: #273fd9;
	background: #fff;
}

.entry .btn-wrapper{
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.entry .new-entry{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}








/* メリット */

section.merit {
  margin-bottom: 50px;
}

.merit ul.merit-ul {
  margin-top: 50px;
}

.merit ul.merit-ul {
  margin-top: 50px;
}

.merit ul.merit-ul .merit-li {
  position: relative;
  min-height: 140px;
  margin-bottom: 30px;
  padding-left: 230px;
}

.merit ul.merit-ul .merit-li:last-child {
  margin-bottom: 0;
}

.merit ul.merit-ul h3 {
  font-size: 22px;
  line-height: 1.8;
  color: #1D2088;
}

.merit ul.merit-ul h3 .merit {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 140px;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  background-color: #E8E8F3;
  background-repeat: no-repeat;
  background-position: center 65px;
}

.merit ul.merit-ul h3 .merit em {
  margin-left: 5px;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
}

.merit ul.merit-ul .merit-li:nth-of-type(1) h3 .merit {
  background-image: url(images/merit01.png);
}

.merit ul.merit-ul .merit-li:nth-of-type(2) h3 .merit {
  background-image: url(images/merit02.png);
  background-position: center 55px;
}

.merit ul.merit-ul .merit-li:nth-of-type(3) h3 .merit {
  background-image: url(images/merit03.png);
  background-position: center 55px;
}

.merit ul.merit-ul p {
  font-size: 17px;
  line-height: 2.2;
}

/* 重要なお知らせ */
#contents .important {
    text-align: center;
    padding-top: 30px;
}
#contents .important p{
    border: solid 1px #e61a24;
    background: #fff;
}
#contents .important p .red_font{
    color: #e61a24;
    padding-right: 10px;
    font-weight: bold;
}
#contents .important p br{
    display: none;
}

/* 特長 */

.future {
  position: relative;
}

.future::before {
  content: '';
  position: absolute;
  left: calc(50% - 50px);
  top: 0;
  width: 100px;
  height: 1px;
  background-color: #1D2088;
}

.future ul.future-ul {
  margin-bottom: 2em;
}

.future li.future-li {
  display: block;
  background-color: #ffffff;
  box-shadow: 5px 9px 13px 0px rgba(0, 0, 0, 0.07);
  float: left;
  margin-right: 2%;
  width: 32%;
		overflow: hidden;
}

.future li.future-li span.line {
  background-color: #0B02AA;
  background-image: linear-gradient(to right, #0B02AA 0, #031846 100%);
  display: block;
  height: 4px;
		width: 101%;
}

.future li:last-child.future-li {
  margin-right: 0px;
}

.future li.future-li h3 {
  text-align: center;
  height: 210px;
  line-height: 210px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.future li.future-li:nth-child(1) h3 {
  background-image: url(/uc/uccard/hojincard/images/support_photo01.jpg);
}

.future li.future-li:nth-child(2) h3 {
  padding-top: 80px;
  line-height: 1.5;
  background-image: url(/uc/uccard/hojincard/images/support_photo02.jpg);
}

.future li.future-li:nth-child(3) h3 {
  padding-top: 80px;
  line-height: 1.5;
  background-image: url(/uc/uccard/hojincard/images/support_photo03.jpg);
}

.future li.future-li p {
  padding: 2em 7%;
  line-height: 1.9;
  color: #333;
}

.future li .small{
  font-size: 13px;
}

/* 機能 */

table.function {
  margin-bottom: 50px;
}

table.function .pc-only {
  display: table-row;
}

table.function .card {
  width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

table.function .bland {
  width: 300px;
}

table.function caption {
  padding-top: 0.5em;
}

table.function h3 {
  font-weight: 200;
  text-align: center;
}

table.function th {
  text-align: left !important;
  padding-right: 0px;
  padding-left: 1em;
  border-right: 1px solid #d2dde4;
}

table.function td {
  border-right: 1px solid #d2dde4;
}

table.function th,
table.function td {
  border-bottom: 1px solid #d2dde4;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: normal;
  line-height: 1.7;
  vertical-align: middle;
}

table.function th:last-child,
table.function td:last-child {
  border-right-style: none;
}

/* 申告リンク */

.shinkoku {
  margin: 80px 0 40px;
  line-height: 1.5;
  text-align: center;
}

.shinkoku a,
.shinkoku a:visited {
  text-decoration: none;
  color: #333;
}

.shinkoku a::after {
  content: '\f105';
  font-family: 'Fontawesome';
}

/* サービス */

dl.service dt {
  border-width: 1px;
  border-color: #b5b5b5;
  border-style: solid;
  padding: 0.8em 1em 0.8em 1.8em;
  background-color: #E5EFF4;
}

dl.service dd {
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-color: #b5b5b5;
  border-right-color: #b5b5b5;
  border-bottom-color: #b5b5b5;
  border-style: none solid solid;
  background-color: #ffffff;
  padding: 0.8em 2em;
  margin-bottom: 1em;
  display: table;
  width: 100%;
}

dl.service dd:after {
  content: " ";
  display: block;
  clear: both;
}

dl.service dd img {
  width: 200px;
  display: table-cell;
  float: none;
  margin-right: 20px;
}

dl.service dd .secure{
  max-width: 150px;
  margin-left: 20px;
}

dl.service dd .secure:first-child{
  padding: 10px;
}

a.orange{
  background-color: #de6f08;
  margin-top: 30px;
}

a.orange:after {
  content: ' \f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 0.6em;
  color: #000 !important;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

dl.service dd .txt-block {
  width: 77%;
  display: table-cell;
  float: none;
  vertical-align: top;
}

table.table-service {
  font-size: 0.9em;
}

table.table-service th,
table.table-service td {
  border-width: 1px;
  border-style: solid;
  border-color: #b5b5b5;
  padding: 0.8em 1em;
  vertical-align: middle;
}

table.table-service th {
  background-color: #f0ece8;
  width: 38%;
  text-align: left;
}

table.table-service th img {
  width: 30%;
  vertical-align: middle;
  margin-right: 0.3em;
}
table.table-service a,
table.table-service a:visited {
  font-weight: normal;
  text-decoration: underline !important;
}
table.table-service a:hover {
  text-decoration: none !important;
}

table.table-service a:after {
  font-family: 'FontAwesome';
  content: ' \f105';
}
/* ボタン */

#contents .btns {
  margin: 50px 0 0;
  text-align: center;
}

#contents .btns li {
  display: inline-block;
  margin: 0 10px;
}

a.hojin-btn,
a.hojin-btn:visited {
  position: relative;
  display: block;
  width: 320px;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #0B02AA;
  background-image: linear-gradient(to right, #000099 0, #031846 100%);
}

a.hojin-btn::after {
  content: '\f105';
  position: absolute;
  right: 15px;
  top: 30px;
  font-family: 'Fontawesome';
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

a.hojin-btn:hover {
  opacity: .8;
}

/* ポップアップ */

body.pop,
body.pop h1,
body.pop h2,
body.pop h3,
body.pop h4,
body.pop h5,
body.pop h6 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

body.pop *,
body.pop *::before,
body.pop *::after {
  box-sizing: border-box;
}

body.pop img {
  vertical-align: top;
}

body.pop ul,
body.pop ol {
  list-style: none;
}

body.pop em,
body.pop strong {
  font-style: normal;
}

body.pop section {
  margin: 0;
  width: 100%;
}

body.pop .container {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 80px;
}

body.pop .container h1 {
  margin-bottom: 30px;
  text-align: center;
}

body.pop .ex {
  text-align: center;
  border-radius: 10px;
  background-color: #eee;
}

body.pop .ex h2 {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #1D2088;
}

body.pop .ex ul {
  padding: 0 20px;
  overflow: hidden;
}

body.pop .ex ul li {
  position: relative;
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 40px;
  padding: 20px 0 0;
  border-radius: 20px;
  background-color: #fff;
}

body.pop .ex ul li::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 40px;
  height: 150px;
  background: url(images/pop_icon_plus.png) no-repeat center;
}

body.pop .ex ul li:last-child {
  margin-right: 0;
}

body.pop .ex ul li:last-child::after {
  display: none;
}

body.pop .ex .text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #1D2088;
}

body.pop .ex .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #c00;
}

body.pop .ex .price em {
  font-size: 24px;
  margin-right: 3px;
  vertical-align: -3px;
}

body.pop .ex p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1D2088;
}

body.pop .ex p .span-1 {
  font-weight: bold;
  vertical-align: middle;
}

body.pop .ex p .span-2 {
  font-size: 20px;
  color: #c00;
  vertical-align: middle;
}

body.pop .ex p .span-3 {
  font-size: 20px;
  color: #c00;
  vertical-align: middle;
}

body.pop .ex p em {
  margin: 0 3px;
  font-size: 24px;
  color: #c00;
  vertical-align: middle;
}

body.pop .arrow {
  margin: 0;
  text-align: center;
}

body.pop .total {
  margin: 0 100px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1D2088;
  border-radius: 10px;
  border: 3px solid #1D2088;
}

body.pop.pop_aqf .total {
  margin: 0;
}

body.pop .total .span-1 {
  font-size: 20px;
  vertical-align: middle;
}

body.pop.pop_uc .total .span-1 {
  font-size: 24px;
}

body.pop .total em {
  margin: 0 5px;
  font-size: 28px;
  font-weight: bold;
  color: #c00;
  vertical-align: middle;
}

body.pop.pop_uc .total em {
  font-size: 32px;
}

body.pop .total .span-2 {
  font-size: 20px;
  color: #c00;
  vertical-align: middle;
}

body.pop.pop_uc .total .span-2 {
  font-size: 24px;
}

body.pop .total-2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  color: #1D2088;
  border-radius: 10px;
  background-color: #FFFF99;
}

body.pop .total-2 em {
  margin-right: 5px;
  font-size: 32px;
  font-weight: bold;
  color: #c00;
}

body.pop .total-2 .span-1 {
  color: #c00;
}

body.pop .total-2 * {
  vertical-align: middle;
}

body.pop .total-2 .baloon {
  position: absolute;
  right: 15px;
  top: -10px;
}

body.pop .koukan {
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #eee;
}

body.pop .koukan h2 {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1D2088;
}

body.pop .koukan ul {
  text-align: center;
}

body.pop .koukan ul li {
  display: inline-block;
  /*width: 280px;*/
  height: 310px;
  margin: 0 12px;
  padding: 20px;
  vertical-align: top;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  border-radius: 20px;
  background-color: #fff;
}

body.pop .koukan h3 .point {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #c00;
}

body.pop .koukan h3 .point em {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

body.pop .koukan h3 .point .span-1 {
  vertical-align: middle;
}

body.pop .koukan h3 .item {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #1D2088;
}

body.pop .koukan h3 .price {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #1D2088;
}

body.pop .koukan h3 .price em {
  font-size: 24px;
  font-weight: bold;
  color: #1D2088;
  vertical-align: middle;
}

body.pop .koukan p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

body.pop .matome {
  margin-top: 50px;
  font-family: 'Noto Sans Japanese';
  font-weight: 100;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

body.pop .btns {
  margin-top: 50px;
  text-align: center;
}

body.pop a.close_btn,
body.pop a.close_btn:visited {
  display: inline-block;
  width: 300px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #1D2088;
}

body.pop a.close_btn:hover {
  opacity: .8;
}

.infoPoint{
	display: block;
	width: fit-content;
	padding: 0.5em;
	line-height: 1;
	border: 1px solid #E00;
	margin: 20px auto 0;
}

@media screen and (min-width:1px) and (max-width:767px) {

  /* レイアウト */

  html,
  body,
  header,
  #contents {
    min-width: 0;
  }

	.sp-br {
		display: block;
	}

  #contents {
    margin-bottom: 10vw;
    font-size: 14px;
  }

  #contents .contents-inner {
    width: 100%;
    padding: 1em 3vw 0;
    margin-bottom: 5vw;
  }

	.pc_none {
		display: block;
	}

  /* カード選択タブ */

  .card-select-tab {
    padding-top: 5px;
  }

  .card-select-tab li {
    width: 48%;
    margin: 0 1px;
  }

  .card-select-tab a,
  .card-select-tab a:visited {
    font-size: 2.2vw;
    line-height: 1.3em;
		height: 100%;
		padding: 5px 0;
  }

  .card-select-tab a:after {
    right: 8px;
    top: 18px;
    font-size: 14px;
  }

  /* ビジュアル */

  .visual {
    height: 93vw;
  }

  .visual_txt {
    width: 90%;
  }

  #contents .sec01-bg .bnr_howto {
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
  }

  #contents .sec01-bg .bnr_howto img {
    width: 100%
  }

  /* セクションタイトル */

  .h-corporate-ttl01 {
    font-size: 5.2vw;
    font-weight: 100;
    line-height: 1.5;
  }

  .h-corporate-ttl02 {
    padding-right: 32px;
    text-align: left;
  }

  .h-corporate-ttl02 span.line {
    top: -5px;
    height: 5px;
  }

  .h-corporate-ttl02 span.txt {
    padding-left: .5em;
    font-size: 4.5vw;
  }
	.h-corporate-ttl02 span.small {
		display: block;
    margin-left: 0;
	}

  .h-corporate-ttl02::after {
    right: 10px;
    width: 24px;
    height: 24px;
    background-size: 24px !important;
  }

	/* お申し込み */

	.entry-box {
		border-radius: 10px;
		width: 100%;
		padding: 5% 4%;
	}
	.entry-box h2 {
		font-size: 1.1em;
		padding-bottom: 5px;
	}
	.entry-box p.number {
		font-size: 2.0em;
	}

  .entry .entry-wrapper{
    flex-direction: column;
  }

  .entry .btn-wrapper{
    flex-direction: column;
    align-items: center;
  }

  .entry .new-entry{
    row-gap: 15px;
  }

  /* メリット */

  section.merit {
    margin-bottom: 30px;
  }

  .merit ul.merit-ul {
    margin-top: 30px;
  }

  .merit ul.merit-ul .merit-li {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .merit ul.merit-ul h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .merit ul.merit-ul h3 .merit {
    position: static;
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    font-size: 12px;
    background-color: transparent;
  }

  .merit ul.merit-ul h3 .merit em {
    margin-left: 5px;
    font-size: 24px;
  }

  .merit ul.merit-ul .merit-li:nth-of-type(1) h3 .merit {
    background-position: center bottom;
    background-size: auto 32px;
  }

  .merit ul.merit-ul .merit-li:nth-of-type(2) h3 .merit {
    height: 85px;
    background-position: center bottom;
    background-size: auto 50px;
  }

  .merit ul.merit-ul .merit-li:nth-of-type(3) h3 .merit {
    background-position: center bottom;
    background-size: auto 42px;
  }

  .merit ul.merit-ul p {
	font-size: 14px;
    line-height: 1.7;
  }

  .merit ul.merit-ul p br {
    display: none;
  }

  /* 重要なお知らせ */
  #contents .important {
    text-align: center;
    padding-top: 30px;
  }
  #contents .important p{
    line-height: 1.3em;
    padding: 0 7px 5px;
    text-align: left;
  }
  #contents .important p .red_font{
    line-height: 2em;
    text-align: center !important;
    display: inline-block;
    width: 100%;
  }
  #contents .important p br{
    display: block;
  }

  /* 特長 */

  .future li.future-li {
    float: none;
    margin-right: 0px;
    width: 100%;
    height: auto !important;
    margin-bottom: 1em;
  }

  .future li.future-li h3 {
    text-align: center;
    height: 150px;
    line-height: 150px;
    font-size: 23px;
    background-size: cover;
    background-position: 0% center;
  }

  .future li.future-li:nth-child(2) h3 {
    padding-top: 40px;
  }

  .future li.future-li:nth-child(3) h3 {
    padding-top: 40px;
    background-position: 0% top;
  }

  .future li.future-li p {
    padding: 1.2em 6%;
  }

  /* 機能 */

  table.function th {
    text-align: left !important;
    padding: 0.6em 1em;
    border: 1px solid #d2dde4;
    display: block;
    width: 100%;
  }

  table.function td {
    border-right-style: none;
    display: block;
    width: 100%;
    border-bottom-style: none;
  }

  table.function th.sp-only {
    border-style: none;
    padding: 0px;
    margin-bottom: 2em;
    margin-top: 1em;
  }

  table.function th.sp-only li {
    display: table-cell;
  }

  table.function th.sp-only ul {
    width: 100%;
  }

  table.function th.sp-only li h3 {
    line-height: 1.2;
    font-size: 3.5vw;
  }

  table.function th.sp-only li .card {
    width: 90%;
  }

  table.function .bland {
    width: 70%;
  }

  table.function h4.sp-only {
    background-color: #f2f2f2;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #d2dde4;
    margin-bottom: 1em;
    color: #666666;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  table.function caption {
    padding-top: 0.3em;
    border-top: 1px solid #d2dde4;
    margin-top: 1em;
  }

  /* 申告リンク */
  
  .shinkoku {
    margin: 0 0 2em;
    font-size: .8em;
  }

  /* サービス */

  dl.service dt {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    display: block;
  }

  dl.service dd img {
    width: 74%;
    display: block;
    margin: 0.8em auto 1.5em;
  }

  dl.service dd .txt-block {
    width: 100%;
    display: block;
  }

  dl.service .link-btn-block {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  table.table-service th {
    background-color: #E5EFF4;
  }

  table.table-service th,
  table.table-service td {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-style: solid solid none;
    border-left-color: #b5b5b5;
    border-right-color: #b5b5b5;
    border-top-color: #b5b5b5;
    padding: 0.8em 1em;
    width: 100%;
    display: block;
  }

  table.table-service {
    border-bottom: 1px solid #b5b5b5;
  }

  a.link-txt {
    font-size: 0.8em;
  }

  table.table-service th img {
    width: 20%;
  }

  a.orange {
    line-height: 1.4;
  }

  dl.service .sp-flex{
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    justify-content: space-around;
  }

  dl.service .sp-flex img{
    margin: 0;
    object-fit: cover;
  }

  dl.service dd .secure:first-child {
    margin-bottom: 0px;
    padding: 10px;
  }

  dl.service dd .secure {
    max-width: 120px;
  }

  dl.service dd .secure:nth-child(2){
    max-width: 140px;
  }

  #contents section:last-of-type {
    margin-bottom: 0em !important;
  }

  /* ボタン */

  #contents .btns {
    margin: 20px 0 0;
  }

  #contents .btns li {
    margin: 0 1px;
    width: 45%;
  }

  a.hojin-btn,
  a.hojin-btn:visited {
    width: 100%;
    font-size: 13px;
    line-height: 60px;
  }

  a.hojin-btn::after {
    right: 5px;
    top: 24px;
    font-size: 13px;
  }

  /* ポップアップ */

  body.pop {
    padding-top: 0;
  }

  body.pop .container {
    width: 100%;
    padding: 30px 10px 50px;
  }

  body.pop h1 {
    width: 100%;
  }

  body.pop h1 img {
    width: 95%;
  }

  body.pop .ex ul li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 20px 0 10px;
  }

  body.pop .ex ul li::after {
    left: 0;
    top: 100%;
    width: 100%;
    height: 25px;
    background-size: 20px;
  }

  body.pop .ex ul li:last-child {
    margin-bottom: 0;
  }

  body.pop .ex img {
    height: 30px;
  }

  body.pop .ex .text {
    font-size: 14px;
  }

  body.pop .ex .price {
    font-size: 14px;
  }

  body.pop .ex .price em {
    font-size: 20px;
  }

  body.pop .ex p {
	padding: .5em 0;
    font-size: 14px;
    line-height: 1.5;
  }

  body.pop .ex p .span-1 {
    display: block;
  }

  body.pop .ex p em {
    font-size: 20px;
  }

  body.pop .total {
    margin: 0;
    padding: .7em;
    font-size: 16px;
    line-height: 1.3;
  }

  body.pop .total .span-1 {
    display: block;
  }

  body.pop .total em {
    font-size: 20px;
  }

  body.pop .total-2 {
    margin-bottom: 45px;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  body.pop .total-2 .img-1 {
    display: block;
  }

  body.pop .total-2 em {
    font-size: 24px;
  }

  body.pop .total-2 .baloon {
    position: absolute;
    right: calc(50% - 75px);
    top: auto;
    bottom: -50px;
    width: 150px;
  }

  body.pop .koukan {
    padding: 0 10px;
  }

  body.pop .koukan h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  body.pop .koukan ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
  }

  body.pop .koukan img {
    height: 60px;
  }

  body.pop .koukan h3 .item {
    font-size: 16px;
  }

  body.pop .koukan h3 .price em {
    font-size: 20px;
  }

  body.pop .matome {
    margin-top: 30px;
    font-size: 20px;
  }

  body.pop .matome br {
    display: none;
  }

}

.gotop {
    display: none !important;
}
.btn_float {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.btn_float img {
    width: 80%;
    float:right;
}
.btn_float a:hover {
    opacity: 0.6;
}

@media screen and (min-width:1px) and (max-width:767px) {
	.btn_float {
	    right: 5px;
	}
	.btn_float img {
	    width: 60%;
	}
}

dl.service dd .notes4 {
  margin: .3em 0;
  line-height: 1.7;
  font-size: 12px;
  color: #666;
}