@charset "UTF-8";
/* CSS Document */

/*固定ページのページャー*/

.pagination{
   margin:40px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:10px 15px;
   color:#333;
   border-radius:3px;
/*   box-shadow:0 3px 3px #999;*/
   background:#fafafa;
}
.pagination .current{
   padding:10px 15px;
   background:#3caceb;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}





/* --- お問い合わせフォーム --- */


/* デザインカスタマイズ */
wpcf7-list-item-label {
	font-size: 15px;
}

div.wpcf7 {
    border: 1px solid #ddd;
    padding: 0px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:0;
/* 	margin: 0 0 30px 0; */
}

.wpcf7 textarea {
    padding: 8px;
    font-size: 14px;
  border: none;
}



 div.wpcf7 input {
    padding: 8px;;
    font-size: 15px;
	letter-spacing: 2px;
	 margin: 0 auto;
   border-radius: 10px;
   background-color: #eaf8fc;
}


div.wpcf7 textarea {
    width: 100%;
    height:200px;
  
  border: none;
}


textarea {
  border: none!important;
}

.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-job"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-item"],
.wpcf7 input[name="zip"],
.wpcf7 input[name="pref"],
.wpcf7 input[name="city"],
.wpcf7 input[name="your-ruby"],
.wpcf7 input[name="text-458"],
.wpcf7 input[name="your-dept"],
.wpcf7 input[name="tel-454"]{
        width: 100%;
        height: 45px !important;
}



.wpcf7 textarea[name="your-message"] {
        width: 100%;
        height: 350px !important;
  background-color: #eaf8fc;
  border-radius: 8px;
}


div.wpcf7 input.wpcf7-confirm {
  display: inline-block;
    width: 248px;
    height: 59px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    vertical-align: middle;
    padding: 21px 0;
    color: #FFF;
    background: url(../img/common/foot.png) no-repeat;
    background-image: linear-gradient(
45deg
, #48ACF0 0%, #FFB9D9 100%);
    transition: .2s;
    text-align: center;
    filter: drop-shadow(0px 13px 10px rgba(0, 0, 0, .13));
  font-family: 'NudMotoyaMaruStd-W6';
  box-sizing: inherit;

}
div.wpcf7 input.wpcf7-confirm:hover {
   opacity: 0.5;
}
.wpcf7 input.wpcf7-confirm:active {
    box-shadow: none;
    position: relative;
}

div.wpcf7 input.wpcf7-submit {
  display: inline-block;
    width: 248px;
    height: 59px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    vertical-align: middle;
    padding: 21px 0;
    color: #FFF;
    background: url(../img/common/foot.png) no-repeat;
    background-image: linear-gradient(
45deg
, #48ACF0 0%, #FFB9D9 100%);
    transition: .2s;
    text-align: center;
    filter: drop-shadow(0px 13px 10px rgba(0, 0, 0, .13));
  font-family: 'NudMotoyaMaruStd-W6';
  box-sizing: inherit;

}
div.wpcf7 input.wpcf7-submit:hover {
   opacity: 0.5;
}
.wpcf7 input.wpcf7-submit:active {
    box-shadow: none;
    position: relative;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    border: 1px solid #009de1;
}
.wpcf7-captchac {
    border: 1px solid #ccc;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
    background: #ffb6c1;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
/*     border: 1px solid #EED3D7; */
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
/*     border: 1px solid #BCE8F1; */
}


.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 15px!important;
	font-weight: normal;
	text-align: left;
	display: block;
}

/* 必須赤色表示 */
.wpcf7 .required {
  font-size: 12px;
    color: #f00;
}
/* 任意緑色表示 */
.wpcf7 .any {
    color: #080;
}

/* 確認画面のフィールド背景色や枠線を消す */
.wpcf7c-conf, .wpcf7c-conf:focus {
  background-color: transparent!important;
  border: none!important;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	    border: none!important;
	text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output {
	display: none!important;
}



.contact_flex {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 60px;
}

.contact_flex_wrap {
  width: 48%;
  height: auto;
}

.contact_req {
     display: inline-block;
    padding: 4px 5px;
    background-color: #48acf0;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em;
    margin-left: 5px;
}

.wpcf7 input {
    border: none;
    outline: none;
}

.contact_title_wrap {
  margin: 0 auto;
  width: 600px;
  padding: 60px 0 30px;
}

.contact_item_wrap {
  margin: 0 auto;
  width: 800px;
  padding: 30px 0;
}

.contact_title_detail_wrap {
  margin: 0 auto;
  width: 800px;
  padding:10px;
}

.contact_title_detail_wrap p {
  font-size: 13px!important;
}


.contact_title_sub {
  font-size: 20px!important;
  letter-spacing: 1.3px;
  line-height: 2.0;
  color: #48acf0;
  font-family: 'NudMotoyaMaruStd-W6';
  text-align: center!important;
}

table {
  margin: 20px auto;
  width: 100%;
}
.contact_tbl-r02 th {
  width: 30%;
  padding: 10px;
  text-align: left;
}
.contact_tbl-r02 td {
  width: 70%;
  padding: 10px;
}
.contact_vertical {
  vertical-align:top;
}

.wpcf7-list-item {
    display: block!important;
    margin: 0 0 0 1em;
    text-align: left;
    padding: 10px;
}
 @media screen and (max-width: 980px) {
 
.contact_title_wrap {
  width: 100%;
  padding: 60px 0 30px;
}

.contact_item_wrap {
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
}

.contact_title_detail_wrap {
  margin: 0 auto;
  width: 100%;
  padding:0;
}
}

@media screen and (max-width: 640px) {
  .contact_last td:last-child {
/*    border-bottom: solid 1px #ccc;*/
    width: 100%;
  }
  .contact_tbl-r02 {
    width: 100%;
  }
  .contact_tbl-r02 th,
  .contact_tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .contact_flex {
  display: block;
  width: 100%;
}

.contact_flex_wrap {
  width: 48%;
  height: auto;
}
}


.box_filter {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .1))!important;
}