/* ------------------------------------------------------------
Privacy Policy
---------------------------------------------------------------*/
.privacy-policy-flex{
	display: flex;
    flex-flow: column;
    width: 100%;
    gap: 50px;
	line-height: 35px;
}
.privacy-policy-flex .title{
	font-size: 18px;
	font-weight: 400;
}
.privacy-policy-flex ul{
	margin-bottom: 25px;
}
.privacy-policy-flex ul li{
	list-style: disc;
	margin-left: 25px;
	font-weight: 400;
}
.privacy-policy-flex ul li::marker{
	color: #349CF2;
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 999px) {
	.privacy-policy-flex{
		padding: 0 20px;
	}
}

/* ------------------------------------------------------------
History
---------------------------------------------------------------*/
#page_history .lower-contents{
	color: #222;
    font-weight: 400;
}
#page_history #historyList .date{
	color: #349CF2;
    width: 150px;
    display: inline-block;
	white-space: nowrap;
    flex: 0 0 150px;
}
#page_history #historyList li{
	padding: 20px 0;
    border-top: 1px solid #CCCCCC;
	display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 999px){
	#page_history #historyList li{
		flex-flow: column;
		padding: 20px 10px;
	}
	#page_history #historyList .date{
		flex: 0 0 30px;
	}
}

/* ------------------------------------------------------------
News
---------------------------------------------------------------*/
#news a:hover,#newsList a:hover{
	opacity: 0.7;
}
#news .flex-box{
	display: flex;
    gap: 20px;
    color: #349CF2;
	padding-bottom: 10px;
}
#news .flex-box .category::before{
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #349CF2;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: middle;
}
#news .title{
	font-weight: 600;
    font-size: 24px;
	margin-bottom: 50px;
}
#news .main{
	font-weight: 400;
	line-height: 36px;
}

#newsList .date,#newsList .category{
	color: #349CF2;
}
#newsList .date{
	width: 100px;
    display: inline-block;
}
#newsList .category{
	margin-left: 20px;
	margin-right: 30px;
}
#newsList .category::before{
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #349CF2;
  border-radius: 50%;
  margin-right: 0.2em;
	margin-top: -5px;
  vertical-align: middle;
}
#newsList li{
	padding: 20px;
    border-bottom: 1px solid #CCCCCC;
}
#newsList ul li:first-child{
	border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 999px){
	#newsList .date,#newsList .category{
		margin-bottom: 10px;
	}
}

/* ------------------------------------------------------------
Pagenavi
---------------------------------------------------------------*/
.pagination{
	padding: 9px 0px;
	margin-top: 50px;
}
.wp-pagenavi{
	font-family: "Poppins";
	src: url("/assets/fonts/poppins/Poppins-VariableFont_wght.woff2") format("woff2-variations");
	font-style: normal;
	font-display: swap;
}
:root{
  --font-sans: "Poppins",
               -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial,
               "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
               "Yu Gothic", "Meiryo", sans-serif;
}
html, body { font-family: var(--font-sans); }
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	background: #F3F6FA;
    border: none;
    color: #349CF2;
    padding: 8.5px 11.8px;
    border-radius: 30px;
    margin: 0 5px;
	font-weight: 500;
}
.wp-pagenavi span.current{
    color: #fff;
    background: #349CF2;
	font-weight: 500;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
	font-weight: 600;
    background: #349CF2;
	padding: 8.5px 14px;
}
.wp-pagenavi .nextpostslink img,.wp-pagenavi .previouspostslink img{
	width: 12px;
    height: 12px;
    display: inline-block;
}

/* ------------------------------------------------------------
User Support
---------------------------------------------------------------*/
#user-support .wrapper{
	display: flex;
    gap: 30px;
}
#user-support .support-box{
	background: #F3F6FA;
    width: calc(100% / 3);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 15px;
	align-items: end;
}
#user-support .icon-box{
	background: #349CF2;
    border-radius: 5px;
}
#user-support .wrapper a:first-child .icon-box{
	padding: 24.7px 25px;
}
#user-support .wrapper a:first-child .icon-box img{
	width: 50px;
    height: auto;
}
#user-support .wrapper a:nth-child(2) .icon-box{
	padding: 26.8px 30.7px 22.8px;
}
#user-support .wrapper a:nth-child(2) .icon-box img{
	width: 40px;
    height: auto;
}
#user-support .wrapper a:last-child .icon-box{
	padding: 24.5px 31.5px;
}
#user-support .wrapper a:last-child .icon-box img{
	width: 37px;
	height: auto;
}
#user-support .jp{
	font-size: 14px;
	font-weight: 400;
}
#user-support .en{
	font-family: "Poppins";
	src: url("/assets/fonts/poppins/Poppins-VariableFont_wght.woff2") format("woff2-variations");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	color: #349CF2;
	font-size: 30px;
	padding-bottom: 5px;
}
@media screen and (max-width: 999px){
	#user-support .wrapper{
		flex-flow: column;
	}
	#user-support .support-box{
		width: 100%;
	}
}
@media screen and (max-width: 450px){
	#user-support .jp{
		font-size: 12px;
	}
	#user-support .en{
		font-size: 25px;
		padding: 0;
	}
	#user-support .wrapper a:first-child .icon-box{
		padding: 16.3px 15px;
	}
	#user-support .wrapper a:nth-child(2) .icon-box{
		padding: 15.1px 15px;
	}
	#user-support .wrapper a:last-child .icon-box{
		padding: 15px 18.9px;
	}
	#user-support .wrapper a:first-child .icon-box img,
	#user-support .wrapper a:nth-child(2) .icon-box img{
		width: 30px;
    	height: auto;
	}
	#user-support .wrapper a:last-child .icon-box img{
		width: auto;
		height: 30px;
	}
}

/* ------------------------------------------------------------
Repair Support
---------------------------------------------------------------*/
#repair ul,
#request ul{
	list-style: disc;
    display: list-item;
    padding-left: 1.3em;
	font-weight: 400;
	line-height: 1.8;
}
#repair ul li::marker,
#request ul li::marker{
	color: #349CF2;
}
#repair .repair-box{
	display: flex;
    flex-flow: column;
    gap: 20px;
}
#repair .space-l{
	margin-left: 1.3em;
}

#sending .wrapper{
	background: #F3F6FA;
    padding: 30px;
	font-weight: 400;
	border-radius: 5px;
}
#sending .sending-box{
	display: flex;
    flex-flow: column;
    width: 100%;
    gap: 17px;
}
#sending .title{
	color: #349CF2;
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 20px;
}
#sending .address{
	display: flex;
    gap: 5px;
    align-items: center;
}
#sending .attention{
	color: #349CF2;
	font-weight: 400;
	margin-top: 13px;
}
#request .request-box{
	display: flex;
	flex-flow: column;
	gap: 20px;
}
@media screen and (max-width: 999px){
	#sending .title{
		font-size: 20px;
	}
	#sending .wrapper{
		 padding: 20px;
	}
	#sending .address{
		gap: 10px;
	}
	#sending .address a{
		width: 11%;
	}
}

/* ------------------------------------------------------------
Repair Support
---------------------------------------------------------------*/
#demo-preparation .wrapper{
	display: flex;
    gap: 30px;
	margin-top: 30px;
}
#demo-preparation .wrapper a{
	width: calc(100%/2);
	display: flex;
	background: #F3F6FA;
	padding: 10px;
	gap: 15px;
	align-items: end;
}
#demo-preparation .jp{
	font-size: 14px;
    font-weight: 400;
}
#demo-preparation .en{
	font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-VariableFont_wght.woff2") format("woff2-variations");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #349CF2;
    font-size: 30px;
	padding-bottom: 5px;
}
#demo-preparation .preparation-box{
	width: 100%;
	margin-top: 30px;
}
#demo-preparation .icon-box{
	background: #349CF2;
    padding: 25px;
	border-radius: 5px;
}
#demo-preparation .icon-box img{
	width: 50px;
	height: auto;
}
#demo-request ul,
#demo-rent ul{
	list-style: disc;
    display: list-item;
    padding-left: 1.3em;
	font-weight: 400;
	line-height: 1.8;
}
#demo-request ul li::marker,
#demo-rent ul li::marker{
	color: #349CF2;
}
#demo-request .wrapper,
#demo-rent .rent-box{
	display: flex;
	flex-flow: column;
	gap: 20px;
}
@media screen and (max-width: 999px){
	#demo-preparation .wrapper a{
		width: 100%;
	}
	#demo-preparation .icon-box img{
		width: 30px;
	}
	#demo-preparation .jp{
		font-size: 12px;
	}
	#demo-preparation .en{
		padding: 0;
		font-size: 25px;
	}
	#demo-preparation .icon-box{
		padding: 15px;
	}
}

/* ------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
.accordion-item {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion-item input[type="checkbox"] {
	display: none;
}
.accordion-header {
  display: block;
  padding: 20px 30px;
  cursor: pointer;
  color: #349CF2;
  display: flex;
  gap: 20px;
  align-items: center;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.8s;
}
.accordion-inner {
  position: relative;
  padding: 20px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
	font-weight: 400;
}
.accordion-inner::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px dashed #CCCCCC;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-content {
  max-height: 500px;
	transition-duration: 1.6s;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-content .accordion-inner::before {
  opacity: 1;
}
.accordion-item .question,
.accordion-item .answer{
	font-size: 40px;
    font-weight: 500;
}
.accordion{
	width: 100%;
}

#faq-search{
	margin: 20px 0 10px;
}
#faq-search input[type="search"]{
	width: 300px;
    font-weight: 400;
    padding: 12px 15px;
    color: #D0D0D0;
    border: solid 1px #D0D0D0;
    border-radius: 5px;
    margin: 0 10px 0 0;
}
#faq-search [type="submit"]{
	position: relative;
    padding: 12px 18px 12px 46px;
    background-color: #349CF2;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    border-radius: 5px;
}
#faq-search [type="submit"]::before{
	position: absolute;
    content: "";
    background: url(../images/search/search.webp) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 999px){
	.accordion-item .question, .accordion-item .answer{
		font-size: 40px;
	}
	.accordion-header{
		padding: 15px 20px
	}
}

#faq-search-form input[type="search"]{
	    width: 300px;
    font-weight: 400;
    padding: 12px 15px;
    color: #D0D0D0;
    border: solid 1px #D0D0D0;
    border-radius: 5px;
    margin: 0 10px 0 0;
}
#faq-search-form ul.search-list.faq-search-list{
	display: flex;    
	flex-flow: column;
    gap: 20px;
}
#faq-search-form button,#faq-search-form [type="submit"]{
	position: relative;
    padding: 12px 18px 12px 46px;
    background-color: #349CF2;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    border-radius: 5px;
}
#faq-search-form [type="submit"]::before{
	position: absolute;
    content: "";
    background: url(../images/search/search.webp) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#faq-search-form ul.search-list.faq-search-list{
	font-weight: 400;
	width: 100%;
}
#faq-search-form .search-list li{
	border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px 30px;
}
#faq-search-form .search-list .txt-area .wrapper{
	display: flex;
	gap: 20px;
	align-items: center;
}
#faq-search-form .search-list .txt-area .wrapper:first-child{
	color: #349CF2;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
}
#faq-search-form .search-list .txt-area .wrapper:last-child{
	padding-top: 10px;
}
#faq-search-form .search-list .question,
#faq-search-form .search-list .answer{
	font-size: 40px;
}
#faq-search-form .search-list .answer{
	padding-left: 5px;
}
@media screen and (max-width: 450px){
	form.faq-search-form{
		display: flex;
		flex-flow: column;
		gap: 10px;
		width: 100%;
	}
	#faq-search input[type="search"],
	#faq-search-form input[type="search"]{
		margin: 0;
		width: 100%;
	}
}

























