.floatR {
  float: right;
}

/* ** $form フォーム ** */

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
input[type="url"] {
  border: 1px solid #a5a5a5;
  border-radius: 2px;
  color: #101010 !important;
  height: 32px;
  background: white;
  padding: 0 4px;
  box-shadow: 0 1px 1px #dfdfdf inset;
  background: #fff;
  border: 1px solid #a5a5a5;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="url"]:focus {
  box-shadow: 0 0 3px 1px rgba(0, 154, 77, .2);
  border: 1px solid #009a4d;
  outline: none;
}

.inputError {
  box-shadow: 0 2px 2px #d6b4ae inset !important;
  background: #f7d1ca !important;
  border: 1px solid #D83E24 !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

input + input {
  margin-top: 10px;
}

select,
select option {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.formset {
  width: 100%;
}

.formset input {
  width: 49%;
  float: left;
}

.formset input:last-of-type {
  margin-left: 2%;
}

#ul_form {
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 3px;
}

#ul_form li {
  position: relative;
}

#ul_form .dlTop {
  width: 100%;
}

#formSection {
  margin-bottom: 21px;
  background-color: #f8f8f8;
  padding: 16px 24px;
  border-radius: 2px;
  border: #dfdfdf 1px solid;
  /*  text-shadow: 0px 2px 0px #fff;*/
}

#formSection h2 {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
  line-height: 200%;
  margin-bottom: .5em;
}

#formSection h3 {
  border-bottom: 1px solid #c0c0c0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 6px;
  padding-left: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
  margin-top: 40px;
}

#formSection ul {
  margin-top: 16px;
  padding-bottom: .4em;
  margin-bottom: 0;
  list-style: none;
}

#formSection ul li {
  float: left;
  margin: 0 0 5px;
    list-style: none;
}

#formSection ul li label {
  float: left;
}

#formSection ul li p {
  margin-bottom: 0px;
  font-size: 14px;
}

#entrant {
  padding-bottom: 0 !important;
}

#entrant li {
  margin-bottom: 5px !important;
}

.opBox {
  text-align: right;
  padding: 0 20px;
  position: relative;
}

.submitBox {
  padding: 8px;
  text-align: center;
  width: 100% !important;
}

.page-sub h1 {
  color: #009a4d !important;
  text-shadow: none !important;
  clear: both;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  margin: 16px 0 8px !important;
  padding: 0 !important;
  height: auto !important;
}

.page-sub h1:before {
  content: "\f10c";
  color: rgba(0, 153, 77, .5);
  font-family: fontAwesome;
  margin-right: 4px;
}

#subimitForm_c p {
  float: left;
  display: block;
  width: 200px;
  margin: 0;
  height: auto;
}

#subimitForm_c div#howToPay {
  float: left;
  width: 650px;
}

#subimitForm_c ul li {
  clear: both;
  width: 100%;
}

.tableList-th_cell {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableList-th_cell span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.htp_desc {
  clear: both;
  padding: 8px;
}

.htp_desc dt {
  float: left;
  width: 12%;
  margin: 0 0 10px;
  font-weight: bold;
}

.htp_desc dd {
  float: left;
  width: 88%;
  margin: 0 0 10px;
}

.htp_desc dt:last-of-type,
.htp_desc dd:last-of-type {
  margin-bottom: 0 !important;
}

#subpage h1 {
  color: #009a4d;
  font-size: 14px;
  font-size: 1.4rem;
}

.sub-steps {
  border: 3px solid #009a4d;
  display: table;
  width: 100%;
  table-layout: fixed;
  font-weight: bold;
  padding: 8px 0;
  margin: 0 0 16px;
}

.sub-steps li {
  display: table-cell;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.sub-steps li.active {
  color: #009a4d;
}

.sub-steps b {
  color: #009a4d;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  display: block;
}

.sub-steps-arrow {
  width: 16px;
  font-size: 16px;
  color: #009a4d;
}

.sub-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  border-bottom: 3px solid #009a4d;
  padding: 4px 0;
}

.sub-title b {
  font-size: 13px;
  font-size: 1.3rem;
  color: #009a4d;
  margin-right: 8px;
}

.sub-title-nav {
  font-size: 13px;
  font-size: 1.3rem;
  color: #009a4d !important;
  position: absolute;
  margin-top: -29px;
  right: 0;
  margin-right: 16px;
}

.subDL {
  clear: both;
  width: 100%;
}

.subDL th {
  text-align: left;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px solid #c0c0c0;
}

.subDL td {
  width: 230px;
  line-height: 1.5em;
  border-bottom: 1px solid #c0c0c0;
  overflow: auto;
}

.subDL th .subDL-title,
.selectType {
  float: left;
}

.selectType {
  margin-top: 12px;
}

.subDL-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.subDL-title b {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4aa655;
  border: 1px solid #4aa655;
  line-height: 1em;
  border-radius: 2px;
  padding: 2px 4px;
  font-weight: normal;
  margin-left: 16px;
  /*  color: #4aa655;*/
}

.subDL td>p {
  line-height: 1.3em;
  margin: .5em 0;
}

.subDL .lastlist {
  width: 180px;
}

.subDL .lastlist p {
  margin: 15px 0;
}

.subTable {
  width: 100%;
  margin: 16px 0 21px 0;
}

.subTable td {
  text-align: center;
}

.selectType {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #5a5a5a;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .05);
  outline: none;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
}

.selectType:after {
  content: "✔";
  font-size: 16px;
  color: #dfdfdf;
  width: 24px;
  height: 24px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
}

.selectType:checked {
  border: 1px solid #353535;
  background: #353535;
  background: -moz-linear-gradient(top, #353535 0%, #969696 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(100%, #969696));
  background: -webkit-linear-gradient(top, #353535 0%, #969696 100%);
  background: -o-linear-gradient(top, #353535 0%, #969696 100%);
  background: -ms-linear-gradient(top, #353535 0%, #969696 100%);
  background: linear-gradient(to bottom, #353535 0%, #969696 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#969696', GradientType=0);
}

.selectType:checked:after {
  color: #fff;
  margin-top: 2px;
}

.subSubmitBox {
  margin: 0 0 32px;
  clear: both;
  text-align: left;
}

.subSubmitBox button {
  border: none;
}

.page-confirm #contents {
  margin: 0 auto;
  float: none;
}

.fontExample {
  font-size: 10px;
  color: #666;
  padding-left: 15px;
  line-height: 180%;
}

.fontMust {
  font-weight: 700;
  color: #D83E24;
  padding-left: 10px;
}

.fontRed_light {
  font-weight: 400;
  color: #D83E24 !important;
}

.list50 {
  width: 50%;
}

.list100 {
  width: 100%;
}

#formSection .submitBox {
  text-align: center;
}

#formSection input[type=submit] {
  border: none;
  background-color: #44c7aa;
  display: block;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #14977a;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 auto;
}

.entry-content .entryform h2 {
  background-color: #409251;
  margin-bottom: 0;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  border: #dfdfdf 1px solid;
}

.picFrame {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #D3D7D8;
}

.picFrame p {
  margin: 4px 0 2px 2px !important;
  line-height: 135%;
  color: #101010;
  text-decoration: none;
  width: auto !important;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  letter-spacing: 0;
}

.picOutline a:hover {
  text-decoration: none !important;
}

.picOutline {
  float: right;
  max-width: 206px;
  margin: 0 0 16px 20px;
  position: relative;
}

.picOutline a {
  position: relative;
  display: block;
  border: 0;
}

.picOutline a span {
  display: none;
  height: 32px;
  position: absolute;
  width: 32px;
  right: 8px;
  top: 8px;
  text-align: center;
}

.picOutline a span:after {
  content: "\f00e";
  color: #009a4d;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  filter: dropshadow(color=#ffffff, offX 0, offY=-1) dropshadow(color=#ffffff, offX 1, offY 0) dropshadow(color=#ffffff, offX 0, offY 1) dropshadow(color=#ffffff, offX=-1, offY 0);
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px,
    #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}

.picOutline a:hover span {
  display: block;
  opacity: 1 !important;
  z-index: 9996;
}

.picOutline .picFrame {
  margin-bottom: 10px;
  /*  box-shadow: 0px 2px 6px 0px #c0c0c0;*/
  
  border-radius: 2px;
}

.picOutline a img:hover,
.picFrame a img:hover {
  opacity: .9;
}

img.picF {
  width: 100%;
  margin: 0;
}
/*
img.picFOver {
  border: 1px solid;
}
*/

@media screen and (max-width: 896px) {

#formSection {
  padding: 15px;
}

.list50 {
  width: 100%;
}

.list100 {
  width: 100%;
}

.picOutline {
  float: left;
  max-width: 100%;
  padding: 30px;
  position: relative;
  margin: 0 0 15px 0;
}
}
