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

 file name  : point.css
 author     : Ability Consultant
 style info : おすすめの8つのポイント
=================================================================== */
.con_intro, .obj_tab, .con_point .bn {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

.row1 {
  text-align: center;
  letter-spacing: -.5em;
}
.row1 > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.txt_link a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  text-decoration: none !important;
  padding: 0 1em .2em 1em;
  border-bottom: solid 2px #171717;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.txt_link a:before, .txt_link a:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.txt_link a:after {
  content: "";
  margin-left: .5em;
}
.txt_link a:hover {
  color: #bea605 !important;
}
.txt_link a:hover:before {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.txt_link a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  -moz-transition: width 400ms, opacity 400ms;
  -o-transition: width 400ms, opacity 400ms;
  -webkit-transition: width 400ms, opacity 400ms;
  transition: width 400ms, opacity 400ms;
  width: 0;
  background: #bea605;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#contents {
  overflow: hidden;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  text-align: center;
}
.con_intro .txt {
  font-size: 124%;
  font-family: "游明朝 Demibold", "My Yu Mincho Demibold", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    margin-top: .5em;
    font-size: 108%;
    text-align: left;
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------
	.obj_tab,#panel
----------------------------------------------------------- */
.obj_tab {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .obj_tab {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .obj_tab {
    margin-top: 1.5em;
  }
}
.obj_tab li {
  padding: 25px 0;
  color: #635b34;
  border: solid 2px #635b34;
  box-sizing: border-box;
  -moz-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  -webkit-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
  letter-spacing: .1em;
  font-size: 154%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .obj_tab li {
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 1100px) {
  .obj_tab li {
    width: 49.09091%;
  }
  .obj_tab li:nth-child(n+2) {
    margin-left: 1.81818%;
  }
}
@media print {
  .obj_tab li {
    width: 49.09091%;
  }
  .obj_tab li:nth-child(n+2) {
    margin-left: 1.81818%;
  }
}
@media only screen and (max-width: 1099px) {
  .obj_tab li {
    width: 48%;
  }
  .obj_tab li:nth-child(n+2) {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .obj_tab li {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .obj_tab li {
    letter-spacing: normal;
    font-size: 109%;
  }
}
.obj_tab li:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 26px / 2);
  bottom: -26px;
  width: 0;
  height: 0;
  border: solid 13px transparent;
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.obj_tab li.active {
  color: #fff;
  background: #635b34;
}
.obj_tab li.active:after {
  border-top: solid 13px #635b34;
}
.obj_tab li,
.obj_tab a {
  cursor: pointer;
}

#panel {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #panel {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #panel {
    margin-top: 1.5em;
  }
}
#panel > div:not(:first-child) {
  display: none;
}

/* -----------------------------------------------------------
	.con_pnav
----------------------------------------------------------- */
.con_pnav .box_pnav {
  position: relative;
}
.con_pnav .box_pnav .wrp_img {
  max-width: 1900px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.con_bus .con_pnav .box_pnav .wrp_img {
  background: url(../point/images/img_pnav.jpg) no-repeat center top;
  background-size: cover;
}
.con_lei .con_pnav .box_pnav .wrp_img {
  background: url(../point/images/img_pnav_l.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .con_pnav .box_pnav .wrp_img {
    width: 100%;
    height: 500px;
  }
}
@media print {
  .con_pnav .box_pnav .wrp_img {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav .wrp_img {
    height: 38vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img {
    height: 45vw;
  }
}
.con_pnav .box_pnav .wrp_img .tit {
  position: absolute;
  bottom: 160px;
  line-height: 1;
  color: #fff;
  font-size: 185%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav .wrp_img .tit {
    bottom: 11vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img .tit {
    bottom: calc(50% - 5.5em / 2);
  }
}
@media only screen and (min-width: 1100px) {
  .con_pnav .box_pnav .wrp_img .tit {
    left: calc(50% - 1900px / 2 + 450px);
    letter-spacing: .1em;
  }
}
@media print {
  .con_pnav .box_pnav .wrp_img .tit {
    left: calc(50% - 1900px / 2 + 450px);
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 1099px) {
  .con_pnav .box_pnav .wrp_img .tit {
    width: 100%;
    left: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav .wrp_img .tit {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img .tit {
    font-size: 124%;
  }
}
.con_pnav .box_pnav .wrp_img .tit .inner {
  display: inline-block;
  position: relative;
  font-family: "游明朝 Demibold", "My Yu Mincho Demibold", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.con_pnav .box_pnav .wrp_img .tit .inner:before {
  content: '';
  display: block;
  position: absolute;
  left: -0.2em;
  top: -3em;
  width: 1px;
  height: 8.5em;
  background: #fff;
  -moz-transform: rotate(-145deg);
  -ms-transform: rotate(-145deg);
  -webkit-transform: rotate(-145deg);
  transform: rotate(-145deg);
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img .tit .inner:before {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img .tit .inner:before {
    top: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img .tit .inner:before {
    height: 3em;
  }
}
.con_pnav .box_pnav .wrp_img .tit .l {
  display: block;
  color: #edead9;
  font-family: "Cormorant Garamond", serif;
  font-size: 375%;
}
@media only screen and (max-width: 1099px) {
  .con_pnav .box_pnav .wrp_img .tit .l {
    margin-bottom: .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav .wrp_img .tit .l {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_img .tit .l {
    font-size: 219%;
  }
}
.con_pnav .box_pnav .wrp_img .tit i {
  color: #bea605;
  font-size: 146%;
}
.con_pnav .box_pnav #pnav {
  max-width: 1230px;
  width: 90%;
  margin: auto;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav #pnav {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav {
    text-align: left;
  }
}
.con_pnav .box_pnav #pnav li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav #pnav li {
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
  }
  .con_pnav .box_pnav #pnav li:hover {
    transform: translateY(1.5em);
  }
  .con_pnav .box_pnav #pnav li:after {
    position: absolute;
    top: calc(3em + 10px);
    left: 50%;
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
  }
}
@media print {
  .con_pnav .box_pnav #pnav li {
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
  }
  .con_pnav .box_pnav #pnav li:hover {
    transform: translateY(1.5em);
  }
  .con_pnav .box_pnav #pnav li:after {
    position: absolute;
    top: calc(3em + 10px);
    left: 50%;
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
  }
}
@media only screen and (min-width: 1100px) {
  .con_pnav .box_pnav #pnav li {
    width: 10.56911%;
  }
  .con_pnav .box_pnav #pnav li:nth-child(n+2) {
    margin-left: 2.11382%;
  }
}
@media print {
  .con_pnav .box_pnav #pnav li {
    width: 10.56911%;
  }
  .con_pnav .box_pnav #pnav li:nth-child(n+2) {
    margin-left: 2.11382%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav #pnav li {
    width: 21%;
  }
  .con_pnav .box_pnav #pnav li:not(:nth-child(4n+1)) {
    margin-left: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav li {
    width: 48%;
  }
  .con_pnav .box_pnav #pnav li:nth-child(2n) {
    margin-left: 4%;
  }
  .con_pnav .box_pnav #pnav li:nth-child(n+3) {
    margin-top: 6%;
  }
}
.con_pnav .box_pnav #pnav li:nth-child(1):before {
  content: "01";
}
.con_pnav .box_pnav #pnav li:nth-child(2):before {
  content: "02";
}
.con_pnav .box_pnav #pnav li:nth-child(3):before {
  content: "03";
}
.con_pnav .box_pnav #pnav li:nth-child(4):before {
  content: "04";
}
.con_pnav .box_pnav #pnav li:nth-child(5):before {
  content: "05";
}
.con_pnav .box_pnav #pnav li:nth-child(6):before {
  content: "06";
}
.con_pnav .box_pnav #pnav li:nth-child(7):before {
  content: "07";
}
.con_pnav .box_pnav #pnav li:nth-child(8):before {
  content: "08";
}
.con_pnav .box_pnav #pnav li:before {
  color: #e0c408;
  font-style: italic;
  font-family: "Cormorant Infant", serif;
  font-size: 308%;
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav li:before {
    position: absolute;
    left: 0;
    top: calc(30% - 1em / 2);
    font-size: 209%;
  }
}
.con_pnav .box_pnav #pnav li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.con_pnav .box_pnav #pnav li a:after {
  content: '';
  display: inline-block;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  width: calc(15px / 3);
  height: calc(15px / 3);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.con_pnav .box_pnav #pnav li a:hover:after {
  transform: rotate(-135deg) translate(-0.5em, -0.5em);
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav li a {
    display: table;
  }
  .con_pnav .box_pnav #pnav li a > * {
    display: table-cell;
    vertical-align: middle;
  }
  .con_pnav .box_pnav #pnav li a .img {
    width: 24%;
    visibility: hidden;
  }
  .con_pnav .box_pnav #pnav li a:after {
    margin-top: 5vw;
  }
}
.con_pnav .box_pnav #pnav li a .txt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 124%;
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav li a .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav #pnav li a .txt {
    font-size: 100%;
  }
}
.con_pnav .box_pnav .bg {
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 1;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .bg {
    top: 10vw;
  }
}
@media only screen and (min-width: 1100px) {
  .con_pnav .box_pnav .bg {
    height: 770px;
  }
}
@media print {
  .con_pnav .box_pnav .bg {
    height: 770px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav .bg {
    height: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .bg {
    height: 100%;
  }
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
.con_point {
  padding-top: 200px;
  padding-bottom: 150px;
  background: url(../images/common/bg_pattern2.png) repeat top left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point {
    padding-top: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point {
    padding-top: 6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point {
    padding-bottom: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point {
    padding-bottom: 1.5em;
  }
}
.con_point ul {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}
.con_point ul li {
  border: solid 1px #b8c8d1;
}
.con_point ul li:nth-child(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.con_bus .con_point ul li:nth-child(1) .img {
  background: url(../point/images/img_bus_p1.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(2) .img {
  background: url(../point/images/img_bus_p2.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(3) .img {
  background: url(../point/images/img_bus_p3.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(4) .img {
  background: url(../point/images/img_bus_p4.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(5) .img {
  background: url(../point/images/img_bus_p5.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(6) .img {
  background: url(../point/images/img_bus_p6.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(7) .img {
  background: url(../point/images/img_bus_p7.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(8) .img {
  background: url(../point/images/img_bus_p8.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(6) .wrap:nth-child(1) {
  background: url(../point/images/img_bus_p6_1.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(6) .wrap:nth-child(2) {
  background: url(../point/images/img_bus_p6_2.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(6) .wrap:nth-child(3) {
  background: url(../point/images/img_bus_p6_3.jpg) no-repeat center;
  background-size: cover;
}
.con_bus .con_point ul li:nth-child(6) .wrap:nth-child(4) {
  background: url(../point/images/img_bus_p6_4.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(1) .img {
  background: url(../point/images/img_lei_p1.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(2) .img {
  background: url(../point/images/img_lei_p2.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(3) .img {
  background: url(../point/images/img_lei_p3.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(4) .img {
  background: url(../point/images/img_lei_p4.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(5) .img {
  background: url(../point/images/img_lei_p5.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(6) .img {
  background: url(../point/images/img_lei_p6.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(7) .img {
  background: url(../point/images/img_lei_p7.jpg) no-repeat center;
  background-size: cover;
}
.con_lei .con_point ul li:nth-child(8) .img {
  background: url(../point/images/img_lei_p8.jpg) no-repeat center;
  background-size: cover;
}
.con_point ul li p[class*="text_"] {
  background: none !important;
}
.con_point ul li p[class*="text_"][class*="two"] .wrap {
  width: 49.75%;
  height: 100%;
}
.con_point ul li p[class*="text_"][class*="two"] .wrap + .wrap {
  margin-left: .5%;
}
.con_point ul li p[class*="text_"][class*="four"] .wrap {
  width: 50%;
  height: 50%;
}
.con_point ul li p[class*="text_"][class*="sla"] {
  overflow: hidden;
  position: relative;
}
.con_point ul li p[class*="text_"][class*="sla"] .wrap {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_point ul li p[class*="text_"][class*="sla"] .wrap {
    width: 49.5%;
  }
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap {
    margin-left: .5%;
  }
}
.con_point ul li p[class*="text_"][class*="sla"] .wrap:first-child {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .con_point ul li p[class*="text_"][class*="sla"] .wrap:first-child {
    width: 50.42857%;
  }
}
@media print {
  .con_point ul li p[class*="text_"][class*="sla"] .wrap:first-child {
    width: 50.42857%;
  }
}
.con_point ul li p[class*="text_"][class*="sla"] .wrap:first-child .inner .txt {
  left: 0;
  right: auto;
}
.con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap {
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap {
    right: -40px;
    width: 67.85714%;
    transform: skewX(10deg);
  }
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap .inner {
    left: -40px;
    transform: skewX(-10deg);
  }
}
@media print {
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap {
    right: -40px;
    width: 67.85714%;
    transform: skewX(10deg);
  }
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap .inner {
    left: -40px;
    transform: skewX(-10deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap {
    right: -4vw;
  }
  .con_point ul li p[class*="text_"][class*="sla"] .wrap + .wrap .inner {
    left: -4vw;
  }
}
.con_point ul li p[class*="text_"][class*="sla"] .wrap .inner {
  display: block;
  height: 100%;
  position: relative;
}
.con_point ul li p[class*="text_"] .wrap {
  position: relative;
}
.con_point ul li p[class*="text_"] .wrap .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 .5em;
  color: #fff;
  background: rgba(99, 91, 52, 0.5);
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_point ul li p[class*="text_"] .wrap .txt {
    width: 100%;
    box-sizing: border-box;
    font-size: 100%;
  }
}
.con_point ul li .tl {
  position: relative;
}
.con_point ul li .tl .txt {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_point ul li .tl .txt {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .tl .txt {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .tl .txt {
    width: 7em;
    height: 7em;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_point ul li {
    overflow: hidden;
  }
}
@media print {
  .con_point ul li {
    overflow: hidden;
  }
}
.con_point ul li:not(.two) > * {
  width: 50%;
  height: 435px;
}
@media only screen and (max-width: 767px) {
  .con_point ul li:not(.two) > * {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li:not(.two) > * {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li:not(.two) > * {
    height: 50vw;
  }
}
@media only screen and (min-width: 768px) {
  .con_point ul li:not(.two):nth-child(odd) .wrp_txt {
    float: left;
  }
  .con_point ul li:not(.two):nth-child(odd) .img {
    float: right;
  }
  .con_point ul li:not(.two):nth-child(even) .wrp_txt {
    float: right;
  }
  .con_point ul li:not(.two):nth-child(even) .img {
    float: left;
  }
}
@media print {
  .con_point ul li:not(.two):nth-child(odd) .wrp_txt {
    float: left;
  }
  .con_point ul li:not(.two):nth-child(odd) .img {
    float: right;
  }
  .con_point ul li:not(.two):nth-child(even) .wrp_txt {
    float: right;
  }
  .con_point ul li:not(.two):nth-child(even) .img {
    float: left;
  }
}
.con_point ul li:not(.two) .wrp_txt .inner {
  padding: 0 14.28571% 0 21.42857%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li:not(.two) .wrp_txt .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li:not(.two) .wrp_txt .inner {
    padding: 1em 1em 1.5em 2em;
  }
}
.con_point ul li:not(.two) .wrp_txt .point {
  margin-left: -6em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li:not(.two) .wrp_txt .point {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li:not(.two) .wrp_txt .point {
    margin-left: -1em;
  }
}
.con_point ul li.two {
  display: inline-block;
  box-sizing: border-box;
  width: 48.57143%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li.two {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li.two {
    width: 100%;
  }
}
.con_point ul li.two.r {
  margin-left: 2.28571%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li.two.r {
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li.two.r {
    margin-left: 0;
  }
}
.con_point ul li.two .img {
  height: 324px;
}
@media only screen and (max-width: 767px) {
  .con_point ul li.two .img {
    height: 50vw;
  }
}
.con_point ul li.two .wrp_txt {
  height: 245px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_point ul li.two .wrp_txt {
    height: auto;
  }
}
@media only screen and (max-width: 1099px) {
  .con_point ul li.two .wrp_txt {
    text-align: left;
  }
}
.con_point ul li.two .wrp_txt .inner {
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li.two .wrp_txt .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li.two .wrp_txt .inner {
    padding: 1em 1em 1.5em 2em;
  }
}
.con_point ul li .wrp_txt {
  display: table;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt {
    height: auto;
  }
}
.con_point ul li .wrp_txt .inner {
  display: table-cell;
  vertical-align: middle;
}
.con_point ul li .wrp_txt .point {
  color: #bea605;
  line-height: 1;
  letter-spacing: .01em;
}
.con_point ul li .wrp_txt .point span {
  display: inline-block;
  margin-right: .2em;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  font-family: "Dancing Script", cursive;
  font-size: 247%;
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt .point span {
    font-size: 209%;
  }
}
.con_point ul li .wrp_txt .point em {
  font-family: "Cormorant Infant", serif;
  font-size: 570%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li .wrp_txt .point em {
    font-size: 385%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt .point em {
    font-size: 292%;
  }
}
.con_point ul li .wrp_txt h4 {
  font-size: 124%;
  color: #635b34;
  font-size: 170%;
  font-family: "游明朝 Demibold", "My Yu Mincho Demibold", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt h4 {
    font-size: 134%;
  }
}
.con_point ul li .wrp_txt h4 i {
  color: #bea605;
  line-height: 1;
  font-size: 137%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li .wrp_txt h4 i {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt h4 i {
    font-size: 150%;
  }
}
.con_point ul li .wrp_txt .txt {
  margin-top: 25px;
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li .wrp_txt .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt .txt {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 1099px) {
  .con_point ul li .wrp_txt .txt br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt .txt {
    font-size: 109%;
  }
}
.con_point ul li .wrp_txt .btn {
  margin-top: 35px;
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point ul li .wrp_txt .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt .btn {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_point ul li .wrp_txt .btn {
    text-align: center;
  }
}
.con_point ul li .wrp_txt .btn a {
  color: #424242;
}
.con_point .bn {
  padding-top: 70px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .bn {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .bn {
    padding-top: 1.5em;
  }
}

/* -----------------------------------------------------------
	.bn
----------------------------------------------------------- */
