@charset "utf-8";
/* -----------------------------------------
common.css
サイト共通設定用css
----------------------------------------- */


#PageArea {
	width: 100%;
	overflow: hidden;
}


/* HeaderArea
----------------------------------------- */

#HeaderArea {
	position: relative;
	width: 660px;
	height: 100px;
	margin: 0 auto;
}

#HdLogo {
	padding-top: 22px;
}

#HdLinkList {
	position: absolute;
	top: 18px;
	right: 200px;
}

#HdLinkList li {
	float: left;
	padding: 0 12px;
	background: url(../img/line_05.gif) repeat-y 0 0;
	font-size: 10px;
}

#HdLinkList li:first-child {
	background-image: none;
}

#HdLinkList li a {
	display: block;
	text-decoration: none;
	line-height: 1.5;
}

#HdBtnList {
	position: absolute;
	top: 55px;
	right: 200px;
}

#HdBtnList li {
	float: left;
	margin-right: 5px;
}

#HdSearchArea {
	position: absolute;
	top: 20px;
	right: 98px;
	border-bottom: 1px solid #808080;
	background: url(../img/hd_ico_search.gif) no-repeat 0 0;
	padding: 0 0 5px 20px;
	width: 75px;
	font-size: 12px;
}

#HdSearchArea input {
	border: none;
	padding: 0;
	width: 100%;
	font-size: 12px;
}

#HdFontSize {
	position: absolute;
	top: 53px;
	right: 105px;
	width: 75px;
	text-align: center;
}

#HdFontSize p {
	margin-bottom: 2px;
	font-size: 9px;
}

#HdFontSize li {
	float: left;
	margin-left: 3px;
	width: 23px;
	height: 20px;
	background-position: 0 0;
	text-indent: 30px;
	overflow: hidden;
}

#HdFontSize li:first-child {
	margin-left: 0;
}

#HdFontSize li.s { background-image: url(../img/hd_font_s.gif); }
#HdFontSize li.m { background-image: url(../img/hd_font_m.gif); }
#HdFontSize li.l { background-image: url(../img/hd_font_l.gif); }

#HdFontSize li.selected {
	background-position: 0 -20px;
}

#HdFontSize li a {
	display: block;
}

#HdLoginBtn {
	position: absolute;
	top: 17px;
	right: 0;
}


/* GnaviArea
----------------------------------------- */

#GnaviArea {
	background: url(../img/gnavi_bg_02.gif) repeat-x 0 0;
}

#GnaviArea .inner {
	width: 660px;
	margin: 0 auto 3px;
	text-align: center;
}

#GnaviArea ul {
	background: url(../img/gnavi_bg_01.gif) repeat-x 0 0;
	margin: 0 -150px;
	padding: 0 150px;
}

#GnaviArea ul li {
	position: relative;
	float: left;
}

#GnaviArea ul li.current:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 9px solid #1e3278;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}


/* BreadCrumb
----------------------------------------- */

#BreadCrumb {
	background: url(../img/breadcrumb_bg.gif) repeat-x 0 100%;
}

#BreadCrumb ul {
	background: url(../img/breadcrumb_bg_top.gif) no-repeat 0 0;
	width: 660px;
	padding: 11px 0;
	margin: 0 auto;
	font-size: 84.6%;
}

#BreadCrumb ul li {
	float: left;
	background: url(../img/breadcrumb_arrow.gif) no-repeat 6px 50%;
	padding-left: 18px;
}

#BreadCrumb ul li:first-child {
	background: none;
	padding-left: 0;
}


/* ContentsArea
----------------------------------------- */

#ContentsArea {
	width: 660px;
	margin: 10px auto 20px;
}


/* MainArea
----------------------------------------- */

#MainArea {
/*	position: relative;
	float: right;*/
	width: 660px;
}

#MainArea a:link { color: #455197; }
#MainArea a:visited { color: #455197; }
#MainArea a:hover { color: #455197; text-decoration: none; }

#MainArea #H1BtnArea {
	position: absolute;
	top: 23px;
	right: 0;
}


/* popup
----------------------------------------- */

body.popup {
	min-width: 705px;
}

body.popup #MainArea {
	float: none;
	margin: 0 auto 30px;
}


/* title
----------------------------------------- */

.cmnH1 {
	background: url(img/title_line_01.gif) repeat-x 0 100%;
	padding: 0px 0 10px;
	margin: 0 0 10px 5px;
	color: #192c7a;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1;
}

.cmnH2 {
	background-color: #eee;
	padding: 2px 15px;
	margin-bottom: 20px;
	color: #103a86;
	font-size: 130.8%;
	font-weight: bold;
}

.cmnH3 {
	display: inline-block;
	background-color: #b51c34;
	padding: 2px 20px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 115.3%;
	font-weight: bold;
}

.cmnH3.liquid {
	display: block;
}

.cmnH4 {
	margin-bottom: 5px;
	color: #0064b6;
	font-size: 123.1%;
}

.cmnEmTitle {
	margin-bottom: 10px;
	color: #b71830;
	font-size: 107.7%;
	font-weight: bold;
}


/* link
----------------------------------------- */

.cmnLink {
	background: url(img/mrk_01.png) no-repeat 0 0.5em;
	padding-left: 12px;
}

.cmnCloseBtn {
	display: inline-block;
	background: url(img/btn_close.gif) no-repeat 0 3px;
	padding: 2px 3px 2px 25px;
	text-decoration: none;
}


/* over
----------------------------------------- */

.cmnOver:hover {
	opacity: 0.8;
}


/* line
----------------------------------------- */

.hasDotLineBtm {
	background: url(img/line_04.gif) repeat-x 0 100%;
	padding-bottom: 15px;
}


/* box
----------------------------------------- */

/* cmnBox01 */

.cmnBox01 {
/*
	background: url(img/box_01_mdl.gif) repeat-y 0 0;
	margin-bottom: 10px;

*/
	border:1px solid #ddd;
	background:#FFFFB7;
	width:660px;
	margin-bottom: 10px;
}

.cmnBox01 .inner01 {
/*	background: url(img/box_01_top.gif) no-repeat 0 0; */
	padding-top: 10px; padding-bottom: 10px;
}

.cmnBox01 .inner02 {
	background: url(img/box_01_btm.gif) no-repeat 0 100%;
	padding: 0 1px 7px;
}

.cmnBox01 .hasLineTop {
	background: url(img/line_01.gif) repeat-x 0 0;
}

.cmnBox01 .block {
	padding: 0 14px;
}

.cmnBox01 .subBlock {
	padding: 15px 0;
}

/* cmnBox02 */

.cmnBox02 {
	background: url(img/box_02_mdl.gif) repeat-y 0 0;
	margin-bottom: 25px;
}

.cmnBox02 .inner01 {
	background: url(img/box_02_top.gif) no-repeat 0 0;
	padding-top: 7px;
}

.cmnBox02 .inner02 {
	background: url(img/box_02_btm.gif) no-repeat 0 100%;
	padding: 0 15px 7px;
}

/* cmnBox03 */

.cmnBox03 {
	border:1px solid #ddd;
/*
	background:#EBF7FF;
*/
	width:660px;
	margin-bottom: 10px;
}



/* form
----------------------------------------- */

input[type=image] {
	border-radius: 0;
}

.cmnCheckList li {
	float: left;
	white-space: nowrap;
	margin: 0 20px 10px 0;
}

.cmnCheckBox {
	vertical-align: top;
	margin: 5px 5px 0 0;
}

.cmnRadioBtn {
	vertical-align: top;
	margin: 4px 5px 0 0;
}

.cmnSelect {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 3px 3px 8px;
}

.cmnSelect.w70 { width: 70px; }
.cmnSelect.w100 { width: 100px; }
.cmnSelect.w150 { width: 150px; }
.cmnSelect.w200 { width: 200px; }

.cmnTextbox {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 12px;
}

.cmnTextbox.w65 { width: 65px; }
.cmnTextbox.w85 { width: 85px; }
.cmnTextbox.w150 { width: 150px; }

.cmnIframe {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}


/* accordion
----------------------------------------- */

.cmnAccordionBtn {
	position: relative;
	display: block;
	padding-left: 40px;
	font-size: 123.1%;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.3;
}

.cmnAccordionBtn:before {
	content: "";
	position: absolute;
	left: 5px;
	top: -0.2em;
	width: 24px;
	height: 24px;
	background: url(img/accordion_btn.gif) no-repeat 0 0;
}

.cmnAccordionBtn.open:before {
	background-position: 0 -24px;
}

.cmnAccordionBtn .closeText {
	display: none;
}

.cmnAccordionBtn.open .openText {
	display: none;
}

.cmnAccordionBtn.open .closeText {
	display: block;
}

.cmnAccordionBtn .subText {
	font-size: 68.75%;
	font-weight: normal;
	padding-left: 15px;
	vertical-align: middle;
}

.jsAccordionContents {
	display: none;
}

@media print {
	.jsAccordionContents {
		display: block;
	}
}


/* SideArea
----------------------------------------- */

#SideArea {
	float: left;
	width: 240px;
}


/* PageTop
----------------------------------------- */

#PageTop {
	width: 660px;
	margin: 0 auto 20px;
}

.pagetop {
	text-align: right;
}

.pagetop a {
	padding-right: 25px;
	background: url(img/pagetop_arrow.gif) no-repeat 100% 30%;
	color: #0064b6;
	font-size: 92.3%;
	text-decoration: none;
}


/* FooterArea
----------------------------------------- */

#FooterArea {
	background-image: url(img/ft_bg.gif);
	line-height: 1.35;
}

#FooterArea .categList > li > a {
	display: inline-block;
	background: url(img/mrk_01.png) no-repeat 0 5px;
	padding-left: 9px;
	margin-bottom: 9px;
}

#FooterArea .pageList {
	margin-bottom: 12px;
}

#FooterArea .pageList li {
	margin: 0 0 6px 9px;
	font-size: 92.3%;
}

#FooterArea .pageList li a {
	position: relative;
	display: inline-block;
	padding-left: 9px;
}

#FooterArea .pageList li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
	border-top: 1px solid #333;
}

#FooterArea01 {
	background: url(img/line_01.gif) repeat-x 0 0;
	padding-top: 32px;
}

#FooterArea01 .inner {
	display: table;
	width: 660px;
	margin: 0 auto;
}

#FooterArea01 .column01 {
	display: table-cell;
	padding-right: 50px;
	width: 175px;
}

#FooterArea01 .column02 {
	display: table-cell;
	background: url(img/line_02.gif) repeat-y 0 0;
	padding: 0 30px 30px 50px;
	width: 400px;
}

#FooterArea01 .column02 .categList {
	float: left;
	width: 200px;
}

#FooterArea01 .column02 .categList:first-child {
	width: 180px;
	margin-right: 20px;
}

#FooterArea01 .column03 {
	display: table-cell;
	background: url(img/line_02.gif) repeat-y 0 0;
	padding-left: 50px;
	width: 225px;
}

*:first-child+html #FooterArea01 .column01,
*:first-child+html #FooterArea01 .column02,
*:first-child+html #FooterArea01 .column03 {
	float: left;
}

#FooterArea02 {
	background: url(img/line_01.gif) repeat-x 0 0;
	padding-top: 32px;
}

#FooterArea02 .inner {
	width: 660px;
	margin: 0 auto;
}

#FooterArea02 .categList {
	float: left;
	width: 180px;
	margin-left: 20px;
}

#FooterArea02 .categList:first-child {
	margin-left: 0;
}

#FooterArea03 {
	background: url(img/line_01.gif) repeat-x 0 0;
	padding: 22px 0 50px;
}

#FooterArea03 .inner {
	width: 660px;
	margin: 0 auto;
}

#FooterArea03 .ftInfoArea {
	float: left;
	width: 480px;
	font-size: 69.2%;
	line-height: 1.35;
}

#FooterArea03 .ftInfoArea:first-child {
	margin-right: 20px;
}

#FooterArea03 .ftInfoArea .logo {
	text-align: center;
}

#FtCopyright {
	margin-top: 5px;
	text-align: right;
	font-size: 69.2%;
}

.message	{
	font-size: 12pt;
	font-weight: bold;
	color: red;
}
.errMsg		{
	font-size: 10pt;
	font-weight: normal;
	color: red
}

/** Tab新規追加 2022.03.04 NII start */
.detail-check{
    display: none;
}
.detail-label{
    display: block;
    margin-bottom: 1px;
    font-size: 120%;
}

.detail-label .summary_button {
    width: 20px;
    height: 20px;
    background: url(../../image/jukou/icon_open.jpg);
    background-size: 20px;
    float: right;
}

.detail-content{
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 10px;
}
.detail-check:checked + .detail-label + .detail-content{
    opacity: 1;
    height: auto;
    padding: 10px;
    visibility: visible;
}

.detail-check:checked + .detail-label  .summary_button {
    width: 20px;
    height: 20px;
    background: url(../../image/jukou/icon_close.jpg);
    background-size: 20px;
    float: right;
}

.detail {
  padding: 10px;
  background: white;
  border-top: solid thin #006fc0;
  border-bottom: solid thin #006fc0;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  display: block;
}

.detail > .detail-content > .info > .imglog{
  float : left;
  margin-right: 10px;
}

.detail > .detail-content > .clearfix{
  display: table;
}

a.btn-style {
  display       : inline-block;
  border-radius : 6%;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 7px 11px;   /* 余白       */
  background    : #4d5ec2;     /* 背景色     */
  color         : #ffffff !important;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 3px 3px #666666;  /* 影の設定 */
}
a.btn-style:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
}
/** Tab新規追加 2022.03.04 NII end */

details summary {
	margin: 5px;
	font-weight: bold;
	cursor: pointer;
}

details summary::marker {
	content: '';
}

details summary::after {
	content: '';
	width: 20px;
    height: 20px;
    background: url(../../image/jukou/icon_open.jpg);
    background-size: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
}

details[open] summary::after {
    width: 20px;
    height: 20px;
    background: url(../../image/jukou/icon_close.jpg);
    background-size: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
}

@media screen and (min-width:768px) {
    .katei {
        display: inline-block;
        width: 40px;
    }
}
@media screen and (max-width:767px) {
    .katei .inputButton {
        min-width: 80px;
    }
}