@charset "utf-8";

/* !top
---------------------------------------------------------- */
.topteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/top/teaser_top.jpg) center center no-repeat;
	background-size: cover;
}
.tophd {
	border-left: 6px #2b71b8 solid;
	padding-left: 20px;
}
.tophd .tophden {
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.tophd {
	border-left: 3px #2b71b8 solid;
	padding-left: 10px;
}
.tophd .tophden {
	font-size: 24px;
}
}

.topMess {
	background: #f4f4f4;
    padding: 80px 20px;
}

.toplib {
	background: #f4f4f4;
	padding: 80px 20px;
}
.toplib .toplibbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 -10px 0;
}
.toplib .toplibbox li {
	margin: 0 10px;
	width: 320px;
}
.toplib .toplibbox li a {
	display: block;
	background: #fff;
}
.toplib .toplibbox li a:hover {
	-webkit-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	-moz-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	-ms-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	-o-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	box-shadow: 0 5px 30px rgba(56,56,56,0.2);
}
.toplib .toplibimg {
	
}
.toplib .toplibtit {
	padding: 20px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.toplib .toplibtit:before {
	position:absolute;
	background: #2b71b8;
	width: 50px;
	height: 1px;
	content:"";
	z-index:2;
	top: 50%;
	right: 20px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.toplib .toplibbox a:hover .toplibtit:before {
	width: 70px;
	right: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.tophd_lib {
	margin: 20px 0;
}

.tophd_lib .tophden {
	font-size: 26px;
}

.toplib_linkList2 {
	margin-top: 80px;
}

.toplib_linkList2 .topbtn {
	margin-top: 0;
}

.toplib_linkList {
	
}

.toplib .toplib_linkList > li {
	width: auto;
	margin: 0;
}

.toplib .toplib_linkList > li + li {
	margin-top: 8px;
}

.toplib .toplib_linkList > li > a {
	background-color: transparent;
	font-weight: 700;
	position: relative;
	font-size: 16px;
}

.toplib .toplib_linkList > li > a:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2B71B8;
	border-right: 2px solid #2B71B8;
	transform: rotate(45deg);
}

.toplib .toplib_linkList > li > a:hover {
	box-shadow: none;
}

@media screen and (min-width:768px) {	
	.topMess_body {
		width: 500px;
	}
	
	.inner_topMess {
		display: flex;
		justify-content: space-between;
	}
	
	.toplib .toplibbox > li:nth-child(n+4) {
		margin-top: 50px;
	}
	
	.toplib_linkList2 {
		display: flex;
		gap: 20px;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.topMess {
		padding: 40px 20px;
	}
	
	.inner_topMess {
		position: relative;
		padding-bottom: 90px;
	}
	
	.inner_topMess .topbtn {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	
	.topMess_body {
		margin-top: 35px;
	}
	
	.toplib {
		padding: 40px 20px;
	}
	.toplib .toplibbox {
		display: block;
		margin: 30px 0 0;
	}
	.toplib .toplibbox li {
		/*margin: 0;*/
	}
	.toplib .toplibbox > li+li {
		margin-top: 30px;
	}
	.toplib .toplibbox > li a {
		max-width: 320px;
		margin: 0 auto;
	}
	.toplib .toplibtit {
		font-size: 16px;
	}
	.toplib .toplibtit:before {
		width: 30px;
	}
	.toplib .toplibbox a:hover .toplibtit:before {
		width: 50px;
	}
	
	.tophd_lib .tophden {
		font-size: 24px;
	}
	
	.toplib_linkList2 {
		margin-top: 40px;
	}
	
	.toplib_linkList2 .topbtn:nth-child(n+2) {
		margin-top: 20px;
	}
}

.topbtn {
	margin-top: 40px;
}
.topbtn a {
	display: flex;
	background: #2b71b8;
	border: 2px #2b71b8 solid;
	color: #fff;
	font-weight: 700;
	width: 300px;
	margin: 0 auto;
	height: 60px;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.topbtn a:hover {
	background: #fff;
	color: #2b71b8;
}
.toplist {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.topbtn {
		margin-top: 30px;
	}
	.topbtn a {
		width: 260px;
	}
	.toplist {
		margin-top: 20px;
	}
}



/* !news
---------------------------------------------------------- */
.newsteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/news/teaser_news.jpg) center center no-repeat;
	background-size: cover;
}
.newstab {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.newstab a {
	width: 230px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-bottom: 1px #000 solid;
	position: relative;
}

.newstab a.current {
	background: #e6e6e6;
	border: none;
	font-weight: 700;
}

.newstab a.current:before {
	position: absolute;
	content: "";
	left: 50%;
	top:100%;
	transform:translateX(-50%);
	border-top: 10px solid #e6e6e6;
	border-bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 2;
}


@media screen and (max-width: 1024px) {
.newstab {
	margin: -40px 0 30px;
}
.newstab a {
	width: 22%;
	margin-top: 40px;
}
}

@media screen and (max-width: 767px) {
.newstab {
	margin: -30px 0 30px;
}
.newstab a {
	font-size: 12px;
	margin-top: 30px;
}
}




/* !library
---------------------------------------------------------- */
.libraryteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/library/teaser_library.jpg) center center no-repeat;
	background-size: cover;
}
.newstab.librarytab a {
	/*width: 320px;*/
	width: 230px;
}

@media screen and (max-width: 767px) {
.newstab.librarytab a {
	width: 22%;
}
}



/* !stock
---------------------------------------------------------- */
.stockteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/stock/teaser_stock.jpg) center center no-repeat;
	background-size: cover;
}
.stocktab {
	width: 100%;
	font-size: 15px;
}
.stocktab th,.stocktab td {
	border-bottom: 1px #b5b5b5 solid;
	padding: 18px 20px;
	padding-right: 0;
	vertical-align: middle;
}
.stocktab th {
	font-weight: 700;
	width: 240px;
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
.stocktab {
    table-layout: fixed;
}
.stocktab th,.stocktab td {
	padding: 15px 5px;
}
.stocktab th {
	width: 30%;
	text-align: left;
}
}



/* !announcement
---------------------------------------------------------- */
.annouteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/announcement/teaser_announcement.jpg) center center no-repeat;
	background-size: cover;
}
.annoubox+.annoubox {
	margin-top: 80px;
}
.annoulist {
	margin-top: 10px;
}
.annoucont {
	margin-top: 30px;
}


@media screen and (max-width: 767px) {
.annoubox+.annoubox {
	margin-top: 40px;
}
.annoucont {
	margin-top: 20px;
}

}



/* !disclaimer
---------------------------------------------------------- */
.discteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/disclaimer/teaser_disclaimer.jpg) center center no-repeat;
	background-size: cover;
}
.discbox+.discbox {
	margin-top: 40px;
}
.discbox .hdl {
	margin-bottom: 20px;
	font-size: 18px;
}




/* !contact
---------------------------------------------------------- */
.contactteaser {
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/contact/teaser_contact.jpg) center center no-repeat;
	background-size: cover;
}

.formbox {
	
}
.formbox .formtable {
	width: 100%;
}
.formbox .formtable th,.formbox .formtable td {
	border-bottom: 2px #d8d8d8 solid;
	vertical-align: middle;
	font-size: 18px;
}
.formbox .formtable th {
	font-weight: 700;
	padding: 25px;
	width: 270px;
}
.formbox .formtable td {
	padding: 15px;
}
.formbox .formtable input[type=text] {
	width: 100%;
	height: 50px;
	border: 1px #333 solid;
	padding: 0 20px;
	font-size: 14px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.formbox .formtable .must {
	display: inline-block;
	vertical-align: middle;
	background: #2b71b8;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	width: 46px;
	line-height: 16px;
	text-align: center;
	margin-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.formbox .formtable textarea {
	width: 100%;
	height: 150px;
	border: 1px #333 solid;
	padding: 20px;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.formbox .formtable input[type=text]::placeholder {
	color: #a0a0a0;
	font-weight: 400;
}
.formbox .formtable textarea::placeholder {
	color: #a0a0a0;
	font-weight: 400;
}
.formbox .formtable .formradio {
	display: flex;
	font-weight: 700;
	font-size: 16px;
}
.formbox .formtable .formradio input {
	margin-right: 10px;
}
.formbox .formtable .formradio label+label {
	margin-left: 30px;
}
.radio_type input[type=radio] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
}
.radio_type input[type=radio]:before {
	position: absolute;
	content: "";
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/contact/radio_no.png) 0 0 no-repeat;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.radio_type input[type=radio]:checked:before {
	position: absolute;
	content: "";
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/contact/radio_on.png) 0 0 no-repeat;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.formbox .formtxt {
	text-align: center;
	margin-top: 25px;
	font-size: 14px;
	line-height: 2;
}
.formbox .formbtn {
	text-align: center;
	margin-top: 40px;
}
.formbox .formbtn input[type=submit] {
	outline: none;
	border: 1px #2b71b8 solid;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #2b71b8;
	color: #fff;
	width: 300px;
	height: 60px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	-webkit-appearance: none;
}
.formbox .formbtn input[type=submit]:hover {
	background: #fff;
	color: #2b71b8;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.formbox .formcheck {
	text-align: center;
	font-weight: 700;
	margin-top: 35px;
}
.formbox .formcheck input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	outline: none;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
}
.formbox .formcheck input[type=checkbox]:before {
	position: absolute;
	content: "";
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/contact/check_no.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	z-index: 2;
}
.formbox .formcheck input[type=checkbox]:checked:before {
	position: absolute;
	content: "";
	background: url(https://www.asmarq.co.jp/ir/wp-content/themes/asmarq/img/contact/check_on.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	z-index: 2;
}

@media screen and (max-width: 767px) {
.formbox .formtable th,.formbox .formtable td {
	font-size: 16px;
	display: block;
}
.formbox .formtable th {
	padding: 15px 10px;
	width: auto;
}
.formbox .formtable td {
	padding: 15px 10px;
}
.formbox .formtable input[type=text] {
	height: 40px;
	padding: 0 10px;
}
.formbox .formtable .formradio {
	font-size: 16px;
}
.formbox .formtable .formradio label+label {
	margin-left: 20px;
}
.formbox .formbtn {
	margin-top: 30px;
}
.formbox .formbtn input[type=submit] {
	width: 260px;
}
}

.error {
	color: #ff0000;
}

/* !thanks
---------------------------------------------------------- */
.thanksbox {
}
.thankstit {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.thankstxt {
	text-align: center;
}
@media screen and (max-width: 767px) {
.thankstit {
	font-size: 18px;
}
}

/* !management
---------------------------------------------------------- */
.management_teaser {
	background: url(../img/management/teaser_management.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width:767px) {
	.management_teaser {
		background-position-x: 20%; 
	}
}

/* !message
---------------------------------------------------------- */
.irMessageTxt figure {
	float: right;
	padding: 0 1.5em;
}

.irMessageTxt::after {
	content: '';
	clear: both;
	display: block;
}

.irMessageTxt .comtxt + .comtxt {
	margin-top: 1em;
}

.irMessageTxt_name {
	text-align: right;
	margin-top: 2em;
	font-size: 1.5em;
}

.irMessageTxt_name > span {
	font-size: .6em;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.irMessageTxt figure {
		float: none;
		padding: 0 0 1.5em;
	}
}


/* !highlight
---------------------------------------------------------- */
.highlight_teaser {
	background: url(../img/highlight/teaser_highlight.jpg) center center no-repeat;
	background-size: cover;
}


/* !calendar
---------------------------------------------------------- */
.calendar_teaser {
	background: url(../img/calendar/teaser_calendar.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (min-width:768px) {	
	.ir__calendarFig {
		display: flex;
		justify-content: space-between;
		gap: 2px;
	}
}

@media screen and (max-width:767px) {
	.ir__calendarFig > figure:last-child {
		margin-top: 30px;
	}
	
	.calendar_teaser {
		background-position-x: 60%; 
	}
}




/* !faq
---------------------------------------------------------- */
.faq_teaser {
	background: url(../img/faq/teaser_faq.jpg) center center no-repeat;
	background-size: cover;
}

.irFaq_list {
	border-bottom: 1px #b5b5b5 solid; 
}

.irFaq_head,
.irFaq_body_inner{
	position: relative;
	padding: 20px;
	display: flex;
}

.irFaq_head::before,
.irFaq_body_inner::before {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 700;
	color: #bbb;
	line-height: 1;
	vertical-align: bottom;
	margin-right: 30px;
}

.irFaq_head::before {
	content: 'Q';
}

.irFaq_body_inner::before {
	content: 'A';
	color: var(--wp-admin-theme-color);
}

.irFaq_head {
	cursor: pointer;
	transition: .5s all;
	font-weight: 700;
}

.irFaq_head:hover {
	opacity: .5;
}

.irFaq_head > i {
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	top: 22px;
	right: 20px;
}

.irFaq_head > i::before,
.irFaq_head > i::after {
	position: absolute;
	content: '';
	background: #666;
	transition: .3s all;
}

.irFaq_head > i::before {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.irFaq_head > i::after {
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.is-acoOpen > i::before {
	transform: rotate(180deg);
}

.is-acoOpen > i::after {
	opacity: 0;
}

.irFaq_body {
	display: none;
}

.irFaq_body_inner {
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.faq_teaser {
		background-position-x: revert;
	}
	
	.irFaq_head, 
	.irFaq_body_inner {
		padding: 20px 20px 20px 10px;
	}
	
	.irFaq_head::before, 
	.irFaq_body_inner::before {
		margin-right: 15px;
	}
	
	.irFaq_head > i {
		width: 1em;
		height: 1em;
		right: 10px;
		top: 24px;
	}
	
	.irFaq_body_inner {
		padding-top: 0;
	}
}



table a {
	word-break: break-all;
    color: #2b71b8;
    text-decoration: underline;
}
a:hover {
    opacity: 0.5;
	transition: 0.3s;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}