@charset "UTF-8";

/*========================================================================

reset

========================================================================*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td, section, article, header, aside, figure, figcaption, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
input{
  border-radius: 0;
}

.cf {
zoom: 1;
}
.cf:after {
content: "";
clear: both;
display: block;
}

/*========================================================================

style

========================================================================*/
body{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", sans-serif;
  line-height: 1;
  color: #002540;
}
.ff_bold{
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.sp{
  display: block;
}
.pc{
  display: none;
}
img{
  width: 100%;
}
.mt0{ margin-top: 0 !important;}
/* IE */
@media screen\0 {
  body,.ff_bold{
    font-family: "Meiryo UI", "メイリオ", sans-serif;
  }
}
@supports (-ms-ime-align: auto) {
  body,.ff_bold{
    font-family: "Meiryo UI", "メイリオ", sans-serif;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  body,.ff_bold{
    font-family: "Meiryo UI", "メイリオ", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
 /* img{
    width: auto !important;
  } 181124*/
}

#end-campaign {
	background-color:#fafafa;
}
#end-campaign .end-message {
	line-height: 150%;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#065fe3;
	margin: 0;
  padding: 30px;
}
@media (min-width: 768px) {
  #end-campaign .end-message {
    padding: 50px;
  }
}

.content_inner{
  padding: 0 5%;
}
.text{
  font-size: 3.7vw;
  color: #002540;
}
/* main */
header{
  padding: 0 5%;
}
.main{
  background: #00c2ff;
}
.logo{
  text-align: left;
  padding: 5% 0 0;
}
.logo img{
  width: 18.4vw;
}
h1{
  margin: 5% 0;
  padding-top: 63%;
  position: relative;
  z-index: 3;
}
.main_bg_sp{
  position: absolute;
}
.scroll .sp{
  text-align: center;
  padding: 7% 0;
}
.scroll .sp img{
  width: 12.2vw;
}
/* btn */
.link_btn_wrap{
  margin-top: 10%;
}
.link_btn_wrap:last-child{
  margin-top: 7%;
}
.link_btn{
  text-align: center;
}
.link_btn a{
  width: 100%;
  background: url(../images/arrow01.png)no-repeat 95% #005ae7;
  display: block;
  font-size: 4.2vw;
  padding: 4% 0;
  color: #fff;
  text-decoration: none;
  background-size: 6vw;
}
.link_btn_text{
  text-align: center;
  margin-bottom: 3%;
}
.link_btn_text.type01 img{
  width: 38.9vw;
}
.link_btn_text.type02 img{
  width: 57.6vw;
}
/* section */
section{
  margin-top: 20%;
}
section.type01{
  background: #00c2ff;
  margin-top: 15%;
  padding: 5% 0;
}
/* h2 */
h2,.ttl_em{
  text-align: center;
  font-size: 6.6vw;
}
.ttl_small{
  font-size: 4.5vw;
  vertical-align: top;
}
h2,h2 span{
  color: #005ae7;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
h2 .ttl_em{
  padding: 0.25em 0;
  background-repeat: repeat-x;
  background-size: 1.1em 0.2em;
  background-position: top left;
  background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#005ae7),color-stop(0.5,#005ae7),color-stop(0.9,transparent),to(transparent));
  background-image: -webkit-radial-gradient(center center, 0.08em 0.08em, #005ae7, #005ae7 95%, transparent 95%, transparent);
  background-image: radial-gradient(0.08em 0.08em at center center, #005ae7, #005ae7 95%, transparent);
}
.box_ttl{
  background: #005ae7;
  padding: 10% 0;
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.box_ttl h2,.box_ttl span{
  color: #fff;
}
.box_ttl h2 .ttl_em{
  padding: 0.25em 0;
  background-repeat: repeat-x;
  background-size: 1.1em 0.2em;
  background-position: top left;
  background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#fff),color-stop(0.5,#fff),color-stop(0.9,transparent),to(transparent));
  background-image: -webkit-radial-gradient(center center, 0.08em 0.08em, #fff, #fff 95%, transparent 95%, transparent);
  background-image: radial-gradient(0.08em 0.08em at center center, #fff, #fff 95%, transparent);
}
.box_contents{
  border: solid 2vw #edf0f4;
  padding: 40% 3% 10% 3%;
  position: relative;
  z-index: 1;
  margin-top: -25%;
}
.box_contents .text{
  font-size: 3.7vw;
  color: #005ae7;
  margin-top: 10%;
  line-height: 1.7em;
}
.text_em{
  font-size: 4.2vw;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  margin-bottom: 5%;
  color: #002540;
}
.merit span{
  display: block;
  font-size: 3vw;
}
.merit{
  text-align: center;
  font-size: 10vw;
  color: #005ae7;
  margin-bottom: 7%;
  margin-top: -12vw;
}
.fl_wrap{
  margin-top: 16%;
  background: #edf0f4;
  padding: 5% 0;
}
.fl_wrap .text{
  line-height: 2em;
}
.fl_wrap .fl_l{
  width: 95%;
  margin: 0 auto;
}
.fl_wrap .fl_r{
  background: #fff;
  width: 90%;
  padding: 3%;
  margin: 5% auto 5%;
      box-shadow: 0px 8px 10px rgba(11,20,31,0.05),
        -10px 8px 15px rgba(11,20,31,0.05), 10px 8px 15px rgba(11,20,31,0.05);
}
.fl_wrap .img_ttl{
  font-size: 3vw;
  margin-bottom: 3%;
  text-align: center;
}
.note{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3vw;
  line-height: 1.5em;
  margin-top: 3%;
}
.note a{
  color: #005ae7;
  font-size: 3vw;
}
/* column */
.colomun3 {
  margin-top: 10%;
}
.colomun3 li{
  text-align: center;
  margin-bottom: 15%;
  position: relative;
  border-bottom: 1px solid #065fe3;
  padding-bottom: 10%;
}
.colomun3 li .col3_text{
  font-size: 4.2vw;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.colomun3 li .img img{
  width: 37vw;
}
.colomun3 li .img_step img{
  width: 20vw;
  margin: 5% 0;
}
.colomun3 li:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  border-top: 15px solid #065fe3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.colomun3 li:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.colomun3 li:last-child:before,.colomun3 li:last-child:after,li:last-child{
  border: none;
}
.colomun2{
  margin-top: 10%;
}
.colomun2 li p,.col2_list li{
  font-size: 4.2vw;
  }
.column_ttl{
  background: #edf0f4;
  padding: 4% 3%;
  font-size: 4.2vw;
}
.column_ttl.type01{
  line-height: 1.5em;
  margin-top: 8%;
}
.colomun2 .col2_text{
  line-height: 1.8em;
  margin: 3% 0;
}
.column1{
  padding: 5%;
  border: 1px solid #c6cbd4;
  margin-top: 10%;
  position: relative;
}
.column1_box_ttl{
  position: absolute;
  top: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0 2%;
  font-size: 4.2vw;
  width: 80%;
  text-align: center;
}
.column1_box .img.sp{
  margin-top: 3%;
}

/* table */
.table_scroll{
  overflow: auto;
  white-space: nowrap;
  margin: 5% 0 0;
}
.table_line{
  width: 100%;
  border-collapse: collapse;
}
.table_line tr th,.table_line tr td{
  vertical-align: middle;
  padding: 5vw 3vw;
  text-align: center;
  font-size: 3.7vw;
  border: 1px solid #c6cbd4;
  font-weight:bold;
}
.table_line tr th:first-of-type{
  background: #edf0f4;
}

.table_line tr th:last-of-type{
  background: #065fe3;
  color:#fff;
}

.table_line tr td:first-of-type{
  background: #fff;
}

.table_line tr td:last-of-type{
  background: #cadff6;
}
/* list */
.list01 li{
  line-height: 1.5em;
}
.list01 > li{
  padding-left: 3%;
  position: relative;
  font-size: 3.7vw;
  margin-bottom: 2%;
}
.list01{
  margin-top: 8%;
}
.list01 > li:before{
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0em;
  width: 1.3vw;
  height: 1.3vw;
  background-color: #002540;
  border-radius: 100%;
}
.list01 > li:last-child{
  margin-bottom: 0;
}
.list02 li{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.7vw;
  margin-top: 2%;
}
.col2_list li{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 3%;
  line-height: 1.8em;
}
.col2_list li:last-child{
  margin-left: 0 !important;
}
.list02 li:before,.col2_list li:before{
  content: "・";
}
/* IE */
@media screen\0 {
  .list02 li,.col2_list li:before{
    padding-left: .5em;
    text-indent: -.5em;
  }
}
@supports (-ms-ime-align: auto) {
  .list02 li,.col2_list li:before{
    padding-left: .5em;
    text-indent: -.5em;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  .list02 li,.col2_list li:before{
    padding-left: .5em;
    text-indent: -.5em;
  }
}
/* share */
.share{
  text-align: center;
  margin-top: 8%;
}
.share .text{
  color: #fff;
  margin-bottom: 5%;
}
.share img{
  width: 8vw;
}
.share ul{
  font-size: 0;
}
.share li{
  display: inline-block;
  margin-right: 3%;
}
.share li:last-child{
  margin-right: 0;
}
/* footer SP */
.common-footer {
	position: relative;
}
.footer-upper {
	width: 100%;
	background-color: #065fe3;
}

.footer-middle {
	width: 100%;
	background-color: #fff;
}

.footer-middle .inner {
	padding: 60px 40px 40px;
}

.footer-lower {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 284px;
	padding-top: 78px;
	background-color: #f4f4f4;
}

.footer-lower > .copyright {
	color: #999;
	font-family: 'Lato',sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8333;
	text-align: center;
}

.footer-lower > .walk {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

.footer-lower > .walk span {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/img/common/bg_walk-stop.png);
	background-position: 51.4096% 0;
	background-repeat: repeat-x;
	background-size: 603px 80px;
}

body.is-walk .footer-lower > .walk {
	position: absolute;
	bottom: 0;
	left: -603px;
	width: 1809px;
	height: 80px;
	-webkit-animation: walkWrapperSP 12s linear infinite;
	animation: walkWrapperSP 12s linear infinite;
}

body.is-walk .footer-lower > .walk span {
	-webkit-animation: walkInner 1.2s steps(29) infinite;
	animation: walkInner 1.2s steps(29) infinite;
	background-image: url(/img/common/bg_walk-anim.png);
	background-position: 0 0;
	background-size: 603px 2400px;
}

.footer-logo {
	width: 104px;
	height: 32px;
	margin: 0 auto 20px;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-app {
	position: relative;
	width: 100%;
	height: 535px;
	padding: 45px 20px 196px;
}

.footer-app:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 280px;
	height: 196px;
	margin-left: -140px;
	background-image: url(/img/common/bg_footer-app_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}

.footer-app > .title {
	position: relative;
	padding-top: 119px;
	margin: 0 auto 27px;
	color: #fff;
	text-align: center;
}

.footer-app > .title:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 99px;
	height: 99px;
	background-image: url(/img/common/bg_app-icon_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-app > .title > span {
	font-size: 1.3125rem;
	line-height: 1.4762;
}

.footer-app .download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 313px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.footer-app .download > .item {
	width: auto;
	height: 44px;
}

.footer-app .download > .item + .item {
	margin-left: 16px;
}

.footer-app .download > .item img {
	width: auto;
	height: 100%;
}

.footer-misc {
	padding: 30px 0 0;
	margin: 0;
}

.footer-misc > .title {
	margin: 0;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4286;
}

.footer-misc > .desc {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.footer-misc > .desc + .title {
	margin-top: 24px;
}

.footer-pagetop {
	position: absolute;
	right: 20px;
	bottom: 262px;
	overflow: visible;
	width: 40px;
	height: 40px;
	margin: 0;
	font-size: 0.6875rem;
	line-height: 1.9091;
	text-align: center;
}

.footer-pagetop a {
	display: block;
	color: #666;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.footer-pagetop a span {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	margin-top: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.footer-pagetop a:before {
	position: relative;
	z-index: 1;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-color: #0550bf;
	background-image: url(/img/common/ico_pagetop_naked-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: "";
}

.footer-sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

.sitemap-list {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	list-style: none;
}

.sitemap-list.-contents, .sitemap-list.-external {
	width: 50%;
}

.sitemap-list.-util {
	width: 100%;
	margin-top: 50px;
}

.sitemap-list > .item {
	font-size: 12px;
	line-height: 1.5;
}

.sitemap-list > .item a {
	color: #666;
	text-decoration: none;
}

.sitemap-list > .item + .item {
	margin-top: 9px;
}


@media screen and (min-width: 768px){
  .all_wrap{
    min-width: 1170px;
    margin: 0 auto;
  }
  header{
    padding: 48px 40px 90px;
    width: 100%;
  }
  .logo{
    text-align: inherit;
    padding: 0;
  }
  .logo img.logo_img_pc{
		width:92px;/*1124 */
	}
  .content_inner{
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .text{
    font-size: 14px;
  }
  /* main */
  .main{
    position: relative;
  }
  .main .main_bg{
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/main_bg01.jpg)no-repeat;
    height: 580px;
    background-size: cover;
    width: calc(100% - ((100% - 1140px) / 2) - 312px);
  }
  .main h1{
    margin: 0 ;
    padding: 0 0 108px;
    position: relative;
  }
	.main_title_img_pc{
		width:401px;/*1124 */
	}

  /* btn */
  .btn_wrap{
    width: 870px;
    margin: 0 auto;
    padding-bottom: 65px;
  }
  section.type01 .btn_wrap{
    padding-bottom: 0;
  }
  .link_btn_wrap{
    width: 420px;
    margin: 0 30px 0 0;
    float: left;
  }
  .link_btn_wrap:last-child{
    margin: 0;
  }
  .link_btn a{
    font-size: 20px;
    padding: 24px 0;
    background-size: 30px;/*1124 */
    transition: 0.5s ease-in-out;
  }
  .link_btn a:hover,.share li a:hover{
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .link_btn_text.type01 img{
    width: 177px !important;
  }
  .link_btn_text.type02 img{
    width: 260px !important;
  }
  .scroll{
    position: absolute;
    bottom: -13px;
  }
  .scroll .pc{
    padding: 0 40px 45px;
  }

	.scroll_img_pc{
		width:33px;/*1124 */
	}
  .ttl_small{
    font-size: 24px;
  }
  h2, .ttl_em{
    font-size: 40px;
  }
  /* section */
  section{
    margin-top: 200px;
  }
  section.type01{
    margin-top: 115px;
    padding: 60px 0;
  }
  .box_wrap{
    position: relative;
  }
  .box_ttl{
    width: 380px;
    height: 380px;
    padding: 80px 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_contents{
    margin-top: 0;
    padding: 65px 0;
    border: solid 24px #edf0f4;
    width: 840px;
    text-align: center;
    margin-left: auto;animation-direction:
  }
	.box_contents_img_pc{
		width:392px;/*1124 */
	}


  .box_contents .text{
    font-size: 14px;
  }
  .fl_wrap{
    background: #fff;
    padding: 0 0 75px;
    margin-top: 110px;
  }
  .fl_wrap .text{
    font-size: 16px;
  }
  .merit{
    font-size: 72px;
    margin-bottom: 60px;
    margin-top: inherit;
  }
  .merit span{
    font-size: 14px;
  }
  .text_em{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .fl_wrap .fl_l{
    width: 350px;
    margin: 0 auto 0 0;
    float: left;
  }
  .fl_wrap .fl_r{
    width: 750px;
    padding: 30px 0;
    margin: 0;
    float: right;
  }
  .fl_wrap .fl_r .img{
    text-align: center;
	  width:690px;/*1124 */
	  margin: auto;/*1124 */
  }
  .fl_wrap .fl_l,  .fl_wrap .fl_r{
    position: relative;
    z-index: 3;
  }
  .fl_wrap .img_ttl{
    font-size: 16px;
  }
  .fl_bg_wrap{
    position: relative;
  }
  .merit_bg{
    background: #edf0f4;
    height: 300px;
    width: calc(100% - ((100% - 1140px) / 2) - 50px);
    position: absolute;
    right: 0;
    top: 200px;
  }
  .note,.note a{
    font-size: 12px;
  }
  .note a:hover{
    text-decoration: none;
  }
  /* coloum */
  .colomun3 ul{
    font-size: 0;
  }
  .colomun3 li{
    width: 33%;
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #065fe3;
    padding: 0 10px 0 10px;
    vertical-align: top;
    height: 306px;
    margin-bottom: 0;
  }
  .colomun3 li .col3_text{
    font-size: 16px;
  }
  .colomun3 li:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -30px;
    left: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 15px solid #065fe3;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .colomun3 li:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -28px;
    left: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .colomun3 li:first-child{
    padding-left: 0;
  }
  .colomun3 li:last-child{
    border: none;
    padding-right: 0;
  }
  .colomun2 li{
    font-size: 0;
    display: inline-block;
    width: 550px;
    vertical-align: top;
  }
  .colomun2 li:last-child{
    margin-left: 35px;
  }
  .colomun2 li p,.col2_list li{
    font-size: 16px;
  }
  .column_ttl{
    padding: 25px;
    font-size: 16px;
  }
  .column_ttl.type01{
    margin-top: 60px;
  }
  .column1{
    margin-top: 60px;
    padding: 40px;
  }
  .column1_box_ttl{
    font-size: 20px;
    width: 31%;
    top: -10px;
  }

  .colomun3 li .img img.col_img_pc{
		width:185px;/*1124 */
	}

  .colomun3 li .img_step img.step_img_pc{
		width:90px;
	}
  /* table */
  .table_line{
    white-space: inherit;
  }
  .table_line tr th, .table_line tr td{
    font-size: 16px;
    padding: 25px 0;
	font-weight:bold;
  }

  .list01{
    margin-top: 35px;
  }
  .list01 li,.list02 li{
    font-size: 14px;
  }
  .list01 > li{
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .list01 > li:before{
    width: 8px;
    height: 8px;
    top: .5em;
  }
  .list02 li{
    margin-top: 10px;
  }

  .share{
    margin: 30px auto 0;
    display: table;
  }
  .share .text{
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    margin-right: 20px;
    padding-right: 15px;
  }
  .share ul{
    display: table-cell;
  }
  .share li{
    margin-right: 10px;
  }
  .share li a{
    transition: 0.5s ease-in-out;
  }
  .share img.share_img_pc{
		width:40px;/*1124 */
	}


  /* footer */
  .border-for-footer {
  	width: 100%;
  	border-bottom: 1px solid #ccc;
  }

  .common-footer {
  	position: relative;
  }

  .footer-middle {
  	width: 100%;
  	background-color: #fff;
  }

  .footer-middle .inner {
  	padding: 60px 40px 40px;
  }

  .footer-lower {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	position: relative;
  	overflow: hidden;
  	width: 100%;
  	height: 284px;
  	padding-top: 78px;
  	background-color: #f4f4f4;
  }

  .footer-lower > .copyright {
  	color: #999;
  	font-family: 'Lato',sans-serif;
  	font-size: 12px;
  	font-weight: 400;
  	line-height: 1.8333;
  	text-align: center;
  }

  .footer-lower > .walk {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 80px;
  }

  .footer-lower > .walk span {
  	display: block;
  	width: 100%;
  	height: 100%;
  	background-image: url(../images/bg_walk-stop.png);
  	background-position: 51.4096% 0;
  	background-repeat: repeat-x;
  	background-size: 603px 80px;
  }

  .footer-logo {
  	width: 104px;
  	height: 32px;
  	margin: 0 auto 20px;
  }

  .footer-logo img {
  	width: 100%;
  	height: auto;
  }

  .footer-misc {
  	padding: 30px 0 0;
  	margin: 0;
  }

  .footer-misc > .title {
  	margin: 0;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 1.4286;
  }

  .footer-misc > .desc {
  	margin: 6px 0 0;
  	font-size: 12px;
  	line-height: 1.5;
  }

  .footer-misc > .desc + .title {
  	margin-top: 24px;
  }

  .footer-sitemap {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	padding: 0 0 40px;
  	border-bottom: 1px solid #ccc;
  }

  .sitemap-list {
  	-ms-flex: 0 0 auto;
  	flex: 0 0 auto;
  	padding: 0;
  	margin: 0;
  	-webkit-box-flex: 0;
  	list-style: none;
  }

  .sitemap-list.-contents, .sitemap-list.-external {
  	width: 50%;
  }

  .sitemap-list.-util {
  	width: 100%;
  	margin-top: 50px;
  }

  .sitemap-list > .item {
  	font-size: 12px;
  	line-height: 1.5;
  }

  .sitemap-list > .item a {
  	color: #666;
  	text-decoration: none;
  }

  .sitemap-list > .item + .item {
  	margin-top: 9px;
  }
  ._sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1139px) {

	.sitemap-list.-contents, .sitemap-list.-external {
		width: 25%;
	}
	.sitemap-list.-util {
		width: 50%;
		margin-top: 0;
	}
}

@media screen and (min-width: 1140px) {
	.footer-middle .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 84.2105vw;
		max-width: 1120px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		justify-content: flex-start;
		padding: 70px 0 80px;
		margin: 0 auto;
		-webkit-box-align: center;
		-webkit-box-pack: start;
		-ms-flex-align: center;
		-ms-flex-line-pack: center;
		-ms-flex-pack: start;
	}
	.footer-misc {
		padding: 0 0 36px 64px;
	}
	.footer-misc > .title {
		font-size: 14px;
		line-height: 1.4615;
	}
	.footer-misc > .desc + .title {
		margin-top: 16px;
	}
	.footer-sitemap {
		width: 582px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding: 20px 0;
		border-right: 1px solid #ccc;
		border-bottom: none;
		-webkit-box-flex: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
	}
	.sitemap-list + .sitemap-list {
		margin-left: 48px;
	}
	.sitemap-list.-contents, .sitemap-list.-external {
		width: auto;
	}
	.sitemap-list.-util {
		width: auto;
		margin-top: 0;
	}
	.sitemap-list > .item {
		font-size: 12px;
		line-height: 1.3333;
	}
	.sitemap-list > .item a {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.sitemap-list > .item a:hover {
		opacity: 0.6;
	}
	.sitemap-list > .item + .item {
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	._pc {
		display: none !important;
	}
}

#pagetop a{
  width:76px;
  height:76px;
  width:44px;
  height:44px;
  background-size:27px;
  background-size:18px;
  border-width:2px;
}

@media screen and (min-width: 1300px){
  .main .main_bg{
    position: absolute;
    right: calc((100% - 1300px) / 2);
    top: 0;
    background: url(../images/main_bg01.jpg)no-repeat;
    height: 580px;
    background-size: cover;
    width: 958px;
  }
}
