/*
Theme Name: naisuimen
*/

img {
  height: auto;
}

.mw_wp_form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #B2B2B2;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 12px 20px;
}

body .mw_wp_form .error {
  color: #FF2222;
  font-size: 1.4rem;
  margin: 7px 0 -3px 0;
  padding-left: 20px;
  background-image: url("/wp-content/uploads/ico-err.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

body .btn-comp02{
  width: 280px;
  border-radius: 10px;
}

body .btn-comp03{
  width: 280px;
  border-radius: 10px;
}

body .send{
  width: 280px;
  border-radius: 10px;
}

.mw_wp_form_input .input-show2 {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.btn-comp03 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  border: none;
  background: #C4C4C4;
  color: white;
  width: 100%;
  max-width: 280px;
  height: 48px;
  position: relative;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 1px;
}

.btn-comp03--black {
  background: #222222;
}

.btn-comp03--black:hover {
  background: #C4C4C4;
}

.articles-relative .list-item .list-tag li {
  margin-right: 5px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 39px;
  height: 39px;
  font-weight: 600;
}

.wp-pagenavi a{
  color: #0366D6;
  margin: 0 13px;
  font-size: 1.7rem;
}

.wp-pagenavi .current{
  color: #222222;
  margin: 0 13px;
  border: 2px solid #222222;
  border-radius: 50%;
  font-size: 1.7rem;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  font-size: 1.5rem;
}

.btn-comp03:hover {
  opacity: 1;
  background: #222222;
}

.btn-comp03:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-comp03--black {
  background: #222222;
}

.btn-comp03--black:hover {
  background: #C4C4C4;
}

.btn-comp03--noarr:after {
  display: none;
}

.btn-comp03--sm {
  max-width: 230px;
  height: 47px;
  border-radius: 5px;
}

.btn-comp03.disabled {
  cursor: initial;
  background: #C4C4C4;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
    .btn-comp03 {
    max-width: 343px;
    }
  
    .btn-comp03--sm {
    height: 57px;
    max-width: 237px;
    font-size: 20px;
    font-size: 2rem;
    }
}

