/*********　わがまちに残る戦争のあと　*********/

.max100 {
	max-width: 100%;
}
.black {
    color: #333333 !important;
}
.pa20 {
    padding: 20px;
}
.nowrap {
    white-space: nowrap;
}


.cocoa2_info {
    border: 1px solid #dddddd;
    padding: 20px 10px;
    border-radius: 10px;
}
.cocoar2_code {
	text-align: center;
}
.cocoar2_code img {
	max-width: 220px;
	width: 100%;
}
/* PC用 */
@media screen and (min-width: 641px) {
    .cocoa2_info {
        display: flex;
        align-items: center;
    }
    .cocoar2_code {
        width: 34%;
        padding-right: 20px;
    }
}
/* スマホ用 */
@media screen and (max-width: 640px) {
    .cocoar2_code {
        margin-bottom: 20px;
    }
}


h3.tit3_a2 {
	text-align: center;
}
h3.tit3_a2 span.mark {
	color: #FF5810;
	display: block;
	width: 6em;
	margin: 0 auto 10px;
	background: #FFEEE6;
	padding: 1px 4px 7px 4px;
	position: relative;
	vertical-align: middle;
	border-radius: 50px;
}
h3.tit3_a2 span.mark>span {
	display: inline-block;
	font-size: 66%;
	font-weight: 400;
	padding: 0 6px 4px 0;
	vertical-align: bottom;
}

.btn_gr3.marker_box {
   border-radius: 20px;
}
.btn_gr3.marker_box::after {
   top: unset;
   bottom: 16px;
}
.marker_box img {
    max-width: 260px;
    width: 100%;
    margin-bottom: 10px;
}
.marker_term {
    margin: 20px 0;
    text-align: center;
}
.marker_term>p {
    display: inline-block;
    padding: 20px;
    background: #FAF8EF;
}

.gmap_area {
    background-color: #FAF8EF;
}
.gmap_area_txt01 {
    margin-top: 20px;
}


/* PC用 */
@media screen and (min-width: 641px) {
    .gmap_area {
        padding: 30px 20px;
    }
}
/* スマホ用 */
@media screen and (max-width: 640px) {
    .marker_box img {
        width: 70%;
    }
    .gmap_area {
        padding: 20px 10px 30px;
    }
}



/*** アコーディオン ***/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
  font-size:104%;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding:20px 44px 20px 0;
	cursor: pointer;
  vertical-align: middle;
}
.cp_qa .cp_actab label:before {
  content: '';
  display: inline-block;
  width:35px;
  height:35px;
  background-image: url(../img/icon_q.png);
  background-size: contain;
  margin-right:10px;
}
.cp_qa .cp_actab label:hover {
	color: #F397C0;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
}
.cp_qa .cp_actab .cp_actab-content a {
  text-decoration: underline !important;
}

/* 質問を開いた時の仕様 */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height:80em;
  background:#FAF8EF;
  padding:25px;
  border-radius:15px;
  margin-bottom:25px;
}
 .cp_actab-content div {
 }
.cp_actab-content span.sub {
  font-size:92%;
	color:#939494;
}
.cp_actab-content i {
 font-style: normal;
 border: 1px solid #8c8c8c;
 padding: 1px;
}
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top:47%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '＋';
  color:#F397C0;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	content: '−';
  color:#F397C0;
}


/*********　バックナンバー　*********/

h2.ac_tit {
	font-size: 100%;
	color: #333333;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
h3.ac_inner_tit {
	font-size: 150%;
	color: #333333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 10px 18px;
}
h3.ac_inner_tit:before {
    position: absolute;
    top: 15%;
    left: 0;
    width: 8px;
    height: 60%;
    content: '';
    background: #38BC80;
}

.detail {
	margin-bottom: 40px;
	background: #faf8ef;
	padding:25px;
	margin-top: 5px;
}

/* スマホ用 */
@media screen and (max-width: 640px) {
	.detail {
		margin-top: 10px;
	}
}