@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/*----------------------------------------------------
	washington-net(title・caption・txt)
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :rule.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
	-----------------------------------------------------------*/
.con_info {
  margin: 40px auto 0 !important;
  width: 100%;
  max-width: 1180px;
}
@media only screen and (max-width: 767px) {
  .con_info {
    max-width: 96%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
	.con_index
	 会員利用規約索引
	 ----------------------------------------------------*/
.con_index {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_index {
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .con_index {
    width: auto;
  }
}
.con_index .box_index ul {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_index .box_index ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_index .box_index ul {
    justify-content: center;
  }
}
.con_index .box_index ul li {
  width: 24%;
  width: 24%;
  margin: .5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_index .box_index ul li {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .con_index .box_index ul li {
    width: auto;
  }
}
.con_index .box_index ul li a {
  text-decoration: none !important;
}
.con_index .box_index ul li a .no {
  width: 100%;
  text-align: center;
  padding: 5px 0px 0;
  font-size: .9em;
}
.con_index .box_index ul li a .no span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #f1bf4b;
  color: #1d236d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.con_index .box_index ul li a .title {
  text-align: center;
  padding: 0px 0 5px;
  font-size: 1.1em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .con_index {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 30px;
  }
  .con_index .box_index {
    padding: 0 15px;
  }
  .con_index .box_index .btn_deployment {
    width: 100%;
    background: #f8e8c4;
    padding: 15px 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #413210;
    font-size: 1.1em;
    font-weight: bold;
  }
  .con_index .box_index .btn_deployment span {
    margin-right: 5px;
  }
  .con_index .box_index ul {
    display: none;
  }
  .con_index .box_index ul li a {
    color: #413210;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E4DDCD;
  }
  .con_index .box_index ul li a .no {
    width: 100%;
    text-align: center;
    padding: 5px 0px 0;
    font-size: .9em;
  }
  .con_index .box_index ul li a .no span {
    display: inline-block;
    padding: 2px 10px;
    background-color: #f1bf4b;
    color: #1d236d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .con_index .box_index ul li a .title {
    text-align: center;
    padding: 0px 0 5px;
    font-size: 1.1em;
    font-weight: bold;
  }
  .con_index .box_index ul:hover {
    text-decoration: none;
    background-color: #f8e8c4;
  }
}
/*----------------------------------------------------
	.con_rule
	 会員利用規約
	 ----------------------------------------------------*/
.con_rule {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .con_rule {
    max-width: 96%;
    margin: 0 auto;
  }
}
.con_rule .box_rule {
  margin-bottom: 35px;
  margin-top: -80px;
  padding-top: 80px;
}
.con_rule .box_rule ul li {
  padding: 0 20px 15px;
  vertical-align: bottom;
  overflow: hidden;
  display: flex;
}
.con_rule .box_rule ul li .no {
  width: 30px;
  font-size: 1.1em;
}
.con_rule .box_rule ul li .txt {
  text-align: left;
  width: 100%;
}
.con_rule .cau_amazon {
  padding-left: 20px;
}
.con_rule .cau_de {
  text-align: right;
}

.st_style {
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 1.5rem;
}

.btn_basic a {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  border-radius: 100vh;
  border: 1px solid #4181CD;
  color: #4181CD;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    padding: 0.5rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .btn_basic a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    font-size: 93%;
  }
}
.btn_basic a::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Ionicons";
  content: "\f3d3";
}
.btn_basic a:hover {
  color: #fff;
  background-color: #4181CD;
}
