@charset "utf-8";


a {
    color: #005AB4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#topicPath a span {
    color: #005AB4!important;
    text-decoration: none;
}
#topicPath a:hover span{
    color: #FF3300!important;
    text-decoration: underline;
}

#nenga2014_support .menyBlock > ul {
	width: 1000px;
    margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	box-sizing: border-box;
	overflow: inherit!important;
}
@media screen and (max-width:767px) {
    #nenga2014_support .menyBlock > ul {
     width: 100%;
  }
}
.menyBlock ul li {
	float:none!important;
	box-sizing: border-box;
	
}
.topLink a:hover,
.menyBlock ul li a:hover {
	text-decoration: none;
	opacity:.75;
}


/* purpose
================================================== */

.purpose__items {
	position:relative;
	overflow:inherit!important;
}
.purpose__item_img {
	box-sizing: border-box;
	display:flex;
	justify-content: center;
	align-items: center;
	height:141px;
}
.purpose__items > span {
	display: block;
	width: 100%;
	padding: 10px 0 9px;
	text-align: center;
	background-color: #005ab4;
}
.purpose__item {
	box-sizing: border-box;
	width: 100%;
	margin: 0 20px 40px;
	border: 0!important;
}
.purpose__item__title {
	position: relative;
	cursor: pointer;
	border: 0!important;
}
.purpose__item__title:hover {
	opacity:.75;
}
.purpose__item__title::after {
	transition: opacity .3s esse;
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 20px 14px;
	border-color: transparent transparent #eeeeee transparent;
}
.purpose__item__title > span {
	position: absolute;
	display: block;
	background: #e3eff9;
	right: 1px;
	bottom: 1px;
	width: 24px;
	height: 24px;
}
.purpose__item__title > span::before,
.purpose__item__title > span::after {
	transition: transform .3s ease;
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	background: #005ab4;
	width: 14px;
	left: 6px;
	top: 12px;
}
.purpose__item__title > span::after {
	transform: rotate(90deg);
}

.purpose__item.is-active .purpose__item__title > span::after {
	transform: rotate(0);
}
.purpose__item.is-active .purpose__item__title::after {
	opacity: 1;
}

.purpose__item__body {
	display: none;
	position: absolute;
	left: -10%;
	width: 110%;
	padding-top: 9px!important;
	background: transparent;
	z-index: 10;
	border: 0!important;
}
.purpose__item__body div {
	border: 0!important;
}
.purpose__item__body .section__grid {
	padding: 45px 10px 10px 10px!important;
	position: relative;
	background: #eee;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
}
.purpose__item__body .section__grid .section__grid__close {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}
.purpose__item__body .section__grid .section__subtitle {
	margin: 0 0 15px 0!important;
	padding: 0 0.5em 0.35em!important;
	border-bottom: solid 1px #333;
	font-size: 16px;
}
.purpose__item__body .section__grid .section__linkList {
	padding: 0 10px 15px;
	display:block!important;
}
.purpose__item__body .section__grid .section__linkList > li {
	display:block;
	font-size: 14px;
	min-height:inherit!important;
	width:auto!important;
	margin-bottom:5px!important;
}
.purpose__item__body .section__grid .section__linkList a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.5;
	color:#005AB4!important;
}
.purpose__item__body .section__grid .section__linkList a:hover {
	color: #FF3300!important;
	text-decoration: underline;
}
.purpose__item__body .section__grid .section__linkList a::after {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #005ab4;
	transform: rotate(-45deg);
	left: 0;
	top: 0.5em;
}


/* responsive
================================================== */

.sp_show{
   display: none;
  }

@media screen and (max-width:767px) {
#nenga2014_support {
    box-sizing: border-box;
    width: 100%;
  }
  
#nenga2014_support img {
    max-width: 100%;
  }

.menyBlock ul {
    justify-content: center;
  }
.sp_show{
   display: inline;
  }
}

#nenga2014_support .contents02 {
  margin: 40px 0 0;
}
@media screen and (max-width:767px) {
#nenga2014_support .contents02 {
   padding: 0 10px;
  }
}
/* anchor */
#nenga2014_support .anchor {
  margin-bottom: 60px;
}

#nenga2014_support .anchor .oro:hover,
#nenga2014_support .banner .oro:hover,
#nenga2014_support .check .oro:hover,
#nenga2014_support .resolve .oro:hover {
    opacity: 0.7;
}
#nenga2014_support .anchor__inner {
  width: 1240px;
  margin: 0 auto;
}
#nenga2014_support .anchor__items {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
#nenga2014_support .anchor__item {
  position: relative;
  flex: 1 0 0%;
  background-color: #d11900;
}
#nenga2014_support .anchor__item + .anchor__item::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #e06352;
}
#nenga2014_support .anchor__item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: url("/katsuyou/nenga/support/images/icn_anc.svg") no-repeat right 10px center;
  background-size: 20px 20px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  text-decoration: none !important;
}
#nenga2014_support .anchor__item__link > span {
  padding: 7px;
  background: #ffebac;
  border-radius: 13px;
  font-size: 15px;
  color: #d11900;
}
#nenga2014_support .anchor__item__link > em {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #nenga2014_support .anchor__inner {
    width: auto;
  }
  #nenga2014_support .anchor__items {
    flex-direction: column;
    gap: 8px;
    border-radius: 0px;
  }
  #nenga2014_support .anchor__item + .anchor__item::after {
    display: none;
  }
  #nenga2014_support .anchor__item__link {
    padding: 12px 10px;
    gap: 10px;
    background-position: right 30px top 63px;
    background-size: 18px;
  }
  #nenga2014_support .anchor__item__link > span {
    box-sizing: border-box;
    padding: 6px;
    width: 100%;
    font-size: 13px;
  }
  #nenga2014_support .anchor__item__link > em {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* check */
#nenga2014_support .check {
  margin: 40px 0 60px;
}

#nenga2014_support .check .check__inner {
  display: flex;
  justify-content: space-between;
}

#nenga2014_support .check .check__inner .check__inner__box {
  width: 280px;
  transition: opacity .2s;
  border-radius: 12px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  text-align: center;
}

#nenga2014_support .check .check__inner .check__inner__box a {
  text-decoration: none;
}

#nenga2014_support .check .check__inner .check__inner__box p {
  margin-top: 10px;
  padding: 10px;
  background-color: #FFEBAC;
  color: #333333;
  font-size: 14px;
  border-radius: 0 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  #nenga2014_support .check {
    margin: 20px 0 30px;
  }
  #nenga2014_support .check .check__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

/* banner */
#nenga2014_support .banner {
  margin: 40px 0 60px;
}
#nenga2014_support .banner__inner {
  width: 1240px;
  margin: 0 auto;
}
#nenga2014_support .banner__items {
  display: flex;
  justify-content: space-between;
}
#nenga2014_support .banner__item {
  flex: 0 0 280px;
}
#nenga2014_support .banner__item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
  color: #d11900;
}
#nenga2014_support .banner__item__title::before, .banner__item__title::after {
  font-size: 20px;
}
#nenga2014_support .banner__item__title::before {
  content: "|";
  transform: rotate(-35deg);
}
#nenga2014_support .banner__item__title::after {
  content: "|";
  transform: rotate(35deg);
}
@media only screen and (max-width: 767px) {
  #nenga2014_support .banner {
    margin: 20px 0 30px;
  }
  #nenga2014_support .banner img {
    width: 100%;
    height: auto;
  }
  #nenga2014_support .banner__inner {
    width: auto;
    padding: 0 10px;
  }
  #nenga2014_support .banner__items {
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
  }
  #nenga2014_support .banner__item {
    flex: 0 0 auto;
    width: 320px;
  }
  #nenga2014_support .banner__item__title {
    font-size: 14px;
  }
  #nenga2014_support .banner__item__title::before, .banner__item__title::after {
    font-size: 16px;
  }
}

/* procedure */
#nenga2014_support .procedure {
  margin: 40px 0 60px;
}

#nenga2014_support .procedure .procedure__inner {
  display: flex;
  gap: 26px;
}

#nenga2014_support .procedure .procedure__inner02 {
  display: flex;
  gap: 26px;
  margin-top: 30px;
}

#nenga2014_support .procedure .procedure__inner .procedure__inner__box,
#nenga2014_support .procedure .procedure__inner02 .procedure__inner__box {
  width: 340px;
  border: 1px solid #cccccc;
  text-align: center;
}

#nenga2014_support .procedure .procedure__inner .procedure__inner__box p,
#nenga2014_support .procedure .procedure__inner02 .procedure__inner__box p {
  padding: 15px 20px;
  text-align: left;
  font-size: 14px;
}

#nenga2014_support .procedure .procedure__inner .procedure__inner__arrow,
#nenga2014_support .procedure .procedure__inner02 .procedure__inner__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #nenga2014_support .procedure {
    margin: 20px 0 30px;
  }
  #nenga2014_support .procedure .procedure__inner {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  #nenga2014_support .procedure .procedure__inner02 {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    margin-top: 14px;
  }
}

/* resolve */
#nenga2014_support .resolve {
  margin: 40px 0 0px;
}

#nenga2014_support .resolve .resolve__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

#nenga2014_support .resolve .resolve__inner .resolve__inner__box {
  width: 290px;
  padding: 15px 0;
  text-align: center;
  transition: opacity .2s;
  border-radius: 12px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#nenga2014_support .resolve .resolve__inner .resolve__inner__box p {
  padding: 6px 16px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #nenga2014_support .resolve {
    margin: 20px 0 0px;
  }
  #nenga2014_support .resolve .resolve__inner {
    justify-content: center;
  }
  #nenga2014_support .procedure .procedure__inner .procedure__inner__arrow,
  #nenga2014_support .procedure .procedure__inner02 .procedure__inner__arrow {
    transform: rotate(90deg);
  }
}

