﻿a img {
  display: block;
  margin: auto;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a img:hover {
  opacity: 0.7;
}

.stationery {
  font-size: 15px;
}

.stationery .main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/wp/wp-content/uploads/2018/04/sss_main_ttl_bg.png.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .stationery .main {

    overflow: hidden;
  }
}

.stationery .main-img {
  max-height: 90%;
}

@media only screen and (max-width: 768px) {
  .stationery .main-img {
    margin-left: -5%;
    max-height: initial;
    max-width: initial;
    width: 120%;
  }
}

.stationery .intro {
  background: #f3f3f3;
  line-height: 1.7;
  padding: 20px;
  color: #545454;
}

@media only screen and (max-width: 768px) {
  .stationery .intro {
    padding: 20px 2%;
    text-align: left;
  }
}

.stationery .page-navi {
  margin: 30px auto 20px auto;
}

@media only screen and (max-width: 768px) {
  .stationery .page-navi {
    text-align: center;
  }
}

.stationery .page-navi ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stationery .page-navi ul li {
  margin: 5px;
}

.stationery .page-navi ul li a {
  background: #333333;
  border: 1px solid #d2d2d2;
  color: #fff;
  display: block;
  padding: 10px;
	width: 150px;
}

.stationery .page-navi ul li a:hover {
  text-decoration: none;
}

.stationery .page-navi ul li a:after {
  font-family: FontAwesome;
  content: "\f078";
  display: block;
  font-size: 13px;
  margin: 2px auto 0 auto;
  text-align: center;
}

.stationery .page-navi ul li:first-of-type a:hover {
  opacity: 0.7;
  color: #fff;
}

.stationery .page-navi ul li:last-of-type a:hover {
  opacity: 0.7;
  color: #fff;
}

.stationery-description {
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .stationery-description {
    padding: 10px 2%;
    width: 96%;
  }
	.stationery .page-navi ul li a {
    width: 150px;
	}
}
.stationery-description ul {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stationery-description ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .stationery-description ul li {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}

.stationery-description ul li.internal {
  background: url(/wp/wp-content/uploads/2018/04/sss_internal_icn.png) no-repeat left top #fff;
}

.stationery-description ul li.international {
  background: url(/wp/wp-content/uploads/2018/04/sss_international_icn.png) no-repeat left top #fff;
}

.stationery-description ul li img {
  margin: 30px 0;
}

.stationery-description ul li img + img {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .stationery-description ul li img + img {
    margin: 10px auto;
  }
}

.stationery .feature-items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto 30px auto;
}

@media only screen and (max-width: 768px) {
  .stationery .feature-items {
    width: 96%;
  }
}

.stationery .feature-box {
  border: 1px solid #000;
  height: 100%;
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .stationery .feature-box {
    margin: 0 auto 40px auto;
    width: 100%;
  }
}

.stationery .feature-box h2 {
  color: #fff;
  font-size: 20px;
  line-height: 43px;
  margin: -20px auto 20px auto;
}

.stationery .feature-box:first-of-type h2 {
  border: 1px solid #000;
  background-color: #cccccc;
  color: #000;
  width: 441px;
	position: relative;
}
.stationery .feature-box:first-of-type h2 img{
  vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 5px;
}


@media only screen and (max-width: 768px) {
  .stationery .feature-box:first-of-type h2 {
    background-size: 100% 100%;
  }
	.stationery .feature-box:first-of-type h2 {
	  width: 100%;
		margin-left: -1px;
	}
}

.stationery .feature-box:first-of-type .feature-inner ul span {
  color: #ee6a41;
}

.stationery .feature-box:last-of-type {
  border-color: #000;
}

.stationery .feature-box:last-of-type h2 {
  border: 1px solid #000;
  background-color: #cccccc;
  color: #000;
  width: 441px;
	position: relative;
}
.stationery .feature-box:last-of-type h2 img{
  vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 5px;

}

@media only screen and (max-width: 768px) {
  .stationery .feature-box:last-of-type h2 {
    background-size: 100% 100%;
  }
	.stationery .feature-box:last-of-type h2 {
	  width: 100%;
		margin-left: -1px;
	}
}

.stationery .feature-box:last-of-type .feature-inner ul span {
  color: #57c7f5;
}

.stationery .feature-inner {
  padding: 15px 15px 80px 15px;
  position: relative;
}

.stationery .feature-imgs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stationery .feature-imgs span {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.stationery .feature-imgs li {
  width: 48%;
  font-size: 13px;
	font-weight: bold;
	color: #003366;
}

.stationery .feature-imgs li:last-of-type img {
  width: 200px;
  margin-top: 40px;
}

.stationery .feature-name {
  font-size: 14px;
  height: 45px;
  overflow: hidden;
  text-align: left;
}

.stationery .feature-price {
  bottom: 70px;
  color: #dd1c1c;
  font-size: 20px;
  position: absolute;
  right: 20px;
}

.stationery .feature-price i {
  font-size: 13px;
  font-style: normal;
}

.stationery .feature-btn {
  background: #002F52;
  bottom: 15px;
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 10px 0;
  position: absolute;
  width: calc(100% - 30px);
}

.stationery .feature-btn:hover {
  text-decoration: none;
	opacity: 0.7;
}

.stationery .feature-btn:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 12px;
}

.stationery .item-area {
  margin: 40px auto;
}

@media only screen and (max-width: 768px) {
  .stationery .item-area {
    width: 96%;
  }
}

.stationery .item-area h2 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto 20px auto;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .stationery .item-area h2 {
    font-size: 25px;
  }
}

.stationery .item-area h2 span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  padding: 0 60px;
}

@media only screen and (max-width: 768px) {
  .stationery .item-area h2 span {
    font-size: 17px;
  }
}

.stationery .item-area h2 em {
  display: block;
}

.stationery .item-area:first-of-type h2 {
  background: #000;
  border-bottom: 3px solid #cccccc;
  box-sizing:border-box;
	outline: 2px solid #000; 
}

.stationery .item-area:first-of-type h2 span {
  background: url(/wp/wp-content/uploads/2018/04/sss_design_icn1.png) no-repeat left center, url(/wp/wp-content/uploads/2018/04/sss_design_icn2.png) no-repeat right center;
}

.stationery .item-area:first-of-type li:hover {
  background: #eeeeee;
}

.stationery .item-area:last-of-type h2 {
  background: #000;
}

.stationery .item-area:last-of-type h2 span {
  background: url(/wp/wp-content/uploads/2018/04/sss_func_icn1.png) no-repeat left center, url(/wp/wp-content/uploads/2018/04/sss_func_icn2.png) no-repeat right center;
}

.stationery .item-area:last-of-type li:hover {
  background: #eeeeee;
}

.stationery .item-wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .stationery .item-wrap {
    margin: auto;
    width: 96%;
  }
}

.stationery .item-wrap li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2% 40px 0;
  padding: 15px 15px 110px 15px;
  position: relative;
  width: 23.5%;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .stationery .item-wrap li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .stationery .item-wrap li {

    padding: 5px 5px 110px 5px;
    width: 48%;
  }
}

.stationery .item-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .stationery .item-image {
    height: 150px;
  }
}

.stationery .item-image img {
  display: block;
  max-height: 100%;
}

.stationery .item-name {
  font-size: 15px;
  font-weight: normal;
  height: 90px;
  margin: 5px auto;
  overflow: hidden;
  text-align: left;
}

.stationery .item-name a {
  color: #222;
}

.stationery .item-price {
  bottom: 70px;
  color: #dd1c1c;
  font-size: 19px;
  position: absolute;
  right: 20px;
}

.stationery .item-price i {
  font-size: 13px;
  font-style: normal;
}

.stationery .item-btn {
  background: #002F52;
  bottom: 15px;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 7px 0;
  position: absolute;
  width: calc(100% - 30px);
}

@media only screen and (max-width: 768px) {
  .stationery .item-btn {
    width: calc(100% - 10px);
  }
}

.stationery .item-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.stationery .item-btn:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 17px;
  position: absolute;
  right: 20px;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .stationery .item-btn:after {
    right: 10px;
    top: 9px;
  }
}

.stationery .travel-content {
  margin: 40px auto;
}

@media only screen and (max-width: 768px) {
  .stationery .travel-content {
    width: 96%;
  }
}

.stationery .travel-content h2 {
  background: #eee;
  border-bottom: 2px solid #666;
  color: #725344;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 20px auto;
  padding: 10px;
}

.stationery .travel-content h2:before, .stationery .travel-content h2:after {
  content: none;
}

.stationery .travel-content h3 {
  margin: 0 auto 20px auto;
}

.stationery .travel-content .suitcase-search__term {
  border-top: none;
  padding-bottom: 30px;
}

.stationery .travel-content .suitcase-search__term ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stationery .travel-content .suitcase-search__term ul li {
  margin: 5px;
}

.stationery .travel-content .suitcase-search__type {
  margin: 20px auto;
  padding-bottom: 30px;
}

.stationery .travel-content .suitcase-search__type ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .stationery .travel-content .suitcase-search__type ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.stationery .travel-content .suitcase-search__type ul li {
  margin: 5px;
  width: calc(100% / 6 - 10px);
}

@media only screen and (max-width: 768px) {
  .stationery .travel-content .suitcase-search__type ul li {
    width: 47%;
  }
}

.stationery .feature-bnr h3 {
  background: #eee;
  border-bottom: 2px solid #666;
  color: #725344;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 40px auto;
  padding: 10px;
}

.stationery .feature-bnr ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px auto;
}

.stationery .feature-bnr ul li {
  margin: 0 0 20px 0;
  width: 32%;
	padding: 0;
}
.stationery .feature-bnr ul li:hover{
	background-color: #FFF !important;
	opacity: 0.7;
	} 

@media only screen and (max-width: 768px) {
  .stationery .feature-bnr ul li {
    margin: 10px auto;
    width: 100%;
		padding: 0;
  }
}

@media only screen and (min-width: 769px) {
  .stationery .feature-bnr ul li:nth-of-type(1),
	.stationery .feature-bnr ul li:nth-of-type(2),
	.stationery .feature-bnr ul li:nth-of-type(3),
	.stationery .feature-bnr ul li:nth-of-type(4),
	.stationery .feature-bnr ul li:nth-of-type(5),
	.stationery .feature-bnr ul li:nth-of-type(6){
    margin-left: 1%;
  }
}

.stationery .feature-bnr ul li a {
  color: #003E97;
}

.stationery .feature-bnr ul li img {
  margin: 0 auto 5px auto;
}

@media only screen and (max-width: 768px) {
  .feature-category {
    display: none;
  }
}

.feature-category h3 {
  background: #eee;
  border-bottom: 2px solid #666;
  color: #725344;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 40px auto;
  padding: 10px;
}

.feature-category ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
}

.feature-category ul li {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  background: url(https://www.concise.co.jp/wp/wp-content/uploads/2018/04/feature-cat_st.jpg) no-repeat center center;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
  padding: 20px;
  width: 31%;
}

.feature-category ul li h4 {
  color: #238C00;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto;
  width: 100%;
}

.feature-category ul li h4 span {
  display: block;
  font-size: 15px;
}

.feature-category ul li .feature-category__btn {
  background: #238C00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 70px;
  margin: auto 0 0 0;
  padding: 10px;
  position: relative;
  width: 90%;
}

.feature-category ul li .feature-category__btn:after {
  font-family: FontAwesome;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  content: "\f105";
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 21px;
}

.feature-category ul li .feature-category__btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.feature-category ul li .feature-category__btn:hover:after {
  right: 15px;
}

.feature-category ul li:first-of-type {
  background: url(https://www.concise.co.jp/wp/wp-content/uploads/2018/04/feature-cat_tr.jpg) no-repeat center center;
}

.feature-category ul li:first-of-type h4 {
  color: #D54440;
}

.feature-category ul li:first-of-type .feature-category__btn {
  background: #D54440;
}

.feature-category ul li:last-of-type {
  background: url(https://www.concise.co.jp/wp/wp-content/uploads/2018/04/feature-cat_dr.jpg) no-repeat center center;
}

.feature-category ul li:last-of-type h4 {
  color: #003E97;
}

.feature-category ul li:last-of-type .feature-category__btn {
  background: #003E97;
}
