@charset "UTF-8";

/*
# =================================================================
# ココが知りたい地球温暖化　気候変動適応編
# =================================================================
*/

/*----------------------------*/
/*パンくず*/
/*----------------------------*/
.keni-breadcrumb-list_wrap {
    background-color: #d0d0d0;
	padding: 5px;
}


/***********************/
/*共通*/
/***********************/
/*初期化*/
.keni-section h2,h3 {
	margin: initial;
	padding: initial;
	background-image: initial;
	background-color: initial;
	border-width: 0;
}
.keni-section h2 {
	overflow: hidden;
	color:#637934;
	margin: 20px 0;
}
.impact h2 {
	color:#625AAA;
}
.keni-section h3 {
	color:#000;	
	margin: 20px 0;
}
#details h2~h2 {
    margin-top: 50px;	
}
.keni-section h2 a {
	color:#80a626;
}
.keni-section h2 a:hover {
	color:#000;
	text-decoration: none;
}

/*質問枠*/
.question {
	background-color: #f4ebe4;
	border-radius: 10px;
}
.question b {
	color: #e96629;
}


/*サイドメニューの色*/
#qattl {
	background-color: #80a626;
}

/*h1の色*/
.qa-h1 {
    color:#80a626;	
}

/*更新日*/
.update {
	text-align: right;
	font-size: 0.8em;
}




/***********************/
/*表紙*/
/***********************/
/*枠*/
.qabox {
	padding:0 20px;
	/*margin-top: 30px;*/
}

/*タイトル*/
.qabox h2 {
	font-size: 1.2em;
	line-height: 140%;
	font-weight: 600;
	border-bottom: 3px #80a626 solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.qabox img.q-icon {
	width: 40px;
	margin-right: 20px;
}

/*質問*/
.qabox .question {
	padding: 20px 20px;
	line-height: 140%;
	font-size: 1.0em;
	margin-bottom: 15px;
}

/*私が答えます*/
.qabox .answerer {
    width:100%;
	white-space: nowrap;
}
.qabox .answerer img.a-icon {
	max-width: 140px;
	margin-right: 20px;
	vertical-align: top;
}
.qabox .answerer .teach {
	display: inline-block;
	line-height: 140%;
	font-size: 0.9em;
	white-space:normal;   /*画像のカラム落ち解除*/
	word-wrap: break-all; /*テキストの改行指定*/
	width: calc(100% - 160px);
}
.qabox .answerer .teach b {
	font-size: 1.1em;
}
   
    
/**ダウンロードボタン*/
.download-btn {
	margin: 50px auto;
	text-align: center;
}
.download-btn img {
    width: 90%;
}




/***************************/
/*詳細ページ*/
/***************************/
#details {}

/*質問*/
.ansttl-box {
	/*overflow: hidden;*/
	margin-top: 10px;
	margin-bottom:10px;
}
.ansttl-box img.q-icon {
    max-width: 60px;
    margin-left:10px;
}
/*.ansttl-box .question {	
	margin-top:-50px;
}*/
.ansttl-box .question h1 {
	line-height: 140%;
	font-size: 1.0em;
}

/*PDFボタン*/
.pdf-box {
	text-align: right;
}
.pdf-box img {
	max-width: 160px;
}

/*私が答えます*/
.teach-box {
	overflow: hidden;
	margin-bottom: 10px;
}
.teach-box img.a-icon {
	width: 100%;
	max-width: 160px;
 	vertical-align: bottom;
}
.teach-box .ansbox {
	margin-top:10px;
	border-top:1px #80a626 dotted;
	padding-top:10px;
}
.teach-box .teachimg {
	max-width: 90px;
	border-radius: 70px;
    display: inline-block;
	vertical-align: bottom;
}
.teach-box .teachname {
	line-height: 160%;
	display: inline-block;
	margin-left:2px;	
	width: calc(100% - 102px);
}
.teach-box .teachname b {
	font-size: 1.4em;
}


/*回答欄*/
.answerer-box {
	background-color: #fafadc;
	border: 3px #80a626 solid;
	border-radius: 10px;
	padding: 20px 20px;
	line-height: 160%;
	margin-bottom: 50px; 
}
.answerer-box span {
	color: #e96629;
}
.answerer-box p {
	margin: 0;
}


/*さらにくわしく知りたい人のために*/
#info .infottl {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
	color:#80a626;
	padding-bottom: 5px;
	border-bottom: 2px #80a626 solid;
	margin-bottom: 20px;
}
#info p {
	margin: 10px 0;
	font-size: 0.95em;
	line-height: 140%;
}
#info p:last-child {
    margin-bottom: 30px;
}
#info li {
	margin: 5px 0;
	font-size: 0.95em;
	line-height: 140%;
}
#info a {
	color:#000;
}


/*さらにくわしくの画像*/
img.infoicon01 {
	max-width: 50px;
	margin-right: 10px;
}
/*参考文献の画像*/
img.infoicon02 {
	max-width:40px;
	margin-right: 10px;
}




/*ページ別装飾(Ｑの個別イラスト）*/
#num01 {
    background: url("../img/01/pict.png") no-repeat 20px 60px;
	background-color: #f4ebe4;
	background-size: 60px;
	padding: 20px 20px 20px 100px;
}

#num02 {
    background: url("../img/02/pict.png") no-repeat 97% center;
	background-color: #f4ebe4;
	background-size: 95px;
	padding: 20px 100px 20px 85px;
}

#num03 {
    background: url("../img/03/pict.png") no-repeat 97% center;
	background-color: #f4ebe4;
	background-size: 95px;
	padding: 20px 110px 20px 85px;
}

#num04 {
    background: url("../img/04/pict.png") no-repeat 40px 48px;
	background-color: #f4ebe4;
	background-size: 60px;
	padding: 20px 20px 20px 110px;
}


#num05 {
    background: url("../img/05/pict.png") no-repeat 75px center;
	background-color: #f4ebe4;
	background-size: 90px;
	padding: 20px 20px 20px 175px;
}

#num06 {
    background: url("../img/06/pict.png") no-repeat 97% center;
	background-color: #f4ebe4;
	background-size: 95px;
	padding: 20px 110px 20px 85px;
}
#num07 {
    background: url("../img/07/pict.png") no-repeat 25px 55px;
	background-color: #f4ebe4;
	background-size: 100px;
	padding: 25px 20px 25px 140px;
}

#num08 {
    background: url("../img/08/pict.png") no-repeat 25px 55px;
	background-color: #f4ebe4;
	background-size: 100px;
	padding: 25px 20px 25px 140px;
}

#num09 {
    background: url("../img/09/pict.png") no-repeat 5px 65px;
	background-color: #f4ebe4;
	background-size: 100px;
	padding: 25px 20px 25px 120px;
}

#num10 {
    background: url("../img/10/pict.png") no-repeat center 96%;
	background-color: #f4ebe4;
	background-size: 200px;
	padding: 60px 20px 125px 20px;
}
#num11 {
    background: url("../img/11/pict.png") no-repeat center 96%;
	background-color: #f4ebe4;
	background-size: 200px;
	padding: 60px 20px 125px 20px;
}
#num12 {
    background: url("../img/12/pict.png") no-repeat center 96%;
	background-color: #f4ebe4;
	background-size: 200px;
	padding: 60px 20px 100px 20px;
}

#num13 {
    background: url("../img/13/pict.png") no-repeat center 96%;
	background-color: #f4ebe4;
	background-size: 200px;
	padding: 50px 20px 130px 20px;
}

#num14 {
    background: url("../img/14/pict.png") no-repeat center 94%;
	background-color: #f4ebe4;
	background-size: 200px;
	padding: 50px 20px 100px 20px;
}

#num15 {
    background: url("../img/15/pict.png") no-repeat center 80%;
	background-color: #f4ebe4;
	background-size: 180px;
	padding: 60px 20px 110px 20px;
}

#num16 {
    background: url("../img/16/pict.png") no-repeat center 90%;
	background-color: #f4ebe4;
	background-size: 170px;
	padding:60px 20px 160px 20px;
}

/***************************/
/*ダウンロードページ*/
/***************************/
#dwbox img.pdf-icon {
	width: 40px;
	margin-right: 20px;
}
#dwbox .dw-list {
	width:100%;
	margin: 20px 0 0 0px;
	padding: 0;
	list-style-type: none;
}
#dwbox .dw-list a {
    color:#80a626;
}

figure{
    text-align: center;
	margin: 50px 0 40px;
	font-size: 1.4rem;
    line-height: 1.6;
}
.figcap-c{
    width: 90%;
    text-align: left;
    margin: 0 auto;
}
.figcap-c span:first-child{
    margin-right: 1em;
}

.pa-ol{
    padding-left: 2em;
}
.pa-ol li {
	list-style-type: none;
	counter-increment: cnt;
}
.pa-ol li::before {
	content: "(" counter(cnt) ") ";
    display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}
.pa-ol-more{
    padding-left: 1em;
}
.pa-ol-more li {
	list-style-type: none;
	counter-increment: cnt;
}
.pa-ol-more li::before {
	content: "" counter(cnt) " ) ";
    display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}
.qa-footnote{
	font-size: 1.4rem;
}
.qa-publish{
	width: 50%;
	margin-left: auto;
	font-size: 1.4rem;
	border-left: 5px solid #ccc;
	line-height: 1.2;
}
.qa-publish ul{
	list-style: none;
	margin-left: 10px;
}


/****************************/
/*レスポンシブ
/****************************/
@media (min-width: 480px) {
}

@media (min-width: 768px) {
    
    /*表紙*/
    .qabox h2 {
	    font-size: 1.4em;
	}
	
	.qabox .answerer {
	    text-align: right;
		margin-bottom: 30px;
    }
    .qabox .answerer .teach {
	    text-align: left;
    }


    /*私が答えます*/
	.teach-box img.a-icon {
		max-width: 200px;
	    position:static;
	    left: auto;
        bottom:auto;
		margin-bottom: 5px;
	}
}

@media (min-width: 920px) {

	/*表紙ページ*/
	.qabox {
		margin-top: 0px;
	}
    .qabox h2 {
	    font-size: 1.6em;
	}
	.qabox img.q-icon {
	    width: 60px;
    }
	.qabox .answerer {
	    margin-bottom: 10px;
	}
    .qabox .answerer img.a-icon {
	    max-width: 180px;
    }
    .qabox .answerer .teach {
        line-height: 160%;
		font-size: 1.0em;
		width: auto;
		min-width: 200px;
    }
    .qabox .answerer .teach b {
	    font-size: 1.2em;
    }
    .download-btn img {
    max-width: 400px;
    }


	/*詳細ページ*/
	.ansttl-box {
	    margin-top: 40px;
	    margin-bottom:20px;
    }
    .ansttl-box img.q-icon {
	    float: left;
	    max-width: 80px;
        margin:0;
    }
    .ansttl-box .question {	
	    margin-top: 0;
	    float: right;
	    padding: 20px;
	    width: calc(100% - 110px);
    }
    .ansttl-box .question h1 {
	    line-height: 140%;
 	    font-size: 1.2em;
    }
    
    .pdf-box {
	    margin-bottom:30px;
    }
    .pdf-box img {
	    max-width: 200px;
    }

    /*私が答えます*/
    .teach-box {
	    margin-bottom: 10px;
	    position: relative;
    }
    .teach-box img.a-icon {
	    position:absolute;
	    left: 5px;
        bottom:8px;
    }
	.teach-box .ansbox {
	    float: right;
	    border-top-width:0;
	    margin-top:0px;
	    padding-top:0px;
    }
    .teach-box .teachimg {
        max-width: 100px;
    }
    .teach-box .teachname {
	    margin-right: 20px;
		width: auto;
    }
	
    .teach-box .teachname b {
	    font-size: 1.4em;
    }

    /*さらに詳しく*/
    #info .infottl {
	    font-size: 1.4em;
    }
    img.infoicon01 {
	    max-width: 70px;
    }
    img.infoicon02 {
	    max-width: 50px;
    }


    /*ダウンロードぺージ*/
    #dwbox .dw-list {
	    margin: 0 0 0 20px;
    }


	/*更新日*/
    .update {
		font-size: 1em;
    }
    
    
    /*ページ別装飾(Ｑのところ)*/
    #num01 {
        background-position: 20px center;
	    background-size: 120px;
	    padding-left: 170px;
    }

    #num02 {
        background-position: 97% center;
	    background-size: 180px;
	    padding-right: 170px;
	    padding-left: 30px;
    }

    #num03 {
        background-position: 97% center;
	    background-size: 170px;
	    padding-right: 210px;
	    padding-left: 30px;
    }

    #num04 {
        background-position: 20px center;
	    background-size: 120px;
	    padding-left: 170px;
    }

    #num05 {
        background-position: 20px center;
	    background-size: 160px;
	    padding-left: 200px;
		padding: 35px 0 35px 200px;
    }

    #num06 {
        background-position: 97% center;
	    background-size: 170px;
	    padding-right: 210px;
	    padding-left: 30px;
    }
	#num07 {
		background-position: 25px center;
	    background-size: 200px;
	    padding: 20px 20px 20px 260px;
    }

    #num08 {
		background-position: 25px center;
	    background-size: 200px;
	    padding: 40px 20px 40px 260px;
    }
    #num09 {
		background-position: 10px 15px;
	    background-size: 170px;
	    padding: 25px 20px 25px 220px;
    }
    #num10 {
		background-position: 10px 25px;
	    background-size: 200px;
	    padding: 25px 20px 25px 230px;
    }
    #num11 {
		background-position: 10px 25px;
	    background-size: 200px;
	    padding: 25px 20px 25px 230px;
    }
    #num12 {
		background-position: 15px 10px;
	    background-size: 230px;
	    padding: 25px 20px 25px 260px;
    }
    #num13 {
		background-position: 15px 10px;
	    background-size: 200px;
	    padding: 35px 20px 35px 250px;
    }
    #num14 {
		background-position: 25px 15px;
	    background-size: 200px;
	    padding: 25px 20px 25px 260px;
    }
    #num15 {
		background-position: 20px 20px;
	    background-size: 200px;
	    padding: 20px 20px 20px 260px;
    }
    #num16 {
		background-position: 20px 25px;
	    background-size: 150px;
	    padding: 20px 20px 20px 200px;
    }

}
@media (min-width: 1200px) {
.figcap-c{
    width: 80%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.6;
}
.figcap-c span:first-child{
    margin-right: 0;
}
.figcap{
        width: 95%;
}  
}
@media (min-width: 1400px) {
	
	
    .qabox .answerer img.a-icon {
	    max-width: 210px;
    }

	.ansttl-box img.q-icon {
	    max-width: 100px;
    }
    .ansttl-box .question {	
	    width: calc(100% - 130px);
    }
    .ansttl-box .question h1 {
 	    font-size: 1.3em;
 	    line-height: 160%;
    }
    
    .teach-box img.a-icon {
	    max-width: 250px;
	    left: 25px;
    }
    .teach-box .teachimg {
        max-width: 120px;
    }
}

.qa-pdf-dl{
	width: 90%;
    margin: 1em auto;
	list-style: none;
}
.qa-pdf-dl li{
	padding: 0 10px 0 28px;
	position: relative;
}
.qa-pdf-dl li::before{
	position: absolute;
	top: 8px;
	left: 13px;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #000;
	content: '';
}
.qa-pdf-dl li a{
	color: #000;
}
/****************************/
/*改修版
/****************************/
#adapt,#impact{
	padding-top: 30px;
}
h2.box-title{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 32px;
	overflow: inherit;
	color: #050505;
	font-weight: bold;
}
h2 .tekiou{
	color: #637934;
}
h2 .eikyou{
	color: #625AAA;
}
h2 .title-hen{
	font-size: 20px;
	margin-left: 10px;
}
.item-jmp{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.item-jmp img{

	
}
.qa-box{
	margin: 30px 0 0;
}
.qa-col{
	width: 32%;
	margin-bottom: 20px;
	position: relative;
}
.q-nom{
	width: 20%;
	position: absolute;
	top: 0;
	left: 0;
}

.qa-box .qabox{
	border: 8px solid #7ea12e;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.qa-box .qabox a{
	color: #050505;
}
.qabox a:hover{
	text-decoration: none;
}
.qabox a:hover img {
	opacity: inherit;
}
.answerer-box2 img{
	transition: transform .3s ease;
}
.qabox a:hover img {
  transform: scale(1.1);/* 拡大 */
}
.q-impact{
	border: 8px solid #938cd0!important;
}
.qa-box .qabox h2{
	border-bottom: none;
	font-size: 1.8rem;
	display: flex;
	margin-bottom: 0;
}
.qabox a h2{
	color: #637934;
}
.q-impact a h2{
	color: #625AAA;
}
.qabox img.q-icon {
	    width: 50px;
}
/*質問*/
.qabox a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.qabox p{
	flex-grow: 1;
}
.qabox .answerer-box2 .teach{
	display: flex;
	justify-content: space-between;
    margin-top: 20px;
    line-height: 1.2;
    font-size: 1.4rem;
}
.qabox .answerer-box2 .teach h5{
    margin-bottom: 5px;
    font-size: 1.8rem;
    color: #000;
}
.qabox .answerer-box2 .teach-box{
	width: 68%;
}
.qabox .answerer-box2 .teach-img{
	width: 30%;
	border-radius: 50%;
}
.qabox .answerer-box2 .teach-img img{
	border-radius: 70px;
}
.answerer-img{
	width: 70%;
	
}

/*Q　吹き出し*/
.fukidashi {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background: #7ea12f;
  border-radius: 50%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, "sans-serif";
}

.fukidashi:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7px;
  margin-top: -15px;
  border: 5px solid transparent;
  border-left: 10px solid #7ea12f;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.q-impact .fukidashi{
  background: #625AAA;
}
.q-impact .fukidashi:before {
  border-left: 10px solid #625AAA;
}

/*リンク丸ボタン*/
.qa-link-box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 50px 0;
}
.qa-link-col{
	width: 50%;
	padding: 10px;
	border-radius: 30px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.qa-link-col a{
}
/*丸がボタンに変形する*/

.btn-circle{
    /*丸の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
    display: inline-block;
  padding:0 0 0 15px;
  line-height: 50px;
    color: #333;
    text-decoration: none;
    outline: none;
	z-index: 1;
}

/* 丸が動く */
.btn-circle::before{
  content:'';
    /*絶対配置で丸の位置を決める*/
  position:absolute;
  left:0;
  z-index: -1;
    /*丸の形状*/
  width:50px;
  height:50px;
  background:#d0ddb2;
  border-radius:25px;
    /*アニメーションの指定*/
    transition:.3s ease-out;
}
.color-impact .btn-circle::before{
  background:#e2e1ef;
}
.color-science .btn-circle::before{
  background:#cce6f5;
}
.color-measure .btn-circle::before{
  background:#f5f5cc;
}
.btn-circle:hover{
	color: #333;
}
/*hoverした際の形状*/
.btn-circle:hover::before{
  width:180px;
}

/* 矢印の形状 */
.btn-circle::after{
  position: absolute;
    content: '';
    top: 46%;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.color-impact{
	border-color: #625AAA;
}
.color-science{
	border-color: #0D56A6;
}
.color-measure{
	border-color: #FFC600;
}
/***************************/
/*詳細ページ*/
/***************************/
/*質問*/
.impact .ansttl-box {
	display: flex;
	align-items: flex-start;
	margin-top:20px;	
}
.impact .ansttl-box .question {	
	margin-top:0;
	padding: 20px;
}
.impact .ansttl-box .question h1{	
	margin: 0;
	padding: 0;
}
.impact .ansttl-box .question img{	
	width: 200px;
}
#details .fukidashi {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background: #637934;
  border-radius: 50%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, "sans-serif";
}

#details .fukidashi:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7px;
  margin-top: -15px;
  border: 5px solid transparent;
  border-left: 10px solid #7ea12f;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.impact #details .fukidashi{
  background: #625AAA;
}
.impact #details .fukidashi:before {
  border-left: 30px solid #625AAA;
}
.impact #details .fukidashi-10{
	font-size: 4.2rem;
}
.impact #info .infottl {
	color:#625AAA;
	border-bottom: 2px #625AAA solid;
}
.impact .answerer-box{
	border: 3px #625AAA solid;
}
#qa-impact-ttl{
  background: #625AAA;
	margin-top: 20px!important;
}
.sp-none{
	display: none;
}
.impact .btn_olive {
	background: #625AAA;
	color: #fff;
}


/*サイドメニュー*/
.adapt-side-menu{
	background-color: #fff;
	padding: 20px 0 10px;
	margin: 0 10px 30px;
}
.adapt-side-menu h3{
	text-align: center;
}
.adapt-side-menu h3 a{
	color: #000;
}
.accordion {
    width: 90%;
    margin: 1em auto;
    font-size: 1.6rem;
	background-color: #fff;
}
.accordion ul{
    list-style: none;
	margin: 0;
}
.accordion li{
	display: block;
	padding: 10px 10px 10px 28px;
	border-bottom: 1px solid #eee;
	font-size: 1.4rem;
	position: relative;
}
.accordion li::before{
	position: absolute;
	top: 18px;
	left: 13px;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #000;
	content: '';
}
.accordion li a{
    color: #000;
}
.accordion dl{
    margin-bottom: 0;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}

/***************************/
/*ダウンロードページ*/
/***************************/


.qa-h1-i {
  color: #625AAA;
}

#dwbox .dw-list-i {
  margin: 20 0 0 0;
	width:100%;
	padding: 0;
	list-style-type: none;
}
#dwbox .dw-list-i a {
    color:#625AAA;
}


@media screen and (min-width: 768px) {
.accordion {
    /*margin: 3em auto;*/
    max-width: 60vw;
}
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    padding: 1em 2em 1em 1em;
    display: block;
    line-height: 120%;
    margin: 0 auto;
}
.title h4{
    margin-bottom: 0;
    padding: 0;
}
.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .title + .content {
    max-height: 1400px;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}
.side-adapt .title{
	background-color: #7ea12e;
}
.side-impact .title{
	background-color: #625AAA;
}
.side-adapt .title a,.side-impact .title a{
	color: #fff;
	font-weight: normal;
}

@media (min-width: 920px) {
.impact .ansttl-box .question {	
	display: flex;
	align-items: center;
}
.impact .ansttl-box .question h1{	
	margin:0 0 0 20px;
}
h2 .tekiou,h2 .eikyou{
	font-size: 54px;
}
.item-jmp{
	gap: 50px;
	margin-top: 50px;
}
.impact .ansttl-box {
	margin-top: 40px;	
}
h2.box-title{
	font-size: 42px;
}
.qa-box{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	}
.qa-box .qabox{
	width: 32%;
}
.sp-none{
	display: block;
}
#details .fukidashi {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 52px;
}

#details .fukidashi:before {
  border: 10px solid transparent;
  border-left: 30px solid #637934;
}	
}

/*ダウンロードぺージ*/
    #dwbox .dw-list,
.dw-list-i{
	    margin: 1rem 0 0 1rem;
    }
@media (min-width: 1400px) {
.qa-link-box{
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}
.qa-link-col{
	width: 20%;
	padding: 10px;
	font-size: 1.6rem;
}
}



