@charset "Shift_JIS";

/*------------------------------

全ページに共通となるスタイルを定義
------------------------------*/

/* >> フォント設定
------------------------------*/
html,
body {
	/*color:#555;*/
	line-height: 130%;
	/*background-color: #CCC;*/
	color: #333333;
}

a:link {
	color: #333333;
	transition-duration: 0.2s;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #999999;
}

a:active {
	color: #999999;
}

/* >> 画像設定
------------------------------*/
img {
	border: 0;
}


/* >> sup
------------------------------*/
sub,
sup {
	vertical-align: baseline;
}

sup {
	position: relative;
	top: -4px
}

sub {
	position: relative;
	top: 4px
}

/* >> 共通レイアウト
------------------------------*/
html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
	background-color: #FFF;
}

.Block01 {
	margin-bottom: 20px;
}

.Block02 {
	margin-bottom: 40px;
}

/* >> タイトル
------------------------------*/
.titleType01 {
	padding: 12px 10px 9px;
	background: #dadada;
	background: -moz-linear-gradient(top, #dadada 0%, #ffffff 10%, #ffffff 90%, #cbcbcb 100%);
	background: -webkit-linear-gradient(top, #dadada 0%, #ffffff 10%, #ffffff 90%, #cbcbcb 100%);
	background: linear-gradient(to bottom, #dadada 0%, #ffffff 10%, #ffffff 90%, #cbcbcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#cbcbcb', GradientType=0);
	border-left: 5px solid #0242ff;
	font-size: 16px;
	font-weight: bold;
}

.titleType01-primary {
	border-left: 5px solid #0242ff;
}

.titleType01-secondary {
	border-left: 5px solid #F90;
}

.titleType02 {
	padding: 2px 0 2px;
	border-bottom: 3px solid #333;
	font-size: 20px;
	font-weight: bold;
}

.titleType03 {
	margin: 30px 0 10px !important;
	font-size: 16px;
}

/* >> コンテンツ出し分け
------------------------------*/
.JsFilterArea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	padding: 18px 10px;
}

#content .rightBox .JsFilterArea p.JsFilterAreaTtl {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

#content .rightBox .JsFilterArea>p.text {
	margin-bottom: 12px;
	letter-spacing: 0.05em;
}

.JsFilters {
	margin: 0 -3px;
	display: flex;
}

.JsFilters .JsFilterRadio {
	position: relative;
	padding: 0 3px;
}

.JsFilterRadio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.JsFilterRadio input[type="radio"]+.JsFilter::before {
	content: '';
	background: #fff;
	border: 1px solid #004396;
	border-radius: 100%;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 9px;
	cursor: pointer;
	/* transition: all .8s ease; */
	transform: translateY(-50%);
}

.JsFilterRadio input[type="radio"]:checked+.JsFilter {
	background-color: #004396;
	color: #fff;
}

.JsFilterRadio input[type="radio"]:checked+.JsFilter::before {
	background-color: #004396;
	box-shadow: inset 0 0 0 3px #f4f4f4;
}

.JsFilterRadio input[type="radio"]:focus+.JsFilter::before {
	outline: none;
	border-color: #3197EE;
}

.JsFilterRadio input[type="radio"]:disabled+.JsFilter::before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: darken(#f4f4f4, 25%);
	background: darken(#f4f4f4, 25%);
}

.JsFilters .JsFilter {
	padding: 10px 13px 8px 28px;
	display: block;
	border-radius: 100px;
	border: 1px solid #004396;
	background-color: #fff;
	font-size: 14px;
	line-height: 1;
	color: #004396;
	cursor: pointer;
	white-space: nowrap;
}

.JsFilters .JsFilter:empty::before {
	margin-right: 0;
}

#content .rightBox .JsFilterArea+#pageLink {
	margin: 0;
	padding: 15px 0;
}

#content .rightBox .JsFilterArea+#pageLink ul {
	display: flex;
	flex-wrap: wrap;
}

#content .rightBox .JsFilterArea+#pageLink ul li {
	width: 33.33%;
	padding: 5px 5px 5px 15px;
	box-sizing: border-box;
	background-position: top 12px left 6px;
	word-break: break-all;
	white-space: pre-wrap;
}


/* >> ヘッダー
------------------------------*/

#wrapper #header {
	background-image: url(../img/common/head_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header #head_contents {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 70px;
}

#header h1 {
	float: left;
	margin-top: 15px;
}

#header .rightBox {
	margin: 0;
	padding: 0px;
	height: 30px;
}

#header .rightBox ul {
	text-align: right;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0%;
	letter-spacing: 0em;
	height: 30px;
	_height: 0px;
}

#header .rightBox li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header #sub-navi {
	margin-top: -10px;
	_margin-top: 10px;
	padding-left: 2px;
	margin-right: 5px;
	float: right;
	padding: 0px;
}

#header #sub-navi ul {
	margin: 0px;
	padding: 0px;
}

#header #sub-navi ul li {
	margin: 0px;
	padding: 0px;
}

#header #sub-navi ul.control {
	display: block;
	width: 134px;
	height: 19px;
	float: right;
}

#header #sub-navi ul.control li {
	display: block;
	float: left;
}

#header #sub-navi ul {
	text-align: right;
}

#header #sub-navi ul li {
	display: inline;
}

#header #sub-navi ul.control li.fontsize_l a,
#header #sub-navi ul.control li.fontsize_m a,
#header #sub-navi ul.control li.fontsize_s a {
	display: block;
	width: 19px;
	height: 19px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 5px;
}


#header #searchBox2 {
	margin-top: -10px;
	_margin-top: 10px;
	float: right;
	padding: 0px;
	clear: both;
}

#header #searchBox {
	margin-top: -10px;
	_margin-top: 10px;
	padding-left: 2px;
	margin-right: 5px;
	float: right;
	padding: 0px;
}

.search {
	margin: 0px 6px 0 0;
	padding: 0px;
	height: 18px;
	width: 150px;
	display: block;
	float: left;
}

/*グローバルナビ*/
#header #gnaviArea {
	height: 29px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header #gnaviArea ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
}

#header #gnaviArea ul.menu a {
	display: block;
	margin: 0;
	padding: 0
}

#header #gnaviArea ul.menu li {
	position: relative;
	float: left;
	height: 29px;
}

#header #gnaviArea ul.menu ul {
	position: absolute;
	top: 29px;
	left: 0;
	display: none;
	/*	list-style:none;*/
	opacity: 0;

}

#header #gnaviArea ul.menu ul li {
	position: relative;
	width: 189px;
	height: 25px;
	margin: 0;
}

#header #gnaviArea ul.menu ul li a {
	display: block;
}

#header #gnaviArea ul.menu ul ul {
	left: 189px;
	top: -1px;
}

#header #gnaviArea ul.menu ul ul li {
	position: relative;
	top: 1px;
	width: 189px;
	height: 25px;
	margin: 0;
	border-left: 1px solid #FFF;
}



/* MAIN
------------------------------*/
#wrapper #main {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*メインコンテンツ*/
#wrapper #content {
	width: 950px;
	overflow: hidden;
	height: auto;
}

/*
#wrapper #content div#subMenu{
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
#wrapper #content div.rightBox{
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}*/
#wrapper .mainvisual {
	width: 950px;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0%;
	/*IE6対策*/
}

#wrapper #flash {
	width: 950px;
	height: 180px;
	padding: 0;
	font-size: 0%;
	/*IE6対策*/
	margin: 0;
}

#content #subMenu {
	background-color: #f8f8f8;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	width: 248px;
	/*width:250px;*/
	padding: 0 0 50px 0;
	float: left;
}

#content #subMenu a .here {
	text-decoration: none;
}

#content #subMenu .here {
	color: #ffffff;
	background: #3E6FFF;
}

#content #subMenu p {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#content #subMenu ul {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#content #subMenu ul li {
	margin-bottom: 5px;
}

#content .rightBox {
	margin: 0px 0px 0px 20px;
	_margin: 0px 7px 0px 0px;
	padding: 0px;
	float: right;
	width: 660px;
}



/*--パン屑リスト--*/
#topicpath {
	width: 660px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

#topicpath:unknown {
	clear: both;
	display: block;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	height: 0px;
	content: "."
}

HTML #topicpath {
	display: inline-block;
	height: 1%
}

#topicpath {
	zoom: 1
}

#topicpath ul {
	width: 660px;
	height: 2.8em;

}

#topicpath ul li {
	padding-right: 15px;
	background: url(../img/common/icon05.gif) no-repeat right 0.5em;
	float: left;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-top: 3px;
}

#topicpath ul li.first {
	padding-left: 0px;

}

#topicpath ul li.active {
	font-weight: bold;

}

#topicpath ul li.last {
	background: none transparent scroll repeat 0% 0%;
}

#topicpath ul li a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.bottomBorder {
	border-bottom: #666666 solid 3px;
	margin-bottom: 20px;
}

/*
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}*/

/* >> ページトップへ
------------------------------*/

#wrapper #content ul.pagetop {
	display: block;
	width: 660px;
	text-align: right;
	padding: 0;
	margin: 0 0 20px 0;
}

#wrapper #content ul.pagetop li {
	display: inline;
	margin-left: 15px;
}

#wrapper #content ul.pagetop li a {
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

#wrapper #content ul.pagetop li a:hover {
	text-decoration: none;
	border-bottom: none;
}

#wrapper #content ul.pagetop li.arrow02 {
	background: url(../img/common/ico_arrow02.gif) left 0.2em no-repeat;
	padding-left: 13px;
}


#wrapper #content ul.pagetop li.arrow03 {
	background: url(../img/common/ico_arrow03.gif) left 0.2em no-repeat;
	padding-left: 13px;
}

/* >> その他お知らせ
------------------------------*/
.noticeBox01 {
	border: 3px double #F00;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.noticeBox01 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.noticeBox01 dl dt {
  width: 98px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
	color: #F00;
	font-weight: bold;
}

.noticeBox01 dl dd {
  width: calc(100% - 98px);
  font-size: 14px;
  line-height: 1.5;
	color: #F00;
}

.noticeBox01 dl dd:not(:last-child) {
  margin-bottom: 12px;
}

.noticeBox01 dl dd a {
  color: #F00;
  text-decoration: underline;
}

/* >> その他レイアウト
------------------------------*/
a[href$='.pdf'],
a[href$='.PDF'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/ico_pdf.gif) no-repeat center right;
}

a[href$='.doc'],
a[href$='.DOCX'],
a[href$='.docx'],
a[href$='.rtf'],
a[href$='.DOC'],
a[href$='.RTF'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/ico_doc.gif) no-repeat center right;
}

a[href$='.xlsx'],
a[href$='.xls'],
a[href$='.XLS'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/ico_xls.gif) no-repeat center right;
}

.linkBlue {
	padding-left: 7px;
	;
	background: url(../img/common/ico_blue.gif) left 0.2em no-repeat;
}

.link {
	background: transparent url(../img/ico_link.gif) center right no-repeat;
	padding-right: 15px;
}

.txtCenter {
	text-align: center !important;
}

.txtRight {
	text-align: right !important;
}

.txtLeft {
	text-align: left !important;
}

.txtBold {
	font-weight: bold;
}

.txtNote {
	padding-left: 1rem;
	text-indent: -1rem;
}

/* 20211008 */
.txtBlack {
	color: #333333 !important;
}

.txtRed {
	color: #F00;
}

.txtBlue02 {
	color: #0543f4;
}

.txtBlue02:link {
	color: #0543f4;
}

.txtBlue02:hover {
	opacity: 0.7;
}

.txtBlue03 {
	color: #1A2C94;
}

.txtLineThrough {
	text-decoration: line-through;
}

.txtBorderRed01 {
	border: 3px double #F00;
	padding: 3px 3px 0 3px;
	margin-bottom: 15px;
}

.txtBorderRed02 {
	border: 3px double #F00;
	padding: 12px 20px;
	margin-bottom: 15px;
}

.txtLinkMarkRed {
	display: inline-block;
	border: 1px solid #FF0000;
	padding: 3px 5px 5px 5px;
	text-decoration: none;
	color: #333;
}

.txtLinkMarkRed:visited {
	color: #333;
}

.txtLinkMarkRed:hover,
.txtLinkMarkRed:active {
	color: #727272;
}

.txtLinkMarkRed span {
	display: inline-block;
	border-bottom: 1px solid #333;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.txtLinkMarkRed:hover span,
.txtLinkMarkRed:active span {
	border-bottom: 1px solid #EBF0FF;
}

.pvm {
	font-style: oblique;
	font-size: 80%;
}

.anniversary_list{
	overflow: hidden;
    background: #f8f8f8;
	padding: 10px 19px;
}

.anniversary_list dt{
	float: left;
	font-weight: bold;
	margin-right: 42px;
}
.anniversary_list dd{
	float: left;
	margin-right: 34px;
	display: list-item;
	font-weight: normal;
}

/*-- ブロック --*/
#content .rightBox .Block01 {
	margin-bottom: 20px;
}

#content .rightBox .Block02 {
	margin-bottom: 40px;
}

/*-- サイトサーチ ---*/
.BlockSiteSearch {
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
}

/* >> NotFound
------------------------------*/
.blockNotFound {
	width: 700px;
	margin: 60px auto;
	border: 1px solid #CCC;
	padding: 40px;
}

.blockNotFound h1 {
	font-size: 150%;
	margin-bottom: 20px;
	border-bottom: 3px solid #474747;
	font-weight: bold;
	padding-bottom: 7px;
}

.blockNotFound p {
	display: block;
	padding-bottom: 25px;
}



/* >> 最終更新日
------------------------------*/
.date {
	clear: both;
	float: rigth;
	text-align: right;
}

/* >> フッター
------------------------------*/
#footer {
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	background-color: #FFF;
	height: 100px;
	font-size: 10px;
}

#footer #footerArea {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer #footerArea #copyright {
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer #footer_content {
	width: 970px;
	margin: 0 auto;
	padding-top: 13px;
}

#footer #footer_content .left_box {
	width: 580px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
}

#footer #footerArea ul {
	float: left;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
}

#footer #footerArea ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	display: inline;
	padding-right: 12px;
	padding-left: 5px;

}

#footer #footerArea ul li.last {
	border-right: none;
	display: inline;
	padding-right: 12px;
	padding-left: 5px;
}

#footer #footerArea ul li a {
	background: url(../img/common/ico_link_gray.gif) no-repeat left 0.1em;
	padding-left: 8px;
}

#footer #footer_content .left_box ul.foot_list {
	text-align: left;
}

#footer #footer_content .left_box ul.foot_list li {
	display: inline;
}

#footer #footer_content .left_box p {
	text-align: left;
	font-size: 85%;
	line-height: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
}

#footer #footer_content .right_box {
	width: 320px;
	float: right;
	text-align: right;
	margin-right: 20px;
	_margin-right: 10px;
}

/*- clearfix -*/
#content .rightBox #pageLink ul:after,
#header .rightBox:after,
#wrapper #header #sub-navi:after,
#wrapper #main:after,
#footer_content:after,
#content .rightBox .menuList:after,
#content .rightBox .imgWrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* WinIE4-6用*/
* html #content .rightBox #pageLink ul,
* html #header .rightBox,
* html #header #gnaviArea ul.menu li,
* html #wrapper #header #sub-navi,
* html #wrapper #main,
* html #footer_content,
* html #content .rightBox .menuList,
* html #content .rightBox .imgWrap {
	display: inline-block;
	height: 1%;
}

#content .rightBox #pageLink ul,
#header .rightBox,
#wrapper #header #sub-navi,
#wrapper #main,
#footer_content,
#content .rightBox .menuList,
#content .rightBox .imgWrap {
	zoom: 1;
}

/*--*/

#content #subMenu ul.txtMenu {
	margin-top: 5px;
	padding-bottom: 15px;
}

#content #subMenu ul.txtMenu li {
	padding: 0 0 0 7px;
	text-indent: -7px;
	line-height: 1.5em;
	margin: 0 0 5px 0;
	/*width:180px;*/
}

#content #subMenu ul.txtMenu li a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}


#content .rightBox #topicpath {
	margin-bottom: 0px;
}

#content .rightBox h3 {
	margin-bottom: 20px;
}

#content #infoArea dl {
	margin: 5px 5px 5px 5px;
}

#content #infoArea dl dt {
	width: 5em;
	float: left;
	clear: both;
	margin-bottom: 3px;
}

#content #infoArea dl dd {
	width: 560px;
	margin-left: 6em;
	padding-left: 7px;
	margin-bottom: 3px;
	background: url(../img/common/ico_blue.gif) left 0.2em no-repeat;
}

#content .rightBox h4 {
	margin-bottom: 10px;
}

#content .rightBox h5 {
	font-weight: bold;
	color: #0242ff;
}

#content .rightBox p {
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

#content .rightBox .list01 {
	margin: 0px 10px 10px 10px;
}

#content .rightBox .list01 li {
	background: url(../img/common/ico_list01.gif) left 0.2em no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}

#content .rightBox .list01_1 {
	margin: 0px 10px 0px 10px;
}

#content .rightBox .list01_1 li {
	background: url(../img/common/ico_list01.gif) left 0.2em no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}

.listLink {
	margin: 0px 10px 10px 10px;
}

.listLink li {
	background: url(../img/common/ico_blue.gif) left 0.2em no-repeat;
	padding-left: 7px;
	margin-bottom: 3px;
}

.markLink {
	background: url(../img/common/ico_blue.gif) left 0.2em no-repeat;
	padding-left: 10px;
}

/*--グレイ背景ボックス--*/
#content .bgGray {
	background-color: #f3f3f3;
	padding: 12px 0px;
	margin-bottom: 20px;
}

#content .rightBox .bgGray dl {
	margin: 0px 15px 0px 15px;
}

#content .rightBox .bgGray dt {
	font-weight: bold;
}

#content .rightBox .bgGray dd {
	margin: 0px;
	padding: 0px;
}

#content .bgGray2 {
	background-color: #f3f3f3;
	padding: 20px;
	margin-bottom: 30px !important;
	color: red;
}

/* 20211008 */
#content .bgGray3 {
	background-color: #f3f3f3;
	padding: 20px;
}

#content .rightBox .appBox .contactBox.bgGray01 {
	background-color: #f3f3f3;
	margin-bottom: 30px;
	padding: 7px 0 10px 0;
}

#content .rightBox .appBox .contactBox.bgGray01 th {
	font-weight: bold;
	font-size: 130%;
	padding: 15px 5px 6px 0px;
}

#content .rightBox .appBox .contactBox.bgGray01 td {
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0px 10px 0px;
}

#content .bgOrange {
	background-color: #FFE1A1;
	border: 3px #CBCBCB solid;
	margin-bottom: 20px;
}

#content .rightBox .bgOrange th {
	font-weight: bold;
	font-size: 130%;
	padding: 15px 5px 6px 0px;
}

#content .rightBox .bgOrange td {
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0px 10px 0px;
}

#content .emphasisBox {
	padding: 12px 20px;
	background: #fbf2eb;
	border: solid 1px #ffab28;
}

#content .emphasisBox p {
	margin-bottom: 1em;
}

#content .emphasisBox p:last-child {
	margin-bottom: 0;
}

#content .emphasisBox a {
	font-weight: bold;
}

.title_cs_jp {
	font-weight: bold;
	font-size: 115%;
}

#content .rightBox .imgWrap {}

#content .rightBox .imgWrap .left {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#content .rightBox .imgWrap .right {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

/*--申し込み個別--*/
#content .rightBox .contactBox {
	padding: 20px;
	background-color: #F3F3F3;
	margin: 20px 0;
}

.contactBox table .icon {
	width: 2%;
}

.contactBox .title {
	font-weight: bold;
	border-bottom: 2px solid #ffab28;
	padding: 0 0 5px 0;
}

.contactBox table {
	padding: 5px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.contactBox table th,
.contactBox table td {
	font-size: 17px;
}

.contactBox table th {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.contactBox table td {
	font-size: 15px;
	padding: 0 10px 5px 0;
}

.contactBox table td:last-child {
	padding: 0 0 5px 0;
}

.contactBox table .td_tel,
.contactBox table .td_mail {
	white-space: nowrap;
}

.contactBox table td.icon {
	width: 1%;
	padding: 0 0 5px 0;
}

.INQ_BASE .blockCSC001 .contactBox table th {
	padding: 0 0 5px 0;
}

.INQ_BASE .blockCSC001 .contactBox table td {
	font-size: 17px;
}


/*--ページ内リンク--*/
#content .rightBox #pageLink ul li {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 2px;
	background: url(../img/common/ico_arrow06.gif) 0.5em no-repeat;
	display: block;
	float: left;
	word-break: keep-all;
	white-space: nowrap;
}

#content .rightBox #pageLink ul li.app {
	padding-left: 15px;
	padding-top: 2px;
	background: url(../img/common/ico_arrow05.gif) 0.5em no-repeat;
	display: inline;
}

#content .rightBox #pageLink {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 12px;
}

/*--ページ内リンク--*/
#content .rightBox #pageLink02 ul li {
	padding-left: 15px;
	padding-top: 2px;
	background: url(../img/common/ico_arrow02.gif) left 0.2em no-repeat;
	white-space: nowrap;
}

#content .rightBox #pageLink02 ul li.app {
	padding-left: 15px;
	padding-top: 2px;
	background: url(../img/common/ico_arrow01.gif) left 0.2em no-repeat;
}

#content .rightBox #pageLink02 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 12px;
}

#content .rightBox #pageLink02 .txt14px {
	font-size: 14px;
}

#content .rightBox .imgBox {
	text-align: center;
	margin-bottom: 20px;
}

/*20200214追記分*/
#content .rightBox .imgBox.plural {
	font-size: 0;
}

#content .rightBox .imgBox.plural img {
	display: inline-block;
}

#content .rightBox .imgBox.plural img:not(:last-child) {
	margin-right: 20px;
}

#content .rightBox #pageLink02 ul ul {
	padding-left: 15px;
}

#content .rightBox #pageLink02 ul li.noIcon,
#content .rightBox #pageLink ul li.noIcon {
	background: none;
	padding-left: 0;
}

/*20171030追記分　ボタン指定等*/
.btnItem a {
	display: inline-block;
	vertical-align: middle;
	background-image: url();
}

/* 20211028 ボタン */
.btn02 a {
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 300px;
	padding: 1rem 2rem;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background-color: #1A2C94;
	box-shadow: 0 0 10px rgba(0 0 0 / 0.01);
	border-radius: 6px;
	transition: 0.3s;
	text-decoration: none
}

.btn02 a::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	right: 2rem;
}

.btn02 a:hover {
	opacity: 0.7;
}

/*ポップアップ用指定*/
.blockFloatR .img01 {
	float: right;
}

.blockFloatL .img01 {
	float: left;
	margin: 0 10px 10px 0;
}

/*- clearfix -*/
.blockFloatR:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* WinIE4-6用*/
* html .blockFloatR {
	display: inline-block;
	height: 1%;
}

.blockFloatR {
	zoom: 1;
}


/*-----------------------------------------------------------------*/

/*2015年リニューアル用上書き

/*-----------------------------------------------------------------*/

/*--------------

横幅指定

---------------*/
#header,
#blockGlobalNavi01 {
	font-size: 62.5% !important;
	/* base font 10px */
}

#header,
#blockMainVisualTop,
#blockGlobalNavi01 ul,
#blockTopContents,
#footer,
.linkTop {
	font-size: 12px !important;
	font-size: 1.2em !important;
	line-height: 1.4 !important;
	color: #555 !important;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.chinese{
	font-family: arial,helvetica,clean,sans-serif !important;
}

#header .inner,
#blockMainVisualTop,
#blockGlobalNavi01 ul,
#blockTopContents,
#footer,
.linkTop {
	width: 1028px !important;
	margin: 0 auto !important;
}

#wrapper {
	/*	background:url(../2015img/bg_navi01.png) repeat-x top left;*/
}

.blockBorderT {
	margin-top: 25px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}


/*-----------------------------------------------

HEADER

------------------------------------------------*/
#wrapper #header {
	margin-bottom: 10px;
	background-image: none;
	background: url(../2015img/bg_navi01.png) repeat-x left 84px;
}

/*basic*/
#header a {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	color: #004396;
}

#header #blockHeaderTop {
	margin-bottom: 12px;
}

_:-ms-fullscreen,
:root #header #blockHeaderTop {
	margin-bottom: 13px;
}

/*logo*/

#header .blockLeft01 {
	width: 411px;
	float: left;
	padding-top: 5px;
}

#header .blockLeft01 img {
	max-width: 411px;
}

/*info,search*/

#header .blockRight01 {
	width: 520px;
	float: right;
	padding-top: 40px;
	text-align: right;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	#header .blockRight01 {
		padding-top: 26.5px;
	}

	/* IE11 */
}

#header .blockRight01 .listHeaderInfo01 {
	display: inline-block;
	text-align: right;
	border-left: 1px solid #999;
	font-size: 0;
}

#header .blockRight01 .listHeaderInfo01 li {
	display: inline-block;
	border-right: 1px solid #999;
	padding: 0 5px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 12px !important;
}

#header .blockSearch01 {
	margin-top: 10px;
	text-align: right;
	margin-left: 265px;
}

#header .blockSearch01 .search {
	width: 204px;
	border: 1px solid #CCC;
	margin-top: 1px;
	height: 1.21em;
	height: 1.45rem;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	#header .blockSearch01 .search {
		width: 180px;
		height: 1.1em;
		margin: 1px 0 0 25px;
	}

	/* IE11 */
}

#header .blockSearch01 input,
#header .blockSearch01 .searchBtn {
	vertical-align: middle;
}

#header .blockSearch01 .searchBtn {
	display: inline-block;
	margin-left: -4px;
	border: 1px solid #CCC;
}


/*CLEAR*/
#header:after,
#blockHeaderTop:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

* html #header,
* html #blockHeaderTop {
	height: 1%;
}

#header,
#blockHeaderTop {
	display: block;
}

/*-----------------------------------------------

Gloabal Navi

------------------------------------------------*/
#blockGlobalNavi01 {
	/*	background:url(../2015img/bg_navi01.png) repeat-x top left;*/
}

#blockGlobalNavi01 ul.menu {
	height: 75px;
	margin: 0;
	padding: 0;
	display: block;
}

#blockGlobalNavi01 ul.menu li {
	display: block;
	position: relative;
	float: left;
	font-size: 13.5px !important;
	/*height:75px;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#blockGlobalNavi01 ul.menu li {
		margin-top: 1px;
	}
}

#blockGlobalNavi01 ul.menu a {
	display: block;
	margin: 0;
	padding: 0;
}

#blockGlobalNavi01 ul.menu ul.sub {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	opacity: 0;
}

#blockGlobalNavi01 ul.menu ul.sub li {
	position: relative;
	display: block;
	float: none;
	width: 200px;
	/*height:50px;*/
	margin: 0;
	background-color: #376daf;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

#blockGlobalNavi01 ul.menu ul.sub li a {
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#blockGlobalNavi01 ul.menu ul.sub li a:hover {
	background-color: #012b60;
	color: #fff;
}

#blockGlobalNavi01 ul.menu ul.sub ul.subIn {
	position: absolute;
	left: 200px;
	top: -1px;
	display: none;
}

#blockGlobalNavi01 ul.menu ul.sub ul.subIn li {
	position: relative;
	top: 1px;
	display: block;
	/*height:50px;*/
	margin: 0;
	background-color: #003a82;
	border-left: 1px solid #FFF;
}

/*CLEAR*/
#blockGlobalNavi01 ul:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

* html #blockGlobalNavi01 ul {
	height: 1%;
}

#blockGlobalNavi01 ul {
	display: block;
}


#content .rightBox .blockSealInfo {
	border: 10px solid #F90;
	box-sizing: content-box;
	padding: 10px 20px 20px 20px;
	margin: 20px 0 50px 0;
	/*background: url("../img/common/bg_file.svg") no-repeat right 5px bottom 10px;
	background-size:auto 90%;*/
}

#content .rightBox .blockSealInfo h5 {}

#content .rightBox .blockSealInfo h5 span {
	background: #F90;
	color: #FFF;
	padding: 0 4px;
	letter-spacing: 0.1em;
	margin: 0 10px 0 0;
}

#content .rightBox .blockSealInfo h5+P {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 10px 0;
}

#content .rightBox .blockSealInfo h5+P>span {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

#content .rightBox .blockSealInfo .listSealInfo {}

#content .rightBox .blockSealInfo .listSealInfo li {
	background: url("../img/common/ico_file.png") no-repeat left top;
	padding: 0 0 4px 25px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #444;
}


/*-----------------------------------------------

FOOTER

------------------------------------------------*/
#footer {
	padding-bottom: 0;
	border: none;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #004396;
}

#footer .blockLeft01 {
	width: 500px;
	float: left;
}

#footer .blockRight01 {
	width: 480px;
	float: right;
	text-align: right;
}

#footer .blockLeft01 ul {
	display: inline-block;
	text-align: right;
	font-size: 0;
}

#footer .blockLeft01 li {
	display: inline-block;
	border-right: 1px solid #999;
	padding: 0 5px;
	text-align: center;
	font-size: 12px !important;
	letter-spacing: 0.1em;
}

/*CLEAR*/
#footer:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

* html #footer {
	height: 1%;
}

#footer {
	display: block;
}

p.indent_cs {
	text-indent: 65px;
}

/*-----------------------------------------------

幅調整用

------------------------------------------------*/
.wdth10per {
	width: 10% !important;
}

.wdth15per {
	width: 15% !important;
}

.wdth20per {
	width: 20% !important;
}

.wdth25per {
	width: 25% !important;
}

.wdth30per {
	width: 30% !important;
}

.wdth35per {
	width: 35% !important;
}

.wdth40per {
	width: 40% !important;
}

.wdth45per {
	width: 45% !important;
}

.wdth50per {
	width: 50% !important;
}

.wdth55per {
	width: 55% !important;
}

.wdth60per {
	width: 60% !important;
}

.wdth65per {
	width: 65% !important;
}

.wdth70per {
	width: 70% !important;
}

.wdth75per {
	width: 75% !important;
}

.wdth80per {
	width: 80% !important;
}

.wdth85per {
	width: 85% !important;
}

.wdth90per {
	width: 90% !important;
}

.wdth95per {
	width: 95% !important;
}

.wdth100per {
	width: 100% !important;
}

.wdth10px {
	width: 10px !important;
}

.wdth20px {
	width: 20px !important;
}

.wdth30px {
	width: 30px !important;
}

.wdth40px {
	width: 40px !important;
}

.wdth50px {
	width: 50px !important;
}

.wdth60px {
	width: 60px !important;
}

.wdth70px {
	width: 70px !important;
}

.wdth80px {
	width: 80px !important;
}

.wdth90px {
	width: 90px !important;
}

.wdth100px {
	width: 100px !important;
}

.wdth150px {
	width: 150px !important;
}

.wdth200px {
	width: 200px !important;
}

.wdth250px {
	width: 250px !important;
}

.wdth300px {
	width: 300px !important;
}

.wdth350px {
	width: 350px !important;
}

.wdth400px {
	width: 400px !important;
}

.wdth450px {
	width: 450px !important;
}

.wdth500px {
	width: 500px !important;
}

.wdth550px {
	width: 550px !important;
}

.wdth600px {
	width: 600px !important;
}

.wdth650px {
	width: 650px !important;
}

.wdth700px {
	width: 700px !important;
}

.wdth750px {
	width: 750px !important;
}

.wdth800px {
	width: 800px !important;
}

.wdth850px {
	width: 850px !important;
}

.wdth900px {
	width: 900px !important;
}

.wdth950px {
	width: 950px !important;
}

.wdth1000px {
	width: 1000px !important;
}


/*-----------------------------------------------

マージン調整用

------------------------------------------------*/
.mt00 {
	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;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb00 {
	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;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml00 {
	margin-left: 0 !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.ml-1em {
	margin-left: -1em !important;
}

.bt00 {
	margin-top: 0 !important;
}

.bt05 {
	margin-top: 5px !important;
}

.bt10 {
	margin-top: 10px !important;
}

.bt15 {
	margin-top: 15px !important;
}

.bt20 {
	margin-top: 20px !important;
}

.bt25 {
	margin-top: 25px !important;
}

.bt30 {
	margin-top: 30px !important;
}

.bt35 {
	margin-top: 35px !important;
}

.bt40 {
	margin-top: 40px !important;
}

.bt45 {
	margin-top: 45px !important;
}

.bt50 {
	margin-top: 50px !important;
}

.bt55 {
	margin-top: 55px !important;
}

.bt60 {
	margin-top: 60px !important;
}

.bt65 {
	margin-top: 65px !important;
}

.bt70 {
	margin-top: 70px !important;
}

.bt75 {
	margin-top: 75px !important;
}

.bt80 {
	margin-top: 80px !important;
}

.bt85 {
	margin-top: 85px !important;
}

.bt90 {
	margin-top: 90px !important;
}

.bt95 {
	margin-top: 95px !important;
}

.bt100 {
	margin-top: 100px !important;
}

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vaTop {
	vertical-align: top;
}

.txtIndent01 {
	text-indent: 1rem;	
}

.txtIndent00 {
	text-indent: 0;	
}

.bgGray {
	background-color: #f1f1f1 !important;
}

/*-----------------------------------------------

フォント調整用

------------------------------------------------*/
.font_size_12 {
	font-size: 12px;
}

.font_size_16 {
	font-size: 16px;
}

.line_height_130per {
	line-height: 130% !important;
}