@charset "utf-8";
/* =======================================
	tool css
========================================== */
/* header
--------------------------------------------------------- */
h1 {
  max-width: 734px;
}
h1::before {
  height: 36px;
  width: 40px;
  margin-left: 10px;
  background: url("../images/tool/icon.png");
  background-size: cover;
}
h1::after {
  height: 36px;
  width: 40px;
  margin-right: 10px;
  background: url("../images/tool/icon.png");
  background-size: cover;
  transform: rotateY(180deg);
}
@media only screen and (min-width: 375px) {
  h1::before {
    height: 9.6vw;
    width: 10.666vw;
    margin-left: 2.666vw;
  }
  h1::after {
    height: 9.6vw;
    width: 10.666vw;
    margin-right: 2.666vw;
  }
}
@media only screen and (min-width: 768px) {
  h1::before {
    height: 61px;
    width: 66px;
    margin-left: 30px;
  }
  h1::after {
    height: 61px;
    width: 66px;
    margin-right: 30px;
  }
}
/* main
--------------------------------------------------------- */
main {
  width: 100%;
}
/* -------------------------------------
	filter-box
------------------------------------- */
.filter-box {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.select-box {
  position: relative;
  overflow: hidden;
  height: 2.125em;
  width: 6.875em;
  margin: 0 7px;
  font-size: 1.6rem;
  background: #fff;
}
.select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  height: 0;
  width: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 6px;
  border-color: #005caa transparent transparent transparent;
}
.select-box select {
  height: 2.125em;
  width: 100%;
  padding: .3em 0 .3em .8em;
  font-size: 1.6rem;
  background: #fff;
  border: 2px solid #666;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
}
.select-box select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 375px) {
  .filter-box {
    margin: 6.666vw 0;
  }
  .select-box {
    margin: 0 1.866vw;
    font-size: 4.266vw;
  }
  .select-box select {
    font-size: 4.266vw;
  }
}
@media only screen and (min-width: 430px) {
  .select-box {
    font-size: 1.8rem;
  }
  .select-box select {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .filter-box {
    margin: 53px 0 56px;
  }
  .select-box {
    margin: 0 39px;
  }
}
/* -------------------------------------
	grid
------------------------------------- */
.grid {
  max-width: 1310px;
  margin: 0 auto;
}
/*---- item ----*/
.item {
  min-height: 200px;
  width: 50%;
  padding: 0 1.2%;
  margin-bottom: 30px;
  text-align: center;
}
.item a {
  color: #333;
}
.item h2 {
  display: inline-block;
  padding: .312em 1.25em .312em;
  margin-top: 1.437em;
  font-size: 1.6rem;
  background: rgba(239, 237, 40, .5);
  line-height: 1.5;
}
.item > div {
  display: none;
}
@media only screen and (min-width: 375px) {
  .item {
    margin-bottom: 8vw;
  }
  .item h2 {
    font-size: 4.266vw;
  }
}
@media only screen and (min-width: 430px) {
  .item h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .item {
    width: 33.3%;
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  .item {
    width: 25%;
  }
}
/*slide*/
.slide {
  max-width: 345px;
  width: 78.8vw;
  margin: 0 auto 21px;
}
.slide p {
  margin: .8em;
  font-size: 1.4rem;
  line-height: 1.5;
}
/*inner*/
h3 {
  margin-bottom: .928em;
  color: #005caa;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #005caa;
  line-height: 1.4;
  text-align: center;
}
.box h3 {
  display: none;
  text-align: center;
}
.box p {
  margin: .5625em 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.box dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5em;
  font-size: 1.6em;
  line-height: 1.4;
}
.box dt {
  display: flex;
  align-items: center;
  height: 1.75em;
  padding: 0 .75em;
  margin-bottom: .75em;
  color: #fff;
  border-radius: 3px;
}
.box dt:nth-of-type(1) {
  background: #6ec80d;
}
.box dt:nth-of-type(2) {
  background: #efa002;
}
.box dd {
  width: calc( 100% - 4.375em);
  margin: .25em 0 .75em .687em;
}
@media only screen and (min-width: 375px) {
  h3 {
    font-size: 7.466vw;
  }
}
@media only screen and (min-width: 460px) {
  h3 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .modaal-container .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .inner > h3 {
    display: none;
  }
  .slide {
    position: relative;
    width: 345px !important;
    margin: 0 0 0 2%;
  }
  .box {
    flex: 1;
    margin-left: 60px;
  }
  .box h3 {
    display: block;
    padding-bottom: .322em;
  }
}
.draggable {
  height: auto !important;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.slick-initialized .slick-slide img { max-height: 320px; height: auto; max-width: 100%; width: auto; 
}
_:-ms-lang(x)::-ms-backdrop, .slick-initialized .slick-slide { position: relative; text-align: center; } 
_:-ms-lang(x)::-ms-backdrop, .slick-initialized .slick-slide img { position: absolute; top: 46%; left: 50%; margin: 0 auto; transform: translate(-50%, -54%); }
_:-ms-lang(x)::-ms-backdrop, .slick-initialized .slick-slide p { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); }
