@charset "utf-8";

/* CSS Document */
body {
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 1.75;
	color: #000;
}

@media screen and (max-width: 939px) {
	body {
		font-size: 14px;
	}
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		zoom: 0.65;
	}
}

#wrapper {
	width: 100%;
	background: #fff;
}

/* !Reseting
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
	margin: 0;
	padding: 0;
}

input, textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Common
---------------------------------------------------------- */
p {
	line-height: 1.75;
	margin-bottom: 1.75;
}

.taLeft {
	text-align: left;
}

.taRight {
	text-align: right;
}

.taCenter {
	text-align: center;
}

.f12 {
	font-size: 12px;
	line-height: 1.5;
}

.f14 {
	font-size: 14px;
	line-height: 1.5;
}

.f18 {
	font-size: 18px;
	line-height: 1.75;
}

.f21 {
	font-size: 21px;
	line-height: 1.75;
}

.post {
	width: 860px;
	padding-top: 20px;
	margin: 0 auto 50px;
}

.entry {
	width: 100%;
	margin-bottom: 50px;
}

nav.asNav ul li {
	width: calc(100% / 4);
}

img.imgcenter {
	display: block;
	margin: 0 auto;
}

a {
	color: #598dcb;
}

a:hover {
	color: #e05386;
}

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

a.button01 {
	padding: 10px 0;
	width: 450px;
	text-align: center;
	margin: 15px auto;
	display: block;
	background-color: #f6f2ed;
	border: solid 1px #000;
	text-decoration: none;
	color: #000;
}

a.button01:hover {
	background-color: #e5d4c3;
	text-decoration: none;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

a.button02 {
	padding: 10px 0;
	width: 240px;
	text-align: center;
	margin: 15px auto;
	display: block;
	background-color: #FFF;
	border: solid 1px #000;
	text-decoration: none;
	color: #000;
}

a.button02:hover {
	background-color: #666;
	text-decoration: none;
	color: #FFF;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

a.button03 {
	padding: 10px 0;
	width: 350px;
	text-align: center;
	margin: 15px 0;
	display: block;
	background-color: #f6f2ed;
	border: solid 1px #000;
	text-decoration: none;
	color: #000;
}

a.button03:hover {
	background-color: #e5d4c3;
	text-decoration: none;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

.eyecatch {
	background-position: center;
	background-size: cover;
	padding: 8em 0;
	width: 100%;
}

nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
}

nav#breadcrumbs ol li:before {
	content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
	content: "";
}

nav#breadcrumbs a {
	text-decoration: none;
	color: #000;
}

nav#breadcrumbs a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 939px) {
	.f12 {
		font-size: 10px;
	}

	.f14 {
		font-size: 12px;
	}

	.f18 {
		font-size: 16px;
	}

	.f21 {
		font-size: 18px;
	}

	.post {
		width: 90%;
		min-width: 320px;
		margin: 0 auto 20px;
		padding-top: 0;
	}

	.entry {
		margin-bottom: 30px;
	}

	nav.asNav {
		width: 90%;
		margin: 0 auto 30px;
	}

	a.button01, a.button02, a.button03 {
		width: 100%;
	}

	.eyecatch {
		padding: 4em 0;
	}
}

/* !h1-h6
---------------------------------------------------------- */
h1 {
	text-align: center;
	color: #FFF;
	font-size: 36px;
	font-family: "A1明朝 A1", "A1 Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

h2 {
	font-size: 28px;
	text-align: center;
	background-image: url(../img/h2_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 span {
	background-color: #FFF;
	padding: 0 5px;
}

h3 {
	font-size: 21px;
	border-bottom: solid 3px #CCC;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #000;
	bottom: -3px;
	width: 18%;
}

h3.mds {
	font-size: 21px;
	border-bottom: solid 3px #CCC !important;
	position: relative;
	padding-bottom: 5px !important;
	margin-bottom: 20px !important;
}

h3.mds:after {
	position: absolute !important;
	content: " " !important;
	display: block !important;
	border-bottom: solid 3px #000 !important;
	bottom: -3px !important;
	width: 18% !important;
}

h3.basic {
	font-size: 28px;
	font-weight: bold;
	border: none;
}

h3.basic:after {
	border: none;
}

h3.hukidashi1, h3.hukidashi2 {
	padding: 0.2em 0.4em;
	color: #FFF;
	width: 380px;
	border: none;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h3.hukidashi1 {
	background: #598dcb;
}

h3.hukidashi2 {
	background: #f17747;
}

h3.hukidashi1:after, h3.hukidashi2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 10px solid transparent;
	width: 0;
	height: 0;
}

h3.hukidashi1:after {
	border-top: 10px solid #598dcb;
}

h3.hukidashi2:after {
	border-top: 10px solid #f17747;
}

h4 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 939px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	h4 {
		font-size: 14px;
	}

	h3.basic {
		font-size: 18px;
	}

	h3.hukidashi1, h3.hukidashi2 {
		padding: 0.2em 0.4em;
		width: 100%;
		margin-bottom: 20px;
	}
}

/* !Table
---------------------------------------------------------- */
table {
	border-collapse: collapse;
}

tr:first-child th, tr:first-child td {
	border-top: solid 1px #000;
}

th, td {
	border-bottom: solid 1px #000;
	padding: 10px 5px;
}

th {
	background-color: #f6f2ed;
	text-align: left;
}

@media screen and (max-width: 939px) {
	th, td {
		padding: 5px;
		font-size: 75%;
	}
}

/* !menu
---------------------------------------------------------- */
.modal {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	overflow: visible;
}

.modal .modalBody {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10000;
	border: 1px #000 solid;
}

.modal .modalBg {
	background: #fff;
	display: block;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.modal .menuClose {
	/*border-bottom:1px #000 solid;*/
	padding: 15px 0;
	text-align: center;
	margin: 0;
	line-height: 1;
}

.modal .modalOne {
	text-align: center;
}

.modal .modalOne a {
	display: inline-block;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*ここから新SPメニューデザイン202501*/
.akiyabankmenu__title img {
	width: 182px;
	height: auto;
}

.menuAkiyabankBtn {
	display: flex;
	justify-content: space-between;
	background-color: #a9e2c9;
	padding: 10px;
	border-bottom: solid 1px #000;
}

.menuAkiyabankBtn a {
	display: block;
	width: 48.5%;
	color: #000;
	font-size: 15px;
	border-radius: 33px;
	padding: 12px 10px 12px 42px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: solid 1px #54c593;
	text-align: center;
	line-height: 1.2;
}

.menuAkiyabankBtn a.kensakuicon {
	background: url(../img/bankicon01.png) #FFF no-repeat left 14px center;
}

.menuAkiyabankBtn a.tourokuicon {
	background: url(../img/bankicon02.png) #FFF no-repeat left 14px center;
}

.akiyabankmenu {
	background-color: #54c593;
	width: 100%;
	display: flex;
}

.akiyabankmenu li {
	width: 33.3333%;
	padding: 5px;
}

.akiyabankmenu li img {
	width: 100%;
	height: auto;
}

.menuakiyabank_title {
	text-align: center;
	background-color: #54c593;
	padding: 10px 0;
	border-top: 1px #000 solid;
	line-height: 1;
}

.menuakiyabank_title img {
	width: 188px;
	height: auto;
}

.menuiekatsu_title {
	text-align: center;
	background-color: #598dcb;
	padding: 10px 0;
	line-height: 1;
}

.menuiekatsu_title img {
	width: 130px;
	height: auto;
}

.menuSP4 {
	display: flex;
	flex-wrap: wrap;
}

.menuSP4 li {
	width: 25%;
	padding: 10px 0;
	box-sizing: border-box;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

.menuSP4 li:nth-child(1),
.menuSP4 li:nth-child(5),
.menuSP4 li:nth-child(9) {
	border-left: none;
}

.menuSP4 li img {
	width: 75px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.menuHome {
	text-align: center;
	padding: 10px 0;
}

.menuHome img {
	width: 70px;
	height: auto;
}

.menuToiawase {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	padding: 5px 0;
	font-weight: bold;
}

/*ここまで*/
.modal .modalThree {
	overflow: hidden;
}

.modal .modalThree li {
	float: left;
	width: 33.3333%;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 939px) {
	.modal .modalOne img {
		width: 156px;
	}

	.modal .modalThree li img {
		width: 156px;
	}
}

@media screen and (max-width: 479px) {
	.modal .modalOne img {
		width: 78px;
	}

	.modal .modalThree li img {
		width: 78px;
	}
}

.modal .modalThree li:nth-child(3n) {
	border-right: none;
}

.modal .modalThree li a {
	display: block;
	padding: 15px 10px;
	text-align: center;
}

/* !Aside
---------------------------------------------------------- */

/*
nav.asNav ul{
	width:100%;
	display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-content:space-between;
}
*/
.bnrList2 {
	display: flex;
	max-width: 860px;
	justify-content: space-between;
	margin: 0 auto;
}

.bnrList2 li {
	width: 180px;
	margin-bottom: 20px;
}

.bnrList2 li img {
	width: 100%;
	height: auto;
}

.bnrList2 li a {
	text-decoration: none;
	color: #000;
}

.bnrList2 li a:hover {
	text-decoration: underline;
}

.bnrList2 li a span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.bnrList2 {
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
	}

	.bnrList2 li {
		width: 35%;
	}
}

@media screen and (max-width: 480px) {
	.bnrList2 {
		justify-content: space-between;
	}

	.bnrList2 li {
		width: 45%;
	}
}

.bnrList {
	overflow: hidden;
	margin: 80px 0 0 -47px;
}

.bnrList li {
	float: left;
	padding-left: 47px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.bnrList li img {
	width: 100%;
}

.bnrList li a {
	text-decoration: none;
	color: #000;
}

.bnrList li a:hover {
	text-decoration: underline;
}

.bnrList li a span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.bnrList {
		margin: 60px 0 0 -20px;
	}

	.bnrList li {
		float: left;
		padding-left: 20px;
		margin-bottom: 20px;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* !header
---------------------------------------------------------- */
#header .headerCont {
	padding-left: 15px;
}

#header .headerIn {
	max-width: 1000px;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 15px;
}

#header .headerMenu {
	width: 56%;
}

#header .headerDetail {
	font-size: 15px;
	padding-bottom: 13px;
}

#header .headerHome {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 2;
}

#header .headerLogo {
	text-align: left;
	padding-bottom: 25px;
}

#header .headerLogo img {
	display: inline-block;
}

#header .headerAkiyabank {
	width: 39%;
	padding: 10px;
	padding-top: 15px;
	background-color: rgba(84, 197, 147, 0.8);
	text-align: center;
}

#header .bankmenutitle {
	display: inline-block;
	margin-bottom: 15px;
}

#header .headerAkiyabankBtn {
	display: flex;
	justify-content: space-between;
}

#header .headerAkiyabankBtn a {
	display: block;
	width: 48.5%;
	line-height: 60px;
	color: #000;
	font-size: 14px;
	border-radius: 10px;
	padding-left: 36px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}

#header .headerAkiyabankBtn a.kensakuicon {
	background: url(../img/bankicon01.png) #FFF no-repeat left 10px center;
}

#header .headerAkiyabankBtn a.tourokuicon {
	background: url(../img/bankicon02.png) #FFF no-repeat left 10px center;
}

#header #gnavi ul {
	display: flex;
	justify-content: space-between;
}

#header #gnavi li {
	text-align: center;
}

/*スクロール時メニュー*/
#header #PCheader.off {
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	background-color: #FFF;
}

#header #PCheader.off .headerIn {
	margin: 0 auto;
	padding-top: 0;
	align-items: center;
}

#header #PCheader.off .headerAkiyabank {
	padding-top: 10px;
}

#header #PCheader.off .headerCont {
	display: none;
}

#header #PCheader.off .bankmenutitle {
	width: 198px;
	height: auto;
}

#header #PCheader.off .bankmenutitle {
	margin-bottom: 5px;
}

#header #PCheader.off .headerAkiyabankBtn a {
	line-height: 50px;
}

@media screen and (max-width: 939px) {
	#header .headerSP .headerSPinner {
		display: flex;
	}

	#header .headerContSP {
		padding: 10px;
		width: 58%;
	}

	#header .headerAkiyaSP {
		width: 42%;
		background-color: #54c593;
		padding: 5px 8px;
	}

	#header .headerSP .headerDetail {
		padding-bottom: 3px;
		line-height: 1.4;
	}

	#header .headerDetail {
		font-size: 10px;
		padding-bottom: 10px;
	}

	#header .headerSP .headerLogo {
		padding-bottom: 0;
		line-height: 1;
	}

	#header .headerSP .headerLogo img {
		width: 154px;
		height: auto;
	}

	#header .headerSP .headerAkiyaSP_title {
		text-align: center;
		color: #FFF;
		font-weight: bold;
		font-size: 12px;
	}

	#header .headerSP .headerAkiyabankBtn a {
		font-size: 10px;
		line-height: 1.2;
		border-radius: 5px;
		padding: 8px 0;
		padding-left: 32px;
		width: 48%;
	}

	#header .headerAkiyabankBtn a.kensakuicon {
		background: url(../img/bankicon01.png) #FFF no-repeat left 5px center / 23px;
	}

	#header .headerAkiyabankBtn a.tourokuicon {
		background: url(../img/bankicon02.png) #FFF no-repeat left 5px center / 23px;
	}

	#header #headerMenu.off {
		position: fixed;
		width: 100%;
		background: #fff;
		left: 0;
		z-index: 9;
	}

	#header #headerMenu {
		border-bottom: 1px #000 solid;
		border-top: 1px #000 solid;
	}

	#header #headerMenu .menuIn {
		padding: 15px 0;

	}

	#header #headerMenu .menuIn img {
		width: 90px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

/* !footer
---------------------------------------------------------- */
#footer {
	margin-top: 200px;
	background: #4d4d4d;
	width: 100%;
	color: #fff;
}

#footer .footerIn {
	max-width: 860px;
	width: 95%;
	margin: 0 auto;
	padding: 60px 0 100px;
	position: relative;
	font-size: 14px;
}

/*
#footer .footersns {
	position:absolute;
	top:-30px;
	right:0;
	z-index:2;
}*/
#footer .footersns {
	position: fixed;
	right: 50px;
	bottom: 30px;
	height: 71px;
	display: block;
	z-index: 10;
}

#footer .footersns ul li {
	float: left;
}

#footer .footersns ul li+li {
	margin-left: 10px;
}

#footer .footerMess {
	margin-bottom: 30px;
}

#footer .footerContact {
	color: #FFF;
	border: solid 1px #FFF;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

#footer .footerFlex {
	display: flex;
}

#footer .footerIekatsu {
	width: 50%;
	border-right: solid 1px #666;
	padding-right: 35px;
	padding-top: 20px;
	box-sizing: border-box;
}

#footer .footerAkiyabank {
	width: 50%;
	padding-left: 35px;
	padding-top: 20px;
	box-sizing: border-box;
}

#footer .footerName {
	margin: 16px 0;
	font-size: 16px;
}

#footer .footerLink {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#footer .footerLink .footerLinkIn {
	/* overflow:hidden; */
}

#footer .footerLink ul {
	width: 48%;
	border-bottom: 1px #ccc solid;
}

#footer .footerLink ul li {
	border-top: 1px #ccc solid;
	padding: 8px 0 8px 2px;
}

#footer .footerLink ul li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background: url(../img/arrow_footer.png) 0 center no-repeat;
	padding-left: 10px;
}

#footer .footerLink ul li a:hover {
	text-decoration: underline;
}

/* #footer .copyright {
	color:#999;
	text-align:center;
	font-size:12px;
	margin-top:70px;
} */
@media screen and (max-width: 939px) {
	#footer {
		margin-top: 100px;
	}

	#footer .footerIn {
		padding: 30px 0 50px;
	}

	#footer .footersns {
		position: absolute;
		/*bottom:-15px;
	right:0;
	width:100%;
	text-align:center;
	position: fixed;*/
		top: -60px;
		right: 0;
		width: 100%;
		text-align: center;
	}

	#footer .footersns ul li {
		float: none;
		display: inline-block;
	}

	#footer .footersns ul li+li {
		margin-left: 10px;
	}

	#footer .footerFlex {
		display: block;
	}

	#footer .footerIekatsu {
		width: 100%;
		border-right: none;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 30px;
		box-sizing: border-box;
		border-bottom: solid 1px #666;
		margin-bottom: 20px;
	}

	#footer .footerAkiyabank {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
		box-sizing: border-box;
	}

	#footer .footerMess {
		text-align: center;
	}

	#footer .footerName {
		margin: 10px 0;
	}

	#footer .footerLink ul {
		border-bottom: none;
	}

	#footer .footerLink ul li {
		border-top: 1px #ccc solid;
		padding: 8px 0 8px 2px;
	}

	#footer .footerLink ul li:last-child {
		border-bottom: 1px #ccc solid;
	}

}

@media screen and (max-width: 479px) {
	#footer .footersns ul li+li {
		margin-left: 5px;
	}

	#footer .footerLink ul li a {
		font-size: 12px;
	}
}

/* !margin
---------------------------------------------------------- */
.pt0 {
	padding-top: 0 !important;
}

.mAuto {
	margin: 0 auto;
}

.mt0 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

@media screen and (max-width: 939px) {
	.mt05 {
		margin-top: 3px !important;
	}

	.mt10 {
		margin-top: 5px !important;
	}

	.mt15 {
		margin-top: 7px !important;
	}

	.mt20 {
		margin-top: 10px !important;
	}

	.mt25 {
		margin-top: 13px !important;
	}

	.mt30 {
		margin-top: 15px !important;
	}

	.mb05 {
		margin-bottom: 3px !important;
	}

	.mb10 {
		margin-bottom: 5px !important;
	}

	.mb15 {
		margin-bottom: 7px !important;
	}

	.mb20 {
		margin-bottom: 10px !important;
	}

	.mb25 {
		margin-bottom: 13px !important;
	}

	.mb30 {
		margin-bottom: 15px !important;
	}
}

.visiblePC {
	display: block;
}

.visibleSP {
	display: none;
}

@media screen and (max-width: 939px) {
	.visibleSP {
		display: block;
	}

	.visiblePC {
		display: none;
	}
}

.footerprint {
	display: none;
}

@media print {
	#header, #footer, #breadcrumbs, aside {
		display: none;
	}

	.footerprint {
		display: block;
	}
}

/* !pc-sp
---------------------------------------------------------- */

.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}