﻿/*common////////////////////////////////*/
small,.small {
  font-size: 70%;
  /*font-weight: 400;*/
  padding: 0;
  margin: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
a:hover {
  color: #72a7bf;
}

/*Java Script///////////////////////////*/
/*pege-top------------------------------*/
.page-top {
  color: #5c5c5c;
  position: fixed;
  bottom: 15px;
  right: 10px;
  padding: 0px;
  z-index: 1;
  /*background: #fff;
  border: 1px solid aqua;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;*/
}
/*arrow/////////////////////////////////*/
.linkArrow {
  background-image: url(../../images/common/arrow/arrowA.png);
  background-position:98% center ;
  background-repeat: no-repeat;*/
}
/*line//////////////////////////////////*/
.tL {
  border-bottom: 1px solid #418aa3;
}
.tLA {
  width: auto;
  border-bottom: 1px solid rgba(79, 146, 155, 0.3);
}
.Bdot {
  border-bottom: 3px dotted #e5e5e5;
}

/*shadow////////////////////////////////*/



/* ////////////////////////////////
 * ◇ Border
 * ///////////////////////////// */

/* ////////////////////////////////
 * ◇ Spacer
 * ///////////////////////////// */

/* ////////////////////////////////
 * ◇ Color
 * ///////////////////////////// */

/* ////////////////////////////////
 * ◇ Background Color
 * ///////////////////////////// */
/* ////////////////////////////////
 * ■ text-shadow
 * ///////////////////////////// */
/* ////////////////////////////////
 * ■ box-shadow
 * ///////////////////////////// */
.shadow0 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.shadow0_w_inset{
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  /*filter: Alpha(Opacity=80); /* 透明度(文字含む)　IE向け　50＝50％ */
  /*-moz-opacity: 0.8; /* 透明度(文字含む)　Firefox向け　0.5＝50％ */
  /*opacity: 0.8; /* 透明度(文字含む)　safari、Opera向け　0.5＝50％ */
}
/* -----------------
 *  ▶ shadow 1
 * -------------- */
.shadow1 {
  box-shadow: 0 10px 6px -6px #777;
}
/* -----------------
 *  ▶ shadow 2
 * -------------- */
.shadow2 {
  z-index: 0;
  position: relative;
}
.shadow2:before, .shadow2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: auto;/*300px;*/
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.shadow2:after {
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}
/* -----------------
 *  ▶ shadow 2a
 * -------------- */
.shadow2a {
  z-index: 0;
  position: relative;
}
.shadow2a:before, .shadow2a:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: auto;/*300px;*/
  background: #000;
  box-shadow: 0 15px 10px #000;
  transform: rotate(-3deg);
}
.shadow2a:after {
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}
/* -----------------
 *  ▶ shadow 3
 * -------------- */
.shadow3 {
  position: relative;
}
.shadow3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
/* -----------------
 *  ▶ shadow 4
 * -------------- */
.shadow4 {
  position: relative;
}
.shadow4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}
/* -----------------
 *  ▶ shadow 5
 * -------------- */
.shadow5 {
  position: relative;
}
.shadow5:before, .shadow5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 35px 20px #777;
  transform: rotate(-8deg);
}
.shadow5:after {
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
/* -----------------
 *  ▶ shadow 6
 * -------------- */
.shadow6 {
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow6:before, .shadow6:after {
  content:"";
  position:absolute;
  z-index:-1;
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:50%;
  bottom:0;
  left:10px;
  right:10px;
  border-radius:100px / 10px;
}
/* -----------------
 *  ▶ shadow 6a
 * -------------- */
.shadow6a {
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.shadow6a:before, .shadow6a:after {
  content:"";
  position:absolute;
  z-index:-1;
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:50%;
  bottom:0;
  left:10px;
  right:10px;
  border-radius:100px / 10px;
}
/* -----------------
 *  ▶ shadow 7
 * -------------- */
.shadow7 {
  position:relative;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow7:before, .shadow7:after {
  content:"";
  position:absolute;
  z-index:-1;
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:0;
  bottom:0;
  left:10px;
  right:10px;
  border-radius:100px / 10px;
}
.shadow7:after {
  right:10px;
  left:auto;
  transform:skew(8deg) rotate(3deg);
}
/* -----------------
 *  ▶ shadow 7a
 * -------------- */
.shadow7a {
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3),0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.shadow7a:before, .shadow7a:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}
.shadow7a:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}
/* -----------------
 *  ▶ shadow 8
 * -------------- */
.shadow8 {
  position:relative;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow8:before, .shadow8:after {
  content:"";
  position:absolute;
  z-index:-1;
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:10px;
  bottom:10px;
  left:0;
  right:0;
  border-radius:100px / 10px;
}
.shadow8:after {
  right:10px;
  left:auto;
  transform:skew(8deg) rotate(3deg);
}
/* -----------------
 *  ▶ shadow 8a
 * -------------- */
.shadow8a {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.shadow8a:before, .shadow8a:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px / 10px;
}
.shadow8a:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}





          /*
 *
 *　テスト・チェック用　CSS
 *
 */

/*xs*/
@media screen and (min-width: 0px) and (max-width : 575px) {}

/*sm*/
@media screen and (min-width: 576px) and (max-width : 767px) {}

/*md*/
@media screen and (min-width: 768px) and (max-width : 991px) {}

/*lg*/
@media screen and (min-width: 992px) and (max-width : 1199px) {}

/*xl*/
@media screen and (min-width : 1200px) {}

/* chrome safari opera */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sample {
        background-color: gray;
    }
}*/
/* Firefox */
/*@-moz-document url-prefix() {
    .sample {
        background-color: orange;
    }
}*/
/*
 *
 *　テスト・チェック用　CSS
 *
 */

/*header////////////////////////////////*/
/*navigation----------------------------*/
/*-- text --*/
/* - end -- */
/* -------------- */
  /*.container {
    min-width: 992px !important;
  }*/
