/*** リセット↓ **************************************************************************************************/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
font-family: 'Noto Sans JP', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote: before, blockquote: after,
q:before, q: after {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;

}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}

input, textarea, button, checkbox  {
padding: 0;
border: none;
border-radius: 0;
outline: none;
background: none;
font-family: inherit;
font-size: 100%;
}

/* フォーム周りリセット */

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #fff;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}


/* フォーム周りリセット */

p {

  line-height: 1.8;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*** リセット↑ **************************************************************************************************/


/* バーガーメニューのチェックボックスを隠す */
.nav-unshown {
  display:none;
}
/* バーガーメニューのチェックボックスを隠す */


/*** デスクトップ↓ **********************************************************************************************/
@media screen and (min-width: 960px) {

.hwrapper {
  width: 100%;
  height: 20px;
  background-color: #7767ac;
}

.logo{
  width: 960px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}

.logo img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.main_image {
    width: 100%;
    background-color: #fffbc6;
}


/* グローバルメニュー */

.glovalflex {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  background-color: #fffbc6;
  z-index: 3;
  cursor: pointer;
}

.glovalflex ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 960px;
  height: 40px;
  background-color: #7767ac;
  color: #fff;
  font-size: 1em;
  z-index: 3;
}

.glovalflex li {
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
}

.glovalflex a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  width: 100%;
  height: 40px;
  color: #fff;
}

.glovalflex a:hover {
  background-color: #988bc1;
}

/* グローバルメニュー */

.main_banner {
  width: 960px;
  height: 300px;
  margin: 0 auto;
}

.topics {
  width: 960px;
  margin: 70px auto;
}

.topics_header {
  display: flex;
  background-color:  #7767ac;
  height: 40px;
}

.topics_header p {
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 1.6em;
  color: #fff;
  }

.news p {
  padding-left: 1em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.topics hr {
  margin: 0;
}

.whats_dappi_bg {
  width: 100%;
  margin-bottom: 200px;
  background-color: #fdf1f7;
}

.whats_dappi {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0;

  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
}

.dappi_image {
  margin: 50px auto 0px auto;
  display: flex;
  justify-content: space-between
}

.our_thoughts_bg {
  margin: 0 auto 0px auto;
  background-color: #fffdeb;
  padding: 50px 0;
}

.our_thoughts {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.our_thoughts_text {
  padding: 0 80px;

  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
  position: relative;
}

.bg_image_right {
position: absolute;
top: -10px;
right: 0;
}

.bg_image_right img{
  width: 100%;
}

.bg_image_left {
position: absolute;
left: 0;
bottom: -10px;
}

.bg_image_left img{
  width: 100%;
}

h1.elementor-heading-title {
  font-size: 1.6em;
  border-bottom: solid 3px #ec71a9;
  padding-left: .5em;
  padding-bottom: 4px;
  margin-top: 50px;
  margin-bottom: 20px;
}

h2.elementor-heading-title {
  display: flex;
  font-size: 1.4em;
  background-color:  #7767ac;
  height: 40px;
  align-items: center;
  padding-top: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff;
}

h2 {
  display: flex;
  font-size: 1.4em;
  background-color:  #7767ac;
  height: 40px;
  align-items: center;
  padding-top: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

h3.elementor-heading-title {
  font-size: 1.3em;
  background: linear-gradient(transparent 65%, #fbddeb 65%);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.marker {
  padding: 5px 10px;
  color:#5a4899;
  background: linear-gradient(transparent 0, #d4cfe8 0);
}

.referencewrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  }

.reference {
    float:left;
  text-decoration:  none;             /* デフォルトCSS打ち消し */
      color: #fff;                        /* 文字色指定 */
      background-color: #ec71a9;          /* 背景色指定 */
      width: 70px;                       /* 幅指定 */
      height: 26px;
      display: block;                     /* ブロック要素にする */
      text-align:  center;                /* 中央揃え */
      padding: 1px;                      /* 余白指定 */
      border-radius:  13px;                /* 角丸指定 */
}

.reference_right {
  margin-left: 80px;
}


/* 吹き出し */
/*以下、①背景色など*/
.line-bc {
  width: 960px;
  padding: 20px 30px;
  margin: 15px auto;

  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
  background: #fffde2;
}


/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -110px;
  width: 100px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 125px;
  padding: 10px;
  border-radius: 12px;
  background: #ceebfb;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #ceebfb;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.balloon6 .faceicon02 {
  float: right;
  margin-left: -110px;
  width: 100px;
}

.balloon6 .faceicon02 img{
  width: 100%;
  height: auto;
}
.balloon6 .chatting02 {
  width: 100%;
  text-align: right;
}

.mycomment {
  display: inline-block;
  position: relative;
  margin: 0 125px 0 0;
  padding: 10px;
  border-radius: 12px;
  background: #fadae9;
}

.mycomment p{
  text-align: left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #fadae9;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* 吹き出し */

.blackboard {
text-align: right;
}

/* 三角 */
.triangle{
  position:relative;
 padding-left:14px;
}
.triangle:before{
 position:absolute;
 content:"";
 width:14px;
 height:14px;
 display:inline-block;
 border:7px solid transparent;
 box-sizing:border-box;
 border-left-color:#ec71a9;
 top:5px;
 left:0;
}
/* 三角 */

.our_thoughts_headline {
  margin: 0px auto 30px auto;
  font-size: 1.6em;
  text-align: center;
}

.footer_menu {
  margin: 0 auto 60px auto;
  width: 960px;
  height: 20px;
  z-index: 3;
  cursor: pointer;
}

.footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 960px;
  height: 20px;
  color: #000;
  font-size: 1em;
  z-index: 3;
}

.footer_menu li {
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 10px;
}

.footer_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  height: 20px;
  color: #000;
}

.footer_menu a:hover {
  opacity: 0.5;
}

.footer_menu li + li{
    border-left: 1px solid #000;
}

.fwrapper {
  width: 100%;
  height: 30px;
  background-color: #7767ac;
}

.copyright {
  display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      color: #fff;
      height: 30px;
      font-size: 0.9em;
}

.elementor-image-carousel-wrapper {
height: 300px;
}

.slide_up{
top: -200px;
z-index: 10;
}

.button a:hover {
   opacity: 0.5;
}


/* フォーム周り */

.form_tagupper{
  margin-top: 25px;
  margin-bottom: 5px;
}

input[type="text"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 500px;
    height: 40px;
}

input[type="email"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 500px;
    height: 40px;
}

input {
      -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: both;
    width: 500px;
    height: 100px;
    padding: 0;
    border:   1px solid #8e8f90;
    outline: none;
    background: transparent;
}

input[type="checkbox"]{
  display: none;
}

input[type="checkbox"]+ .mwform-checkbox-field-text {
    position:relative;
    padding-left: 20px;
}

input[type="checkbox"]+ .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    border: 1px solid #8e8f90;
    border-radius: 3px;
    cursor: pointer;
  }

input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: cornflowerblue;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-bottom:  2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: rotate)(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}


input[type="radio"] {
    display: none;
}

input[type="radio"]+ .mwform-radio-field-text {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

input[type="radio"]+ .mwform-radio-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #8e8f90;
  border-radius: 50%;
}

input[type="radio"]+ .mwform-radio-field-text{
  color: #000;
}

input[type="radio"]:checked + .mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #ec71a9;
  border-radius: 50%;
}

button,
input[type="submit"] {
    background: #ec71a9;
    padding: 5px 15px;
}

.en_check{
  color:#fff;
}

.en_check:hover{
  opacity: 0.6;
}

.en_check{
  border-radius: 100vh;
}

.en_return{
  margin-top: 20px;
  margin-bottom: 20px;
  color:#fff;
}

.en_return:hover{
  opacity: 0.6;
}

.en_return{
  border-radius: 100vh;
}

input[type="text"].en_tel{
  -webkit-appearance: none;
  width:80px;
  height:40px;
}

/* フォーム周り */


/* 投稿ページ */
.card-item {
  width: 960px;
  margin: 50px auto;
  }

.card-date {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.category {
  text-align: left;
}

.category li {
  list-style-type: none;
}

.pagination {
  width:960px;
  margin: 50px auto;
  text-align: center;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 960px;
  height: 20px;
  color: #000;
  font-size: 1em;
  z-index: 3;
}

.pagination li {
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 10px;
}


/* 投稿ページ */


}
/*** デスクトップ　↑ **********************************************************************************************/


/***  スマホ ↓ **********************************************************************************************/

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

  .hwrapper {
    width: 100%;
    height: 20px;
    background-color: #7767ac;
  }

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 60%;
    float: left;
}

  .logo img {
    width: 100%;
  }


  .innerflex{
    max-width: 100%;
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  .glovalflex {
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #988bc1;
  }

  .glovalflex li {
    margin-right: 0px;
    padding-left: 10px;
    padding-top: 12px;
      height: 50px;
    text-align: left;
    border-bottom: solid .1px #7767ac;
  }

.glovalflex li a {
  display: block;
  color: #fff;
}


  .glovalflex li:hover {
  background-color: #7767ac;
  }



/* ハンバーガーメニュー */

.glover_menu {
  padding: 15px;
  text-align: right;
  }

#nav-drawer {
  position: relative;
}

.nav-unshown{
  display: none;
}

#nav-open {
  display:inline-block;
  width:30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 310px;
  transition: .3s ease-in-out;
  -webkit-transform: translatex(-105%);
  transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translatex(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0.15);
}



/* ハンバーガーメニュー */


/* 仮 */


.main_banner {
  width: 960px;
  height: 300px;
  margin: 0 auto;
}

.topics {
  width: 960px;
  margin: 70px auto;
}

.topics_header {
  display: flex;
  background-color:  #7767ac;
  height: 40px;
}

.topics_header p {
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 1.6em;
  color: #fff;
  }

.news p {
  padding-left: 1em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.topics hr {
  margin: 0;
}

.whats_dappi_bg {
  width: 100%;
  margin-bottom: 200px;
  background-color: #fdf1f7;
}

.whats_dappi {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0;

  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
}

.dappi_image {
  margin: 50px auto 0px auto;
  display: flex;
  justify-content: space-between
}

.our_thoughts_bg {
  margin: 0 auto 0px auto;
  background-color: #fffdeb;
  padding: 50px 0;
}

.our_thoughts {
  width: 100%;
  margin: 0 auto;
  position: relative;
}




.our_thoughts_text {
  padding: 0 20px;
  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
  position: relative;
}

.bg_image_right {
position: absolute;
width:50%;
top: -10px;
right: 0;
padding-right: 10px;
}

.bg_image_right img{
  width: 100%;
}

.bg_image_left {
position: absolute;
width: 50%;
left: 0;
bottom: -10px;
padding-left: 10px;
}

.bg_image_left img{
  width: 100%;
}


h1.elementor-heading-title {
  font-size: 1.4em;
  border-bottom: solid 3px #ec71a9;
  padding-left: .5em;
  padding-bottom: 4px;
  margin-top: 50px;
  margin-bottom: 20px;
}


h2.elementor-heading-title {
  display: flex;
  font-size: 1.2em;
  background-color:  #7767ac;
  height: 40px;
  align-items: center;
  padding-top: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff;
}

h2 {
  display: flex;
  font-size: 1.2em;
  background-color:  #7767ac;
  /* height: 40px; */
  align-items: center;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

h3.elementor-heading-title {
  font-size: 1em;
  background: linear-gradient(transparent 65%, #fbddeb 65%);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.marker {
  padding: 5px 10px;
  color:#5a4899;
  background: linear-gradient(transparent 0, #d4cfe8 0);
}

.referencewrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  }

.reference {
    float:left;
  text-decoration:  none;             /* デフォルトCSS打ち消し */
      color: #fff;                        /* 文字色指定 */
      background-color: #ec71a9;          /* 背景色指定 */
      width: 70px;                       /* 幅指定 */
      height: 26px;
      display: block;                     /* ブロック要素にする */
      text-align:  center;                /* 中央揃え */
      padding: 1px;                      /* 余白指定 */
      border-radius:  13px;                /* 角丸指定 */
}

.reference_right {
  margin-left: 80px;
}


/* 吹き出し */
/*以下、①背景色など*/
.line-bc {
  width:100%;
  padding: 20px 30px;
  margin: 15px auto;
  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
  background: #fffde2;
}


/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -110px;
  width: 50px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 64px;
  padding: 10px;
  border-radius: 12px;
  background: #ceebfb;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #ceebfb;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/


.balloon6 .faceicon02 {
  float: right;
  margin-left: -110px;
  width: 50px;
}

.balloon6 .faceicon02 img{
  width: 100%;
  height: auto;
}
.balloon6 .chatting02 {
  width: 100%;
  text-align: right;
}



.mycomment {
  display: inline-block;
  position: relative;
  margin: 0 64px 0 0;
  padding: 10px;
  border-radius: 12px;
  background: #fadae9;
}

.mycomment p{
  text-align: left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #fadae9;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* 吹き出し */

.blackboard {
text-align: right;
}

/* 三角 */
.triangle{
  position:relative;
 padding-left:14px;
}
.triangle:before{
 position:absolute;
 content:"";
 width:14px;
 height:14px;
 display:inline-block;
 border:7px solid transparent;
 box-sizing:border-box;
 border-left-color:#ec71a9;
 top:5px;
 left:0;
}

/* 三角 */


.our_thoughts_headline {
  margin: 0px auto 30px auto;
  font-size: 1.6em;
  text-align: center;
}




.slide_up{
top: -60px;
z-index: 10;
}

.button a:hover {
   opacity: 0.5;
}

/* 仮 */


.main_image{
  clear: both;
}



.fwrapper {
  width: 100%;
  height: 30px;
  background-color: #7767ac;
}


.footer_menu {
  margin: 0 auto 40px auto;
  width: 320px;
  height: 320px;
  z-index: 3;
}

.footer_menu ul {
  align-items: left;
  justify-content: center;
  margin: 0 auto;
  width: 320px;
  height: 40px;
  color: #000;
  font-size: 1em;
  z-index: 3;
}

.footer_menu li {
  height: 40px;
  padding: 10px 10px;
}

.footer_menu a {
  font-size: 1em;
  height: 40px;
  color: #000;
}

.footer_menu a:hover {
  opacity: 0.5;
}


.copyright {
  display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      color: #fff;
      height: 30px;
      font-size: 0.9em;
}


  /* フォーム周り */

  .form_tagupper{
    margin-top: 25px;
    margin-bottom: 5px;
  }

  input[type="text"] {
      padding: 10px;
      border:  1px solid #8e8f90;
      border-radius: 0;
      outline: none;
      background: none;
      width: 500px;
      height: 40px;
    }

    input[type="email"] {
        padding: 10px;
        border:  1px solid #8e8f90;
        border-radius: 0;
        outline: none;
        background: none;
        width: 500px;
        height: 40px;
    }

  input {
        -webkit-appearance: none;
  }

  textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      resize: both;
      width: 500px;
      height: 100px;
      padding: 0;
      border:   1px solid #8e8f90;
      outline: none;
      background: transparent;
  }

  input[type="checkbox"]{
    display: none;
  }

  input[type="checkbox"]+ .mwform-checkbox-field-text {
      position:relative;
      padding-left: 20px;
  }

  input[type="checkbox"]+ .mwform-checkbox-field-text::before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-40%);
      border: 1px solid #8e8f90;
      border-radius: 3px;
      cursor: pointer;
    }

  input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
    background: cornflowerblue;
  }

  input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    box-sizing: border-box;
    border-bottom:  2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 40%;
    left: 5px;
    -webkit-transform: rotate)(-45deg);
    transform: rotate(-45deg) translateY(-50%);
  }


  input[type="radio"] {
      display: none;
  }

  input[type="radio"]+ .mwform-radio-field-text {
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
  }

  input[type="radio"]+ .mwform-radio-field-text::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #8e8f90;
    border-radius: 50%;
  }

  input[type="radio"]+ .mwform-radio-field-text{
    color: #000;
  }

  input[type="radio"]:checked + .mwform-radio-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #ec71a9;
    border-radius: 50%;
  }


  button,
  input[type="submit"] {
      background: #ec71a9;
      padding: 5px 15px;
  }

  .en_check{
    color:#fff;
  }

  .en_check:hover{
    opacity: 0.6;
  }

  .en_check{
    border-radius: 100vh;
  }

  .en_return{
    margin-top: 20px;
    margin-bottom: 20px;
    color:#fff;
  }

  .en_return:hover{
    opacity: 0.6;
  }

  .en_return{
    border-radius: 100vh;
  }

  input[type="text"].en_tel{
    -webkit-appearance: none;
    width:80px;
    height:40px;
  }

/* フォーム周り */


  /* 投稿ページ */
  .card-item {
    width: 80%;
    margin: 50px auto;
    }

  .card-date {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .category {
    text-align: left;
  }

  .category li {
    list-style-type: none;
  }

  .pagination {
    width:80%;
    margin: 50px auto;
    text-align: center;
  }

  .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    height: 20px;
    color: #000;
    font-size: 1em;
    z-index: 3;
  }

  .pagination li {
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
  }

  /* 投稿ページ */

}

/***  スマホ ↑ **********************************************************************************************/

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

  .elementor-image-carousel-wrapper {
  height: 240px;
  }

.slide_up{
top: -150px;
z-index: 10;
}

/* フォーム周り */

.form_tagupper{
  margin-top: 25px;
  margin-bottom: 5px;
}

input[type="text"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 500px;
    height: 40px;
}

input[type="email"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 500px;
    height: 40px;
}

input {
      -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: both;
    width: 500px;
    height: 100px;
    padding: 0;
    border:   1px solid #8e8f90;
    outline: none;
    background: transparent;
}

input[type="checkbox"]{
  display: none;
}

input[type="checkbox"]+ .mwform-checkbox-field-text {
    position:relative;
    padding-left: 20px;
}

input[type="checkbox"]+ .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    border: 1px solid #8e8f90;
    border-radius: 3px;
    cursor: pointer;
  }

input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: cornflowerblue;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-bottom:  2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: rotate)(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+ .mwform-radio-field-text {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

input[type="radio"]+ .mwform-radio-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #8e8f90;
  border-radius: 50%;
}

input[type="radio"]+ .mwform-radio-field-text{
  color: #000;
}

input[type="radio"]:checked + .mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #ec71a9;
  border-radius: 50%;
}

button,
input[type="submit"] {
    background: #ec71a9;
    padding: 5px 15px;
}

.en_check{
  color:#fff;
}

.en_check:hover{
  opacity: 0.6;
}

.en_check{
  border-radius: 100vh;
}

.en_return{
  margin-top: 20px;
  margin-bottom: 20px;
  color:#fff;
}

.en_return:hover{
  opacity: 0.6;
}

.en_return{
  border-radius: 100vh;
}

input[type="text"].en_tel{
  -webkit-appearance: none;
  width:80px;
  height:40px;
}

/* フォーム周り */

/* iphone横で文字が大きくなる防ぐ */
body {
  -webkit-text-size-adjust: 100%;
}
/* iphone横で文字が大きくなる防ぐ */

/* 投稿ページ */
.card-item {
  width: 80%;
  margin: 50px auto;
  }

.card-date {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.category {
  text-align: left;
}

.category li {
  list-style-type: none;
}

/* 投稿ページ */

}


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

  .elementor-image-carousel-wrapper {
  height: 117px;
  }
 .slide_up{
top: -85px;
z-index: 10;
}

 }

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

  .elementor-image-carousel-wrapper {
  height: 125px;
  }

.slide_up{
top: -85px;
z-index: 10;
}

/* フォーム周り */

input[type="text"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 250px;
    height: 40px;
}

input[type="email"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 250px;
    height: 40px;
}

input {
      -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: both;
    width: 250px;
    height: 100px;
    padding: 0;
    border:   1px solid #8e8f90;
    outline: none;
    background: transparent;
}

input[type="checkbox"]{
  display: none;
}

input[type="checkbox"]+ .mwform-checkbox-field-text {
    position:relative;
    padding-left: 20px;
}

input[type="checkbox"]+ .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    border: 1px solid #8e8f90;
    border-radius: 3px;
    cursor: pointer;
  }

input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: cornflowerblue;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-bottom:  2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: rotate)(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+ .mwform-radio-field-text {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

input[type="radio"]+ .mwform-radio-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #8e8f90;
  border-radius: 50%;
}

input[type="radio"]+ .mwform-radio-field-text{
  color: #000;
}

input[type="radio"]:checked + .mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #ec71a9;
  border-radius: 50%;
}

button,
input[type="submit"] {
    background: #ec71a9;
    padding: 5px 15px;
}

.en_check{
  color:#fff;
}

.en_check:hover{
  opacity: 0.6;
}

.en_check{
  border-radius: 100vh;
}

.en_return{
  margin-top: 20px;
  margin-bottom: 20px;
  color:#fff;
}

.en_return:hover{
  opacity: 0.6;
}

.en_return{
  border-radius: 100vh;
}

input[type="text"].en_tel{
  -webkit-appearance: none;
  width:80px;
  height:40px;
}

/* フォーム周り */

/* 投稿ページ */
.card-item {
  width: 80%;
  margin: 50px auto;
  }

.card-date {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

.category {
  text-align: left;
}

.category li {
  list-style-type: none;
}

.pagination {
  width:95%;
  margin: 50px auto;
  text-align: center;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
  height: 20px;
  color: #000;
  font-size: 1em;
  z-index: 3;
}

.pagination li {
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 10px;
}

/* 投稿ページ */

}

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

  .elementor-image-carousel-wrapper {
  height: 117px;
  }


.slide_up{
top: -80px;
z-index: 10;
}

/* フォーム周り */

.form_tagupper{
  margin-top: 25px;
  margin-bottom: 5px;
}

input[type="text"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 250px;
    height: 40px;
}

input[type="email"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 250px;
    height: 40px;
}

input {
      -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: both;
    width: 250px;
    height: 100px;
    padding: 0;
    border:   1px solid #8e8f90;
    outline: none;
    background: transparent;
}


input[type="checkbox"]{
  display: none;
}

input[type="checkbox"]+ .mwform-checkbox-field-text {
    position:relative;
    padding-left: 20px;
}

input[type="checkbox"]+ .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    border: 1px solid #8e8f90;
    border-radius: 3px;
    cursor: pointer;
  }

input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: cornflowerblue;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-bottom:  2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: rotate)(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+ .mwform-radio-field-text {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

input[type="radio"]+ .mwform-radio-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #8e8f90;
  border-radius: 50%;
}
input[type="radio"]+ .mwform-radio-field-text{
  color: #000;
}

input[type="radio"]:checked + .mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #ec71a9;
  border-radius: 50%;
}

button,
input[type="submit"] {
    background: #ec71a9;
    padding: 5px 15px;
}

.en_check{
  color:#fff;
}

.en_check:hover{
  opacity: 0.6;
}

.en_check{
  border-radius: 100vh;
}

.en_return{
  margin-top: 20px;
  margin-bottom: 20px;
  color:#fff;
}

.en_return:hover{
  opacity: 0.6;
}

.en_return{
  border-radius: 100vh;
}

input[type="text"].en_tel{
  -webkit-appearance: none;
  width:80px;
  height:40px;
}

/* フォーム周り */

/* 投稿ページ */
.card-item {
  width: 80%;
  margin: 50px auto;
  }

.card-date {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.category {
  text-align: left;
}

.category li {
  list-style-type: none;
}

.pagination {
  width:95%;
  margin: 50px auto;
  text-align: center;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
  height: 20px;
  color: #000;
  font-size: 1em;
  z-index: 3;
}

.pagination li {
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 10px;
}

/* 投稿ページ */

}

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

  .elementor-image-carousel-wrapper {
  height: 100px;
  }


.slide_up{
top: -70px;
z-index: 10;
}

/* フォーム周り */

.form_tagupper{
  margin-top: 25px;
  margin-bottom: 5px;
}

input[type="text"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 250px;
    height: 40px;
}

input[type="email"] {
    padding: 10px;
    border:  1px solid #8e8f90;
    border-radius: 0;
    outline: none;
    background: none;
    width: 250px;
    height: 40px;
}

input {
      -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: both;
    width: 250px;
    height: 100px;
    padding: 0;
    border:   1px solid #8e8f90;
    outline: none;
    background: transparent;
}


input[type="checkbox"]{
  display: none;
}

input[type="checkbox"]+ .mwform-checkbox-field-text {
    position:relative;
    padding-left: 20px;
}

input[type="checkbox"]+ .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    border: 1px solid #8e8f90;
    border-radius: 3px;
    cursor: pointer;
  }

input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: cornflowerblue;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-bottom:  2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: rotate)(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+ .mwform-radio-field-text {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

input[type="radio"]+ .mwform-radio-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #8e8f90;
  border-radius: 50%;
}
input[type="radio"]+ .mwform-radio-field-text{
  color: #000;
}

input[type="radio"]:checked + .mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #ec71a9;
  border-radius: 50%;
}

button,
input[type="submit"] {
    background: #ec71a9;
    padding: 5px 15px;
}

.en_check{
  color:#fff;
}

.en_check:hover{
  opacity: 0.6;
}

.en_check{
  border-radius: 100vh;
}

.en_return{
  margin-top: 20px;
  margin-bottom: 20px;
  color:#fff;
}

.en_return:hover{
  opacity: 0.6;
}

.en_return{
  border-radius: 100vh;
}

input[type="text"].en_tel{
  -webkit-appearance: none;
  width:80px;
  height:40px;
}

/* フォーム周り */

/* 投稿ページ */
.card-item {
  width: 80%;
  margin: 50px auto;
  }

.card-date {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.category {
  text-align: left;
}

.category li {
  list-style-type: none;
}

.pagination {
  width:95%;
  margin: 50px auto;
  text-align: center;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
  height: 20px;
  color: #000;
  font-size: 1em;
  z-index: 3;
}

.pagination li {
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 10px;
}

/* 投稿ページ */


}
