@charset "UTF-8";
/*============================================================ */
/*!　主婦川柳　投句募集
 * ---------------------------------------------------------- */
#senryu.contact .lead__block .heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#senryu.contact .img__sp {
  display: block;
}

#senryu.contact .img__pc {
  display: none;
}

@media (min-width: 700px) {
  #senryu.contact .img__sp {
    display: none;
  }
  #senryu.contact .img__pc {
    display: block;
  }
}

/*!　フォーム
 * ---------------------------------------------------------- */
input[type=submit], input[type=button] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

p.bot {
  text-align: center;
  margin: 30px auto;
  max-width: 300px;
}

p.bot span {
  position: relative;
  line-height: 0;
}

p.bot span:after {
  line-height: 0;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6875rem;
  position: absolute;
  top: 58%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

p.bot input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #fff;
}

p.bot input:hover {
  transition: background-color 1s;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

p.bg01 span:after {
  content: "\f054";
  right: 15px;
}

p.bg01 input {
  background-color: #980000;
}

p.bg01 input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

p.bg02 span:after {
  content: "\f053";
  left: 15px;
}

p.bg02 input {
  background-color: #E20A16;
}

p.bg02 input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

#php_form h2.title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #980000;
  background: #F4F0E5;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
  border-top: solid 1px #D7D2B5;
  border-bottom: solid 1px #D7D2B5;
}

#php_form .form__block {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #F4F7EE;
  -webkit-border-radius: 10px / 8px;
  -moz-border-radius: 10px / 8px;
  -ms-border-radius: 10px / 8px;
  -o-border-radius: 10px / 8px;
  border-radius: 10px / 8px;
}

#php_form table {
  width: 100%;
  border-collapse: collapse;
}

#php_form th {
  text-align: left;
  padding: 10px 5px;
  width: 240px;
  vertical-align: top;
  border-bottom: 1px dotted #CCC;
  color: #000;
  font-weight: 700;
}

#php_form th em {
  display: inline-block;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.6875rem;
  background-color: #CC0000;
  margin: 0px 0px 0px 10px;
  padding: 2px 5px 1px 5px;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
}

#php_form td {
  padding: 15px 5px;
  line-height: 2;
  border-bottom: 1px dotted #CCC;
}

#php_form textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  color: #000;
  background: #FFF;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#php_form textarea:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form select {
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

#php_form select input[type=text], #php_form select input[type=tel] {
  border: 1px solid #666;
}

#php_form .p-postal-code, #php_form .age {
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

#php_form .p-postal-code:focus, #php_form .age:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form .name {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 48.5%;
}

#php_form .name:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form .itext {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

#php_form .itext:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

/*　ファイルを添付　*/
.filelabel {
  display: inline-block;
  position: relative;
  background-color: #369C00;
  color: #fff;
  font-size: 16px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.5s;
}

.filelabel:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

[class^="fileinput"] {
  display: none;
}

@media screen and (min-width: 1100px) {
  #php_form .form__block {
    padding: 20px;
  }
  #php_form td input.name:last-of-type {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1099px) {
  #php_form .form__block {
    padding: 20px;
    width: 100%;
  }
  #php_form input, #php_form textarea {
    font-size: 16px;
  }
  #php_form select {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  #php_form thead, #php_form tbody, #php_form tr, #php_form th, #php_form td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #php_form th {
    width: auto;
    border-bottom: none;
    padding: 10px 0 0 0;
  }
  #php_form td {
    width: auto;
    padding: 5px 0 10px 0;
  }
  #php_form p.bot input {
    font-size: 0.875rem !important;
  }
  input.code {
    width: 8em;
  }
  input.name {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}

@media (min-width: 600px) {
  br.br__sp {
    display: none;
  }
}
