@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
body{
	color: #000;
	-webkit-text-size-adjust: 100%;
}

/*-------------------------------------------------------------------------------*
 *	text-align right, left, center
 *-------------------------------------------------------------------------------*/
.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.txt_underline {
	text-decoration: underline;
}
/*------------------------------------------ header */
header {
	position: fixed;
	width: 100%;
	z-index: 300;
	background-color: #fff;
}
header #header_contents #header_logo_tanaka {
	position: relative;
	background-color: #e4e4e4;
}
header #header_contents #header_logo_tanaka p {
	margin: 0;
	text-align: right;
	font-size: 1px;
	line-height: 1;
}
header #header_contents #header_contents_inner ul {
	margin: 0;
	list-style-type: none;
}
header #header_contents #header_contents_inner .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header #header_contents #header_contents_inner #bnr_imp_notice {
	width:370px;
	margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------ article */



/*------------------------------------------ footer */
footer {
	background-color: #0a2d88;
	color: #fff;
}
footer #line {
	background-color: #fff;
	color: #000;
	text-align: center;
}
footer #line p {
	padding: 0;
	margin: 0;
}
footer #line p:nth-of-type(1) {
	font-weight: bold;
}
footer #line ul {
	margin: 0;
	list-style-type: none;
}
footer #copyright p {
	margin: 0;
	background-color: #d9d9d9;
	color: #676767;
}


/*------------------------------------------ visible hidden */
.spNone{
	display:none !important;
}

/*------------------------------------------ hyperlink */
a:link, a:visited {
	color: #3b9bed;
	text-decoration: underline;
	vertical-align: baseline;
}

/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */
img{
	width:100%;
	height: auto;
}
#container {
	padding-bottom: 100px;
}


/*------------------------------------------ header */

header {
	box-shadow: 0px 0px 5px 0px #d2d2d2;
	box-sizing: border-box;
}
header #header_contents .wrap {
	padding: 0 3.125%;
}
header #header_contents #header_logo_tanaka {
	z-index: 300;
	height: 38px;
}
header #header_contents #header_logo_tanaka p {
	padding: 13px 0 0;
}
header #header_contents #header_logo_tanaka p img {
	width: 120px;
}
header #header_contents #header_contents_inner {
	height: 45px;
}
header #header_contents #header_contents_inner #header_logo {
	width: 90px;
	margin: -7px 0 0;
	padding: 8px 0 7px;
}
header #header_contents #header_contents_inner ul {
	width: 140px;
}

header #header_contents #bnr_imp_notice {
	width: 220px;
    float: left;
	text-align: left !important;
    padding: 5px 0 0 !important;
}
header #header_contents #bnr_imp_notice img{
	width: 100% !important;
	padding: 0 !important;
}

/*------------------------------------------ article */
article {
	padding-top: 65px;
}



/*------------------------------------------ footer */
footer {
	text-align: left;
}
footer p {
	padding: 0 1.5em;
}
footer #msg p {
	margin: 0;
	padding-top: 3em;
}
footer .inq {
	width: 45%;
	margin-bottom: 2em;
	font-size: 15px;
}
footer .wrap {
	width: 100%;
}
footer .address {
	font-size: 16px;
}
footer #line {
	width: 60%;
	padding: 1.5em;
	margin: 0 auto;
}
footer #line p:nth-of-type(1) {
	font-size: 1.5rem;
}
footer #line ul {
	width: 50%;
	margin: 1em auto;
}
footer #footer_logo {
	border-top: 1px solid #fff;
	padding: 2em 0 1em;
	margin: 2em 0 0;
	width: 100%;
	text-align: center;
}
footer #footer_logo img {
	width: fit-content;
	max-width: 230px;
}
footer #copyright p {
	text-align: center;
}


/*------------------------------------------ sp_tel_link */
.tel_link a:link {
	text-decoration: none; 
}

/* 736px以下用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body{
	position: relative;
}
.wrap {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
}

/*------------------------------------------ visible hidden */
.spNone{
	display:block !important;
}
.pcNone{
	display:none !important;
}

/*------------------------------------------ hyperlink */
a:hover, a:active {
	text-decoration: none;
	color: #003686;
}

/*------------------------------------------ header */

header #header_contents {
	box-shadow:0px 0px 10px 0px #afb0b2;
}
header #header_contents #header_logo_tanaka {
	height: 40px;
}
header #header_contents #header_logo_tanaka p {
	padding: 10px 0;
}
header #header_contents #header_contents_inner .wrap{
	height: 80px;
}
header #header_contents #header_contents_inner #header_logo {
	width: 160px;
	margin: 0;
}

/*------------------------------------------ article */
article {
	padding-top: 120px;
}

/*------------------------------------------ footer */
footer {
	text-align: center;
	min-width: 1200px;
}
footer #msg p {
	margin: 0;
	padding-top: 5em;
}
footer .inq {
	margin-bottom: 40px;
}
footer .wrap {
	width: 100%;
}
footer #line {
	width: 300px;
	padding: 1.5em;
	margin: 0 auto;
}
footer #line p:nth-of-type(1) {
	font-size: 1.8rem;
}
footer #line ul {
	display: flex;
	justify-content: space-between;
	width: 220px;
	margin: 20px auto;
}
footer #line ul img {
	width: 100px;
}
footer #footer_logo {
	width: 100%;
	border-top: 1px solid #fff;
	margin: 40px auto 20px;
	padding-top: 2em;
}
footer #footer_logo img {
	width: 230px;
}


/* 737px以上用（PC用）の記述 end */
}

/*--------------------------------------------------------------------
 *	印刷用の記述
 *--------------------------------------------------------------------*/

@media print {
/* 印刷用の記述 */

html,body{
	height: auto;
}

/* 印刷用の記述 end */
}

/*------------------------------------------ clear */
footer ul#bnr_area {
	zoom: 100%;
}
footer ul#bnr_area:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}