@charset "UTF-8";
/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
html {
	font-size: 16px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	min-width: 1280px;
	color: #121212;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
	line-height:1.6;
	position: relative;
}
a{
	color: #000;
	text-decoration: none;
	transition: 0.6s;
	cursor: pointer!important;
}
a:hover{
	opacity: 0.5;
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
select{
 color: #333;
}
@media screen and (max-width: 640px) {
	body{
		min-width: 0;
		font-size: 4vw;
	}
}
/* -------------------------------------------

共通設定

 ---------------------------------------------------*/

button {
	padding: 0;
	border: none;
	outline: none;
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
	background: none;
	transition: 0.6s;
}
input{
	height: 50px;
	padding: 0 20px;
	outline: none;
	background: none;
	box-shadow: none;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
	border: 1px solid #B5B5B5;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1rem;
}
/*
input[type=radio],
input[type=checkbox] {
	display: none;
}
*/
input[type=radio],
input[type=checkbox] {
    width: 23px;
    height: 23px;
    border: 1px solid #B5B5B5;
    border-radius: 4px;	
}

textarea{
	height: 50px;
	padding: 20px;
	outline: none;
	background: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #B5B5B5;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1rem;
}
.cnt_wrap{
	max-width: 1200px;
	margin: 40px auto;
}

/* もっと見るボタン */
.btn_more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	font-size: 15px;
	border-radius: 15px;
	border:1px solid #0097E0;
	color: #0097E0;
	box-sizing: border-box;
}

/* タイトル */
.page_tit_area{
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.tit_top_sec{
	width: 1200px;
	font-size: 1.625rem;
	font-weight: bold;
	padding:30px 40px;
	position: relative;
	box-sizing: border-box;
}
.txt_red{
	color: #f00;
}
.link {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	button {
		font-size: 4vw;
	}
	input{
		height: 12.5vw;
		padding: 0 5vw;
		font-size: 4vw;
	}
	input[type=radio],
	input[type=checkbox] {
   		width: 5.25vw;
   		height: 5.25vw;
	}

	textarea{
		height: 12.5vw;
		padding: 5vw;
		font-size: 4vw;
	}
	.cnt_wrap{
		max-width:none;
		margin: 0 auto;
	}

	/* もっと見るボタン */
	.btn_more{
		width: 30vw;
		height: 7.5vw;
		font-size: 3.75vw;
		border-radius: 3.75vw;
	}

	/* タイトル */
	.tit_top_sec{
		width: 100%;
		font-size: 5vw;
		padding:4vw 10vw;
	}
}
/* -------------------------------------------

ヘッダー

 ---------------------------------------------------*/
header div{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	width: 1200px;
	margin: 20px auto;
}
header .logo {
	width: 160px;
}
nav{
	display: flex;
	align-items: center;
	justify-content:center;
}
nav a {
	display: flex;
	align-items: center;
	height: 46px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-left: 20px;
	padding-left:20px;
	border-left: 1px solid #C7C7C7;
}
nav a:first-child {
	border-left: none;
}
nav a {
    padding-left: 10px;
}
nav a img {
	width: 23px;
	margin-right: 5px;
}

.small_header{
	display: none;
}
/* 青帯メニュー */
.header_top_nav{
	height: 50px;
	color: #fff;
	background: #008BD8;
	z-index: 999;
    position: relative;
}
.header_top_nav .inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	margin: 0 auto;
}
.header_top_nav .header_txt{
	font-size: 87.5%;
	font-weight: 500;
	margin-right: auto;
}
.header_top_nav .header_link{
	display: flex;
	height: 100%;
}
.header_top_nav .header_link li{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.header_top_nav .header_link li a{
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
	padding: 0 30px;
}
.header_top_nav .header_link li img{
	width: 8px;
	margin: 0 15px 0 0;
}
.header_top_nav .header_link li:first-child{
	background: #1996DC;
}
.header_top_nav .header_link li:nth-child(2) {
	background: #1590D4;
}
.header_top_nav .header_link li:nth-child(3) {
	background: #0C86CA;
}
.header_top_nav .header_link li:nth-child(4) {
	background: #007ABE;
}
.header_top_nav .fontsize{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	width: auto;
	border: none;
}
.header_top_nav .fontsize p{
	font-weight: 700;
}
.header_top_nav .fontsize ul{
	display: flex;
}
.header_top_nav .fontsize ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_top_nav .fontsize ul li button{
	display: block;
	color: #000;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 2px;
    cursor: pointer;
}
.header_top_nav .fontsize ul li:first-child{
	margin: 0 6px 0 15px;
}
@media screen and (max-width: 640px) {
	header{
		width: 100%;
	}
	.header_top_nav{
		display: none;
	}
	header div{
		display: block;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}
	/* 通常のヘッダー */
	header.main_header {
	    width: 100%;
		background: #fff;
		position: relative;
		z-index: 990;
	}
	header.main_header .logo {
		width: 15vw;
		padding: 2vw 4vw;
	}
	header.main_header .logo img{
		width: 100%;
		margin: 0 auto;
	}
	nav{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content:flex-start;
	}
	nav a {
		display: flex;
		width: calc(100% / 2 - 1vw);
		align-items: center;
		justify-content: center;
		height: 12vw;
		font-size: 3vw;
		font-weight: bold;
		margin-left: 0;
		padding-left:0;
		border: none;
		border-radius: 5px;
		margin-bottom: 1vw;
		margin-right: 1vw;
		box-sizing: border-box;
		line-height: 1.3;
	}
	header.main_header nav a:first-child {
		display: none;
	}
	nav a img {
		width: 5vw;
		margin-right: 1vw;
	}
	nav a:nth-child(2),
	nav a:nth-child(3),
	nav a:nth-child(4){
		margin-top: 2vw;
	}
	header.main_header nav a:nth-child(2){
		background:#F2F9FF;
	}
	header.main_header nav a:nth-child(3){
		background:#F6FBFF;
	}
	header.main_header nav a:nth-child(4){
		background:#FDF2F3;
	}
	header.main_header nav a:nth-child(5){
		background:#E7F6FA;
	}
	header.small_header {
    	width: 100%;
		background: #fff;
    	position: fixed;
    	top: 0;
    	left: 0;
	    display: none;
		z-index: 999;
	}
	header.small_header nav {
		width: 100%;
		justify-content: flex-end;
	}
	header.small_header nav a {
		display: block;
		margin: 0 auto;
		padding: 2vw 1.75vw ;
		width: auto;
		height: auto;
		text-align: center;
		font-weight: normal;
		font-size: 3vw;
		border-left: #f2f2f2 1px solid;
	}
	header.small_header nav a img{
		display: block;
		margin: 0 auto;
	}
	header.small_header nav a {
		background:#FFF;
	}
	header.small_header nav a:first-child {
		border: none;
	}

}

/* -------------------------------------------

フッター

 ---------------------------------------------------*/
footer{
	background: #F7F7F7;
	width: 100%;
	margin-top: 100px;
}
footer .footer_inner{
	width: 1200px;
	margin: 40px auto 0;
	padding: 40px 50px 100px;
	display: flex;
	justify-content:flex-start;
	box-sizing: border-box;
	position: relative;
}
footer .footer_inner .pagetop{
	position: absolute;
	width: 60px;
	top: 0;
	right: 0;
}
footer .list_group {
    width: 350px;
    margin-right: 30px;
}
footer .list_group:nth-child(2) {
	width: 400px;
}
footer .list_group:nth-child(3) {
	width: 300px;
    margin-right: 30px;
}
footer .list_group:nth-child(4) {
	width: 400px;
    margin-right: 0;
}
footer .header_teisei_link {
	font-size: unset;
}
footer .sitemap {
	width: 260px;
}
footer .link_list h3,footer .link_list h3 a{
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 15px;
}
footer .link_list h4,footer .link_list h4 a{
	font-size: 1.075rem;
	font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
.link_list h3 a,  .link_list h4 a{
/*	text-decoration: underline; */
}
footer .footer_qa_subitem {
	margin-left: 1em;
}

footer .link_list ul {
	margin-top: 20px;
	padding-top: 20px;
/*	border-top: 1px dashed #A8A8A8; */
}
footer .link_list ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}
footer .link_list ul:nth-child(2) {
	margin: 0;
	padding: 0;
	border: none;
}
footer .footer_copright {
	position: absolute;
	bottom:20px;
	right: 0;
	font-size: 0.75rem;
	color: #656565;
}
footer .footer_copright .certify {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
footer .footer_copright .certify a{
	height: 110px;
	margin-left: 20px;
}
footer .footer_copright .certify a img{
	height: 100%;
	width: auto;
}
footer .footer_link {
  width: 100%;
  margin: 30px auto 0;
  padding: 10px 0;
  background-color: #FFF;
}
footer .footer_link_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer_link_inner a {
  display: flex;
  align-items: center;
  text-align: right;
  font-size: 87.5%;
  margin-left: 20px;
}
footer .footer_link_inner a img {
  width: 6px;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
	footer{
		margin-top: 15vw;
	}
	footer .footer_inner{
		width: 100%;
		margin: 5vw auto 0;
		padding: 5vw 5vw 0 ;
		display: block;
	}
	footer .footer_inner .pagetop{
		width: 15vw;
	}
	footer .list_group {
		width: 100%;
		margin-right: 5vw;
	}
	footer .sitemap {
		width: 100%;
		margin-top: 5vw;
	}
	footer .link_list h3{
		font-size: 4.5vw;
		margin-bottom: 2vw;
        margin-top: 1em;
    }
	footer .link_list ul {
		margin-top: 3vw;
		padding-top: 2vw;
	}
	footer .link_list ul:nth-child(2) {
		margin: 0;
		padding: 0;
		border: none;
	}
	footer .footer_copright {
		position:static;
		font-size: 3vw;
		margin: 5vw 0 2vw;
	}
	footer .footer_copright .certify {
		display: flex;
		justify-content: center;
		margin-bottom: 7.5;
	}
	footer .footer_copright .certify a{
		height: 20vw;
		width: auto;
		margin: 5vw;
	}
	footer .footer_copright .certify a img{
		height: 100%;
		width: auto;
	}
	footer .footer_link_inner {
    	margin: 0 auto;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	}
	footer .footer_link_inner a {
    	display: flex;
    	align-items: center;
    	text-align: center;
    	font-size: 3.5vw;
    	margin-left: 5vw;
	}
	footer .footer_link_inner a img {
    	width: 1.5vw;
    	margin-right: 1.25vw;
	}
	
	footer .list_group:nth-child(2) {
		width: unset;
	}
	footer .list_group:nth-child(3) {
		width: unset;
	    margin-right: unset;
	}
	footer .list_group:nth-child(4) {
		width: unset;
	}

	
}

/* -------------------------------------------

TOPページ

 ---------------------------------------------------*/
/* アコーディオン　タイトル */
.accordion_title {
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.accordion_title:hover {
	opacity: 0.7;
}
.accordion_inner{
	display: none;
}
.top_acd_wrap {
	display: flex;
	margin-top: 50px;
	padding-right: 70px;
	border-radius: 5px;
	min-height: 120px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
}
.top_acd_wrap h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 100%;
	font-size: 1.25rem;
	font-weight: 600;
	box-sizing: border-box;
}
.top_acd_wrap h3 img{
	width:40px;
	margin-right: 10px;
}
.top_acd_wrap .guide{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.top_acd_wrap {
		display: block;
		margin: 7.5vw 2.5vw;
		padding-right: 0;
		min-height: 0;
	}
	.top_acd_wrap h3{
		width: 100%;
		font-size: 4.5vw;
		margin: 2vw 0;
		border-right: none!important;
	}
	.top_acd_wrap h3 span{
		font-weight: bold;
	}
	.top_acd_wrap h3 img{
		width:40px;
		margin-right: 10px;
	}
	.top_acd_wrap .guide{
		padding-left: 0;
		padding: 2.5vw 15vw 2.5vw 2.5vw;
	}
}
/* お知らせ */
.info_wrap{
	border: 2px solid #DBDBDB;
}
.info_wrap h3{
	display: block;
	height: auto;
	background-color: #FAFAFA;
	padding: 20px 40px;
	text-align: center;
	border-right: 1px solid #DBDBDB;
}
.info_wrap .list_info{
	position: relative;
	width: calc(100% - 260px);
	padding: 10px 40px 60px;
}
.info_wrap .list_info .btn_more{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.info_wrap .list_info ul li{
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.info_wrap .list_info ul li:last-child {
	padding-bottom: 0;
	border: none;
}
.info_wrap .list_info ul li .info_item{
	display: flex;
	align-items: center;
}
.info_wrap .list_info ul li .info_item.info_txt {
	margin-top: 0.4em;
}
.info_wrap .list_info ul li .info_item:first-child{
	margin: 0;
}
.info_wrap .list_info ul li .info_item .date{
	display: block;
	margin-right: 15px;
}
.info_wrap .list_info ul li .info_item div a {
	text-decoration: underline;
}

.info_wrap .list_info ul li .info_item .tag{
    margin: 0 6px 0 0;
    padding: 4px 20px 5px;
	text-align: center;
	background-color: #146b9b;
    font-size: 72%;
    font-weight: 700;
	box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    border-radius: 30px;
}
.info_wrap .list_info ul li .info_item .tag.inportant{	
	background-color: #F01A1A;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.info_wrap .list_info ul li .info_item.info_txt {
		margin-top: 0;
	}
	.info_wrap h3{
		padding: 3vw 10vw;
		border-right: none;
		margin: 0;
	}
	.info_wrap .list_info{
		width: 100%;
		padding: 5vw 4vw 12.5vw;
		box-sizing: border-box;
	}
	.info_wrap .list_info .btn_more{
		position: absolute;
		width: 50%;
		right: 25%;
		bottom: 5vw;
	}
	.info_wrap .list_info ul li{
		margin: 0 0 2.5vw 0;
		padding:0 0 2.5vw 0;
		border-bottom: 1px dotted #CCC;
	}
	.info_wrap .list_info ul li:last-child{
		border: none;
	}
	.info_wrap .list_info ul li .info_item{
		display: block;
	}
	.info_wrap .list_info ul li .info_item:first-child{
		margin: 0;
	}
	.info_wrap .list_info ul li .info_item .date{
		min-width: 0;
		margin: 0 0 2vw 0;
		font-size: 3.5vw;
	}
	.info_wrap .list_info ul li .info_item .tag{
        display: inline-block;
        margin: 0 0 2vw 0;
        padding: 0.2em 1.5em;
    }
}
/* よくあるご質問 */
.question_wrap{
	border: 2px solid #4CA0E3;
	background-color: #F2F9FF;
	position: relative;
}
.question_wrap:before{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #4CA0E3;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
}
.question_wrap:after{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #4CA0E3;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
	transform: rotate(90deg);
	transition: .3s;
}

.question_wrap.open:after{
	transform: rotate(0deg);
	transition: .3s;
}
.question_wrap h3{
	border-right: 1px solid #4CA0E3;
}
.question_inner{
	padding: 0 20px;
	box-sizing: border-box;
}
.question_inner h4{
	font-size: 1.25rem;
	font-weight: bold;
	margin:10px 0 40px;
	padding:20px 40px 20px;
	position: relative;
	box-sizing: border-box;
	border-bottom: 2px solid #4CA0E3;
}
.question_inner h4:before{
	content: "";
	width: 4px;
	height: 20px;
	background: #0097E0;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: calc( 50% - 10px );	
}
.question_list li {
	margin-bottom: 20px;
	padding:0 0 20px 60px;
	border-bottom: 2px dotted #A8A8A8;
	position: relative;
}
.search_result_area {
    margin-top: -10px;
}
.search_result_area .question_list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.question_list li:last-child {
	border: none;
}
.question_list li:before {
	content: '';
	background-image: url(../my-images/icon_question_list.png);
	background-size: 21px;
	width: 21px;
	height: 24px;
	position: absolute;
	top:calc( 50% - 20px );
	left: 10px;
}
/*
.question_list li:after {
	content: '';
	background-image: url(../my-images/icon_link.png);
	background-size:20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top:calc( 50% - 20px );
	right: 10px;
}
*/
.search_btn_wrap {
	display: flex;
	justify-content: space-between;
}
.search_btn_wrap a{
	width: 364px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	font-weight: bold;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	background-color: #FAFAFA;
	color: #000;
}
.search_btn_wrap a img{
	width: 50px;
	margin-right: 20px;
}
.top_page .search_btn_wrap a {
	
}
.concact_btn_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.concact_btn_wrap a{
	width: 351px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	font-weight: bold;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #FAFAFA;
	margin-right: 20px;
    margin-bottom: 20px;
    color: #000 !important;
    text-decoration: none !important; 
}
.concact_btn_wrap a img{
	width: 50px;
	margin-right: 20px;
}
/* 商品別サポート */
.products_wrap{
	border: 2px solid #7CB9E2;
	background-color: #F2F9FF;	
}
.products_wrap:before{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #7CB9E2;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
}
.products_wrap:after{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #7CB9E2;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
	transform: rotate(90deg);
	transition: .3s;
}
.products_wrap.open:after{
	transform: rotate(0deg);
	transition: .3s;
}
.products_wrap h3{
	border-right: 1px solid #7CB9E2;	
}
@media screen and (max-width: 640px) {
	.question_wrap:before,
	.question_wrap:after{
		right: 5vw;
	}
	.question_inner{
		padding: 0 5vw;
	}
	.question_inner h4{
		font-size: 4.5vw;
		margin:2vw 0 10vw;
		padding:5vw 0 2vw 4vw;
	}
	.question_inner h4:before{
		left: 0;
		top: calc( 50% - 1vw );	
	}
	.question_list li {
		margin-bottom: 5vw;
		padding:0 0 5vw 10vw;
	}
	.question_list li:before {
		background-size: 5vw;
		width: 5vw;
		height: 6vw;
		top:calc( 50% - 6vw );
		left: 2vw;
	}
	.search_btn_wrap {
		display: block;
	}
	.search_btn_wrap a{
		width: 100%;
		height: auto;
		font-size: 4.5vw;
		padding:3vw 0;
		margin-bottom: 5vw;
	}
	.search_btn_wrap a img{
		width: 12.5vw;
		margin-right: 4vw;
	}
	.concact_btn_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
	}
	.concact_btn_wrap a{
	width: 351px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	font-weight: bold;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #FAFAFA;
	margin-right: 20px;
    margin-bottom: 20px;
    color: #000 !important;
    text-decoration: none !important; 
}
.concact_btn_wrap a img{
	width: 50px;
	margin-right: 20px;
}
	
	
.question_wrap,.products_wrap,.contact_wrap,.news_wrap
	{
	}
	
}

/* 商品別サポート */
.products_tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 40px;
}
.products_tab.tab-container{
	background: #fff;
}
.products_tab .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	height: 90px;
	border: 1px solid #a1a1a1;
	border-radius: 10px 10px 0 0 ;
	background-color: #F5F5F5;
	cursor: pointer;
	font-weight: bold;
}
.products_tab .tab.active {
	height: 91px;
	border: 1px solid #4CA0E3;
	border-bottom: none;
	border-radius: 10px 10px 0 0 ;
	background-color: #FFF;
	position: relative;
	top: 1px;
}
.products_tab img{
	width: 50px;
	margin-right: 20px;
}
.product_list{
	margin-bottom: 30px;
}
.content {
    display: none;
}
.content.show {
    display: block;
}
.product_list_wrap{
	border: 1px solid #4CA0E3;
	padding: 40px;
	box-sizing: border-box;
}
.product_list_wrap h4{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding:0 0 0 20px;
	position: relative;
	box-sizing: border-box;
}
.product_list_wrap h4:before{
	content: "";
	width: 4px;
	height: 20px;
	background: #0097E0;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: calc( 50% - 10px);	
}
.product_list_wrap .product_list{
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.product_list_wrap .product_list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 110px;
	text-align: center;
	border:1px solid #D9D9D9;
	border-radius: 5px;
}
.product_list_wrap .product_list a:hover {
	background-color:#B1B1B1;
	opacity: 1;
}
.product_list_wrap .dx_wrap .product_list a{
	display: block;
	align-items: center;
	justify-content: center;
    width: 230px;
    margin-left: 35px;
	height: auto;
	text-align: center;
	border:1px solid #d1d1d1;
	border-radius: 5px;
}
.product_list_wrap .dx_wrap .product_list a:hover{
	opacity: 0.6;
	background-color: transparent;
}
.product_list_wrap .dx_wrap .product_list img {
	display: block;	
}
.product_list_wrap .dx_wrap .product_list a span{
	display: block;
	color: #2680EA;
	font-size: 0.875rem;
	text-align: left;
	padding: 12px 14px;
	border-top: 1px solid #D9D9D9;
	position: relative;
}
.product_list_wrap .dx_wrap .product_list a span:after{
	content: '';
	background-image: url(../my-images/icon_link.png);
	background-size:14px;
	width: 14px;
	height: 14px;
	position: absolute;
	top:calc( 50% - 7px );
	right: 14px;
}
.product_list_wrap .book_wrap .product_list {
    justify-content: flex-start;
}
.product_list_wrap .book_wrap .product_list a {
    font-size: 1rem;
    width: 250px;
    height: 30px;
    background-color: #FAFAFA;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.cnts_multi{
	display: flex;
}
.product_list_wrap .dx_wrap .cnts_multi .product_list a{
	margin-right: 28px;
}
@media screen and (max-width: 640px) {
	.products_wrap:before,
	.products_wrap:after{
		right: 5vw;
	}
	.products_tab {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 3.75vw;
		font-weight: bold;
		margin: 0 2vw 0;
		padding: 2vw 0 0;
		text-align: center;
	}
	.products_tab .tab {
		display: block;
		width: 49%;
		height: auto;
		padding: 1vw 0;
		top:1px;
		position: relative;
	}
	.products_tab .tab.active {
		height: auto;
		padding-bottom: 1px;
		top: 2px;
		padding: 1vw 0;
		position: relative;
	}
	.products_tab img{
		display: block;
		width: 12.5vw;
		margin:0 auto ;
	}
	.product_list{
		margin-bottom: 7.5vw;
	}
	.product_list_wrap{
		padding: 3vw;
		margin: 0 2vw;
	}
	.product_list_wrap h4{
			font-size: 4.5vw;
			margin:2vw 0 2vw;
			padding:5vw 0 2vw 4vw;
	}
	.product_list_wrap h4:before{
			left: 0;
			top: calc( 50% - 1vw );	
	}
	.product_list_wrap .product_list{
		flex-wrap: wrap;
	    justify-content: space-between;
	}
	.product_list_wrap .product_list a {
		width: 100%;
		height: auto;
		padding: 2vw 0;
		margin-bottom: 5vw;
	}
	.product_list_wrap .product_list a:last-child {
/*		margin-bottom: 0; */
	}
	.product_list_wrap .dx_wrap .product_list a{
		width: 48%;
		height: auto;
	    margin-left: unset;
	}
	.product_list_wrap .dx_wrap .product_list a span{
		font-size: 3vw;
		padding: 2.5vw 2vw 2.5vw;
	}
	.product_list_wrap .dx_wrap .product_list a span:after{
		content: '';
		background-image: url(../my-images/icon_link.png);
		background-size:3.5vw;
		background-repeat: no-repeat;
		width: 3.5vw;
		height: 3.5vw;
		top:calc( 50% - 7px );
		right: 2vw;
	}
.product_list_wrap .book_wrap .product_list a {
        font-size: 4vw;
        width: 80%;
        height: 7.5vw;
        margin: 0 auto 4vw;
    }
	.cnts_multi{
		display: block;
	}
	.product_list_wrap .dx_wrap .cnts_multi .product_list a{
		margin-right: 0;
	}
}
/* お問い合わせ */
.contact_wrap{
	border: 2px solid #E3969C;
	background-color: #FDF2F3;		
}
.contact_wrap:before{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #E3969C;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
}
.contact_wrap:after{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #E3969C;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
	transform: rotate(90deg);
	transition: .3s;
}
.contact_wrap.open:after{
	transform: rotate(0deg);
	transition: .3s;
}
.contact_wrap h3{
	border-right: 1px solid #E3969C;		
}
.contact_inner h4.tit {
	margin: 50px 20px 30px;
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #E3969C;
}
.contact_inner h4.sub_tit{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding:0 0 0 20px;
	position: relative;
	box-sizing: border-box;
}
.contact_inner h4.sub_tit:before{
	content: "";
	width: 4px;
	height: 20px;
	background: #E3969C;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: calc( 50% - 10px);	
}
.contact_inner .desc{
	margin-bottom: 60px;
	padding: 40px;
	background-color: #F8F8F8;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	box-sizing: border-box;
}
.contact_inner .desc h5{
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact_inner .desc h5:first-child{
	margin-top: 0;
}
.contact_select_area {
	background-color: #fff;
	border:1px solid #E0E0E0;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact_select_area ul{
	margin: 0 20px;
}
.contact_select_area ul li h5{
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0 60px 30px 20px;
	border-bottom: 1px dashed #B1B1B1;
}
.contact_select_area ul li:last-child h5{
	border:none;
}
.contact_select_area ul li:last-child .open h5{
	border-bottom: 1px dashed #B1B1B1;
}
.contact_select_area ul li h5:before {
    content: '';
    width: 16px;
    height: 2px;
    background-color: #000000;
    border-radius: 1px;
    position: absolute;
    top: calc(65% - 15px);
    right: 30px;
}
.contact_select_area ul li h5:after {
    content: '';
    width: 16px;
    height: 2px;
    background-color: #000000;
    border-radius: 1px;
    position: absolute;
    top: calc(65% - 15px);
    right: 30px;
    transform: rotate(90deg);
    transition: .3s;
}
.contact_select_area ul li .open h5:after{
	transform: rotate(0deg);
	transition: .3s;
}
.contact_select_inner > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
	padding: 0 20px 30px 20px;
	box-sizing: border-box;
}
.contact_select_inner > div div:first-child {
	width: calc(100% - 310px);
}
.contact_select_inner > div p {
	margin-bottom: 20px;
	padding-left:1em;
	text-indent:-1em;
}
.contact_select_inner > div.btn_bottom {
	align-items: flex-end;
}
.contact_select_inner .btn_contact_list{
	font-size: 1rem;
	width: 250px;
	height: 30px;
	background-color: #FAFAFA;
    border: 1px solid #a1a1a1;
	border-radius: 5px;
	padding: 10px 15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.contact_select_inner .btn_contact_list.outer_link{
	position: relative;
}
.contact_select_inner .btn_contact_list.outer_link img{
	position: absolute;
    width: 1em;
    right: 2em;
}


.contact_select.accordion_title {
	padding-top: 30px;
}

.contact_select_area .link {
	text-decoration: underline;
}

/*
.contact_inner .form_area{
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	margin-bottom: 60px;
	padding: 40px;
	border-radius: 5px;
	box-sizing: border-box;
}
.contact_inner .form_area p{
	margin-bottom: 20px;
}
.selectbox_area{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.select_contact {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select_contact::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select_contact select {
    appearance: none;
    min-width: 420px;
    height: 48px;
    padding: 2px 10px;
    border: 1px solid #C7C7C7;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.contact_inner .btn_select{
	height: 48px;
	width: 100px;
	border: #E3969C;
	border-radius: 0;
	color: #fff;
	background-color: #E3969C;
	cursor: pointer;
}
.contact_inner .btn_select:hover{
	opacity: 0.6;
}
*/
.support_dial{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 14px 20px;
	margin-top: 20px;
}
.support_dial:first-child{
	margin-top: 0;
}
.support_dial:before{
	content: '';
	width: 16px;
	height: 2px;
	background-color: #000000;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
}
.support_dial:after{
	content: '';
	width: 16px;
	height: 2px;
	background-color: #000000;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
	transform: rotate(90deg);
	transition: .3s;
}
.support_dial.open:after{
	transform: rotate(0deg);
	transition: .3s;
}
.support_dial_inner{
	margin: 20px;
}
.telphone_wrap{
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	margin-bottom: 60px;
	padding: 40px;
	border-radius: 5px;
	box-sizing: border-box;	
}
.telephone_area {
	display: block;
	margin: 0 0 20px 0;
}
.telephone_area div.tel {
	display:flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
}
.telephone_area img{
	width: 70px;
	margin-right: 20px;
	position: relative;
}
.tel_number{
	margin-right: 30px;
	font-size: 50px;
	font-weight: bold;
}
.telephone_area .number_box{
	display: flex;
	margin-top: 20px;
}
.telephone_area .guidance{
	width: 52%;
	margin-right: 30px;
}
.telephone_area .guidance ul{
	margin-top: 20px;
}
.support_number {
	width: calc(48% - 30px);
}
.support_number table.list_num{
	width: 100%;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;	
}
.support_number table.list_num th{
	background-color: #FDF2F3;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	border-top: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}
.support_number table.list_num td{
	padding: 10px 15px;
	border-top: 1px solid #C7C7C7;
}
@media screen and (max-width: 640px) {
	.contact_wrap:before,
	.contact_wrap:after{
		right: 5vw;
	}
	.contact_wrap h3{
		border-right: 1px solid #E3969C;		
	}
	.contact_inner h4.tit {
		margin: 0vw 3vw 7.5vw;
		font-size: 4.5vw;
		padding-bottom: 2.5vw;
	}
	.contact_inner h4.sub_tit{
		font-size: 4.5vw;
		margin:2vw;
		padding:5vw 0 2vw 4vw;
	}
	.contact_inner h4.sub_tit:before{
		left: 0;
		top: calc( 50% - 1vw );	
	}
	.contact_inner .desc{
		margin: 0 3vw 15vw;
		padding: 5vw;
	}
	.contact_inner .desc h5{
		font-size: 4.5vw;
		margin-top: 5vw;
		margin-bottom: 2.5vw;
	}
	.contact_select_area {
		margin-bottom: 7.5vw;
	}
	.contact_select_area ul{
		margin: 0 5vw;
	}
	.contact_select_area ul li h5{
		font-size: 4.5vw;
		padding: 0 10vw 7.5vw 2vw;
		border-bottom: 1px dashed #B1B1B1;
	}
	.contact_select_area ul li:last-child h5{
		border:none;
	}
	.contact_select_area ul li:last-child .open h5{
		border-bottom: 1px dashed #B1B1B1;
	}
	.contact_select_area ul li h5:before {
	    top: calc(65% - 15px);
    	right: 3vw;
	}
	.contact_select_area ul li h5:after {
    	top: calc(65% - 15px);
    	right: 3vw;
	}
	.contact_select_inner > div {
		display: block;
		margin-top: 7.5vw;
		padding: 0 2vw 7.5vw 2vw;
	}
	.contact_select_inner > div div:first-child {
		width: 100%;
	}
	.contact_select_inner > div p {
		margin-bottom: 5vw;
	}
	.contact_select_inner .btn_contact_list{
		font-size: 4vw;
		width: 100%;
		padding: 7vw 3vw;
		box-sizing: border-box;
	}
	.contact_select.accordion_title {
		padding-top: 7.5vw;
	}
	.support_dial{
		padding: 3.5vw 5vw;
		margin-top: 5vw;
	}
	.support_dial:before{
	right: 4vw;
	}
	.support_dial:after{
		right: 4vw;
	}
	.support_dial_inner{
		margin: 5vw 0;
	}
	.telphone_wrap{
		margin-bottom: 15vw;
		padding: 12vw 3vw;
	}
	.telephone_area {
		display: block;
		margin: 0;
	}
	.telephone_area div.tel {
		display: block;
		align-items: center;
		width: 100%;
	}
	.telephone_area .number_box{
		display: block;
		margin-top: 3vw;
	}
	.telephone_area img{
		width: 15vw;
		margin: 0 2vw 0 0;
		top: 0;
	}
	.tel_number{
		font-size: 10vw;
		line-height: 1.0;
	}
	.telephone_area div.tel p{
		margin: 3vw 0;
		font-size: 3.5vw
	}
	.telephone_area .guidance{
		width: 100%;
		margin-top: 0vw;
		margin-right: 0;
	}
	.telephone_area .guidance ul{
		margin-top: 5vw;
	}
	.telephone_area .guidance br{
		display: none;
	}
	.support_number {
		margin: 5vw 2vw;
		width: calc(100% - 4vw);
		margin-bottom: 15vw;
	}
	.support_number table.list_num th{
		width: 11.5vw;
		height: 11.5vw;
	}
	.support_number table.list_num td{
		padding: 2.5vw 5vw;
	}
}
/* お知らせ */
.news_wrap{
	border: 2px solid #4DABC1;
	background-color: #E7F6FA;		
}
.news_wrap:before{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #4DABC1;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
}
.news_wrap:after{
	content: '';
	width: 20px;
	height: 3px;
	background-color: #4DABC1;
	border-radius: 1px;
	position: absolute;
	top: calc( 50% - 1px);
	right: 30px;
	transform: rotate(90deg);
	transition: .3s;
}
.news_wrap.open:after{
	transform: rotate(0deg);
	transition: .3s;
}
.news_wrap h3{
	border-right: 1px solid #4DABC1;		
}
.news_list_area {
	display: flex;
	margin: 58px 20px -17px 20px;
}
.news_list_area h4{
	width: 260px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding:0 0 0 20px;
	position: relative;
	box-sizing: border-box;
}
.news_list_area  h4:before{
	content: "";
	width: 4px;
	height: 20px;
	background: #4DABC1;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 5px;	
}
.news_list_area{
	border-bottom: 1px solid #A8A8A8;
	padding-bottom: 15px;
	position: relative;
}
.news_list_area:last-child {
	border: none;
	border-bottom: none;
	margin-bottom: 20px;
}
.news_more {
 	margin-top: -17px;
	display: flex;
	justify-content: flex-end;
}
.news_list_area li {
	width: 100%;
	margin-bottom: 0;
	padding:10px 0 20px 20px;
	border-bottom: 2px dotted #A8A8A8;
	position: relative;
	box-sizing: border-box;
}
.news_list_area li:last-child {
	border: none;
}
.news_list_area .btn_more{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.news_list_area .no_body a {
	text-decoration: underline;
}

.news_list {
	width: calc(100% - 260px);
}
@media screen and (max-width: 640px) {
	.news_wrap:before,
	.news_wrap:after{
		right: 5vw;
	}
	.news_list_area {
		display: block;
		margin: 0 5vw 5vw;
		padding-bottom: 10vw;
	}
	.news_list_area h4{
		width: 100%;
		font-size: 4.5vw;
		margin: 2vw 0 4vw;
		padding: 0 0 0 4vw;
	}
	.news_list_area  h4:before{
		left: 0;
	}
	.news_list_area li {
		width: 100%;
		margin-bottom: 5vw;
		padding: 0 0 5vw 0;
	}
	.news_list_area .btn_more{
		position: absolute;
		right: 5vw;
		bottom: 5vw;
	}
	.news_list {
		width: 100%;
	}
}
/* -------------------------------------------

下層ページ

 ---------------------------------------------------*/
.breadcrumbslist_area {
	width: 100%;
	background-color: #F7F5F1;
}
.breadcrumbslist {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
/*
.breadcrumbslist li {
	margin-right: 20px;
}
*/
.breadcrumbslist li:after {
	content: '＞';
	margin: 0 10px;
}
.breadcrumbslist li:last-child:after {
	display: none;
}
.tit_top_sec:before{
	content: "";
	width: 4px;
	height: 24px;
	background: #0097E0;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: calc( 50% - 12px );
}
.tit_blue{
	color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 20px 40px 20px;
    position: relative;
    box-sizing: border-box;
	background-color: #F2F9FF;
    border-bottom: 2px solid #4CA0E3;
}
.tit_blue:before{
	content: "";
	width: 4px;
	height: 20px;
	background: #0097E0;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: calc( 50% - 10px );	
}

@media screen and (max-width: 640px) {
	.breadcrumbslist_area {
		padding: 0 3vw;
		box-sizing: border-box;
	}
	.breadcrumbslist {
		width: 100%;
		padding: 4vw 0;
	}
	.breadcrumbslist li:after {
		content: '＞';
		margin: 0 2.5vw;
	}
	.breadcrumbslist li:last-child:after {
		display: none;
	}
.tit_top_sec:before{
	content: "";
	width: 4px;
	height: 24px;
	background: #0097E0;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: calc( 50% - 12px );
}
	.tit_blue{
		color: #000;
    	font-size: 5vw;
    	margin-bottom: 10vw;
    	padding: 5vw 5vw 5vw;
	}
	.tit_blue:before{
		width: 4px;
		height: 20px;
		left: 3vw;
	}
}
/* タブ切り替え */
.tab-container{
	background-color: #F7F5F1;
	padding-top: 10px;
}
.tab-container .tab_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;	
}
.tab-container .tab_box > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	margin-left: 20px;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	background: #F2EFE9;
	border:1px solid #D1D1D1;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	transition: 0.3s;
	cursor: pointer;
}
.tab-container .tab_box > a.active {
	background-color: #fff;
	pointer-events: none;
}
.tab-container .tab_box > a:first-child {
	margin-left: 0;
}
.tab-container .tab_box > a img {
	width: 50px;
	margin-right: 20px;
}
@media screen and (max-width: 640px) {
	.tab-container{
		padding-top: 2.5vw;
	}
	.tab-container .tab_box{
		width: 100%;
		display: flex;	
	}
	.tab-container .tab_box > a {
		display: block;
		width: 32%;
		margin-left: 1%;
		padding: 2vw;
		font-size: 4vw;
		text-align: center;
	}
	.tab-container .tab_box > a img {
		width: 10vw;
		margin: 0 auto;
		display: block;
	}
}
/* コンテンツエリア */
.cnts_box {
	margin: 20px;
}
h4{
	font-size: 1.125rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.cnts_box {
		margin: 3vw;
	}
	h4{
		font-size: 4.5vw;
		margin-bottom: 2.5vw;
	}
}
/* input */
.contact_inner .form_area p{
	margin-bottom: 20px;
}
.search_input_box{
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.search_input_box input[type="text"]{
    appearance: none;
    min-width: 520px;
    height: 48px;
    padding: 2px 10px;
    border: 1px solid #C7C7C7;
	border-radius: 0;
    background-color: #fff;
    font-size: 15px;
/*    cursor: pointer; */
}
.search_input_box .btn_search{
	height: 48px;
	width: 100px;
	border: #4CA0E3;
	border-radius: 0;
	color: #fff;
	background-color: #4CA0E3;
	cursor: pointer;
}
.search_input_box .btn_select:hover{
	opacity: 0.6;
}
.search_area .cate{
	display: flex;
	flex-wrap: wrap;
}
.search_area .cate a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 16px 10px 0;
	padding: 10px 20px;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #FAFAFA;
}
.products_area {
	display: flex;
	flex-wrap: wrap;
}
.product_box{
	width: calc( 33% - 12px );
	margin:0 20px 20px 0;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
}
.product_box:nth-of-type(3n){
	margin-right: 0;
}
.product_box h4{
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #D1D1D1;
	background-color:#FAFAFA;
	font-size: 1.125rem;
	font-weight: bold;
}
.product_box.children_not_found {
	border: none;
}
.product_box.children_not_found h4 {
	border: 1px solid #D1D1D1;
}
.product_box ul{
	margin: 20px;
}
.product_box ul li {
	margin: 10px 0;
	padding-left: 24px;
	position: relative;
}
.product_box h4 a {
	padding-left: 24px;
	position: relative;
}
.product_box ul li:before,
.product_box h4 a:before {
	content: '';
	background-image: url("../my-images/icon_arrow_blue01.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top:calc( 50% - 7px);
	left:0;
}
.btn_contact {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	height: 60px;
	border-radius: 30px;
	background: #4CA0E3;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	margin: 80px auto 0;
}
.btn_contact img {
	width: 24px;
	margin-right: 10px;
}

.btn_narrowdown {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.btn_narrowdown a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc( 33% - 20px );
	height: 60px;
	margin-bottom: 20px;
	border:1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #FAFAFA;
	position: relative;
}
.btn_narrowdown a:after {
	content: '';
	background-image: url("../my-images/icon_arrow_blue01.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:12px;
	height: 12px;
	position: absolute;
	top: calc( 50% - 6px);
	right: 16px;
}
@media screen and (max-width: 640px) {
	.contact_inner .form_area p{
		margin-bottom: 5vw;
	}
	.search_input_box{
		margin: 5vw 0;
	}
	.search_input_box > div{
		width: 100%;
	}
	.search_input_box .area-search-form > div{
		display: flex;
		width: 100%;
	}
	.search_input_box input[type="text"]{
	    width: calc(100% - 25vw);
		min-width: 0;
    	height: 12vw;
    	padding: 2px 10px;
	    font-size: 15px;
	}
	.search_input_box .btn_search{
		height: 12vw;
		width: 25vw;
	}
	.search_area .cate a{
		margin:0 2.5vw 2.5vw 0;
		padding: 2.5vw 5vw;
	}
	.product_box{
		width: calc( 100% - 4vw );
		margin:0 2vw 5vw 2vw;
	}
	/*
	.product_box{
		width: calc( 50% - 3vw - 2px );
		margin:0 1vw 5vw 2vw;
	}
	.product_box:nth-of-type(2n){
		width: calc( 50% - 3vw - 2px );
		margin:0 2vw 5vw 1vw;
	}
	.product_box:nth-of-type(3n){
		margin-right: 1vw;
	}
*/
	.product_box h4{
		padding: 3vw;
		text-align: center;
		font-size: 4.5vw;
	}
.product_box ul{
	margin: 20px;
}
.product_box ul li {
	margin: 10px 0;
	padding-left: 24px;
	position: relative;
}
.product_box ul li:before {
	content: '';
	background-image: url("../my-images/icon_arrow_blue01.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top:calc( 50% - 7px);
	left:0;
}
	.btn_contact {
		width: 80%;
		font-size: 5vw;
		margin: 10vw auto 0;
	}
	.btn_contact img {
		width: 6vw;
		margin-right: 2.5vw;
	}
	.btn_narrowdown {
		margin: 0 3vw 5vw;
	}
	.btn_narrowdown a {
		width: calc( 50% - 2vw );
		padding: 0 10vw 0 2vw;
		height: 24vw;
		margin-bottom: 5vw;
		box-sizing: border-box;
	}
	.btn_narrowdown a:after {
		right: 2vw;
	}
}
/* よくあるご質問 */
.faq_area img {
    width: revert-layer;
}
@media screen and (max-width: 640px) {
	.faq_area img {
	    width: 90%;
	}
}
.faq_area dl img.icon{
	width: 30px;
}
.faq_area dl dt {
	font-size: 1.4em;
	padding-left: 50px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom:1px solid #4CA0E3;
	position: relative;
}
.faq_area dl dd {
	padding-left: 50px;
	position: relative;
}
.faq_area dl dt:before {
	content:'';
	background-image: url("../my-images/icon_cnts_question.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:30px;
	height:30px;
	position: absolute;
	top:2px;
	left:0;
}
.faq_area dl dd:after {
	content:'';
	background-image: url("../my-images/icon_cnts_answer.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:30px;
	height:30px;
	position: absolute;
	top:0;
	left:0;
}

.faq_area dl dd{
	line-height: 1.7;
}

.result_box{
	width: 800px;
	margin: 100px auto 60px;
	padding: 40px;
	text-align: center;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #FAFAFA;
	box-sizing: border-box;
}
.result_box h4 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.answer_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.answer_box a {
	width: calc( 33% - 20px );
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
.answer_box a span {
	display: block;
	margin-bottom: 20px;
}
.answer_box a img {
	width: 50px;
	margin: 20px;
}
.btn_back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	height: 60px;
	border-radius: 30px;
	background: #4CA0E3;
	font-size: 1.25rem;
	color: #fff;
	margin: 80px auto 100px;
	position: relative;
}
.btn_back:before {
	content:'';
	background-image: url("../my-images/icon_arrow_white01.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top:calc( 50% - 10px);
	left:30px;
}
@media screen and (max-width: 640px) {
	.faq_area {
		margin: 0 3vw;
	}
	.faq_area dl img.icon{
		width: 7.5vw;
	}
	.faq_area dl dt {
		padding-bottom:2.5vw;
		margin-bottom: 5vw;
	}
	.faq_area dl dt,
	.faq_area dl dd {
		padding-left: 12.5vw;
	}
.faq_area dl dt:before {
	content:'';
	background-image: url("../my-images/icon_cnts_question.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:30px;
	height:30px;
	position: absolute;
	top:1.25vw;
	left:0;
}
.faq_area dl dd:after {
	content:'';
	background-image: url("../my-images/icon_cnts_answer.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:30px;
	height:30px;
	position: absolute;
	top:0;
	left:0;
}

.faq_area dl dd{
	line-height: 1.7;
}

	.result_box{
		width: 100%;
		margin: 30 auto 20px;
		padding: 10px;
	}
.result_box h4 {
	font-size: 5vw;
	margin: 3vw 0 5vw;
}
	.answer_box {
		display: block;
	}
	.answer_box a {
		display: block;
		width: 90%;
		margin: 0 auto 5vw;
	}
	.answer_box a span {
		display: block;
		margin-bottom: 3vw;
	}
	.answer_box a img {
		width: 10vw;
		margin: 4vw auto 2vw;
	}
.btn_back {
	width: 90%;
	font-size: 5vw;
	margin: 20vw auto 25vw;
}
.btn_back:before {
	content:'';
	background-image: url("../my-images/icon_arrow_white01.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top:calc( 50% - 10px);
	left:30px;
}
}
/* -------------------------------------------

お問い合わせ

 ---------------------------------------------------*/

.progress_area{
	width: 800px;
	margin: 40px auto;
	display: flex;
	align-items:center;
	justify-content: space-between;	
}
.progress_area span {
	position: relative;
	display: flex;
	align-items:center;
	justify-content: center;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	width: calc(100%/3 - 40px);
	padding: 10px;
}
.progress_area span.current {
	background-color: #4CA0E3;
	border: 2px solid #4CA0E3;
	color: #fff;
}
.progress_area span:after { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: calc(50% - 10px);
	right: -20px;
	border-left: 10px solid black;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.progress_area span:last-child:after {
	display: none;
}
.contact_page h3{
	width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
}
.contact_page h3:before{
	content: "";
    width: 4px;
    height: 20px;
    background: #0097E0;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.notice_wrap{
	padding: 20px;
	background: #FDF2F3;
}
.notice_wrap h3{
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.notice_wrap h3:before{
	display: none;
}
.contact_page .form_guide{
	font-size: 1rem;
	margin-bottom: 20px;
}
.contact_page .form_area dl{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.contact_page .form_area dl dt,
.contact_page .form_area dl dd{
	border-top: 1px solid #CCC;
	box-sizing: border-box;
}
.contact_page .form_area dl dt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	width: 30%;
	background: #F7F5F1;
	position: relative;
}
.contact_page .form_area dl dt .form_dt_note{
	width: 100%;
	margin-top: 10px;
	font-size: 0.875rem;
}
.contact_page .form_area dl dd{
	padding: 20px;
	box-sizing: border-box;
	width: 70%;
}
.contact_page .form_area dl dd .note{
	display: block;
	margin-bottom: 5px;
	font-size: 0.875rem;
}
.contact_page .form_area dl dd input[type=text]{
	width: 100%;
}
.contact_page .deselect-radio {
	color: #4CA0E3;
	text-decoration: underline;
	cursor: pointer;
}
.contact_page .input-radio {
	display: flex;
	align-items: center;
}

.list-frm-radio li {
	height: 2.5em;
}


.contact_page .form_area dl dd textarea{
	width: 100%;
	min-height:10em;
}
.contact_page .text_area{
	margin: 30px 0;
	padding: 40px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.contact_page .text_area p{
	margin: 0 20px 0 20px;
}

.contact_page .agree_area{
    margin: 30px 0;
    padding: 40px 0;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    margin: 30px 50px;
	flex-direction: column;
    align-items: center;
}
.contact_page .agree_area p{
	margin: 0 20px 0 20px;
}

.select_prefectures {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select_prefectures::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select_prefectures select {
    appearance: none;
    min-width: 200px;
    height: 48px;
    padding: 2px 10px;
    border: 1px solid #C7C7C7;
	border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.select-search-display {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select-search-display::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select-search-display select {
    appearance: none;
    min-width: 200px;
    height: 48px;
    padding: 2px 10px;
    border: 1px solid #C7C7C7;
	border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}



.req, .label-required {
	color: #f00;
	position: absolute;
    right: 2em;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.txt-is-error {
	color: #f00;
}

.label-optional {
	color: #00f;
	display: none;
}

.btn_area{
	display: flex;
	align-items:center;
	justify-content: center;	
}
.btn_area button,
.btn_area a.btn {
	display: flex;
	align-items:center;
	justify-content: center;
	margin: 20px 20px 0 ;
	color: #FFF;
	font-size: 1.125rem;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	background-color: #3497E0;
	cursor: pointer;
}
.btn_area button:hover,
.btn_area a.btn {
	opacity: 0.8;
}

.btn_area button.btn_reset,
.btn_area a.btn.btn_reset {
	background-color: #000;
}

.btn_area button[disabled] {
    background-color: #9fa7ac;
    pointer-events: none;
}

.btn_area a.btn.gray {
    background-color: #666666;
}

.contact_page img {
	width: unset;
}

.flatpickr-wrapper input {
	width: unset !important;
}

.flatpickr-input {
	display: none;
}

.btn-calender {
	display: inline;
}

.contact_page .dropzone h3:before {
	content: unset;
}


.dropzone .dz-preview .dz-details {
	max-width: unset;
	width: 25em;
}

.vue-dropzone .dz-preview .dz-remove {
	width: 22em;
    background: #70708b;
}

.form_area a {
	color: #4CA0E3;
	text-decoration: underline;
}

.agreement-text {
	display: inline;
}

.txt-privacy-check {
	display: flex;
}

ul.list-frm-radio.list-row-style {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.list-frm-radio.list-row-style li {
	margin-right: 2em;
}

.contact_page .question__agreement__exp,
.contact_page .question__agreement__body {
	line-height: 1.9;
}

.contact_page .question__agreement__exp {
	margin-bottom: 50px;
}

.contact_page .question__agreement__exp a,
.contact_page .question__agreement__body a {
	color: #0096e0;
	text-decoration: underline;
}


.contact_page .question__agreement__body {
	border: 2px solid #DBDBDB;
    border-radius: 5px;
    padding: 50px 70px;
    margin-bottom: 30px;
}

.contact_page .question__agreement__body h4 {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 1.5em;
}

@media screen and (max-width: 640px) {
	.progress_area{
		width: 100%;
		margin: 3vw auto;
	}
	.progress_area span:after { 
		top: calc(50% - 2.5vw);
		right: -5vw;
	}
	.contact_page h3{
	width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
}
.contact_page h3:before{
	content: "";
    width: 4px;
    height: 20px;
    background: #0097E0;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.notice_wrap{
	padding: 20px;
	background: #FDF2F3;
}
.notice_wrap h3{
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.notice_wrap h3:before{
	display: none;
}
.contact_page .form_guide{
	font-size: 1rem;
	margin-bottom: 20px;
}
	.contact_page .form_area dl{
		display: block;
		margin: 0 -3vw;
	}
.contact_page .form_area dl dt,
.contact_page .form_area dl dd{
	border-top: 1px solid #CCC;
	box-sizing: border-box;
}
.contact_page .form_area dl dt{
	padding: 5vw;
	width: 100%;
}
.contact_page .form_area dl dt .form_dt_note{
	width: 100%;
	margin-top: 10px;
	font-size: 0.875rem;
}
.contact_page .form_area dl dd{
	padding: 5vw 3vw;
	width: 100%;
}
.contact_page .form_area dl dd .note{
	display: block;
	margin-bottom: 5px;
	font-size: 0.875rem;
}
.contact_page .form_area dl dd input[type=text]{
	width: 100%;
}
.contact_page .deselect-radio {
	color: #4CA0E3;
	text-decoration: underline;
	cursor: pointer;
}
.contact_page .input-radio {
	display: flex;
	align-items: center;
}

.list-frm-radio li {
	height: 2.5em;
}


.contact_page .form_area dl dd textarea{
	width: 100%;
	min-height:10em;
}
	.contact_page .text_area{
		margin: 0;
		padding: 5vw 0;
	}
	.contact_page .text_area p{
		margin: 0 4vw 0 4vw;
	}

.contact_page .agree_area{
    margin: 30px 0;
    padding: 40px 0;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    margin: 30px 50px;
	flex-direction: column;
    align-items: center;
}
.contact_page .agree_area p{
	margin: 0 20px 0 20px;
	}
.select_prefectures {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select_prefectures::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select_prefectures select {
    appearance: none;
    min-width: 200px;
    height: 48px;
    padding: 2px 10px;
    border: 1px solid #C7C7C7;
	border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.select-search-display {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select-search-display::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select-search-display select {
    appearance: none;
    min-width: 200px;
    height: 48px;
    padding: 2px 10px;
    border: 1px solid #C7C7C7;
	border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}



.req, .label-required {
	color: #f00;
/*	position: absolute;*/
    right: 2em;
    top: 0;
/*    height: 100%;*/
    display: flex;
    align-items: center;
	margin-left: 10px;
}

.txt-is-error {
	color: #f00;
}

.label-optional {
	color: #00f;
	display: none;
}

.btn_area{
	display: flex;
	align-items:center;
	justify-content: center;	
}

.btn_area button,
.btn_area a.btn, 
.btn_area a{
	display: flex;
    margin: 3vw 2vw 0;
    font-size: 5vw;
    width: auto;
    padding: 0px 4vw;
}
.btn_area button:hover,
.btn_area a.btn {
	opacity: 0.8;
}

.btn_area button.btn_reset,
.btn_area a.btn.btn_reset,
.btn_area a.btn_reset{
	background-color: #000!important;
}

.btn_area button[disabled] {
    background-color: #9fa7ac;
    pointer-events: none;
}

.btn_area a.btn.gray {
    background-color: #666666;
}

.contact_page img {
	width: unset;
}

.flatpickr-wrapper input {
	width: unset !important;
}

.flatpickr-input {
	display: none;
}

.btn-calender {
	display: inline;
}

.contact_page .dropzone h3:before {
	content: unset;
}


.dropzone .dz-preview .dz-details {
	max-width: unset;
	width: 25em;
}

.vue-dropzone .dz-preview .dz-remove {
	width: 22em;
    background: #70708b;
}

.form_area a {
	color: #4CA0E3;
	text-decoration: underline;
}

.agreement-text {
	display: inline;
}

.txt-privacy-check {
	display: flex;
}

ul.list-frm-radio.list-row-style {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.list-frm-radio.list-row-style li {
	margin-right: 2em;
}

	.contact_page .question__agreement__exp,
	.contact_page .question__agreement__body {
		line-height: 1.8;
		margin: 0 3vw 10vw;
	}

	.contact_page .question__agreement__exp {
		margin: 0 3vw 10vw;
	}
	.contact_page .question__agreement__body {
	    padding: 5vw 3vw;;
 		margin-bottom: 7.5vw;
	}

.contact_page .question__agreement__body h4 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.5em;
}

}  
/* ヘッダの読み込みが完了するまでの違和感防止：スマホ時には要調整 */
#replaceHeader {
	height: 150px;
}

.bunka_contact {
    align-items: flex-end;
}
.bunka_contact p {
    white-space: nowrap;
}
 @media screen and (max-width: 640px) {
	 .bunka_contact p {
    	white-space: wrap;
	}
	#replaceHeader {
		height: 102px;
	}
}
/* 
https://faq.tokyo-shoseki.co.jp/fa/customer/web/category2193.html
など、最終カテゴリの場合のタイトルと検索結果一覧のスクロール化。
スマホ対応時にはスクロールさせない。2025-02-27
*/
.last_category_page .last_category_title {
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 40px;
}
/*
.last_category_page .cnts_box.question_area {
    overflow-y: auto;
    max-height: 700px;
}
*/
 
/* TOPの商品別サポート：教科書・指導書・教材：指導書コンテンツライブラリ：中学校ボタン */
.link_multi_select_popup {
	display: none;
	position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    border: solid 1px #4CA0E3;
    background: #F2F9FF;
    width: 485px;
    padding: 20px;
    
}

.product_list_wrap .book_wrap .product_list .link_multi_select_popup_inner {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.product_list_wrap .book_wrap .product_list .link_multi_select_popup_inner a {
    border: solid 1px #D1D1D1;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 16px;
    background-color: #fff;
	border-radius: 4px;
    padding: 20px 0;
	margin-bottom: 20px;
	width: 150px;
	margin: 5px;
}

.product_list_wrap .book_wrap .product_list .link_multi_select_popup_inner a:last-child {
	margin-bottom: 0;
}

#multiSelectLinksMask {
	display: none;
	background-color: black;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
 	z-index: 5;
}

.smp_only{
	display: none;
}

@media screen and (max-width: 640px) {
	
	.link_multi_select_popup {
		width: 68vw;
	}
	
	.product_list_wrap .book_wrap .product_list .link_multi_select_popup_inner a {
	    width: 32vw;
	    margin: 0.5vw;
	}
	
	.pc_only {
		display: none;
	}
	.smp_only{
			display: block;
		}
	}
	

/* =============== */



.faq_detail_content a {
	color: #0000ee;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	background-color: #e6e6fa;
    border-radius: 5px;
    padding: 0.15em 1em;
    word-break: break-all;
}

.faq_detail_content a * {
	font-weight: bold;
	font-style: italic;
}


.header_teisei_link {
	font-size: 0.9em;
}

.header_teisei_mask {
	background-color: black;
	opacity:0.2;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    z-index: 991;
    display: none;
}

.header_teisei_menu {
	display: none;
    z-index: 992;
    position: fixed;
    background: #fff;
    width: 100%;
    padding-bottom: 40px;
	margin-top: 0;
}

.header_teisei_menu_wrap {
	display: block;
}

.header_teisei_menu_wrap ul {
	display: flex;
    justify-content: space-between;
    margin: 28px 0 0;
}

.header_teisei_menu_wrap ul li {
	width: 380px;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
}
        
.header_teisei_menu_wrap li a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 700;
}

.header_teisei_menu_wrap li a:before {
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.header_teisei_menu_wrap li.elementary a:before {
    background: #FF8A00;
}
.header_teisei_menu_wrap li.junior a:before {
    background: #0F86F8;
}
.header_teisei_menu_wrap li.high a:before {
	background: #6620AC;
}

.header_teisei_menu_wrap li.elementary {
	border: 2px solid #FF8A00;
}
.header_teisei_menu_wrap li.junior {
    border: 2px solid #0F86F8;
}
.header_teisei_menu_wrap li.high {
	border: 2px solid #6620AC;
}

body.header_teisei_menu_opened {
    overflow: hidden;
}

@media screen and (max-width: 640px) {
	.news_list_area {
	 	margin-bottom: unset;
	}
	.news_list_area:last-child {
		margin-bottom: unset;
	}
	.news_more {
		padding-right: 1vw;
	}
	
    nav a {
		width: calc(100% / 3 - 1vw);
	}
	
	nav a.header_teisei_link {
		width: calc(100% / 1.5 - 1vw);
		font-size: 3vw;
	}
	
	header.main_header nav a:nth-child(6) {
        background: #e7faf7;
	}
	
	header.small_header nav a {
		padding: 2vw 0.2vw;
		font-size: 2vw;
		border-left: none;
	}
	
    body.header_teisei_menu_opened header.main_header {
		position: unset;
	}
	
	.header_teisei_menu_wrap ul {
		flex-direction: column;
		align-items: center;
	}
	
	.header_teisei_menu_wrap ul li {
		width: 90vw;
	    height: 9vh;
	    margin-bottom: 1.5vh;
	}
	
}

.dx_notes {
    font-size: 0.875rem;
    margin-bottom: 1em;
    color: #333;
    margin-left: 2em;
}

@media screen and (max-width: 640px) {
	.dx_notes {
		margin-left: unset;
	}
}

.contact2_form_link .coupon_wrap {
	padding-right: 5px;
}

.contact2_form_link .form_link_btn {
	width: 345px;
}

.contact2_form_link .form_link_btn .coupon_doc {
	width: unset;
    margin-top: 3em;
    margin-bottom: 1.2em;
}

.contact2_form_link .form_link_btn .coupon_doc a {
	text-decoration: underline;
}

.contact2_form_link .form_link_btn .coupon_doc img {
    width: 1.5em;
    margin-left: 0.2em;
}

.contact2_form_link .form_link_btn .btn_contact_list {
	text-align: center;
	height: 40px;
}

