
/*----- top_select_plan -----*/
#top_select_plan.content {
	max-width: 980px;
	margin: 0 auto;
}

@media (max-width: 980px) {
	#top_select_plan.content {
		margin: 0 15px;
	}
}

#top_select_plan h2 {
	color: #DC4D27;
	font-size: 180%;
}

#top_select_plan h3 {
	background: #DC4D27;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 240%;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.1em;
}

@media (max-width: 567px) {
	#top_select_plan h3 {
		padding: 6px;
		font-size: 160%;
	}
}

#top_select_plan h3 span {
	background: #fff;
	color: #DC4D27;
	border-radius: 6px;
	font-size: 70%;
	margin-right: 1rem;
	display: inline-block;
	line-height: 1.2;
	padding: 10px 0.5em 5px;
	box-sizing: border-box;
}

@media (max-width: 567px) {
	#top_select_plan h3 span {
		display: block;
		padding: 8px 1em 6px;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

#top_select_plan .btn {
	display: inline-block;
	background-color: #DC4D27;
	color: #fff;
	text-decoration: none;
	padding: 0.3rem 1rem;
	font-weight: 600;
	border-radius: 6px;
}

@media (max-width: 567px) {
	#top_select_plan .btn {
		display: block;
		font-size: 140%;
		padding: 0.8rem 1rem;
	}
}

#top_select_plan .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_select_plan .btn span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f105";
	display: block;
	margin-left: 1rem;
}

/*#top_select_plan .plan_normal {
	margin-bottom: 4rem;
}*/

#top_select_plan .plan_normal .area {
	border: 1px solid #ddd;
	padding: 0 1rem;
	margin-top: 30px;
}

@media (max-width: 567px) {
	#top_select_plan .plan_normal .area {
		padding: 0 1rem 1rem;
	}
}

#top_select_plan .plan_normal .area h4 {
	color: #000;
	font-weight: 600;
	text-align: left;
	font-size: 150%;
	line-height: 1;
}

@media (max-width: 567px) {
	#top_select_plan .plan_normal .area h4 {
		text-align: center;
	}
}

#top_select_plan .plan_normal .area h4 span {
	display: inline-block;
	background-color: #FFDD00;
	color: #000;
	padding: 10px 1rem 4px;
	margin-right: 1rem;
	box-sizing: border-box;
	font-size: 70%;
	text-align: center;
}

@media (max-width: 567px) {
	#top_select_plan .plan_normal .area h4 span {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

#top_select_plan .plan_normal .area p {
	font-size: 130%;
	text-align: left;
}

#top_select_plan .reco,
#top_select_plan .reco02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

@media (max-width: 567px) {
	#top_select_plan .reco,
	#top_select_plan .reco02 {
		display: block;
		padding-top: 0;
	}
}

#top_select_plan .reco .img_box {
	width: 320px;
}

@media (max-width: 768px) {
	#top_select_plan .reco .img_box {
		width: 25%;
	}
}

@media (max-width: 567px) {
	#top_select_plan .reco .img_box {
		width: auto;
	}
}

#top_select_plan .reco .txt,
#top_select_plan .reco02 .txt {
	font-size: 150%;
	text-align: left;
}

#top_select_plan .reco .txt {
	font-weight: bold;
}

#top_select_plan .plan_set .group {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 567px) {
	#top_select_plan .plan_set .group {
		display: block;
	}
}

@media (max-width: 567px) {
	#top_select_plan .plan_set .img_box {
		margin-bottom: 20px;
	}
}

#top_select_plan .plan_set .txt_box p {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
}

/*----- top_select_plan -----*/
#longtime.content {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 0;
}

@media (max-width: 980px) {
	#longtime.content {
		margin: 0 15px;
	}
}

#longtime h2 {
	color: #DC4D27;
	font-size: 180%;
	margin-bottom: 3rem;
}

#longtime .img_box {
	margin-bottom: 2rem;
}

#longtime .txt_box {
	background-color: #eaf4e3;
	padding: 1rem;
}

#longtime .txt_box h3 {
	font-size: 170%;
	font-weight: bold;
	color: #249e32;
	margin-bottom: 1rem;
}

#longtime .txt_box .lead {
	font-size: 120%;
	margin-bottom: 3rem;
	line-height: 2;
}

@media (max-width: 592px) {
	#longtime .txt_box .lead {
		text-align: left;
	}
}

#longtime .txt_box .note {
	text-align: left;
	line-height: 1.6;
	font-size: 90%;
}

#longtime .btn {
	display: inline-block;
	background-color: #249e32;
	color: #fff;
	text-decoration: none;
	padding: 0.8rem 1rem;
	font-weight: 600;
	border-radius: 6px;
	font-size: 130%;
	margin-bottom: 2rem;
}

@media (max-width: 567px) {
	#longtime .btn {
		display: block;
		font-size: 140%;
		padding: 0.8rem 1rem;
	}
}

#longtime .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
#longtime .btn span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f105";
	display: block;
	margin-left: 1rem;
}

/*----- information -----*/
#information.content h3 {
	font-size: 28px !important;
}

#information.content .info01 h3 span {
	display: block;
	font-size: 70%;
}

/* かんたん診断 */
#top_shindan .catch {
	color: #DC4D27;
	text-align: center !important;
	font-weight: 600;
	font-size: 180% !important;
}

#top_shindan.content {
	padding: 80px 0;
}

#top_shindan .shindan_area .text p {
	text-align: center;
}

#top_shindan.content h2 + p {
	font-weight: 500;
}

#top_shindan.content p, .content figcaption {
	text-align: left;
	font-size: 120%;
	line-height: 2;
}

@media (max-width: 567px) {
	#top_shindan.content p, .content figcaption {
		line-height: 1.5;
	}
}

#top_shindan content > section {
	margin: 0 auto;
}
#top_shindan.content h3 {
	margin: 0 0 2rem;
	background: #FFDD00;
	font-weight: inherit;
	line-height: 2.5;
	font-size: 150%;
	text-align: center;
}

@media (max-width: 567px) {
	#top_shindan.content h3 {
		font-size: 130%;
	}
}

#top_shindan.content h4 {
	margin: 0;
	padding: 0;
}

#top_shindan.content figure {
	margin: 0;
}

#top_shindan.content dl, #top_shindan.content dl dt, #top_shindan.content dl dd {
	margin: 0;
	padding: 0;
}

#top_shindan.content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top_shindan.content .note {
	font-size: 80%;
}

#top_shindan.content {
	max-width: 980px;
	margin: 3rem auto 0;
}

@media (max-width: 980px) {
	#top_shindan.content {
		margin: 3rem 1rem 0;
	}
}

#top_shindan.content h2 {
	background-color: #ea4e23;
	color: #fff;
	padding: 0.6rem 1rem;
	margin-bottom: 2rem;
}

#top_shindan.content h2 span {
	display: flex;
	align-items: center;
	text-align: left;
}

@media (max-width: 567px) {
	#top_shindan.content h2 span {
		font-size: 85%;
	}
}

#top_shindan.content h2 span::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 0.5rem;
}

@media (max-width: 567px) {
	#top_shindan.content h2 span::before {
		width: 34px;
		height: 34px;
	}
}

@media (max-width: 567px) {
	#top_shindan.content {
		margin: 0 1rem;
	}
	#top_shindan.content p {
		font-size: 110%;
	}
}

#top_shindan #shindan_sort h3 {
	font-weight: 600;
	margin-bottom: 1rem;
}

#top_shindan #shindan_sort .sp_area {
	display: none;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .sp_area {
		display: block;
	}
}

#top_shindan #shindan_sort .start_area .catch {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.2em;
}

#top_shindan #shindan_sort .start_area .start_btn {
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e74420;
	color: #fff;
	font-weight: 900;
	border-radius: 100px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 1.2rem;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .start_area .start_btn {
		width: 100px;
		height: 100px;
	}
}

#top_shindan #shindan_sort .start_area .start_btn span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f107";
	display: block;
}

@media (min-width: 768px) {
	#top_shindan #shindan_sort .start_area .start_btn:hover {
		background-color: #249e32;
		transition: 0.3s;
	}
	#top_shindan #shindan_sort .start_area .start_btn:hover span::after {
		margin-bottom: -15px;
		transition: 0.3s ease-in;
	}
}

#top_shindan #shindan_sort .text {
	margin-bottom: 4rem;
}

#top_shindan #shindan_sort .text p {
	font-size: 1.2rem;
	line-height: 1.6;
}

#top_shindan #shindan_sort .choise {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 3rem;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .choise {
		display: block;
		margin-bottom: 2rem;
	}
}

#top_shindan #shindan_sort .choise a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 4px solid #e74420;
	background-color: #fff;
	color: #e74420;
	text-decoration: none;
	border-radius: 4px;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

#top_shindan #shindan_sort .choise a .icon {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

@media (min-width: 768px) {
	#top_shindan #shindan_sort .choise a:hover {
		background-color: #e74420;
		color: #fff;
		transition: 0.2s;
	}
}

#top_shindan #shindan_sort .q01 .choise a {
	width: 40%;
}

#top_shindan #shindan_sort .q02 .choise a {
	width: 32%;
	font-size: 1rem;
}

#top_shindan #shindan_sort .q03 .choise a {
	width: 40%;
}

#top_shindan #shindan_sort .q04 .choise a {
	width: 40%;
}

#top_shindan #shindan_sort .q05 .choise a {
	width: 40%;
}

#top_shindan #shindan_sort .q06 .choise a {
	width: 18%;
	font-size: 1rem;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .q01 .choise a,
	#top_shindan #shindan_sort .q02 .choise a,
	#top_shindan #shindan_sort .q03 .choise a,
	#top_shindan #shindan_sort .q04 .choise a,
	#top_shindan #shindan_sort .q05 .choise a,
	#top_shindan #shindan_sort .q06 .choise a {
		width: 100%;
		margin-bottom: 2rem;
		padding: 1.6rem;
		font-size: 1.4rem;
	}
	
	#top_shindan #shindan_sort .q06 .choise a .icon {
		width: 40%;
	}
}

#top_shindan #shindan_sort .text .highlight {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}


/* sorry */
#top_shindan #shindan_sort .sorry h3 {
	background-color: #284185;
	color: #fff;
}

#top_shindan #shindan_sort .sorry .text {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 2rem;
}
#top_shindan #shindan_sort .sorry .text p {
	margin: 0 10px;
}

#top_shindan #shindan_sort .sorry .text strong {
	color: #253E6B;
	font-size: 115%;
}

#top_shindan #shindan_sort .sorry .text .txt_box dl {
	margin-top: 2rem;
}

#top_shindan #shindan_sort .sorry .text .txt_box dl dt {
	font-size: 16px;
	color: #253E6B;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0.5rem;
}

#top_shindan #shindan_sort .sorry .text .txt_box dl dd ul li {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0.5rem;
}

#top_shindan #shindan_sort .sorry .text .img_box {
	margin: 0 10px;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .sorry .img_box {
		width: 30%;
		margin: 0 auto;
	}
}


/* ok */
#top_shindan #shindan_sort .ok_new h3,
#top_shindan #shindan_sort .ok_built h3 {
	background-color: #e74420;
	color: #fff;
}

#top_shindan #shindan_sort .note {
	font-size: 0.8rem;
	margin-top: 0;
	padding-top: 0;
}

#top_shindan #shindan_sort .ok_new a span::after,
#top_shindan #shindan_sort .ok_built a span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f105";
	margin-left: 1rem;
}

#top_shindan #shindan_sort .ok_new .text,
#top_shindan #shindan_sort .ok_built .text {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	margin-bottom: 1rem;
}

#top_shindan #shindan_sort .ok_new .text strong,
#top_shindan #shindan_sort .ok_built .text strong {
	color: #E64519;
	font-size: 115%;
}

#top_shindan #shindan_sort .ok_new .text p,
#top_shindan #shindan_sort .ok_built .text p {
	width: 80%;
}
#top_shindan #shindan_sort .ok_new .text .img_box,
#top_shindan #shindan_sort .ok_built .text .img_box {
	width: 19%;
	margin-left: 1%;
}

#top_shindan #shindan_sort .group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .group {
		display: block;
	}
}

#top_shindan #shindan_sort .group .choise {
	display: block;
	width: 47%;
	margin: 0 auto;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .group .choise {
		width: auto;
	}
}

#top_shindan #shindan_sort .group .choise a {
	padding: 0.5rem 1rem;
}
	
@media (max-width: 567px) {
	#top_shindan #shindan_sort .group .choise a {
		padding: 1rem;
	}
}


/* tokyo_only */
#top_shindan #shindan_sort .tokyo_only {
	background-color: #249e32;
	color: #fff;
	padding: 1rem;
	text-align: center;
	box-sizing: border-box;
	width: 47%;
}

@media (max-width: 567px) {
	#top_shindan #shindan_sort .tokyo_only {
		width: auto;
	}
}

#top_shindan #shindan_sort .lead {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
	margin-top: 0;
	padding-top: 0;
}

#top_shindan #shindan_sort .tokyo_only a {
	display: block;
	background-color: #fff;
	padding: 1rem;
	width: 70%;
	margin: 0 auto;
	color: #249e32;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
}

#top_shindan #shindan_sort .tokyo_only a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

#top_shindan #shindan_sort .tokyo_only a span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f105";
	margin-left: 1rem;
}


/*----- information -----*/
#information.content {
	max-width: 980px;
	margin: 0 auto;
}

@media (max-width: 980px) {
	#information.content {
		margin: 0 15px;
	}
}

#information .info_block {
	border: 1px solid #249e32;
	padding: 15px 2rem 20px;
	margin-bottom: 2rem;
}
#information .info_block.info03 {
	padding: 15px 2rem;
}

#information .info_block h3 {
	font-size: 150%;
	font-weight: 600;
	color: #249e32;
}

@media (max-width: 567px) {
	#information .info_block h3 {
		margin-bottom: 15px;
	}
}

#information .group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 567px) {
	#information .group {
		display: block;
	}
}

#information .info01 .group > div,
#information .info02 .group > div {
	width: 48%;
}

#information .info03 .group .txt {
	width: 56%;
}
#information .info03 .group .btn_area {
	width: 36%;
}

@media (max-width: 567px) {
	#information .info01 .group > div,
	#information .info02 .group > div {
		width: auto;
	}

	#information .info01 .group .txt,
	#information .info02 .group .txt {
		margin-bottom: 2rem;
	}

	#information .info03 .group .txt {
		width: auto;
	}
	#information .info03 .group .btn_area {
		width: auto;
	}
}

#information .info03 .group {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

#information .btn {
	display: inline-block;
	background-color: #249e32;
	color: #fff;
	text-decoration: none;
	padding: 0.3rem 1rem;
	font-weight: 600;
	border-radius: 6px;
}

@media (max-width: 567px) {
	#information .btn {
		display: block;
		font-size: 140%;
		padding: 0.8rem 1rem;
	}
}

#information .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
#information .btn span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f105";
	display: block;
	margin-left: 1rem;
}

#information .btn_area a {
	display: block;
}

#information .con {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 567px) {
	#information .con {
		display: block;
	}
}

#information .con .tel_box {
	text-align: center;
	line-height: 1.4;
}

@media (max-width: 567px) {
	#information .con .tel_box {
		margin-bottom: 20px;
	}
}

#information .con .tel_box .small {
	font-size: 90%;
	color: #666;
}

#information .con .tel {
	font-size: 220%;
	color: #249e32;
	font-weight: 600;
	display: block;
}

@media (max-width: 567px) {
	#information .con .tel {
		font-size: 300%;
	}
}

#information .sorting {
	display: inline-block;
	background-color: #249e32;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 1rem;
}

@media (max-width: 567px) {
	#information .sorting {
		display: block;
	}
}

#information .info03 .group .btn_area a {
	margin-bottom: 1rem;
}

/* ----------------------------------------------------------------------------
　NEWSティッカー
---------------------------------------------------------------------------- */
#news_ticker_wrap {
	background-color: #DC4D27;
}
#news_ticker {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 8px solid #DC4D27;
  border-bottom: 8px solid #DC4D27;
  background-color: #fff;
}

#news_ticker p,
#news_ticker ul {
	margin-top: 0;
	margin-bottom: 0;
}

#news_ticker .title {
  background-color: #DC4D27;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 120%;
}
@media (max-width: 567px) {
	#news_ticker .title {
		-webkit-box-flex: 0;
      	-ms-flex: 0 0 60px;
        	flex: 0 0 60px;
	}
}

#news_ticker ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 0;
}

#news_ticker ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1rem;
  white-space: nowrap;
  position: relative;
  display: none;
  font-size: 120%;
}
#news_ticker ul li.active {
  display: inline-block;
  -webkit-animation: newsTickerAnime 0.5s ease-in-out 0s forwards;
          animation: newsTickerAnime 0.5s ease-in-out 0s forwards;
}

@-webkit-keyframes newsTickerAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes newsTickerAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#news_ticker .btn_next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background-color: #DC4D27;
}
@media (max-width: 567px) {
	#news_ticker .btn_next {
		-webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
	}
}

#news_ticker .btn_next a {
  text-indent: -9999px;
  height: 100%;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
#news_ticker .btn_next a:hover {
  opacity: 0.8;
}
#news_ticker .btn_next a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}