﻿@charset "utf-8";



/* ==========================================================================
  cnpAndPlanArea
========================================================================== */



.cnpAndPlanArea {
  background: url(/rootImg/info/sp/app_01.png) 0 0 no-repeat #ffffff;
  background-size: 100% auto;
}

.cnpAndPlanArea .sectionBlock_inner{

}

.cnpAndPlanArea .headingBlock-styleType02{
  color: #00108C;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 31px 0 15px 0;
  text-align: center;
}

.cnpAndPlanArea .headingBlock-styleType01{
  font-size: 1.7rem;
  margin-bottom: 13px;
  padding-left: 17px;
}

.cnpAndPlanArea .ctlBox{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
  width: 100%;
}

.ctlBox .columnComp-type01 .columnComp_box{
  font-size: 0;
  width: 100%;
}

/* .ctlBox .columnComp-type01 .columnComp_box:last-child{
  margin-top: 30px;
} */

.cnpAndPlanArea .cnpAndPlan_slc{
  display: inline-block;
  font-size: 0;
  position: relative;
  width: calc(50% - 10px);
}

.cnpAndPlanArea .cnpAndPlan_slc .evac_options{
  display: none;
}

.cnpAndPlan_slc-prefecture{
  margin-left: 20px;
}

.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.3rem;
  padding: 12px 19% 12px 7%;
  position: relative;
  text-align: center;
  width: 100%;
}

.cnpAndPlanArea .cnpAndPlan_slc select:disabled{
  /*background-color: #acacac;*/
}

.cnpAndPlanArea .cnpAndPlan_slc option:disabled{
  display: none;
}

.ctlBox_checkParts{
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.ctlBox_checkParts .checkboxWrap{
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #f7f7f0;
  margin-top: 0px;
  padding: 11px 15px 7px 15px;
  width: 100%;
}

.cnpAndPlanArea .checkboxLabel{
  padding-left: 25px;
  margin-left: 30px;
  font-size: 1.3rem;
}

.cnpAndPlanArea .inputCheckbox:first-child + .checkboxLabel{
  margin-left: 0px;
}

.cnpAndPlanArea .inputCheckbox+label::before{
  top:0px;
}

.cnpAndPlanArea .inputCheckbox+label::after{
  border: none;
  background: url(/cmn/img/checkbox_icon_01.png) 0 0 no-repeat #ffffff;
  background-size: 100% auto;
  height: 7px;
  top: 7px;
  left: 4px;
  transform:none;
  width: 8px;
}

.cnpAndPlanArea .boxBtn-typeSearch{
  font-size: 1.5rem;
  margin-top: 22px;
  margin-left: 0px;
  padding: 9px 46px 8px 46px;
  width: 100%;
}

.cnpAndPlanArea .cnpAndPlanArea_body {
  padding: 0 0 40px 0!important;
}

.cnpAndPlanArea .columnComp-type03 .columnComp_box{
  border-top: 2px solid #e6e6e6;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 18px;
  width: 100%;
}


.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:first-child{
  border-top: none;
  /*margin-bottom: 0px;*/
}

.campaignListBox_item{
  height: 100%;
  padding-bottom: 65px;
  position: relative;
}

.campaignListBox_item img{
  margin-bottom: 10px;
}

.campaignListBox_item a:hover img{
  opacity: 0.7;
}

.campaignListBox_typeIcon{
  display: inline-block;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 18px;
  text-align: center;
}

.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.7rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.campaignListBox_desc{
  line-height: 1.8;
}

.campaignListBox_dl{
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 12px;
}

.campaignListBox_dl dt{
  background-color: #ffffff;
  border: 1px solid #ed0000;
  color: #ed0000;
  font-size: 0.9rem;
  line-height: 1;
  padding: 4px 5px;
  text-align: center;
  margin-top: 14px;
  min-width: 48px;
}

.campaignListBox_dl dt:first-child{
  margin-top: 0;
}

.campaignListBox_dl dd{
  padding: 0 0 0 16px;
  width: calc(100% - 48px);
}

.campaignListBox_dl dd .arrowLink{
  color: #ed0000;
  /* margin-left: 20px; */
}

.cnpAndPlanArea_body .boxLink-type02{
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  padding: 10px 27px 9px 27px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}


/*www773 add*/
.yoyakutext_info{
  width: 100%;
  margin: 20px auto 0 auto;
}
.yoyakutext_info p{
  line-height: 200%;
}
.yoyakutext_open{
  width: 50%;
  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: 50%;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.2rem 0.8rem 0.2rem 0.8rem;
  margin-right:5px;
  border-radius: 5px;
  color: #fff;
  background-color: #2C7CFF;
  text-align: center;
}
.yoyakutext_open.br{
  width: 50%;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.3rem 1.3rem 0 1.3rem;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #FF773E;
  text-align: center;
}

.notice{
  width:300px;
  margin:10px auto 0 auto;
}


/* ==========================================================================
  keyframes
========================================================================== */



@keyframes fadeInActive {
  0% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}

@keyframes fadeOutActive {
  0% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}
@media (max-width: 767.98px) {
  .osusumeLeft img {
    width: 150px;
    vertical-align: bottom;
	 margin: 0 auto!important ;
	  text-align: center!important
  }
}
.intro {
	font-size: 13px;
	font-weight: bold;
	text-align: center
}

.map {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  margin: 20px auto;
}

.h2coupon{
	font-size: 1.6rem; font-weight: bold; margin:10px; padding-left: 10px; border-left: 3px solid #FF0000; width: 320px
}

.area{
	display: flex;
	text-align: center;
	justify-content: flex-start;
    flex-wrap: wrap;
	
}

.area div{
	width: 44%;
	max-width: 300px;
	padding: 0;
	margin: 1rem;
    font-size: 2rem;
	font-weight: bold;
}

.area .arealink{
	border: 1px solid red;


}


.area .arealink a{
		color: red;
	    display: block;
}


.area .arealink a:hover{
	background-color: red;
	color: white;
}



.area .nocoupon{
	border: 1px solid #A1A1A1;
	color: #a1a1a1;
}

.newbox{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
	border-radius: 20px;
	margin: 0 auto 4rem;
	background-color: #f7f7f0;
	padding: 2rem;
	
}

.newbox div{
	padding: 1rem;
}

.newbox div:hover{
	text-decoration: underline;
	
}

.forafter::before{
	content: "NEW!";
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ffff00 30%);
    position: relative;
    top: 1rem;
    left: 5%;
    display: inline-block;
    height: 2rem;
    padding: 1rem;
}

.cp_list {
  padding: 0.5em;
  list-style: none;
  font-weight: bold;
  font-size: 1.8rem;
}
.cp_list {
  position: relative;
  padding: 0.5em 1em 0 2.3em;
  margin: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(255, 0, 51, 1);
}
.cp_list:after, .cp_list:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}
.cp_list:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 0, 51, 1);
}
.cp_list:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255, 0, 51, 0.5);
  transform: rotate(60deg);
}