@charset "utf-8";

/* form reset */
input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.photo_comment {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 1px 5px;
}
.lowcatch_area{
  padding: 55px 13px;
  box-sizing: border-box;
}
.catch_title {
  line-height: 1.3em;
  font-weight: bold;
}
.catch_title span {
    display: block;
}
.list_after::after{
  content:"";
  display: block;
  width: calc((100% / 3) - 15px);
}

@media screen and (max-width:767px){
  .lowcatch_area{
    padding: 80px 13px;
    box-sizing: border-box;
  }
}

/* /////////////////////////////
      #cando
///////////////////////////// */
.signe_area{
  margin-top: 25px;
  max-width: 200px;
  width: 100%;
  text-align: right;
}
.sdg_free iframe{
  width: 100%;
}
@media screen and (max-width:767px){
  .signe_area{
    max-width: 140px;
  }
}
/* /////////////////////////////
      #cando
///////////////////////////// */
.bg_ptn01{
  background: url(../img/common/bg_ptn01.png);
}
.red_bg02{
    background: linear-gradient(175deg,#840917, #992f3b);
    padding: 40px 20px;
    box-sizing: border-box;
}
#cando .default_box03 .left{
  background: url(../img/cando/bg_cando01.jpg) left / cover no-repeat;
}
.btn_cando {
  border: 2px solid #df051c;
  padding: 13px 20px;
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width:767px){
  .btn_cando {
    max-width: 100%;
  }
  .btn_cando img {
    width: 361px;
    text-align: center;
  }
}

/* /////////////////////////////
      #news
///////////////////////////// */
#news_single ol li {
   position: relative;
   padding-left: 30px;
   list-style-type: none;
   list-style-position: inside;
   counter-increment: cnt;
}
#news_single ol li:before{
 position: absolute;
 left: 0;
 display: marker;
 content: "(" counter(cnt) ") ";
}
.time_day_line{
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.low_news_list {
  width: calc((100% / 3) - 15px);
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#news .low_news_eye_catching,#news_single .low_news_eye_catching{
  height: 190px;
  width: 100%;
}
.scale img{
  width: 100%;
}
.low_news_eye_catching {
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 20px 0;
  height: 240px;
}
.low_newslist_right {
  width: 100%;
  max-width: 100%;
}

.scale img {
  transition: transform 200ms linear;
}
.scale img:hover {
  transform: scale(1.1);
}
.wp-pagenavi span {
  background: #992f3b !important;
  color: #fff !important;
}
.wp-pagenavi a {
  background: #d3cecf !important;
  display: inline-block;
}
span.extend {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none !important;
  padding: 5px 10px !important;
  margin: 5px !important;
}
@media screen and (max-width:1200px){
  .low_news_eye_catching{
    height: 320px;
  }
  .low_news_list{
    width: calc((100% / 2) - 10px);
  }
}
@media screen and (max-width:767px){
  .low_news_eye_catching{
    height: 240px;
  }
  #news .low_news_eye_catching,#news_single .low_news_eye_catching{
    height:170px;
  }
  .wp-pagenavi a, .wp-pagenavi span{
    padding: 9px 13px !important;
  }
  .low_news_list {
    width: 100%;
  }
}

/* /////////////////////////////
      #news-single
///////////////////////////// */
#news_single .sec_inner{
  max-width: 1040px;
}
.blog_content p,.blog_content a{
  font-size:16px;
  line-height:1.8em;
  margin-bottom: 5px;
}

.blog_content a{
  color:#992f3b;
  text-decoration:underline;
  margin-bottom: 10px;
}

.blog_content h2 {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  font-size:22px;
  margin:25px 0 13px 0;
}
.blog_content h2:before {
  position: absolute;
  height: 100%;
  width: 6px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #992f3b;
  content: "";
}
.blog_content h3{
  font-size: 20px;
  padding-bottom: 6px;
  margin: 10px 0 15px 0;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
}

@media screen and (max-width:767px){
  .blog_content p, .blog_content a{
    font-size: 14px;
      line-height: 1.6em;
  }
}
/* /////////////////////////////
      #search
///////////////////////////// */
.page_search .page_search_form {
    width: 90%;
    padding: 20px !important;
}

.page_search .page_search_btn {
    width: 10% !important;
    padding: 10px !important;
}
.search_title li {
    border-bottom: 1px solid #ccc;
}

.search_title li a {
    display: block;
    padding: 10px 0;
}

.search_title li a:hover {
    background: #eaeaea;
}


/* /////////////////////////////
      #contact
///////////////////////////// */

.check_m01 {
    padding: 2px 0 5px 1.5em;
    box-sizing: border-box;
}
.check_m02 {
    padding: 0 0 5px 1.2em;
    box-sizing: border-box;
}
.bg_contact{
  background: #f7f7f7;
  padding: 30px 10px 40px 10px;
  box-sizing: border-box;
}
.file_btn{
  padding-bottom: 10px;
  display: inline-block;
}
.c_red_link{
  text-decoration: underline;
  color: #992f3b;
}
.form_area dl {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: start;
}
.form_area dt {
  text-align: right;
  width: 280px;
  padding: 0 30px 0 0;
  margin: 0 0 40px 0;
  box-sizing: border-box;
}
.form_area dl dd {
  width: 100%;
  max-width: 730px;
  margin: 0 0 40px;
}
.zoom_url_hidden {
  display: none;
}
form .wpcf7-text,textarea.wpcf7-textarea {
  font-size: 16px;
  width: 100%;
  padding: 17px 10px;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  transition: .5s;
}
form .wpcf7-text:focus,textarea.wpcf7-textarea:focus {
  background: #fff;
  border: 1px solid #dddddd;
  outline: 0;
  transition: .5s;
}
/* ラジオボックス */
span.wpcf7-list-item{
  display: inline-block;
  margin: 0 0 0 0em !important;
}
span.wpcf7-list-item-label {
    margin: 0 0 0 10px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]+span {
  cursor: pointer;
  display: inline-block;
  margin: 0px 10px 0 0px;
  padding: 0 0 0 27px;
  position: relative;
}
input[type="radio"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
input[type="radio"]+span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 6px;
  background: #fff;
  opacity: 0;
  box-sizing: border-box;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 10px;
}
input[type="radio"]:checked+span::before {
  background: #9d3642;
  border: 1px solid #9d3642;
}
input[type="radio"]:checked+span::after {
  background: white;
}
input[type="radio"]:checked+span::after {
  opacity: 1;
}
#form div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #f7f7f7;
  text-align: center;
}
#form div.wpcf7-validation-errors,#form div.wpcf7-acceptance-missing {
  border: none;
  color: #f00;
  background-color: #f7f7f7;
  text-align: center;
}
/* チェックボックス */
p.check_w01 {
    width: calc(100% - 22px);
    text-align: left;
    line-height: 1.5em;
}
#test01,#test02{
  display:none;
  transition: 1s;
}
.label{
  display: flex;
  position: relative;
}
.check_box02{
  height: 20px;
  width: 20px;
  content: "";
  border: 1px solid #B0B0B0;
  border-radius: 3px;
  margin-right: 10px;
}
#test01:checked + label:after,#test02:checked + label:after{
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 12px;
  border-right: 2px solid #9d3642;
  border-bottom: 2px solid #9d3642;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
input,textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  }
  /* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.btn_submit input {
  padding: 15px 100px;
  background:#992f3b;
  color:#fff;
}
.btn_submit input {
  padding: 15px 100px;
  background:#992f3b;
  color:#fff;
  font-size:18px;
  letter-spacing: 5px;
  transition:.5s;
}
.btn_submit input:hover {
    background:#562127;
}
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none;
}

/* recommend */
.crp_related ul {
  width: 100%;
}
.crp_related ul li {
  width: 20% !important;
}
@media screen and (max-width:767px){
  .checkbtn label:after{
    top:50%;
  }
  #form .sec_inner{
    width: 98%;
  }
  .form_area dl{
    display: block;
  }
  .form_area dt {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
  }
  .form_area dl dd {
    width: 100%;
  }
  .btn_submit input{
    width: 100%;
  }
  .crp_related ul li {
    width: 48% !important;
  }
}
*{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;
}


/* privacy */
.privacy_list li p,.privacy_list li h4,.pl2em{
  padding-left: 2em;
}
.privacy_list li.no_em p{
  padding-left: 0;
}
.privacy_list li h4{
  font-weight: bold;
}
ul.privacy_list li {
    padding-bottom: 50px;
}
ul.privacy_list li:last-child{
  padding-bottom: 0;
}
.color_red.pt3{
  padding-top: 3px;
}
@media screen and (max-width:767px){
  .privacy_list li p,.privacy_list li h4,.pl2em{
    padding-left: 1em;
  }
  ul.privacy_list li{
    padding-bottom: 30px;
  }
}
/* /////////////////////////////
      #archives
///////////////////////////// */

.tab_wrapper input[type="radio"] {
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-right: 10px;
}
.tab_wrapper input[type="radio"]:checked{
  background: #992f3b;
  box-shadow: 0px 0px 0px 3px #FFF inset;
}
#archives_searchbox{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.checkbox_li input[type="checkbox"]{
  width: 22px;
  height: 22px;
  position:relative;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 6px;
}
.checkbox_li input[type="checkbox"]:checked + span:before{
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/contact/check.png) no-repeat;
  background-size: 16px;
  border-radius: 3px;
  position: absolute;
  left: -27px;
  top: calc(50% - 4px);
}
.tab_wrapper li{
  width:25%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.tab_wrapper li:last-child{
  border-right: 1px solid #ccc;
}

.tab_wrapper label{
  width:100%;
  padding: 10px;
}
.wpcf7-recaptcha {
  display: inline-block;
}
@media all and (-ms-high-contrast: none){
  .checkbox_li input[type="checkbox"]:checked + span:before{
    display: none;
  }
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background-image: url(../img/contact/check02.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 10px center;
}
th.rs_h.year_of_issue {
  width: 110px;
  text-align: center;
}
td.rs_d.year_of_issue{
  text-align: center;
}
tr.rs_tr_h th{
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
  text-align: center;
  cursor: pointer;
}
tr.rs_tr_h th:hover{
  background: #C0C0C0;
}
tr.rs_tr_h th.rs_h::after {
  content: "";
  background-size: 15px;
  position: absolute;
  height: 15px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
tr.rs_tr_h th.rs_h.sort_active_u::after {
  background: url(../../../../../archives/icon/triangle.svg) center center / cover no-repeat;
}
tr.rs_tr_h th.rs_h.sort_active::after {
  background: url(../../../../../archives/icon/triangle.svg) center center / cover no-repeat;
  transform: rotate(180deg) translateY(50%);
}

th.rs_h.implementation,td.rs_d.implementation,th.rs_h.creation,td.rs_d.creation{
  width: 110px;
  text-align: center;
}
tr.rs_tr_h th:first-child,.rs_d:first-child{
  border-left: 1px solid #ccc;
  width: 190px;
  text-align: center;
}
tr.rs_tr_d:last-child td {
    border-bottom: 1px solid #ccc;
}
td.rs_d.distance,td.rs_d.age,td.rs_d.refer {
    text-align: center;
}
.rs_d {
    font-size: 15px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
th.ta-c.rs_h.age {
    width: 90px;
}
th.ta-c.rs_h.distance {
    width: 130px;
}
th.ta-c.rs_h.refer {
    width: 250px;
}
@media screen and (max-width:767px){
  .rs_d {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
  }
  th.ta-c.rs_h.exporsure {
    width: 250px;
  }

  th.ta-c.rs_h.title {
      width: 590px;
      overflow: hidden;
  }

  #rs_tb{
    width: 1000px;
  }
  .scroll-wrap{
    background: whitesmoke;
    overflow-x: scroll;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .scroll-wrap::-webkit-scrollbar {
   height: 10px;
 }
 .scroll-wrap::-webkit-scrollbar-thumb{
   background: #999;
   border-radius: 5px;
 }
 .scroll-wrap::-webkit-scrollbar-track-piece {
   background: #efefef;
 }
  .tab_wrapper li{
    border-right:1px solid #ccc;
    border-bottom:0px solid #ccc;
  }
  .tab_wrapper li:first-child,.tab_wrapper li:last-child{
    border-radius:0;
  }
  .tab_wrapper li:last-child{
    border-bottom: 1px solid #ccc;
  }
}

/* pager */
.pager_wrapper{
  display: flex;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  padding-top: 10px;
}

.pager{
  text-decoration: none !important;
  padding: 5px 10px !important;
  margin: 5px !important;
  background: #d3cecf !important;
  border: 1px solid #BFBFBF;
  transition: .3s;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
}

.pager.active{
  background: #992f3b !important;
  color: #fff !important;
}
.pager:not(.active):not(.extend):hover{
  opacity: 0.7;
  cursor: pointer;
  border-color: #000;
}

/* /////////////////////////////
      #peace
///////////////////////////// */
/* peace min */
.peace_wrap .box1 {
    width: calc( 100% - 530px);
}
@media screen and (max-width:767px){
  .peace_wrap .box1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .peace_wrap .box2 {
    margin: 0 auto;
  }
}
/* introduction */
table.default_t th {
  background: #eaeaea;
  padding: 10px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  width: 410px;
}
table.default_t td {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
table.default_t td ul li {
  padding: 10px;
  border-bottom: 1px solid;
}
table.default_t td ul li:last-child {
  border-bottom: 0px solid;
}
.separate{
  border-bottom: 1px solid #ccc;
}

/* message */
.peacemsg_box .box01 {
    min-width: 100px;
}


/* /////////////////////////////
      #構想推進委員会
///////////////////////////// */

/* plan-committee2018result */
table.committee td {
  padding: 20px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
table.committee td {
   min-width: 100px;
}
@media screen and (max-width:767px){
  table.committee td {
    padding: 10px;
  }
}
/* plan-committee2016result */
.committee2016.default_t tr th:first-child {
  width: 180px;
}
.committee2016.default_t tr td {
  text-align: left;
}


/* ican アカデミー */
table.default_t.icancademy tr td {
  padding: 15px;
}
@media screen and (max-width:767px){
  table.default_t.icancademy tr td {
    padding: 10px;
  }
}

table.default_t02 th {
  background: #eaeaea;
  padding: 15px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
}
table.default_t02 td {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 15px 10px;
}
table.default_t02 td ul li {
  padding: 10px;
  border-bottom: 1px solid;
}
table.default_t02 td ul li:last-child {
  border-bottom: 0px solid;
}
.separate{
  border-bottom: 1px solid #ccc;
}
.table_midle{
  vertical-align: middle;
}

/* online learning */
.m-w110{
  min-width: 100px;
}

/* hiroshima report */
.report_wrap .box2 {
  width: calc(100% - 340px);
}
@media screen and (max-width:767px){
  .report_wrap .box2 {
    width:100%;
  }
}

/* /////////////////////////////
    illust-campaign
///////////////////////////// */

.illust-campaign .txt{
  max-width:600px;
  width: 100%;
}

.form_area.ic dt {
  width: 146px;
  border-top: 1px solid #555555;
  padding: 10px 0px 0 0;
  margin: 0px 30px 31px 0px;
  text-align: left;
  font-size: 16px;
  letter-spacing: -1px;
}
.form_area.ic {
    padding: 35px 20px;
    box-sizing: border-box;
}
.form_area.ic dd {
    border-top: 1px solid #9e9e9e;
    padding: 10px 0px 0 0;
    margin: 0 0 30px 0;
}
.list_dot{
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.list_dot li {
  margin-bottom: 15px;
  position: relative;
}
.list_dot li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 10px;
  background-color: #494949;
}

#tours_anker {
  margin-top: -81px;
  padding-top: 81px;
}

@media screen and (max-width:1100px){
  .illust-campaign .abs_center{
    position: static;
    transform: translateY(0);
    -webkit- transform: translateY(0);transformtransformtransform
  }
  .ta-l_ic{
    text-align: left !important;
    margin-top: 30px;
  }
}

@media screen and (max-width:767px){
  .form_area.ic dt {
    width: 100%;
    border-top: 3px solid #555555;
    margin: 0px 30px 15px 0px;
    font-size: 14px;
  }
  .form_area.ic dd {
      margin: 0 0 15px 0;
  }
  .form_area.ic dd ul li{
      font-size:11px;
  }
  .list_dot li::after{
      left: -1.6em;
  }
}

/* lower title tag */
.page_tag_wrap {
  max-width: 1100px;
  width: 100%;
  margin: 20px auto 0;
}
.page_tag_wrap ul li {
  margin-right: 10px;
}
.page_tag_wrap ul li a {
  color: #8e8e8e;
  text-decoration: underline;
  font-size: 14px;
  opacity: 1;
  transition: 300ms;
}
.page_tag_wrap ul li a:hover {
  color: #992f3b;
  opacity: 1;
}
/* /////////////////////////////
    メッセージを送ろう
///////////////////////////// */
div#msg_secd img{
  width: 100%;
}
.msg_secd_illust {
  max-width: 400px;
  height: auto;
}
.msg_secd_illust + .msg_secd_details {
  max-width: calc((100% - 400px ) - 30px);
  width: 100%;
}
.msg_secd_details {
  width:100%;
}
.msg_secd_details .name {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 17px;
  position: relative;
  padding: 0 0px 5px 16px;
}
p.msg {
  font-size: 14px;
}
.msg_secd_wrap {
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #fdfdfd;
  box-sizing: border-box;
  margin-bottom: 40px;
}
..msg_secd_wrap:last-child{
  margin-bottom: 0px;
}
.msg_secd_details .name:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #992f3b;
  border-radius: 80px;
  top: 12px;
  left: 0;
}
.flex_list.photo_list a {
    width: 160px;
    margin-right: 10px;
}

@media screen and (max-width:767px){
  .flex_list.photo_list a{
    width: 140px;
  }
   .mb0_sp{
     margin-bottom: 0 !important;
   }
  .msg_secd_illust{
    margin: 0 auto 30px;
  }
  .msg_secd_illust + .msg_secd_details{
    max-width: 100%;
  }
}

/* /////////////////////////////
    75周年記念ページ
///////////////////////////// */
.page75th .mv {
  background-color: #f9f9f9;
}
.page75th .anchor{
  width: 100%;
  background: rgba(255,255,255,0.9);
  bottom: 0;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
}
.page75th .anchor li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 10px;
  border-right: 1px solid #b2b2b2;
  position: relative;
  width: 140px;
  box-sizing: border-box;

}
.page75th .anchor li a{
  width: 100%;
}
.page75th .anchor li:first-child{
  border-left: 1px solid #b2b2b2;
}

.page75th .anchor li:after{
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2px;
}
.page75th .underline {
  text-decoration: underline;
}
.peace_world_way {
  background-color: #fff7f8;
  padding: 30px 0 50px;
}
.peace_world_way .timelinebox {
  position: relative;
  padding: 60px 40px;
}
.peace_world_way .timeline {
  position: absolute;
  font-size: 42px;
  background-color: #fff;
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 500;
  padding: 0 20px 4px;
  border: 1px solid #000;
  left: 50%;
  top: -30px;
  line-height: 1.2;
  transform: translateX(-50%);
}
.peace_world_way .timelinebox h3 {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.peace_world_way .past {
  background: url(../img/75th/past_bg.jpg) center / cover;
  margin-bottom: 80px;
}
.peace_world_way .now {
  background: url(../img/75th/now_bg.jpg) center / cover;
  margin-bottom: 80px;
}
.peace_world_way .future {
  background: url(../img/75th/future_bg.jpg) center / cover;
}
.peace_world_way .past::after,.peace_world_way .now:after,.peace_world_way .now:after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: calc(50% - 4px);
  width: 1px;
  height: 80px;
  border-right: 6px dotted #992f3b;
}

.dekiru_search {
  padding: 60px 0;
}
.dekiru_search h3{
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  font-size: 22px;
  margin: 25px 0 13px 0;
}
.dekiru_search h3::before {
  position: absolute;
  height: 100%;
  width: 6px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #992f3b;
  content: "";
}
.page75th .partner {
  background: url(../img/75th/partner.jpg) center / cover;
  padding: 30px 0 60px;
}
.page75th .partner .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 80px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
}
.page75th .w-720 {
  max-width: 720px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width:767px){
  .page75th .partner .inner {
    padding: 20px;
  }
  .page75th .anchor{
  position: static;
}
.page75th .anchor li a span.font16{
  font-size: 3vw;
}
  .peace_world_way .timeline {
    font-size: 28px;
    top: -20px;
  }
  .peace_world_way .timelinebox {
    position: relative;
    padding: 30px 20px;
  }
  .peace_world_way .past,.peace_world_way .now {
    margin-bottom: 60px;
  }
  .peace_world_way .past::after,.peace_world_way .now:after,.peace_world_way .now:after {
    bottom: -60px;
    height: 60px;
    border-right: 5px dotted #992f3b;
  }
  .dekiru_search {
    padding: 30px 0;
  }
}


/* /////////////////////////////
    キャンペーンページテンプレート
///////////////////////////// */
#campaign_single input[type="checkbox"] + span.wpcf7-list-item-label{
  margin: 0 10px 0 0;
}
#campaign_single label{
  position: relative;
  display: flex;
}
#campaign_single label:hover{
  cursor: pointer;
}
#campaign_single input[type="checkbox"] + span.wpcf7-list-item-label::before {
    height: 20px;
    width: 20px;
    content: "";
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -5px;
}
#campaign_single input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 8px;
    display: block;
    margin-top: -8px;
    width: 5px;
    height: 12px;
    border-right: 2px solid #9d3642;
    border-bottom: 2px solid #9d3642;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
}
@media screen and (max-width:767px){
  #campaign_single  span.wpcf7-list-item {
    display: block;
    margin-bottom: ;
}
#campaign_single label {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
}
