@charset "Shift_JIS";

/***********************************
# base.css

--
color

magenta
#b60081


--
@media only screen and (max-width: 1040px){
  
}
@media only screen and (max-width: 767px){
  
}

************************************/

/***********************************

- reset

************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
span, div {
  font-weight: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


ol, ul{
  list-style:none;
}

table{
  border-collapse: collapse; 
  border-spacing:0;
}

caption, th{
  text-align: left;
}

a:focus {
  outline:none;
}
select::-ms-expand {
  display: none;
}

/***********************************

- common style

************************************/
html {
  font-family:meiryo, sans-serif;
  font-size:14px;
}
body {
  color:#333;
}
p, li {
  line-height:1.6;
}
img { max-width:100%; }

.img-block { margin: 10px 0; }
.img-block img { display: block; }

.img-block.size-1 {
  width: 400px;
  max-width: 100%;
}

small  { font-size:0.77em; }
.fs75  { font-size:75%;  }
.fs125 { font-size:125%; }
.fs150 { font-size:150%; }
.fs175 { font-size:175%; }
.fs200 { font-size:200%; }

.txt-center { text-align : center; }
.txt-right  { text-align : right;  }
.txt-left  { text-align : left;  }

.fw-bold { font-weight:bold; }

.txt-c1 { color: #b60081; }
.txt-c2 { color: #cc0000; }

.data-input-table +*::before ,
.footer .footer-parts:after ,
.btn-group > .elements:after ,
.column:after ,
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.clearfix {
  min-height: 1px;
}
.inline-block {
  display:inline-block;
}
@media (min-width:768px){
  .inline-block-pc {
    display:inline-block;
  }
}
@media (max-width:767px){
  .inline-block-sp {
    display:inline-block;
  }
}

.block {
  display:block;
}
.none {
  display: none;
}
a {
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
a img {
  vertical-align: bottom;
}
* + p {
  margin-top:10px;
}
.btn ,
.box-btn ,
.enclosed-txt ,
.stepBar ,
.btn-group > .elements ,
.btn-group > .elements > li label input + .input-design {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  border-radius:5px;
  overflow:hidden;
}
.has-mark-text {
  padding-left: 1em;
  text-indent: -1em;
}

/***********************************

- margin, padding

************************************/
.m0 { margin : 0 !important; }
.p0 { padding: 0 !important; }

.mt0 { margin-top: 0 !important; }  .ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }  .mb0 { margin-bottom: 0 !important; }
.pt0 { padding-top: 0 !important; } .pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; } .pb0 { padding-bottom: 0 !important; }

.mt10 { margin-top: 10px !important; } .mt15 { margin-top: 15px !important; } .mt20 { margin-top: 20px !important; } .mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; } .mt35 { margin-top: 35px !important; } .mt40 { margin-top: 40px !important; } .mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; } .mt55 { margin-top: 55px !important; } .mt60 { margin-top: 60px !important; } .mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; } .mt75 { margin-top: 75px !important; } .mt80 { margin-top: 80px !important; } .mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; } .mt95 { margin-top: 95px !important; } .mt100 { margin-top: 100px !important; }

.mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; } .mr35 { margin-right: 35px; } .mr40 { margin-right: 40px; } .mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; } .mr55 { margin-right: 55px; } .mr60 { margin-right: 60px; } .mr65 { margin-right: 65px; }
.mr70 { margin-right: 70px; } .mr75 { margin-right: 75px; } .mr80 { margin-right: 80px; } .mr85 { margin-right: 85px; }
.mr90 { margin-right: 90px; } .mr95 { margin-right: 95px; } .mr100 { margin-right: 100px; }

.mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; } .mb35 { margin-bottom: 35px; } .mb40 { margin-bottom: 40px; } .mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; } .mb55 { margin-bottom: 55px; } .mb60 { margin-bottom: 60px; } .mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; } .mb75 { margin-bottom: 75px; } .mb80 { margin-bottom: 80px; } .mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; } .mb95 { margin-bottom: 95px; } .mb100 { margin-bottom: 100px; }

.ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; } .ml35 { margin-left: 35px; } .ml40 { margin-left: 40px; } .ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; } .ml55 { margin-left: 55px; } .ml60 { margin-left: 60px; } .ml65 { margin-left: 65px; }
.ml70 { margin-left: 70px; } .ml75 { margin-left: 75px; } .ml80 { margin-left: 80px; } .ml85 { margin-left: 85px; }
.ml90 { margin-left: 90px; } .ml95 { margin-left: 95px; } .ml100 { margin-left: 100px; }

.pt10 { padding-top: 10px; } .pt15 { padding-top: 15px; } .pt20 { padding-top: 20px; } .pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; } .pt35 { padding-top: 35px; } .pt40 { padding-top: 40px; } .pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; } .pt55 { padding-top: 55px; } .pt60 { padding-top: 60px; } .pt65 { padding-top: 65px; }
.pt70 { padding-top: 70px; } .pt75 { padding-top: 75px; } .pt80 { padding-top: 80px; } .pt85 { padding-top: 85px; }
.pt90 { padding-top: 90px; } .pt95 { padding-top: 95px; } .pt100 { padding-top: 100px; }

.pr10 { padding-right: 10px; } .pr15 { padding-right: 15px; } .pr20 { padding-right: 20px; } .pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; } .pr35 { padding-right: 35px; } .pr40 { padding-right: 40px; } .pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; } .pr55 { padding-right: 55px; } .pr60 { padding-right: 60px; } .pr65 { padding-right: 65px; }
.pr70 { padding-right: 70px; } .pr75 { padding-right: 75px; } .pr80 { padding-right: 80px; } .pr85 { padding-right: 85px; }
.pr90 { padding-right: 90px; } .pr95 { padding-right: 95px; } .pr100 { padding-right: 100px; }

.pr10 { padding-right: 10px; } .pr15 { padding-right: 15px; } .pr20 { padding-right: 20px; } .pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; } .pr35 { padding-right: 35px; } .pr40 { padding-right: 40px; } .pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; } .pr55 { padding-right: 55px; } .pr60 { padding-right: 60px; } .pr65 { padding-right: 65px; }
.pr70 { padding-right: 70px; } .pr75 { padding-right: 75px; } .pr80 { padding-right: 80px; } .pr85 { padding-right: 85px; }
.pr90 { padding-right: 90px; } .pr95 { padding-right: 95px; } .pr100 { padding-right: 100px; }

.pb10 { padding-bottom: 10px; } .pb15 { padding-bottom: 15px; } .pb20 { padding-bottom: 20px; } .pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; } .pb35 { padding-bottom: 35px; } .pb40 { padding-bottom: 40px; } .pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; } .pb55 { padding-bottom: 55px; } .pb60 { padding-bottom: 60px; } .pb65 { padding-bottom: 65px; }
.pb70 { padding-bottom: 70px; } .pb75 { padding-bottom: 75px; } .pb80 { padding-bottom: 80px; } .pb85 { padding-bottom: 85px; }
.pb90 { padding-bottom: 90px; } .pb95 { padding-bottom: 95px; } .pb100 { padding-bottom: 100px; }


@media only screen and (max-width:767px) {
  .sp-m0 { margin : 0 !important; }
  .sp-p0 { padding: 0 !important; }

  .sp-mt0 { margin-top: 0 !important; }  .sp-ml0 { margin-left: 0 !important; }
  .sp-mr0 { margin-right: 0 !important; }  .sp-mb0 { margin-bottom: 0 !important; }
  .sp-pt0 { padding-top: 0 !important; } .sp-pl0 { padding-left: 0 !important; }
  .sp-pr0 { padding-right: 0 !important; } .sp-pb0 { padding-bottom: 0 !important; }

  .sp-mt10 { margin-top: 10px !important; } .sp-mt15 { margin-top: 15px !important; } .sp-mt20 { margin-top: 20px !important; } .sp-mt25 { margin-top: 25px !important; }
  .sp-mt30 { margin-top: 30px !important; } .sp-mt35 { margin-top: 35px !important; } .sp-mt40 { margin-top: 40px !important; } .sp-mt45 { margin-top: 45px !important; }
  .sp-mt50 { margin-top: 50px !important; } .sp-mt55 { margin-top: 55px !important; } .sp-mt60 { margin-top: 60px !important; } .sp-mt65 { margin-top: 65px !important; }
  .sp-mt70 { margin-top: 70px !important; } .sp-mt75 { margin-top: 75px !important; } .sp-mt80 { margin-top: 80px !important; } .sp-mt85 { margin-top: 85px !important; }
  .sp-mt90 { margin-top: 90px !important; } .sp-mt95 { margin-top: 95px !important; } .sp-mt100 { margin-top: 100px !important; }

  .sp-mr10 { margin-right: 10px; } .sp-mr15 { margin-right: 15px; } .sp-mr20 { margin-right: 20px; } .sp-mr25 { margin-right: 25px; }
  .sp-mr30 { margin-right: 30px; } .sp-mr35 { margin-right: 35px; } .sp-mr40 { margin-right: 40px; } .sp-mr45 { margin-right: 45px; }
  .sp-mr50 { margin-right: 50px; } .sp-mr55 { margin-right: 55px; } .sp-mr60 { margin-right: 60px; } .sp-mr65 { margin-right: 65px; }
  .sp-mr70 { margin-right: 70px; } .sp-mr75 { margin-right: 75px; } .sp-mr80 { margin-right: 80px; } .sp-mr85 { margin-right: 85px; }
  .sp-mr90 { margin-right: 90px; } .sp-mr95 { margin-right: 95px; } .sp-mr100 { margin-right: 100px; }

  .sp-mb10 { margin-bottom: 10px; } .sp-mb15 { margin-bottom: 15px; } .sp-mb20 { margin-bottom: 20px; } .sp-mb25 { margin-bottom: 25px; }
  .sp-mb30 { margin-bottom: 30px; } .sp-mb35 { margin-bottom: 35px; } .sp-mb40 { margin-bottom: 40px; } .sp-mb45 { margin-bottom: 45px; }
  .sp-mb50 { margin-bottom: 50px; } .sp-mb55 { margin-bottom: 55px; } .sp-mb60 { margin-bottom: 60px; } .sp-mb65 { margin-bottom: 65px; }
  .sp-mb70 { margin-bottom: 70px; } .sp-mb75 { margin-bottom: 75px; } .sp-mb80 { margin-bottom: 80px; } .sp-mb85 { margin-bottom: 85px; }
  .sp-mb90 { margin-bottom: 90px; } .sp-mb95 { margin-bottom: 95px; } .sp-mb100 { margin-bottom: 100px; }

  .sp-ml10 { margin-left: 10px; } .sp-ml15 { margin-left: 15px; } .sp-ml20 { margin-left: 20px; } .sp-ml25 { margin-left: 25px; }
  .sp-ml30 { margin-left: 30px; } .sp-ml35 { margin-left: 35px; } .sp-ml40 { margin-left: 40px; } .sp-ml45 { margin-left: 45px; }
  .sp-ml50 { margin-left: 50px; } .sp-ml55 { margin-left: 55px; } .sp-ml60 { margin-left: 60px; } .sp-ml65 { margin-left: 65px; }
  .sp-ml70 { margin-left: 70px; } .sp-ml75 { margin-left: 75px; } .sp-ml80 { margin-left: 80px; } .sp-ml85 { margin-left: 85px; }
  .sp-ml90 { margin-left: 90px; } .sp-ml95 { margin-left: 95px; } .sp-ml100 { margin-left: 100px; }

  .sp-pt10 { padding-top: 10px; } .sp-pt15 { padding-top: 15px; } .sp-pt20 { padding-top: 20px; } .sp-pt25 { padding-top: 25px; }
  .sp-pt30 { padding-top: 30px; } .sp-pt35 { padding-top: 35px; } .sp-pt40 { padding-top: 40px; } .sp-pt45 { padding-top: 45px; }
  .sp-pt50 { padding-top: 50px; } .sp-pt55 { padding-top: 55px; } .sp-pt60 { padding-top: 60px; } .sp-pt65 { padding-top: 65px; }
  .sp-pt70 { padding-top: 70px; } .sp-pt75 { padding-top: 75px; } .sp-pt80 { padding-top: 80px; } .sp-pt85 { padding-top: 85px; }
  .sp-pt90 { padding-top: 90px; } .sp-pt95 { padding-top: 95px; } .sp-pt100 { padding-top: 100px; }

  .sp-pr10 { padding-right: 10px; } .sp-pr15 { padding-right: 15px; } .sp-pr20 { padding-right: 20px; } .sp-pr25 { padding-right: 25px; }
  .sp-pr30 { padding-right: 30px; } .sp-pr35 { padding-right: 35px; } .sp-pr40 { padding-right: 40px; } .sp-pr45 { padding-right: 45px; }
  .sp-pr50 { padding-right: 50px; } .sp-pr55 { padding-right: 55px; } .sp-pr60 { padding-right: 60px; } .sp-pr65 { padding-right: 65px; }
  .sp-pr70 { padding-right: 70px; } .sp-pr75 { padding-right: 75px; } .sp-pr80 { padding-right: 80px; } .sp-pr85 { padding-right: 85px; }
  .sp-pr90 { padding-right: 90px; } .sp-pr95 { padding-right: 95px; } .sp-pr100 { padding-right: 100px; }

  .sp-pr10 { padding-right: 10px; } .sp-pr15 { padding-right: 15px; } .sp-pr20 { padding-right: 20px; } .sp-pr25 { padding-right: 25px; }
  .sp-pr30 { padding-right: 30px; } .sp-pr35 { padding-right: 35px; } .sp-pr40 { padding-right: 40px; } .sp-pr45 { padding-right: 45px; }
  .sp-pr50 { padding-right: 50px; } .sp-pr55 { padding-right: 55px; } .sp-pr60 { padding-right: 60px; } .sp-pr65 { padding-right: 65px; }
  .sp-pr70 { padding-right: 70px; } .sp-pr75 { padding-right: 75px; } .sp-pr80 { padding-right: 80px; } .sp-pr85 { padding-right: 85px; }
  .sp-pr90 { padding-right: 90px; } .sp-pr95 { padding-right: 95px; } .sp-pr100 { padding-right: 100px; }

  .sp-pb10 { padding-bottom: 10px; } .sp-pb15 { padding-bottom: 15px; } .sp-pb20 { padding-bottom: 20px; } .sp-pb25 { padding-bottom: 25px; }
  .sp-pb30 { padding-bottom: 30px; } .sp-pb35 { padding-bottom: 35px; } .sp-pb40 { padding-bottom: 40px; } .sp-pb45 { padding-bottom: 45px; }
  .sp-pb50 { padding-bottom: 50px; } .sp-pb55 { padding-bottom: 55px; } .sp-pb60 { padding-bottom: 60px; } .sp-pb65 { padding-bottom: 65px; }
  .sp-pb70 { padding-bottom: 70px; } .sp-pb75 { padding-bottom: 75px; } .sp-pb80 { padding-bottom: 80px; } .sp-pb85 { padding-bottom: 85px; }
  .sp-pb90 { padding-bottom: 90px; } .sp-pb95 { padding-bottom: 95px; } .sp-pb100 { padding-bottom: 100px; }
}

/***********************************

- .pagetop

************************************/
.pagetop {
  margin:0;
  text-align:right;
  position:absolute;
  right:20px;
  bottom:15px;
  z-index:100;
  width:60px;
  height:60px;
  display: none;
}
.pagetop.fixed {
  position:fixed;
}
@media only screen and (max-width:1040px){
  .pagetop {
    right:20px;
  }
}
@media only screen and (max-width:767px){
  .pagetop {
    width:44px;
    height:44px;
    right:10px;
  }
}

/***********************************

- common parts

************************************/
.rwd-frame {
  width:auto;
  max-width:1000px;
  margin-right:auto;
  margin-left :auto;
}
@media only screen and (max-width:1040px) {
  .rwd-frame {
    margin-right:20px;
    margin-left :20px;
  }
}
@media only screen and (max-width:767px) {
  .rwd-frame {
    margin-right:10px;
    margin-left :10px;
  }
}

/***********************************

- .enclosed-txt

************************************/
.enclosed-txt {
  font-size:16px;
  line-height:1.225;
  padding:18px 18px 18px 36px;
  background-color:#ffe7f8;
  position: relative;
}
.enclosed-txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #b60081;
  position: absolute;
  top: 22px;
  left: 18px;
}

/***********************************

- .revision-comment-box

************************************/
.revision-comment-box {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 3px solid #d00;
  padding: 15px;
  font-size: 18px;
}

/***********************************

- text

************************************/
.error-txt {
  margin-top:5px;
}
.error-color ,
.error-txt {
  color:#f00;
}
.annotation {
  margin-top:5px;
  padding-left:1em;
  text-indent:-1em;
}
.annotation * {
  text-indent:0;
}
.annotation + .annotation {
  margin-top:2px;
}
.error-txt ,
.annotation {
  font-size:14px;
  line-height:1.4;
}
.error-txt + .error-txt {
  margin-top:0.5em;
}
.attention {
  font-size:16px;
  font-weight:bold;
}
.attention ,
.attention * {
  color:#c00;
}

/***********************************

- hr

************************************/
hr {
  margin-top:10px;
  margin-bottom:10px;
}
hr.hr-1 ,
hr.hr-2 ,
hr.hr-3 {
  width:100%;
  height:0;
  border:none;
}
hr.hr-1 {
  border-top:1px solid #D9D9D9;
}
hr.hr-2 {
  border-top:1px dashed #D9D9D9;
}
hr.hr-3 {
  border-top:1px dotted #D9D9D9;
}

/***********************************

- .pc_none, .sp_none

************************************/
.pc_none { display:  none !important; }
.sp_none { display: block !important; }

@media only screen and (max-width:767px) {
  .pc_none { display: block !important; }
  .sp_none { display:  none !important; }
}

/***********************************

- .column

************************************/
.column > .col-box {
  display:block;
  width:50%;
  box-sizing:border-box;
}
.column > .col-box:nth-child(2n + 1) {
  float:left;
  padding-right:10px;
}
.column > .col-box:nth-child(2n) {
  float:right;
  padding-left:10px;
}

/***********************************

- .list-*

************************************/
.list-disc:not(:first-child) ,
.list-circle:not(:first-child) ,
.list-freemark:not(:first-child) {
  margin-top: 15px;
}

[class^="list-"] .list-disc ,
[class^="list-"] .list-circle ,
[class^="list-"] .list-freemark {
  margin-top: 0;
}

.list-disc > li ,
.list-circle > li ,
.list-freemark > li {
  position: relative;
  padding-left: 1.3em;
  margin-top: 5px;
}
.list-disc > li::before ,
.list-circle > li::before {
  content: "";
  display: block;
  position: absolute;
}
.list-disc > li::before {
  width: 3px;
  height: 3px;
  background-color:#333;
  top: 0.65em;
  left: 0.5em;
  border-radius:50%;
}
.list-disc.c1 > li::before {
  background-color: #b60081;
}
.list-circle > li::before {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #333;
  left: 0.2em;
  top: 0.3em;
}
.list-freemark > li > .mark {
  position: absolute;
  max-width: 1.5em;
  top: 0.3em;
  left: 0;
  display: inline-block;
  line-height: 1;
}

/***********************************

- .borderwrap-box

************************************/
.borderwrap-box {
  display: block;
  width: auto;
  margin: 10px auto 15px;
  padding: 10px 15px 15px;
  box-sizing: border-box;
  border: 2px solid #b60081;
}
.borderwrap-box > :first-child {
  margin-top: 0;
}
.borderwrap-box.narrow {
  margin: 10px 15px 15px;
}

/***********************************

- .header

************************************/
.header {
  border-top: 10px solid #b60081;
  padding-top:41px;
  padding-bottom:10px;
}

.header .logo{
	margin-bottom: 3rem;
    width: auto;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
  .header .logo .sp-only{
	display: none;
  }

@media only screen and (max-width: 767px){
  .header {
    padding-top:25px;
    padding-bottom:5px;
  }
  
  .header .logo{
    padding: 0 10px;
  }
  
  .header .logo .pc-only{
	display: none;
  }
  .header .logo .sp-only{
	display: block;
  }
}

/***********************************

- .contents

************************************/
.contents {
  word-break : break-all;
  padding-top: 16px;
  padding-bottom:95px;
  position:relative;
}

@media only screen and (max-width: 767px){
  .contents {
    padding-top: 10px;
    padding-bottom:79px;
  }
}

/***********************************

- .hdg-*

************************************/
.hdg-lv1 {
  font-size:32px;
  font-weight:bold;
  line-height:1.25;
}
.hdg-lv2 {
  padding : 4px 0 4px 15px;
  border-left: 4px solid #b60081;
  color: #b60081;
  font-size:24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top:25px;
  margin-bottom:15px;
}
.hdg-lv2:first-child {
  margin-top:0;
}
.hdg-lv3 {
  padding: 5px 1em 5px 15px;
  border-left: 4px solid #b60081;
  background: #f2f2f2;
  color: #b60081;
  font-weight: bold;
  line-height:20px;
  margin-top:30px;
  margin-bottom:10px;
}

@media only screen and (max-width:767px) {
  .hdg-lv1 {
    font-size: 28px;
  }
}

/***********************************

- .form-hdg-*

************************************/
.form-hdg-1 ,
.form-hdg-2 ,
.form-hdg-3 {
  font-size:19px;
  line-height:1.16;
}
.form-hdg-1 ,
.form-hdg-2 {
  font-weight:bold;
}
.form-hdg-2 ,
.form-hdg-3 {
  margin-top: 15px;
}
.form-hdg-1 {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.form-hdg-2 {
  border-radius: 5px;
  padding:10px 10px;
  background-color:#b60081;
  color: #FFF;
}
.form-hdg-3 {
  text-decoration: underline;
}
.form-hdg-4 {
  font-size: 18px;
  margin-top: 20px;
}

@media only screen and (max-width:767px){
  .form-hdg-1 {
    margin-top: 30px;
  }
}

/***********************************

- .flow-list

************************************/
.flow-list {
  margin-top: 30px;
}
.flow-list .flow-box {
  border: 2px solid #b60081;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.flow-list .flow-box + .flow-box {
  margin-top: 40px;
}
.flow-list .flow-box + .flow-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #b60081 transparent transparent;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flow-list .flow-box .flow-hdg {
  font-size: 18px;
  color: #b60081;
}
.flow-list .flow-box .flow-hdg + * {
  margin-top: 10px;
}
@media only screen and (max-width:767px) {
  .flow-list .flow-box {
    padding: 15px;
  }
}

/***********************************

- .flow-hr

************************************/
.flow-hr {
  font-size: 0;
}
.flow-hr > li {
  display: inline-block;
  background-color: #FFE7F8;
  position: relative;
  margin-top: 15px;
}
.flow-hr > li + li {
  margin-left: 20px;
}
.flow-hr > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #FFE7F8;
  margin: auto 0;
}
.flow-hr > li > .content {
  display: table;
  font-size: 14px;
  min-width: 110px;
  min-height: 63px;
}
.flow-hr > li .content .text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .flow-hr > li > .content {
    font-size: 12px;
    min-width: 80px;
    min-height: 50px;
  }
}

/***********************************

- .cct-flow

************************************/
.cct-flow-pc ,
.cct-flow-sp {
  margin-top: 20px;
}
.cct-flow-pc > p {
  margin-top:20px;
}
.cct-flow-sp dt {
  line-height:1;
  margin:10px 0;
}

/***********************************

- .kiyaku-frame

************************************/
.kiyaku-frame {
  margin-top:15px;
  padding:20px;
  height:400px;
  border-radius: 5px;
  border: 2px solid #dadada;
}
.kiyaku-frame .kiyaku-content {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  max-height: 100%;
  padding: 10px;
  font-size: 12px;
  line-height: 1.9;
  box-sizing: border-box;
}

@media only screen and (max-width:767px) {
  .kiyaku-frame {
    height:400px;
    padding-left :10px;
    padding-right:10px;
  }
}

/***********************************

- stepBar

************************************/
.stepBar {
  display: table;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  font-size:14px;
  counter-reset: stepnum;
}
.stepBar:first-child {
  margin-top:0;
}
.stepBar > li.step {
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #D9D9D9;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 1em;
  padding-left: 1em;
  counter-increment: stepnum;
}
.stepBar > li.step::before {
  content: counter(stepnum)".";
  display: inline;
  white-space: nowrap;
}
.stepBar > li.step.current {
  background-color: #b60081;
  color: #FFF;
}
.stepBar > li.step:not(:first-child){
  background-image: url(../images/step_default.svg);
  background-size: 24px 101%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  padding-left: calc(24px + 0.8em);
}
.stepBar > li.step:not(:last-child){
  padding-right: 0.7em;
}
.stepBar > li.step.current + .step {
  background-image: url(../images/step_current.svg);
}
.stepBar.step2 > li.step {
  width: 50%;
}
.stepBar.step3 > li.step {
  width: 33.333%;
}
.stepBar.step4 > li.step {
  width: 25%;
}
.stepBar.step5 > li.step {
  width: 20%;
}
.stepBar.step6 > li.step {
  width: 16.666%;
}
.stepBar > li.step:first-child {
  border-radius: 5px 0 0 5px;
}
.stepBar > li.step:last-child {
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 767px){
  .stepBar.step2 > li.step ,
  .stepBar.step3 > li.step ,
  .stepBar.step4 > li.step ,
  .stepBar.step5 > li.step ,
  .stepBar.step6 > li.step {
    width: auto;
  }
  .stepBar > li.step.current ,
  .stepBar > li.step::before {
    font-size: 14px;
  }
  .stepBar > li.step:not(.current) {
    font-size: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .stepBar > li.step:not(:first-child){
    background-size: 13px 101%;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 374px){
  .stepBar > li.step.current ,
  .stepBar > li.step::before {
    font-size: 12px;
  }
  .stepBar > li.step:not(:first-child){
    background-size: 10px 101%;
    padding-left: 20px;
  }
}

/***********************************

- form

************************************/
input, button, select, label, .btn {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input:not(.clear):not([type="file"]), 
button, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input, button, select {
  font-family:inherit;
  font-size:100%;
  color:inherit;
}
.form-style input:not(.clear), 
.form-style select, 
button {
  border:0;
}
input:disabled::-ms-value,
input:disabled::-ms-expand {
  color: inherit;
}
input::-webkit-input-placeholder {
  padding-top:0.2em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A6A6A6;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A6A6A6;
}
::placeholder{ /* Others */
    color: #A6A6A6;
}
:disabled::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BFBFBF;
}
:disabled:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BFBFBF;
}
:disabled::placeholder{ /* Others */
    color: #BFBFBF;
}
input:disabled {
  background-color: #E7E6E6;
}

.form-style input:not(.clear) {
  margin: 0;
}

* + .form-style {
  margin-top:20px;
}
.on-top ,
.on-bottom {
  display:block;
  width:100%;
  font-size:14px;
  line-height:1.4;
}
.on-top + .form-style ,
.on-top + .btn-group:not(:first-child) ,
* + .on-bottom {
  margin-top:5px;
}
.error-txt + .on-top ,
.on-bottom + .on-top ,
.btn-group + .on-top ,
.form-style + .on-top {
  margin-top:1.5em;
}

/* select */
.form-style.select {
  font-size: 0;
}
.form-style.select > .select-wrap ,
.form-style.select > .select-wrap select {
  font-size: 18px;
}
.form-style.select > .select-wrap {
  position: relative;
  overflow: hidden;
  display:inline-block;
  border: 2px solid #BFBFBF;
  border-right-width: 1px;
  border-radius: 7px;
  background-color: #FFF;
}
.form-style.select > .select-wrap select {
  width: auto;
    width:100%\9;
    box-sizing:content-box\9;
  max-width:100%;
  height: 46px;
  padding-left: 17px;
  padding-right: 87px;
  border: 0;
  background: 0;
  font-size: 18px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cg%20transform%3D%22translate(84%2045)%22%3E%3Crect%20width%3D%2250%22%20height%3D%2246%22%20transform%3D%22translate(-84%20-45)%22%20fill%3D%22%23d9d9d9%22%2F%3E%3Cpath%20d%3D%22M8%2C0l8%2C11H0Z%22%20transform%3D%22translate(-51%20-16)%20rotate(180)%22%20fill%3D%22%23404040%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
  background-position:right center;
  background-repeat:no-repeat;
  background-size: 50px;
  margin: 0;
  outline: none;
}
.form-style.select > .select-wrap select:disabled {
  background-color: #E7E6E6;
}

/* file */

.form-style.file .file-wrap ,
.form-style.file .file-wrap input[type="file"] {
  width: 100%;
}
.form-style.file .file-wrap input[type="file"] ,
.form-style.file .file-wrap input.clear {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.form-style.file .file-wrap {
  display: block;
}

/* text */

.form-style.text {
  font-size:0;
}
.form-style.text .text-wrap ,
.form-style.text .text-wrap input {
  font-size: 18px;
}
.form-style.text .text-wrap {
  display:block;
  border: 2px solid #BFBFBF;
  border-radius: 5px;
  background: #FFF;
}
.form-style.text .text-wrap input {
  width: 100%;
  padding: 10px 15px;
  line-height: 1;
  height:48px;
  box-sizing:border-box;
  vertical-align:middle;
  border-radius:3px;
}
.form-style.text .text-wrap.width-L {
  width: 70%;
}
.form-style.text .text-wrap.width-M {
  width: 50%;
}
.form-style.text .text-wrap.width-S {
  width: 35%;
}
.form-style.text .text-wrap.width-SS {
  width: 20%;
}
.form-style.text .text-wrap.width-3em {
  width:84px;
  width:calc(3em + 30px);
}
.form-style.text .text-wrap.width-4em {
  width:102px;
  width:calc(4em + 30px);
}
.form-style.text .text-wrap.width-5em {
  width:120px;
  width:calc(5em + 30px);
}
.form-style.text .text-wrap.width-6em {
  width:138px;
  width:calc(6em + 30px);
}
.form-style.text .text-wrap.width-7em {
  width:156px;
  width:calc(7em + 30px);
}
.form-style.text .text-wrap.width-8em {
  width:174px;
  width:calc(8em + 30px);
}
.form-style.text .text-wrap.width-9em {
  width:192px;
  width:calc(9em + 30px);
}
.form-style.text .text-wrap.width-10em {
  width:210px;
  width:calc(10em + 30px);
}

@media only screen and (max-width:767px){
  .form-style.text .text-wrap.sp-width-100 {
    width: 100%;
  }
}

/* text ipv4 */

.form-style.text .text-wrap.ipv4 {
  display:inline-block;
  width:22%;
  width:calc(25% - 21px);
  margin-left:4%;
  margin-left:calc(28px);
  position:relative;
}
.form-style.text .text-wrap.ipv4:first-child {
  margin-left:0;
}
.form-style.text .text-wrap.ipv4::before {
  content : ".";
  display:block;
  position:absolute;
  left:-10px;
  left:calc(-28px);
  width:calc(28px);
  text-align:center;
  bottom:0;
}
.form-style.text .text-wrap.ipv4:first-child::before {
  content : "";
  display:none;
}
.form-style.text .text-wrap.ipv4 input {
  text-align:center;
}

@media only screen and (max-width:767px){
  .form-style.text .text-wrap.ipv4 {
    width:24%;
    width:calc(25% - 9px);
    margin-left:1%;
    margin-left:calc(12px);
    position:relative;
  }
  .form-style.text .text-wrap.ipv4 input {
/*    font-size:14px; */
    padding-left:0.25em;
    padding-right:0.25em;
  }
  .form-style.text .text-wrap.ipv4::before {
    left:-3px;
    left:calc(-12px);
    width:3px;
    width:calc(12px);
  }
}

/* text telephone */

.form-style.text .text-wrap.telephone {
  display:inline-block;
  width:32%;
  width:calc(33.3333% - 20px);
  margin-left:2%;
  margin-left:calc(30px);
  position:relative;
}
.form-style.text .text-wrap.telephone:first-child {
  margin-left:0;
}
.form-style.text .text-wrap.telephone::before {
  content:"";
  display:block;
  position:absolute;
  left :-10px;
  left :calc(-20px);
  width:9px;
  height:2px;
  top:50%;
  margin-top:-1px;
  background-color:#666;
}
.form-style.text .text-wrap.telephone:first-child::before {
  content : "";
  display:none;
}

@media only screen and (max-width:767px){
  .form-style.text .text-wrap.telephone {
    width:30%;
    width:calc(33.3333% - 10px);
    margin-left:5%;
    margin-left:calc(15px);
    position:relative;
  }
  .form-style.text .text-wrap.telephone input {
/*    font-size:14px; */
    padding-left:0.25em;
    padding-right:0.25em;
    text-align:center;
  }
  .form-style.text .text-wrap.telephone::before {
    left:-3px;
    left:calc(-11px);
    width:3px;
    width:calc(5px);
  }
}

/* text time */
.form-style.text .text-wrap.time input {
  text-align:center;
}
.form-style.text .text-wrap.time ,
.form-style.text .time-block ,
.form-style.text .time-unit {
  display:inline-block;
  margin-bottom:2px;
  box-sizing: border-box;
}
.form-style.text .text-wrap.time {
  width:66px;
  width:calc(2em + 30px);
}
.form-style.text .time-unit {
  font-size:16px;
  line-height:20px;
  padding:14px 7px;
}
@media only screen and (max-width:500px) {
  .form-style.text .text-wrap.time input {
    padding: 5px 2px;
    height:40px;
  }
  .form-style.text .text-wrap.time {
    width:56px;
    width:calc(2em + 6px);
  }
  .form-style.text .time-unit {
    font-size: 12px;
    line-height:20px;
    padding:10px 3px;
  }
}

/* text input-unit-group */

.form-style.text.input-unit-group .text-wrap ,
.form-style.text.input-unit-group .unit {
  display: inline-block;
  vertical-align: middle;
}
.form-style.text.input-unit-group .text-wrap.width-1 {
  width:84px;
  width:calc(3em + 30px);
  max-width: 20%;
}
.form-style.text.input-unit-group .text-wrap.width-2 {
  width:138px;
  width:calc(6em + 30px);
  max-width: 30%;
}
.form-style.text.input-unit-group .text-wrap.width-3 {
  width:192px;
  width:calc(9em + 30px);
  max-width: 43%;
}
.form-style.text.input-unit-group .unit {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px 5px;
  max-width: 47px;
  text-align: center;
}

@media only screen and (max-width:767px){
  .form-style.text.input-unit-group .text-wrap input {
    padding: 10px 7px;
  }
  .form-style.text.input-unit-group .text-wrap.width-1 {
    max-width: 16%;
  }
  .form-style.text.input-unit-group .text-wrap.width-2 {
    max-width: 27%;
  }
  .form-style.text.input-unit-group .text-wrap.width-3 {
    max-width: 39%;
  }
}

/* btn-single */

.form-style.btn-single .btn {
  margin: 0;
}

/***********************************

- .btn

************************************/
.btn {
  display:block;
  margin:20px auto 10px;
  text-decoration:none;
  text-align:center;
  box-sizing:border-box;
  padding:0.475em 16px;
  width: 100%;
  max-width:500px;
  white-space:normal;
  position:relative;
  border:1px solid #404040;
  cursor:pointer;
  line-height:1.25;
  top:-3px;
  color:inherit;
  background-color:#FFF;
  box-shadow:0 4px 0 #404040;
  color:#333;
  font-size: 22px;
}
.btn:hover,
.btn:active {
  box-shadow:0 1px 0 #CCC;
  top:0;
}
.btn.left {
  margin-left: 0;
}
.btn.font-S {
  font-size: 18px;
}
.btn.width-SS {
  max-width: 250px;
}
.btn.width-S {
  max-width: 300px;
}
.btn.width-M {
  max-width: 400px;
}
.btn.width-L {
  max-width:600px;
}
.btn.fill-c1 {
  background-color:#b60081;
  border-color: #b60081;
  box-shadow: 0 4px 0 #600044;
  color:#FFF;
}
.btn.fill-c1:hover,
.btn.fill-c1:active {
  box-shadow: 0 1px 0 #600044;
}
.btn.fill-c2 {
  background-color:#E7E6E6;
  border-color: #8F8F9D;
  box-shadow:0 4px 0 #8F8F9D;
}

.btn.fill-c2:hover,
.btn.fill-c2:active {
  box-shadow:0 1px 0 #8F8F9D;
}
.btn.fill-c3 {
  background-color:#7F7F7F;
  border-color: #7F7F7F;
  box-shadow:0 4px 0 #333;
  color:#FFF;
}

.btn.fill-c3:hover,
.btn.fill-c3:active {
  box-shadow:0 1px 0 #333;
}

.btn:disabled ,
.btn.deactive ,
.btn.fill-c1.deactive ,
.btn.fill-c2.deactive {
  background-color:#bbb;
  border-color: #bbb;
  box-shadow: 0 1px 0 #666 !important;
  color:#FFF;
  top:0;
  cursor:default;
  background-image: none !important;
}

.btn.next ,
.btn.back {
  padding-left: 45px;
  padding-right: 45px;
  background-repeat:no-repeat;
  background-size: 12px auto;
}

.btn.next {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.107%22%20height%3D%2220.376%22%20viewBox%3D%220%200%2011.107%2020.376%22%3E%3Cpath%20d%3D%22M48.612%2C50.536l9%2C9.6-9%2C9.4%22%20transform%3D%22translate(-47.882%20-49.852)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
  background-position:93.6% center;
  background-position:right 20px center;
}
.btn.back {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.107%22%20height%3D%2220.376%22%20viewBox%3D%220%200%2011.107%2020.376%22%3E%3Cpath%20d%3D%22M57.612%2C50.536l-9%2C9.6%2C9%2C9.4%22%20transform%3D%22translate(-47.234%20-49.852)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
  background-position:20px center;
}

.btn.next.fill-c1 ,
.btn.next.fill-c3 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.107%22%20height%3D%2220.376%22%20viewBox%3D%220%200%2011.107%2020.376%22%3E%3Cpath%20d%3D%22M48.612%2C50.536l9%2C9.6-9%2C9.4%22%20transform%3D%22translate(-47.882%20-49.852)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}
.btn.back.fill-c1 ,
.btn.back.fill-c3 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.107%22%20height%3D%2220.376%22%20viewBox%3D%220%200%2011.107%2020.376%22%3E%3Cpath%20d%3D%22M57.612%2C50.536l-9%2C9.6%2C9%2C9.4%22%20transform%3D%22translate(-47.234%20-49.852)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}

@media only screen and (max-width:767px){
  .btn {
    width: 90%;
  }
}

/***********************************

- .narrow-frame

************************************/
.narrow-frame {
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width:767px){
  .narrow-frame {
    max-width: 95%;
  }
}

/***********************************

- .data-input-table

************************************/
.enclosed-txt + .data-input-table {
  margin-top: 10px;
}
.data-input-table ,
.data-input-table tbody {
  width:100%;
  font-size:18px;
}
.data-input-table .data-row ,
.data-input-table .content-row {
  border-bottom:1px solid #D9D9D9;
}
.data-input-table .data-row.noborder ,
.data-input-table .content-row.noborder {
  border-bottom:none;
}
.data-input-table .data-row.has-topborder ,
.data-input-table .content-row.has-topborder {
  border-top:1px solid #D9D9D9;
}
.data-input-table .data-row > th,
.data-input-table .data-row > td {
  vertical-align:top;
  padding-top:20px;
  padding-bottom:20px;
}
.data-input-table .content-row > td {
  vertical-align: top;
  padding: 10px;
}
.data-input-table .data-row > th {
  width:40%;
  padding-left:44px;
  padding-right:20px;
  line-height:1.4;
  position: relative;
}
.data-input-table .data-row.no-required-space > th {
  padding-left: 10px;
}
.data-input-table .data-row > td {
  width:60%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.data-input-table .content-row > td {
  padding-right: 10px;
  font-size: 16px;
}
.data-input-table .data-row.required > th::before {
  content: "\5FC5\9808";
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 3px;
  padding: 3px 5px;
  background-color: #FFF;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.data-input-table .data-row > th .data-hdg {
  padding-right:30px;
  display:inline-block;
  position:relative;
}
.data-input-table .data-row > th .format{
  margin-top: 0;
}

.data-input-table .data-row.disabled-1 ,
.data-input-table .content-row.disabled-1 { 
  opacity: 0.3;
}
.data-input-table .data-row.disabled-2 > td ,
.data-input-table .content-row.disabled-2 > td {
  position: relative;
}
.data-input-table .data-row.disabled-2 > td::after ,
.data-input-table .content-row.disabled-2 > td::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.data-input-table .data-row.disabled-1 .btn-group > .elements > li label input:disabled:not(:checked) + .input-design ,
.data-input-table .data-row.disabled-2 .btn-group > .elements > li label input:disabled:not(:checked) + .input-design {
  background-color:#FFF;
  color:inherit;
  box-shadow:0 1px 0 #ccc;
}

@media only screen and (max-width:767px){
  .data-input-table,
  .data-input-table tbody ,
  .data-input-table .data-row ,
  .data-input-table .data-row > th,
  .data-input-table .data-row > td {
    display:block;
    width:100%;
      float:left\9;
  }
  .data-input-table .data-row > th {
    padding: 15px 10px 0;
  }
  .data-input-table .data-row.required > th {
    padding-left:54px;
  }
  .data-input-table .data-row.required > th::before {
    top: 18px;
    left: 10px;
  }
  .data-input-table .data-row > td {
    padding-top:10px;
    padding-bottom:15px;
  }
}



/***********************************

- .data-input-table(for IE)

************************************/
@media only screen and (max-width:767px){
  .data-input-table:not(:target) ,
  .data-input-table tbody:not(:target) ,
  .data-input-table tr:not(:target) ,
  .data-input-table th:not(:target) ,
  .data-input-table td:not(:target) {
      float:left\9;
  }
}
@media only screen and (max-width:767px) and (-ms-high-contrast: none) {
  .data-input-table:not(:target) ,
  .data-input-table tbody:not(:target) ,
  .data-input-table tr:not(:target) ,
  .data-input-table th:not(:target) ,
  .data-input-table td:not(:target) {
      float:none;
  }
}

/***********************************

- .data-input-table.confirm

************************************/
.data-input-table.confirm .data-row th {
  padding-left:15px;
}
.data-input-table.confirm .data-row th small:not([class]) {
  font-weight: inherit;
  display: inline-block;
}
.data-input-table.confirm caption {
  padding:10px 15px;
  background-color:#b60081;
  color: #FFF;
  margin-top: 20px;
}
.data-input-table.confirm .hdg-row th {
  padding: 20px 10px;
  background-color: #b60081;
  color: #FFF;
}
.data-input-table.confirm .hdg-row th:first-child {
  padding-left: 15px;
}

@media only screen and (max-width:767px){
  .data-input-table.confirm caption {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .data-input-table.confirm th {
    font-weight:bold;
    padding-top:15px;
  }
  .data-input-table.confirm td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .data-input-table.confirm .hdg-row ,
  .data-input-table.confirm .hdg-row th {
    display: block;
  }
  .data-input-table.confirm .hdg-row th:first-child {
    padding: 15px 15px 0;
  }
  .data-input-table.confirm .hdg-row th:nth-child(n+2) {
    padding: 10px 15px 15px;
    font-weight: normal;
  }
}

/***********************************

- .help-icon

************************************/
.help-icon {
  display:inline-block;
  width:20px;
  height:20px;
  font-size: 12px;
  background-color: #6794BD;
  line-height:20px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  margin-left: 5px;
}
.data-input-table .data-row > th .help-icon {
  position:absolute;
  top:1px;
  right:5px;
}

/***********************************

- fieldset.btn-group

************************************/
.btn-group {
  margin-left: -10px;
  margin-right: -10px;
}
.btn-group:not(:first-child) {
  margin-top:20px;
}
.btn-group > .elements {
  padding:5px;
}
.btn-group > .elements > li {
  display:block;
  box-sizing:border-box;
  float:left;
  padding:5px;
}
.btn-group.column4 > .elements > li {
  width:25%;
}
.btn-group.column3 > .elements > li {
  width:33.3333%;
}
.btn-group.column3 > .elements > li:nth-child(3n) {
  width:33.3334%;
}
.btn-group.column2 > .elements > li {
  width:50%;
}
.btn-group.column1 > .elements > li {
  width:100%;
}
.btn-group > .elements > li label input {
  display:none;
}
.btn-group > .elements > li label input + .input-design {
  display:table;
  text-align:center;
  line-height:1.1;
  background-color:#FFF;
  box-shadow:0 3px 0 #CCC;
  border: 1px solid #BFBFBF;
  position:relative;
  top:-2px;
  margin-bottom:1px;
  cursor:pointer;
  width:100%;
  border-collapse:separate;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.btn-group > .elements > li label input + .input-design > span {
  display:table-cell;
  vertical-align:middle;
  padding:10px 0.75em;
  font-size: 18px;
}

.btn-group > .elements > li label input:disabled + .input-design ,
.btn-group > .elements > li label input + .input-design:hover ,
.btn-group > .elements > li label input:checked + .input-design {
  box-shadow:0 1px 0 #CCC;
  top:0;
  margin-bottom:1px;
}
.btn-group > .elements > li label input:disabled + .input-design {
  background-color:#bbb;
  color:#FFF;
  box-shadow:0 1px 0 #999;
  cursor:default;
}
.btn-group > .elements > li label input:checked + .input-design {
  background-color: #DAE3F3;
  box-shadow:0 1px 0 #b2bbcb;
}
.btn-group > .elements > li label input.btn-unchanged:disabled + .input-design {
  background-color: #DAE3F3;
  box-shadow:0 1px 0 #b2bbcb;
  color: inherit;
}
@media only screen and (max-width:767px){
  .btn-group > .elements > li label input + .input-design > span {
    font-size:14px;
    line-height:1.1;
  }
}

/***********************************

- .checkbox-text

************************************/
.checkbox-text {
  text-align: center;
  margin-top: 15px;
}
.checkbox-text input {
  display:none;
}
.checkbox-text label {
  display: inline-block;
}
.checkbox-text .input-design {
  font-size:18px;
  padding:10px 15px 10px 55px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.checkbox-text input:disabled + .input-design {
  cursor: default;
  opacity: 0.6;
}

.checkbox-text input + .input-design::before ,
.checkbox-text input + .input-design::after {
  content: "";
  position: absolute;
  border-color: #555;
  border-style: solid;
  background-color: #FFF;
}
.checkbox-text input + .input-design::before {
  display: block;
  border-width: 3px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  top: 8px;
  left: 10px;
}
.checkbox-text input + .input-design::after {
  display: none;
}
.checkbox-text input:checked + .input-design::after {
  display: block;
  width: 20px;
  height: 6px;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
  box-shadow: 3px 3px 0 2px #FFF;
  top: 11px;
  left: 15px;
}

.checkbox-text.in-content {
  text-align: left;
  margin-top: 0;
}
.checkbox-text.in-content:not(:first-child) {
  text-align: left;
  margin-top: 15px;
}
.checkbox-text.in-content .input-design {
  font-size: 14px;
  padding:6px 0 6px 38px;
}
.checkbox-text.in-content input + .input-design::before {
  border-width: 2px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  top: 6px;
  left: 5px;
}
.checkbox-text.in-content input:checked + .input-design::after {
  width: 16px;
  height: 6px;
  border-width: 0 0 2px 2px;
  box-shadow: 2px 2px 0 2px #FFF;
  top: 7px;
  left: 11px;
}

/***********************************

- .btnset_horizon

************************************/
.btnset_horizon {
  position: relative;
  margin-top: 20px;
}
.btnset_horizon .main {
  max-width: 400px;
  max-width: calc(100% - 180px * 2);
  margin: 0 auto;
}
.btnset_horizon .sub {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
  width: 150px;
}
.btnset_horizon .sub .btn {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}
@media only screen and (max-width:767px){
  .btnset_horizon .main {
    max-width: 100%;
  }
  .btnset_horizon .sub {
    position: static;
    margin: 30px auto 10px;
  }
  .btnset_horizon .sub .btn {
    width: 100%;
  }
}

/***********************************

- .area-submit

************************************/
.area-submit {
  padding-top:50px;
  padding-bottom:10px;
}
.area-submit .attention {
  margin-top:20px;
  margin-bottom:20px;
}

@media only screen and (max-width:767px){
  .area-submit {
    padding-top:25px;
  }
}

/***********************************

- .result-message

************************************/
.result-message {
  font-size:19px;
  color: #b60081;
  text-align:center;
  margin:20px auto;
}


/***********************************

- .footer

************************************/
.footer {
  background-color:#5d5d5d;
  padding-top:12px;
  padding-bottom:12px;
}
.footer .copyright {
  text-align:center;
  color:#FFF;
  font-size:12px;
}

/***********************************

- footer absolute

************************************/
html {
  height:100%;
}
body {
  box-sizing:border-box;
  min-height:100%;
  padding-bottom:50px;
  position:relative;
}
.footer {
  position:absolute;
  left:0; right:0;
  bottom:0;
}
.footer .footer-parts * {
  margin-top   :0;
  margin-bottom:0;
  line-height:1.2;
}
.footer .footer-parts .logo {
  width:80px;
  margin-right:15px;
  float:left;
}
.footer .footer-parts .copyright {
  font-size:16px;
  text-align:right;
}
@media only screen and (max-width:767px) {
  .footer .footer-parts .logo {
    width:100%;
    margin-right:0;
    float:none;
    text-align:center;
  }
  .footer .footer-parts .copyright {
    font-size:14px;
    text-align:center;
    margin-top:10px;
  }
}

/***********************************

- body.support

************************************/
body.support .followup-title {
  position:fixed;
  top:0;
  left:0;
  right:0;
  background-color:#b60081;
  color:#FFF;
  z-index:1000;
}
body.support .followup-title .ttl {
  font-size:19px;
  font-weight:bold;
  text-align:center;
  line-height:24px;
  padding-top:5px;
  padding-bottom:5px;
}
body.support {
  font-size:16px;
  padding-top:34px;
  padding-bottom:30px;
}
body.support .header {
  border-top:none;
}

/***********************************

- .support-hdg-*

************************************/
.support-hdg-1 {
  font-size: 24px;
  font-weight: bold;
  color: #b60081;
  margin-top: 30px;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.4;
}
.support-hdg-1::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  top: 0.2em;
  left: 0;
  background-color: #b60081;
}

/***********************************

- .support-indent

************************************/
.support-indent {
  margin-top: 10px;
  padding-left: 15px;
}

/***********************************

- .support-data-list

************************************/
.support-data-list > dt {
  padding: 5px 0 5px 15px;
  border-left: 4px solid #b60081;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
  font-size: 20px;
}
.support-data-list > dd {
  padding-left: 15px;
  line-height: 1.6;
}
.support-data-list > dt + dd {
  margin-top: 10px;
}
.support-data-list > dd + dt {
  margin-top: 25px;
}

/***********************************

- .support-data-list-2

************************************/
.support-data-list-2 > dt {
  position: relative;
  padding-left: 18px;
  margin-top: 15px;
  line-height: 1.5;
}
.support-data-list-2 > dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #333;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.support-data-list-2 > dd {
  padding-left: 18px;
  line-height: 1.6;
}
.support-data-list-2 > dd + dt {
  margin-top: 20px;
}

/***********************************

- .kiyaku-content *

************************************/
/* 文字大きさ */
.kiyaku-content .ftz14 { font-size: 14px !important;}
.kiyaku-content .ftz15 { font-size: 15px !important;}
.kiyaku-content .ftz16 { font-size: 16px !important;}
.kiyaku-content .ftz17 { font-size: 17px !important;}
.kiyaku-content .ftz18 { font-size: 18px !important;}
.kiyaku-content .ftz19 { font-size: 19px !important;}
.kiyaku-content .ftz20 { font-size: 20px !important;}

/* margin */
.kiyaku-content .mt0 { margin-top:  0   !important; }
.kiyaku-content .mt1 { margin-top:  1px !important; }
.kiyaku-content .mt2 { margin-top:  2px !important; }
.kiyaku-content .mt3 { margin-top:  3px !important; }
.kiyaku-content .mt4 { margin-top:  4px !important; }
.kiyaku-content .mt5 { margin-top:  5px !important; }
.kiyaku-content .mt6 { margin-top:  6px !important; }
.kiyaku-content .mt7 { margin-top:  7px !important; }
.kiyaku-content .mt8 { margin-top:  8px !important; }
.kiyaku-content .mt9 { margin-top:  9px !important; }
.kiyaku-content .mt10{ margin-top: 10px !important; }

/* 縦方向 */
.kiyaku-content .vagt { vertical-align: top !important;}
.kiyaku-content .vagm { vertical-align: middle !important;}
.kiyaku-content .vagb { vertical-align: bottom !important;}

.kiyaku-content .fwb { font-weight: bold; }

.kiyaku-content .right{ text-align:right !important; }

.kiyaku-content .inputTxt {
  display: inline-block;
  border: 2px solid #BDC3C7;
  border-radius: 5px;
  background: #FFF;
}

.kiyaku-content .tableType02 {
  width: 100%;
  background: #FFF;
}
.kiyaku-content .tableType02 th,
.kiyaku-content .tableType02 td {
  padding: 20px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.kiyaku-content .tableType02 th:nth-child(n+2),
.kiyaku-content .tableType02 td:nth-child(n+2) {
  border-left: 1px solid #dcdcdc;
}
.kiyaku-content .tableType02 tr:last-child th,
.kiyaku-content .tableType02 tr:last-child td { border-bottom: 0;}
.kiyaku-content .tableType02 th { width: 300px;}
.kiyaku-content .tableType02 td.w490 { width: 490px;}


/***********************************

- @media print

************************************/
@media print {
  .pagetop {
    display: none;
  }
}


/***********************************

- end

************************************/
