@charset "UTF-8";
/* CSS Document */

body {
  width: 100%;
  overflow-x: hidden;
}

a.link-close {
  pointer-events: none;
  cursor: default;
}


/* head */
#head {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 80px;
  background: #FFF;
}

/* お問い合わせボタン */
.contactArea {
	display: flex;
	flex-wrap: wrap;
	height: 100px;
	width: 120px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.contact {
	transition: 0.5s;
	background-size: 200% auto;
	display: block;
	cursor:pointer ; 
}
.contact:hover {
	background-position: right center; /* change the direction of the change here */
}
.contact {
	background-image: linear-gradient(to right, #ff5a00 0%, #ffba16 51%, #ffba16 100%);
}
@media all and (max-width: 768px) {
.contactArea {
	display: none;
}
}

#head .logo {
	position: absolute;
	left: 44px;
	top: 15px;
}

@import url(notosansjp.css);
.gnav {
	position: absolute;
	top: 0px;
	right: 150px;
	/*font-family: 'Noto Serif Japanese', serif;*/
	/*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
}
.gnav a {
	color: #333;
	text-decoration: none;
	display: block;
	height: 100%;
}
.gnav a:hover {
	color: #666;
}
.gnav li {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;	
	
}

	
.gnav li > p {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0em;
	font-weight: 700;
	color: #333;
	font-family: 'Noto Sans Japanese',   sans-serif;
}
.gnav li > p span {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 769px) {

  .gnav li:hover:before, .gnav li.-active:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 3px;
    background: #00ac97;
    content: "";
  }
  .gnav li.close > p span {
    opacity: 0.4;
  }
  .gnav li.close:hover:before {
    display: none;
  }

  .gnav li > p span {
    background: no-repeat center 98%;
  }
  .gnav .under-menu {
    position: absolute;
    left: 0;
    top: 78px;
    min-width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .gnav .drop:hover .under-menu {
    height: auto;
    opacity: 1;
  }
  .gnav .under-menu a {
    white-space: nowrap;
  }
  .gnav .under-menu a:not(.link-close):hover {
    color: #000;
	background-color: #eee;
  }
}
.gnav .under-menu {
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
  border: 1px solid #ccc;
  font-weight: 700;
  font-family: 'Noto Sans Japanese',   sans-serif;
}
.gnav .under-menu a {
  display: block;
  padding: 15px;
  letter-spacing: 0em;
  color: #333;
}
.gnav .under-menu a.link-close {
  color: rgba(0,0,0,0.3);
}
.gnav .under-menu a + a {
  border-top: solid 1px #ccc;
}
.btn-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 980;
  width: 50px;
  height: 50px;
  background: #000;
}
.btn-menu span {
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 24px;
  height: 1px;
  background: #FFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn-menu span:before, .btn-menu span:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-menu span:before {
  top: -8px;
}
.btn-menu span:after {
  bottom: -8px;
}
.btn-menu.-active span {
  background: transparent;
}
.btn-menu.-active span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-menu.-active span:after {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav .btn-close {
  position: relative;
  width: 100%;
  height: 50px;
  background: #000;
}
.gnav .btn-close:before, .gnav .btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.gnav .btn-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




.gnav li .js-acc-trigger span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #00ac97;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
	font-size: 20px;
}






@media all and (max-width: 768px) {
  html > body {
    font-size: 100%;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }

  .wrap {
    width: auto;
    padding: 0 10px;
  }
  
  .anchor-point {
    position: relative;
    margin-top: -50px;
    padding-top: 50px;
    z-index: -1;
  }

/* head */
  #head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
  }
  #head .logo {
    float: none;
    width: auto;
    text-align: left;
	position: static;
	margin: 10px 0px 0px 10px;
  }
  #head .logo img {
	width: 120px;
  }
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: rgba(255,255,255,0.8);
    display: none;
  }
  .gnav a {
	color: #fff;
  }
  .gnav li {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	margin-right: 0px;
  }
  .gnav li > a, .gnav li > p {
    position: relative;
    display: block;
    height: auto;
    padding: 15px 10px;
    font-size: .9rem;
    font-weight: 400;
    color: #FFF;
    background: #000;
    letter-spacing: 2px;
  }
  .gnav li > a:before, .gnav li > p:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .gnav li > a:before {
    top: 36%;
    right: 22px;
    border-right: solid 1px #FFF;
  }
  .gnav li > p:before {
    top: 35%;
    right: 20px;
    border-left: solid 1px #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .gnav li > p.-active:before {
    top: 42%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  /* 横矢印タイプ */
  .gnav li > p.nexttype:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
	border-left: none;
  }
  .gnav li > p.nexttype:before {
    top: 36%;
    right: 22px;
    border-right: solid 1px #FFF;
  }
  
  
  
  .gnav .under-menu {
	display: none;
    font-size: .8rem;
	border: none;
  }
  .gnav .under-menu a {
    position: relative;
    padding: 15px 20px;
    letter-spacing: 1px;
    background: #FFF;
  }
  .gnav .under-menu a:before {
    position: absolute;
    top: 36%;
    right: 22px;
    display: block;
    width: 7px;
    height: 7px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .gnav .under-menu a.link-close:before {
    border-color: rgba(0,0,0,0.3);
  }
  .gnav .close > p {
    color: rgba(255,255,255,0.3);
  }
  .gnav .close > p:before {
    border-color: rgba(255,255,255,0.3);
  }
  

}




@media all and (min-width: 769px) {
  body, #cont, #head {
    min-width: 1080px;
  }
  .smp {
    display: none !important;
  }
  .alpha {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .alpha:hover {
    opacity: 0.4;
  }
  
  .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .flexbox.-fwrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flexbox.-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flexbox.-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .flexbox.-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .home #head {
    display: none;
  }
}



/* コンテンツ
----------------------------------------------------*/
#wrapper {
	padding-top: 50px;
}
.wrapper0 {
	padding-top: 0px !important;
}
#inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#inner2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#inner3 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#inner_eee {
	background-color: #eee;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: 100px;
}
@media (max-width: 768px) {
#wrapper {
	padding-top: 30px;
}
#inner,#inner2,#inner3,#inner_eee {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#inner_eee {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}

/* 見出し
----------------------------------------------------*/
h2 {
	/*display:inline-block;
	overflow:hidden;*/
	position:relative;
	font-size: 30px;
	font-weight: normal;
	color: #111;
	line-height: 1.3em;
	font-weight: 400;
	font-family: 'Noto Serif Japanese', serif;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	color: #111;
	margin-bottom: 30px;
	font-family: 'Noto Serif Japanese', serif;
}
h3.strong {
	font-weight: 700;
}
@media (max-width: 768px) {
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	font-size: 17px;
	margin-bottom: 10px;
}
}

.midashi01 {
	font-size: 30px;
	font-weight: normal;
	color: #111;
	text-align: center;
	margin-bottom: 40px;
}


/* ボタン
------------------------------------------------------------*/
/* MOREボタン */
.moreBtnArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	width:25vw;
	font-family: 'Noto Serif Japanese', serif;
}
.moreBtn {
	flex: 1 1 auto;
	padding: 15px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	/* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	font-size: 120%;
	display: block;
	cursor:pointer ; 
}
a:hover.moreBtn {
	text-decoration: none;
}
.moreBtn:hover {
	background-position: right center; /* change the direction of the change here */
}
.moreBtn {
	/*グリーン background-image: linear-gradient(to right, #00ac97 0%, #12e291 51%, #04937d 100%);*/
	background-image: linear-gradient(to right, #ff5a00 0%, #ffba16 51%, #ffba16 100%);
}

/* MOREボタン2 */
.moreBtnArea2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	width:20vw;
	margin-bottom: 20px;
	font-family: 'Noto Serif Japanese', serif;
}
.moreBtn2 {
	flex: 1 1 auto;
	padding: 5px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	/* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	font-size: 100%;
	display: block;
	cursor:pointer ; 
}
a:hover.moreBtn2 {
	text-decoration: none;
}
.moreBtn2:hover {
	background-position: right center; /* change the direction of the change here */
}
.moreBtn2 {
	background-image: linear-gradient(to right, #ff5a00 0%, #ffba16 51%, #ffba16 100%);
}


/* MOREボタン3 */
.moreBtnArea3 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	font-family: 'Noto Serif Japanese', serif;
}
.moreBtn3 {
	flex: 1 1 auto;
	padding: 3px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white !important;
	/* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	font-size: 100%;
	display: block;
	cursor:pointer ; 
}
a:hover.moreBtn3 {
	text-decoration: none;
}
.moreBtn3:hover {
	background-position: right center; /* change the direction of the change here */
}
.moreBtn3 {
	background-image: linear-gradient(to right, #00ac97 0%, #12e291 51%, #04937d 100%);
}


/* ダウンロードボタン */
.dlBtnArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-right: 100px;
	padding-left: 100px;
	font-family: 'Noto Serif Japanese', serif;
}
.dlBtn {
	flex: 1 1 auto;
	padding: 15px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	/* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	font-size: 130%;
	display: block;
	cursor:pointer;
	box-shadow: 10px 40px 50px -10px rgba(0, 0, 0, 0.2);
}
.dlBtn span {
	background-image: url(../png/dl.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: block;
	padding-right: 50px;
}
a:hover.dlBtn {
	text-decoration: none;
}
.dlBtn:hover {
	background-position: right center; /* change the direction of the change here */
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.dlBtn {
	/*background-image: linear-gradient(to right, #00ac97 0%, #12e291 51%, #04937d 100%);*/
	background-image: linear-gradient(to right, #000000 0%, #666666 51%, #666666 100%);
}
@media (max-width: 768px) {
.moreBtnArea,.moreBtnArea2 {
	width:auto;
}
.dlBtnArea {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
}
.dlBtn {
	font-size: 100%;
}
}

/* borderボタン */
.borderBtn {
	text-align: center;
	margin-top: 10px;
	width:100%;
	border-left:2px solid #00ad97;
	border-right:2px solid #11e091;
}
.borderBtn:before,
.borderBtn:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#00ad97), to(#11e091));
	background:-moz-linear-gradient(left, #00ad97, #11e091);
	background:linear-gradient(left, #00ad97, #11e091);
}


/* マウスオーバー(画像拡大)
----------------------------------------------------*/
.scale_up {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale_up img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* マウスオーバードロップシャドウ
----------------------------------------------------*/
.card {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
	background-color: #fff;
	background-image: url(../card.html);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card2 {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
}
.card2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


/* 3列ボックス
------------------------------------------------------------*/
#inner_type {
	background-color: #eee;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../png/milk.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	
	/*background-image: url(../img/milk.png), url(../img/line_bg.png);
	background-repeat: no-repeat,repeat;
	background-position: center bottom,center top;*/
}
#inner_type h2 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px !important;
}

ul.threeBox {
	text-align: left;
}
ul.threeBox2 {
	margin-top: 50px;
	margin-bottom: 0px !important;
}
ul.threeBox li {
	width: 300px;
	float: left;
	margin-right: 50px;
	min-height:200px;
	
	background-color: #FFF;
	background-image: url(../png/triangle.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	padding-bottom: 20px;
	margin-bottom: 50px;
}
ul.threeBox li.triangle2 {
	background-image: url(../png/triangle2.png) !important;
}
ul.threeBox li.mgb {
	margin-bottom: 10px !important;
}
ul.threeBox li a {
	color: #111;
}
ul.threeBox li a:hover {
	color: #666;
	text-decoration: none;
}
ul.threeBox li:nth-child(3n)  {
	margin-right: 0px;
}
ul.threeBox li p {
}
ul.threeBox li .img {
	display: block;
	position: relative;
}
ul.threeBox li .txt {
	padding: 15px;
}

.type_cap {
	text-align: left;
	font-size: 80%;
	color: #111;
	width: 300px;
	right: 0px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4em;
	margin-right: 0px;
	margin-left: auto;
}

/* 線ボタン */
.linebutton {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.linebutton::before,
.linebutton::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.linebutton::before {
  top: -2px;
  left: -2px;
}
.linebutton::after {
  bottom: -2px;
  right: -2px;
}
.linebutton:hover {
  color: #00ac97;
}
.linebutton:hover::before,
.linebutton:hover::after {
  width: 100%;
  height: 100%;
}
.linebutton:hover::before {
  border-bottom-color: #11e091;
  border-left-color: #11e091;
  transition: height .3s, width .3s .3s;
}
.linebutton:hover::after {
  border-top-color: #11e091;
  border-right-color: #11e091;
  transition: height .3s, width .3s .3s;
}
/* /線ボタン */




@media (max-width: 768px) {
#inner_type {
	padding-top: 30px;
}
#inner_type h2 {
	margin-bottom: 10px !important;
}
ul.threeBox {
	display:flex;
	flex-wrap:wrap;
}
ul.threeBox li {
	float: none;
	width: 46%;
	min-height:auto;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
ul.threeBox li.mgb {
	margin-bottom: 20px !important;
}
ul.threeBox li.hight2 {
	min-height:auto;
}
ul.threeBox li img {
	width: 100%;
}
ul.threeBox li .img {
	display: inline;
}
ul.threeBox li:last-child {
	margin-right: auto;
}
ul.threeBox li .txt {
	padding: 10px 10px 30px 10px;
	font-size: 90%;
	line-height: 1.4em;
}
.type_cap {
	width: 50%;
}
}


/* footBtn
------------------------------------------------------------*/
ul.col4 {
  display: flex;
}
ul.col4 li {
  width: calc(100% / 4);
  position:relative;
  font-family: 'Noto Serif Japanese', serif;
}
ul.col4,
ul.col4 li {
  list-style: none;
}
ul.col4 li {
  background: #999;
  text-align: center;
}
ul.col4 li a {
	color: #FFF;
}
ul.col4 li a:hover {
	text-decoration: none;
}

ul.col4 li .txt {
	position: absolute;
	bottom: -30px;
	z-index:2;
	left: 0px;
	right: 0px;
	height: 60px;
	line-height: 55px;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 120%;
}
.footBtnHover {
	transition: 0.5s;
	background-size: 200% auto;
	display: block;
	cursor:pointer;
}
.footBtnHover:hover {
	background-position: right center; /* change the direction of the change here */
}
.footBtnHover {
	background-image: linear-gradient(to right, #ff5a00 0%, #ffba16 51%, #ffba16 100%);
}

ul.col4 li .img {
	z-index:1;
}
@media (max-width: 768px) {
ul.col4 {
  display: block;
}
ul.col4 li {
	width: 100%;
	margin-bottom: 60px;
}
ul.col4 li:last-child {
	margin-bottom: 0px;
}

}


/* フッター
------------------------------------------------------------*/
.footer_before {
	padding-top: 100px;
}
#footer {
	padding-top: 100px;
	padding-bottom: 30px;
	position: relative;
}

.corporatesite {
	position: absolute;
	top: 100px;
	right: 100px;
	z-index:999;
}
.corporatesite a {
	color: #111;
	display: block;
	padding-top: 2px;
	padding-right: 27px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #999;
	background-image: url(../png/blank-2.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.corporatesite a:hover {
	text-decoration: none;
	background-color: #eee;
}

.footmenuArea {
	position:relative;
	overflow:hidden;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

ul.footmenu {
	position:relative;
    left:50%;
    float:left;
    clear: both;
}
ul.footmenu li {
	position:relative;
	right:50%;
	float: left;
	margin-right: 15px;
	line-height: 1em;
	padding-right: 15px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 110%;
}
ul.footmenu li a {
	color: #111;
}
ul.footmenu li:last-child {
	border-right: none;
}

.cp {
	font-size: 80%;
	text-align: center;
}

@media (max-width: 768px) {
.footer_before {
	padding-top: 30px;
}
.corporatesite {
	position: static;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.cp {
	font-size: 70%;
	text-align: center;
}
}


/* ページトップ
------------------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 5px;
	z-index:9999;
}

/* YouTube
------------------------------------------------------------*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.w475 {
	width: 475px;
}
@media (max-width: 768px) {
.w475 {
	width: 100%;
}
}

/* フッター動画
------------------------------------------------------------*/
#movie{
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
}
.buttonBar{
	display:none;
}
#movie{
	background:url(../jpg/foot_btn04.jpg);
	background-size: cover;
}
#movie #cover_mv{
	width:100%;
	height:500px;
	margin-right: auto;
	margin-left: auto;
}

/* ページリンク
----------------------------------------------------*/
#videos2,#videos3 {
	padding:80px 0 0;
    margin:-80px 0 0;
}
