@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : vog.css
 author     : Ability Consultant
 style info : お客様の声
=================================================================== */
.con_news {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1330px) {
  .con_news {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_news {
    width: 97.2%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_news {
    width: 93.75%;
    padding: 0;
  }
}

.con_news:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .con_news {
    margin-top: 7%;
  }
}
.con_news #main {
  float: left;
  width: 75%;
  padding-right: 3.55556%;
  border-right: 1px solid #dcdcdc;
}
.con_news #main .txt_int {
  font-size: 116%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_news #main .txt_int {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_news #main .txt_int {
    font-size: 100%;
  }
}
.con_news #main > .txt {
  margin-top: 35px;
}
.con_news #main > .txt span {
  font-size: 154%;
}
@media only screen and (max-width: 640px) {
  .con_news #main > .txt {
    margin-top: 4%;
  }
}
.con_news #main .box_news li {
  border-bottom: 1px solid #dcdcdc;
}
.con_news #main .box_news li a {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_news li a {
    padding: 2.5% 0;
  }
}
.con_news #main .box_news li a .date {
  margin-left: 3.55556%;
  width: 96.44444%;
  margin-bottom: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_news li a .date {
    margin-bottom: 2%;
  }
}
.con_news #main .box_news li a .photo {
  float: left;
  width: 17.95556%;
  margin-left: 3.55556%;
  text-align: center;
}
.con_news #main .box_news li a .box_voi {
  width: 66.66667%;
  margin-left: 2.22222%;
  float: left;
}
.con_news #main .box_news li a .box_voi > div {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_news li a .box_voi > div {
    margin-bottom: 3%;
  }
}
.con_news #main .box_news li a .box_voi > div .ic {
  vertical-align: top;
  width: 8.26667%;
  float: left;
}
.con_news #main .box_news li a .box_voi > div .box_txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 89.33333%;
  float: right;
}
.con_news #main .box_news li a .box_voi > div .box_txt span {
  display: block;
}
.con_news #main .box_news li a .box_voi > div .box_txt span.st {
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 116%;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: .3em 1em;
  color: #000;
  font-weight: 600;
  text-align: left;
  background: #f5f1ee;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_news li a .box_voi > div .box_txt span.st {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_news #main .box_news li a .box_voi > div .box_txt span.st {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_news li a .box_voi > div .box_txt span.st {
    font-size: 100%;
  }
}
.con_news #main .box_news li a .box_voi > div .box_txt span.st:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -.9em;
  margin-top: -.7em;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: .8em 1.8em .8em 0;
  border-color: transparent #f5f1ee transparent transparent;
}
.con_news #main .box_news li a .box_voi > div .box_txt span.txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con_news #main .box_news li a:after {
  width: 2.31111%;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -17px;
  content: "";
  background: url(../news/images/ic_news.png) no-repeat center;
  background-size: 100% auto;
}
.con_news #main .box_news li a:hover {
  background: #f8f5f2;
}
.con_news #main .box_news li a .box_news > div .ic {
  vertical-align: middle;
}
.con_news #main .box_news li a .box_news > div .news_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 116%;
  padding: .3em 1em;
  font-weight: 600;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_news #main .box_news li a .box_news > div .news_title {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_news li a .box_news > div .news_title {
    font-size: 100%;
  }
}
.con_news #main .box_pager {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .con_news #main .box_pager {
    margin-top: 4%;
  }
}
.con_news #main .box_pager .pager {
  letter-spacing: -.4em;
  text-align: right;
}
.con_news #main .box_pager .pager li {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1;
  margin-left: .3em;
  margin-bottom: .3em;
}
.con_news #main .box_pager .pager li:first-child {
  margin-left: 0;
}
.con_news #main .box_pager .pager li a {
  display: block;
  text-align: center;
  padding: .5em .8em;
  border: 1px solid #dcdcdc;
}
.con_news #main .box_pager .pager li.active a, .con_news #main .box_pager .pager li:hover a {
  background: #005285;
  color: #fff;
  text-decoration: none;
}
.con_news #main .box_pager .pager li.pre {
  margin-right: 1em;
}
.con_news #main .box_pager .pager li.nex {
  margin-left: 1.3em;
}
.con_news #side {
  float: right;
  width: 18.33333%;
}
.con_news #side h3 {
  background: #005285;
  font-size: 139%;
  color: #fff;
  text-align: center;
  padding: .8em 0;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 25px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_news #side h3 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 640px) {
  .con_news #side h3 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_news #side h3 {
    margin-bottom: 3%;
  }
}
.con_news #side .box_side h4 {
  margin-bottom: 10px;
}
.con_news #side .box_side h4:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .35em;
  color: #005285;
}
.con_news #side .box_side h4 span {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .con_news #side .box_side h4 {
    margin-bottom: 2%;
  }
}
.con_news #side .box_side h4.active:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .35em;
}
.con_news #side .box_side ul {
  display: none;
  margin-bottom: 25px;
  padding: 0 1.5em;
}
@media only screen and (max-width: 640px) {
  .con_news #side .box_side ul {
    margin-bottom: 3%;
  }
}
.con_news #side .box_side ul li {
  line-height: 2.3;
}
@media only screen and (max-width: 831px) {
  .con_news #main {
    float: none;
    width: 100%;
  }
  .con_news #main .box_pager .pager {
    text-align: center;
  }
  .con_news #side {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
}

/* -----------------------------------------------------------
	新着詳細　.page_det
----------------------------------------------------------- */
.con_detail #main {
  padding-right: 0;
  border-right: 0;
}
.con_detail #main .con_det {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  border: 1px solid #dcdcdc;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_detail #main .con_det {
    padding: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det {
    padding: 3%;
  }
}
.con_detail #main .con_det h3 {
  font-weight: 100;
}
.con_detail #main .con_det h3 .date {
  width: 100%;
  margin-bottom: 17px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 .date {
    margin-bottom: 2.5%;
  }
}
.con_detail #main .con_det h3 > div {
  letter-spacing: -.4em;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 > div {
    margin-bottom: 3%;
  }
}
.con_detail #main .con_det h3 > div .ic {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 7.55556%;
  margin-right: 0.88889%;
}
.con_detail #main .con_det h3 > div .box_txt {
  width: 88%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding: 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_detail #main .con_det h3 > div .box_txt span {
  display: block;
  font-size: 108%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_detail #main .con_det h3 > div .box_txt span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 > div .box_txt span {
    font-size: 100%;
  }
}
.con_detail #main .con_det h3 > div .box_txt span.st {
  width: 100%;
  display: inline-block;
  color: #000;
  font-weight: 600;
  text-align: left;
  z-index: 0;
  font-size: 139%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_detail #main .con_det h3 > div .box_txt span.st {
    font-size: 131%;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 > div .box_txt span.st {
    font-size: 116%;
  }
}
.con_detail #main .con_det h3 > div .box_txt span.txt {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 > div .box_txt span.txt {
    margin-top: 2%;
  }
}
.con_detail #main .con_det h3.title_voi > div .ic {
  margin-right: 4.44444%;
  vertical-align: top;
}
.con_detail #main .con_det h3.title_voi > div .box_txt {
  position: relative;
  vertical-align: top;
  background: #f5f1ee;
  padding: 1em 2em;
}
.con_detail #main .con_det h3.title_voi > div .box_txt:after {
  content: "";
  position: absolute;
  top: 1.5em;
  left: -1.5em;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: .8em 1.8em .8em 0;
  border-color: transparent #f5f1ee transparent transparent;
}
.con_detail #main .con_det h3 .title {
  font-size: 170%;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_detail #main .con_det h3 .title {
    font-size: 154%;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 .title {
    font-size: 124%;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det h3 .title {
    margin-bottom: 2%;
  }
}
.con_detail #main .con_det .box_det {
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det .box_det {
    margin-top: 4%;
  }
}
.con_detail #main .con_det .box_det a {
  word-wrap: break-word;
}
.con_detail #main .con_det .box_det .photo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det .box_det .photo {
    margin-bottom: 4%;
  }
}
.con_detail #main .con_det .box_det .photo .caption {
  display: block;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det .box_det .photo .caption {
    margin-top: 1%;
  }
}
.con_detail #main .con_det .box_det > .txt {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .con_detail #main .con_det .box_det > .txt {
    margin-bottom: 4%;
  }
}
.con_detail #main .con_det .box_det > .txt .red {
  color: #d10000;
}
.con_detail #main .con_det .box_det > .txt .strong {
  font-weight: 600;
  font-size: 129%;
}
.con_detail #main .con_det .box_det .box_double {
  overflow: hidden;
}
.con_detail #main .con_det .box_det .box_double .photo {
  width: 49%;
  float: right;
}
.con_detail #main .con_det .box_det .box_double .photo:first-child {
  float: left;
}
.con_detail #main .con_det .box_det .box_tribble {
  overflow: hidden;
}
.con_detail #main .con_det .box_det .box_tribble .photo {
  width: 32.2%;
  float: left;
  margin-left: 1.7%;
}
.con_detail #main .con_det .box_det .box_tribble .photo:first-child {
  margin-left: 0;
}
.con_detail #main .con_det .box_det .box_random {
  letter-spacing: -.4em;
}
.con_detail #main .con_det .box_det .box_random .photo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 1.5%;
}
@media only screen and (max-width: 1022px) {
  .con_detail #main .con_det .box_det .box_random {
    overflow: hidden;
  }
  .con_detail #main .con_det .box_det .box_random .photo img {
    width: 100%;
  }
}
.con_detail #main .con_det table {
  width: 100%;
}
.con_detail #main .box_pager .pager {
  text-align: center;
}
.con_detail #main .box_pager .pager li a {
  background: #fbfaf8;
}
