﻿#_contents {
  width: 880px;
  margin: 0 auto;
  min-height: 80px;
  text-align: left;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
#_contents #catch p {
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 180%;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
#_contents h3 {
  color: #fff;
  font-weight: bold;
  clear: both;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/h_common03.jpg) no-repeat left top;
  font-size: 110%;
  width: 592px;
  display: block;
  padding: 9px 0px 13px 12px;
}
#_contents h4 {
  color: #57910b;
  font-size: 120%;
  font-weight: bold;
  clear: both;
  margin: 0px 10px 0.5em;
}
#_contents h5 {
  color: #333;
  font-size: 100%;
  font-weight: bold;
  clear: both;
  padding: 0px;
  margin: 0px 10px 0.2em;
}
#main #_contents .no_clear {
  clear: none;
}
#_contents p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  margin-right: 10px;
  margin-left: 10px;
}
#_contents p.important {
  color: #ff0000;
}
#_contents p.catch {
  margin-bottom: 0.5em;
}
#_contents p.catch strong {
  font-size: 130%;
  font-weight: bold;
  color: #333333;
}
#_contents .line_btm {
  padding-bottom: 16px;
  background: url(../images/dot01.gif) repeat-x left bottom;
  margin-bottom: 16px;
}
#_contents .line_btm02 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
#_contents ul {
  list-style: inside;
  margin-bottom: 1em;
  margin-right: 10px;
  text-indent: -1.2em;
  padding-left: 4em;
}
#_contents ol {
  list-style: decimal inside;
  text-indent: -1.2em;
  margin-bottom: 2em;
  padding-left: 3em;
  margin-right: 3em;
}
#_contents ol li {
  margin-bottom: 1em;
}
#_contents table {
  border-collapse: collapse;
  clear: both;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
  width: 97%;
  background: #fff;
}
#_contents caption {
  text-align: left;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 115%;
}
#_contents th,
#_contents td {
  border-bottom: solid 1px #00a4dd;
  border-left: 0;
  border-top: 0;
}
#_contents table thead th {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #00ace6;
  padding-top: 5px;
  padding-bottom: 4px;
}
#_contents table tbody th {
  width: 25%;
  text-align: left;
  padding: 8px;
  vertical-align: middle;
  background: #fff;
  font-weight: bold;
}
#_contents table .th_01 {
  width: 10%;
}
#_contents table .th_02 {
  width: 20%;
}
#_contents table .th_03 {
  width: 30%;
}
#_contents table .th_04 {
  width: 40%;
}
#_contents td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
#_contents table p {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}
#_contents form table input {
  width: 408px;
  padding: 12px;
  background: #f2ece7;
  border: 0;
}
#_contents .checkbox_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
#_contents .checkbox_list li {
  float: left;
  height: 30px;
  position: relative;
  margin-right: 40px;
}
#_contents form table input[type="radio"] {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#_contents form table input[type="radio"] + label {
  display: block;
  line-height: 30px;
  padding-left: 40px;
  background: url(../images/bg_checkbox_off.png) no-repeat 0px 0px;
  white-space: nowrap;
  font-size: 110%;
  color: #686868;
}
#_contents form table input[type="radio"]:checked + label {
  background: url(../images/bg_checkbox_on.png) no-repeat 0px 0px;
}
#_contents form table select {
  width: 290px;
  color: #686868;
  padding: 12px;
  background: #f2ece7;
  border: 0;
}
#_contents form table textarea {
  width: 550px;
  color: #686868;
  padding: 12px;
  background: #f2ece7;
  border: 0;
  margin-bottom: 10px;
}
#_contents form table input.half {
  width: 250px;
}
#_contents form table td input + input.half {
  margin-left: 10px;
}
#_contents form table p a.btn_more {
  background: url(../images/arrow02.png) no-repeat left center;
  padding: 0 0 0 15px;
}
#main #_contents form table .left {
  float: left;
  margin-right: 10px;
}
#main #_contents form table p.note {
  line-height: 1.7em;
  float: left;
  margin: 0;
  padding: 3px 0 0 0;
}
#_contents form table#credit_card {
  border-top: none;
}
#_contents form table.credit_card th,
#_contents form table.credit_card td {
  border-top: solid 1px #00a4dd;
}
#_contents form table.credit_card select {
  width: 180px;
}
#main #_contents form table.credit_card .security_code input {
  width: 130px;
  float: left;
  margin-right: 10px;
}
#main #_contents form table.credit_card .security_code p.note {
  font-size: 90%;
  line-height: 1.7em;
  float: left;
  margin: 0;
  padding: 3px 0 0 0;
}
#_contents .btnStd {
  text-align: center;
}
#_contents .btn_consent {
  text-align: center;
}
#_contents .btn_common {
  text-align: center;
}
#_contents #package_order {
  width: 880px;
  margin: 0 auto;
}
#_contents #package_order .btn_order {
  text-align: center;
  margin-bottom: 30px;
}
#_contents #package_order h3 {
  width: auto;
  padding: 0;
  margin: 0;
}
#_contents #package_order .inner {
  padding: 28px 40px 0;
  line-height: 1.8em;
  height: 380px;
}
#_contents #package_order h4 {
  color: #333;
  font-weight: bold;
  font-size: 130%;
  margin: 0 0 0;
}
#_contents #package_order dt {
  font-size: 120%;
  color: #00a4dd;
  font-weight: bold;
  margin-bottom: 5px;
}
#_contents #package_order dd {
  margin-bottom: 20px;
}
#_contents #package_order p {
  margin: 0 0 20px;
}
#_contents #package_order #section_member {
  width: 440px;
  float: left;
  background: #e1f4ff;
}
#_contents #package_order #section_nonmember {
  width: 440px;
  float: right;
  background: #bbe8ff;
}
#_contents #package_order #login_form > dd {
  font-weight: bold;
  color: #4b649b;
  font-size: 120%;
}
#_contents #package_order #login_form input {
  width: 330px;
  padding: 12px;
  border: solid 1px #00a4dd;
}
#_contents #package_order #section_mypage .inner {
  background: #e1f4ff;
  padding: 0 224px 60px;
  height: auto;
  min-height: 380px;
}
#_contents #package_order #section_mypage .inner #login_form input {
  width: 100%;
  box-sizing: border-box;
}
#_contents #package_order #section_mypage h3.bg_bubble {
  text-align: center;
  background: url(../images/bg_bubble.png) no-repeat center top;
  /* height: 134px; */
  padding-top: 78px;
}
h3.bg_bubble {
  text-align: center;
  background: url(../images/bg_bubble.png) no-repeat center top;
  /* height: 134px; */
  padding-top: 78px;
}
#_contents #package_order .area_item {
  border: solid 1px #00a4dd;
  padding: 10px;
  background: #fff;
}
#_contents .defer {
  background: #f9f9f9;
  padding: 40px;
  text-align: center;
}
#_contents .defer em {
  font-size: 150%;
}
#_contents .defer .contactbox {
  width: 100%;
}
#_contents .defer .contactbox .tel {
  width: 60%;
  float: left;
}
#_contents .defer .contactbox .tel img {
  width: 100%;
}
#_contents .defer .contactbox .mail {
  width: 35%;
  float: right;
}
#_contents .defer .contactbox .mail img {
  width: 100%;
}
#_contents .list_caution {
  font-size: 120%;
  font-weight: bold;
  color: #f30;
  margin: 0 0 40px;
}
#_contents #step_list {
  width: 874px;
  margin: 0 auto;
}
#_contents #step_list ol {
  height: 47px;
  list-style: none;
  padding: 0;
  margin: 0 0 27px;
  text-indent: 0;
}
#_contents #step_list.flow01 ol {
  background: url(../images/bg_member_flow_a.png) no-repeat left top;
}
#_contents #step_list.flow02 ol {
  background: url(../images/bg_member_flow_b.png) no-repeat left top;
}
#_contents #step_list.flow03 ol {
  background: url(../images/bg_member_flow_c.png) no-repeat left top;
}
#_contents #step_list li {
  float: left;
  line-height: 47px;
  font-weight: bold;
  color: #00a4dd;
  font-size: 110%;
  margin: 0;
}
#_contents #step_list li:first-child {
  width: 265px;
  padding-left: 17px;
}
#_contents #step_list li:first-child + li {
  width: 267px;
  padding-left: 37px;
}
#_contents #step_list li:first-child + li + li {
  width: 271px;
  padding-left: 67px;
}
#_contents .input_area {
  background: #e1f4ff;
  padding: 20px 40px 30px;
  margin: 0 0 10px;
}
#_contents .input_area h2 {
  width: auto;
  margin-bottom: 20px;
}
#_contents .input_area table {
  width: 100%;
  border: solid 8px #fff;
}
#_contents .input_area p.txt_error {
  margin: 0;
  background: #ff7d7d;
  color: #fff;
  padding: 3px 8px;
  margin-top: 5px;
}
#_contents .input_area p.txt_error:before {
  content: "▲ ";
}
#_contents .index_area {
  background: #e1f4ff;
  padding: 20px 40px 30px;
  margin: 0 0 10px;
}
#_contents .index_area h2 {
  width: auto;
  margin-bottom: 20px;
}
#_contents .index_area ul {
  list-style: none;
  padding: 25px 0 25px 5px;
  margin: 0;
  text-indent: 0;
  background: #fff;
}
#_contents .index_area li {
  width: 365px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  border-bottom: solid 1px #00a4db;
  line-height: 1.8em;
}
#_contents .index_area a {
  outline-style: none;
  display: block;
  /* background: url(../images/arrow03.png) no-repeat left 17px; */
  padding: 15px 20px;
  text-decoration: none !important;
  font-size: 140%;
}
#_contents .index_area a:hover {
  text-decoration: underline !important;
}
#_contents #card_image {
  padding: 20px 12px 8px;
  background: #fff;
}
#_contents #card_image img {
  display: block;
  margin: 0 auto;
}
#_contents #card_image p {
  margin: 0 0 10px;
}
#_contents .area01 #register_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-indent: 0;
  width: 640px;
}
#_contents .area01 #register_list li {
  float: left;
  margin: 0 10px;
}
#_contents form#confirm_form table.credit_card th,
#_contents form#confirm_form table.credit_card td {
  border-top: none;
}
#_contents #confirm_form td {
  font-size: 120%;
  font-weight: bold;
  color: #4b649b;
}
#_contents #image_finish {
  text-align: center;
  padding: 50px 0 0;
  margin: 0 0 50px;
}
#_contents #payment_group {
  background: #fff;
  padding-bottom: 10px;
}
#_contents .ad_same_group {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
#_contents .ad_same_group #image_cardboard {
  position: absolute;
  right: 27px;
  top: 9px;
}
#_contents .ad_same_group h4 {
  font-size: 130%;
  color: #00ace6;
}
#_contents .ad_same_group table {
  border-top: 0;
}
#_contents .ad_same_group table tbody {
  border-top: solid 1px #00a4dd;
}
#_contents #payment_group h3,
#_contents .ad_same_group h3 {
  width: auto;
  padding: 8px 12px;
  background: #00ace6;
  font-size: 130%;
  margin: 0 0 10px;
}
#_contents #payment_group table {
  border-bottom: none;
}
#_contents #payment_group table.credit_card th,
#_contents #payment_group table.credit_card td {
  border-top: none;
  border-bottom: solid 1px #00a4dd;
}
#_contents table#usa_message tbody th {
  vertical-align: top;
}
#_contents table#usa_message th,
#_contents table#usa_message td {
  border-top: none;
  border-bottom: solid 1px #00a4dd;
}
#_contents #credit_info {
  background: #efefef;
  margin: 0 10px 30px;
  padding: 10px 15px;
}
#_contents #credit_info h4 {
  color: #00ace6;
  margin: 0 0 10px;
}
#_contents #credit_info p {
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0;
}
#_contents .area01 {
  margin-bottom: 2em;
  border: 5px solid #00a4dd;
  padding: 50px;
}
#_contents .area01 p,
#_contents .area02 p {
  margin-left: 0;
  padding-left: 0px;
  line-height: 1.8em;
}
#_contents .area01 h4,
#_contents .area02 h4 {
  color: #28a4e5;
  font-size: 125%;
  font-weight: bold;
  clear: both;
  margin-left: 0;
  margin-bottom: 0.5em;
  padding-left: 0px;
}
#_contents .area02 {
  margin-bottom: 2em;
  border: 5px solid #efefef;
  padding: 50px;
}
#_contents .area02 h4 {
  font-size: 140%;
}
#_contents .area02 .inner_txt {
  width: 450px;
  float: left;
}
#_contents .area02 .inner_image {
  width: 300px;
  float: right;
}
#_contents .area03 {
  background: #ffe8e8;
  padding: 20px 40px 20px;
  margin: 0 0 10px;
}
#_contents .area03 h4 {
  color: #ff3333;
  font-size: 140%;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
#_contents .area03 .inner_txt {
  background: #fff;
  padding: 20px;
  text-align: center;
  border: 1px solid #fbbaba;
}
#_contents .area03 p {
  font-size: 110%;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
#_contents table.adjust {
  margin-bottom: 5px;
}
#_contents .adjust_btm {
  margin-bottom: 0;
}
#_contents .adjust_group {
  margin-bottom: 80px;
}
