@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/* = contents commoon setting
----------------------------------------------------------------------------- */
/* = ベンダープレフィックスを自動で付与する
----------------------------------------------------------------------------- */
/* = contents setting
----------------------------------------------------------------------------- */
#wrapper {
  padding-top: 136px;
  min-width: 1000px;
}

#wrapper .contents_inside {
  width: 1000px;
  margin: 0 auto;
}

#wrapper .contents_inside .contents_box {
  width: 100%;
  border-bottom: dotted .25pt;
  border-color: #C4c4c4;
  margin-bottom: 20px;
}

#wrapper .contents_inside .contents_box:last-child {
  border: none;
}

#change,
#manage {
  margin-top: -100px;
  padding-top: 125px !important;
}

/* = Title setting
----------------------------------------------------------------------------- */
.main_title h1, .main_title h2 {
  font-size: 1.65em;
  font-weight: bold;
  line-height: initial;
  padding: 15px 0 7.5px;
  padding-left: 15px !important;
  margin-bottom: 7.5px;
  border-bottom: solid 2pt;
  border-color: #1d90cf;
}

.main_title ul {
  clear: both;
  padding: 25px 0;
  margin-bottom: 25px;
  display: block;
}

.main_title ul li {
  float: left;
  padding: 0 25px;
  text-align: center;
  border-left-color: #C4c4c4;
  border-left-style: solid;
  border-left-width: .5pt;
  font-size: .85em;
}

.main_title ul li a {
  text-decoration: underline;
}

.main_title ul li a:hover {
  text-decoration: none;
  color: #1d90cf;
}

.main_title ul li a:before {
  content: "▼";
}

.main_title ul li:last-child {
  border-right-color: #C4c4c4;
  border-right-style: solid;
  border-right-width: .5pt;
}

.sub_title h1, .sub_title h2, .sub_title h3, .sub_title h4 {
  font-size: 1.35em;
  line-height: initial;
  border-left: solid 4pt;
  border-color: #C4c4c4;
  padding-left: 12px;
  margin-bottom: 15px;
  margin-top: 25px;
}

/* = Contents image setting
----------------------------------------------------------------------------- */
.contents_img {
  margin: 40px auto;
  text-align: center;
}

/* = campaign setting
----------------------------------------------------------------------------- */
.campaign_inside {
  margin: 40px auto;
  text-align: center;
}

.campaign_inside figure {
  text-align: center;
}

/* =  CSS　設定(PC) 
----------------------------------------------------------------------------- */
/* = 予約決済ソリューション #13
----------------------------------------------------------------------------- */
.authorization_key {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 20px 40px;
  border: solid 0.5pt #C4c4c4;
  margin: 25px 0;
  background-image: url(/img/output/solution/reservation_key.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
}

.authorization_key .authorization_key_inside h1 {
  font-weight: normal;
  font-size: 0.75em;
}

.authorization_key .authorization_key_inside .authorization_key_inside_box h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #1d90cf;
  line-height: 2.25em;
}

.authorization_contents01 {
    padding: 15px 40px 0;
    background: #f7f8ff;
    margin-bottom: 15px;
}

.authorization_contents01 li {
  padding: 5px 0;
  margin-left: 20px;
  font-weight: bold;
  list-style: disc;
}

.authorization_contents01 li h1 {
  font-size: 1.25em;
  padding-bottom: 5px;
  color: #e4007f;
}

.authorization_contents02 {
    margin-bottom: 15px;
}

.authorization_contents02 ul {
    width: 100%;
}
.authorization_contents02 .authorization_list_main {
    padding: 15px 40px;
    background: #f7f8ff;
    margin-bottom: 15px;
}

.authorization_contents02 ul li img {
  width: 100%;
}

.authorization_contents03 {
  margin: 50px 0;
}

.authorization_contents03 figure {
  text-align: center;
}

.authorization_contents04 {
  display: table;
  vertical-align: top;
}

.authorization_contents04 .authorization_contents04_inside,
.authorization_contents04 figure {
  display: table-cell;
  vertical-align: top;
}

.authorization_contents04 .authorization_contents04_inside {
  width: 80%;
}

.authorization_contents04 .authorization_contents04_inside h1 {
  font-size: 1.25em;
}

.authorization_contents04 .authorization_contents04_inside p:nth-child(3) {
  padding-bottom: 15px;
}

.authorization_contents04 figure {
  text-align: center;
}
/*# sourceMappingURL=authorization.css.map */

.authorization_point {
    margin: 10px 0;
    font-size: 16px;
}
.authorization_text_point {
    font-weight: bold;
    margin: 5px 0;
}

.authorization_list_num li {
    list-style: decimal;
    margin-left: 25px;
}

.authorization_list_common li {
    list-style: disc;
    margin-left: 25px;
}


.authorization_table_contents {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 25px 0;
}

.authorization_table_contents th, 
.authorization_table_contents td {
    border: solid 0.5pt #C4c4c4;
    vertical-align: middle;
    padding: 10px 12px;
    text-align: center;
}

.authorization_table_contents thead tr {
    background-color: #f7f8ff;
    font-weight: bold;
}

.authorization_contents04_faq {
    padding: 0 20px;
    margin-top: 30px;
}

.authorization_contents04_faq ul li {
    position: relative;
    margin-bottom: 25px;
}

.authorization_contents04_faq ul li:before {
    content: 'Q';
    position: absolute;
    display: inline-block;
    background: #1d90cf;
    color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.authorization_contents04_faq ul li .question {
    font-size: 1.15em;
    border-bottom: 0.5pt dotted #1d90cf;
    padding-left: 50px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 35px;
    font-weight: bold;
}

.authorization_contents04_faq ul li .answer {
    margin-left: 50px;
}

.authorization_contents04_faq .authorization_table_contents {
    width: 90%;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 25px 0;
    margin-left: 50px;
    table-layout: fixed;
}

.authorization_contents04_faq .authorization_table_contents th:nth-child(1) {
    width: 45%;
}

.authorization_contents04_faq .authorization_table_contents th:nth-child(2) {
    width: 55%;
}

.authorization_contents04_faq .authorization_table_contents th, 
.authorization_contents04_faq .authorization_table_contents td {
    border: solid 0.5pt #C4c4c4;
    vertical-align: middle;
    padding: 12px 16px;
    text-align: center;
    word-break: break-all;
}

.authorization_contents04_faq .authorization_table_contents td:nth-child(2) {
    text-align: left;
}

.authorization_contents04_faq .authorization_table_contents thead tr {
    background-color: #f7f8ff;
    font-weight: bold;
}