/* @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;
}

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

/*  20220603追記   */




@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 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  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: #04256A;
  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(images/top-background.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;
}

.excorpo .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.1em;
	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 .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';
}

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

/* レイアウト */

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

  #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: 1%;
    top: 40%;
    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;
  }

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

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

}


/*  exコーポコンテンツ */

.sp-top{
    display: none;
}

.excorpo{
    background-image: url(images/ex-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.excorpo h1,
.excorpo h2,
.excorpo h3,
.excorpo h4,
.excorpo p,
.excorpo li,
.excorpo a{
    font-family: 'Noto Sans JP', sans-serif;
}

.excorpo h2{
    font-size: 32px;
    color: #333333;
    text-align: center;
    font-weight: 600;
}

.excorpo h3{
    font-size: 22px;
    color: #1D2088;
    padding-bottom: 0.6rem;
    font-weight: 600;
}

.h3-span{
    font-size: 18px;
    padding-left: 10px;
}

.excorpo h4{
    font-size: 21px;
    color: #1D2088;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2em;
}

.excorpo p{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.excorpo ul li{
    font-size: 15px;
    font-weight: 300;
}

/*  概要 top　 */
.overview{
    max-width:1080px;
    width:90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5em;
}

.overview .textarea{
    margin: 2em 0;
}

.overview .textarea p{
    margin-bottom: 2em;
}

.overview .card{
    display: flex;
    justify-content: space-around;
    width:100%;
    padding-top: 2em;
}

.overview .card img{
    width:28%;
}

/* メリット */
.merit{
    max-width: 1080px;
    margin: 0 auto;
    padding-top:10em;
}

.merit .item-wrapper{
    padding-top:5em;
    max-width: 980px;
    margin: 0 auto;
    width:90%;
}

.merit .item{
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

.merit .item .icon{
    width:23%;
}

.merit .item .textarea{
    width:77%;
}

.merit .item .textarea p{
    line-height: 1.7em;
}

.merit .item .textarea .about {
		display: flex;
		align-items: center;
		justify-content: space-around;
		background: #FFFFFF;
		border-radius: 5px;
		padding: 10px;
		margin-top: 1.5em;
}
.merit .item .textarea .about h4 {
		text-align: left;
    margin-bottom: 1em;
    font-size: 16px;	
}
.merit .item .textarea .about p {
    font-size: 15px;
}

.merit .item .textarea ul{
    margin-top: 1em;
}

.merit .item .textarea ul li{
    padding-left:1rem;
    text-indent: -1rem;
    line-height: 1.7em;
}

/* 帯 */

.band{
    margin: 0 auto;
    padding:2.5em 0;
    margin-top: 8em;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
}

.band p{
    font-size: 26px;
    font-weight: bold;
    color: #636363;
    line-height: 1.8em;
}

.band a{
    margin-top: 2em;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.band a::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #007aff;
    border-right: solid 2px #007aff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: -6%;
}


/*  注意事項 */
.caution{
    max-width: 1080px;
    margin: 0 auto;
    padding-top:6em;
    padding-bottom: 6em;
}

.caution .inner{
    max-width: 1040px;
    width:90%;
    margin: 0 auto;
    padding:3em;
    background-color: #fff;
    border-radius: 15px;
    -moz-box-shadow: 8px 7px 20px 1px rgba(194, 194, 194, 0.8);
    -webkit-box-shadow: 8px 7px 20px 1px rgba(194, 194, 194, 0.8);
    -ms-box-shadow: 8px 7px 20px 1px rgba(194, 194, 194, 0.8);
    box-shadow: 8px 7px 20px 1px rgba(194, 194, 194, 0.8);
}

.caution .textarea{
    display: flex;
    justify-content: space-around;
    max-width:875px;
}

.caution .textarea img{
    width:200px;
    height: auto;
}

.caution .textarea p{
    line-height: 1.6em;
    font-size: 16px;
    padding-bottom: 0.4rem;
}

.caution .textarea .text{
    padding-left:3em;
}

.caution ul{
    padding-top:1em;
}

.box-wrapper{
    margin-top: 3.5em;
    display: flex;
    justify-content: space-around;
}

.box{
    width:45%;
    text-align: center;
}

.box .heading p{
    font-size: 14px;
    color: #fff;
    background-color: #6F758D;
}

.box .box-inner{
    background-color: #ECEDEF;
    padding: 0.5em 1em;
    height: 105px;
}

.box .box-inner p{
    font-size: 16px;
    font-weight: 600;
    color: #1D2088;
    line-height: 2.1em;
}

.box .box-inner p span{
    color: #333333;
    font-size: 22px;
    font-weight: 600;
}

.tel{
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .box-inner .tel p{
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.box .box-inner .tel .graybox{
    display: inline-block;
    background-color: #6F758D;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    height: fit-content;
    margin-right: 0.5rem;
    padding:0 0.3em;
    transform: translate(0%, 18%);
    line-height: 20px;
}

.box .box-inner .tel span{
    font-weight: 600;
    font-size: 24px;
}

.box .box-inner .time{
    font-size: 12px;
    font-weight: 300;
    color: #444;
}

.sp-br{
    display: none;
}

.sp-h{
    display: none;
}

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


@media screen and (min-width:1px) and (max-width:767px) {
    
    .pc-top{
        display: none;
    }
    
    .sp-top{
        display: block;
    }
    
    .pc-h{
        display: none;
    }
    
    .sp-h{
        display: block;
    }
    
    .pc-br{
        display: none;
    }
    
    .sp-br{
        display: block;
    }
    
    .excorpo h2{
        font-size: 24px;
        line-height: 1.5em;
    }

    .excorpo h3{
        font-size: 18px;
        line-height: 1.6em;
        text-align: center;
        padding-bottom: 0px;
    }

    .excorpo h4{
        font-size: 17px;
        line-height: 1.6em;
        margin-bottom: 0;
    }

    .excorpo p{
        font-size: 14px;
    }

    .excorpo ul li{
        font-size: 13px;
    }
    
    .excorpo a{
        font-size: 13px;
    }
    
    .overview {
        padding-top: 4em;
    }
    
    .overview .textarea p{
        font-size: 15px;
        margin-bottom: 1.3em;
        line-height: 1.6em;
    }
    
    .overview .card img{
        width: 30%;
    }
    
    .merit {
        padding-top:7em;
    }
    
    .merit .item-wrapper{
        padding-top:3em;
    }
    
    .merit .item{
        display: block;
        text-align: center;
        padding-bottom: 3em;
        max-width:460px;
        margin: 0 auto;
    }
    
    .merit .item .icon{
        width:100%;
    }
    
    .merit .item .icon img{
        width: 35%;
        max-width: 158px;
    }
    
    .merit .item .textarea{
        width:100%;
        text-align: left;
        padding-top: 1em;
    }
    
    .merit .item .textarea p{
        margin-top: 1.5em;
    }
    .merit .item .textarea .about .img {
				margin-right: 10px;
		}
		.merit .item .textarea .about h4 {
				font-size: 15px;
		}
		.merit .item .textarea .about p {
				font-size: 13px;
				margin-top: 0.5em;
		}
    .merit .item .textarea ul li {
        line-height: 1.6em;
    }
    
    .band{
        margin-top:1em;
        margin-bottom: 1em;
        padding:1.6em 1em;
    }
    
    .band p{
        font-size: 17px;
        line-height: 1.6em;
        padding-bottom: 6px;     
    }
    
    .band a{
        line-height: 1.6em;
        margin-top:1em;
    }
    
    .band a::after{
        top: 45%;
        right: -13%;
    }
    
    .caution{
        padding:3em 0;
    }
    
    .caution .inner{
        padding:2em 1em;
        border-radius:10px;
        max-width: 480px;
    }
    
    .caution .textarea{
        display: block;
    }
    
    .caution .textarea .image{
        text-align: center;
        margin-top:2em; 
    }
    
    .caution .textarea img{
        width:80%;
        max-width:200px;
    }
    
    .caution .textarea .text{
        padding-left: 0;
        padding-top:2em;
    }
    
    .caution .textarea p {
        font-size: 14px;
    }
    
    .box-wrapper{
        display: block;
        margin-top: 2em;
    }
    
    .box{
        width:100%;
    }
    
    .box .heading p{
        font-size: 12px;
    }
    
    .box .box-inner{
        height: auto;
        padding:0.4em 0;
    }
    
    .box .box-inner p {
        font-size: 14px;
        line-height: 1.4em;
        padding-bottom: 0.5em;
    }
    
    .box .box-inner p span {
    }
    
    .box .box-inner .tel .graybox{
        transform: translate(0%,-15%);
    }
    
    
    a.corporate-btn, a.corporate-btn:visited {
        width: 100%;
        font-size: 13px;
        line-height: 60px;
        margin-bottom: 2em;
    }
}

.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 img {
	    width: 60%;
	}
}
