@charset "UTF-8";
/*******************************

ENTRY Css

*******************************/

/*******************************
エントリー
 *******************************/
.wrap-common {
    max-width: 820px;
}

.txtWrap {
    border-radius: 10px;
    padding: 2px;
    background: -webkit-linear-gradient(0deg, #fba877, #eee2a5, #ddf0df, #f0f7ca);
}

.txtWrap dl {
    padding: 50px 5%;
    border-radius: 10px;
    background: #fff;
}

.txtWrap dt {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 20px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .txtWrap dl {
        padding: 30px 5%;
        text-align: left;
        line-height: 1.6;
    }
}

/*******************************
フォーム
 *******************************/
.formWrap {
    width: 100%;
    margin: 100px auto;
    text-align: left;
}

.formWrap dl {
    margin-bottom: 40px;
}

.formWrap dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.formWrap dt span {
    display: inline-block;
    color: #353535;
    border: 1px solid #353535;
    border-radius: 3px;
    font-size: 80%;
    padding: 3px 5px 2px;
    margin-left: 10px;
    line-height: 1;
    font-weight: normal;
}

.formWrap p {
    font-size: 90%;
    text-align: center;
    margin: 50px 0;
}

.formWrap p a {
    text-decoration: underline;
}

.formWrap p a:hover {
    text-decoration: none;
}

/*ファイル*/
dl.file div {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 5px 25px;
    border: 1px solid #bfbfbf;
    background: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

dl.file dd span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
}

/*選択*/
select {
    width: 100%;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 1em;
}

dl.select dd {
    position: relative;
    width: 70%;
    color: #333;
    border: none;
    font-size: 100%;
    border-radius: 4px;
    background: #f7f8f8;
}

dl.select dd:after {
    position: absolute;
    font-size: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    content: "\f107";
    font-family: FontAwesome;
    color: #c9caca;
    pointer-events: none;
    font-weight: bold;
}

/*テキストエリア*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    color: #333;
    width: 100%;
    border: none;
    font-size: 100%;
    padding: 1em;
    border-radius: 4px;
    background: #f7f8f8;
}

dl.name input[type="text"],
dl.furigana input[type="text"],
dl.tel input[type="tel"],
dl.fax input[type="tel"] {
    max-width: 500px;
}

/*送信ボタン*/
input[type="submit"] {
    -webkit-appearance: none;
    font-size: 130%!important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%!important;
    max-width: 650px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 10px!important;
    background: #191918;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    background: #ed9d59;
}

.txtWrap dl{
	text-align: initial;
}



/*==== mobile スマフォ縦用css ===*/
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  margin: 20px 0px;
}
.tbl-r02 th {
  /*background: #e9727e;
  border: solid 1px #ccc;*/
  color: #000000;
  padding: 10px 0 0 0;
　font-weight: 600;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}






/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .formWrap {
        margin: 50px auto;
    }
    dl.select dd {
        width: 100%;
    }
}
