@charset "utf-8";
/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 1.6;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: auto;
  width: 100%;
  min-width: 1100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
li,
dt,
dd,
th,
td {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  margin: 0px;
  padding: 0px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img:not([width]) {
  width: 100%;
  height: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  -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;
  opacity: 0.5;
}
ul {
  list-style-type: none;
}

.clear {
  clear: both;
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.hide {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
.kome {
  font-size: 12px;
}
.sub {
  font-size: 11px;
  margin: 10px 0;
}
.sub dt {
  float: left;
}
.sub dd {
  padding-left: 40px;
}
.bold {
  font-weight: bold;
}
.t_center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.for-pc {
  display: block;
}
.for-sp {
  display: none !important;
}
.t_yellow {
  color: #fdfb2a;
}
.t_orange {
  color: #f58e0b;
}
.t_aqua {
  color: #0facd1;
}
.t_red {
  color: #f13c04;
}
.t_wine {
  color: #c71451;
}

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

/*==============================================================================
header
===============================================================================*/

/* header navigation */
.nav-series {
  background: #f2f2f2;
}
.nav-series .wrapper {
  max-width: 1100px;
  margin: auto;
}
.nav-series-list {
  display: flex;
  justify-content: flex-end;
}

.nav-series-list-item {
  position: relative;
}

.nav-series-list-item:not(:last-child)::after {
  content: "";
  display: block;
  border-right: 1px solid #ccc;
  position: absolute;
  right: 0;
  height: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.nav-series-link {
  display: block;
  padding: 0.3rem 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #4e4e4e;
}

.nav-series-link:hover {
  color: #ed4a5f;
  opacity: 1;
}

.nav-series-icon {
  width: 1em;
  height: auto;
  vertical-align: middle;
  margin: -0.1rem 0.3rem 0 0;
}

header {
  position: fixed;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}
header .box {
  max-width: 1100px;
}

#header-wrapper {
  box-sizing: border-box;
  display: grid;
  gap: 0.5rem;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
}

#header-wrapper .header_logo {
  height: 85px;
  width: 240px;
  padding-top: 0.5rem;
  grid-row: 1/3;
  grid-column: 1/2;
}
#header-wrapper .nav-series {
  grid-row: 1/2;
  grid-column: 2/3;
}
#header-wrapper .right {
  display: flex;
  justify-content: space-between;
  grid-row: 2/3;
  grid-column: 2/3;
}
#header-wrapper .right ul {
  display: flex;
  justify-content: space-between;
}
#header-wrapper .navi li {
  height: 54px;
  display: table;
}
#header-wrapper .navi a {
  display: table-cell;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  line-height: 1.4;
}
#header-wrapper .navi a::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #cbcbcb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
#header-wrapper .navi li:last-child a::after {
  display: none;
}
#header-wrapper .btn01 {
  width: 100px;
}

#header-wrapper .h_btn_link {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 6px;
}
#header-wrapper .btn01 a {
  color: #f07216;
  border: #f07216 solid 3px;
}
#header-wrapper .btn01 a:hover {
  color: #fff;
  opacity: 1;
  background: #f07216;
}
#header-wrapper .btn02 {
  margin-left: 4px;
}
#header-wrapper .btn02 a {
  color: #dc4416;
  border: #dc4416 solid 3px;
}
#header-wrapper .btn02 a:hover {
  color: #fff;
  opacity: 1;
  background: #dc4416;
}
/*==============================================================================
mv
===============================================================================*/
.fv {
  padding: 80px 0 0 0;
}
#mv {
  background: url(../images/mv_03.jpg) center;
  background-size: cover;
  height: 480px;
  box-sizing: border-box;
  padding: 0;
  min-width: 1100px;
  position: relative;
}

#mv .text-box {
  background: url(../images/mv_03.png) center;
  background-size: cover;
  width: 1100px;
  height: 480px;
  margin: auto;
  position: relative;
}
#mv .btn {
  display: flex;
  justify-content: space-between;
  z-index: 0;
  position: absolute;
  bottom: 60px;
  width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
}
/*==============================================================================
共通
===============================================================================*/
.ttl {
  font-size: 30px;
  display: table;
  background: url(../images/ttl_bg.png);
  background-size: auto 100%;
  padding: 8px 40px 8px 60px;
  font-weight: bold;
  position: relative;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
.sub-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #04589e;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sub-ttl:before,
.sub-ttl:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #04589e;
  display: block;
}
.sub-ttl:before {
  margin-right: 1em;
}
.sub-ttl:after {
  margin-left: 1em;
}

.btn li {
  position: relative;
  z-index: 0;
}
.btn01 .border {
  display: block;
  content: "";
  position: absolute;
  width: 480px;
  height: 100px;
  box-sizing: border-box;
  border: #f07216 solid 6px;
  border-radius: 6px;
  top: 10px;
  left: 12px;
  z-index: -1;
}
.btn a {
  display: block;
  width: 480px;
  background: #fff;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 6px;
  position: relative;
}
.btn .btn01 a {
  color: #f07216;
  border: #f07216 solid 6px;
}
.btn .btn01 a:hover {
  opacity: 1;
  color: #fff;
  background: #f07216;
  border: #f07216 solid 6px;
}
.btn .btn01 a::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/btn_arrow01.png) center;
  background-size: 100% auto;
  width: 28px;
  height: 21px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.btn .btn02 a {
  color: #dc4416;
  border: #dc4416 solid 6px;
}
.btn .btn02 a:hover {
  opacity: 1;
  color: #fff;
  background: #dc4416;
}
.btn .btn02 a::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/btn_arrow02.png) center;
  background-size: 100% auto;
  width: 28px;
  height: 21px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn .btn02 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 480px;
  height: 100px;
  box-sizing: border-box;
  border: #dc4416 solid 6px;
  z-index: -1;
  border-radius: 6px;
  top: 6px;
  left: 6px;
}
/*==============================================================================
infomation
===============================================================================*/
/*=20191113 追加=*/
.infomation {
  margin: 0 auto;
  padding: 35px 0 5px;
  background-color: #f6f5ef;
}

.infomation-text {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infomation-text a {
  position: relative;
  padding-right: 25px;
  color: red;
}

.infomation-text a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: red transparent transparent transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.infomation-text a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: red;
}

.infomation-new {
  padding-right: 20px;
  font-weight: 600;
  color: #dc4416;
}

.infomation-movie p {
  font-size: 40px;
  font-weight: bold;
  padding-top: 30px;
}
.infomation-movie .introduction-lead {
  font-size: 1rem;
  text-align: left;
}

.infomation-movie {
  text-align: center;
  background-color: #f6f5ef;
}

.youtube {
  padding-top: 30px;
  max-width: 100%;
}

/*==============================================================================
section01
===============================================================================*/

#section01 .ttl:before {
  position: absolute;
  content: "";
  background: url(../images/ttl_icon01.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -40px;
}
#section01 {
  background: #f6f5ef;
  padding: 80px 0 100px 0;
}
#section01 ul {
  display: flex;
  justify-content: space-between;
}
#section01 ul li a {
  width: 340px;
  display: block;
  position: relative;
}
#section01 ul li a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_01.png);
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
}
#section01 ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #04589e;
  text-align: center;
  line-height: 50px;
}
#section01 ul li h4 span {
  font-size: 26px;
}
#section01 ul li .text01 {
  font-size: 20px;
  color: #04589e;
  font-weight: bold;
  margin-bottom: 20px;
}
#section01 ul li .inner {
  min-height: 300px;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}

/*==============================================================================
section02
===============================================================================*/

#section02 {
  background: #f6f5ef;
  padding: 0 0 60px 0;
  z-index: auto;
}
#section02 li {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
#section02 .before {
  width: 470px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#section02 .before:after {
  display: block;
  content: "";
  background: url(../images/arrow_02.png);
  background-size: 100% auto;
  width: 125px;
  height: 142px;
  position: absolute;
  top: 34%;
  right: -80px;
}
#section02 .before h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #04589e;
  text-align: center;
  line-height: 50px;
  z-index: 10;
}
#section02 li {
  position: relative;
}
#section02 .b1 {
  position: absolute;
  display: block;
  content: "";
  width: 470px;
  height: 50px;
  left: -15px;
  top: 85px;
  background: #4480b2;
  z-index: 1;
}
#section02 .b2 {
  position: absolute;
  display: block;
  content: "";
  width: 470px;
  height: 50px;
  left: -30px;
  top: 70px;
  background: #7daed7;
  z-index: 0;
}
#section02 .before h4 span {
  font-size: 26px;
}
#section02 .before .inner {
  box-sizing: border-box;
  padding: 30px 40px 60px 40px;
  background: #fff;
}
#section02 .before .text01 {
  font-size: 22px;
  color: #04589e;
  font-weight: bold;
  margin-bottom: 14px;
}
#section02 .before .img {
  width: 340px;
  display: block;
  margin: 30px auto 0;
  position: relative;
}
#section02 .before .img:after {
  position: absolute;
  display: block;
  content: "BEFORE";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #222;
  padding: 0 20px;
  border-radius: 20px;
  line-height: 30px;
  right: -40px;
  bottom: 20px;
}
#section02 .after {
  color: #fff;
  text-align: center;
  width: 600px;
  padding: 0 40px 60px 40px;
  box-sizing: border-box;
  background: #04559c; /* Old browsers */
  background: -moz-linear-gradient(top, #04559c 0%, #04317c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #04559c 0%, #04317c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #04559c 0%, #04317c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#section02 .after h4 {
  width: 336px;
  margin: -60px auto 20px;
}
#section02 .after .text02 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#section02 .after .img {
  width: 410px;
  height: 290px;
  margin: 20px auto 0;
  position: relative;
}
#section02 .after .img:after {
  position: absolute;
  display: block;
  content: "AFTER";
  font-size: 20px;
  font-weight: bold;
  color: #043983;
  background: #f0e248;
  padding: 0 20px;
  border-radius: 20px;
  line-height: 36px;
  right: -40px;
  top: 20px;
}

/*==============================================================================
offer
===============================================================================*/

.offer {
  background: url(../images/offer_bg.jpg) center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0;
}

.offer h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: table;
  padding: 0 80px;
  box-sizing: border-box;
  border-radius: 30px;
  width: auto;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background: #0785c2;
  z-index: 0;
  margin: 0 auto 40px;
}
.offer h3:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #0785c2 transparent transparent transparent;
  z-index: 0;
}
.offer .btn {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.offer .box {
  position: relative;
  padding: 60px 0 70px;
}
.f_offer .box {
  position: relative;
  padding: 60px 0 80px;
}
.offer .sub {
  position: absolute;
  color: #ffffff;
  bottom: 10px;
  left: 0;
}

/*==============================================================================
section03
===============================================================================*/

#section03 .ttl:before {
  position: absolute;
  content: "";
  background: url(../images/ttl_icon02.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -60px;
}
#section03 {
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
#section03 ul {
  display: flex;
  justify-content: space-between;
}

#section03 ul li {
  width: 33.333%;
  min-height: 570px;
  color: #ffffff;
}
#section03 ul .bg01 {
  background: url(../images/sec03_bg01.jpg);
  background-size: cover;
}
#section03 ul .bg02 {
  position: relative;
  top: 40px;
  background: url(../images/sec03_bg02.jpg);
  background-size: cover;
}
#section03 ul .bg03 {
  background: url(../images/sec03_bg03.jpg);
  background-size: cover;
}
#section03 ul .inner {
  box-sizing: border-box;
  padding: 0 40px;
}
#section03 ul .text01 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 15px 0;
}

/*==============================================================================
section04
===============================================================================*/

#section04 .ttl:before {
  position: absolute;
  content: "";
  background: url(../images/ttl_icon03.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -60px;
}
#section04 {
  background: #f6f5ef;
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
#section04 .inner01 ul {
  display: flex;
  justify-content: space-between;
  /*==============liの数が２つの場合======================*/
  max-width: 1100px;
  margin: auto;
}
#section04 .inner01 ul li {
  width: 340px;
}

#section04 .inner01 ul li .text01 {
  display: table;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #222;
  height: 120px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

#section04 .inner01 ul li .text01.new:after {
  content: "New";
  position: absolute;
  letter-spacing: 0.08em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #dc4416;
  font-size: 16px;
  width: 80px;
  transform: translateY(-30%);
}

#section04 .inner01 ul li .text01 span {
  display: table-cell;
  vertical-align: middle;
}
#section04 .inner01 ul li .text01:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #222 transparent transparent transparent;
  z-index: 0;
}
#section04 .inner01 .wrap {
  background: #fff;
  font-size: 15px;
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box;
}

/*==============2020/09/25追記（クボタのダウンロードボタン）======================*/
#section04 .inner01 .btn_kubota a {
  display: block;
  background: url(../images/sec04_btn_kubota.png);
  background-size: 100% auto;
  line-height: 130px;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
  margin: 0px 0 50px 0;
  position: relative;
}

#section04 .inner01 .btn01 a {
  display: block;
  background: url(../images/sec04_btn02.png);
  background-size: 100% auto;
  line-height: 62px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 50px 0;
  position: relative;
}
#section04 .inner01 .btn01 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*=20190122 追加=*/
#section04 .inner01 strong {
  color: #f0e346;
}
/*=20190122 追加=*/
#section04 .inner02 {
  background: #fff;
  padding: 40px 60px 20px;
  box-sizing: border-box;
  margin-top: 50px;
}
#section04 .inner02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .inner02 ul li {
  width: 15%;
  margin: 0 0 40px 0;
}

/*=20191113 追加=*/
#section04 .inner01 ul li.full-width {
  width: 100%;
}
#section04 .inner01 ul li .two-col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 324px;
  background-color: #fff;
}

#section04 .inner01 ul li .two-col-img img {
  height: 100%;
  width: auto;
}

/*==============================================================================
section05
===============================================================================*/

#section05 .ttl:before {
  position: absolute;
  content: "";
  background: url(../images/ttl_icon04.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -60px;
}
#section05 {
  background: #f6f5ef;
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
#section05 ul {
  display: flex;
  justify-content: space-between;
}
#section05 ul li {
  width: 340px;
  background: #fff;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
#section05 ul li img {
  width: 230px;
}
#section05 ul li .text01 {
  color: #04589e;
  font-size: 22px;
  font-weight: bold;
  margin: 16px 0;
}
#section05 .ul02 {
  width: 720px;
  margin: 40px auto 0;
}

/*==============================================================================
section06
===============================================================================*/

#section06 .ttl:before {
  position: absolute;
  content: "";
  background: url(../images/ttl_icon05.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -60px;
}
#section06 {
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
#section06 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .bg01 {
  background: url(../images/sec06_bg01.jpg);
  background-size: cover;
}
#section06 h4 {
  background: #0a3457;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 30px;
}
#section06 .bg01 h4 {
  background: #0a3457;
}
#section06 .bg02 h4 {
  background: #093c54;
}
#section06 .bg02 {
  background: url(../images/sec06_bg02.jpg);
  background-size: cover;
}
#section06 ul li {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
#section06 ul li .text01 {
  color: #04589e;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
#section06 ul li .inner {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  min-height: 260px;
}
#section06 .movie {
  margin: 80px auto 0;
  position: relative;
  width: 80%;
  height: 0;
  padding-top: 45%;
}
#section06 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==============================================================================
section07
===============================================================================*/

#section07 .ttl:before {
  position: absolute;
  content: "";
  background: url(../images/ttl_icon06.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -60px;
}
#section07 {
  background: #f6f5ef;
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
#section07 ul {
  background: url(../images/sec07_bg01.png);
  background-size: cover;
  height: 176px;
}
/*==============================================================================
footer
===============================================================================*/
footer {
  background: #0c3270;
  color: #ffffff;
}
footer .logo {
  width: 220px;
  float: left;
  margin-right: 40px;
}
footer .left {
  display: flex;
  justify-content: space-between;
}
footer .right {
  padding: 13px 0 0 0;
}
footer .right li {
  display: inline-block;
  padding: 0 0 0 0;
  line-height: 1;
}
footer .right li:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
footer .right a {
  color: #ffffff;
}

footer .upper {
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

footer .copy {
  padding: 20px 0;
  text-align: center;
}
