@charset "utf-8";@charset "UTF-8";
#Area img.bnr {
  margin: 0 auto;
  display: block;
  padding-top: 0%;
}

#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area {
  margin: 0 auto 100px;
  display: block;
  font-family: serif;
}

#Area .imageArea {
  width: 100%;
  margin: 0 auto 0;
}

#Area .imageArea ul.row-fluid {
  width: 100%;
  text-align: left;
  margin: 5% auto 0;
}

#Area .imageArea ul.last {
  margin: 0 auto;
}

#Area .imageArea ul.row-fluid li {
  width: 46%;
}

#Area .btn-area1 {
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}

#Area .btn-area1 ul li.span10 {
  width: 60%;
  margin-left: 20%;
}

#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}
.box01 {
width: 43%;
margin: 0 auto;
margin-top: 80px;
display: flex;
flex-wrap: nowrap;
padding:10px;
margin-right: 30%;
}

.column p{
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 12px;
text-align: left;
margin-left: 10px;
}
.column img {
width: 100px;
text-align: right;
}

.text01 {
font-family: "Noto Sans JP", "游ゴシック", sans-serif;
font-weight:400;
font-size: 15px;
width: 65%;
text-align:center;
margin:0 auto;
margin-top: 80px;
}

.text02 {
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 13px;
text-align: left;
}

.text03 {
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 15px;
text-align:justify;
width:80%;
}

.credit {
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 15px;
margin-top: 10px;
text-align:left;
font-weight: bold;
}

.background01 {
width: 100%;
 background-color: #efefef;
height: 50px;
margin-top:50px;
}

.background01 p{
text-align: center;
font-family:"Futura PT", sans-serif;
font-size: 30px;
font-weight:600;
margin-right: 35px;
}

.box02 {
width: 70%;
margin: 0 auto;
margin-top: 10px;
display: flex;
flex-wrap: wrap;
padding: 40px;
}

.column2 {
width: 50%;
}

.column2 img {
width: 400px;
}

section {
  max-width: 310px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 1.0em;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Futura PT", sans-serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}


.box3 {
    padding-bottom: 5%;
}


/*===============================================
SMP
===============================================*/
@media (max-width: 767px) {

#Area img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    padding: 2% 0% 2% 0%;
}

  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  #Area .btn-area1 {
    width: 90%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
    margin-top: 20%;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }

  #Area .imageArea ul.row-fluid li.mt47 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt95 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt120 {
    margin-top: 12%;
  }

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

.box01 {
width: 95%;
margin: 0 auto;
margin-top: 80px;
display: flex;
flex-wrap: wrap;
padding:0;
}

.column p{
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 13px;
text-align: justify;
}
.column img {
width: 100px;
margin: 0 auto;
}

.text01 {
font-family: "Noto Sans JP", "游ゴシック", sans-serif;
font-weight:400;
font-size: 14px;
text-align:justify;
margin: 0 auto;
margin-top: 40px;
width: 96%;
}

.text02 {
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 14px;
text-align: left;
width:100%;
}

.text03 {
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 14px;
text-align:justify;
margin: 0 auto;
width: 90%;
}

.text04 {
font-family: "Noto Sans JP", "游ゴシック", sans-serif;
font-weight:400;
font-size: 14px;
text-align:justify;
margin: 0 auto;
width: 96%;
}

.credit {
font-family:"Noto Sans JP", "游ゴシック", sans-serif;
font-size: 11px;
text-align:left;
width:90%;
margin: 0 auto;
margin-top: 18px;
margin-bottom: 30px;
}

.background01 {
width: 100%;
 background-color: #efefef;
height: 30px;
margin-top:50px;
}

.background01 p{
text-align: center;
font-family:"Futura PT", sans-serif;
font-size: 18px;
font-weight:600;
margin: 0 auto;
}

.box02 {
width: 100%;
margin: 0 auto;
padding:0;
text-align: center;
display: flex;
flex-wrap: wrap;
}

.column2 {
width:calc(100%/1);
}

.column2 img{
width: 90%;
right: 0;
}

section {
  max-width: 310px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Futura PT", sans-serif;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.box3 {
   padding-top:8%;
   padding-bottom:15%;
}

.icon-center {
margin: 0 auto;
margin-bottom: 0;
margin-top: 40px;
text-align: center;
}
