@charset "utf-8";
body{
	width: 100%;
	font-family: "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a:link, a:visited {
	color: #0046AA;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration:none;

}
section a:hover ,footer a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

h1 a:hover{
	opacity:1.0;
}

#wrap{
	width: 100%;
	margin: 0 auto;
	background: #f8f5e3;
	padding-bottom: 144px;
}

section{
	width: 1116px;
	margin: 0 auto;
}

/* 共通ヘッダー */
header{
	width: 1160px;
	height: 130px;
	position: relative;
	padding: 0;
	margin: 0 auto!important;
}

header h1{
	position: absolute;
	left: 16px;
	top: 30px;
}

header #box_search{
	position: absolute;
	left: 900px;
	top: 20px;
}

header #box_search #search_text{
	width: 190px;
	height: 26px;
	border: 1px solid #d2d2d2;
}

header #box_search #form_submit{
	height: 28px;
	margin: -5px;
}

header #header_tab{
	position: absolute;
	margin-top: 70px;
	left: 590px;
}

header #header_tab a:hover{
	opacity: 1.0;
}

header #header_tab ul{
	margin: 0;
	padding: 0;
	font-size: 0;
}

header #header_tab li{
	display: inline-block;
	list-style: none;
	margin-left: 18px;
}

#header_navi{
	position: absolute;
	left: 545px;
	top: 25px;
}

#header_navi ul{
	text-decoration: none;
}

#header_navi li{
	display: inline-block;
	vertical-align: middle;
	border-right: 1px dotted #000;
	padding: 0 12px 0 3px;
}

#header_navi li:last-child{
	border-right: none;
}

#header_navi li a{
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	color: #221815;
}

#header_navi .ico_link:before{
	content: url(../img/icon_01.png);
	position: relative;
	top: 4px;
}

#header_navi .ico_sitemap:before{
	content: url(../img/icon_02.png);
	position: relative;
	top: 4px;
}

#header_navi .ico_inquiry:before{
	content: url(../img/icon_03.png);
	position: relative;
	top: 2px;
}

/* グローバルナビ */
#gnav{
	width: 100%;
	height: 47px;
	background: #fff;
	border-top: 4px solid #d76174;
	z-index: 100;
}

#gnav ul{
	width: 1116px;
	margin: 0 auto;
	list-style: none;
	font-size: 0;
}
#gnav ul.pc.flex {
  display: flex !important;
  align-items: center;
}

#gnav ul.pc.flex a {
  width: 180px;
  line-height: 1.4;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnav ul.pc.flex .home a {
  width: 66px;
}

#gnav li{
	text-align: center;
	display: inline;
}

#gnav a{
	display: inline-block;
	width: 210px;
	color: #221815;
	font-size: 16px;
	font-weight: normal;
	line-height: 47px;

	text-decoration: none;
	background: #fff;
	background-image: url(../img/navi_back.png);
	background-repeat: none;
}

#gnav .home a{
	width: 66px;
	background-image: url(../img/home_back.png);
	background-repeat: none;
}

#gnav .sel a, #gnav a:hover{
	color: #fff;
	background: #d76174;
	opacity:1.0;
}

#gnav .home a:hover, #gnav .home.sel a{
	color: #fff;
	background-image: url(../img/home_back_on.png);
	background-color: #d76174;
}

#gnav .lock{
	padding-left: 0.3em;
}

#nav_toggle{
	display: none;
}

.slicknav_menu{
	display: none;
}

/* スライダー */
#main_img_area{
	overflow:hidden;
	width:100%;
	height:380px;
	background:url(../img/slid_back.png);
}

.main_img_area_in{
overflow-x:visible!important;
width: 1070px;
height:380px;
margin: 0 auto;
}

#main_img_area .main_img_area_in .slide_body img{
	width: 1000px;
	height: 300px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.main_img_area_in .bx-viewport {
	background: transparent !important;
	border: 0;
	overflow: visible !important;
	height: auto !important;
	width: 1075px;
}

.main_img_area_in .slide_body div{
	width: 1000px!important;
	height: 300px;
	margin: 40px 35px;
}

#main_img_area .bx-wrapper{
	border: none!important;
}

#main_img_area .bx-viewport{
	margin: 0 auto;
}

#main_img_area .bx-wrapper{
	margin: 0 auto;
	height: 380px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	background-color:transparent;
}

#main_img_area .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 32px !important;
    height: 60px !important;
    text-indent: -9999px;
    z-index: 9999;
}

#main_img_area .bx-wrapper a.bx-prev,.bx-wrapper a.bx-prev:hover,#footer_slide .bx-wrapper a.bx-prev:focus{
	background:url(../img/ico_prev.png) no-repeat 0 0;
	left: -17px;
}

#main_img_area .bx-wrapper a.bx-next,#footer_slide .bx-wrapper a.bx-next:hover,#main_img_area .bx-wrapper a.bx-next:focus{
	background:url(../img/ico_next.png) no-repeat 0 0;
	right: -17px;
}

.slide_body{
	display: block;
}

.slide_body_sp{
	display: none;
}

/* ページトップ */
.page-top{
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:1000;
}

.page-top img{
	width: 44px;
	height: auto;
}

.page-top:hover{
	opacity: 0.7;
}
/* フッター */
footer{
	clear: both;
	width: 100%;
	height: 74px;
	background: #561620;
}

footer .footer_link{
	width: 1116px;
	height: 74px;
	margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

footer .logo{
	/* float: left; */
  width: 304px;
  flex-shrink: 0;
}

footer .footer_link ul{
	padding: 0;
  margin-top: 4px;
}

footer .footer_link li{
	display: inline-block;
	margin-left: 1.8em;
  margin-bottom: 4px;
}

footer .footer_link ul a{
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

footer .footer_link ul a:before{
	content: "›";
	font-size: 150%;
	margin-right: 0.5em;
}

footer .logo img{
}

footer .footer_link .link{
	float: right;
	font-size: 15px;
	 line-height: 72px;
}

footer .copy{
	width: 100%;
	background: #eae2ad;
}

footer .credit{
	width: 1116px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 32px;
	text-align: right;
}


/* 会員トップページ */
#top_page #main{
	width: 1116px;
	height: 880px;
	margin: 66px auto 0;
}

#top_page .info_a{
	width: 664px;
	height: 172px;
	padding: 15px 16px;
	border: 1px solid #ff5e5e;
	background: #ffefe6;
	float: left;
}

#top_page .info_a h2{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #d84747;
}

#top_page .info_a h2:before{
	content: url(../img/info_01.png);
	margin-right: 0.5em;
	position: relative;
	top: 4px;
}

#top_page .info_a .frame{
	width: 100%;
	height: 130px;
	overflow-y: scroll;
}

#top_page .info_a .frame .list{
	width: 100%;
	padding: 5px 0 10px;
	border-bottom: 1px dotted #777;
}

#top_page .info_a .frame .list .day{
	font-size: 12px;
	line-height: 2.0em;
	color: #323232;
}

#top_page .info_a .frame .list .txt{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #323232;
	padding-left:1em;
	position:relative;
}

#top_page .info_a .frame .list a, #top_page .info_b .frame .list a{
/*	color: #323232;*/
	text-decoration: none;
}

#top_page .info_a .frame .list .txt:before{
	content: "›";
	font-size: 140%;
	font-weight: normal;
	color: #d84747;
	position:absolute;
	left:0;
	top:0;
}

#top_page .info_b{
	width: 664px;
	height: 525px;
	margin-top: 20px;
	padding: 20px 16px 15px;
	border: 2px solid #b8b6ab;
	background: #fff;
	float: left;
}

#top_page .info_b h2{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}

#top_page .info_b h2:before{
	content: url(../img/info_02.png);
	margin-right: 0.5em;
	position: relative;
	top: 4px;
}

#top_page .info_b .frame{
	width: 100%;
	height: 473px;
	overflow-y: scroll;
}

#top_page .info_b .frame .list{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #777;
}

#top_page .info_b .frame .list .day{
	font-size: 12px;
	line-height: 2.0em;
	color: #323232;
}

#top_page .info_b .frame .list .txt{
	font-size: 15px;
	line-height: 1.5em;
	padding-top: 0.3em;
	color: #323232;
	padding-left:1.5em;
	position:relative;
}

#top_page .info_b .frame .list .txt:before{
	content: "›";
	font-size: 120%;
	font-weight: normal;
	margin-right: 0.8em;
	color: #d84747;
	position:absolute;
	left:0;
	top:2pt;
}

#top_page .bnr_area{
	list-style: none;
	margin-left: 732px;
	padding: 0;
	font-size: 0;
}

#top_page .bnr_area li{
	margin-bottom: 19px;
}

#top_page .bnr_area img{
	border: 1px solid #b8b6ab;
}

#top_page .zenkokutoroku {
	border: 1px solid #b8b6ab;
	width:380px;
	padding:0;
	margin-left: 732px;
	margin-bottom:16px;
	padding: 0;

}

#top_page .zenkokutoroku .title {
	background:white;
	width:380px;
	text-align:center;
	padding:16px 0;
	text-align:center;
}

#top_page .zenkokutoroku .menu {
	background: url(../img/zenkokutoroku_bg.png) #fff0f0 no-repeat right bottom;
	width:380px;
	height:186px;
	padding:0 0 0 0;
	margin:0;
}

#top_page .zenkokutoroku .menu ul {
	padding:24px 0 0 16px;
	list-style:none;
}

#top_page .zenkokutoroku .menu ul li {
	padding-bottom:16px;
}

#top_page .zenkokutoroku .menu ul li a {
/*	color:white;*/
	text-decoration:none;
	background: url(../img/sub_navi_back.png) no-repeat left center;
	padding-left:16px;
}

#top_page .zenkokutoroku .menu ul li img.lock {
	width:12px;
	height:auto;
	vertical-align:baseline;
	padding-left: 4px;
}

/*20211223 */
.btn-all {
    display: flex;
    justify-content: center;
}
.btn-dl{
    margin-bottom: 20px;
    width: 300px;
    height: 60px;
    background-color: #d76174;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.btn-dl a:link{
 color: #fff;
 font-weight: bold;
}
.bnr{
	max-width: 300px;
	padding-top: 20px;
}

/* 会員ページ */
#contents .txt_r{
	text-align: right;
}

#contents .txt_c{
	text-align: center;
}

#contents #tittle{
	width: 100%;
	background: url(../img/slid_back.png);
}

#contents #tittle h1{
	width: 1116px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	color: #561620;
}

#contents section{
	color: #2b2b2b;
	padding: 40px 0;
}

#contents #sub_navi{
	width: 266px;
	float: left;
}

#contents #sub_navi ul{
	list-style: none;
	width: 100%;
}

#contents #sub_navi li a{
	display: block;
	font-size: 15px;
	line-height: 1.8;
	color: #2b2b2b;
	padding: 1em 1em 1em 2.5em;
	border: 1px solid #d4d0bb;
	background-color: #fff;
	border-bottom: none;
	text-decoration: none;
	background-image: url(../img/sub_navi_back.png);
	background-repeat: no-repeat;
  background-position: 15px 22px;
}

#contents #sub_navi li:last-child{
	border-bottom: 1px solid #d4d0bb;
}

#contents #sub_navi .sub a{
	padding-left: 3.5em;
	background-position: 30px center;
}

#contents #sub_navi .sub.sel a, #contents #sub_navi .sub2.sel a{
	color: #2b2b2b;
	background-color: #f3f3f3;
}

#contents #sub_navi .sel a, #contents #sub_navi li a:hover, #contents #sub_navi .sub.sel a:hover, #contents #sub_navi .sub2.sel a:hover{
	background-color: #d76174;
	color: #fff;
	opacity: 1.0;
}

#contents #sub_navi .sub2 a{
	padding: 0.5em 1.0em 0.5em 3.5em;
	background-position: 30px 9px;
	line-height: 1.4em!important;
}

#contents #archive{
	width: 800px;
	margin-left: 316px;
	min-height: 400px;
}

#contents #archive h2{
	font-size: 21px;
	line-height: 1.0em;
	font-weight: bold;
	padding-bottom: 18px;
	margin-bottom: 32px;
	border-bottom: 2px solid #d76174;
	line-height:1.6em;
}

#contents #archive h2 {
	padding:40px 0 4px 0;
}
#contents #archive h2:first-child {
	padding-top:4px;
}


#contents #archive h3{
	font-size: 18px;
	line-height: 32px;
	margin: 10px 0 18px;
	padding-left: 15px;
	border-left: 10px solid #d76174;
}

#contents #archive h4{
	font-size: 16px;
	line-height: 32px;
	margin: 5px 0 18px;
	padding: 6px 12px;
	background: #f1dce0;
}

/*#contents #archive .txt{
	font-size: 15px;
	line-height: 2.0em;
	padding-bottom: 15px;
}*/

#contents #archive p {
	font-size: 15px;
	line-height: 2.0em;
	padding-bottom: 15px;
}


#contents #archive ul,
#contents #archive ol {
	line-height: 2.0em;
	margin-left:32px;
	/*font-size:1.5em;*/
}

#contents #archive a[target$='_blank']{
	padding-left: 21px;
	background: transparent url(../img/ico_web.png) no-repeat no-repeat 0 2px;
}
#contents #archive a[href$='.pdf'][target$='_blank'],
#contents #archive a[href$='.pdf'] {
	padding:0 0 0 22px;
	background: transparent url(../img/ico_pdf_s.jpg) no-repeat no-repeat 0 2px;
}

#contents #archive a[href$='.xls'][target$='_blank'],
#contents #archive a[href$='.xls'],
#contents #archive a[href$='.xlsx'][target$='_blank'],
#contents #archive a[href$='.xlsx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_excel_s.jpg) no-repeat no-repeat 0 0;
}
#contents #archive a[href$='.doc'][target$='_blank'],
#contents #archive a[href$='.doc'],
#contents #archive a[href$='.docx'][target$='_blank'],
#contents #archive a[href$='.docx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_word_s.jpg) no-repeat no-repeat 0 0;
}
#contents #archive a[href$='.ppt'][target$='_blank'],
#contents #archive a[href$='.ppt'],
#contents #archive a[href$='.pptx'][target$='_blank'],
#contents #archive a[href$='.pptx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_pp_s.jpg) no-repeat no-repeat 0 0;
}
#contents #archive a[href ^="mailto:"] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_mail.png) no-repeat no-repeat 0 0;
}
* html a.mailto {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_mail.png) no-repeat no-repeat 0 0;
}

#contents #archive a.inside{
	padding-left: 14px;
	background: transparent url(../img/ico_arrow_02.png) no-repeat 3px center;
}
#contents #archive a.outside{
	padding-left: 21px;
	background: transparent url(../img/ico_web.png) no-repeat scroll 3px top;
}
#contents #archive a.anchor{
	padding:0 0 0 14px;
	background: transparent url(../img/ico_anchor.png) no-repeat 0 center;
}
#contents #archive a.noicon {
	margin-left: -21px;
	background-image: none !important;
}
#contents #archive a.noicon:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#contents #archive .name{
	font-size: 16px;
	font-weight: bold;
}

#contents #archive .face img, #contents #archive .poster img{
	width: 160px;
	height: auto;
	margin-right: 20px;
	float: left;
}

#contents #archive .poster img{
	border: 1px solid #ccc;
}

#contents #archive .row{
	display: flex;
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 0.5em;
}

#contents #archive .row p{
	width: 100%;
  /* margin: 0; */
}

#contents .gaiyou .row h5{
	width: 7.0em;
  /* margin: 0; */
}

#contents .gaiyou .row h5:before, #contents .nyuukai .row h5:before{
	content: "●";
	margin-right: 0.3em;
	color: #d76174;
}

#contents .kaisoku .row{
	padding-bottom: 1.5em;
}

#contents .kaisoku .row div{
	width: 100%;
}

#contents .kaisoku .list{
	list-style: none;
}

#contents .kaisoku .list li{
	text-indent: -1.0em;
	margin-left: 2.0em
}

#contents .kaisoku .list li span{
	width: 1.0em;
	display: inline-block;
}

#contents .kaisoku .row h5{
	width: 5.0em;
}

#contents .kaisoku .row h5.right{
	text-align: right;
}

#contents #archive .row.mb0{
	margin-bottom: 0;
	padding-bottom: 0;
}

#contents .kaisoku .pl5w{
	padding-left: 4.5em;
}

#contents .kaisoku > h5{
	font-size: 15px;
	line-height: 2.0em;
}

#contents .kaisoku .txt{
	padding-bottom: 0!important;
}

#contents .meibo ul{
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 2.0em;
	list-style: none;
	margin-left:0px !important;
}

#contents .meibo ul span{
	width: 6.0em;
	display: inline-block;
}

#contents .meibo ul.left_side{
	width: 50%;
	float: left;
}

#contents .meibo ul.right_side{
	width: 50%;
	float: right;
}

#contents .meibo ul.right_side {
}

#contents .meibo ul.honor{
	width: 100%;
}

#contents .meibo ul.honor li{
	width: 7.7em;
	display: inline-block;
}

#contents .comt ul{
	font-size: 15px;
	line-height: 1.6em;
	list-style: none;
	margin-bottom: 2.0em;
}

#contents .comt ul.mb0{
	margin-bottom: 0;
}

#contents .comt ul li{
	text-indent: -10em;
	margin-left: 10em;
}

#contents .comt ul li span{
	width: 10.0em;
	display: inline-block;
	text-align: right;
}
#contents .comt > div{
	padding-left: 5.0em;
}

#contents .comt h5{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
}

#contents .comt h5:before{
	content: "●";
	margin-right: 0.3em;
	color: #d76174;
}

#contents .comt .new_line{
	display: inline;
}

#contents .coi h5{
	text-align: center;
	font-size: 16px;
	line-height: 3.0em;
	font-weight: bold;
}

#contents .coi .list, #contents .pp .list, #contents .psmd .list{
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 1.6em;
	list-style: none;
}

#contents .coi .list li, #contents .pp .list li, #contents .psmd .list li{
	margin-left:2.0em;
	text-indent: -1.0em;
}

#contents .coi .list li span, #contents .pp .list li span, #contents .psmd .list li span{
	width: 1.0em;
	display: inline-block;
}

#contents .coi .mb0, #contents .pp .mb0, #contents .psmd .mb0{
	margin-bottom: 0;
	padding-bottom: 0!important;
}

#contents .psmd h5{
	font-size: 15px;
	line-height: 2.0em;
	font-weight: bold;
/* 	color: #d76174; */
}

#contents .coi .pdf{
	margin-left: 2.0em;
	margin-bottom: 2.0em;
}

#contents .pp .pl{
	padding-left: 10.0em;
}

#contents .psmd ul{
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 2.0em;
	list-style: none;
}

#contents .psmd ul span{
	width: 7.0em;
	display: inline-block;
}

#contents .psmd .notes{
	font-size: 15px;
	line-height: 1.6em;
	background: white;
	padding: 0.75em;
	border: 2px solid #d76174;
	margin-bottom: 4.0em;
}

#contents .psmd .terminology{
	background: #fff;
	font-size: 15px;
	line-height: 1.6em;
	border: 2px solid #e0e0e0;
	width: 100%;
	height: 730px;
}

#contents .psmd .terminology h3{
	background: #e0e0e0;
	border-left: none!important;
	margin: 0 0 10px!important;
}

#contents .psmd .terminology p{
	margin-bottom: 2.0em;
}

#contents .psmd .terminology div{
/*	width: 46%;
	padding: 0 2%;
	float: left;*/
}

#contents .secr .txt{
	padding-bottom: 0!important;
}

#contents .journal .fig_border{
	padding: 1.0em 2.0em;
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 30px;
}

#contents .journal .contact{
	font-size: 15px;
	line-height: 1.6em;
	width: 50%;
	margin: 10px auto 20px;
}
#contents .journal .fig_border h3{
	border-left: none!important;
	text-align: center;
	padding-left: 0!important;
}

#contents .journal .contact h5{
	font-size: 15px;
	line-height: 3.0em;
	padding-left: 1.0em;
}

#contents .journal .contact span{
	width: 8.0em;
	display: inline-block;
	padding-right: 1.0em;
	text-align: right;
}

#contents .journal .pdf, #contents .cong .pdf{
	font-size: 15px;
	line-height: 1.0em;
	background: #f1dce0;
	padding: 0.75em;
	border: 1px solid #d76174;
	margin-bottom: 1.5em;
}

#contents .journal .pdf img, #contents .cong .pdf img{
	padding-right: 1.5em;
}

#contents .journal .acrobat, #contents .cong .acrobat{
	float: left;
}

#contents .journal .acrobat_txt{
	font-size: 15px;
	line-height: 40px;
	padding-left: 190px;
}

#contents .cong .row{
	line-height: 1.6em!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

#contents .cong .row .colon{
	width: 1.0em!important;
	line-height: 1.6em!important;
	display: inline-block;
}

#contents .cong .row .class{
	width: 8em!important;
	line-height: 1.6em!important;
	display: inline-block;
}

#contents .cong .row .txt, #contents .cong .fig_border .txt{
	line-height: 1.6em!important;
	margin-bottom: 0;
	display: inline-block;
}

#contents .cong .fig_border{
/*	padding: 1.0em;
	background: #fff;*/
	margin-bottom: 20px;
}

#contents .cong .fig_border h4{
	background: none!important;
	padding-left: 0!important;
}

#contents .cong .fig_border h5{
	font-size: 15px;
	line-height: 2.0em;
	color: #d76174;
}

#contents .cong .row .class:before{
	content: "●";
	margin-right: 0.3em;
	color: #d76174;
}

#contents .acrobat_txt{
	font-size: 12px !important;
/*	border:1px solid #666;
	padding:8px !important;
	margin-top:24px;*/
}


#contents .nyuukai .row h5{
	width: 9.0em;
}

#contents .nyuukai{
	height: 700px;
}




/* 一般ページ */
#general_contents #gnav{
	height: 0px;
	background: none;
	border-top: 4px solid #2f9bb4;
	z-index: 100;
}

#general_contents #general_tittle ,#general_contents #tittle{
	width: 100%;
	background: #e9fcf9;
}

#general_contents #tittle h1{
	width: 1116px;
	height: 80px;
	margin: 0 auto;
	background-image: url(../img/tittle_back.jpg);
}

#general_contents #general_tittle h1{
	width: 1116px;
	height: 280px;
	margin: 0 auto;
}

#general_contents #tittle h1 img{
	margin-top: 16px;
}

#general_contents section{
	color: #2b2b2b;
	padding: 40px 0;
}

#general_contents #general_navi{
	width: 1116px;
	height: 675px;
	font-size: 0;
}

#general_contents #general_navi li{
	list-style: none;
	width: 356px;
	margin-right: 21px;
	margin-bottom: 32px;
	float: left;
	cursor: pointer;
}

#general_contents #general_navi li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 356px;
	height: 136px;
}

#general_contents #general_navi li:nth-child(3n){
	margin-right: 0;
}

#general_contents #general_navi li:nth-child(odd){
	border: 1px solid #85c8d7;
	background-color: #daf1f6;
	border-radius: 15px;
	background-image: url(../img/general_navi_back01.png);
	background-repeat: no-repeat;
	background-position: 340px center;
}

#general_contents #general_navi li:nth-child(even){
	border: 1px solid #ade786;
	background-color: #e4f3cc;
	border-radius: 15px;
	background-image: url(../img/general_navi_back02.png);
	background-repeat: no-repeat;
	background-position: 340px center;
}

#general_contents #general_navi li.psmd{
	border: 1px solid #c1c1c1;
	background-color: #fff;
	border-radius: 15px;
	background-image: none;
}

#general_contents #general_navi li.torokujigyo{
	border: 1px solid #f48d9d;
	background-color: #fff0f0 !important;
	border-radius: 15px;
	background-image: none;
	position:relative;
	overflow: hidden !important;
}

#general_contents #general_navi li:last-child{
	background-color: #000;
	background-image: none;
}
#general_contents #general_navi li a {
  position: relative;
}

#general_contents #general_navi li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  display: block;
  height: fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.2;
}
#general_contents #general_navi li .banner-img span {
  font-size: 18px;
  color: #561620;
  right: auto;
  left: 20px;
  text-align: left;
}

#general_contents #general_navi li:last-child img{
	border-radius: 15px;
}

#general_contents #general_navi li:hover{
	opacity: 0.7;
}

#general_contents #sub_navi{
	width: 266px;
	float: left;
}

#general_contents #sub_navi ul{
	list-style: none;
	width: 100%;
}

#general_contents #sub_navi li a{
	display: block;
	font-size: 15px;
	line-height: 42px;
	color: #2b2b2b;
	padding-left: 2.5em;
	border: 1px solid #d4d0bb;
	background-color: #fff;
	border-bottom: none;
	text-decoration: none;
	background-image: url(../img/sub_navi_genera_back.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#general_contents #sub_navi li:last-child{
	border-bottom: 1px solid #d4d0bb;
}

#general_contents #sub_navi .sub a{
	color: #2b2b2b;
/* 	background-color: #f3f3f3; */
	padding-left: 3.5em;
	background-position: 30px center;
}

#general_contents #sub_navi .sub.sel a{
	color: #2b2b2b;
	background-color: #f3f3f3;
}

#general_contents #sub_navi .sel a, #general_contents #sub_navi li a:hover{
	background-color: #2f9bb4;
	color: #fff;
	opacity: 1.0;
}

/*
#general_contents #sub_navi .sub a:hover{
	color: #2b2b2b;
	background-color: #f3f3f3;
}
*/


#general_contents #sub_navi .sub2 a{
	padding: 0.5em 1.0em 0.5em 2.5em;
	background-position: 15px 9px;
	line-height: 1.4em!important;
}

#general_contents #sub_navi .sub3 a{
	padding: 0.5em 1.0em 0.5em 3.5em;
	background-position: 30px 9px;
	line-height: 1.4em!important;
}

#general_contents .psmd_link{
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	background-color: #fff;
	margin-top: 24px;
}


#general_contents .bnr_torokujigyo_s {
	border-radius: 8px;
	background-color: #fff0f0;
	margin-top: 24px;
	border:1px solid #f48d9d;
}







#general_contents #archive{
	width: 800px;
	margin-left: 316px;
}

#general_contents #archive h2{
	font-size: 21px;
	line-height: 1.0em;
	font-weight: bold;
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 2px solid #2f9bb4!important;
}

#general_contents #archive h3{
	font-size: 18px;
	line-height: 32px;
	margin: 10px 0 18px;
	padding-left: 15px;
	border-left: 10px solid #2f9bb4;
}

#general_contents #archive h4{
	font-size: 16px;
	line-height: 32px;
	margin: 5px 0 18px;
	padding-left: 15px;
	background: #cee6eb;
}

#general_contents #archive h4 rt{
	font-weight: normal;
}

#general_contents #archive h5, #general_contents #archive .fig_border h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;;
	padding-left: 0;
	color: #2f9bb4;
	background: none;
}

#general_contents #archive .fig_border{
	padding: 1.0em;
	background: #fff;
	margin-bottom: 1.0em;
}

#general_contents #archive .txt{
	font-size: 15px;
	line-height: 2.0em;
	padding-bottom: 15px;
}



#general_contents #archive .list{
	padding: 0 0 1.0em 1.5em;
}

#general_contents #archive .list li{
	padding-bottom: 0;
}

#general_contents #archive .txt .external {
/*    background: url(../img/external.png) no-repeat right;
    padding-right: 16px;
    color: #0085cf;*/
	text-decoration: none;
}

#general_contents #archive .txt .inner {
/*    background: url(../img/arrow.png) no-repeat right;
    padding-right: 10px;
    color: #0085cf;*/
	text-decoration: none;
}

#general_contents #archive .txt .external:hover, #general_contents #archive .txt .inner:hover{
	opacity: 1.0;
	text-decoration: underline;
}

#general_contents #archive .around{
	display: inline-block;
	width: 100%;
	margin-bottom: 1.0em;
}

#general_contents #archive .around .photo{
	padding: 10px;
	float: right;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #ccc;
}

#general_contents #archive .around.line{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#general_contents #archive .around.line .photo{
	float: left;
	margin-left: 0;
	margin:  10px;
}

#general_contents #archive .around .around_right{
	float: right;
}

#general_contents #archive .around .around_right .photo{
	float: none;
	margin-bottom: 10px;
	width: 260px;
}
#general_contents h6{
	color: #04248b;
	margin-bottom: 10px;
}

#general_contents #archive .around .around_right div:last-child{
	margin-bottom: 0;
}

#general_contents #archive .around .photo.left{
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

#general_contents #archive .around .photo .caption{
	font-size: 13px;
	padding-top: 5px;
	text-align: center;
}

#general_contents #archive .around .photo .caption_t{
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
/*
#general_contents #archive table{
	width: 100%;
	font-size: 12px;
	line-height: 1.6em;
	background: #fff;
	margin-bottom: 30px;
}

#general_contents #archive table tr{
	border: 1px solid #000;
}

#general_contents #archive table th{
	text-align: left;
	padding: 0.5em;
	font-weight: normal;
	width: 10em;
	background: #f5f5f5;
	border-right: 1px solid #000;
}

#general_contents #archive table td{
	padding: 0.5em;
	font-weight: normal;
}*/
.exclamation_sec{
	height: 650px;
}
.exclamation {
	font-size: 16px;
    background: url(../img/exclamation.png) no-repeat left;
    padding-left: 20px;
}



#general_contents #archive a[target$='_blank']{
	padding-left: 21px;
	background: transparent url(../img/ico_web.png) no-repeat no-repeat 0 2px;
}
#general_contents #archive a[href$='.pdf'][target$='_blank'],
#general_contents #archive a[href$='.pdf'] {
	padding:0 0 0 22px;
	background: transparent url(../img/ico_pdf_s.jpg) no-repeat no-repeat 0 2px;
}

#general_contents #archive a[href$='.xls'][target$='_blank'],
#general_contents #archive a[href$='.xls'],
#general_contents #archive a[href$='.xlsx'][target$='_blank'],
#general_contents #archive a[href$='.xlsx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_excel_s.jpg) no-repeat no-repeat 0 0;
}
#general_contents #archive a[href$='.doc'][target$='_blank'],
#general_contents #archive a[href$='.doc'],
#general_contents #archive a[href$='.docx'][target$='_blank'],
#general_contents #archive a[href$='.docx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_word_s.jpg) no-repeat no-repeat 0 0;
}
#general_contents #archive a[href$='.ppt'][target$='_blank'],
#general_contents #archive a[href$='.ppt'],
#general_contents #archive a[href$='.pptx'][target$='_blank'],
#general_contents #archive a[href$='.pptx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_pp_s.jpg) no-repeat no-repeat 0 0;
}
#general_contents #archive a[href ^="mailto:"] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_mail.png) no-repeat no-repeat 0 0;
}
* html a.mailto {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_mail.png) no-repeat no-repeat 0 0;
}

#general_contents #archive a.inside{
	padding-left: 14px;
	background: transparent url(../img/sub_navi_genera_back.png) no-repeat 3px center;
}

#general_contents #archive a.outside{
	padding-left: 21px;
	background: transparent url(../img/ico_web.png) no-repeat scroll 3px top;
}
#general_contents #archive a.anchor{
	padding:0 0 0 14px;
	background: transparent url(../img/ico_anchor.png) no-repeat 0 center;
}
#general_contents #archive a.noicon {
	margin-left: -21px;
	background-image: none !important;
}
#general_contents #archive a.noicon:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#general_contents #archive.bnr_torokujigyo_s a img[href$='.pdf'][target$='_blank'],
#general_contents #archive.bnr_torokujigyo_s a img[href$='.pdf'] {
	margin-left: -21px;
	background-image: none;
}

#general_contents #archive p {
    font-size: 15px;
    line-height: 2.0em;
    padding-bottom: 15px;
}
#general_contents .table_{
	box-sizing: border-box;
	border-collapse:collapse;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;

  }
  #general_contents .table_ th,
  #general_contents .table_ td{
	border: 1px solid #999;
	padding: .5em 1em;
	text-align: left;
  }
  #general_contents table th{
	background: #eee;
	min-width: 130px;

  }
.clear{
	clear: both;
}

.f0{
	font-size: 0;
}
.sp{
	display: none!important;
}

.pc{
	display: block!important;
}

.pc_in{
	display: inline-block!important;
}

/*-- contents design ----------------------------------------------------------------------------------------------*/

#contents #archive .renraku {
	margin:8px auto;
}

#contents #archive .renraku:first-child {
	margin:0 auto 8px auto;
}

#contents #archive .renraku p,
#contents #archive .renraku li {
	font-size:15px;
	line-height: 2.0em;
	padding-bottom: 15px;
}

/*#contents #archive .renraku h2 {
	padding:40px 0 4px 0;
}
#contents #archive .renraku h2:first-child {
	padding-top:16px;
}*/
#contents #archive .renraku h2 {
	line-height: 1.6em;
}

#contents #archive .renraku .keisaibi {
	text-align:right;
	font-size:1.1em;
/*	border-bottom:1px dotted #968e6d;
	margin-bottom:40px;*/
}
#contents #archive .renraku ul {
	margin:40px;

}


#contents #archive table {
	border:1px solid #a1a1a1;
	padding:0px;
	width:100%;
	margin:16px 0;
	background-color:#fff;
}
#contents #archive table th {
	padding:4px 6px;
	background-color:#ffdbdb;
	font-size:16px;
	font-weight:bold;
}
#contents #archive table td {
	padding:6px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	font-size:14px;
	line-height:140%;
}

#contents #archive table.table01 {
  margin-top: 50px;
	border:1px solid #a1a1a1 !important;
}
#contents #archive table.table01 th {
  background: #f1dce0 !important;
	border:1px solid #a1a1a1 !important;
	padding: 10px 12px!important;
}
#contents #archive table.table01 td {
  background: #fff !important;
	border:1px solid #a1a1a1 !important;
	padding: 6px 12px!important;
}


/* アコーディオン */
.toggle {
	display: none;
}
.Label {		/*タイトル*/
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #fff;
  background: #d76174;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;

  display: flex;
  flex-wrap: wrap;
}
.content p{		/*本文*/
  width: 50%;
}
@media (max-width: 600px) {
  .content p{		/*本文*/
    width: 100%;
  }
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.link-box {
display: flex;
flex-wrap: wrap;
}
.link-box a {
  width: calc(50% - 22px);
  display: block;
  line-height: 1.4;
}
.link-box a:nth-child(n+3) {
  margin-top: 10px;
}

.commerce {
  width: 1116px;
  margin-inline: auto;
}
.commerce .c-table02 {
  width: 100%;
  word-break: break-all;
}

.commerce .c-table02 a {
  color: #0046AA;
  text-decoration: underline;
}

.commerce .c-table02 .tel {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (min-width: 641px) {
  .commerce .c-table02 a:hover {
    text-decoration: none;
  }
}

.commerce .c-table02 table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  line-height: 1.875;
}

.commerce .c-table02 th{
  font-size: 16px;
  border: 1px solid #fff;
  padding: 10px 20px;
}
.commerce .c-table02 td {
  font-size: 16px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.commerce .c-table02 th {
  width: 300px;
  text-align: left;
  background-color: #f1dce0;
}
.commerce .c-table02 td {
  background-color: #fff;
}

.commerce .c-table02 td {
  width: calc(100% - 300px);
}
.commerce .c-table02 .list {
  list-style-type: none;
}
.commerce .c-table02 .list li {
  position: relative;
  padding-left: 10px;
}

.commerce .c-table02 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.commerce .c-table02 .buy {
  margin-top: 20px;
  list-style-type: none;
}

.commerce .c-table02 .buy .item-txt {
  font-size: 14px;
}

#contents .head-neck #archive {
  width: 100%;
  margin-left: 0;
}

a.login-link {
  background-color: #d76174 !important;
  color: #fff;
  padding: 12px 20px 10px;
  font-size: 18px;
  border-radius: 8px;
}
a.login-link span {
  margin-left: 5px;
}