@charset "UTF-8";
/** @format */
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.coloring {
  /* ヘッダーのキャラクターのサイズ*/
}
.coloring .contents_header .header_charactor {
  width: 15.6%;
  margin: -15% 0 0 42.42%;
}
.coloring .coloring_box {
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -js-display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin: 0 auto 30px;
  padding-top: 5%;
  /*--- ボタンの設定 ---*/
}
.coloring .coloring_box a:link {
  color: #000;
}
.coloring .coloring_box a:visited {
  color: #000;
}
.coloring .coloring_box a:hover {
  color: #e60000;
}
.coloring .coloring_box a:active {
  color: #e60000;
}
.coloring .coloring_box .item {
  position: relative;
  width: 45%;
  margin: 0.5% auto 4%;
  padding: 1%;
  border-radius: 5%;
  text-align: center;
}
.coloring .coloring_box .item img {
  width: 80%;
  border: 0.1em solid #cccccc;
}
.coloring .coloring_box .btn_Area {
  width: 90%;
  margin: 1rem auto;
}
.coloring .coloring_box .btn_Area .basic_btn {
  border-radius: 2rem;
  background-color: #00a8f4;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  padding: 0.5rem 0;
}
@media all and (max-width: 1024px) {
  .coloring .coloring_box {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 30px;
    padding-top: 5%;
  }
  .coloring .coloring_box a:link {
    color: #000;
  }
  .coloring .coloring_box a:visited {
    color: #000;
  }
  .coloring .coloring_box a:hover {
    color: #e60000;
  }
  .coloring .coloring_box a:active {
    color: #e60000;
  }
  .coloring .coloring_box .item {
    position: relative;
    width: 45%;
    margin: 0.5% auto 4%;
    padding: 1%;
    border-radius: 5%;
    text-align: center;
  }
  .coloring .coloring_box .item img {
    width: 100%;
    border: 0.1em solid #cccccc;
  }
}
@media all and (max-width: 640px) {
  .coloring .coloring_box {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 30px;
    /*--- ボタンの設定 ---*/
  }
  .coloring .coloring_box a:link {
    color: #000;
  }
  .coloring .coloring_box a:visited {
    color: #000;
  }
  .coloring .coloring_box a:hover {
    color: #e60000;
  }
  .coloring .coloring_box a:active {
    color: #e60000;
  }
  .coloring .coloring_box .item {
    position: relative;
    width: 80%;
    margin: 0.5% auto 4%;
    padding: 1%;
    border-radius: 5%;
    text-align: center;
  }
  .coloring .coloring_box .item img {
    width: 70%;
    border: 0.1em solid #cccccc;
  }
  .coloring .coloring_box .btn_Area {
    width: 70%;
    margin: 1rem auto;
  }
  .coloring .coloring_box .btn_Area .basic_btn {
    border-radius: 4rem;
    background-color: #00a8f4;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin: 2rem auto;
    padding: 2rem 0;
  }
}
@media all and (max-width: 320px) {
  .coloring .coloring_box {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 30px;
  }
  .coloring .coloring_box a:link {
    color: #000;
  }
  .coloring .coloring_box a:visited {
    color: #000;
  }
  .coloring .coloring_box a:hover {
    color: #e60000;
  }
  .coloring .coloring_box a:active {
    color: #e60000;
  }
  .coloring .coloring_box .item {
    position: relative;
    width: 80%;
    margin: 0.5% auto 4%;
    padding: 1%;
    border-radius: 5%;
    text-align: center;
  }
  .coloring .coloring_box .item img {
    width: 70%;
    border: 0.1em solid #cccccc;
  }
}/*# sourceMappingURL=coloring.css.map */