@charset "UTF-8";
/* CSS Document */
/*
セクション間余白
----------------------------------------------------------- */
section {
  padding: 0;
}

/*
Page Top
----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop a {
  background-color: #008bd5;
}
.btm_fix{
  background: #fafafa;
  background: rgba(255, 255, 255, 0.8);
}
.pagetop{
  bottom: 115px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 65px;
  }
}

/*
Header
----------------------------------------------------------- */
header {
  background-color: #000;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0 15px 5px;
}
header .logo {
  max-width: 40%;
}
header h1 {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .container {
    padding: 10px;
    align-items: center;
  }
  header .logo {
    max-width: 50%;
  }
  header h1 {
    font-size: 10px;
    line-height: 1;
  }
}

/*
MV
----------------------------------------------------------- */

/*
sec01
----------------------------------------------------------- */
.sec01 ul {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.sec01 li {
  padding-left: 5px;
  padding-right: 5px;
}
.sec01 li p {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/*
sec02
----------------------------------------------------------- */
/*
sec03
----------------------------------------------------------- */
/*
sec04
----------------------------------------------------------- */
/*
sec05
----------------------------------------------------------- */
.sec05 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
}
.sec05 li {
  padding-left: 5px;
  padding-right: 5px;
}
.sec05 p{
	font-size: 16px;
}
.box{
	padding: 15px 20px;
	border: 1px #c9caca solid;
}
@media screen and (max-width: 767px) {
.box{
	padding: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
.sec05 h2{
	text-align: left;
	}
}
.cl-red{
	color: #e60012;
	font-weight: bold;
}
.sec05 a:link {
	color: #000;
}
.sec05 h2 a{
	color: #e60012!important;
}
/*
Footer
----------------------------------------------------------- */
footer{
  background-color: #595757;
  padding: 10px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 12px;
  }
}