/*
Theme Name: nagano-takken
Author: nagano-takken
Author URI: https://www.nagano-takken.or.jp/
Description: nagano-takken
*/

@charset "UTF-8";
@import url("./reset.css");


.pc {
	display: block;
}

.sp {
	display: none;
}

/* -------------------------------
common
---------------------------------- */
body {
	font: 14px/18px "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,Helvetica,sans-serif;
	color: #000;
	word-wrap: break-word;
}

.char_m { font-size: 14px; line-height: 18px; }
.char_l { font-size: 16px; line-height: 20px; }

.in {
	width: 1200px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

a:link,
a:visited {
	color: #197fc0;
	text-decoration: none;
}

a:hover,
a:active {
	color: #197fc0;
	text-decoration: none;
	opacity: 0.7;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}


/* -------------------------------
header
---------------------------------- */
#header {
	width: 100%;
}

/*-----20210313追加------*/

#header .common_header{
  height:210px;
  background: url("./img/head_common.png") no-repeat left top;
  width:1200px;
  margin: 0 auto;
  position: relative;
}

#header .common_header figure{
  position: absolute;
  top:20px;
  left:100px;
}

/*-----20210313 end------*/

#header .in {
	height: 130px;

	position: relative;
}

#header .header_title {
	width: 320px;
	height: 80px;

	position: absolute;
	top: 0;
	left: 0;
}

#header .header_title a {
	display: block;
}

#header nav {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header nav ul li {
	float: left;
	display: block;

	position: relative;
}

#header nav ul li ul {
	display: none;

	position: absolute;
	z-index: 1000;
}

#header nav ul li a {
	display: block;
	width: 209px;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #dedede;
	color: #000;
	border-right: 1px solid #fff;
}

#header nav ul li ul li a {
	font-size: 0.8em;
}

#header nav ul li.memberuse a { background-color: #34a12c; color: #fff; }
#header nav ul li.system a { background-color: #ff6600; color: #fff; }
#header nav ul li.guide a { background-color: #ed1111; color: #fff; }
#header nav ul li.outline a { background-color: #197fc0; color: #fff; }

#header nav ul li.branch a {
	width: 179px;
}

#header nav ul li.memberlist a {
	width: 180px;
	border-right: 0;
}

#header .contact {
	position: absolute;
	top: 31px;
	right: 400px;
}

#header .contact a,
#header .contact span {
	display: inline-block;
	height: 25px;
	padding: 0 10px 0 30px;
	font-weight: bold;
	color: #fff;
}

#header .contact .tel {
	font-size: 1.2em;
	line-height: 1.5em;

	/*background: url("./img/icon_tel.png") no-repeat left top;*/
}

#header .contact .tel:before{
  font-family: fontAwesome;
  content: '\f098';
  display: inline-block;
  margin-right: 5px;
}

#header .contact .mail {
	font-size: 1em;
	line-height: 1.8em;
	/*background: url("./img/icon_mail.png") no-repeat left top;*/
}

#header .contact .mail:before{
  font-family: fontAwesome;
  content: '\f003';
  display: inline-block;
  margin-right: 5px;  
}

#header .search {
	width: 160px;
	height: 28px;
	padding-left: 5px;
	/*border: 1px solid #434343;*/
	border-radius: 5px;

	position: absolute;
	top: 30px;
	right: 225px;
}

#header .search .cse .gsc-control-cse, .gsc-control-cse {
	border: 0 !important;
	padding: 0 !important;
}

#header .search form.gsc-search-box {
	margin-bottom: 0;
}

#header .search table.gsc-search-box {
	margin-bottom: 0;
}

#header .search table tbody td {
	padding: 0;
	border: 0 ;
}

#header .search table.gsc-search-box td {
	vertical-align: top;
}

#header .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 3px 5px 0 0;
}

#header .search table.gsc-search-box .gsc-search-button {
	background-color: #434343;
}

#header .search .gsc-input-box {
	border: 0;
	box-shadow: none;
}

#header .search .cse .gsc-search-button input.gsc-search-button-v2,
#header .search input.gsc-search-button-v2 {
	padding: 7px 10px;
    margin: 0;
	border: 0;
	border-radius: 0;
    background-color: transparent;
}

#header .char {
	width: 205px;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;

	position: absolute;
	top: 30px;
	right: 5px;
  
  color:#fff;
}

#header .char span {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: right;
	overflow: hidden;
}

#header .char a {
	display: inline-block;
	width: 55px;
	height: 30px;
	margin-left: 3px;
	text-align: center;
	background-color: #ddd;
	color: #000;
	overflow: hidden;
	border-radius: 5px;
}

#header .char a.selected {
	background-color: #434343;
	color: #fff;
}


/* -------------------------------
footer
---------------------------------- */
#footer {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #34a12c;
}

#footer .in {
	width: 100%;
}


#footer .name {
	display: inline-block;
	height: auto;
	min-height: 32px;
	line-height: 1.5em;
	margin: 0 auto 10px auto;
	padding: 15px 0 0 50px;
	text-align: left;
	background: url("./img/logo_footer.png") no-repeat 0 50%;
}

#footer .address {
	margin-bottom: 10px;
	font-size: 0.8em;
}

#footer .tel {
	margin-bottom: 20px;
	font-size: 0.8em;
}

/*-----20210313追加------*/

#footer .common_footer{
	background: url("./img/foot_common.png") no-repeat left top;
  height:154px;
  background-size: cover;
  position: relative;
}

#footer .common_footer .f_wrap{
  width:1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer .common_footer p{
  /*position: absolute;
  bottom:20px;
  right:6%;*/
  width:50%;
  margin-top: 100px;
  font-size: 0.8em;
}

#footer nav {
	/*margin-bottom: 20px;*/
  width:40%;
  margin-top: 70px;
}

#footer nav ul {
  display: flex;
  justify-content: space-between;
}

#footer nav ul li {
	display: inline-block;
	margin: 0 30px;
}

#footer nav ul li a {
	color: #fff;
}

/*-----20210313end------*/

/*#footer .copy {
	padding: 10px 0 20px 0;
	
	background-color: #34a12c;
	color: #fff;
}*/

#footer .btn_top {
	display: none;
	width: 50px;
	height: 50px;

	position: fixed;
	bottom: 10px;
	right: 10px;
}

#footer .btn_top img {
	display: block;
}


/* -------------------------------
main
---------------------------------- */
#main {
	margin-bottom: 100px;
}


/* -------------------------------
home_article
---------------------------------- */
.home_article {
	margin-bottom: 40px;
}


/* -------------------------------
home_photo
---------------------------------- */
#home_photo img {
	display: block;
}

#home_photo .slick-prev {
    left: 10px;
    z-index: 9999;
	width:25px;
	height:25px;
}
#home_photo .slick-next {
    right: 10px;
    z-index: 9999;
	width:25px;
	height:25px;
}

#home_photo .slick-prev:before,#home_photo .slick-next:before{
	font-size:25px;
}

#home_photo .catch_copy {
	margin-top: -65px;

	position: relative;
	z-index: 100;
}

#home_photo .catch_copy img {
	margin: 0 auto;
}


/* -------------------------------
home_link
---------------------------------- */
#home_link .home_link {
	float: left;
	width: 590px;
	height: 156px;
	margin: 0 20px 20px 0;
	padding: 72px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#home_link .home_link:nth-child(2n+0) {
	margin-right: 0;
}

#home_link .home_link:nth-last-child(1),
#home_link .home_link:nth-last-child(2) {
	margin-bottom: 0;
}

#home_link .home_link_member { background-image: url("./img/bg_link_01.jpg"); }
#home_link .home_link_system { background-image: url("./img/bg_link_02.jpg"); }
#home_link .home_link_guide { background-image: url("./img/bg_link_03.jpg"); }
#home_link .home_link_outline { background-image: url("./img/bg_link_04.jpg"); }

#home_link .home_link .txt {
	width: 200px;
	height: 120px;
	margin: 0 auto;
	padding: 15px 30px 20px 30px;
	color: #fff;

	position: relative;
}

.char_l #home_link .home_link .txt {
	width: 220px;
}

#home_link .home_link_member .txt { background-color: #34a12c; }
#home_link .home_link_system .txt { background-color: #ff6600; }
#home_link .home_link_guide .txt { background-color: #ed1111; }
#home_link .home_link_outline .txt { background-color: #197fc0; }

#home_link .home_link .txt h2 {
	margin-bottom: 12px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#home_link .home_link .txt .content {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#home_link .home_link .txt a {
	display: block;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
}

#home_link .home_link .txt .arukuma {
	width: auto;

	position: absolute;
	top: -20px;
	left: -50px;
}


/* -------------------------------
home_sumuz
---------------------------------- */
#home_sumuz img {
	display: block;
}


/* -------------------------------
home_news
---------------------------------- */
#home_news .news {
	float: left;
	width: 665px;
	padding: 13px 100px 0 85px;

	position: relative;
}

#home_news .facebook {
	float: left;
	width: 250px;
	padding-right: 100px;
}

#home_news .news h2 {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-left: 45px;
	font-size: 1.3em;
	font-weight: bold;
	background: url("./img/icon_news.png") no-repeat 0 50%;
}

#home_news .news .more {
	display: block;
	height: 15px;
	line-height: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #000;
	background: url("./img/icon_arrow_01.png") no-repeat 0 50%;

	position: absolute;
	top: 20px;
	left: 250px;
}

#home_news .news dl a {
	color: #000;
}

#home_news .news dl dt {
	float: left;
	width: 150px;
	padding-left: 5px;
}

#home_news .news dl dd {
	margin-bottom: 20px;
	padding: 0 5px 20px 160px;
	border-bottom: 1px solid #d8d8d8;
}

#home_news .news .date {
	display: inline-block;
	margin-right: 10px;
}


#home_news .news .category {
	display: inline-block;
	padding: 2px 10px;
	font-size: 0.8em;
	color: #fff;
	background-color: #dedede;
}

#home_news .news .category_member { background-color: #34a12c; }
#home_news .news .category_system { background-color: #ff6600; }
#home_news .news .category_guide { background-color: #ed1111; }
#home_news .news .category_outline { background-color: #197fc0; }


/* -------------------------------
home_study
---------------------------------- */
#home_study {
	padding: 20px 0;
	background-color: #34a12c;
	text-align: center;
}

#home_study .in {
	letter-spacing: -.4em;
}

#home_study .home_study {
	display: inline-block;
	width: 362px;
	height: 90px;
	padding: 15px 12px;
	margin: 0 10px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	letter-spacing: normal;
}

#home_study .home_study:nth-child(1) {
	margin-left: 0;
}

#home_study .home_study:nth-last-child(1) {
	margin-right: 0;
}

#home_study .home_study .img {
	float: left;
	width: 100px;
	height: 90px;
	background: url("./img/no_image.jpg") no-repeat 50% 50%;
	background-size: cover;
}

#home_study .home_study .txt {
	margin-left: 115px;
}

#home_study .home_study_no_img .txt {
	margin-left: 0;
}

#home_study .home_study .txt h2 {
	margin-bottom: 10px;
	color: #17800f;
}

#home_study .home_study .txt h2 a {
	color: #17800f;
}

#home_study .home_study .txt .content {
	font-size: 0.8em;
	line-height: 1.5em;
}

#home_study .home_study .txt .content a {
	color: #000;
}


/* -------------------------------
home_banner
---------------------------------- */
#home_banner .home_banner_btn {
	float: left;
	display: block;
	width: 20px;
	height: 50px;
	line-height: 50px;
}

#home_banner .home_banner_btn:nth-last-child(1) {
	text-align: right;
}

#home_banner .home_banner_btn img {
	width: auto;
}

#home_banner .home_banner_scroll {
	float: left;
	display: block;
	width: 1160px;
	height: 50px;
	overflow: hidden;
}

#home_banner .home_banner_scroll ul {
	width: 5000px;
	height: 50px;
	list-style-type: none;
}

#home_banner .home_banner_scroll ul li {
	float: left;
	margin-right: 15px;
	display: block;
}

#home_banner .home_banner_scroll ul li a {
	display: block;
}

#home_banner .home_banner_scroll img {
	display: block;
	width: auto;
	height: 50px;
}


/* -------------------------------
breadcrumb
---------------------------------- */
.breadcrumb {
	margin-bottom: 45px;
}

.breadcrumb nav ul {
	font-size: 0.8em;
	line-height: 1.2em;
}

.breadcrumb nav ul li {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 0 0 0 24px;
	color: #333;
	background: url("./img/icon_arrow_04.png") no-repeat left center;
}

.breadcrumb nav ul li:first-child {
	padding: 0 0 0 5px;
	background: none;
}


/* -------------------------------
page_article
---------------------------------- */
.page_article {
}

.page_article header {
	margin-bottom: 15px;
}

.page_article header .in {
	height: 180px;
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.page_article header h1 {
	width: 390px;
	height: 180px;
	line-height: 180px;
	font-size: 2em;
	margin-left: 30px;
	text-align: center;
	color: #fff;
}

.page_01 header .in { background-image: url("./img/bg_title_01.jpg"); }
.page_02 header .in { background-image: url("./img/bg_title_01.jpg"); }
.page_03 header .in { background-image: url("./img/bg_title_02.jpg"); }
.page_04 header .in { background-image: url("./img/bg_title_03.jpg"); }
.page_05 header .in { background-image: url("./img/bg_title_04.jpg"); }
.page_06 header .in { background-image: url("./img/bg_title_05.jpg"); }
.page_07 header .in { background-image: url("./img/bg_title_06.jpg"); }
.page_news header .in { background-image: url("./img/bg_title_07.jpg"); }
.page_memberlist header .in { background-image: url("./img/bg_title_08.jpg"); }

.page_01 header h1 { background-color: #34a12c; }
.page_02 header h1 { background-color: #34a12c; }
.page_03 header h1 { background-color: #ff6600; }
.page_04 header h1 { background-color: #ed1111; }
.page_05 header h1 { background-color: #197fc0; }
.page_06 header h1 { background-color: #dedede; color: #000; }
.page_07 header h1 { background-color: #dedede; color: #000; }
.page_news header h1 { background-color: #dedede; color: #000; }
.page_memberlist header h1 { background-color: #dedede; color: #000; }


/* -------------------------------
page_section
---------------------------------- */
.col_02 .page_section .content {
	float: left;
	width: 900px;
}

.col_02 .page_section .side {
	float: right;
	width: 250px;
}

.page_section .content h2 {
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	background: url("./img/bg_title_page.png") no-repeat left bottom;
}


/* -------------------------------
page_section detail
---------------------------------- */
.page_section .content .detail {
	margin-bottom: 40px;
}

.page_section .content .detail p {
	margin-bottom: 15px;
	line-height: 1.8em;
}

.page_section .content .detail table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #dedede;
}

.page_section .content .detail table th {
	width: 240px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #f8f8f8;
	border: 1px solid #dedede;
}

.page_section .content .detail table td {
	padding: 20px;
	vertical-align: top;
	border: 1px solid #dedede;
}

.page_section .content .detail table input,
.page_section .content .detail table select {
	width: 95%;
	padding: 5px;
	border: 1px solid #dedede;
}

.page_section .content .detail table input[type="radio"],
.page_section .content .detail table input[type="checkbox"]{
	width: initial;
	margin-top:0;
	margin-right:0;
	vertical-align:-1px;
}

.page_section .content .detail table textarea {
	width: 95%;
	height: 100px;
	padding: 5px;
	border: 1px solid #dedede;
}

.page_section .content .detail table input.m,
.page_section .content .detail table select.m {
	width: 50%;
}

.page_section .content .detail table input.s,
.page_section .content .detail table select.s {
	width: 40%;
}

.page_section .content .detail .btn_black {
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #434343;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
}

.page_section .content .detail .btn_box_search {
	margin-bottom: 15px;
}

.page_section .content .detail .btn_box_search .btn_black {
	margin: 0 auto;
}

.page_section .content .detail .btn_box_pdf {
	margin-bottom: 40px;
}

.page_section .content .detail .btn_box_pdf .btn_back {
	float: left;
}

.page_section .content .detail .btn_box_pdf .btn_back  a:first-child{
	display: block;
  padding: 10px 20px;
  color: #34a12c;
  border-radius: 10px;
	border: 1px solid #34a12c;
}

.page_section .content .detail .btn_box_pdf .btn_back  a:last-child{
	display: block;
  background: #34a12c;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
}

.page_section .content .detail .btn_box_pdf .btn_black {
	float: right;
}

.page_section .content .detail .btn_box_form {
	margin-bottom: 15px;
}

.page_section .content .detail .btn_box_form .btn_black {
	margin: 0 auto;
}

.mw_wp_form .btn_box_form{
	position:relative;
}
.mw_wp_form .btn_box_form p.button{
	position: absolute;
	top: 0;
}
.mw_wp_form .btn_box_form p.button .gray {
	display:block;
	width:60px;
	height:45px;
	background-color:#ccc;
	border:none;
	border-radius:5px;
	margin: 0 auto 0 0;
	line-height:45px;
	cursor:pointer;
}

.page_section .content .detail .btn_box_orderby {
	margin-bottom: 40px;
}

/*-----------
講習会ページのみ適用
---------------------*/
.page_section .content .detail .kensyukai table th{
  width:auto;
}

/*-----------
開業支援セミナーページのみ適用
---------------------*/
.page_04 .page_section .content .detail table th{
  width:auto;
}

/* -------------------------------
page_section side
---------------------------------- */
.page_section .side .menu {
	margin-bottom: 20px;
}

.page_section .side .menu h3 a,
.page_section .side .menu h3 span {
	display: block;
	padding: 20px;
	color: #fff;
	font-weight: bold;
}

.page_02 .page_section .side .menu h3 a,
.page_02 .page_section .side .menu h3 span {
	background-color: #34a12c;
}

.page_03 .page_section .side .menu h3 a,
.page_03 .page_section .side .menu h3 span {
	background-color: #ff6600;
}

.page_04 .page_section .side .menu h3 a,
.page_04 .page_section .side .menu h3 span {
	background-color: #ed1111;
}

.page_05 .page_section .side .menu h3 a,
.page_05 .page_section .side .menu h3 span {
	background-color: #197fc0;
}

.page_memberlist .page_section .side .menu h3 a,
.page_memberlist .page_section .side .menu h3 span {
	background-color: #dedede;
	color: #000;
}

.page_section .side .menu ul {
	list-style-type: none;
}

.page_section .side .menu ul li a {
	display: block;
	padding: 20px;
	color: #000;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dedede;
}

.page_section .side .menu ul li:last-child a {
	border-bottom: 0;
}

.page_section .side .archives h3 {
	margin-bottom: 10px;
	padding: 10px 20px;
	color: #fff;
	font-weight: normal;
	background-color: #434343;
}

.page_section .side .archives select {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 20px;
	border: 1px solid #c5c5c5;
}

.page_section .side .archives select:last-child {
	margin-bottom: 0;
}

.page_section .side .btn_black {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #434343;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
}


/* -------------------------------
page_section content
---------------------------------- */
.page_section .content .date {
	display: inline-block;
}

.page_section .content .category {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 10px;
/*	font-size: 0.8em;*/
    font-size: 0.9em;
/*	color: #fff;*/
	background-color: #fff;
}

.page_section .content .category_member { background-color: #34a12c; }
.page_section .content .category_system { background-color: #ff6600; }
.page_section .content .category_guide { background-color: #ed1111; }
.page_section .content .category_outline { background-color: #197fc0; }


.page_section .content .category_post_01 { background-color: #34a12c; }
.page_section .content .category_post_02 { background-color: #ff6600; }
.page_section .content .category_post_03 { background-color: #ed1111; }
.page_section .content .category_post_04 { background-color: #197fc0; }


/* -------------------------------
page_section list
---------------------------------- */
.page_section .content dl.list {
	margin-bottom: 40px;
}

.page_section .content dl.list dt {
	float: left;
	width: 150px;
}

.page_section .content dl.list dd {
	margin-bottom: 30px;
	padding-left: 160px;
	line-height: 1.5em;
}

.page_section .content dl.list dd a {
	display: block;
	margin-bottom: 15px;
}

.page_section .content dl.list dd .detail {
	display: block;
	margin-bottom: 0;
}


/* -------------------------------
page_section paginate
---------------------------------- */
.page_section .content .paginate {
	text-align: center;
}

.page_section .content .paginate .page-numbers {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 2px 4px 2px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.page_section .content .paginate .prev {
	text-indent: -100px;
	background: url("./img/icon_arrow_05.png") no-repeat center center;
}

.page_section .content .paginate .next {
	text-indent: -100px;
	background: url("./img/icon_arrow_06.png") no-repeat center center;
}

.page_section .content .paginate .current {
	background-color: #878787;
	color: #fff;
}


/* -------------------------------
page_section single
---------------------------------- */
.page_section .content .info {
	margin: -30px 0 30px 0;
	text-align: right;
}


/* -------------------------------
memberlist_map
---------------------------------- */
.page_section .content .memberlist_map {
	text-align: center;
}


/* -------------------------------
memberlist_condition
---------------------------------- */
.page_section .content .memberlist_condition {
	width: 80%;
	margin: 0 auto;
}


/* -------------------------------
memberlist_result
---------------------------------- */
.page_section .content .memberlist_result {
	margin-bottom: 35px;
}

.page_section .content .memberlist_result .memberlist_info {
	margin-bottom: 15px;
}

.page_section .content .memberlist_result .memberlist_info .name {
	margin-right: 15px;
	font-size: 1.5em;
}

.page_section .content .memberlist_result .memberlist_info .no {
	margin-right: 15px;
}

.page_section .content .memberlist_result table.memberlist_detail th {
	width: 100px;
    padding: 20px 10px;
}

.page_section .content .memberlist_result table.memberlist_detail td {
    padding: 20px 10px;
}

.page_section .content .memberlist_result table.memberlist_detail .w_s {
	width: 65px;
}

.page_section .content .memberlist_result table.memberlist_detail .w_m {
	width: 280px;
}

.page_section .content .memberlist_result_title {
	margin-top: 60px;
	background: none;
	color: #197fc0;
	border-bottom: 1px solid #197fc0;
	padding-bottom: 0;
}


/* -------------------------------
link
---------------------------------- */
.out {
	padding-left: 20px;
	background: url("./img/icon_link_out.png") no-repeat left center;
}


/* -------------------------------
2022 04 05 会員用お知らせ 改修
---------------------------------- */
.member-news .cate_btn ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
}

.member-news .cate_btn ul li a {
  padding: 10px;
  text-align: center;  
  color: #000;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.member-news .cate_btn ul li a:hover {
  background: #DEDEDE;
  opacity: 1;
}

.member-news .cate_btn ul li {
  width: calc(100% / 7);
  border-bottom: 6px solid #ff5944;
  background: #f8f8f8;
  position: relative;
}

/*　タブ背景色 */
body.category-honbu .cate_btn li.honbu,
body:not(.category-honbu,.category-nagano,.category-ueda,.category-saku,.category-chushin,.category-suwa,.category-suwa,.category-nanshin) .cate_btn li.honbu {
    background: #ff5944;
}

body.category-honbu .cate_btn li.honbu a,
body:not(.category-honbu,.category-nagano,.category-ueda,.category-saku,.category-chushin,.category-suwa,.category-suwa,.category-nanshin) .cate_btn li.honbu a {
    color: #fff;
}

body.category-nagano .cate_btn li.nagano {
  background: #ffb3cc;
}

body.category-ueda .cate_btn li.ueda {
  background: #f9e63b;
}

body.category-saku .cate_btn li.saku {
  background: #ffa848;
}

body.category-chushin .cate_btn li.chushin {
  background: #8ce166;
}

body.category-suwa .cate_btn li.suwa {
  background: #74b0e1;
}

body.category-suwa .cate_btn li.suwa a {
  color: #fff;
}

body.category-nanshin .cate_btn li.nanshin {
  background: #b27fe8;
}

body.category-nanshin .cate_btn li.nanshin a {
  color: #fff;
}
/* 下矢印 */
body.category-honbu .cate_btn li.honbu::before,
body:not(.category-honbu,.category-nagano,.category-ueda,.category-saku,.category-chushin,.category-suwa,.category-suwa,.category-nanshin) .cate_btn li.honbu::before {
  content: '';
  border-top: 18px solid #ff5944;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.category-nagano .cate_btn li.nagano::before {
  content: '';
  border-top: 18px solid #ffb3cc;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
}

body.category-ueda .cate_btn li.ueda::before {
  content: '';
  border-top: 18px solid #f9e63b;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.category-saku .cate_btn li.saku::before {
  content: '';
  border-top: 18px solid #ffa848;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.category-chushin .cate_btn li.chushin::before {
  content: '';
  border-top: 18px solid #8ce166;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.category-suwa .cate_btn li.suwa::before {
  content: '';
  border-top: 18px solid #74b0e1;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.category-nanshin .cate_btn li.nanshin::before {
  content: '';
  border-top: 18px solid #b27fe8;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.member-news .page_section .content dl.list dt {
  width: 190px;
}

.member-news .page_section .content dl.list dd {
/*  padding-left: 190px;*/
  padding-left: 200px;
}

.member-news .page_section .content .category {
  width: 5em;
  text-align: center;
  color: #000;
}

.member-news.menber-news-under .page_section .content .category {
  width: 7em;
  padding: 0;
  text-align: center;
}

.member-news.menber-news-under .page_section .content .category a {
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2px 0;
}

/* ボタン色 */
.member-news .cate_btn ul li.nagano,
.member-news.member-news-under .cate_btn ul li.nagano a {
  border-bottom: 6px solid #ffb3cc;
}

.member-news .cate_btn ul li.ueda,
.member-news.member-news-under .cate_btn ul li.ueda a {
  border-bottom: 6px solid #f9e63b;
}

.member-news .cate_btn ul li.saku,
.member-news.member-news-under .cate_btn ul li.saku a {
  border-bottom: 6px solid #ffa848;
}

.member-news .cate_btn ul li.chushin,
.member-news.member-news-under .cate_btn ul li.chushin a {
  border-bottom: 6px solid #8ce166;
}

.member-news .cate_btn ul li.suwa,
.member-news.member-news-under .cate_btn ul li.suwa a {
  border-bottom: 6px solid #74b0e1;
}

.member-news .cate_btn ul li.nanshin,
.member-news.member-news-under .cate_btn ul li.nanshin a {
  border-bottom: 6px solid #b27fe8;
}

/* アイコン色 */
.member-news .page_section .content .category_honbu {
  border: 2px solid #ff5944;
} 

.member-news .page_section .content .category_nagano {
  border: 2px solid #ffb3cc;
} 

.member-news .page_section .content .category_ueda {
  border: 2px solid #f9e63b;
} 

.member-news .page_section .content .category_saku {
  border: 2px solid #ffa848;
} 

.member-news .page_section .content .category_chushin {
  border: 2px solid #8ce166;
} 

.member-news .page_section .content .category_suwa {
  border: 2px solid #74b0e1;
} 

.member-news .page_section .content .category_nanshin {
  border: 2px solid #b27fe8;
} 

@media (max-width: 768px){
  .member-news .page_section .content dl.list dd {
    padding-left: 0;
  }
  .menber-news-under .page_section .content .info {
    margin: 10px 0 20px auto;
  }
  .page_section .content .detail table .horizontal-item{
    display:block;
	line-height:1.5;
  }
  .page_section .mw_wp_form .horizontal-item + .horizontal-item{
    margin:0;
  }
}

/*****recapture css*********/
.grecaptcha-badge{
  bottom:100px !important;
}