@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.6em; }

strong {
  font-weight: bold; }

em {
  font-style: normal;
  font-weight: normal; }

address {
  margin: 0;
  padding: 0;
  font-style: normal; }

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  list-style-type: decimal; }

li, dt, dd, table {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend, hr {
  display: none; }

ol li {
  zoom: 0; }

.clfix {
  display: inline-table; }
  .clfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0; }

/* Hides from IE-mac \*/
* html .clfix {
  height: 1%; }

.clfix {
  display: block; }

/* End hide from IE-mac */
.txt-m {
  font-size: 86%; }
  .txt-m.bottom {
    margin-bottom: 0.5em; }

/* common */
#header, #container, #footer {
  width: 960px;
  margin: 0 auto; }

#container {
  clear: both; }

#header {
  padding: 20px 0; }
  #header h1 {
    float: left;
    margin-top: 6px;
    margin-bottom: 20px; }
  #header h2 {
    float: right;
    text-align: right;
    font-size: 120%;
    padding-top: 6px;
    margin-bottom: 20px; }

#footer {
  clear: both;
  padding: 0 0 30px; }
  #footer ul {
    border-top: 1px solid #C1C1C1;
    margin: 0;
    padding: 20px 0 15px;
    text-align: center; }
  #footer li {
    display: inline;
    font-size: 86%;
    margin: 0 12px 0 0;
    padding: 0 0 0 15px; }
  #footer p {
    color: #666;
    font-size: 72%;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  #footer p .copyright-year::after {
    content: '2016-2020';
}

/* step */
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  clear: both; }
  .stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 40px;
    padding: 0 40px 0 20px;
    background-color: #BBB;
    box-sizing: border-box;
    color: #FFFFFF; }
    .stepBar .step:before {
      position: absolute;
      left: -15px;
      display: block;
      content: '';
      background-color: #BBB;
      border-left: 4px solid #FFF;
      width: 20px;
      height: 20px; }
    .stepBar .step:after {
      position: absolute;
      left: -15px;
      display: block;
      content: '';
      background-color: #BBB;
      border-left: 4px solid #FFF;
      width: 20px;
      height: 20px;
      top: 0;
      -webkit-transform: skew(30deg);
      transform: skew(30deg); }
    .stepBar .step:before {
      bottom: 0;
      -webkit-transform: skew(-30deg);
      transform: skew(-30deg); }
    .stepBar .step:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .stepBar .step:first-child:before, .stepBar .step:first-child:after {
        content: none; }
    .stepBar .step:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .stepBar .step.current {
      color: #FFF;
      background-color: #73be1e; }
      .stepBar .step.current:before, .stepBar .step.current:after {
        background-color: #73be1e; }
  .stepBar.step2 .step {
    width: 50%; }
  .stepBar.step3 .step {
    width: 32%; }
    .stepBar.step3 .step:first-child {
      width: 36%; }
  .stepBar.step4 .step {
    width: 27%; }
    .stepBar.step4 .step:last-child {
      width: 19%; }
  .stepBar.step5 .step {
    width: 20%; }
  .stepBar br {
    display: none; }

/* 2016062 */
/* 2016062 end */
div.validationTip {
  text-align: right;
  vertical-align: middle;
  padding-left: auto;
  white-space: nowrap;
  font-size: 70%; }

.tipInner {
  border-top: 0;
  border-left: none;
  border-right-width: 2.5px;
  -moz-border-radius: 4px;
  padding: .15em 1em .5em .8em;
  color: #F60;
  font-weight: bold;
  font-size: .8em;
  vertical-align: middle; }

/* parts */
.confirmtxt {
  padding: 20px 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #445531;
  border: 2px solid #88bd4f;
  font-size: 140%;
  border-radius: 5px; }
  .confirmtxt strong {
    color: #5b8b34;
    margin-bottom: 20px;
    display: block;
    font-size: 150%; }
  .confirmtxt .sm {
    font-size: 80%; }

.content h3 {
  background-repeat: no-repeat;
  border-left: 7px solid #609f19;
  border-style: none none none solid;
  clear: both;
  color: #212121;
  /*float: left;*/
  margin: 3em 0 1em 0;
  padding: 0 0 0 8px;
  font-weight: bold;
  font-size: 120%; }
  .content h3.first {
    margin-top: 0; }

.content h4 {
  padding: 0 0 0 8px;
  /*border-left: 7px solid #609f19;
        border-style: none none none solid;*/
  font-weight: bold;
  font-size: 110%;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 14px;
  background: url(../img/arrow.png) no-repeat 0 3px; }

.content h5 {
  font-weight: bold;
  font-size: 100%; }

.input_select {
  background-repeat: no-repeat;
  clear: both;
  color: #212121;
  /*float: left;*/
  margin: 1em 0 1em 0;
  padding: 0;
  font-weight: bold;
  font-size: 120%;
  background-color: #f3faeb;
  border: 1px solid #dbe3cd;
  padding: 5px 5px; }
  .input_select label {
    display: block; }

.f-box {
  border-top: 1px solid #82bb4a;
  border-bottom: 1px solid #82bb4a;
  padding: 10px; }
  .f-box.open {
    background: #FFFBE1; }

.content table.f-table {
  width: 100%;
  border: 1px solid #82bb4a;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 10px; }
  .content table.f-table th {
    border: 1px solid #82bb4a;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 6px; }
  .content table.f-table td {
    border: 1px solid #82bb4a;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 6px; }
    .content table.f-table td td {
      border: none; }
  .content table.f-table th {
    text-align: left;
    width: 12em;
    vertical-align: top;
    border-right: 1px solid #82bb4a; }
  .content table.f-table td {
    border-left: none; }
    .content table.f-table td.open {
      background: #FFFBE1; }
    .content table.f-table td div {
      margin-left: 1.5em;
      margin-top: 0.4em; }
      .content table.f-table td div.js-mail-srv-bl, .content table.f-table td div.js-mail-srv-bl-mod {
        margin-left: 6em; }
  .content table.f-table th .caution {
    background: #FF0004;
    color: #FFFFFF;
    margin-left: 0.5em;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 72%;
    border-radius: 4px;
    position: relative;
    top: -3px;
    white-space: nowrap; }
    .content table.f-table th .caution.inputted {
      background: #BBB; }

.label-caution {
  background: #FF0004;
  color: #FFFFFF;
  margin-left: 0.5em;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 72%;
  border-radius: 4px;
  position: relative;
  top: -3px; }
  .label-caution.inputted {
    background: #BBB; }

.content table.f-table td .caution {
  color: #FF0004;
  font-size: 86%;
  margin-top: 0.5em;
  display: block; }

.input-list-wrap {
  margin-bottom: 10px; }

#sub {
  position: relative;
  display: block; }

.cloud {
  background: #65a126 url(../img/mark.png) no-repeat center 10px;
  color: #FFFFFF;
  padding: 10px;
  padding-top: 120px;
  border-radius: 10px;
  width: 240px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  white-space: nowrap; }
  .cloud p {
    *zoom: 1; }
    .cloud p:after {
      content: "";
      display: table;
      clear: both; }
  .cloud__cost {
    float: right;
    display: inline-block; }
  .cloud__title {
    float: left;
    display: inline-block; }

.cloud--show {
  opacity: 1; }

.cloud.fixed {
  position: fixed;
  top: 10px; }

/*.validationTip , .requiredTip {
	position: relative !important;
	left: auto !important;
	top: auto !important;
}*/
.send-table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  .send-table input {
    color: #6da839;
    background: #FFFFFF url(../img/arr-next.png) no-repeat 10px center;
    font-weight: bold;
    border: 3px solid #6da839;
    border-radius: 35px;
    padding: 15px 0 15px 30px;
    width: 260px;
    font-size: 140%;
    cursor: pointer;
    margin: 0 10px;
    -webkit-transition: .25s;
    transition: .25s; }
    .send-table input:hover {
      background-color: #6da839;
      color: #FFFFFF; }
    .send-table input[disabled] {
      opacity: .5; }
      .send-table input[disabled]:hover {
        background-color: #fff;
        color: #6da839;
        cursor: default; }
  .send-table.close input, .send-table input.back {
    color: #BBB;
    border: 3px solid #BBB; }
  .send-table.close input {
    background-image: url(../img/close.png); }
  .send-table input.back {
    background-image: url(../img/arr-back.png); }
  .send-table.close input:hover, .send-table input.back:hover {
    background-color: #BBB;
    color: #FFFFFF; }

#price #main {
  float: left;
  width: 690px; }

#price #sub {
  float: right;
  width: 240px; }

p.text-info {
  margin: 0;
  font-size: 12px;
  color: #428bca; }

.brsp {
  display: none; }

.box04 {
  text-align: center; }
  .box04.confirm {
    margin-top: 30px;
    color: #CF0003;
    font-size: 140%; }

.box-at {
  padding: 10px;
  border: 2px solid #6da839;
  margin: 30px 0; }

.box-at-title {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.5em; }

.box-at ul {
  margin: 10px 0; }

.box-at li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 5px; }

.box-at .mc-bt-r {
  text-align: right; }

.confirm_text {
  border: 1px solid #a9a9a9;
  background: #fbfbf5;
  padding: 1px 3px;
  box-sizing: border-box;
  display: inline-block; }

.confirm_textarea {
  border: 1px solid #a9a9a9;
  background: #fbfbf5;
  padding: 3px;
  box-sizing: border-box; }

.item-name {
  width: 7em;
  display: inline-block; }

.input_side label {
  float: left;
  display: block;
  margin-right: 15px; }

.provider-table {
  margin-left: 4em; }

#calpop {
  position: relative; }
  #calpop table {
    width: 300px;
    text-align: center;
    float: left;
    margin: 0 20px; }
    #calpop table a {
      color: #333;
      background: #DFE9F7;
      display: block; }
      #calpop table a:hover {
        background: #C0D1E8;
        text-decoration: none; }
    #calpop table .sun {
      color: #FF0004; }
    #calpop table .sat {
      color: #0015FF; }
    #calpop table .end {
      color: #AAA;
      text-decoration: line-through; }
  #calpop .left, #calpop .right {
    position: absolute;
    top: 40%; }
  #calpop .left {
    left: -20px; }
  #calpop .right {
    right: -20px; }

.ui-datepicker-trigger {
  margin-left: 4px; }

/*img.ui-datepicker-trigger {
	opacity: .7;
	vertical-align: middle!important;
	margin-left: 4px;
	border: 1px solid #666;
	padding: 4px;
	border-radius: 4px;
}*/
.caution_text {
  color: #ff0066;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .brsp {
    display: block; }
  #header, #container, #footer {
    width: 100%;
    margin: 0 auto; }
  #header h1 {
    padding: 0 10px;
    padding-right: 0; }
  #header h2 {
    padding: 0 10px;
    padding-left: 0;
    font-size: 72%; }
  #header img {
    height: 29px;
    width: auto; }
  #container #main {
    padding: 10px;
    box-sizing: border-box; }
  #price #main, #price #sub {
    float: none;
    width: 100%; }
  .stepBar br {
    display: block; }
  .stepBar .step {
    line-height: 1.4em;
    padding: 8px 10px 8px 0; }
  .stepBar.step4 .step {
    line-height: 1.8em;
    padding: 10px 8px 10px 0;
    font-size: 10px; }
  .stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -6px;
    display: block;
    content: '';
    background-color: #BBB;
    border-left: 4px solid #FFF;
    width: 9px;
    height: 28px; }
  .stepBar.step4 .step:before, .stepBar.step4 .step:after {
    position: absolute;
    left: -8px;
    display: block;
    content: '';
    background-color: #BBB;
    border-left: 4px solid #FFF;
    width: 12px;
    height: 28px; }
  .stepBar.step4 .step:first-child:before, .stepBar.step4 .step:first-child:after {
    display: none; }
  /* 20160622 */
  /* 20160622 end */
  #price #footer {
    padding-bottom: 80px; }
  #container {
    position: relative; }
  .cloud {
    background-size: 30px auto;
    background-position: 10px center;
    padding-top: 10px;
    padding-left: 70px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0; }
    .cloud.fixed {
      top: auto !important; }
  .content table.f-table th {
    width: 8em; }
    .content table.f-table th .caution {
      margin-left: 0; }
  #calpop table {
    float: none;
    margin: 0 auto;
    box-sizing: border-box; }
  .send-table input {
    margin-bottom: 10px; } }

@media screen and (max-width: 520px) {
  #cstm_no input {
    width: 90%; }
  .content table.f-table th .brsp {
    display: none; }
  #footer li {
    display: block;
    font-size: 86%;
    margin-bottom: 7px;
    text-align: center; }
  .content table.f-table th, .content table.f-table td {
    display: block; }
  .content table.f-table th {
    border-bottom: none;
    width: 100%;
    background: #f5fbf3;
    box-sizing: border-box;
    border-right: none; }
  .content table.f-table td {
    border-left: none; }
    .content table.f-table td input[type="text"], .content table.f-table td textarea {
      width: 100%;
      box-sizing: border-box;
      padding: 7px 5px; }
    .content table.f-table td input[type="text"].w6em {
      width: 6em; }
  .content table.f-table th .caution {
    margin-left: 0.5em; }
  #calpop table {
    width: 100%;
    box-sizing: border-box; }
  #calpop .left, #calpop .right {
    top: 50%; }
  #calpop .left img, #calpop .right img {
    width: 15px;
    height: auto; }
  #calpop .left {
    left: -25px; }
  #calpop .right {
    right: -25px; }
  #footer .brsp, .brpc {
    display: none; } }

/* 160603add */
.morekink {
  display: inline-block;
  background: #65a126;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 5px;
  font-size: 80%;
  border-radius: 4px; }

.term-box-at textarea {
  width: 100%; }

#ac_flg {
  width: auto;
  background: none;
  vertical-align: middle;
  border-color: #666666; }

.agr {
  margin-bottom: 20px; }

.cost-table .cost-table__cost {
  text-align: right;
  padding-right: 20px !important; }

.cost-table .cost-table__label {
  display: none; }

@media screen and (max-width: 520px) {
  .cost-table thead {
    display: none; }
  .cost-table .cost-table__label {
    display: inline;
    float: left; } }

.input_select_area {
  padding-left: 20px; }

.u-padding-0 {
  padding: 0 !important; }

input {
  vertical-align: middle; }
/*# sourceMappingURL=style.css.map */