@charset "utf-8";

/*=====================================================
 * Style URL: style.css(alphawood)
=====================================================*/


/*
===== patio-top =======================================*/

.page-aw-top { background: url(/product/gate/index_img/top_bg.png) repeat-x 0 95px; }

@media (max-width: 767px) {

	.page-aw-top {
		background: url(/product/gate/index_img/top_bg.png) repeat-x 0 20px;
		background-size: auto 371px;
	}

}

/* section_top-lead
-------------------------------------*/

.section_top-lead {
	padding: 50px 0 0;
}

.top-lead_tit {
	margin: 0 0 10px;
	text-align: center;
}
.top-lead_tit-sub {
	margin: 0 0 25px;
	text-align: center;
}

.top-mainvisual { height: 350px; }

/* fotorama custom */
.top-mainvisual .fotorama__nav--dots .fotorama__nav__frame {
	margin: 0 7px;
	width: 12px;
	height: 52px;
}
.top-mainvisual .fotorama__active .fotorama__dot,
.top-mainvisual .fotorama__dot {
	top: 40px;
    left: 0;
    border-width: 0;
    width: 12px;
    height: 12px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	background: #dbd9cf;
    filter: Alpha(Opacity=100);
	opacity: 1;
}
	div.top-mainvisual .fotorama__active .fotorama__dot {
		background: #e4b0a2;
	}
	div.top-mainvisual .fotorama__dot:hover {
		filter: Alpha(Opacity=80);
		opacity: 0.8;
	}

.top-lead_txt {
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.3;
	letter-spacing: -.05em;
}

.top-lead_txt2 {
	text-align: left;
	font-size: 3.6rem;
	line-height: 1.3;
	letter-spacing: -.05em;
	background-color: #F2F2EB
}


.top-lead_img ul {
	display: table;
	margin: 35px auto 0;
	width: 100%;
	min-width: 1170px;
}
.top-lead_img li {
	display: table-cell;
	width: 33.3333%;
}

.top-lead_img li img {
	width: 100%; height: auto;
}


@media (max-width: 767px) {

	.section_top-lead {
		padding: 0;
		background-image: none;
	}

	div.section_top-lead_l_inner {
		margin: 0 auto;
		padding: 0 !important;
		width: 320px;
	}

	.top-lead_tit { margin: 0 0 10px; }
	.top-lead_tit img { width: 150px; height: auto; }

	.top-lead_tit-sub { margin: 0 0 15px; }
	.top-lead_tit-sub img { width: 250px; height: auto; }

	.top-mainvisual {
		padding: 0 10px 30px;
		height: auto;
		background-size: 50px auto;
	}


/* fotorama custom */
.top-mainvisual .fotorama__nav--dots .fotorama__nav__frame {
	margin: 0 7px;
	width: 12px;
	height: 30px;
}
.top-mainvisual .fotorama__active .fotorama__dot,
.top-mainvisual .fotorama__dot {
	top: 15px;
}

.imgtxt-top-lead_txt {
		margin: 10px 0 15px;
		width: 350px; height: 20px;
		background: url(../img/imgtxt-top-lead_txt-sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}

}

/* top-localnav
-------------------------------------*/

.top-localnav { margin: 45px 0 50px; }

.top-localnav_tit {
	margin: 0 0 35px;
	text-align: center;
}

.top-localnav ul {
	overflow: hidden;
	margin: 0 auto 30px;
	width: 1170px;
	height: 49px;
}
.top-localnav li {
	float: left;
	width: 195px;
	height: 49px;
}
.top-localnav li a {
	overflow: hidden;
	display: block;
	height: 49px;
	background: url(/product/gate/img-yoko/top-localnav_li.png) 0 0;
	text-indent: -9999em;
}
	li.top-localnav_li-1st a 		{ background-position: 0 0; }
	li.top-localnav_li-2nd a 		{ background-position: -195px 0; }
	li.top-localnav_li-3rd a 		{ background-position: -390px 0; }
	li.top-localnav_li-4th a 		{ background-position: -585px 0; }
	li.top-localnav_li-5th a 		{ background-position: -780px 0; }
	li.top-localnav_li-6th a 		{ background-position: -975px 0; }

	li.top-localnav_li-1st a:hover 		{ background-position: 0 -50px; }
	li.top-localnav_li-2nd a:hover 		{ background-position: -195px -50px; }
	li.top-localnav_li-3rd a:hover 		{ background-position: -390px -50px; }
	li.top-localnav_li-4th a:hover 		{ background-position: -585px -50px; }
	li.top-localnav_li-5th a:hover 		{ background-position: -780px -50px; }
	li.top-localnav_li-6th a:hover 		{ background-position: -975px -50px; }


@media (max-width: 767px) {

	.top-localnav { margin: 0 10px 20px; }

	.top-localnav ul {
		margin: 0;
		width: 100%;
		height: auto;
		border: 1px solid #b8ac8f;
		border-width: 0 1px 1px 0;
	}
	.top-localnav li {
		width: 50%;
		height: auto;
	}
	.top-localnav li a {
		padding: 10px 20px;
		height: auto;
		background: #f3eee2 url(/product/gate/img-yoko/top-localnav_ic-arrow-sp.png) no-repeat 100% 50%;
		background-size: 21px auto;
		text-indent: 0;
		font-size: 1.6rem;
		border: 1px solid #b8ac8f;
		border-width: 1px 0 0 1px;
		color: #444;
	}
	.top-localnav ul li a:hover { background-position: 100% 50%; }

}

/*
-- .section_subtitle ----------------------------------------*/

.section_top-tokucyo { margin: 0 0 108px; }

.subtitle_tit {
	margin: 10px 0 35px;
	text-align: center;
	color: #9c682e;
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: -.05em;
}

.subtitle_txt {
	margin: 0 0 45px;
	text-align: center;
	font-size: 3.0rem;
}
.subtitle_txt2 {
	margin:0 0 0 0px;
	text-align: center;
	font-size: 2.8rem;
}

.subtitle_box-has-img { overflow: hidden; }


@media (max-width: 767px) {

	.section_subtitle { margin: 0 0 25px; }
	.section_subtitle_l_inner { background-image: none; }

	.subtitle_tit {
		margin: 0 0 15px;
		font-size: 3.0rem;
		line-height: 1.5;
		letter-spacing: 0;
	}

	.subtitle_txt {
		margin: 0 0 15px;
		text-align: left;
		font-size: 3.0rem;
	}
	.subtitle_txt2 {
		margin:0 0 0 0px;
		text-align: center;
		font-size: 2.8rem;
	}

}




/*
-- .section_top-view ----------------------------------------*/


/*
-- .section_top-tokucyo ----------------------------------------*/

.section_top-tokucyo { margin: 0 0 108px; }

.top-tokucyo_tit {
	margin: 10px 0 35px;
	text-align: center;
	color: #9c682e;
	font-size: 2.2rem;
	line-height: 1.3;
	letter-spacing: -.05em;
}

.top-tokucyo_txt {
	margin: 0 0 65px;
	text-align: center;
	font-size: 1.5rem;
}

.top-tokucyo_box-has-img { overflow: hidden; }


@media (max-width: 767px) {

	.section_top-tokucyo { margin: 0 0 25px; }
	.section_top-tokucyo_l_inner { background-image: none; }

	.top-tokucyo_tit {
		margin: 0 0 15px;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0;
	}

	.top-tokucyo_txt {
		margin: 0 0 15px;
		text-align: left;
		font-size: 1.4rem;
	}

}




/*
-- .section_top-view ----------------------------------------*/

.section_top-view {
	padding: 70px 0;
	background: url(/product/gate/index_img/top-view_bg.png) repeat-x 0 0;
}

.top-view_tit {
	margin: 0 0 25px;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.1;
	letter-spacing: -.05em;
}
.top-view_para {
	text-align: center;
	margin-bottom: 30px;}

.top-view_carousel {
	position: relative;
	margin: 0 -15px;
	width: 1200px;
}


/* owl-carousel custom */
.top-view_carousel .item {
	display: block;
	padding: 0;
	margin: 0 15px;
	text-align: center;
}
.top-view_carousel .item img { width: 100%; height: auto; }
 
.top-view_carousel .owl-controls {
	margin: 35px 15px 0;
	width: 1170px;
}

.top-view_carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -66px;
	width: 40px; height: 69px;
	background: transparent url(../img/owl-carousel-btn.png) no-repeat 0 0;
    filter: Alpha(Opacity=100);
	opacity: 1;
}
	.top-view_carousel .owl-controls .owl-buttons div:hover {
		filter: Alpha(Opacity=80);
		opacity: 0.8 !important;
	}

	.top-view_carousel .owl-controls .owl-buttons div.owl-prev {
		left: -92px;
		background-position: 0 0;
	}

	.top-view_carousel .owl-controls .owl-buttons div.owl-next {
		right: -92px;
		background-position: 0 -70px;
	}

.top-view_carousel .owl-theme .owl-controls .owl-page span {
	background: #dbd9cf;
    filter: Alpha(Opacity=100);
	opacity: 1;
}
	.top-view_carousel .owl-theme .owl-controls .owl-page.active span {
		background: #e4b0a2;
		filter: Alpha(Opacity=100);
		opacity: 1;
	}
	.top-view_carousel .owl-theme .owl-controls .owl-page.active:hover span,
	.top-view_carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
		filter: Alpha(Opacity=80);
		opacity: 0.8;
	}


/* nivo-lightbox custom */

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap span {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	color: #444;
	min-width: 850px;
}




@media (max-width: 767px) {
	.section_top-view_l_inner { padding: 0; }

	.section_top-view {
		padding: 25px 0;
		background: url(/product/gate/index_img/top-view_bg.png) repeat-x 0 -8px;
	}

	.top-view_tit {
		margin: 0 0 20px;
		text-align: center;
		font-size: 1rem;
	}

	.imgtxt-top-view_tit {
		width: 240px; height: 20px;
		background: url(/product/gate/img-yoko/imgtxt-top-view_tit.png) no-repeat 0 0;
		background-size: 100% auto;
	}


	/* owl-carousel custom */
	.top-view_carousel {
		position: relative;
		margin: 0 10px;
		width: auto;
	}

	.top-view_carousel .owl-controls {
		margin: 10px;
		width: 100%;
	}
	.top-view_carousel .owl-controls .owl-buttons div { display: none; }

	/* nivo-lightbox custom */
	.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
		text-align: left;
	}

	.nivo-lightbox-theme-default .nivo-lightbox-title-wrap span {
		min-width: 0;
	}
}



/*
-- .section_top-catalog ----------------------------------------*/

.section_top-catalog_l_inner {
	background: url(/rs-common2/imgtop-catalog_bg.png) no-repeat 259px 354px;
}

.top-catalog_tit { margin: 0 0 9px; }

.top-catalog_box-has-img {
	overflow: hidden;
	min-height: 477px;
}

.top-catalog_imgtxt-img {
	float: left;
	width: 500px;
	text-align: right;
}

.top-catalog_imgtxt-txt {
	float: right;
	padding: 105px 0 0;
	width: 600px;
	text-align: center;
	font-size: 1.8rem;
}

.top-catalog_imgtxt-btn { margin: 65px 0 0; }


@media (max-width: 767px) {

	.section_top-catalog_l_inner { background-image: none; }

	.top-catalog_tit {
		margin: 0 0 12px;
		text-align: center;
	}
	.imgtxt-top-catalog_tit {
		width: 300px; height: 54px;
		background: url(/top_img/imgtxt-top-catalog_tit-sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}

	.top-catalog_box-has-img { 
		min-height: 0;
	}

	.top-catalog_imgtxt-img {
		float: none;
		margin: auto;
		width: 300px;
		min-height: 203px;
		background: url(/top_img/top-catalog_bg-sp.png) no-repeat 100% 100%;
		background-size: 180px auto;
		text-align: center;
	}
	.top-catalog_imgtxt-img img { width: 234px; height: auto; }

	.top-catalog_imgtxt-txt {
		float: none;
		margin: 0 auto;
		padding: 15px 0 0;
		width: 300px;
		text-align: left;
		font-size: 1.4rem;
	}

	.top-catalog_imgtxt-btn { margin: 10px 0 30px; }

}

/* link button
-------------------------------------*/

.btn-link {
	background: #ffffff;
	background-image: url(../img/icon-pdf.png), url(/../img/btn-pdf-bg.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: 30px center, center bottom;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #5e5e5e;
	padding: 15px 35px 15px 35px;
	border: solid #cfcfcf 1px;
	font-weight: bold;
	display: inline-block;
}
.btn-link a { color: #5e5e5e; text-decoration: none; display: block; }
.btn-link span { padding-left: 25px; }
.btn-link:hover { text-decoration: none; opacity: 0.8; }

@media (max-width: 767px) {
	
.btn-link {
	background: #ffffff;
	background-image: url(../img/icon-pdf.png), url(../img/btn-pdf-bg.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: 10px center, center bottom;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #5e5e5e;
	padding: 10px;
	border: solid #cfcfcf 1px;
	font-weight: bold;
	display: inline-block;
}

.btn-link span { padding-left: 25px;}
}

/*
-- .キャプション ----------------------------------------*/
.caption {
	text-align: center;
	font-size: x-large;
	color:saddlebrown;
	margin-bottom: 20px;
	padding: 10px;
	/*background-color: #f7f5f4;*/
	background-image: url(../img-yoko/bg-caption.png);
}

/*
-- .赤字（注目） ----------------------------------------*/
.notice {
	color: rgba(231,109,111,1.00)
}


/*
-- .製品紹介　----------------------------------------*/

.underLine {
	background: linear-gradient(transparent 70%, #dac5ae 50%);
	font-size: large;
	font-weight: bold;
	margin-bottom: 20px;
}

.comment {
	color: #666;
	padding: 20px;
	background: #f8f8f8;
	border: #d7d7d7 dotted 1px;
	margin-bottom: 20px;
}

img.img-responsive {
	margin-bottom: 20px;
	text-align: center;
}

.dl-mb15  {
	padding: 10px;
	background-color:antiquewhite;
}

.dl-mb15 dt {
	margin-bottom: 8px;
	font-size: 1.4rem;
}
.dl-mb15 dd {
	margin-bottom: 3px;
	text-indent: 1em;
	font-size: 1.2rem;
}
.item-name {
	background: #f2eee7;
	padding: 10px 20px 10px 10px;
	display: inline-block;
	margin: 50px 0 30px 0;
	font-size: large;
	font-weight: bold;
}


/* 補足、注釈
-------------------------------------*/
.footnote01 {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 5px 10px;
} /* grey */

/* fontsize, color
-------------------------------------*/
.point-txt01 { color: #e02121; } /* red */
.f-sz_s2 { font-size: 1.2rem; }

/* page header
-------------------------------------*/
.page-header_l_inner { padding: 20px 0; }
.bread-nav { font-size: 1.3rem; }
.bread-nav a { color: #666; }

/* 20200403
-------------------------------------*/
.btn-colorsample{
	margin-top:10px;
}


@media (max-width: 767px) {
img { max-width: 100%; }
.img_switch { max-width: 100%; }
.f-sz_b1 { font-size: 1.4rem; }
.f-sz_s1, .f-sz_s2 { font-size: 1.1rem; }
.page-content_l_inner { padding: 0 10px; }
.bread-nav, .torisetu-btn { margin-bottom: 15px; }
}


.section_tit {
	background: #f3e9db;
	padding: 15px 0;
	border-top: 1px solid #918778;
	margin-bottom: 25px;
	text-align: center;
}

/* オプション
-------------------------------------*/

.option-item {
	background: #f4ebce;
	padding: 7px 20px 6px 20px;
	display: inline-block;
	margin-bottom: 15px;
}

.mt15 {
	margin-top: 15px;
}

/* feature
-------------------------------------*/
.feature-desc h5 {
	margin: 0 0 20px;
	color: #629521;
	font-size: 1.8rem;
}	
.feature-desc p { margin-bottom: 1.5em; }

@media (max-width: 767px) { 
	.feature-desc h5, .feature-desc p { padding: 0; }
}


/*
-- .価格表　----------------------------------------*/
.price_list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	font-size: 85%;
}
.price_list table th, .price_list table td {
	padding: 4px;
	border: 1px solid #666;
	text-align: center;
}
.price_list table th {
	background: #d1e6fb;
	text-align: center;
}
.price_list table td { text-align: center; }
.price_list table tr:nth-child(odd) { background-color: #fff; }
.price_list table tr:nth-child(even) { background-color: #f3f3f3; }
.price_list table td[rowspan] {
	background-color: #fff;
	vertical-align: middle;
}
/*
-- .価格表2　----------------------------------------*/
.detail_list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	font-size: 85%;
}

.detail_list table th, .detail_list table td {
	padding: 4px;
	border: 1px solid #666;
	text-align: center;
}
.detail_list table th {
	background: #e4f1d6;
	text-align: center;
}
.detail_list table td { text-align: center; }
.detail_list table tr:nth-child(odd) { background-color: #fff; }
.detail_list table tr:nth-child(even) { background-color: #f3f3f3; }
.detail_list table td[rowspan] {
	background-color: #fff;
	vertical-align: middle;
}

/*
-- カラー　----------------------------------------*/

ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yourDefinition;
}
ol li {
	padding-left: 35px;
	text-indent: -35px;
}
ol li:before {
	counter-increment: yourDefinition;
	content: counter(yourDefinition);
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: white;
	font-family: serif;
	text-indent: 0;
	background: #c29f79;
	border-radius: 100%;
}

/* ユーザーの声
-------------------------------------*/
#user-voice blockquote {
    position: relative;
    padding: 5px 10px 5px 35px;
    box-sizing: border-box;
    font-style: italic;
	font-size: 1.0em;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #f4a45f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	margin-bottom:  20px;
}

#user-voice blockquote:before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #f4a45f;
    font-size: 14px;
    line-height: 1;
}

#user-voice blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

#user-voice blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.8em;
}

/* -------------- instagram -------------------- */
.insta-area{
	width:1170px;
	margin:0 auto 0 auto;
}
.insta-area h2{
	float:left;
	width:100px;
	margin:0 0 0 555px;
}
.insta-area h2 img{
	float:left;
	width:100%;
	height:auto;
}
.insta-area iframe{
	float:left;
	width:1120px;
	height:200px;
	margin:0px 0 0 50px;
}
@media (max-width: 767px) { 
.insta-area{
	width:100%;
	margin:0 0 0 0;
}
.insta-area h2{
	width:30%;
	margin:0 0 0 35%;
}
.insta-area h2 img{
	width:100%;
	height:auto;
}
.insta-area iframe{
	width:108%;
	height:400px;
	margin:0px 0 0 -8%;
}
/* -------------- 背景 -------------------- */	
	h4 {
  padding: 1rem 2rem;
  background: #F2F2EB;
}
	/*==============================================================*/
/*popup template design*/
.popup-background{
  /*position size*/
  position: fixed;
  z-index : 100;
  top : 0;
  left : 0;
  height : 100vh;
  width : 100vw;

  /*design*/
  background-color: gray;
  opacity : 0.5
}
.popup{
  /*position size*/
  --height : 300px;
  --width : 300px;
  z-index : 101;
  position: fixed;
  top : calc(50vh - calc(var(--height) / 2));
  left : calc(50vw - calc(var(--width) / 2));
  height : var(--height);
  width : var(--width);

  /*design*/
  overflow : hidden;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px gray;
}
.popup > .close-button{
  /*position size*/
  --size : 20px;
  position:absolute;
  top : calc(var(--size)/4);
  left : calc(var(--width) - var(--size) * 5/4);/*css variables are available in children*/
  height : var(--size);
  width : var(--size);

  /*design*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color : gray;
  font-size: var(--size);
  border-radius: calc(var(--size)/5);
}
.popup > .close-button:hover{
  /*design*/
  background-color: red;
  color : white;
}
.popup > .content{
  padding: 10px;
  text-align: center;
}


/*hide popup*/
.popup-flag{
  display: none;
}
.popup-flag:not(:checked) + .popup-background{
  display:none;
}
.popup-flag:not(:checked) + * + .popup{
  display:none;
}



/*==============================================================*/
/*custom design*/
#popupFlag2 + * +.popup{
  /*position size*/
  --height : 150px;
  --width : 150px;
}
#popupFlag3 + * +.popup{
  /*position size*/
  --height : 150px;
  --width : 350px;

  /*design*/
  display:block;
  transform: rotate(30deg);
  box-shadow: 0px 0px 3px 1px gray;
  transition: 0.5s;
}
#popupFlag3:not(:checked) + * + .popup{
  /*position size*/
  --height : 0px;

  /*design*/
  transform: rotate(0deg);
  box-shadow: 0px 0px 0px gray;
}



/*==============================================================*/
/*button-container*/
.button-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.button-container > *{
  margin : 15px;
}

/*button1*/
.button-sample1{
  color: blue;
  background-color: white;
  border : 1px solid blue;
  padding: 5px 10px;
  border-radius: 8px;
  transition: 0.2s;
}
.button-sample1:hover{
  color: white;
  background-color: blue;
}
.button-sample1:active{
  color: white;
  background-color: rgb(0, 0, 168);
  transition: 0.05s;
}

/*button2*/
.button-sample2{
  height : 35px;
  width : 85px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: inset 1px 1px 2px 1px gray;
  font-size: 0.95rem;
  transition: 0.2s;
}
.button-sample2:active{
  box-shadow: inset 0px 0px 0px 0px gray;
  font-size: 1rem;
}

/*button3*/
.button-sample3{
  height : 35px;
  width : 85px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 1px gray;
  font-size: 1.0rem;
  transition: 0.2s;
}
.button-sample3:active{
  box-shadow: 0px 0px 0px 0px gray;
  font-size: 0.95rem;
}
	/*system*/
	.selected {
    background-color: #d1e7dd !important;
    border: 2px solid #0f5132 !important;
    color: #0f5132 !important;
    font-weight: bold;
}
	input[type="number"] {
    display: inline-block; /* 表示されるようにする */
    border: 2px solid #0f5132; /* 線の色 */
    border-radius: 5px; /* 角を丸くする */
    padding: 5px; /* 内側の余白 */
    font-size: 1rem; /* フォントサイズ */
    box-sizing: border-box; /* ボックスサイズ調整 */
}

input[type="number"]:focus {
    border-color: #007bff; /* フォーカス時の線の色 */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
	#question3, #question4 {
    display: block !important;
}
}


