@charset "Shift_JIS";



/* ==========================================================================
  cnpAndPlanArea
========================================================================== */



.cnpAndPlanArea {
  background-color: #ffffff;
}

.cnpAndPlanArea .sectionBlock_inner{
  background: url(/rootImg/info/pc/info_bg_01.png) 0 0 no-repeat #ffffff;
}

.cnpAndPlanArea .headingBlock-styleType02{
  color: #ed0000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 47px 0 15px 0;
  text-align: center;
}

.cnpAndPlanArea .ctlBox{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-left: 30px;
  padding: 38px 38px 33px 38px;
  width: 1000px;
}

.cnpAndPlanArea .columnComp-type01 .columnComp_box{
  font-size: 0;
}

.cnpAndPlanArea .columnComp-type01 .columnComp_box:first-child{
  width: 60%;
}

.cnpAndPlanArea .columnComp-type01 .columnComp_box:last-child{
  width: 40%;
}

.cnpAndPlanArea .cnpAndPlan_slc{
  display: inline-block;
  font-size: 0;
  position: relative;
  width: 190px;
}

.cnpAndPlanArea .cnpAndPlan_slc .evac_options{
  display: none;
}

.cnpAndPlan_slc-prefecture{
  margin-left: 24px;
}

.cnpAndPlanArea .cnpAndPlan_slc::before{
  border-top: 2px solid #757574;
  border-right: 2px solid #757574;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  transform: rotate(135deg);
  width: 6px;
  z-index: 2;
}

.cnpAndPlanArea .cnpAndPlan_slc select{
  background-color: #f7f7f0;
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 1.4rem;
  padding: 12px 42px 12px 18px;
  position: relative;
  text-align: left;
  width: 190px;
}

.cnpAndPlanArea .cnpAndPlan_slc select:disabled{
  /*background-color: #acacac;*/
}

.cnpAndPlanArea .cnpAndPlan_slc option:disabled{
  display: none;
}

.ctlBox_checkParts{
  display: flex;
  justify-content: start;
  align-items: center;
}

.cnpAndPlanArea .checkboxWrap{
  margin-top: 0px;
  padding-bottom: 0px;
}

.cnpAndPlanArea .checkboxLabel{
  font-size: 1.4rem;
  margin-left: 23px;
}

.cnpAndPlanArea .inputCheckbox+label::before{
  top: 0px;
}

.cnpAndPlanArea .inputCheckbox:first-child + .checkboxLabel{

  margin-left: 0px;
}

.cnpAndPlanArea .inputCheckbox+label::after{
  border: none;
  background: url(/cmn/img/checkbox_icon_01.png) 0 0 no-repeat #ffffff;
  height: 14px;
  top: 4px;
  left: 3px;
  transform:none;
  width: 16px;
}

.cnpAndPlanArea .boxBtn-typeSearch{
  font-size: 1.6rem;
  margin-left: 50px;
  padding: 10px 46px 9px 46px;
  width: 190px;
}

.cnpAndPlanArea .cnpAndPlanArea_body{
  padding: 50px 0 30px 0;
}

.cnpAndPlanArea .columnComp.columnComp-type03{
  justify-content: space-between;
}

.cnpAndPlanArea .columnComp.columnComp-type03:after{
  content:"";
  display:block;
  width: 340px;
  height:0;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box{
  margin-bottom: 60px;
  /*margin-left: 30px;*/
  width: 340px;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box:not(.campaignListBox_item-active){
  display: none;
  animation: fadeOutActive 600ms ease-out 100ms forwards;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box.campaignListBox_item-active{
  opacity:0;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box.campaignListBox_item-active.campaignListBox_item-animate{
  animation: fadeInActive 600ms ease-out 100ms forwards;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box:first-child,
.cnpAndPlanArea .columnComp-type03 .columnComp_box:nth-child(3n+1){
  margin-left: 0px;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box:nth-child(-n+3){
  /*margin-bottom: 0px;*/
}

.campaignListBox_item{
  height: 100%;
  padding-bottom: 75px;
  position: relative;
}

.campaignListBox_item img{
  margin-bottom: 12px;
}

.campaignListBox_item a:hover img{
  opacity: 0.7;
}

.campaignListBox_typeIcon{
  display: inline-block;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 14px;
  padding: 6px 22px 6px 22px;
}

.campaignListBox_typeIcon.campaignListBox_typeIcon-nationwide{
  background-color: #607bc3;
}

.campaignListBox_typeIcon.campaignListBox_typeIcon-plan{
  background-color: #f86c91;
}

.campaignListBox_typeIcon.campaignListBox_typeIcon-area{
  background-color: #607bc3;
}

.campaignListBox_planName{
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.campaignListBox_desc{
  line-height: 1.8;
}

.campaignListBox_dl{
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 16px;
}

.campaignListBox_dl dt{
  background-color: #ffffff;
  border: 1px solid #ed0000;
  color: #ed0000;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
  margin-top: 16px;
  min-width: 60px;
}

.campaignListBox_dl dt:first-child{
  margin-top: 0;
}

.campaignListBox_dl dd{
  padding: 0 0 0 16px;
  width: calc(100% - 60px);
}

.campaignListBox_dl dd .arrowLink{
  color: #ed0000;
  /* margin-left: 15px; */
}

.cnpAndPlanArea_body .boxLink-type02{
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.boxBtn.boxBtn-typeSearch{
  margin-top: 48px;
}

/*www773 add*/
.yoyakutext_info{
  width: 1000px;
  margin: 20px auto 0 auto;
}
.yoyakutext_info p{
  line-height: 200%;
}
.yoyakutext_open{
  width: 30%;
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 7px;
  padding: 0.3rem 1.5rem 0.2rem 1.5rem;
  border-radius: 5px;
  color: #fff;
  background-color: #FF773E;
  text-align: center;
}
.yoyakutext_senyo{
  width: 30%;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.3rem 0.8rem 0.2rem 0.8rem;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #2C7CFF;
  text-align: center;
}
.yoyakutext_open.br{
  width: 40%;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.3rem 1.3rem 0m 1.3rem;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #FF773E;
  text-align: center;
}

.notice{
  width:680px;
  margin:10px auto;
}


/*アコーディオン全体*/
.accordion{
  margin: 0px auto 10px;
  width: 700px;
}

.toggle {		/*チェックボックスを非表示*/
	display: none;
}
.Label {		/*タイトル*/
	display: block;
	border: solid 2px #FF0000;
	padding: 15px 15px 15px 25px;
	font-weight: bold;
	color: #FF0000;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label {	/*開閉時*/
	border-bottom: none;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.ctlRow {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ctlRow .ctlBox {
  width: 75%;
}

.ctlRow .bannerArea {
  width: 25%;
  text-align: center;
}

.bannerArea a:hover{
  opacity: 0.7;
}

/* ==========================================================================
  keyframes
========================================================================== */



@keyframes fadeInActive {
  0% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}

@keyframes fadeOutActive {
  0% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}
