table.company {
    width: 80%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-family:"kokoro";
    font-weight: bold;
    font-size: 16px;
}

table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #92c64e;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #efefef;
    font-weight: normal;
    font-size: 18px;
}

table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}
    .r1 {
    text-align: right;
    }

table.company2 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-family:"kokoro";
    font-weight: bold;
    font-size: 16px;
}

table.company2 th,
table.company2 td {
    padding: 10px;
}

table.company2 th {
    background: #92c64e;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #efefef;
    font-weight: normal;
    font-size: 22px;
}

table.company2 td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

.parallax { background-attachment: fixed !important;
}

.oldie .parallax, .ie9 .parallax { background-attachment: static !important;
}

.parallax1 { width: 100%; height: 415px; background-image: url(../img/top.jpg);
}

.parallax2 { width: 100%; height: 250px; background-image: url(../img/4.jpg);
}

.parallax3 { width: 100%; height: 250px; background-image: url(../img/3.jpg);
}

.parallax4 { width: 100%; height: 250px; background-image: url(../img/2.jpg);
}

.parallax5 { width: 100%; height: 250px; background-image: url(../img/1.jpg);
}

.parallax6 { width: 100%; height: 250px; background-image: url(../img/0.jpg);
}

.parallax7 { width: 100%; height: 250px; background-image: url(../img/sea.jpg);
}

.parallax8 { width: 100%; height: 250px; background-image: url(../img/footer.jpg);
}

.answer_box　{
     width:80%;
}

.answer_box　{
    float: left;
}

p.name　{
     font-size: 14px;
     color: #fff;
     margin:0;
    　text-align: right;
}


#arrow_answer　{
    　background: #85e249;
}

#arrow_answer:before　{
     content: "";
     position: absolute;
     top: 0px;
     margin-left: 0;
     display: block;
     width: 30px;
     height: 30px;
     z-index: -1;
}

#arrow_answer:before　{
     right: -10px;
     background: #85e249;
     border-radius: 30px 0;
}


#arrow_answer:after {
     content: "";
     position: absolute;
     top: -10px;
     margin-left: 0px;
     display: block;
     width: 25px;
     height: 25px;
     background: none repeat scroll 0% 0% #6f92c0;
     z-index: -1;
}

#arrow_answer:after {
     right: -12px;
     border-radius: 30px 0px;
     transform: rotate(20deg);
}

.question1 {
     position: relative;
     display: inline-block;
     padding: 5%;
     width: 88%;
     font-size: 13px;
     margin-left:3%;
     margin-top: 3px;
     margin-bottom: 35px;
     color: #000;
     border-radius: 10px;
    box-shadow: 0px 4px 5px -5px #282828;
    background: #dcdcdb;

}

.answer1 {
     position: relative;
     display: inline-block;
     padding: 5%;
     width: 88%;
     font-size: 13px;
     margin-left:3%;
     margin-top: 3px;
     margin-bottom: 10px;
     color: #000;
     border-radius: 10px;
    box-shadow: 0px 4px 5px -5px #282828;
    background: #bef18c;
}

.question2 {
     position: relative;
     display: inline-block;
     padding: 5%;
     width: 88%;
     font-size: 13px;
     margin-left:3%;
     margin-top: -20px;
     margin-bottom: 25px;
     color: #000;
     border-radius: 10px;
    box-shadow: 0px 4px 5px -5px #282828;
    background: #dcdcdb;

}

.answer2 {
     position: relative;
     display: inline-block;
     padding: 5%;
     width: 88%;
     font-size: 13px;
     margin-left:3%;
     margin-top: 10px;
     margin-bottom: 45px;
     color: #000;
     border-radius: 10px;
    box-shadow: 0px 4px 5px -5px #282828;
    background: #bef18c;
}


.box {
  text-align: center;
  position: relative;
  margin: 40px auto;
  width: 100%;
  height: 110%;
  background: #fff;
  border-radius: 2px;
}

.box::before,
.box::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.7);
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.box::before {
  left: 15px;
  -webkit-transform: skew(-5deg) rotate(-5deg);
      -ms-transform: skew(-5deg) rotate(-5deg);
          transform: skew(-5deg) rotate(-5deg);
}

.box::after {
  right: 15px;
  -webkit-transform: skew(5deg) rotate(5deg);
      -ms-transform: skew(5deg) rotate(5deg);
          transform: skew(5deg) rotate(5deg);
}

.box:hover::before,
.box:hover::after {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.box:hover::before {
  left: 5px;
}

.box:hover::after {
  right: 5px;
}

img.miniimage { display: none; }

/* ▼表示領域が600px以上の場合 */
@media screen and (min-width: 600px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 599px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

img.miniimage {
   max-width: 300px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
   text-align: center;
}

p.resizeimage img { width: 100%; }

h3 {
  font-family: "Open Sans";

  font-weight: Normal;
  fontcolor: #fffffe;
  text-rendering: optimizeLegibility;
  padding-top: 0.8em;
  line-height: 1.0em;
  padding-bottom: 0.8em;
}

article {
  padding-top: 60px;
  margin-top: -60px;
}


/* ▼表示領域が600px以上の場合 */
@media screen and (min-width: 777px) {
   img.respons  { display: block; } /* 表示 */
}
/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 776px) {
   img.respons  { display: none; }  /* 非表示 */
}



#wrapper{
  background: #efefef;
}


#footer {
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: "Open Sans";
  background: black;
}

#parallax {
height:100vh;
overflow-x:hidden;
overflow-y:auto;
  -webkit-perspective:300px;
  -moz-perspective:300px;
  -ms-perspective:300px;
  -o-perspective:300px;
  perspective:300px;
}

.layer-fore {
  -webkit-transform:translateZ(90px) scale(.7);
  -moz-transform:translateZ(90px) scale(.7);
  -ms-transform:translateZ(90px) scale(.7);
  -o-transform:translateZ(90px) scale(.7);
  transform:translateZ(90px) scale(.7);
z-index:4;
}

.layer-base {
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translateZ(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
z-index:3;
}

.layer-back {
  -webkit-transform:translateZ(-300px) scale(2);
  -moz-transform:translateZ(-300px) scale(2);
  -ms-transform:translateZ(-300px) scale(2);
  -o-transform:translateZ(-300px) scale(2);
  transform:translateZ(-300px) scale(2);
z-index:2;
}

.layer-deep {
  -webkit-transform:translateZ(-600px) scale(3);
  -moz-transform:translateZ(-600px) scale(3);
  -ms-transform:translateZ(-600px) scale(3);
  -o-transform:translateZ(-600px) scale(3);
  transform:translateZ(-600px) scale(3);
z-index:1;
}


.navbar ul li > a {
  font-weight: bold;

}


@media screen and (max-width: 480px) {

.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.company {
  width: 96%;
}

.question1,
.question2 {
    padding: 0%;
    width: 98%;
    margin-left: 1%;
}
.question1 h3,
.question2 h3 {
  font-size: 19px;
  padding: 15px;
}
.answer1,
.answer2 {
    padding: 4%;
    width: 98%;
    font-size: 13px;
    margin-left: 1%;
}
.answer1 h4,
.answer2 h4 {
  font-size: 20px;

}
.answer2 li {
  font-size: 16px;
}
.tab-nav > li {
  margin: 0 auto;
}
.tab-nav > li > a {
  padding: 0 10px;
}
#footer .row {
  color: #fff;
}
.btn.pretty.secondary {
    margin: 0 auto 20px !important;
    display: block;
}



}