@charset "UTF-8";
.hidden {
  overflow: hidden;
  height: 0; }
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
input, textarea {
  padding: 0;
  background-color: inherit;
  border: none;
  outline: none; }
input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f5f5 inset;
}
input{
	width: 280px;
	border: none;
	padding: 10px 0;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 11px;
	letter-spacing: 0.075em;
	font-weight: 600;}

/**
 * main
 * -----------------------------------------------------------------------------
 */
body main {
    padding-bottom: 160px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
.page-contact h3 {
	font-size:16px!important;
	padding-bottom:35px;}
.page-contact main #contact .c_wrap dl dt {
	font-family: YuMincho, Yu Mincho, serif;!important;
    vertical-align: top;
    line-height: 20px;
	font-size:15px!important;
    margin-bottom:3px;}
.page-contact main article .c_wrap {
	width:96%!important;
	margin:0;
	text-align: left;}
body main a.banner, body main button.banner {
    display: block;
    width: 100%;
    padding: 0;
    max-width: 200px;
    overflow: hidden;
    position: relative;
	top:-50px;
	margin-left: 250px;
    color: #000;
    background: #000;
    border: 1px solid #949393;
    z-index: 0;
    font-family: YuMincho, Yu Mincho, serif;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.06rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
body main a.banner:before, body main button.banner:before {
    content: '';
    display: block;
    background: #fff;
    width: 102%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -moz-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    -webkit-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    -o-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1); }
body main a.banner:hover, body main button.banner:hover {
    color: #fff; }
body main a.banner:hover:before, body main button.banner:hover:before {
    width: 0;
    left: 100%;
    -moz-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    -o-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1); }

@media  only screen and (max-width: 1400px) {
body main {
    padding-bottom: 160px;
    width:100%;
    margin-right:0;
	margin-left:-60px;}
.page-contact h3 {
	font-size:15px!important;
	margin-left:-49px;
	padding-bottom:35px;
	font-family: YuMincho, Yu Mincho, serif;!important;}
.page-contact main article .c_wrap {
	width:96%!important;
	margin:0;
	text-align: left;
	margin-left:8px;}
.page-contact main #contact .c_wrap dl dt {
	font-family: YuMincho, Yu Mincho, serif;!important;
    vertical-align: top;
    line-height: 20px;
	font-size:14px!important;
    margin-bottom:3px;}
body main a.banner, body main button.banner {
    display: block;
    width: 100%;
    padding: 0;
    max-width: 200px;
    overflow: hidden;
    position: relative;
	top:-50px;
	margin-left: 259px;
    color: #000;
    background: #000;
    border: 1px solid #949393;
    z-index: 0;
    font-family: YuMincho, Yu Mincho, serif;
    font-size: 15px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.06rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
}

@media only screen and (max-width: 979px) {
body main {
    padding-bottom: 160px;
    width:100%;
    margin-right:0;
	margin-left:-60px;}
}

@media  only screen and (max-width: 768px) {
body main {
	width:100%;
    padding-bottom: 160px;
    margin-right:0;
	margin-left:-200px;}
.page-contact main article .c_wrap {
	width:600px!important;
    position: relative;
	left:60px;}
.page-contact h3 {
	font-size:13px!important;
	margin-left:-200px!important;
	margin-top:60px;
	padding-bottom:30px;
	font-family: YuMincho, Yu Mincho, serif;!important;}
body main a.banner, body main button.banner {
    font-size: 13px!important;
    line-height: 50px!important;
    margin-top: 4rem; } 
}

@media only screen and (max-width: 679px) {
.page-contact main article .c_wrap #alertArea {
    position: static;
    text-align: left;
	font-family: YuMincho, Yu Mincho, serif;!important;}
}

/*-------- ７plus 以下-------- */
@media screen and (max-width: 599px) {
body main {
	width:100%;
    padding-bottom: 105px;
    margin-right:0;}
input{
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 10px;}
.page-contact main article .c_wrap {
	width:96%!important;
	margin:0;
	text-align: left;
	margin-left:-28px;
    }
.page-contact h3 {
	width:200px!important;
	position: relative;
	top:0;
	left:-28px;
	text-align: left;
	font-size:11px!important;
	font-family: YuMincho, Yu Mincho, serif;!important;
	margin-top:60px;
	padding-bottom:20px;
	margin-left:-25px;}
.page-contact main #contact .c_wrap dl dt {
	font-family: YuMincho, Yu Mincho, serif;!important;
    vertical-align: top;
    line-height: 20px;
	font-size:11px!important;}
.page-contact main article .c_wrap dl dd {
	width: 70%;
    position: relative;
    vertical-align: top;
    line-height: 48px;
	z-index:1;}
.page-contact main article .c_wrap #alertArea {
    position: absolute;
    top: -1rem;
    left: 40px;
	font-size:10px!important;
    color: #f00;
    display: none;}
.page-contact main article .c_wrap dl dd p.alertText {
	font-family: YuMincho, Yu Mincho, serif;!important;
	margin-top:-20px;
    color: #f00;
	font-size:10px;}
body main a.banner, body main button.banner {
    display: block;
    width: 100%;
    max-width: 130px!important;
    overflow: hidden;
    position: relative;
	top:0;
	left:-28px;
	margin-top:0px;
    color: #000;
    background: #000;
    border: 1px solid #949393;
    z-index: 0;
    font-family: YuMincho, Yu Mincho, serif;
    font-size: 11px!important;
    text-align: center;
    line-height: 43px!important;
    letter-spacing: 0.03rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
body main a.banner:before, body main button.banner:before {
    content: '';
    display: block;
    background: #fff;
    width: 102%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -moz-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    -webkit-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    -o-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1); }
body main a.banner:hover, body main button.banner:hover {
    color: #fff; }
body main a.banner:hover:before, body main button.banner:hover:before {
    width: 0;
    left: 100%;
    -moz-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    -o-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1); }
}

/*-------- SE 以下-------- */
@media screen and (max-width: 320px) {
body main {
	width:100%;
    padding-bottom: 105px;
    margin-right:0;}
.page-contact main article .c_wrap {
	width:312px!important;
	margin:0;
	text-align: left;
	margin-left:-50px;
    }
.page-contact h3 {
	width:200px!important;
	position: relative;
	top:0;
	left:-50px;
	text-align: left;
	font-size:11px!important;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	margin-top:60px;
	padding-bottom:20px;
	margin-left:-25px;}
.page-contact main #contact .c_wrap dl dt {
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
    vertical-align: top;
    line-height: 20px;
	font-size:11px!important;}
.page-contact main article .c_wrap dl dd {
	width: 70%;
    position: relative;
    vertical-align: top;
    line-height: 48px;
	z-index:1;}
.page-contact main article .c_wrap #alertArea {
    position: absolute;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
    top: -1.5rem;
    left: 40px;
	font-size:10px!important;
    color: #f00;
    display: none;}
.page-contact main article .c_wrap dl dd p.alertText {
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	margin-top:-20px;
    color: #f00;
	font-size:10px;}
body main a.banner, body main button.banner {
    display: block;
    width: 100%;
    max-width: 130px!important;
    overflow: hidden;
    position: relative;
	top:0;
	left:-60px;
	margin-top:0px;
    color: #000;
    background: #000;
    border: 1px solid #949393;
    z-index: 0;
   font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
    font-size: 11px!important;
    text-align: center;
    line-height: 43px!important;
    letter-spacing: 0.03rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
body main a.banner:before, body main button.banner:before {
    content: '';
    display: block;
    background: #fff;
    width: 102%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -moz-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    -webkit-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    -o-transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1);
    transition: width 0.7s cubic-bezier(0.635, 0.005, 0.33, 1); }
body main a.banner:hover, body main button.banner:hover {
    color: #fff; }
body main a.banner:hover:before, body main button.banner:hover:before {
    width: 0;
    left: 100%;
    -moz-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    -o-transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1);
    transition: all 0.5s cubic-bezier(0.635, 0.005, 0.33, 1); }
}

@media only screen and (max-width: 679px) {
body main a.banner, body main button.banner {
    font-size: 10px;
    line-height: 48px;
    margin-top: 4rem; } 
}
body main .btn_area {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto; }
body main .btn_area:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    *zoom: 1; }
body main .btn_area a, body main .btn_area button {
    max-width: 238px; }
body main .btn_area a {
    color: #585858;
    border-color: #a6a6a6; }
body main .btn_area a:before {
    background: #f6f5f5; }
@media only screen and (max-width: 979px) {
body main .btn_area a, body main .btn_area button {
    float: none;
    max-width: 100%; }
body main .btn_area a {
    line-height: 38px;
    margin-top: 2rem; }
}
.page-home main {
    width: 100%; }
 @media only screen and (max-width: 979px) {
.page-home main {
    padding-top: 4rem; }
.page-home main a.banner {
    width: 74.4%;
    margin-top: 2rem; } 
}
.page-home main p {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
.page-contact h3 {
	font-size:15px;
	padding-left:247px;
	padding-bottom:35px;
}
.page-contact main article:after {
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
     *zoom: 1; }
.page-contact main article .c_wrap {
     position: relative;
	 left:210px;
     width: -webkit-calc(100% - 280px);
     width: calc(100% - 280px); }
.page-contact main article .c_wrap #alertArea {
    position: absolute;
    top: -1rem;
    left: 40px;
	font-size:13px;
    color: #f00;
    display: none; }

.page-contact main article .c_wrap dl {
    display: table;
    width: 100%;
    margin-bottom: 20px; }
 .page-contact main article .c_wrap dl dt {
    vertical-align: top;
    line-height: 48px;
    margin-left:40px;
	font-size:14px;}
.page-contact main article .c_wrap dl dd {
	 width: 70%;
    position: relative;
    vertical-align: top;
    line-height: 48px;
}
.page-contact main article .c_wrap dl dd input[type="text"] {
    background: #f6f5f5;
    width: 100%;
    line-height: inherit;
    padding: 0 1rem;
	font-size:14px;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', serif !important;
	font-weight: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.page-contact main article .c_wrap dl dd textarea {
    background: #f6f5f5;
    width: 100%;
    line-height: 1.5;
	letter-spacing: inherit;
    padding: 0 1rem;
	font-size:14px!important;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', serif !important;
	font-weight: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.page-contact main article .c_wrap dl dd label.radio {
    position: relative;
    padding-left: 20px;
    margin-right: 8px; }
.page-contact main article .c_wrap dl dd label.radio:before {
    content: '';
    display: block;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; }
@media only screen and (max-width: 679px) {
.page-contact main article .c_wrap dl dd label.radio:before {
    width: 11px;
    height: 11px;
    top: -1px; } 
}
.page-contact main article .c_wrap dl dd label.radio:after {
          content: '';
          display: block;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #a6a6a6;
          position: absolute;
          top: 3px;
          left: 3px;
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          zoom: 1;
          -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
          -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
          -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
@media only screen and (max-width: 679px) {
.page-contact main article .c_wrap dl dd label.radio:after {
              width: 7px;
              height: 7px;
              top: 2px; }
}
.page-contact main article .c_wrap dl dd p.alertText {
	    margin-top:-20px;
        color: #f00; }
.page-contact main article .c_wrap dl dd textarea {
        background: #f6f5f5;
        width: 100%;
        height: 192px;
        padding: 1rem;
	font-size:14px;
	font-family: YuMincho, Yu Mincho, serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
@media only screen and (max-width: 679px) {
.page-contact main article .c_wrap dl {
        display: block;
        margin-bottom: 1rem; }
.page-contact main article .c_wrap dl dt, .page-contact main article .c_wrap dl dd {
          display: block;
          line-height: 30px; }
.page-contact main article .c_wrap dl dd {
          width: auto; }
.page-contact main article .c_wrap dl dd input[type="text"] {
    background: #f6f5f5;
    width: 100%;
    line-height: inherit;
    padding: 0 1rem;
	font-size:11px;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', serif !important;
	font-weight: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.page-contact main article .c_wrap dl dd textarea {
            height: 120px; }
}
.page-contact main article + p {
  text-align: center;
  margin: 4rem auto -4rem; }
 @media only screen and (max-width: 679px) {
    .page-contact main article + p {
      margin: 1rem auto -2rem;
      text-align: left; } 
}
.page-contact.confirm main #contact h2 {
  float: none;
  width: auto;
  border: none;
  line-height: 2; }

.page-contact.confirm main #contact .c_wrap {
  float: none;
  border: 1px solid #a6a6a6;
  width: 100%;
  max-width: 798px;
  margin: 1rem auto 0;
  padding-bottom: 3rem; }
  .page-contact.confirm main #contact .c_wrap dl {
    width: 83%;
    margin-left: auto;
    margin-right: auto; 
}
@media only screen and (max-width: 979px) {
  .page-contact.confirm main .ttl .ttl_wrap aside {
    text-align: center; }
  .page-contact.confirm main #contact h2 {
    padding-top: 0;
    padding-bottom: 0; }
  .page-contact.confirm main #contact .c_wrap {
    padding-top: 2rem;
    padding-bottom: 1rem; }
    .page-contact.confirm main #contact .c_wrap dl {
      width: 85%; }
      .page-contact.confirm main #contact .c_wrap dl:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        *zoom: 1; }
      .page-contact.confirm main #contact .c_wrap dl dt, .page-contact.confirm main #contact .c_wrap dl dd {
        float: left; }
      .page-contact.confirm main #contact .c_wrap dl dt {
        width: 36.842105%; }
      .page-contact.confirm main #contact .c_wrap dl dd {
        width: 63.157895%; }
      .page-contact.confirm main #contact .c_wrap dl:last-child dt {
        width: 100%; }
      .page-contact.confirm main #contact .c_wrap dl:last-child dd {
        width: 100%; }
  .page-contact.confirm main #contact + p.conf {
    text-align: center;
    margin-top: 3rem; } }

.page-contact.thanks h1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 2rem; }

.page-contact.application main label a, .page-contact.application main p a {
  border-bottom: 2px solid #d2d2d2; }

.page-contact.application main article {
  margin-bottom: 80px; }
@media only screen and (max-width: 679px) {
    .page-contact.application main article {
      margin-bottom: 30px; } }
.page-contact.application main article .c_wrap dl dt {
    line-height: 2;
    padding-top: 1rem; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dt {
        line-height: 30px; }
.page-contact.application main article .c_wrap dl dt br {
          display: none; } }
.page-contact.application main article .c_wrap dl dd input.short {
    width: 100px;
    margin-right: 1rem; }
@media only screen and (max-width: 679px) {
      .page-contact.application main article .c_wrap dl dd input.short {
        width: 70px; } }
.page-contact.application main article .c_wrap dl dd .js-sel_txt {
    background: #f6f5f5;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1rem;
    position: relative; }
.page-contact.application main article .c_wrap dl dd .js-sel_txt:before, .page-contact.application main article .c_wrap dl dd .js-sel_txt:after {
      content: '';
      display: block;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      position: absolute;
      left: auto;
      right: 10px; }
.page-contact.application main article .c_wrap dl dd .js-sel_txt:before {
      border-top: 3px solid transparent;
      border-bottom: 3px solid #a6a6a6;
      top: 16px; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .js-sel_txt:before {
          top: 7px; } }
.page-contact.application main article .c_wrap dl dd .js-sel_txt:after {
      border-top: 3px solid #a6a6a6;
      border-bottom: 3px solid transparent;
      top: 26px; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .js-sel_txt:after {
          top: 17px; }
}
.page-contact.application main article .c_wrap dl dd select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd select {
        height: 30px; } }
.page-contact.application main article .c_wrap dl dd .dparea {
    background: #f6f5f5;
    margin-bottom: 1rem;
    padding: 20px;
    position: relative; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .dparea {
        padding: 10px;
        padding-bottom: 0; } }
.page-contact.application main article .c_wrap dl dd .dparea .dateBox {
      padding-bottom: 13px; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .dparea .dateBox {
          padding-bottom: 10px; } }
.page-contact.application main article .c_wrap dl dd .dparea .delBtnBox {
      position: absolute;
      top: 0.5rem;
      left: auto;
      right: 1rem;
      cursor: pointer; }
@media only screen and (max-width: 979px) {
.page-contact.application main article .c_wrap dl dd .dparea .delBtnBox {
          top: auto;
          right: 1.5rem;
          bottom: 1rem; } }
/*-------------------------------------------------
 お支払い方法「sel_box]
 -------------------------------------------------*/
.page-contact.application main article .c_wrap dl dd .dparea .sel_box {
      position: relative; }
.page-contact.application main article .c_wrap dl dd .dparea .sel_box.w108 {
        width: 108px; }
.page-contact.application main article .c_wrap dl dd .dparea .sel_box.w78 {
        width: 78px; }
.page-contact.application main article .c_wrap dl dd .dparea .sel_box.w68 {
        width: 68px; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .dparea .sel_box.w68 {
            width: 45px; } }
.page-contact.application main article .c_wrap dl dd .dparea .js-sel_txt {
      background: #fff;
      line-height: 48px; }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .dparea .js-sel_txt {
          line-height: 30px;
          height: 30px; } }
@media only screen and (max-width: 679px) {
.page-contact.application main article .c_wrap dl dd .dparea .hmBox {
        display: block; }
.page-contact.application main article .c_wrap dl dd .dparea .hmBox:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden;
          *zoom: 1; }
.page-contact.application main article .c_wrap dl dd .dparea .hmBox .sel_box, .page-contact.application main article .c_wrap dl dd .dparea .hmBox .hmUnit {
          display: block;
          float: left;
          margin-bottom: 10px; }
}
.page-contact.application main article .c_wrap dl dd p {
    padding-top: 1rem; }
@media only screen and (max-width: 679px) {
.page-contact.application.confirm main #contact article .c_wrap {
    padding-bottom: 2.5rem; } 
}
@media only screen and (max-width: 679px) {
.page-contact.application.confirm main #contact article .c_wrap dl {
    margin-bottom: 0; } }

@media only screen and (max-width: 679px) {
.page-contact.application.confirm main #contact article .c_wrap dl dt, .page-contact.application.confirm main #contact article .c_wrap dl dd {
    vertical-align: top;
    padding-top: 1rem;
    line-height: 2; } 
}
@media only screen and (max-width: 979px) {
.page-contact.application.confirm main #contact article + p {
    text-align: center; }
}
