@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.sp-only {
  display: none !important;
}
.mainCont {
  border-bottom: 12px solid #eeeeee;
}
/* ---------- .bread ---------- */
.bread {
  max-width: 100%;
  background: #f6fafd;
  margin: 0 auto;
}
.bread ul {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
.bread li {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin: 17px auto 13px;
}
.bread li:last-child::after {
  content: '';
}
.bread li a {
  color: #26aaff;
  text-decoration: none;
}
/* ----------- .mainVisual ----------- */
.mainVisual {
  width: 100%;
  height: 474px;
  background: url(../img/main_bg.jpg) no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
}
.mainVisual > div {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
.form {
  display: inline-block;
  width: 276px;
  height: 400px;
  background: url(../img/main_search_box.png) no-repeat;
  margin-top: 10px;
  padding: 30px 34px 40px 28px;
  box-sizing: border-box;
}
.form > img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.form dt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 0 10px;
}
.form #ski_select select, .form #dept_select select {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #333;
  height: 33px;
  padding: 0 0 0 10px;
  background: transparent;
  line-height: 1;
  outline: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
}
.form #ski_select select::-ms-expand, .form #dept_select select::-ms-expand {
  display: none;
}
.form #ski_select dd, .form #dept_select dd {
  position: relative;
  background: #fff;
  width: 215px;
}
.form #ski_select dd::before, .form #dept_select dd::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #c7c7c7 transparent transparent transparent;
  z-index: 0;
}
.form #departureDate {
  padding-bottom: 15px;
  /*  border-bottom: 2px dashed #fff;*/
}
.form #departureDate select {
  display: block;
  float: left;
  font-size: 13px;
  color: #333;
  height: 33px;
  padding: 0 9px 0 9px;
  background: #fff;
  line-height: 1;
  outline: none;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  cursor: pointer;
  box-sizing: border-box;
  width: auto;
}
.form #departureDate input {
  vertical-align: middle;
  float: right;
  margin: 5px 0 0 0;
  outline: none;
}
.formBox form > img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
}
.formBox .ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 4px;
  margin-top: 4px;
  width: 22px;
  cursor: pointer;
}
.form .button {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-top: 5px;
  text-align: center;
  color: #177d7b;
  font-weight: bold;
  padding: 0 0 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  outline: none;
  line-height: 1;
}
.form .button:hover {
  opacity: .8;
}
.form .button input {
  outline: none;
  width: 100%;
}
/* ----------- 追記 ----------- */
.form .button {
  border-bottom: 2px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.form .button:last-child{
  border-bottom: none; 
}
.mv_title {
  display: inline-block;
  width: 470px;
  margin-left: 40px;
  vertical-align: top;
  position: relative;
}
.mv_title .main_img01 {
  width: auto;
  display: block;
  margin-top: 15px;
}
.mv_title .main_img02 {
  position: absolute;
  bottom: -165px;
  right: -275px;
}
.mv_title .main_txt01 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 10px;
}
.mv_title .main_txt02 {
  font-size: 12px;
  line-height: 1.5;
  padding-right: 10px;
}
/* ---------- #news ---------- */
#news {
  display: block;
  width: 1000px;
  /*height: 320px;*/
  margin: 0 auto 40px;
  overflow: hidden;
}
#news h3 {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 40px;
}
#news h3::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 20px;
  background: url('../img/news_icon.png') no-repeat;
  position: relative;
  top: 2px;
  left: -10px;
}
#news p {
  font-size: 14px;
  color: #916230;
  text-align: center;
  margin: 10px 0 30px;
}
#news a {
  /*display: block;
  float: left;
  transition: .2s;*/
  text-decoration: underline;
}
#news a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#news a:nth-of-type(1) {
  margin-bottom: 16px;
}
#news a:nth-of-type(2) {
  margin-right: 20px;
}
/* ---------- #rank ---------- */
#rank {
  background: #e5e5e5 url('../img/snow_bg.png');
}
#rank .rank_inner {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#rank h3 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px 85px;
  position: relative;
}
#rank h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#rank h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#rank h3 span {
  display: inline-block;
  margin-right: 40px;
}
#rank ul {
  display: block;
  margin: 25px 0 0;
}
#rank li {
  display: block;
  color: #3c3c3c;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px 12px;
}
#rank li img {
  display: inline-block;
  vertical-align: middle;
}
#rank li:nth-child(4) img, #rank li:nth-child(5) img {
  padding: 10px;
}
#rank li p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
  margin-left: 3px;
}
#rank li .rank_btn {
  float: right;
  position: relative;
  top: 3px;
}
#rank li a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  width: 160px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-right: 8px;
  padding: 10px 35px 10px 25px;
  background: #27cab9;
  box-shadow: 2px 2px 0px 0px #47aba1;
  border-radius: 2px;
  position: relative;
  transition: 0.2s;
  box-sizing: border-box;
}
#rank li a:last-of-type {
  margin-right: 0;
}
#rank li a:hover {
  background: #44b4a9;
}
#rank li a::after {
  display: inline-block;
  content: "";
  top: 23px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#rank li a span {
  display: inline-block;
  font-size: 17px;
  margin-top: 2px;
}
/* ---------- #recommend ---------- */
#recommend {
  background: #4adadd url('../img/snow_bg.png');
}
#recommend .recommend_inner {
  background: -moz-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
  background: -webkit-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
  background: linear-gradient(to bottom, rgba(74, 218, 221, 0.7), transparent);
}
#recommend .recommend_inner2 {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#recommend h2 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #fff;
  margin-bottom: 30px;
  padding: 15px 20px 15px 85px;
  position: relative;
}
#recommend h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#recommend h2::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#recommend h2 span {
  display: inline-block;
  margin-right: 20px;
}
#recommend h3 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #fff;
  margin-bottom: 30px;
  padding: 15px 20px 15px 85px;
  position: relative;
}
#recommend h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#recommend h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#recommend h3 span {
  display: inline-block;
  margin-right: 20px;
}
#recommend ul {
  /*display: block;*/
  display: flex;
  font-weight: 400;
}
#recommend li {
  /*display: inline-block;*/
  line-height: 1.5;
  display: flex;
}
#recommend li a {
  display: block;
  float: left;
  width: 185px;
  margin-right: 11px;
  padding: 11px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  position: relative;
}
#recommend li a::before {
  display: inline-block;
  content: "";
  width: 51px;
  height: 25px;
  background: url('../img/ribbon_morning.png') no-repeat;
  position: absolute;
  top: 6px;
  left: -7px;
}
#recommend li a:hover {
  opacity: .8;
}
#recommend li:last-child a {
  margin-right: 0;
}
#recommend li img {
  width: 100%;
}
#recommend li a p:first-of-type {
  /*font-size: 13px;*/
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin: 10px 0;
  font-weight: 700;
}
#recommend li a p:last-of-type {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #cf0000;
  background: #d6fbf3;
  padding: 7px 0;
  text-decoration: none;
  text-align: center;
}
#recommend li a p span.subtext {
  font-size: 14px;
}
/*----------  #from----------  */
#from {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0;
}
#from h3 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #f0efe8;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 15px 20px 15px 85px;
  position: relative;
}
#from h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#from h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#from .from_map {
  display: inline-block;
  width: 600px;
  height: 600px;
  position: relative;
}
#from .from_map ul {
  width: 550px;
  height: 600px;
  background: url('../img/map_kanto.png') no-repeat right bottom;
}
#from .from_map li {
  display: inline-block;
  height: 80px;
  position: absolute;
}
#from .from_map li.tokyo {
  top: 340px;
  left: 0;
}
#from .from_map li.kanagawa {
  top: 465px;
  left: 63px;
}
#from .from_map li.kanagawa div {
  width: 176px;
}
#from .from_map li.kanagawa div a:last-child {
  width: 89px;
}
#from .from_map li.saitama {
  top: 240px;
  left: 50px;
}
#from .from_map li.saitama div {
  width: 256px;
}
#from .from_map li.chiba {
  top: 400px;
  left: 380px;
}
#from .from_map li.chiba p {
  height: 112px;
}
#from .from_map li.chiba div {
  width: 176px;
  height: 112px;
}
#from .from_map li.ibaraki {
  top: 200px;
  left: 380px;
}
#from .from_map li.ibaraki div {
  width: 176px;
}
#from .from_map li.tochigi {
  top: 115px;
  left: 100px;
}
#from .from_map li.tochigi div {
  width: 101px;
}
#from .from_map li.miyagi {
  top: 65px;
  left: 280px;
}
#from .from_map li.miyagi div {
  width: 101px;
}
#from .from_map li.miyagi a {
  margin-top: 17px;
}
#from .from_map p {
  display: block;
  float: left;
  background: #57afb4;
  text-align: center;
  width: 30px;
  height: 80px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#from .from_map span {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#from .from_map div {
  display: block;
  float: left;
  width: 332px;
  height: 80px;
  padding: 10px;
  background: rgba(144, 224, 229, 0.5);
  vertical-align: top;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
}
#from .from_map a {
  display: block;
  float: left;
  font-size: 15px;
  width: 73px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #288085;
  background: #fff;
  padding: 5px 7px 5px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 0px 0px rgba(13, 3, 7, 0.2);
  box-sizing: border-box;
  position: relative;
  margin: 0 5px 7px 0;
  transition: 0.2s;
}
#from .from_map a:hover {
  opacity: .8;
}
#from .from_map a::before {
  display: inline-block;
  content: "";
  top: 10px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #57afb4;
  border-right: 1px solid #57afb4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#from .from_map li.tokyo a:nth-of-type(3) {
  margin-right: 50px;
}
#from .from_list {
  display: inline-block;
  width: 360px;
  margin: 35px 0 0 10px;
  padding: 20px 25px;
  background: #e4fbff;
  border: 4px solid #57afb4;
  border-radius: 8px;
  box-sizing: border-box;
  vertical-align: top;
}
#from .from_list li {
  margin-bottom: 30px;
}
#from .from_list li:last-of-type, #from .from_list li:nth-last-of-type(2) {
  display: block;
  float: left;
  margin-bottom: 0;
}
#from .from_list li:last-of-type {
  width: 35%;
}
#from .from_list li:nth-last-of-type(2) {
  width: 60%;
  margin-right: 5%;
}
#from .from_list p {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #178187;
  border-bottom: 1px solid #cfdadc;
}
#from .from_list a {
  display: inline-block;
  font-size: 13px;
  color: #404040;
  margin-right: 15px;
  padding: 5px 5px 5px 12px;
  text-decoration: none;
  position: relative;
}
#from .from_list a::before {
  display: inline-block;
  content: "";
  top: 8px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #87aa38;
  border-right: 1px solid #87aa38;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  transition: 0.2s;
}
#from .from_list a:hover::before {
  left: 3px;
}
#from .from_list a:nth-of-type(4) {
  margin-right: 0;
}
#from .from_btn {
  display: block;
  height: 70px;
  background: #f0f0f0;
  margin-top: 35px;
  padding: 26px 32px;
}
#from .from_btn li {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
}
#from .from_btn li:last-child {
  margin-right: 0;
}
#from .from_btn a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #16c1f6;
  padding: 12px 50px;
  border-right: 23px solid #13a9d7;
  border-radius: 6px;
  box-shadow: 3px 3px 0px 0px rgba(104, 168, 213, 1.0);
  box-sizing: border-box;
  position: relative;
  transition: 0.2s;
}
#from .from_btn a:hover {
  background: #13a9d7;
}
#from .from_btn a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 21px;
  background: url('../img/snow_icon.png') no-repeat;
  position: absolute;
  top: 23px;
  left: 18px;
}
#from .from_btn a::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: -14px;
}
#from .from_btn a span {
  display: inline-block;
  font-size: 15px;
  margin-top: 2px;
}
/* ----------- #reason ----------- */
/*#reason {
  display: block;
  background: #f0f0f0;
  padding: 55px 0 70px;
}
#reason h3 {
  display: block;
  width: 1000px;
  margin: 0 auto 30px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px 85px;
  position: relative;
  box-sizing: border-box;
}
#reason h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#reason h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#reason .reason_inner {
  display: block;
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0 50px 80px;
  box-sizing: border-box;
}
#reason .reason_inner img {
  vertical-align: top;
}
#reason .reason_inner img:first-of-type {
  margin-right: 85px;
}
#reason .reason_inner img:nth-of-type(2) {
  margin-top: 10px;
}
#reason .reason_inner img:nth-of-type(3) {
  margin-top: 20px;
  margin-right: 30px;
}
#reason .reason_inner img:nth-of-type(4) {
  margin-top: 40px;
}*/
/* ----------- #reason02 ----------- */
#reason02 {
  display: block;
  background: #f0f0f0;
  padding: 55px 0 70px;
}
#reason02 h3 {
  display: block;
  width: 1000px;
  margin: 0 auto 30px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px 85px;
  position: relative;
  box-sizing: border-box;
}
#reason02 h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#reason02 h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#reason02 .reason_inner {
  display: block;
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 2% 1% 0% 1%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#reason02 .reason_inner .reason_box {
  width: calc(45%);
  height: 500px;
  margin-bottom: 100px;
}
#reason02 .reason_inner .reason_box p {
  text-align: center;
}
#reason02 .reason_inner .reason_box h4 {
  line-height: 2.2;
}
#reason02 .reason_inner .reason_box h4:nth-child(1), #reason02 .reason_inner .reason_box h4:nth-child(4) {
  margin-bottom: 10px;
}
#reason02 .reason_inner .reason_box h4 span {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 5px solid #1eb9ee;
}
#reason02 .reason_inner .reason_box h5 {
  font-size: 12px;
}
/* ---------- #article ---------- */
#article {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#article h3 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #f0efe8;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 15px 20px 15px 85px;
  position: relative;
  margin-bottom: 30px;
}
#article h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#article h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#article h3 span {
  display: inline-block;
  margin-right: 20px;
}
#article ul {
  height: 780px;
}
#article li {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#article li:nth-child(4n) {
  margin-right: 0;
}
/*#article li:last-of-type {
  margin-right: 0;
}*/
#article a {
  display: inline-block;
  text-decoration: none;
  width: 235px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  transition: 0.5s;
}
#article a:hover {
  opacity: .8;
}
#article p {
  color: #000000;
}
#article .atc_txt01 {
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 10px;
  line-height: 1.4;
}
#article .atc_txt02 {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
/* ----------- #other ----------- */
#other {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
#other h3 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: #f0efe8;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 15px 20px 15px 85px;
  position: relative;
  margin-bottom: 30px;
}
#other h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 15px;
}
#other h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 47px;
}
#other .other_img01 {
  display: block;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  transition: .2s;
}
#other .other_img01:hover {
  opacity: .8;
}
#other .other_img01:nth-of-type(3n) {
  margin-right: 0;
}
#other p {
  clear: both;
  font-size: 13px;
  color: #2c2c2c;
  background: #f0f0f0;
  margin: 180px 0 50px;
  padding: 25px 20px;
  line-height: 1.4;
}
#other div {
  text-align: right;
}
#other .other_img02 {
  display: inline-block;
}