/* ===================================================================
CSS
 file name  :  common.css
=================================================================== */
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
.attention{
	color:#FF0000;
	font-weight:normal;
}
@media print, screen and (min-width: 769px) {
/* PC用のスタイル記述 */
.pc,
.pc2{
	display:none;
}
#bottomLink.pc{
	display:none !important;
}
a.btn{
	border-radius:3px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	text-align:center;
	position: relative;
	box-shadow:0 1px 1px 0 #888;
}
.btn:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
input[type=checkbox] {
    width: 17px;
    height: 17px;
	margin-top:-3px;
    vertical-align: middle;
	-moz-transform: scale(1.7,1.7);
}
input[type=radio] {
    width: 17px;
    height: 17px;
	margin-top:-3px;
    vertical-align: middle;
	-moz-transform: scale( 1.7 , 1.7 );
}
#wrapper {
	width:100%;
	margin:0;
}
/* =====================================
ヘッダー
======================================== */
#header{
	width:1000px;
	height:120px;
	margin:0 auto;
	position:relative;
}
#header #logo{
	position:absolute;
	top:27px;
	left:0;
}
#header #tel{
	position:absolute;
	top:50px;
	right:0px;
	width:230px;
}
#header #tel span{
	font-size:75%;
	margin-top:6px;
	display:block;
}
#header #username{
	position:absolute;
	top:25px;
	left:250px;
	width:270px;
	display:block;
	overflow:hidden;
	font-size:12px;
	padding:4px 10px;
	font-weight:bold;
	background:#F6F6F8;
	border:1px solid #EEEEEE;
	box-sizing:border-box;
}
#header #username span{
	color:#00306D;
	margin-right:5px;
}
#header #login{
	position:absolute;
	top:65px;
	left:250px;
	width:130px;
	font-size:14px;
}
#header #login .btn{
	background:#00306D;
	padding:4px 10px;
}
#header #entry{
	position:absolute;
	top:65px;
	left:390px;
	width:130px;
	font-size:14px;
}
#header #entry .btn{
	background:#C7524B;
	padding:4px 10px;
}
#header #joken{
	position:absolute;
	top:65px;
	left:250px;
	width:80px;
	font-size:14px;
}
#header #joken .btn{
	background:#00306D;
	padding:4px 0;
}
#header #prof{
	position:absolute;
	top:65px;
	left:340px;
	width:90px;
	font-size:14px;
}
#header #prof .btn{
	background:#00306D;
	padding:4px 0;
}
#header #logout{
	position:absolute;
	top:65px;
	left:440px;
	width:80px;
	font-size:14px;
}
#header #logout .btn{
	background:#777777;
	color:#FFFFFF;
	padding:4px 0;
}
#header #logout i,
#header #joken i,
#header #prof i{
	display:none;
}
#header #contact{
	position:absolute;
	top:65px;
	left:530px;
	width:170px;
	font-size:14px;
}
#header #contact .btn{
	color:#00306D;
	background:#F6F6F8;
	padding:4px 10px;
}
#header #contact .btn:hover{
	color:#FFFFFF;
	background:#00306D;
	padding:4px 10px;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
#header #link{
	position:absolute;
	top:15px;
	right:0;
	font-size:70%;
}
#header #link a{
	text-decoration:none;
}
#header #info{
	display:none;
}
/* =====================================
パンくず
======================================== */
#breadcrumb_wrap{
	border-top:1px solid #CCC;
	background:#F6F6F8;
	padding:10px 0;
}
#breadcrumb{
	width:1000px;
	margin:auto;
	font-size:70%;
}
#breadcrumb div{
	display:inline;
}
#breadcrumb a{
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}
/* =====================================
コンテンツ
======================================== */
.contents_wrap {
	width:1000px;
	margin:0 auto;
	padding:40px 0 0 0;
}
.contents_wrap h2.title{
	color:#00306C;
	font-size:180%;
	text-align:center;
	margin-bottom:40px;
}
.contents_wrap h2.title span{
	font-size:16px;
	display:block;
}
h2.page_title{
	width:1000px;
	margin:0 auto;
	padding:40px 0 0 0;
	color:#00306C;
	font-size:180%;
	text-align:center;
	letter-spacing:0.1em;
}
#contents_r{
	float:right;
	width:700px;
}
h3.page_subtitle{
	border-top:3px solid #00306C;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	color:#00306C;
	padding:10px 30px;
	font-weight:bold;
	margin-top:40px;
}
h3.first{
	margin-top:0px;
}
#left_menu{
	float:left;
	width:260px;
}
#left_menu h2{
	background:#00306D;
	color:#FFFFFF;
	padding:20px 20px 0 20px;
	height:70px;
	box-sizing:border-box;
	font-size:120%;
	line-height:100%;
}
#left_menu h2 span{
	font-size:10px;
	display:block;
}
#left_menu li{
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	font-size:14px;
}
#left_menu li a{
	padding:15px 20px;
	display:block;
	text-decoration:none;
}
#left_menu li a:hover{
	background:#DFE6EE;
}
#left_menu li a.on{
	background:#DFE6EE;
	color:#00306D;
	font-weight:bold;
}
#left_menu #bn_member{
	margin-top:40px;
}
/* =====================================
ページトップ
======================================== */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/* =====================================
フッター
======================================== */
footer{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-bottom:2px solid #00306D;
	margin-top:70px;
}
#footer_tel{
	display:none;
}
#footer_navi_wrap{
	border-top:1px solid #FFF;
	background-color:#F2F2F2;
	padding:30px 0 20px 0;
}
#footer_navi{
	width:1000px;
	margin:0 auto;
}
#footer_navi ul{
	margin-bottom:20px;
}
#footer_navi ul span{
	display:block;
	color: #00306D;
	font-size:80%;
	font-weight:bold;
}
#footer_navi ul li{
	float:left;
	width:142px;
	font-size:70%;
}
#footer_navi li a{
	text-decoration:none;
	color:#666666;
}
#footer_navi li a:hover{
	color: #0059B2;
	text-decoration:underline;
}
#footer_info{
	width:1000px;
	height:180px;
	margin:30px auto auto auto;
	position:relative;
}
#footer_info #footer_logo{
	position:absolute;
	top:10px;
	left:0;
}
#footer_info #footer_comp{
	position:absolute;
	top:0;
	left:235px;
	font-size:80%;
	color:#666666;
}
#footer_info #footer_comp strong{
	color: #00306D;
	font-size:110%;
}
#footer_info #link{
	position:absolute;
	top:0;
	right:0;
	font-size:70%;
}
#footer_info #link li{
	float:left;
	margin-left:20px;
}
#footer_info #link a{
	text-decoration:none;
}
#footer_info #link a:hover{
	text-decoration:underline;
}
#footer_info #copy{
	position:absolute;
	top:120px;
	right:0;
	font-size:70%;
}
}
@media screen and (max-width: 768px) {
/* スマートフォン用のスタイル記述 */
body{
	font-size:75%;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.sp{
	display:none;
}
a.btn{
	border-radius:2px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	text-align:center;
	box-shadow:0 1px 1px #888;
}
#wrapper {
	width:100%;
}
/* =====================================
ヘッダー
======================================== */
#header{
	width:100%;
	margin:0;
}
#header #logo{
	margin:10px auto 10px 10px;
	width:40%;
}
#header #userinfo{
	border-top:1px solid #00306D;
	border-bottom:1px solid #00306D;
	position:relative;
	min-height:40px;
}
#header #username{
	font-weight:bold;
	position:absolute;
	top:12px;
	left:10px;
	line-height:130%;
}
#header #username span{
	color:#00306D;
	margin-right:5px;
}
#header #login{
	position:absolute;
	top:0px;
	right:100px;
}
#header #login .btn{
	background:#00306D;
	padding:10px 0;
	width:70px;
	height:40px;
	box-sizing:border-box;
	box-shadow:none;
	border-radius:0;
}
#header #entry{
	position:absolute;
	top:0px;
	right:0px;
}
#header #entry .btn{
	background:#C7524B;
	padding:10px 0;
	width:100px;
	height:40px;
	box-sizing:border-box;
	box-shadow:none;
	border-radius:0;
}
#header #logout .btn,
#header #joken .btn,
#header #prof .btn{
	font-size:140%;
	padding:5px 0;
	width:40px;
	height:40px;
	box-sizing:border-box;
	box-shadow:none;
	border-radius:0;
}
#header #joken{
	position:absolute;
	top:0px;
	right:82px;
}
#header #joken .btn{
	background:#00306D;
}
#header #prof{
	position:absolute;
	top:0px;
	right:41px;
}
#header #prof .btn{
	background:#00306D;
}
#header #logout{
	position:absolute;
	top:0px;
	right:0px;
}
#header #logout .btn{
	background:#777777;
}
#header #logout span,
#header #joken span,
#header #prof span{
	display:none;
}
#header #tel,
#header #contact,
#header #link{
	display:none;
}

#header #info{
	position: absolute;
    top: 22%;
    left: 15px;
}
/* =====================================
パンくず
======================================== */
#breadcrumb_wrap{
	background:none;
	padding:5px 10px;
}
#breadcrumb{
	font-size:80%;
}
#breadcrumb div{
	display:inline;
}
#breadcrumb a{
	text-decoration:underline;
}
#breadcrumb a:hover{
	text-decoration:underline;
}
/* =====================================
コンテンツ
======================================== */
.contents_wrap {
	width:100%;
	margin:0 auto;
	padding:0;
}
.contents_wrap h2.title{
	color:#00306C;
	font-size:180%;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}
.contents_wrap h2.title span{
	font-size:12px;
	display:block;
	font-weight:normal;
	line-height:120%;
}
h2.page_title{
	color:#00306C;
	font-size:160%;
	text-align:center;
	font-weight:bold;
}
#contents_r{
	width:100%;
}
h3.page_subtitle{
	border-top:3px solid #00306C;
	border-bottom:1px solid #BBBBBB;
	color:#00306C;
	padding:10px 20px;
	font-size:120%;
	font-weight:bold;
}
#left_menu{
	width:100%;
}
#left_menu h2{
	background:#00306D;
	color:#FFFFFF;
	padding:20px;
	box-sizing:border-box;
	font-size:120%;
	line-height:100%;
}
#left_menu h2 span{
	font-size:10px;
	margin-left:10px;
}
#left_menu li{
	border-bottom:1px solid #BBBBBB;
}
#left_menu li a{
	padding:15px 20px;
	display:block;
	text-decoration:none;
}
#left_menu li a:hover{
	background:#DFE6EE;
}
#left_menu li a.on{
	background:#DFE6EE;
	color:#00306D;
	font-weight:bold;
}
/* =====================================
ページトップ
======================================== */
#pagetop {
    position: fixed;
    bottom: 70px;
    right: 10px;
}
/* =====================================
フッター
======================================== */
footer{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-bottom:2px solid #00306D;
	margin-top:20px;
}
#footer_tel{
	margin:10px;
    text-align: center;
}
#footer_navi_wrap{
	border-top:1px solid #FFF;
	background-color:#F2F2F2;
	padding:10px 0 0 0;
}
#footer_navi ul{
	margin-top:10px;
}
#footer_navi ul span{
	display:block;
	color: #00306D;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #CCCCCC;
}
#footer_navi ul li{
	float:left;
	width:50%;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	box-sizing:border-box;
	font-size:90%;
}
#footer_navi li a{
	text-decoration:none;
	color:#666666;
	padding:7px 10px;
	box-sizing:border-box;
	display:block;
}
#footer_navi li a:hover{
	color: #00306D;
}
#footer_info{
	margin:20px auto auto auto;
	position:relative;
}
#footer_info #footer_logo{
	float:left;
	width:30%;
	margin-left:5%;
}
#footer_info #footer_comp{
	float:right;
	width:55%;
	margin-right:5%;
}
#footer_info #footer_comp strong{
	color: #00306D;
	font-size:110%;
}
#footer_info #link{
	float:left;
	width:100%;
}
#footer_info #link ul{
	margin-top:20px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#footer_info #link li{
	float:left;
	width:50%;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	box-sizing:border-box;
}
#footer_info #link li.wide{
	float:none;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	box-sizing:border-box;
}
#footer_info #link a{
	text-decoration:none;
	color:#666666;
	padding:7px 10px;
	box-sizing:border-box;
	display:block;
}
#footer_info #link a:hover{
	color: #00306D;
}
#footer_info #copy{
	background:#00306D;
	float:left;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0;
	font-size:85%;
}

/* =====================================
ボトムリンク
======================================== */
#bottomLink {
    padding:0;
    width: 100%;
    position: fixed;
    bottom:0;
    z-index: 10;
    display:block;
    background-color:rgba(0,0,0,0.6);
}
#bottomLink ul{
    display:flex;
}
/*
#bottomLink ul li{
    width:33%;
}
#bottomLink.detailBottom ul li{
    width:50%;
}
*/
#bottomLink ul {
   display: flex;
   padding: 0 15% ;
}
}



/*お客様の声ページ内のナビ*/

.tabs{
  width:100%;
  margin:10px auto;
}
.tab-buttons li span{
  color:#333;
  font-size: 12px;
  background:#F6F6F8;
  border-bottom:2px solid #ddd;
  border-right:1px solid #ddd;
  display:block;
  width:24.5%;
  float:left;
  text-align:center;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.tab-buttons li .on {
	background:#00306d;
	color:#fff;
	font-weight:bold;
}

.tab-buttons li a:hover span {
	background:#DFE6EE;
}

@media screen and (max-width: 768px) {
.tab-buttons li span{
	height:50px;
}

}