@charset "utf-8";
/* CSS Document */

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

   Base CSS

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

/* a [ :link , :visited , :hover , :active ]
============================================================ */

a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
a:active {
	color: #000;
	text-decoration: none;
	}

/* Header
============================================================ */

#header {
	width: 100%;
	background-color: #002a60;
	}
#header .inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	}
#header .inner:after {
	content: "";
	clear: both;
    display: block;
	}
#header .inner #logo {
	float: left;
	width: 150px;
	}
#header .inner #head_right {
	float: right;
	text-align: right;
	color: white;
	}
#header .inner #head_right p {
	font-size: 114%;
	font-weight: bold;
	line-height: 1;
	float: left;
	margin-top: 20px;
	}
#header .inner #head_right p span {
	font-weight: bold;
	}
#header .inner #head_right .btn_login {
	display: inline-block;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 65px;;
	}
#header .inner #head_right .btn_login a {
	display: block;
	color: #fff;
	font-size: 114%;
	line-height: 1;
	/* background-color: #0044a0; */
	/* padding: 8px 10px 6px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* text-decoration: none; */
	}
#header .inner #head_right .btn_login a:hover {
	text-decoration: none;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

@media screen and (max-width: 750px) {
	
	#header .inner {
		width: 100%;
		padding: 10px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	#header .inner #logo {
		width: 35%;
		height: auto;
		margin-bottom: 5px;
		}
	#header .inner #logo img {
		width: 100%;
		height: auto;
		vertical-align: middle;
		}
	#header .inner #head_right {
		clear: both;
		float: none;
		padding-top: 10px;
		}
	#header .inner #head_right p {
		font-size: 100%;
		line-height: 1.5;
		text-align: left;
		}
	#header .inner #head_right .btn_login {
		position: absolute;
		top: 10px;
		right: 20px;
		margin-top: 0;
		}
	#header .inner #head_right .btn_login a {
		font-size: 57%;
		padding: 11px 10px 10px;
		}
	#header .inner #head_right .btn_login a:hover {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		}
	
	}



/* Top
============================================================ */

#top_feature {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	}
#top_feature:after {
	content: "";
	clear: both;
    display: block;
	}

#top_campaign {
	width: 700px;
	float: left;
	padding: 0 20px;
	background: url(../images/bg_slider_pc.png) repeat-x left top;
	}
#top_campaign p {
	width: auto;
	margin: 20px 0;
	padding: 10px 10px 8px;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	text-align: left;
	}

#top_adv {
	width: 220px;
	float: right;
	padding: 20px;
	}

#announce {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0 0 10px;
	margin-bottom: 20px;
	}
#announce > h2 {
	display: inline-block;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background-color: #0044a0;
	padding: 10px;
	}
#announce ul {
	margin: 10px 10px 0;
	}
#announce ul li {
	margin: 0 0 0.5em;
	padding-left: 1em;
	background: url(../images/icon_sq.png) no-repeat left 4px;
	}
#announce ul li a {
	text-decoration: underline;
	font-size: 86%;
	line-height: 1.5;
	}
#announce ul li.attention a {
	color: #f00;
	}

.bnr_w {
	width: 100%;
	letter-spacing: -.40em;
	}
.bnr_w li {
	width: 340px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 20px;
	}
.bnr_w li:last-child {
	margin-right: 0;
	}
.bnr_w li a {
	display: block;
	}
.bnr_w li a img {
	width: 100%;
	height: auto;
	}
.mt-20{
	margin-top: 20px;
}

.ta-center{
	text-align: center;
}

#top_tab {
	width: 100%;
	}
#top_tab > ul,
#top_tab > #container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	}
#top_tab > ul > li,
#top_tab > #container > div {
	display: table-cell;
	border-left: solid 1px #ccc;
	padding: 10px;
	}
#top_tab > ul > li {
	width: 33%;
	}
#top_tab > #container > div {
	width: 100%;
	}
#top_tab > ul > li:last-child,
#top_tab > #container > div:last-child {
	border-right: solid 1px #ccc;
	}
#top_tab > ul > li > a {
	display: block;
	text-decoration: none;
	font-size: 114%;
	font-weight: bold;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	padding: 12px 30px 8px;
	cursor: default;
	}
#top_tab > ul > li > a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	}
#top_tab > ul > li:nth-of-type(1) > a { background-image: url(../images/icon_tab01.png); }
#top_tab > ul > li:nth-of-type(2) > a { background-image: url(../images/icon_tab02.png); }
#top_tab > ul > li:nth-of-type(3) > a { background-image: url(../images/icon_tab03.png); }

#top_tab > #container > div > ul > li {
	padding: 10px;
	}
#top_tab > #container > div > ul > li:after {
	content: "";
	clear: both;
    display: block;
	}
#top_tab > #container > div > ul > li:nth-child(odd) {
	background-color: #eef5fe;
	}
#top_tab > #container > div > ul > li > div.thumb {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px;
	}
#top_tab > #container > div > ul > li > div.thumb > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150%;/**/
	height: auto;
	}
#top_tab > #container > div > ul > li > a {
	font-size: 86%;
	line-height: 1.5;
	}

@media screen and (max-width: 750px) {
	
	#top_feature {
		width: 100%;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	
	#top_campaign {
		width: 100%;
		float: none;
		padding: 10px 0;
		background: url(../images/bg_slider_pc.png) repeat-x left top;
		}
	#top_campaign p {
		margin: 10px 20px 20px;
		padding: 10px 10px 8px;
		font-size: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	
	#top_adv {
		width: 100%;
		float: none;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	
	#main {
		width: 100%;
		float: none;
		padding: 0 20px;
		margin-bottom: 20px;/**/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	#announce {
		padding: 0 0 10px;/**/
		margin-bottom: 20px;/**/
		}
	#announce > h2 {
		font-size: 100%;/**/
		padding: 10px;/**/
		}
	#announce ul {
		margin: 10px 10px 0;
		}
	#announce ul li {
		margin: 0 0 0.5em;
		padding-left: 1em;
		background: url(../images/icon_sq.png) no-repeat left 4px;
		}
	#announce ul li a {
		font-size: 86%;
		line-height: 1.5;
		}

	.bnr_w li {
		width: 100%;
		margin: 0 0 10px;
		}
	
	
	#top_tab {
		position: relative;
		}
	#top_tab > ul {
		width: 90%;
		margin: 0 auto -1px;
		padding: 0;
		z-index: 1;
		position: relative;
		}
	#top_tab > ul > li,
	#top_tab > ul > li:last-child {
		width: 33%;
		padding: 0;
		border: none;
		}
	#top_tab > ul > li > a {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 62.5%;
		background-color: #fff;
		background-position: top 8px center;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		padding: 30px 0 8px;
		text-align: center;
		border: solid 1px #000;
		}
	#top_tab > ul > li:nth-of-type(2) > a {
		border-right: none;
		border-left: none;
		}
	#top_tab > ul > li > a.current {
		border-bottom: solid 1px #fff;
		}
	#top_tab > ul > li:nth-of-type(1) > a { background-image: url(../images/icon_tab01.png); }
	#top_tab > ul > li:nth-of-type(2) > a { background-image: url(../images/icon_tab02.png); }
	#top_tab > ul > li:nth-of-type(3) > a { background-image: url(../images/icon_tab03.png); }
	
	#top_tab > #container {
		width: 100%;
		margin: 0;
		padding: 0;
		border-top: solid 1px #000;
		}
	#top_tab > #container > div {
		width: 100%;
		border-left: none;
		padding: 0;
		}
	#top_tab > #container > div:last-child {
		border-right: none;
		}
	#top_tab > #container > div > ul > li {
		padding: 10px;
		}
	#top_tab > #container > div > ul > li:after {
		content: "";
		clear: both;
		display: block;
		}
	#top_tab > #container > div > ul > li:nth-child(odd) {
		background-color: #eef5fe;
		}
	#top_tab > #container > div > ul > li > div.thumb {
		display: inline-block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		position: relative;
		float: left;
		margin-right: 10px;
		}
	#top_tab > #container > div > ul > li > div.thumb > img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 150%;/**/
		height: auto;
		}
	#top_tab > #container > div > ul > li > a {
		font-size: 86%;
		line-height: 1.5;
		}
	
}

/* Contents
============================================================ */

#contents {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	}
#contents:after {
	content: "";
	clear: both;
    display: block;
	}

#side {
	width: 220px;
	float: right;
	margin: 20px 0;
	}

#main,
#main_bottom {
	width: 700px;
	float: left;
	}
#main{
	margin: 20px 0;
	}
#main_bottom {
	margin: 0 0 20px;
	}
#main > h2,
#main_bottom > h2 {
	color: #0044a0;
	font-size: 157%;
	font-weight: bold;
	line-height: 1.5;
	border-top: solid 5px #0044a0;
	border-bottom: solid 1px #cccccc;
	padding: 10px 15px 8px;
	margin-bottom: 20px;
	}

#main p.des {
		font-size: 137%;
		line-height: 1.5;
		margin-bottom: 20px;
	}

#main .top_bnr{
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}

#main .top_bnr a img{
	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
	}

.bnr {
	width: auto;
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#top_adv .bnr {
	margin: 0;
	}
.bnr li {
	margin-top: 10px;
	}
.bnr li:first-child {
	margin-top: 0;
	}
.bnr li a {
	display: block;
	}
.bnr li a img {
	width: 100%;
	height: auto;
	min-width: 220px;
	}
.bnr li span {
	display: block;
	color: #666;
	font-size: 86%;
	line-height: 1;
	text-align: right;
	margin-top: 5px;
	}
.bnr .ads_container {
	position: relative;
	display: inline-block;
	}
.bnr .ads_container .top-right {
  	position: absolute;
  	top: 6px;
  	right: 6px;
  	margin-top: 0px !important;
  	background: white;
  	padding: 5px;
  	border: 1px solid #666;
	}

@media screen and (max-width: 750px) {
	
	#contents {
		width: 100%;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	
	#side,
	#main_bottom {
		width: 100%;
		float: none;
		}
	#side .inner,
	#main_bottom .inner {
		padding: 0 20px;
		}
	#main {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
		}
	#main .section {
		padding: 0 20px;
		}
	#main > h2,
	#main > bottom h2 {
		font-size: 157%;/**/
		padding: 10px 15px 8px;/**/
		margin-bottom: 20px;/**/
		}
	#main p.des {
		padding: 0 20px;
		}
	#main .top_bnr{
		width: calc(100% - 40px);
		margin-bottom: 70px;
		padding: 0 20px;
		}

	#main .top_bnr a img{
		width: 100%;
	  	margin-left: auto;
	  	margin-right: auto;
		}
}


/* Business
============================================================ */
/*　#box_side03 はⅠⅡⅢなしver.　*/

#box_side02,#box_side03,#box_side04 {
	margin: 0;
	padding: 0;
	letter-spacing: -.40em;
	}
#box_side02 li,#box_side03 li {
	width:340px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 20px 30px 0;
	}
#box_side04 li{
    width: 340px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 0 30px 0;
}
#box_side02 li:nth-child(2n), #bottom_box li:nth-child(2n),#box_side03 li:nth-child(2n) {
	margin-right: 0;
	}

#box_side02 li h3 {
	color: #000;
	font-size: 143%;
	line-height: 1.5;
	background-color: #eef5fe;
	margin-bottom: 5px;
	position: relative;
	padding: 0.25em 0 0.25em 50px;
	}
#box_side03 li h3,#box_side04 li h3 {
	color: #000;
	font-size: 143%;
	line-height: 1.5;
	background-color: #eef5fe;
	margin-bottom: 5px;
	position: relative;
	padding: 0.25em 0 0.25em 0.25em;
	}
#box_side03 li h3#title-3{
	font-size: 132%;
    line-height: 1.7;
}
#box_side02 li h4,#box_side03 li h4 {
	font-size: 120%;
	background-color: #f2f2f2;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0.25em;
	}
#box_side02 li h4.font_small,#box_side03 li h4.font_small {
	font-size: 115%;
	background-color: #f2f2f2;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0.25em;
	}
#box_side02 li h4.font_small2,#box_side03 li h4.font_small2 {
    font-size: 110%;
    background-color: #f2f2f2;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.25em;
}
#box_side02 li h4.font_small3,#box_side03 li h4.font_small3 {
    font-size: 100%;
    background-color: #f2f2f2;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.25em;
}
#box_side02 li h4.font_small4,#box_side03 li h4.font_small4 {
    font-size: 96%;
    background-color: #f2f2f2;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.25em;
}
#box_side02 li h4.font_small5,#box_side03 li h4.font_small5 {
    font-size: 90%;
    background-color: #f2f2f2;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.25em;
}
#box_side02 li h4.font_small6,#box_side03 li h4.font_small6 {
    font-size: 85%;
    background-color: #f2f2f2;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.25em;
}
#box_side02 li h3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	background-color: #0044a0;
	text-align: center;
	}

p.subt{
    color: #0044a0;
    font-size: 1.6em;
    font-weight: bold;
    margin: 20px 0 10px;
}
.subt span {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	background-color: #0044a0;
	text-align: center;
    margin: 0 10px 0 0;
	}

#box_side02 li .section,#box_side03 li .section, #box_side04 li .section, #bottom_box li .section{
	margin: 0;
	padding: 0;
	}
#box_side02 li .section .thumb, #box_side03 li .section .thumb, #box_side04 li .section .thumb,  #bottom_box li .section .thumb{
	margin: 20px 0 10px;
	padding: 0;
	}
#box_side02 li .section .thumb img, #box_side03 li .section .thumb img, #box_side04 li .section .thumb img, #bottom_box li .section .thumb img {
	width: 100%;
	height: auto;
	}
#box_side02 li .section p, #box_side03 li .section p, #box_side04 li .section p, #bottom_box li .section p {
	font-size: 100%;
	line-height: 1.5;
	}
#box_side02 div.link,#box_side03 div.link,#box_side04 div.link{margin:1em 0 0;text-align:center;}
#box_side02 div.link a,#box_side03 div.link a,#box_side04 div.link a{color:#15c;}

#bottom_box {
	margin: auto;
	padding: 0;
	letter-spacing: -.40em;
	width: fit-content;
	}
#bottom_box li {
	width: 240px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 20px 30px 0;
	}



@media screen and (max-width: 750px) {
	
	#box_side02 {
		}
	#box_side02 li, #box_side03 li,#box_side04 li, #bottom_box li {
		width: 100%;
		margin: 0 0 40px 0;
		}
	
	#box_side02 li h3 {
		font-size: 143%;
		line-height: 1.5;
		margin-bottom: 5px;
		padding: 0.25em 0 0.25em 50px;
		}
    #box_side03 li h3 {
		font-size: 143%;
		line-height: 1.5;
		margin-bottom: 5px;
		padding: 0.25em 0 0.25em 0 0.25em;
		}
	#box_side02 li h3 span {
		width: 40px;
		height: 40px;
		font-size: 100%;
		line-height: 40px;
		}
	#box_side02 li .section, #box_side03 li .section, #box_side04 li .section, #bottom_box li .section {
		margin: 0 20px;
		padding: 0;
		}
	#box_side02 li .section p, #box_side03 li .section p, #box_side04 li .section p, #bottom_box li .section p {
		font-size: 100%;
		line-height: 1.5;
		}

	
}


/* Footer
============================================================ */

#footer {
	width: 100%;
	background-color: #0044a0;
	}
#footer .inner {
	color: #fff;
	font-size: 165%;
	line-height: 1;
	text-align: center;
	padding: 15px 0;
	}

@media screen and (max-width: 750px) {
	
	#footer .inner {
		font-size: 95%;
		padding: 10px 0;
		}
	
}


/* 2021.09　新着情報追記
============================================================ */
.sintyaku li{    line-height: 1.5;
    margin: 0 0 15px;}
