@charset "utf-8";

/* ================================================================================
	PRIVACY POLICY LAYOUT
================================================================================ */

img{
  max-width: 100%;
}
p{
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
/* 文字詰め */
.character_block{
  font-feature-settings: "palt";
}

/* パディング */
.wrap_box{
  padding: 0 15px;
}
.wrap_tb{
  padding-top:2.5rem;
  padding-bottom:2.5rem;
}
.wrap_tb_s{
  padding-top:1rem;
  padding-bottom:1rem;
}
.mt_12{
  margin-top: 12px;
}
.w600{
  margin: 0 auto;
  max-width: 600px;
}
.w700{
  margin: 0 auto;
  max-width: 700px;
}
.w800{
  margin: 0 auto;
  max-width: 800px;
}
.w1120{
  margin: 0 auto;
  max-width: 1120px;
}
.head_h{
  width: 25%;
}

/* 見出しサイズ */
.hatsumon_video{
  margin-top: 30px;
}
.head{
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.head_b{
  font-size: 1.9rem;
}
.head_m{
  font-size: 1.5rem;
}
.head_s{
  font-size: 1.2rem;
}
.head_ss{
  font-size: 1rem;
}
.head_sss{
  font-size: 0.75rem;
}
.defaultbox{
  width:95%;
  max-width:600px;
}
/*背景　オレンジ斜線 */
.bg_oblique-line-orange{
  padding:24px;
  background-size: auto auto;
  background-color: rgba(255, 231, 0, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 202, 0, 1) 2px, rgba(255, 202, 0, 1) 4px );
}
.bg_oblique-lin-green{
  padding-right:8px;
  padding-left:8px;
  background-size: auto auto;
  background-color: rgba(30, 161, 57, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(0, 149, 65, 1) 2px, rgba(0, 149, 65, 1) 4px );
}
.movie_content{
  background-color: #f5f5f5;
  padding: 24px;
}
.movie_content a{
  color: #808080;
  /* text-decoration: none; */
}
.movie_content li{
  margin-top: 12px;
}

.line_yellow{
  background-color: #FFFF89;
}
/*吹き出し */
.balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #AAA;
  padding: 24px;
  min-width: 240px;
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 7px;
  font-size: 14px;
  line-height: 1.6rem;
}

.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #AAA;
}

.balloon:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.dothr{
  border:1px dotted #AAAAAA;
  margin:20px auto 20px;
}
.style-three{
  margin: 2em auto;
  border: 0;
  border-bottom: 4px dashed #ccc;
  width: 60%;
  }

.tbl > thead{
  background-color:#f3f3f3;
}

.tbl > tbody > tr > td{
  background-color:#fff;
}

.justify{
  margin:0 atuo;
  text-align:center;
}

.bg_green{
  background:#1EA239;
  padding: 4px;
  margin: 4px;
  font-size: 1rem;
  color: #fff;
}
.bg_orange{
  background-color: orange;
  padding: 3px;
  font-size: 1rem;
  color: #fff;
}

}
.bg_brown{
  background-color:#5D2B0D;
  padding: 3px;
  font-size: 1rem;
  color: #fff;
}

.newyear_arrowbox{
  margin:0 auto 0;
  position:relative;
  width:280px;
  background:#1EA239;
  padding:15px;
  vertical-align: middle;
  text-align:center;
  color:#FFFFFF;
  font-size:18px;
  font-weight:bold;
}
.newyear_arrowbox:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(30, 162, 57, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-top-color:#1EA239;
  top:100%;
  left:50%;
}

  /* テンプレート用ボタン */
  .btn_link{
    background-color: #FFF;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image:url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_arrow.png);
    border: 1px solid #c1c1c1;
    border-radius: 23px;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px 10px 40px;
    text-decoration: none !important;
    color: #000000 !important;
    margin-right: 0px;
    margin-top: 20px;
    font-weight: bold;
  }
  .btn_link:hover{
    opacity: .6;
  }



  /* テンプレート用blankボタン */
  .btn_link[target="_blank"]{
    background-image: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_blank.png);
  }
  /* テンプレート用PDFボタン(blankより優先度が上になるよう位置変え) */
  .btn_link[href$=".pdf"]{
    background-image: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_pdf.png);
  }
  /* テンプレート用電話ボタン(新規追加) */
  .btn_link[href$="tel:"]{
    background-image: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_phone.png);
  }
  .btn_link_ly{
    background-color: #91b941;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image:url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_arrow.png);
    border: 1px solid #91b941;
    border-radius: 23px;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px 10px 40px;
    text-decoration: none !important;
    color: #ffffff !important;
    margin-right: 15px;
  }
  .btn_link2:hover{
    opacity: .6;
  }


  .btn_green{
    background-color: #B5C900;
        background-position: 20px center;
        background-repeat: no-repeat;
        background-image: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_arrow.png);
        border: 1px solid #c1c1c1;
        border-radius: 23px;
        font-size: 16px;
        display: inline-block;
        padding: 10px 20px 10px 40px;
        text-decoration: none !important;
        color: #000000 !important;
        /* margin-right: 15px; */
        margin-top: 20px;
        line-height: 1.5rem;
        text-decoration:none;
        font-weight: bold;
  }
  .btn_green a{
    color: black;
  }

  .btn_green:hover{
    background-color: #D0DB3E;
  }


  	/* テンプレート用通常アイコンリンクテキスト */
	a.ic_link{
		background:url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_arrow.png) left center no-repeat;
		padding-left: 20px;
	}
  /* テンプレート用PDFリンクテキスト */
  a.ic_pdf{
    background: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_pdf.png) left center no-repeat;
    padding-left: 20px;
  }
  /* テンプレート用blankリンクテキスト */
  a.ic_blank{
    background: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_blank.png) left center no-repeat;
    padding-left: 20px;
  }
  /* テンプレート用電話リンクテキスト（新規追加） */
  a.ic_phone{
    background: url(https://www.wa-juku.co.jp/site_common/img_tmp/icon_phone.png) left center no-repeat;
    padding-left: 20px;
  }

  .flex{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    align-content:flex-start;
  }
  .flex li{
    width: 47%;
    /* margin-left: 2.8%;
    margin-right: 0.5%; */
  }

.corona{
  background: #CDCDCD;
  padding: 12px 0;
}

  .footer{
    background: #37372D;
    color: #fff;
    padding: 12px;
  }
  .footer_inner{
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
  }
  .footer_inner ul li{
    margin: 7px;
  }
  .footer_inner ul li a{
    background: url(https://www.wa-juku.co.jp/site_common/img/icon_footer1.png) left center no-repeat;
    /* color: #282828; */
    text-decoration: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
  }
  .footer_inner h3{
    font-size: 1.5rem;
  }
  /* 寄付金 */
  .bg_heart{
    background-image: url("../img/bg_heart.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-attachment:fixed;
  }
  .wrap_dona{
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 30%);
    background-color: rgba(255,255,255,0.7);
    padding: 0 11%;
  }
  .dona_h {
  position: relative;
  padding: 1.8rem 0.5rem;
  text-align: center;
}

.dona_h:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ddd;
}

.dona_h span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media print, screen and (min-width:768px) {
  #kentei_contents{
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 60px; */
    /* padding: 0 20px 100px; */
    /* max-width: 1120px; */
  }

  .hatsumon_video {
    max-width: 855px;
    width: 100%;
    height: auto;
    margin: 50px auto 0;
  }

  .mainimage{
    max-width:1120px;
    margin:32px 0 25px;
  }
  .campaignimage{
    margin:20px 0 15px;
  }

}

@media (max-width: 767px) {
  #kentei_contents{
    margin-left: 0px;
    margin-right: 0px;
  }
  .head_h{
    width: 35%
  }
.mainimage{
  max-width:350px;
  margin:0 auto 15px;
}
.bg_green{
  font-size: 0.7rem;
}
.bg_orange{
  font-size: 0.7rem;
}

.campaignimage{
  width:100%;
  max-width:600px;
  margin:15px auto 0;
}

.flex{
 width: 100%;
}
.flex li{
 width: 100%;
}

}
