@charset "utf-8";

/* ==================================================
content
================================================== */
#content {
  width: 100%;
}


/* mv
-------------------------------------------------- */
#mv {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-width: 1300px;
  /*min-width: 100%;*/
  height: 260px;
  padding-top: 10px;
  background: #F6F6F6;
}
#mv .innerWrap {
  position: relative;
  left: 50%;
}
#mv__lists {
}
.mv__list {
  width: 700px;
}
.mv__list img {
  display: none;
  width: 100%;
}
#mv .bx-wrapper {
  margin: 0 auto;
  position: relative;
}
#mv .bx-wrapper img {
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#mv .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: auto;
  background: none;
}
#mv .bx-wrapper .bx-viewport .mv__link:hover,
#mv .bx-wrapper .bx-viewport .mv__link:hover img {
  opacity: .7;
}

#mv__prev {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -362px;
  z-index: 2;
  background: url(/assets/img/common/mv_icon_prev.png) no-repeat center center;
}
#mv__next {
  position: absolute;
  right: 50%;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -382px;
  z-index: 2;
  background: url(/assets/img/common/mv_icon_next.png) no-repeat center center;
}
.mv__controls a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#mv__prev:hover,
#mv__next:hover {
  opacity: .7;
}

#mv__pager .bx-pager {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  padding-top: 0;
  text-align: center;
}
#mv__pager .bx-pager-item {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 3px;
}
#mv__pager .bx-pager.bx-default-pager a {
  display: block;
  width: 100%;
  height: 100%;
  background: #cfd6df;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#mv__pager .bx-pager.bx-default-pager a.active {
  background: #11335e;
}

#mv .bx-loading {
  background-image: url(/assets/img/common/bx_loader.gif);
  z-index: 3;
}



/* topinformation
-------------------------------------------------- */
#topinformation {
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}
#topinformation p {
	font-size: 24px;
	line-height: 40px;
}
#topinformation a {
	text-decoration: underline;
}



/* howto
-------------------------------------------------- */
#howto {
  background: #fff;
}
.howtoMain {
  border-bottom: 1px solid #F6F6F6;
}
.howtoMain__lists {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.howtoMain__list {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  border-left: 1px solid #F6F6F6;
}
.howtoMain__list:first-child {
  border-left: none;
}
.howtoMain__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 47px 0 56px;
  color: #333;
  background: #fff;
}
.howtoMain__img {
  margin-bottom: 20px;
}
.howtoMain__title {
  display: table;
  margin: 0 auto 24px;
}
.howtoMain__title .sub {
  display: table-cell;
  padding-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  letter-spacing: 5px;
}
.howtoMain__title .main {
  display: table-cell;
  padding-right: 10px;
  font-size: 32px;
  vertical-align: middle;
  letter-spacing: 8px;
}
.howtoMain__title:after {
  content: "";
  display: table-cell;
  width: 11px;
  height: 100%;
  vertical-align: middle;
  background: url(/assets/img/top/howto_arrow.png) no-repeat center center;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.howtoMain__text {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.6;
}

.howtoMain__link:hover {
  color: #fff;
  background: #11335E;
}
.howtoMain__link:hover .howtoMain__title:after {
  background-image: url(/assets/img/top/howto_arrow_on.png);
}

.howtoSub {
  padding: 20px 0;
}
.howtoSub .innerWrap {
  max-width: 1020px;
  font-size: 0;
  text-align: center;
  zoom: 1;
}
.howtoSub .innerWrap:after {
  content: "";
  display: block;
  clear: both;
}
.howtoSub__heading {
  display: inline-block;
  width: 550px;
  height: 100px;
  margin-bottom: 20px;
  padding-left: 120px;
  text-align: left;
  vertical-align: top;
  background: url(/assets/img/top/howto_line_icon.png) no-repeat 10px 10px;
}
.howtoSub__title {
  display: inline-block;
  padding-top: 10px;
  padding-right: 30px;
  font-size: 32px;
  color: #333;
  letter-spacing: 6px;
  line-height: 1.8;
  background: url(/assets/img/top/howto_arrow.png) no-repeat center right;
}
.howtoSub__title a {
  color: #333;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.howtoSub__title a:hover {
  opacity: .7;
}
.howtoSub__text {
  font-size: 14px;
}
.howtoSub__step {
  display: inline-block;
  width: 450px;
  vertical-align: top;
}
.howtoSub__step img {
  width: 100%;
}



/* shop
-------------------------------------------------- */
#shop {
	width:100%;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #F6F6F6;
	margin: 0 auto;
	padding: 100px 0;
}
#shop a:hover {
	opacity: 0.7;
}
#shop .flex-container {
	max-width: 1300px;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	flex-wrap:wrap;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#shop .flex-item {
	width: 25%;
	background-color: #fff;
}

#shop .flex-item img{
	width: 96%;
  margin: 4px 0;
}
#shop h2 {
	font-size: 26px;
	padding-bottom: 40px;
	margin: 0;
}



/* results
-------------------------------------------------- */
#results {
  min-width: 1300px;
  padding: 50px 0 20px;
  background: #F6F6F6;
}
.results__heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.results__heading .main {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  color: #525252;
}
.results__heading .main .month {
  font-size: 38px;
}
.results__heading .sub {
  display: block;
  font-size: 12px;
  color: #555;
}
.resultsSec {
  margin-bottom: 30px;
}
.resultsSec__heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #545454;
}
.resultsSec__heading img {
  width: 30px;
  margin-right: 15px;
  vertical-align: middle;
}
.resultsSec__lists {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.resultsSec__list {
  float: left;
}
.resultsSec__link {
  display: block;
  width: 213px;
  height: 100%;
  padding: 10px 0 15px;
  font-size: 13px;
  color: #000;
  text-align: center;
  background: #fff;
  border-left: 1px solid #F6F6F6;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.resultsSec__link:hover {
  opacity: .7;
}
.resultsSec__list:first-child .resultsSec__link {
  border-left: none;
}
.resultsSec__img {
  margin-bottom: 15px;
}
.resultsSec__text1 {
  display: block;
  height: 16px;
  margin-bottom: 3px;
  padding: 0 15px;
  text-align: left;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resultsSec__text2 {
  display: block;
  height: 16px;
  margin-bottom: 3px;
  padding: 0 15px;
  text-align: left;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resultsSec__text3 {
  display: block;
  height: 16px;
  margin-bottom: 3px;
  padding: 0 15px;
  text-align: left;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resultsSec__cost {
  display: block;
  /*height: 16px;*/
  padding: 0 15px;
  margin-bottom: 3px;
  color: #D7142A;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
}



/* column
-------------------------------------------------- */
#column {
  min-width: 1300px;
  padding: 50px 0 40px;
  background: #fff;
}
.column__heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.column__heading .main {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  color: #525252;
}
.column__heading .sub {
  display: block;
  font-size: 12px;
  color: #555;
}
.column__heading .link {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.column__heading .link a {
  font-size: 14px;
  color: #555;
}
.column__heading .link a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(/assets/img/common/icon_list.png) no-repeat center center;
  background-size: 12px 12px;
}
.column__heading .link a:hover {
  opacity: .7;
}

.column__lists {
  margin-left: -10px;
  zoom: 1;
}
.column__lists:after {
  content: "";
  display: block;
  clear: both;
}
.column__list {
  float: left;
  width: 420px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.column__link {
  color: #555;
}
.column__link * {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.column__link:hover * {
  opacity: .7;
}
.column__img {
  margin-bottom: 20px;
}
.column__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}
.column__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  text-decoration: underline;
}
.column__text {
  font-size: 13px;
  line-height: 1.6;
}


/* info
-------------------------------------------------- */
#info {
  min-width: 1300px;
  padding: 30px 0 50px;
  background: #F6F6F6;
}
#info .innerWrap {
  position: relative;
}

#info .heading {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #555;
  border-bottom: 1px solid #ddd;
}
.info_listLink {
  position: absolute;
  right: 0;
  top: 5px;
}
.info_listLink a {
  font-size: 14px;
  color: #555;
}
.info_listLink a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(/assets/img/common/icon_list.png) no-repeat center center;
  background-size: 12px 12px;
}
.info_listLink a:hover {
  opacity: .7;
}


.infoList {
  margin-bottom: 18px;
  font-size: 0;
}
.infoLink:hover {
  opacity: .7;
}
.infoLink span {
  display: inline-block;
  color: #333;
  vertical-align: top;
}
.infoList__date {
  width: 90px;
  font-size: 12px;
  line-height: 18px;
}
.infoList__cate {
  width: 90px;
  margin-right: 10px;
  padding: 3px 0;
  font-size: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #BCBCBC;
}
.infoList__text {
  width: 1090px;
  font-size: 12px;
  line-height: 18px;
}

