@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
body{
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;

}
.wrap {
	position: relative;
	margin: auto;
	padding: 0;
}
table {
	width: 100%;
	font-weight: bold;
}
table thead th {
	vertical-align: middle;
	background-color: #003686;
	color: #ffffff;
}
.fred {
	color: #c1272d;
}
.fw_b {
	font-weight: bold;
}

/*-------------------------------------------------------------------------------*
 *	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 #header_contents {
	box-shadow:0px 0px 10px 0px #d2d2d2;
}
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 #header_logo {
	float: left;
}
header nav ul#gmenu {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #003686;
}
header nav ul#gmenu li a {
	display: block;
	text-decoration: none;
}
header nav ul#gmenu li ul.gmenu_sub {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #003686;
}
header nav ul#gmenu li.gmenu_sub_qa ul {
	list-style-type: none;
}
header nav ul#gmenu li.gmenu_sub_qa ul li {
	border-bottom: none;
}
header #header_search input {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------ article */

article #cat_ttl {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
article #cat_ttl p,
article #cat_ttl h1 {
	margin: 0 auto;
	color: #003686;
	text-decoration: none;
}
body.first article #cat_ttl p {
	background-image: url("../images/cat_nav_icon_01.png");
	background-repeat: no-repeat;
}
body.reason article #cat_ttl h1 {
	background-image: url("../images/cat_nav_icon_02.png");
	background-repeat: no-repeat;
}
body.guide article #cat_ttl h1,
body.guide article #cat_ttl p {
	background-image: url("../images/cat_nav_icon_03.png");
	background-repeat: no-repeat;
}
body.qa article #cat_ttl p {
	background-image: url("../images/cat_nav_icon_04.png");
	background-repeat: no-repeat;
}
body.commodity article #cat_ttl p {
	background-image: url("../images/cat_nav_icon_05.png");
	background-repeat: no-repeat;
}
article .content_inner .cat_sub_nav {
	list-style-type: none;
}
article .content_inner .cat_sub_nav li a {
	text-decoration: none;
}
article .content_inner h1 {
	font-weight: bold;
}

article .content_inner h2 {
	margin: 1.8em 0 0;
	border-left: 4px solid #003686;
	color: #003686;
	font-weight: bold;
}
article .content_inner h3 {
	margin-bottom: 0;
	color: #003686;
	font-weight: bold;
}
article .content_inner h4 {
	margin: 0.5em 0 0;
	color: #003686;
	font-weight: bold;
}
article .content_inner h2+p,
article .content_inner h2+h3 {
	margin-top: 0.5em;
}
article .content_inner h2+table {
	margin-top: 1em;
}
article .content_inner h3+p {
	margin-top: 0;
}
article .content_inner .notice {
	color: #c1272d;
	font-weight: normal;
}
article .content_inner .add_link {
	font-weight: bold;
	text-align: right;
}
article .content_inner .add_link a {
	display: inline-block;
	background-color: #ebf3f6;
	background-image: url("../images/arrow_right_blue.png");
	background-repeat: no-repeat;
	color: #003686;
	text-decoration: none;
}
article .content_inner p.link_arrow,
article .content_inner .link_arrow {
	position: relative;
	padding: 0 0 0 10px;
}
article .content_inner p.link_arrow::before,
article .content_inner .link_arrow::before {
	content:"";
	display:block;
	position:absolute;
	left: 0;
	top: 0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #0000ff;
}
article .content_inner p.link_arrow a,
article .content_inner .link_arrow  {
	color: #0000ff;
}
article .supplement {
	display: flex;
	list-style: none;
	margin-left: 0;
}
article .supplement li a {
	background: url(../images/icon_popup.gif) no-repeat left 3px/20px;
}
article .supplement li:first-child {
	margin-right: 1.5em;
}
article .supplement li a {
	padding-left: 30px;
	text-decoration: none;
}


/*------------------------------------------ footer */
footer .sgbl {
	text-align: center;
}
footer .copyright {
	padding: 1px 0;
	background-color: #e4e4e4;
	text-align: center;
	z-index: 100;
}
footer .copyright p {
	margin: 0;
}
body#home footer .home_line {
	display: none;
}
body:not(#home) footer .home_line02 {
	display: none;
}
footer .home_line02 ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	list-style: none;
	margin: 0 auto;
}
footer #footer_pc .home_line02 ul li {
	background: none;
}
footer .home_line02 .link_h {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 20px;
}
footer .home_line02 li p {
	width: 90px;
	margin: 0;
}
footer .home_line02 {
	border: 2px solid #e5e5e5;
    border-radius: 10px;
    margin: 0 auto 2em;
}

/*------------------------------------------ visible hidden */
.spNone{
	display:none !important;
}

/*------------------------------------------ hyperlink */
a:link, a:visited {
	color: #003686;
	text-decoration: underline;
	vertical-align: baseline;
}


/*------------------------------------------ popup */
.mfp-bg {
	opacity: 0.4 !important;
}
.mfp-auto-cursor .mfp-content {
	background: #fff !important;
}
.mfp-auto-cursor .mfp-content .ttl {
	margin: 0;
	font-weight: bold;
	font-size: 1.45em;
}
.mfp-auto-cursor .mfp-content .ttl + p {
	margin: 0.5em 0;
}
.mfp-auto-cursor .mfp-content ul {
	list-style: none;
	margin: 0;
}
.mfp-auto-cursor .mfp-content ul li {
	text-indent: -1em;
	margin-left: 1em;
}
button.mfp-close {
	width: 35px !important;
	height: 35px !important;
	line-height: 1 !important;
	top: 27px !important;
	right: 22px !important;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

body{
	font-size: 1.2rem;
}
img{
	width:100%;
	height: auto;
}


/*------------------------------------------ header */

header {
	background-color: #fff;
}
header #header_contents {
	position: fixed;
	width: 100%;
	z-index: 300;
	background-color: #fff;
}
header #header_contents .wrap {
	padding: 0 3.125%;
}
header #header_contents #header_logo_tanaka {
	z-index: 300;
	height: 40px;
}
header #header_contents #header_logo_tanaka p {
	padding: 3px 0;
}
header #header_contents #header_logo_tanaka p img {
	width: 90px;
	padding: 5px;
}
header #header_contents #header_contents_inner {
	height: 45px;
}
header #header_contents #header_contents_inner .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-left: 0;
}
header #header_contents #header_contents_inner #header_logo {
	float: none;
	margin: 12px 0 8px auto;
}
header #header_contents #header_contents_inner #header_logo img {
	max-width: 160px;
}
header #header_contents #header_contents_inner ul {
	display: none;
}
header #header_contents #header_contents_inner #nav_btn {
	margin: 0;
	padding: 0 10px;
	background-color: #003686;
	font-size: 0.9rem;
	text-align: center;
}
header #header_contents #header_contents_inner #nav_btn span.menu {
	display:block;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	padding-top: 26px;
	color: #fff;
	text-decoration: none;
}
header #header_contents #header_contents_inner #nav_btn span.menu span{
	position:absolute;
	top: 9px;
	width:100%;
	height:2px;
	background: #fff;
}
header #header_contents #header_contents_inner #nav_btn span.menu span::before,
header #header_contents #header_contents_inner #nav_btn span.menu span::after{
	content:"";
	display:block;
	position:absolute;
	top: 50%;
	left:0;
	width:100%;
	height:2px;
	background: #fff;
}
header #header_contents #header_contents_inner #nav_btn span.menu span::before{
	margin-top: 6px;
}
header #header_contents #header_contents_inner #nav_btn span.menu span::after{
	margin-top: 13px;
}
header nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 77.8%;
	z-index: 400;
	overflow-y: scroll;
	padding: 44px 3.6% 0 4.9%;
	background-color: rgba( 252, 245, 219, 0.95 );
	box-shadow:0px 0px 10px 0px #d2d2d2;
}
header #nav_close{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	width: 13.7%;
	z-index: 400;
}
header #nav_close span{
	text-indent:-9999px;
	display:block;
	position: relative;
	top: 0;
	right: 0;
	height: 25px;
	margin-top: 0;
	margin-left: 0;
	padding: 15px 0;
}
header #nav_close span::before,
header #nav_close span::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25%;
	width: 25px;
	height: 1px;
	background: #fff;
}
header #nav_close span::before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
header #nav_close span::after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
header nav ul#gmenu li {
	border-bottom: 1px solid #003686;
	font-size: 1.4rem;
}
header nav ul#gmenu li a {
	padding: 0.1em 20px 0.1em 25px;
	background: transparent url("../images/gmenu_arrow.png") no-repeat right center;
	background-size: 16px auto;
}
header nav ul#gmenu li a span {
	font-size: 1.6rem;
}
header nav ul#gmenu li .gmenu_sub_inner .gmenu_sub_ttl {
	display: none;
}
header nav ul#gmenu li ul.gmenu_sub li {
	margin: 0 0 0 8%;
}
header nav ul#gmenu li ul.gmenu_sub li:last-child {
	border-bottom: none;
}
header nav ul#gmenu li.gmenu_sub_qa {
	border-bottom: none;
}
/*
header nav ul#gmenu li.qaicon ul li:nth-child(1),
header nav ul#gmenu li.qaicon ul li:nth-child(2) {
	width: 35%;
}
*/
header nav ul#gmenu li.qaicon ul li:nth-child(1) {
	width: 100%;
}
/*
header nav ul#gmenu li.qaicon ul li:nth-child(1) {
	margin-left: 16%;
}
*/
header nav ul#gmenu li.qaicon ul li:nth-child(2),
header nav ul#gmenu li.qaicon ul li:nth-child(3),
header nav ul#gmenu li.qaicon ul li:nth-child(4) {
	flex-basis: calc(100% / 3);
}
header nav ul#gmenu li.gmenu_sub_qa ul {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0;
	border-top: none;
}
header nav ul#gmenu li.gmenu_sub_qa ul li {
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 1.1;
}
header nav ul#gmenu li.gmenu_sub_qa ul li a {
	padding: 46px 0 0;
	background-image: none;
	font-size: 1.2rem;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(1) a {
	background: transparent url("../images/gmenu_sub_qa_02.png") no-repeat center top;
	background-size: 42px auto;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(2) a {
	background: transparent url("../images/gmenu_sub_qa_03.png") no-repeat center top;
	background-size: 42px auto;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(3) a {
	background: transparent url("../images/gmenu_sub_qa_04.png") no-repeat center top;
	background-size: 42px auto;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(4) a {
	background: transparent url("../images/gmenu_sub_qa_05.png") no-repeat center top;
	background-size: 42px auto;
}
/*
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(5) a {
	background: transparent url("../images/gmenu_sub_qa_05.png") no-repeat center top;
	background-size: 42px auto;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(6) a {
	background: transparent url("../images/gmenu_sub_qa_06.png") no-repeat center top;
	background-size: 42px auto;
}
*/
header nav ul#cp_nav {
	list-style-type: none;
	margin: 10% 0 0 8%;
	border-top: 1px solid #003686;
}
header nav ul#cp_nav li {
	border-bottom: 1px solid #003686;
	font-size: 1.4rem;
}
header nav ul#cp_nav li a {
	display: block;
	padding: 0.1em 20px 0.1em 5px;
	background: transparent url("../images/gmenu_arrow.png") no-repeat right center;
	background-size: 14px auto;
	text-decoration: none;
}
header nav p#nav_logo_tanaka_pc {
	display: none;
}
header nav p#nav_logo_tanaka_sp {
	margin: 2em auto;
}
header nav p#nav_logo_tanaka_sp img {
	width: 109px;
}

header ul#gmenu li#gmenu_first {
	background: transparent url("../images/gmenu_icon_01.png") no-repeat left top;
	background-size: 18px auto;
	background-position-y: 5px;
}

header ul#gmenu li#gmenu_reason {
	background: transparent url("../images/gmenu_icon_02.png") no-repeat left top;
	background-size: 18px auto;
	background-position-y: 5px;
}
header ul#gmenu li#gmenu_guide {
	background: transparent url("../images/gmenu_icon_03.png") no-repeat left top;
	background-size: 18px auto;
	background-position-y: 5px;
}

header ul#gmenu li#gmenu_qa {
	background: transparent url("../images/gmenu_icon_04.png") no-repeat left top;
	background-size: 19px auto;
	background-position-y: 6px;
}
header ul#gmenu li#gmenu_download {
	background: transparent url("../images/gmenu_sub_qa_02.png") no-repeat left top;
	background-size: 19px auto;
	background-position-y: 6px;
}

.modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 300;
}
header #btn_search {
	width: 24px;
	margin: 1vw 0 0 10px;
	line-height: 1;
	text-align: center;
	color: #003686;
}
header #header_search {
	display: none;
	position: absolute;
	z-index: 999;
	width: 84%;
	margin-top: 10px;
	padding: 1em 5%;
	border-radius: 5px;
	background: #fff;
}
header #header_search .flexbox {
	display: flex;
	align-items: center;
}
header #header_search .close_link {
	margin: 0.5em 0 0;
	color: #003686;
	text-align: center;
	font-size: 1.3em;
	cursor: pointer;
}
header #header_search p {
	margin: 0;
}
header #header_search .input {
	float: left;
	width: 77%;
}
header #header_search .input input {
	width: 100%;
	min-height: 29px;
	border-width: 1px;
	border-radius: 5px 0 0 5px;
	line-height: 1.5;
}
header #header_search .submit span {
	padding: 10px 1.5em;
	border-radius: 0 5px 5px 0;
	background: #666665;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}


/*------------------------------------------ article */

article {
	padding-top: 86px;
}
article #cat_ttl {
	font-size: 1.6rem;
}
article #cat_ttl p,
article #cat_ttl h1 {
	padding: 60px 0 10px;
	background-position: center 16px;
	background-size: auto 38px;
	font-weight: 500;
}
article .content_inner {
	padding: 0 3.125%;
}
article .content_inner .cat_sub_nav {
	list-style-type: none;
	margin: 0;
}
article .content_inner .cat_sub_nav li {
	font-size: 1.4rem;
	border-bottom: 1px solid #003686;
}
article .content_inner .cat_sub_nav li.cu {
	border-bottom: none;
}
article .content_inner .cat_sub_nav li.cu a {
	color: #003686;
	background: none;
}
article .content_inner .cat_sub_nav li a {
	color: #999;
	position:relative;
	display: block;
	padding: 0.3em 0;
	font-weight: normal;
	background: transparent url("../images/gmenu_arrow.png") no-repeat right center;
	background-size: 16px auto;
}
article .content_inner .cat_sub_nav li.cu a:before {
	content: none;
}
article .content_inner h1 {
	font-size: 1.6rem;
}
article .content_inner h2 {
	padding-left: 6px;
	font-size: 1.4rem;
	line-height: 1.2;
}
article .content_inner h3 {
	font-size: 1.4rem;
}
article .content_inner .notice {
	font-size: 1.1rem;
}
article .content_inner .add_link a {
	padding: 0.3em 10px 0.3em 20px;
	background-position: 8px center;
	background-size: 9px auto;
}
article .supplement li:first-child {
	margin-right: 13%;
}
article .supplement li a {
	background-position: left center;
}



/*------------------------------------------ footer */

footer {
	margin: 20px 0 60px;
}
footer > p {
	padding: 5px 3.125% 0;
	border-top: 1px solid #b3b3b3;
}
footer .sgbl {
	margin-bottom: 2em;
	border: none;
	text-align: center;
}
footer #footer_sp {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background-color: #fff;
}
footer #footer_sp ul {
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	list-style-type: none;
	width: 100%;
	height: 60px;
	margin: 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	transition: .3s;
	overflow: hidden;
	z-index: -50;
}
footer #footer_sp.is-animation ul {
	height: 80px;
}
footer #footer_sp ul li {
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 1.1rem;
	transition: .3s;
	width: 100%;
}
footer #footer_sp.is-animation ul li {
	border-right: none;
}
footer #footer_sp.is-animation ul li:nth-child(2) {
	flex-basis: 100%;
	border-top: 1px solid #b3b3b3;
}
footer #footer_sp ul li img {
	width: auto;
	height: 30px;
	margin-bottom: 0em;
	transition: .3s;
}
footer #footer_sp.is-animation ul li img {
	height: auto;
	margin-bottom: 4px;
}
footer #footer_sp.is-animation ul li:nth-child(1) img,
footer #footer_sp.is-animation ul li:nth-child(2) img {
	width: 42px;
}
footer #footer_sp ul li a {
	display: block;
	margin: 0;
	padding: 15px 0;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}
footer #footer_sp.is-animation ul li a {
	margin: 7px 0;
	padding: 0;
}
footer #footer_sp ul li a span {
	display: none;
	transition: .3s;
}
footer #footer_sp.is-animation ul li a span {
	display: block;
}
footer #footer_sp .btn_close {
	position: absolute;
	top: -2.1em;
	left: 3.125%;
	width: 5em;
	margin: 0;
	padding: 0.2em 4px;
	background-color: #003686;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
}
footer #footer_sp #page_top {
	position: absolute;
	top: -4.1em;
	right: 3.125%;
	width: 40px;
	margin: 0;
}
footer #footer_sp #page_top img {
	width: 100%;
	opacity: 0.8;
}

footer #footer_pc {
	display: none;
}
footer #message {
	padding: 0 3.125%;
}
footer #message p {
	font-size: 10px;
}
footer .logo {
	width: 35%;
	margin: 4.6875% auto 3.125%;
}
footer .pcNone > .txt_center {
	margin: 2em 0 0.5em;
}
footer .pcNone .share_list {
	display: flex;
	height: auto !important;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	transform: none !important;
	border: none;
	width: fit-content;
	margin: 0 auto;
	list-style: none;
}
footer .pcNone .share_list li {
	margin: 0 0.5em;
	padding: 0;
	background: none;
	border: none !important;
	flex-basis: auto !important;
}
footer .pcNone .share_list li a {
	margin: 0 !important;
	border: none !important;
}
footer .pcNone .share_list li img {
	width: 30px !important;
	height: 30px !important;
}
footer .home_line02 {
	width: 70%;
}
footer .home_line02 p.link_h {
	font-size: 14px;
	font-weight: bold;
}

/*------------------------------------------ sp_tel_link */
.tel_link a:link {
	text-decoration: none; 
}


/*------------------------------------------ gmenu */
body.home #gmenu #gmenu_sub_first,
body.home #gmenu #gmenu_sub_guide,
body.home #gmenu #gmenu_sub_qa,
body.first #gmenu #gmenu_sub_guide,
body.first #gmenu #gmenu_sub_qa,
body.reason #gmenu #gmenu_sub_first,
body.reason #gmenu #gmenu_sub_guide,
body.reason #gmenu #gmenu_sub_qa,
body.guide #gmenu #gmenu_sub_first,
body.guide #gmenu #gmenu_sub_qa,
body.qa #gmenu #gmenu_sub_first,
body.qa #gmenu #gmenu_sub_guide,
body.policy #gmenu #gmenu_sub_first,
body.policy #gmenu #gmenu_sub_guide,
body.policy #gmenu #gmenu_sub_qa,
body.privacy #gmenu #gmenu_sub_first,
body.privacy #gmenu #gmenu_sub_guide,
body.privacy #gmenu #gmenu_sub_qa,
body.provision #gmenu #gmenu_sub_first,
body.provision #gmenu #gmenu_sub_guide,
body.provision #gmenu #gmenu_sub_qa,
body.shop_service #gmenu #gmenu_sub_first,
body.shop_service #gmenu #gmenu_sub_guide,
body.shop_service #gmenu #gmenu_sub_qa,
body.sitemap #gmenu #gmenu_sub_first,
body.sitemap #gmenu #gmenu_sub_guide,
body.sitemap #gmenu #gmenu_sub_qa,
body.security #gmenu #gmenu_sub_first,
body.security #gmenu #gmenu_sub_guide,
body.security #gmenu #gmenu_sub_qa,
body.recommend #gmenu #gmenu_sub_first,
body.recommend #gmenu #gmenu_sub_guide,
body.recommend #gmenu #gmenu_sub_qa,
body.commodity #gmenu #gmenu_sub_first,
body.commodity #gmenu #gmenu_sub_guide,
body.commodity #gmenu #gmenu_sub_qa { 
	display: none;
}

/*------------------------------------------ popup */
.mfp-auto-cursor .mfp-content {
	width: 87% !important;
}
.mfp-auto-cursor .mfp-content #counter_price,
.mfp-auto-cursor .mfp-content #net_price {
	padding: 40px 4% 20px;
}
button.mfp-close {
	top: 10px !important;
	right: 4% !important;
	font-size: 35px !important;
}


/* 736px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body{
	position: relative;
}
body,
#container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#container {
	position: relative;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.modal-overlay{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1280px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 100;
}

/*------------------------------------------ visible hidden */
.spNone{
	display:block !important;
}
.pcNone{
	display:none !important;
}

/*------------------------------------------ hyperlink */
a:hover, a:active {
	text-decoration: none;
	color: #338cd2;
}

/*------------------------------------------ header */

header {
	position: fixed;
	z-index: 900;
	width: 100%;
}
header #header_contents {
	position: fixed;
	z-index: 900;
	width: 100%;
	min-width: 1280px;
	background-color: #fff;
}
header #header_contents #header_logo_tanaka {
	height: 52px;
}
header #header_contents #header_logo_tanaka p {
	padding: 4px 0;
}
header #header_contents #header_logo_tanaka p img {
	width: 134px;
	padding: 5px;
}
header #header_contents #header_contents_inner {
	height: 84px;
}
header #header_contents #header_contents_inner #header_logo {
	margin: 30px 0px 0px;
}
header #header_contents #header_contents_inner #nav_btn {
	display: none;
}
header #header_contents #header_contents_inner .wrap {
	display: flex;
	justify-content: space-between;
}
header #header_contents #header_contents_inner .wrap::after {
	display: none !important;
}
header #header_contents #header_contents_inner ul {
	display: flex;
	align-items: center;
	float: right;
	list-style-type: none;
	margin: 22px 0 0;
}
header #header_contents #header_contents_inner ul li {
	float: left;
	margin: 0 0 0 24px;
	font-weight: bold;
	line-height: 1.4;
}
header #header_contents #header_contents_inner ul li a {
	display: block;
	text-decoration: none;
}
header #header_contents #header_contents_inner #header_search .flexbox {
	display: flex;
	align-items: center;
	float: left;
	margin: 27px 0 0 340px;
}
header #header_contents #header_contents_inner #header_search p {
	margin: 0;
}
header #header_contents #header_contents_inner #header_search .input input {
	width: 150px;
	height: 25px;
}
header #header_contents #header_contents_inner #header_search .input {
	margin-right: 3px;
}
header #header_contents #header_contents_inner #header_search .submit span {
	padding: 5px 1.5em;
	border-radius: 5px;
	background: #003686;
	color: #fff;
	text-decoration: none;
}
header #header_contents #header_contents_inner #header_search .close_link {
	display: none;
}
header #header_contents #header_contents_inner ul li#header_member img {
	height: 41px;
}
header nav{
	position: relative;
	min-width: 1280px;
	height: 100%;
	height : -webkit-calc(100% - 124px);
	height : calc(100% - 124px);
	z-index: 200;
	margin: 136px 0 0;
	background-color: #003686;
	color: #fff;
	box-shadow: 0px 0px 10px 0px #555;
}
header #nav_close{
	display: none;
}
header nav ul#gmenu {
	position: relative;
	display: flex;
	align-items: center;
	width: 1200px;
	border-top: none;
	list-style-type: none;
	margin: 0 auto;
	background-color: #003686;
}
header nav ul#gmenu li {
	display: flex;
	align-items: center;
	text-align: center;
}
header nav ul#gmenu > li:hover {
	background: #fff;
	color: #003686;
}
header nav ul#gmenu > li:hover::after {
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	height: 30px;
	content: "";
}
header nav ul#gmenu > li > a.spNone {
	display: flex !important;
}
header nav ul#gmenu > li > a {
	position: relative;
	left: -1px;
	display: flex;
	align-items: center;
	height: 45px;
}
header nav ul#gmenu > li > a::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
}
header nav ul#gmenu > li:hover > a::before {
	top: 0;
	height: 45px;
}
header nav ul#gmenu > li > a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 30px;
	color: #fff;
}
header nav ul#gmenu > li#header_login > a span {
	width: 160px;
}
header nav ul#gmenu > li > a span::before {
	display: inline-block;
	content: "";
	width: 34px;
	height: 33px;
	margin-right: 5px;
	vertical-align: middle;
}
header nav ul#gmenu > li > a span::after {
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-left: 20px;
	content: "";
	background: url(../images/gmenu_arrow_pc.png) no-repeat center -1px;
}
header nav ul#gmenu > li:hover > a span::after {
	background: url(../images/gmenu_arrow_pc_ov.png) no-repeat center -1px;
}
header nav ul#gmenu > li#header_login > a span::after,
header nav ul#gmenu > li#header_login:hover > a span::after {
	content: none;
}
header nav ul#gmenu > li:hover a span {
	background: #fff;
	color: #003686;
}
header nav ul#gmenu > li:nth-child(1) > a span::before {
	background: transparent url("../images/gmenu_icon_pc_01.png") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li:nth-child(1):hover > a span::before {
	background: #fff url("../images/gmenu_icon_pc_01_ov.png?20231017") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li:nth-child(2) > a span::before {
	background: transparent url("../images/gmenu_icon_pc_02.png") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li:nth-child(2):hover > a span::before {
	background: #fff url("../images/gmenu_icon_pc_02_ov.png?20231017") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li:nth-child(3) > a span::before {
	background: transparent url("../images/gmenu_icon_pc_03.png") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li:nth-child(3):hover > a span::before {
	background: #fff url("../images/gmenu_icon_pc_03_ov.png?20231017") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li#gmenu_download > a span::before {
	background: transparent url("../images/gmenu_icon_pc_04.png") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li#gmenu_download:hover > a span::before {
	background: #fff url("../images/gmenu_icon_pc_04_ov.png?20231017") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li#header_login > a span::before {
	background: transparent url("../images/gmenu_icon_pc_05.png") no-repeat left center/auto 30px;
}
header nav ul#gmenu > li#header_login:hover > a span::before {
	background: #fff url("../images/gmenu_icon_pc_05_ov.png") no-repeat left center/auto 30px;
}
header nav ul#gmenu li .hover_wrap {
	width: 100%;
	display: none;
	z-index: 200;
	position: absolute;
	top: 45px;
	left: 0;
	height: 23px;
}
header nav ul#gmenu li .gmenu_sub_inner {
	display: none;
	z-index: 200;
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	width: 900px;
	margin: auto;
	padding: 50px 30px;
	border-radius: 15px;
	background: #fff;
	color: #333;
}
header nav ul#gmenu li .gmenu_sub_inner::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 23px;
	content: "";
}
header nav ul#gmenu li .gmenu_sub_inner .gmenu_sub_ttl {
	width: 160px;
	margin: 0.5em 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
	color: #003686;
}
header nav ul#gmenu li ul.gmenu_sub {
	width: 245px;
	margin-left: 45px;
	padding-left: 30px;
	border-left: 2px solid #ccc;
	border-top: none;
}
header nav ul#gmenu li ul.gmenu_sub li {
	height: auto;
	font-size: 1.6rem;
	text-align: left;
}
header nav ul#gmenu li ul.gmenu_sub li a {
	width: 100%;
	height: auto;
	padding: 8px 0px 8px 0px;
	background: transparent url("../images/gmenu_sub_arrow.png") no-repeat right center/7px;
	color: #000;
}
header nav ul#gmenu li ul.gmenu_sub li a:hover {
	color: #338cd2;
}
header nav ul#gmenu li.gmenu_sub_qa {
	z-index: 10;
}
header nav ul#gmenu li.gmenu_sub_qa ul {
	background-color: #003686;
	margin: 0;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:hover{
	background-color: #003686;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:hover a {
	color: #e9b800;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(1) a {
	background: transparent url("../images/gmenu_icon_pc_05.png") no-repeat left top;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(1):hover a {
	background-image: url("../images/gmenu_icon_pc_05_ov.png");
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(2) a {
	background: transparent url("../images/gmenu_icon_pc_06.png") no-repeat left top;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(2):hover a {
	background-image: url("../images/gmenu_icon_pc_06_ov.png");
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(3) a {
	background: transparent url("../images/gmenu_icon_pc_07.png") no-repeat left -5px;
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(3):hover a {
	background-image: url("../images/gmenu_icon_pc_07_ov.png");
}
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(4),
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(5),
header nav ul#gmenu li.gmenu_sub_qa ul li:nth-child(6) {
	display: none;
}
header nav ul#cp_nav {
	display: none;
}
header nav p#nav_logo_tanaka_pc {
	margin: 3em 0 2em;
	text-align: left;
}
header nav p#nav_logo_tanaka_pc img {
	width: 90px;
}
header nav p#nav_logo_tanaka_sp {
	display: none;
}


/*------------------------------------------ article */

article {
	padding-top: 181px;
}
article #cat_ttl {
	font-size: 2.2rem;
}
article #cat_ttl p,
article #cat_ttl h1 {
	padding: 90px 0 10px;
	background-position: center 24px;
	background-size: auto 64px;
	font-weight: bold;
}
article .content_inner .cat_sub_nav {
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin: 20px auto;
	font-size: 1.5rem;
	width: 1025px;
}
article .content_inner #cat_sub_nav_bottom {
	margin-top: 50px;
}
article .content_inner .cat_sub_nav li {
	margin-bottom: 0.5em;
	border-right: 1px solid #999;
	line-height: 1.2;
}
article .content_inner .cat_sub_nav li:last-child {
	border-right: none;
}
article .content_inner .cat_sub_nav li a {
	padding: 0 10px;
	color: #999;
}
article .content_inner .cat_sub_nav li.cu a,
article .content_inner .cat_sub_nav li a:hover {
	color: #003686;
}
article .content_inner h1 {
	padding-bottom: 5px;
	border-bottom: 2px solid #003686;
	color: #003686;
	font-size: 2.6rem;
	text-align: center;
}
article .content_inner h2 {
	padding-left: 9px;
	border-width: 8px;
	font-size: 1.8rem;
	line-height: 1.3;
}
article .content_inner h3 {
	font-size: 1.6rem;
}
article .content_inner .notice {
	font-size: 1.3rem;
}
article .content_inner .add_link {
	font-size: 1.2rem;
}
article .content_inner .add_link a {
	padding: 0.5em 15px 0.5em 38px;
	background-position: 14px center;
	background-size: 18px auto;
}


/*------------------------------------------ footer */

footer {
	margin-top: auto;
}
footer #footer_sp {
	display: none;
}

footer #footer_pc {
	display: block;
}
footer #footer_pc .wrap {
	width: 958px;
}
footer #footer_pc ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0 auto;
}
footer #footer_pc ul li {
	margin: 0 20px 10px 0;
	padding: 0 0 0 20px;
	background: transparent url("../images/footer_arrow.png") no-repeat left 0.3em;
	font-size: 1.2rem;
}
footer #footer_pc ul li:last-child {
	margin-right: 0;
}
footer #footer_pc ul li a {
	color: #808080;
	text-decoration: none;
}
footer #footer_pc p.logo {
	width: 120px;
	margin: 2em auto 1em;
}
footer #message {
	text-align: center;
}
footer #footer_pc .share_list {
	margin: 0 0 3em;
}
footer #footer_pc .share_list li {
	margin: 0 0.5em;;
	padding: 0;
	background: none;
}
footer #footer_pc .share_list li:nth-child(1) {
	margin-left: 0;
}
body#home footer #footer_pc .share_list li:nth-child(1) {
	margin-left: 0.5em;
}
footer #footer_pc .share_list li img {
	width: 30px;
	height: 30px;
}
footer #footer_pc div.block_center {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
footer #footer_pc .home_line02 p.green {
	display: inline-block;
	margin: 0 auto;
	padding: 0 0.5em;
	border-top: 1px solid #676766;
	border-bottom: 1px solid #676767;
	color: #06c755;
	font-size: 22px;
}
footer #footer_pc .home_line02 ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
footer #footer_pc .home_line02 p:last-of-type {
	margin: 0;
	font-size: 20px;
	font-weight: 100;
}
footer .home_line02 {
	width: 350px;
}

/*------------------------------------------ popup */
.mfp-auto-cursor .mfp-content {
	width: 566px !important;
	padding: 50px 22px 27px !important;
}
.mfp-auto-cursor .mfp-content p,
.mfp-auto-cursor .mfp-content ul {
	font-size: 16px;
}


/* 737px以上用（PC用）の記述 end */
}

/*--------------------------------------------------------------------
 *	印刷用の記述
 *--------------------------------------------------------------------*/

@media print {
/* 印刷用の記述 */

html,body{
	height: auto;
}
body,
#container {
	display: block;
	min-height: auto;
}
header #header_contents {
	position: absolute;
	top: 0;
}

/* 印刷用の記述 end */
}

/*------------------------------------------ clear */
body,
.wrap,
header,
header #header_contents #header_contents_inner,
#section_topics .topic_list dl,
footer,
footer #footer_sp ul {
	zoom: 100%;
}

body:after,
.wrap:after,
header:after,
header #header_contents #header_contents_inner:after,
#section_topics .topic_list dl:after,
footer:after,
footer #footer_sp ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}