@charset "utf-8";
.fmin{font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
/*.fmin{font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;}*/

  
@media screen and (max-width: 768px){

  .proposesInner{
    width: 94%;
    margin: 0 auto;
  }
	.yubiwaTtl{
    color: #CE4925;
    text-align: center;
    font-size: 25px;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
    padding: 0 12px;
    margin: 0px auto 50px;
    line-height: 140%;
    font-weight: bold;
  }
  .yubiwaTtl span {
    font-size: 16px;
    display: block;
    font-weight: bold;
  }
  
  /*  #proposeQa */
  #proposeQa .yubiwaLabel{
    background: #FFF7F5;
    padding: 65px 0;
    margin-bottom: 65px;
  }
  #proposeQa .yubiwaTtl{
    margin: 0;
  }
  .qaBox{
		padding: 10px 0;
		border-top: 1px solid #9E9F9F;
  }
	.qaGroup{
		margin-bottom: 45px;
	}
	.qaGroup .qaBox:last-child{
		border-bottom: 1px solid #9E9F9F;
  }
  .qaBox h3{
    color: #CE4925;
		font-size: 16px;
		position: relative;
  }

  .qaBox h3::before,
  .qaBox h3::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #C44927;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
		margin-top: -1px;
  }
  
  .qaBox h3::after {
    background: #C44927;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  
  .qaBox h3.active::after {
    transform: rotate(0);
    transition: 0.5s;
  }
  .qaBox .anser{
		display: none;
		font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		position: relative;
		padding-left: 20px;
		border-top: 1px dotted #9E9F9F;
		margin-top: 10px;
  }
	.qaBox .anser .qaIcon{
		position: absolute;
		top: 5px;
		left: 0;
		color: #CE4925;
		font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 18px;
	}
  .qaBox .anser p{
		padding-top: 4px;
		font-size: 14px;
		line-height: 200%;
  }
  .bottomLink{
    background: #FFF7F5;
    padding: 25px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
  }
  .bottomLink a:hover{
    text-decoration: underline;
  }
	.qaTtlList{
		width: 100%;
		margin-bottom: 40px;
	}
	.qaTtlList li a{
		display: block;
		background: url("../img/propose/qa_linkarw.png") no-repeat right center #FDF6F5;
		padding: 20px 50px 20px 10px;
		border-bottom: 1px solid #CDC8C8;
		font-size: 15px;
	}
	.qaTtlList li:last-child a{
		border-bottom: none;
	}
	.qaList{
		width: 100%;
	}
	.qaGroup h2{
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (min-width: 769px) and (max-width: 999px) {

  .proposesInner{
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
  }
	.yubiwaTtl{
    color: #CE4925;
    text-align: center;
    font-size: 25px;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
    padding: 0 12px;
    margin: 0px auto 50px;
    line-height: 140%;
    font-weight: bold;
  }
  .yubiwaTtl span {
    font-size: 16px;
    display: block;
    font-weight: bold;
  }
  
  /*  #proposeQa */
  #proposeQa .yubiwaLabel{
    background: #FFF7F5;
    padding: 65px 0;
    margin-bottom: 65px;
  }
  #proposeQa .yubiwaTtl{
    margin: 0;
  }
  .qaBox{
		padding: 10px 0;
		border-top: 1px solid #9E9F9F;
  }
	.qaGroup{
		margin-bottom: 40px;
	}
	.qaGroup .qaBox:last-child{
		border-bottom: 1px solid #9E9F9F;
  }
  .qaBox h3{
    color: #CE4925;
		font-size: 16px;
		position: relative;
  }

  .qaBox h3::before,
  .qaBox h3::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #C44927;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
		margin-top: -1px;
  }
  
  .qaBox h3::after {
    background: #C44927;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  
  .qaBox h3.active::after {
    transform: rotate(0);
    transition: 0.5s;
  }
  .qaBox .anser{
		display: none;
		font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		position: relative;
		padding-left: 20px;
		border-top: 1px dotted #9E9F9F;
		margin-top: 10px;
  }
	.qaBox .anser .qaIcon{
		position: absolute;
		top: 5px;
		left: 0;
		color: #CE4925;
		font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 18px;
	}
  .qaBox .anser p{
		padding-top: 4px;
		font-size: 14px;
		line-height: 200%;
  }
  .bottomLink{
    background: #FFF7F5;
    padding: 25px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
  }
  .bottomLink a:hover{
    text-decoration: underline;
  }
	.qaTtlList{
		width: 38%;
		float: left;
	}
	.qaTtlList li a{
		display: block;
		background: url("../img/propose/qa_linkarw.png") no-repeat right center #FDF6F5;
		padding: 20px 50px 20px 10px;
		border-bottom: 1px solid #CDC8C8;
		font-size: 15px;
	}
	.qaTtlList li:last-child a{
		border-bottom: none;
	}
	.qaList{
		width: 56%;
		float: right;
	}
	.qaGroup h2{
		font-size: 18px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1000px)  {

  .proposesInner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
	.yubiwaTtl{
    color: #CE4925;
    text-align: center;
    font-size: 25px;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
    padding: 0 12px;
    margin: 0px auto 50px;
    line-height: 140%;
    font-weight: bold;
  }
  .yubiwaTtl span {
    font-size: 16px;
    display: block;
    font-weight: bold;
  }

  /*  #proposeQa */
  #proposeQa .yubiwaLabel{
    background: #FFF7F5;
    padding: 65px 0;
    margin-bottom: 65px;
  }
  #proposeQa .yubiwaTtl{
    margin: 0;
  }
  .qaBox{
		padding: 10px 0;
		border-top: 1px solid #9E9F9F;
  }
	.qaGroup{
		margin-bottom: 40px;
	}
	.qaGroup .qaBox:last-child{
		border-bottom: 1px solid #9E9F9F;
  }
  .qaBox h3{
    color: #CE4925;
		font-size: 16px;
		position: relative;
  }

  .qaBox h3::before,
  .qaBox h3::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #C44927;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
		margin-top: -1px;
  }
  
  .qaBox h3::after {
    background: #C44927;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  
  .qaBox h3.active::after {
    transform: rotate(0);
    transition: 0.5s;
  }
  .qaBox .anser{
		display: none;
		font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		position: relative;
		padding-left: 20px;
		border-top: 1px dotted #9E9F9F;
		margin-top: 10px;
  }
	.qaBox .anser .qaIcon{
		position: absolute;
		top: 5px;
		left: 0;
		color: #CE4925;
		font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 18px;
	}
  .qaBox .anser p{
		padding-top: 4px;
		font-size: 14px;
		line-height: 200%;
  }
  .bottomLink{
    background: #FFF7F5;
    padding: 25px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
  }
  .bottomLink a:hover{
    text-decoration: underline;
  }
	.qaTtlList{
		width: 38%;
		float: left;
	}
	.qaTtlList li a{
		display: block;
		background: url("../img/propose/qa_linkarw.png") no-repeat right center #FDF6F5;
		padding: 20px 50px 20px 10px;
		border-bottom: 1px solid #CDC8C8;
		font-size: 15px;
	}
	.qaTtlList li:last-child a{
		border-bottom: none;
	}
	.qaList{
		width: 56%;
		float: right;
	}
	.qaGroup h2{
		font-size: 18px;
		margin-bottom: 15px;
	}
}