@charset "utf-8";

  
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px; right: 30px;
}


/* #tel_area
================================================== */

#tel_area {
	border: #eaeaea solid 1px;
	box-shadow: 1px 1px 5px #eaeaea;
}

.tel_area_logo {
	background: #fff;
	text-align: center;
}

.tel_area_logo img {
	margin: auto;
	width: 50%;
	padding: 20px 0;
}

#tel_area .number_area {
	background-color: #f6f6f6;
	padding: 20px;
	display: block;
	text-align: center;
}

#tel_area .number_area .tel {
	color: #145a92;
	font-family: 'Times New Roman','Times',sans-serif;
	font-size: 250%;
	margin-bottom: 10px;
}

#tel_area .number_area .tel i {
	margin-right: 5px;
}

#tel_area .number_area span {
	font-size: 90%;
	display:block;
}

#tel_area .number_area a {
	display: block;
}



/*パンくずリスト
-------------------------------------------------- */

.breadcrumb {
	padding:15px 0;
	list-style:none;
	font-size:90%;
	width:100%;
	overflow:hidden;
	width: 100%;
}

.breadcrumb li {
	float:left;
	list-style:none;
}

.breadcrumb a {
	text-decoration:underline;
}

.breadcrumb a:hover {
	text-decoration:none;
}

.breadcrumb li:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	margin:0 10px;
}

.breadcrumb li:last-child {
	width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li:last-child::after {
	content:none;
}




/* #main_contents,#side_contents
================================================== */

#main_contents {
	width: 680px;
	margin-right: 40px;
}

#side_contents {
	width: 280px;
}

/* Responsive */
@media ( min-width : 1000px ){
    #flexbox {
      display: -webkit-flex;
      display: flex;
    }
	}

/* .news
================================================== */


#news {
		width: 680px;
	}

#news #newsList {
	height: 280px;
	overflow: auto;
}

/*スクロールバーの横幅指定*/
#news #newsList.deco::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色*/
#news #newsList.deco::-webkit-scrollbar-track {
	background: #dcf0f9;
}
/*スクロールバーの色*/
#news #newsList.deco::-webkit-scrollbar-thumb {
	background:#9bd0fb;
}

#news #newsList .newsListWrapper {
	border-bottom: solid 1px #ededed;
	padding: 25px 6px;
	width: 100%;
}

#news #newsList .meta {
	font-style: oblique;
	padding-right: 15px;
	font-size: 90%;
	display: table-cell;
}

#news #newsList .newsListWrapper .postTitle {
	text-decoration: none;
	display: table-cell;
}

#news #newsList .newsListWrapper .postTitle a:hover {
	text-decoration: underline;
}



/* #about,#member,#benefits,#journal,#contact
================================================== */

#about,#member,#benefits,#journal,#contact {
		width: 680px;
	}


#benefits .benefits_box,
#journal .journal_box {
	display: -webkit-flex;
	display: flex;
}

#benefits .benefits_box img,
#journal .journal_box img {
	width: 48%;
	margin-right: 5%;
}

#benefits .benefits_box .login_area,
#journal .journal_box .txt_area {
	width: 48%;
}

#benefits .benefits_box .login_area a,
#journal .journal_box .txt_area a {
	color: #366f9c;
	text-decoration: underline;
}

#benefits .benefits_box .login_area a i,
#journal .journal_box .txt_area a i {
	padding-right: 5px;
}

#benefits .benefits_box .login_area a:hover,
#journal .journal_box .txt_area a:hover {
	text-decoration: none;
}

#benefits .benefits_box .login_area .login_btn {
	background-color: #366f9c;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}

#benefits .benefits_box .login_area .login_btn a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}

#benefits .benefits_box .login_area .login_btn i {
	padding-left: 10px;
}




/* タブ */
#tabcontrol a {
   display: inline-block;            /* インラインブロック化 */
   border: 1px solid #246ba3;    /* 下以外の枠線を引く */
   border-radius: 5px 5px 0 0; /* 枠線の左上角と右上角だけを丸く */
   padding: 15px 20px;              /* 内側の余白 */
   text-decoration: none;            /* リンクの下線を消す */
   color: #246ba3;                     /* 文字色：黒色 */
   background: linear-gradient(#feffff, #def1f9);  /* 背景色：グラデ */
   position: relative;               /* JavaScriptでz-indexを調整するために必要 */
}
/* タブにマウスポインタが載った際 */
#tabcontrol a:hover {
	background: linear-gradient(#488bbf, #246ba3);  /* 背景色：グラデ */
	color: #fff;
	opacity: 1.0;
}

/* タブの中身 */
#tabbody div {
   border: 5px solid #236aa3; /* 枠線：青色の実線を5pxの太さで引く */
   margin-top: -1px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
   padding: 30px;            /* 内側の余白量 */
   background-color: #fff; /* 背景色：白色 */
   position: relative;      /* z-indexを調整するために必要 */
   z-index: 0;              /* 重なり順序を「最も背面」にするため */
}




/* タブ */
.tab_wrap{
	width:100%;
}

input[type="radio"]{display:none;}

.tab_area{
}

.tab_area label{
	margin-right: 5px;
	border: 1px solid #246ba3;    /* 下以外の枠線を引く */
	border-radius: 5px 5px 0 0; /* 枠線の左上角と右上角だけを丸く */
	display:inline-block;
	padding: 12px 20px;
	color:#246ba3;
	background: linear-gradient(#feffff, #def1f9);  /* 背景色：グラデ */
	text-align:center;
	cursor:pointer;
	transition:ease 0.2s opacity;
}

.tab_area label:hover{
	background: linear-gradient(#488bbf, #246ba3);  /* 背景色：グラデ */
	color: #fff;
	opacity: 1.0;
}

.panel_area{
	background:#fff;
border: 5px solid #236aa3; /* 枠線：青色の実線を5pxの太さで引く */
	margin-top: -1px;
}

.tab_panel{
	width:100%;
   padding: 30px;            /* 内側の余白量 */
	display:none;
}

.tab_panel p{
	letter-spacing:1px;
}

#tab1:checked ~ .tab_area .tab1_label{
background: linear-gradient(#488bbf, #246ba3);  /* 背景色：グラデ */
	color: #fff;
}

#tab1:checked ~ .panel_area #panel1{display:block;}

#tab2:checked ~ .tab_area .tab2_label{
background: linear-gradient(#488bbf, #246ba3);  /* 背景色：グラデ */
	color: #fff;
}

#tab2:checked ~ .panel_area #panel2{display:block;}

#tab3:checked ~ .tab_area .tab3_label{
background: linear-gradient(#488bbf, #246ba3);  /* 背景色：グラデ */
	color: #fff;
}

#tab3:checked ~ .panel_area #panel3{display:block;}


/*-------------------
#contact
-------------------*/

#contact .tel_box {
	width: 100%;
	background: #f6f6f6;
	border: 1px #0067b4 solid;
	padding: 30px;
	text-align: center;
}

#contact .tel_box .number {
	font-size: 24px;
	font-weight: bold;
	color: #145a92!important;
}
#contact .tel_box .number a {
	color: #145a92!important;
}

#contact .faq h3 {
	background: #7a7a7a;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 8px 8px;

}

#contact .faq .faq_box {
	width: 100%;
}

#contact .faq td {
 border:#ccc solid 1px;
 padding:10px 20px;
	font-weight: normal;
	
}

#contact .faq th {
	background: #eee;
 border:#ccc solid 1px;
 padding:10px 20px;
	color: #040000;
}
#contact .faq .que {
 color:#145a92;
 font-weight:bold;
 width:10px;
	font-size: 16px;
 text-align:center;
}
#contact .faq .ans {
 font-weight:bold;
 text-align:center;
	font-size: 16px;
	color: #d82727;
}
#contact .faq .que_cel,
#contact .faq .ans_cel {
 text-align:left;
}
#contact .faq .que_cel {
 width:600px;
}
#contact .faq .qa_cat {
 width:110px;
}



/* #footer
================================================== */

footer .wrapper {
	margin: 40px auto;
	
}

footer .logo {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

.footer_nav {
	width: 100%;
}

footer ul {
	float: left;
	margin-right: 35px;
}

footer ul li {
	font-weight: bold;
}

footer ul li ul {
	float: none;
	margin-right: 0;
}

footer ul li ul li:before {
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	padding-right: 5px;
}
footer ul li ul li {
	font-weight: normal;
	margin: 5px 0 0 10px;
}

footer ul.last {
	margin-right: 0;
}

.copyright {
	background: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}



/* wp_blog
================================================== */

.flex{
	display: flex;
}
.fWrap_wrap{
	flex-wrap: wrap;
}
.left {
    width: calc(100% - 280px - .01px);
    margin: 0 auto;
}

div#sidebar {
    width: 260px;
    margin: 0 10px;
}

div#breadcrumb li {
    display: inline-block;
}


div#breadcrumb li:after {
    content:">";
    display:inline-block;
    margin:0 4px;
}
div#breadcrumb li:last-child:after {
    content:"";
}


.caltegory_wrap,
.products_main {
	margin-right: 50px;
}


.news_row.flex .right {
	width: 100%;
}
.news_row.flex .right .news_date {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 90%;
}

.news_row.flex .right h2 {
	font-size: 150%;
	background : none;
	line-height: 1.4em;
}

.news_row.flex .right p {
	color: #999;
}

.news_row.flex .left {
    width: 200px;
    margin: 0 2rem 0 0;
    padding-right: 0;
}

.news_row.flex .image_inner img {
	width: 200px;
}

.news_row.flex {
    padding: 20px 20px 20px 0;
	border-bottom: dashed 1px #d9d9d9;
}


.DetailsWrap {
	margin-bottom: 40px;
}
.products_main .title .text {
padding-bottom: 10px;
font-size: 200%;
font-weight: bold;
	padding-top: 10px;
	line-height: 1.4em;
	margin-bottom: 0;
}

.products_main .date {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 90%;
}


.main_news .entry-content p {
	font-size: 120%;
	line-height: 1.8em;
	margin-top: 20px;
}

.secInner .page_link .next,
.secInner .page_link .prev{
	padding: 15px 20px;
	text-align: center;
	width: 100px;
	border-radius: 5px;
	border: 1px solid #999;
}

.secInner .page_link .next a,
.secInner .page_link .prev a {
	color: #666;
}

.secInner .page_link .prev {
	float: left;
}

.secInner .page_link .next {
	float: right;
}

div#four-o-four {
    margin: 0 0;
    height: calc(100vh  - 370px);
    padding-top: 50px;
    text-align: center;
}

header.page-header {}

section.error-404.not-found {
    width: 100%;
}



.top-side-bar {
	margin-bottom: 50px;
}

.top-side-bar ul li {
	padding: 10px 5px;
	border-bottom: dashed 1px #d9d9d9;
}

.top-side-bar ul li a {
	text-decoration: underline;
}