@charset "utf-8";

.youtube-iframe iframe {
    height: 247px;
}

.movieservice iframe, 
.movieservice video {
    width: 100%;
    height: 250px;
	 max-width: 350px;
	    margin: auto;
    display: block;
}

.movieservice .cell {
    width: 100%;
}

.movie-katagaki {
    font-size: 0.8em;
    margin: -10px 50px 15px;
}

.top_movieservice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}

.main-content #post-94 .top_movieservice a {
    width: 300px;
    max-width: 30%;
	font-size: 1.2em;
    padding: 30px;
    text-align: center;
    color: #000 !important;
    text-decoration: none !important;
    background: #ebe41e;
}


.terakoya_announce {
    text-align: center;
    background: #d2eff4;
    padding: 5px 0;
    display: block;
    max-width: 850px;
    margin: 15px auto -15px;
}

.banner_attention {
    font-size: 14px !important;
    background: #eab517!important;
    padding: 3px 15px!important;
}

.banner_attention_sp {
    font-size: 13px !important;
    background: #eab517!important;
    padding: 14px 5px!important;
}

#header .sitename span {
  font-size: 24px;
  font-weight: 700;
  text-indent: 9px;
  color: #000;
  display: block;
  margin-top: 10px;
}

#content-title h1 {
  padding: 30px 0;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #004594;
  text-align: center;
}

#sidebar h3.widget-title {
  margin: 0 0 20px !important;
  padding: 0 0 0 15px !important;
  font-size: 14px;
  line-height: 1.3;
  background: url(images/side/side_ic_title.png) 0 5px no-repeat;
  border-bottom: unset;
}

#sidebar h3.widget-title a {
  text-decoration: none;
  color: #004896;
}

.members-site #sidebar h3.widget-title {
  background: url(images/side/side_m_ic_title.png) 0 5px no-repeat;
}

.midori,
.members-site #sidebar h3.widget-title a,
.members-site #content-title h1 {
  color: #438500 !important;
}

.new_post h2 {
  border-left: 5px solid #004594;
  padding: 1rem 2rem;
  background: #eef9fb;
  font-size: 1.8em;
  margin: 40px 0 20px;
  font-weight: 700;
}

.new_post p {
  margin-bottom: 15px !important;
}

.new_post h3 {
  padding: 0.5rem 1rem;
  margin-left: 10px;
  border-left: 4px solid #004594;
  background: none;
  font-size: 1.3em;
  font-weight: 700;
}

.new_post h4 {
  padding: 1rem 1rem;
  background: #eef9fb;
  margin: 20px 10px;
  font-weight: 700;
}

.btn01 a {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  background: #48d3d8;
  color: #fff;
  font-family: "NotoSansCJKjp";
  font-size: 15px;
  font-weight: 700;
}

a.cv {
  background: #ff9a32;
  font-size: 20px;
}

.wpcf7c-conf {
  background-color: #b5b5b5 !important;
  color: #555 !important;
}

.shikaku_jirei .post_content h3 {
  font-weight: bolder;
  margin-top: 0.5em;
  padding: 0 0 2px 0;
  margin-left: 0px;
  font-size: 14px;
  line-height: 1.2em;
  border-bottom: 2px solid #004896;
  border-left: none;
  text-decoration: none;
  color: #333;
  display: block;
  overflow: hidden;
  line-height: 118.8%;
}

.shikaku_jirei .post_excerpt {
  margin-top: 2.5em !important;
}

/*活用事例_吹き出し*/

.fuki_par *{
  box-sizing: border-box;
}

/* 親要素 */
.fuki_par{
  display: table;
  box-sizing: border-box;
  margin-bottom: 1em;
  width: 100%;
}

/* 子要素(左画像) */
.fuki_child_left{
  display: table-cell;
  vertical-align: middle;
  width: 50%; /* お好みで */
  padding-right: 10px;
}

.fuki_child_left img{
  padding: 10px;
  border: solid 4px #EEE;
}

/* 子要素(右テキスト) */
.fuki_child_right{
  display: table-cell;
  width: 49%; /* お好みで */
  position: relative;
  vertical-align:middle;
}

.fuki_child_text{
  border: #ccc solid 4px;
  position: relative;
  background: #fff;
  padding: 12px 10px;
  border-radius: 13px;
}

.fuki_child_text p:first-of-type{
  margin-top: 0;
}

.fuki_child_text p:last-of-type{
  margin-bottom: 0;
}

/* 吹き出しデザイン */
.fuki_child_text::before{
  border-right: 23px solid #ccc;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: 10%;
  content: "";
  position: absolute;
  left: -23px;
}

.fuki_child_text::after{
  content: "";
  position: absolute;
  border-right: 24px solid #fff;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: 10%;
  left: -17px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px){
  .fuki_par, .fuki_child_left, .fuki_child_right, .fuki_child_text{
      width: 100%;
      display: block;
  }
  
  .fuki_child_left{
      padding-right: 0;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .fuki_child_text{
      border-radius: 6px;
      background: #fff;
      margin-top: 7px;
      border: solid 2px silver;
  }
  
  .fuki_child_text::before{
      border-bottom: 20px solid silver;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      content: "";
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }
  
  .fuki_child_text::after{
      border-bottom: 20px solid #fff;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      content: "";
      position: absolute;
      top: -37px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
  }
}

/*活用事例_吹き出し--ここまで*/

/*活用事例_囲み*/
.jirei_kakomi h3 {
  font-size: 1.2em;
  background: unset;
  border: unset;
}

.jirei_kakomi {
  background: #efefef;
  padding: 1px 3vw 40px;
  margin: 30px 1vw;
}

/*活用事例_ここまで*/

/* lp_2107
------------------------------------------------------------*/
.lp_about h2,
.merit h2 {
  margin: 60px auto 20px;
  padding: 20px 10px;
  font-size: 2.1rem;
  text-align: center;
  font-weight: 600;
  color: #252525;
}

.lp_inner {
  font-size: 16px;
}

.lp_inner h2 {
  margin: 120px auto 50px;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #1e2088;
  font-size: 1.5em;
  text-align: center;
  display: block;
  max-width: 600px;
}

.lp_inner h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #00cc5b;
}

/* lead見出し */
.lp_lead {
  position: relative;
  padding: 1em 4em;
  text-align: center;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 1rem;
}

.lp_lead:before,
.lp_lead:after {
  position: absolute;
  content: "";
}

.lp_lead:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.lp_lead:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* lp_merit*/

.merit span {
  font-weight: 700;
  margin-right: 10px;
  font-size: 1.5em;
}

.merit h3 {
  position: relative;
  padding: 5px 5px 5px 42px !important;
  background: #1e2088;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
}

.merit h3:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: 0;
}

/* top_renew*/
img,
.wrapper {
  max-width: 100%;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

a:hover {
  opacity: 0.3;
}

#top_link_form,
#news_s,
#katsudo {
  padding: 65px 5px;
}

.text-left {
  text-align: left;
  display: inherit;
}

.text-right {
  text-align: right;
  display: inherit;
}

.text-center {
  text-align: center;
  display: inherit;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  margin-bottom: 5px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 0.25rem;
}

.card-body i {
  font-size: 1.4rem;
  position: absolute;
  right: 1rem;
}

.card-text {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  font-weight: 600;
}

.card-text:last-child {
  margin-bottom: 0;
}

#news_s h3,
#top-voice h3 {
  text-align: center;
  background: #d2eff4;
  padding: 5px 0;
}

#news_s ul.thumb {
  height: unset !important;
}

.message {
  position: relative;
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp/wp-content/themes/responsive_040/images/add_2112/message.jpg);
  z-index: 0;
  background-attachment: fixed;
}

.message p {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
}

.message img {
  padding: 2vw;
}

.message::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

#katsudo a {
  color: #252525;
}

.card img {
  width: 100%;
}

p.card-body {
  font-size: 0.8em;
}

.shien {
  margin: 30px 0;
}

#top-voice .col-12,
#top-jirei .col-12,
#top-douga .col-12{
  padding: 0;
}

#top-voice .bg-title,
#top-jirei .bg-title,
#top-douga .bg-title {
  color: #fff;
  padding: 20px 0 !important;
}

#top-jirei, #top-douga {
  padding: 50px 0;
}

#top-jirei .shikaku_jirei {
  max-width: 933px;
  margin: auto;
}

#top-jirei .shikaku_jirei .post_content h3 {
  font-weight: 700;
  margin-top: 0.5em;
  padding: 0 0 5px;
  margin-left: 0px;
  font-size: 16px;
  border-bottom: 2px solid #18c1c7;
  display: block;
  overflow: hidden;
  line-height: 118.8%;
}

.youtube-iframe h3 {
    font-weight: 700;
    margin-top: 0.5em;
    padding: 0 0 5px;
    margin-left: 0px;
    font-size: 16px;
    border-bottom: 2px solid #18c1c7;
    display: block;
    overflow: hidden;
    line-height: 118.8%;
    color: #777;
    margin-bottom: 7px;
    text-align: center;
}

.col-md-6.youtube-iframe {
    padding: 0 3% 40px;
}

.zenkoku-kaiin {
  border: 2px solid #d2eff4;
}

#news_s ul.thumb h4 {
  font-weight: 600;
  font-size: 1.1em;
  display: inline-block;
}

#news_s .thumbWrap li {
  border-bottom: unset;
}

.bg-navy {
  background-color: #04349a;
}
/*
.terakoya-list li {
  margin: 10px;
  padding: 10px;
  width: 45%;
}
*/

.terakoya-list.cf {
  flex-wrap: wrap;
}

@media only screen and (max-width: 420px) {
  #header h1 {
    padding: 0px 10px;
    margin: 0;
  }

  #header .logo {
    width: 20%;
  }

  #header .h-copy {
    font-size: 8px;
  }

  .message p {
    font-size: 1em;
  }

  .pc {
    display: none;
  }
}

/*child_pagesからの移植*/
.child_pages{overflow:auto;margin-bottom:1em}
.child_pages .child_page-container{margin:5px;border:1px solid #dedede;background-image:url(img/bg-white.png);background-repeat:repeat-x;background-position:left bottom;border-radius:5px;padding:10px;min-height: 245px;}
.child_pages .post_thumb{text-align:center;overflow:hidden;background-image:url(img/camera.png);background-position:center center;background-repeat:no-repeat}
.child_pages .post_thumb img{max-width:100%;height:auto}
.child_pages .post_content{padding:0 10px}
.child_pages .post_content h4{font-weight:bolder;margin-top:.5em;font-size:14px;line-height:1.2em}
.child_pages .post_content .post_excerpt{margin-top:.5em;font-size:12px;line-height:1.425em}
@media only screen and (min-width: 1025px){
    .child_pages .child_page{
        float: left;
        overflow: hidden;}
}
@media only screen and (max-width: 648px){
  .child_pages .child_page{float: none;}
}