/* @override http://uc/uc/uccard/corporatecard/corporatecard.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;
}

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

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

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

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

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

.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;
}

@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: #c69559 !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: #C6965A;
  background: -webkit-linear-gradient(left, #C6965A, #734000);
  background: -moz-linear-gradient(left, #C6965A, #734000);
  background: -ms-linear-gradient(left, #C6965A, #734000);
  background: linear-gradient(to right, #C6965A, #734000);
}

.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/corporatecard/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 0;
    padding-top: 30px;
}

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

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

/* 重要なお知らせ */
#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 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: #c7965a;
  background: -moz-linear-gradient(left, #c7965a 0%, #7f4b0d 85%, #733f00 100%);
  background: -webkit-linear-gradient(left, #c7965a 0%, #7f4b0d 85%, #733f00 100%);
  background: linear-gradient(to right, #c7965a 0%, #7f4b0d 85%, #733f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7965a', endColorstr='#733f00', GradientType=1);
  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;
}

.future li.future-li:nth-child(1) h3 {
  background-image: url(/uc/uccard/corporatecard/images/future_img01.jpg);
  background-repeat: no-repeat;
}

.future li.future-li:nth-child(2) h3 {
  background-image: url(/uc/uccard/corporatecard/images/future_img02.jpg);
  background-repeat: no-repeat;
}

.future li.future-li:nth-child(3) h3 {
  background-image: url(/uc/uccard/corporatecard/images/future_img03.jpg);
  background-repeat: no-repeat;
}

.future li.future-li .desc {
  padding: 2em 6%;
}

.future li.future-li ul li {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 0.6em;
  text-indent: -1.6em;
}

.future li.future-li ul li:before {
  font-family: 'FontAwesome';
  content: ' \f00c';
  color: #c69559;
  margin-right: 0.5em;
}

.future-li .notes {
  margin-left: 8%;
  line-height: 1.4;
  font-size: 12px;
  color: #999;
}

/* 紹介動画 */
.innerbox {
	display: flex;
	align-items: center
}
.video_box {
	width: 60%;
	margin-right: 3%;
}
.video_box video {
	width: 100%;
}
.tel_request {
	width: 37%;
	padding: 20px 30px;
	text-align: center;
}
.tel_request h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.tel_request p.number {
	font-size: 2.5em;
	font-weight: bold;
}



/* 機能 */

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;
}

table.function .notes {
  line-height: 1.4;
  font-size: 12px;
  color: #999;
}

table.function tr.brand td {
	padding-top: 0;
	text-align: left;
	border-right: 0;
}

/* 申告リンク */

.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: #f0ece8;
}

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{
  margin-bottom: 20px;
  padding: 10px;
}

a.orange{
  background-color: #de6f08;
}

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;
}

dl.service .link-btn-block {
  margin-top: .7em;
}

dl.service dd .notes2 {
  margin-left: 17px;
  margin-top: .3em;
  line-height: 1.7;
  font-size: 12px;
}

dl.service dd .notes3 {
  margin-top: .3em;
  line-height: 1.7;
  font-size: 12px;
}

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

dl.service dd .tRed {
  color: #f00;
  font-weight: bold;
}

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';
}

a.corporate-btn,
a.corporate-btn:visited {
  position: relative;
  display: block;
  width: 460px;
  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.corporate-btn::after {
  content: '\f105';
  position: absolute;
  right: 15px;
  top: 30px;
  font-family: 'Fontawesome';
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
a.corporate-btn:hover {
  opacity: .8;
}

@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: 0 3vw;
    margin-bottom: 5vw;
  }

  /* カード選択タブ */

  .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;
  }

  #contents {
    margin-bottom: 4em;
  }

  #contents section {
    margin-bottom: 1em;
  }

  /* ビジュアル */

  .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::after {
    right: 10px;
    width: 24px;
    height: 24px;
    background-size: 24px !important;
  }

  /* 重要なお知らせ */
  #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(3) h3 {
    background-position: 0% top;
  }

  .future li.future-li .desc {
    padding: 1.2em 3%;
  }


	/* 紹介動画 */
	.innerbox {
		display: block;
	}
	.video_box,
	.tel_request {
		width: 100%;
		margin-right: 0;
	}

  /* 機能 */

  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 tr.brand td {
		text-align: right;
	}

  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 dd .notes2 {
    margin-left: 0;
  }

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

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

  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;
  }

  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;
  }

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

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

  a.corporate-btn,
  a.corporate-btn:visited {
    width: 100%;
    font-size: 13px;
    line-height: 60px;
		margin-bottom: 2em;
  }

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

}

.gotop {
    display: none !important;
}
.btn_float {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.btn_float img {
    max-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 a img {
	    width: 60%;
	}
}
