@charset "UTF-8";
/*
Theme Name: hiyari-hat
Theme URI: https://xxxx.com【todo】
Description: ヒヤリハット投稿サイト用テーマ
Version: 1.6
Author: NCE
Author URI: https://www.nce.co.jp/
*/

/*--------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------
■Reset
  htmlがもともと持つ余計な余白等のリセット
■Base
  見出しやリンクカラーなど、クラスを指定せず要素名だけを指定し、全体で適用される基本的な設定
■Layout
  「ヘッダ」「フッタ」「コンテンツ」「サイドバー」等の全体のベースの箱設定
■Module
  定義リストのテーブル化、ページおくりの装飾など、サイト全体でクラス名を指定して共通で使う、かたまりの設定
  Utilityと比べ、特に使い道が限定されているもの
■Utility
  文字を太くする・左に寄せる・フロート解除など、サイト全体でクラス名を指定して共通で使う、単純な設定
  Moduleと比べ、特に使い道が限定されないもの
■Subpage
  それ以外のページごとの個別設定
  bodyにページのスラグが追加されるので、それを使用して設定
---------------------------------------*/

/*Reset
=======================================*/
body {
	margin:0px;
	padding:0px;
	background-color: #fff;
}
img{
	vertical-align: bottom;
	border:none;
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0px;
	padding:0px;
}
p{
	margin:0;
}
ul{
	list-style:none;
}
address{
	font-style:normal;
}
* {
	box-sizing:border-box;
}
div[class^="icon-"]{
	display:inline-block;
	vertical-align: middle;
}
/*bxSlider reset start*/
.bx-wrapper .bx-viewport{
	box-shadow: none !important;
	border:none !important;
	left:0 !important;
}
.bx-wrapper img {
	max-width: 100%;
	display: initial;
}
/*bxSlider reset end*/

/*Base
=======================================*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
	color: #444;
	font-weight:300;
	line-height: 1.7;	
    word-wrap: break-word;
}
body,textarea{
	font-size:13px;
}
a,a:hover,a:visited{
	color: #444;
}
a:hover,button:hover,[type="submit"]:hover{
	opacity:0.8 !important;
	filter:alpha(opacity=80)!important;
	-ms-filter: "alpha( opacity=80 )"!important;
	text-decoration: none;
}
a.taiken,a.taiken:hover,a.taiken:visited{
	color: #C38743;/*#ff0000;*/
	font-weight: bold;
}
button,input[type="submit"],div.btn{
	cursor: pointer;
}
h2,h3,h4,h5,h6{	
	font-family: 'Noto Sans Japanese', serif;
}
h2,h4{
	font-weight:900;
	font-size:17px;
}
h4 [class*="icon-"]{
	font-size: 25px;
	color: #C38743;
	margin: -2px 5px 0 0;
}

/*Layout
=======================================*/
/*基本コンテンツ幅
---------------------------------------*/
html{
	overflow-x:hidden;
}
html{
	min-width:1280px;/*1120px;*/
	overflow-x:auto;
}
header,main,footer{
	width:1280px;/*1120px;*/
	margin:0 auto;
	display:block;
}
body.climb header,
body.climb main,
body.climb footer{
	width:1000px;
}

/*header
---------------------------------------*/
header,
body.climb header{
	margin-bottom:30px;
}
header h1.left .right{
	max-width: 605px;
}
header nav.right{
	position:absolute;
	right:0;
	top:0;
}
header li a{
	text-decoration:none;
}
header li{
	display:inline-block;
	margin-left:8px;
}
header ul.member_menu{
	text-align:right;
	margin: 18px 0 17px;
}
header ul.post_menu li a {
    border-radius: 3px;
	color:#fff;
	background-color:#486b51;
	padding:8px 15px;
}
header ul.post_menu li.recommend a {
	background-color:#c38743;
}
header ul.post_menu [class^="icon-"] {
	margin-right: 4px;
	vertical-align:baseline;
}
h1 {
	margin-top: 20px;
}
h1 img{
	margin-right: 13px;
}
h1 .name{
	border-bottom:2px dashed #496B51;
	display:inline-block;
	line-height: 1em;
	padding-bottom: 6px;
	margin:4px 0 6px;
}
body[class*="climb"] h1 .name{
	border-bottom:2px dashed #4b547d;
}
h1 .desc{
	color:#64926E;
	font-size:12px;
}
body[class*="climb"] h1 .desc{
	color:#4b547d;
	font-size:12px;
}
.climb_side_btn {
    position: fixed;
    right: 0;
    top: 284px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
.climb_side_btn a{
	display: inline-block;
	font-size: 13px;
	color: #FFF;
	background-color: #4b547d;
	text-decoration:none;
	min-width: 0;
	padding: 12px 6px;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
header{
	position: relative;
}

/*pankuzu
---------------------------------------*/
.pankuzu {
	background-color: #496b51;
	height: 30px;
	color: #FFF;
}
body[class*="climb"] .pankuzu {
	background-color: #4b547d;
}

.pankuzu ul {
	width: 1280px;/*1120px;*/
	margin: 0 auto;
	padding-top: 4px;
}
body.climb .pankuzu ul{
	width:1000px;
}
.pankuzu ul [class*="icon-"]{
	margin-top:-3px;
}

.pankuzu a,.pankuzu a:hover {
	color: #FFF;
	text-decoration: none;
}

.pankuzu li {
	display: inline-block;
}
.pankuzu li:before {
	content: "\e905";font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin: 1px 8px 0
}
.pankuzu li:first-child:before{
	content:"";
    margin-left: 0;
    margin-right: 0;
}

/*main
---------------------------------------*/
.mainwrap{
	background-image:url(images/common_back.gif);
	min-height: 700px;
}
main{
	padding: 35px 0 80px;
}
main:after{
	content: "";
	clear: both;
	display: block;
}
/*main--side
------------------------------*/
/*サイド基本設定
-------------------------*/
body.home main .sideWrap,
body.home main .side{
	width:320px;
	float:left;
	margin-left: 15px;
}
body.climb main .side{
	width:216px;
	float:left;
}
body.subpage .side{
	width:auto;
	float:none;
}
.side h5,.side .keyword{
	margin-top:11px;
}
.side h5{
	font-weight: 400;
	font-size: 13px;
	padding-top: 4px;
	display: block;
	height: 33px;
	background-color: #496B51;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
}
body[class*="climb"] .side h5{
	background-color: #4b547d;
}

/*キーワード検索
-------------------------*/
.side .keyword{
	background-color:#F9F9F9;
	border:1px solid #CBC6BC;
	padding: 0 0 0 5px;
}
.side .keyword form,
.side .keyword input[type="text"]{
	height:27px;
}
.side .keyword input[type="text"]{
	border:none;
	width: calc(100% - 27px);
	outline: none;
}
.side .keyword input[type="submit"]{
	border:none;
	width: 27px;
	height: 27px;
	float:right;
	background:center no-repeat url("images/common_btn_search.png");
}

/*カテゴリ検索
-------------------------*/
.side h5.boxtitle{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
body .side div.category{
	background-color:#F9F9F9;
	border:1px solid #CBC6BC;
	border-top:none;
	border-radius: 3px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	padding:15px;
}
.side .category ul{
	/*「カテゴリの登録が一つしかない」とfirefoxとIEでcolumn-countの表示がくずれることがある　滅多にないが問題あるときはphp側で要素カウントでクラスを追加する処理をかくこと*/
	list-style: none;
	padding: 0;
	margin: 8px 0;
	font-size:13px;
	column-count: 2;
	-moz-column-count: 2;
}

.side .category input[type="checkbox"] {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.side .category input[type="submit"]{
	border: none;
	background: center no-repeat #C38743 url(images/common_btn_catsearch.png);
	display: block;
	height: 37px;
	border-radius: 3px;
	text-align: center;
	padding: 0;
	width: 100%;
}
.side div.category h6{
	color: #486B51;
	border-left: 3px solid #486B51;
	padding-left: 5px;
	line-height: 1em;
	font-size: 12px;
}
body.climb .side div.category h6{
	color: #4b547d;
	border-left: 3px solid #4b547d;
}

/*---------------------------------------------------------------------------
　ページサイドの検索ボックスをページ上部に表示したときの変更設定。
　htmlベースは全く同じで、スタイルで見た目だけ変えているので修正時は影響に注意。
　使用ページは主に以下2ページ。
 ・ヒヤリハット一覧
 ・ヒヤリハット詳細
---------------------------------------------------------------------------*/
/*リセット*/
body.hiyarihat.subpage .side .keyword,
body.hiyarihat.subpage .side .category{
	border:none;
	background-color: initial;
	padding: 0;
	margin: 0;
}
/*大枠*/
body.hiyarihat.subpage .side{
	border:1px solid #CBC6BC;
	border-radius: 3px;
	padding: 9px 15px 0;
	margin-bottom:30px;
	background: url(images/ccc.png) repeat-x #f9f9f9 0 47px;
}
body.hiyarihat.subpage .side .header{
	margin-bottom: 9px;
}
body.hiyarihat.subpage .side .row{
	padding: 12px 0;
}
body.hiyarihat.subpage .side .row:last-child{
	padding-bottom: 12px;
}
body.hiyarihat.subpage .side .row:after{
	clear:both;
	display:block;
	content:"";
}
body.hiyarihat.subpage .side .content{
	width: 84%;
	float: right;
}
/*キーワードで探す*/
body.hiyarihat.subpage .side .main > .row:first-child{
	border-bottom:1px dotted #CBC6BC;
}
body.hiyarihat.subpage .side input[type="text"]{
	width:470px;
	border:1px solid #ccc;
	padding: 0 6px;
	margin-top: 7px;
}
/*カテゴリで探す*/
body.hiyarihat.subpage .side h5{
	background-color: #496B51;
	border-radius: 3px;
	width:15%;
	height:40px;
	line-height: 40px;
	vertical-align:middle;
	float:left;
	margin: 0;
	padding: 0;
}
body.hiyarihat.subpage .side .category .row{
	padding: 0 0 5px 0;
}
body.hiyarihat.subpage .side .category .row:nth-of-type(2){
	padding-bottom:0;
}
body.hiyarihat.subpage .side h6{
	width: 15%;
	float: left;
	margin-top: 4px;
}
body.hiyarihat.subpage .side ul.content{
	width: 590px;
	margin:0 174px 0 0;
	padding:0;
	column-count:auto;
	-moz-column-count:auto;
	line-height: 1;
	font-size: 12px;
}
body.hiyarihat.subpage .side ul.content li{
	display:inline-block;
	margin-right:12px;
	line-height: 1.7;
}
/*検索ボタン*/
body.hiyarihat.subpage .side .main > .row{
	position: relative;
}
body.hiyarihat.subpage .side input[type="submit"] {
    border: none;
    background: center no-repeat #C38743 url(images/common_btn_catsearch.png);
    display: block;
    height: 37px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    width: 160px;
    position: absolute;
    right: 0;
    top: 12px;
}
/*閉じるボタン*/
body .side .header .btn{
	display:none;
}
body.hiyarihat.subpage .side .header{
	position:relative;
}
body.hiyarihat.subpage .side .header .btn{
	display:inline-block;
	width:70px;
	height:25px;
	line-height:25px;
	font-size:12px;
	background-color: #496B51;
	border-radius: 3px;
	color:#FFF;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
}
body.hiyarihat.subpage .side .header .btn [class*="icon"]{
	margin:-2px 5px 0 0;
}

/*main--main
------------------------------*/
body.home main>.main,
body.climb main>.main{
	width:880px;/*755px;*/
	float:right;
	margin-right: 15px;
}
/*記事サムネイル基本設定
-------------------------*/
ul.category li {
	display: inline-block;
}
ul.category li a{
	text-decoration:none;
	display: block;
	font-size: 12px;
	line-height: 1em;
	padding: 5px;
	color:#FFF;
	border-radius: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}
ul.category li a:hover{
	color:#FFF;
}
ul.category li.genre a{
	background-color: #69B076;
}
ul.category li.hiyaricat a,
ul.category li.area a{
	background-color: #5654A2;
}

ul.category {
	margin-top: 5px;
}
ul.thumb .thumb_wrap{
	background-color: #F9F9F9;
	min-height: 170px;
	padding: 10px 10px 7px 10px;
	position: relative;
}
ul.thumb .newmark,
.gm-style-iw .newmark{
	position: absolute;
	top: -7px;
	left: -5px;
}
/*.subpage */
ul.thumb > li,
.gm-style-iw {
	width: 420px;/*370px;*/
	display:inline-block;
	margin-bottom: 24px;
	letter-spacing: normal;
	border: 1px solid #cbc6bc;
	border-top: 3px solid #496b51;
}
.subpage ul.thumb > li,
.gm-style-iw {
	margin-right: 5px;
	/* min-height: 1000px; */
	vertical-align: top;
}
.subpage ul.thumb > li:nth-child(3n) {
	margin-right: 0;
}
ul.thumb li .left,
.gm-style-iw .left{
	width:137px;
}
ul.thumb li .right,
.gm-style-iw .right{
	width:240px;/*200px;*/
}
body.single-climb main div.side ul.thumb li div.left,
body.single-climb main div.side ul.thumb li div.right{
	width:100%;
}
ul.thumb h6 ,
.gm-style-iw h6{
	font-size: 13px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
ul.thumb li h6 div[class^="icon-"] {
	vertical-align: baseline;
	margin-right: 5px;
}
ul.thumb a,
.gm-style-iw a{
	text-decoration:none;
}
ul.thumb .postdata ,
.gm-style-iw .postdata{
	color: #496b51;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px;
}
body.climb ul.thumb .postdata {
	color: #4b547d;
	margin: 6px 0 3px;
}

ul.thumb .postdata span ,
.gm-style-iw span{
	width: auto;
}

ul.thumb p.abstract ,
.gm-style-iw  p.abstract {
	line-height: 1.4em;
	font-size: 11px;
	margin-bottom: 6px;
}
ul.thumb div.count ,
.gm-style-iw  div.count{
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size:12px;
}
ul.thumb .count span [class^="icon-"] ,
.gm-style-iw .count span [class^="icon-"] {
	color: #C38743;
	font-size: 18px;
	margin: -3px 3px 0 0;
}
ul.thumb .count a,
.gm-style-iw .count a,{
	text-decoration:underline;
}
ul.thumb .count span ,
.gm-style-iw .count span ,{
	margin: 0 9px 0 -3px;
}
.subpage main div.main ul.thumb {
    border-bottom: 2px dashed #496B51;
    margin-bottom: 12px;
    letter-spacing: -.4em;
}
body[class*="climb"].subpage main div.main ul.thumb {
    border-bottom: 2px dashed #4b547d;
}
ul.thumb .thumb_studyarea h6,
ul.thumb .thumb_studyarea p,
ul.thumb .thumb_searcharea h6,
ul.thumb .thumb_searcharea p {
	padding: 7px 10px;
}
ul.thumb .thumb_studyarea h6,
ul.thumb .thumb_searcharea h6 {
	margin-bottom:0;
}
ul.thumb .thumb_studyarea p,
ul.thumb .thumb_searcharea p {
	font-size: 11px;
	color: #838383;
}
.recommend 
ul.thumb .thumb_studyarea p{
	color: #5f5f5f;
}
ul.thumb .thumb_studyarea {
	background-color: #D9DED1;
}
.recommend ul.thumb .thumb_studyarea {
	background-color: #ecf1e4;
}
ul.thumb .thumb_studyarea h6 {
	background-color: #c2cdba;
	color:#616B65;
}
ul.thumb .thumb_searcharea {
	background-color: #dddad2;
}
ul.thumb .thumb_searcharea h6 {
	background-color: #cec6b9;
	color:#6C6660;
}
ul.thumb span.highlight {
	font-weight:bold;
	color: #c38743;
}
.gm-style .gm-style-iw {
	padding: 0;
	overflow: visible;
	border:none;
}
.gm-style-iw .postdata .left,
.gm-style-iw .postdata .right {
	width:auto;
}
.gm-style-iw .left {
	width:162px;
}
.gm-style-iw .right {
	margin-right:10px;
}
.gm-style-iw  div.count {
	position: static;
}
.gm-style-iw .thumb_wrap{
	width:372px;
}
/*下層ページメインエリア共通レイアウト
-------------------------*/
.climb.subpage main .main h4 {
	border-bottom: 2px dashed #4b547d;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.climb.subpage main .result {
	background-color: #F9F9F9;
	border-radius: 3px;
	padding: 3px 8px;
	border: 1px solid #CBC6BC;
	margin-bottom: 18px;
}
body.archive .result ul.right a {
    color: #b6b6b6;
}
body.archive .result ul.right a.current {
    color: #222;
}

.subpage main .result ul li {
	display: inline-block;
}
ul.disp_type_menu {
	border-bottom: 2px solid #496b51;
}
ul.disp_type_menu li a {
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	color: #496b51;
	display: block;
	float: left;
	font-family: "Noto Sans Japanese",serif;
	font-size: 15px;
	font-weight: 500;
	height: 43px;
	margin-right: 5px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 113px;
}
ul.disp_type_menu li a [class^="icon-"] {
	margin-right:10px;
}
ul.disp_type_menu li a.current {
	background-color: #496b51;
	color: #fff;
	border: 1px solid #CBC6BC;
	border-bottom: none;
}
.result {
    padding: 15px 0;
}
.result .left {
    padding: 0;
}
.result .num {
    color: #c38743;
    font-size: 25px;
    font-weight: bold;
}
.result > .right {
    display: inline;
    padding-top: 15px;
    vertical-align: middle;
}
/*footer
---------------------------------------*/
.footerwrap{
	margin-top: -15px;
}
.footerwrap .wave{
	background:repeat-x url("images/common_footer_wave.png");
	height:15px
}
body[class*="climb"] .footerwrap .wave{
	background:repeat-x url("images/common_footer_wave2.png");
}
.footercolor{
	background-color:#354D3A;
}
body[class*="climb"] .footercolor{
	background-color:#4b547d;
}
footer{
	padding-top: 44px;
	height: 130px;
	display: block;
	vertical-align: middle;
}
footer,footer a,footer a:hover,footer a:visited{
	color: #FFF;
}
.footertitle{
	font-size:23px;
}
.footertitle img{
	margin-right: 23px;
}
footer small{
	padding-top: 12px;
}

/*Module
=======================================*/

/*attached file icon
---------------------------------------*/
a[href$=".pdf"] {
	display: inline-block;
	background: url("images/icon_pdf.png") no-repeat right center;
	padding-right: 18px;
}
a[href*=".xls"] {
	display: inline-block;
	background: url("images/icon_excel.png") no-repeat right center;
	padding-right: 18px;
}
a[href*=".doc"] {
	display: inline-block;
	background: url("images/icon_word.png") no-repeat right center;
	padding-right: 18px;
}
a[href*=".ppt"] {
	display: inline-block;
	background: url("images/icon_ppt.png") no-repeat right center;
	padding-right: 18px;
}

/*pager
---------------------------------------*/
.wp-pagenavi {
    text-align: right;
}

.wp-pagenavi > * {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background-color: #CCC;
	text-decoration:none;
	text-align:center;
	margin-left:11px;
	padding: 5px 0;
	font-weight:600;
}
.wp-pagenavi a {
	color:#878787;
}
.wp-pagenavi > *:first-child{
	margin-left:0px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	color:#fff;
	background-color:#496B51;
}
body[class*="climb"] .wp-pagenavi a:hover,
body[class*="climb"] .wp-pagenavi span.current{
	background-color:#4b547d;
}
.wp-pagenavi span{
	color:#FFF;
	background-color:#496B51;
}
.wp-pagenavi .extend{
	color: #878787;
    background-color: #CCC;
}
.wp-pagenavi .extend:before{
	content:"…";
}
body[class*="climb"] .wp-pagenavi span{
	background-color:#4b547d;
}

/*visual editor
---------------------------------------*/
main .visualeditor img{
	max-width:100%;
	height:auto;
}
main .visualeditor div{
	max-width:100% !important;
}
.maincontent .nophoto{
	width:100% !important;
}

main .visualeditor h1,
main .visualeditor h2,
main .visualeditor h3,
main .visualeditor h4,
main .visualeditor h5,
main .visualeditor h6{
	margin: 0px;
    padding: 0px;
    border: none;
    height: auto;
    color: #496b51;
    font-weight: bold;
    font-size: 1.1em;
    background-image: none;
    text-indent: 0;
    border-bottom: 1px dotted #496B51 !important;
    padding-bottom: 6px !important;
    margin: 9px 0;
    line-height: 1;
}
body[class*="climb"] main .visualeditor h1,
body[class*="climb"] main .visualeditor h2,
body[class*="climb"] main .visualeditor h3,
body[class*="climb"] main .visualeditor h4,
body[class*="climb"] main .visualeditor h5,
body[class*="climb"] main .visualeditor h6{
    color: #4b547d;
    border-bottom: 1px dotted #4b547d !important;
}
main .visualeditor hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #bbb
}
main .visualeditor ol{
	list-style:none;
	margin:0;
	counter-reset: ol_li;
}
main .visualeditor ol li:before{
	counter-increment: ol_li;
	content: counter(ol_li)".";
}
main .visualeditor .alignleft{
	float:left;
}
main .visualeditor .alignright{
	float:right;
}
main .visualeditor:after{
	clear: both;
	content: "";
	display: block;
}

/*acf
---------------------------------------*/
.acf-map {
	width: 100%;
	height: 310px;
	border: #ccc solid 1px;
	margin-bottom: 20px;
}
.archive .acf-map,
.recommend .acf-map {
	height: 600px;
}

/*Utility
=======================================*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.center {
	margin:0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.bold{
	font-weight:bold;
}
.photoframe{
	border: solid 1px #FFF;
	outline: solid 1px #CBC8BC;
	box-sizing: border-box;
}
.green {
	color:#009F46;
}
.red{
	color:#ff0000;
}
.btm35{
	margin-bottom:35px;
}
.top30{
	margin-top:30px;
}
.underline{
	text-decoration: underline;
}
[class*="notof"]{
	font-family: 'Noto Sans Japanese', serif;
}
.notof100 {font-weight:100;}
.notof300 {font-weight:300;}
.notof400 {font-weight:400;}
.notof500 {font-weight:500;}
.notof700 {font-weight:700;}
.notof900 {font-weight:900;}

/*Subpage
=======================================*/
/*home
---------------------------------------*/
.home main .main .header .btn.more {
	display: block;
	background-color: #496B51;
	color: #FFF;
	text-decoration: none;
	font-size: 0.7em;
	padding: 5px 16px 5px 9px;
	margin-top: 6px;
	border-radius: 5px;
	line-height: 1em;
	width:78px;
}
body[class*="climb"].home main .main .header .btn.more {
	background-color: #4b547d;
}
.home main .main .header {
	margin-bottom:10px;
}
a.more {
	background-color: #496b51;
	color: #fff;
	width: 420px;/*370px;*/
	text-align: center;
	padding: 15px;
	border-radius: 3px;
	text-decoration: none;
}

/*スライドショー基本設定
-------------------------*/
.home .eyecatchwrap{
	position:relative;
	height: 484px;
}
.home .eyecatch{
	background:center top no-repeat url(images/home_slideback.jpg);
	width:1200px;
	max-width: 100%;
	height:412px;
	margin:0 auto;
}
.home .eyecatch .new_slide {
	width: 920px;
	height: 370px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.home .slide_wave {
	position: relative;
	top: -69px;
	width:1336px;
	max-width:100%;
	margin:0 auto;
	height:141px;
	list-style:none;
	text-align:center;
	background:center bottom no-repeat url(images/home_slide_wave.png);
	padding-top: 82px;
}

.home .jswrap{
	width: 850px;
	margin: 0 auto;
}
.home .bx-pager{
	position: relative;
	top: -69px;
	width:1336px;
	max-width:100%;
	margin:0 auto;
	height:141px;
	list-style:none;
	text-align:center;
	background:center bottom no-repeat url(images/home_slide_wave.png);
	padding-top: 82px;
}
.home .eyecatch{
	width:100%;
	min-width:1280px;/*1120px;*/
	overflow:hidden;
}
.home .bx-pager{
	width:100%;
	min-width:1280px;/*1120px;*/
	left:0;
}
/*スライドショーサムネボタン
-------------------------*/
.home .bx-pager li{
	display:inline-block;
	position: relative;
}
.home .bx-pager .active .focusline{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width:100%;
	height:100%;
	border:2px solid #626F80;
}
.home .bxslider > div {
	padding-top: 39px;
	height: 340px;
}
/*スライドショー1枚目
-------------------------*/
.home .slide1{
	text-align:center;
}
.home .slide1 img.catch{
	margin:0 auto;
}
.home .slide1 ul{
	margin-top:30px;
}
.home .slide1 ul li{
	list-style:none;
	display:inline-block;
	vertical-align: middle;
	margin-left:14px;
}
.home .slide1 ul li img{
	vertical-align:middle;
}
.home .slide1 ul li:first-child{
	margin-left:0;
}
/*スライドショー2枚目以降共通
-------------------------*/
.home .bxslider .left{
	width:459px;
}
.home .bxslider .left a.btn{
	position:absolute;
	bottom:0;
	left: 0;
}
.home .bxslider .right .baloon{
	position:absolute;
}
.home .bxslider .right .ss{
	outline:1px solid #BFBAB5;
	position:absolute;
	bottom:1px;
	right: 1px;
}
.home .bxslider .right .baloon{
	position: absolute;
	-webkit-animation-delay: 1s;
	animation-delay:1s;
}
.home .slide2 .right .baloon {
	right: 193px;
	top: 169px;
}
.home .slide3 .right .baloon {
	top: 77px;
	right: 4px;
}
.home .slide4 .right .baloon {
	top: 220px;
	right: 140px;
}
.home .new,.home .largecomment{
	width:420px;/*370px;*/
}
/*ヒヤリハット詳細ページ
---------------------------------------*/
.single-hiyarihat .hiyariarea h3 [class*="icon-"],
.single-hiyarihat .studyarea h3 [class*="icon-"] {
	font-size: 36px;
	margin-right: 6px;
	margin-top: -3px;
}
.hiyariarea .main {
	background-color: #F9F9F9;
	border: 1px solid #CBC6BC;
	border-top: none;
}
.studyarea {
	width: 560px;/*480px;*/
}
body.climb .titlewrap {
    border-bottom: 2px dashed #4b547d;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
body.climb .titlewrap .postdata {
	margin-top: 5px;
}
body.climb .titlewrap .postdata .bold{
	margin-left:6px;
}
.hiyariarea .main {
	padding: 13px;
}
.hiyariarea {
	width: 700px;/*620px;*/
}
body.climb dl.detaildata > * {
	line-height:1;
}
body.climb dl.detaildata dt{
	border-left:3px solid #4b547d;
	padding-left:6px;
	float: left;
    clear: left;
	color: #4b547d;	
	font-weight:bold;
	width:100px;
	font-family: 'Noto Sans Japanese', serif;
}
body.climb dl.detaildata dd{
    margin-left: 99px;
	margin-bottom: 9px;
	line-height: 1.3em;
    min-height: 13px;
}

body.climb dl.detaildata {
	margin-bottom: 10px;
}
body.climb dl.detaildata:first-child {
    margin-top: 0;
}
.single-hiyarihat h3 {
	background-color: #496B51;
	height: 60px;
	color: #FFF;
	font-size: 19px;
	padding: 12px 0 0 15px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.single-hiyarihat h2 {
	font-size: 18px;
	/*border-left: 4px solid #496b51;*/
	/*padding: 0 8px;*/
}
.single-hiyarihat table {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-spacing:0;
	margin-bottom:20px;
}
.single-hiyarihat .hiyariarea-top {
	background-color: #e8e7e6;
	margin:10px 0;
	padding:10px;
}
.single-hiyarihat .hiyariarea-top ul.category {
	margin-top:15px;
}
.single-hiyarihat .eyecatch{
	text-align:center;
	margin-bottom:20px;
}
.single-hiyarihat table tr {
	border-top: 1px dotted #ccc;
}
.single-hiyarihat table tr:first-of-type {
	border-top:none;
}
.single-hiyarihat table th {
	width: 175px;/*135px;*/
	background-color: #e8e7e6;
	text-align: left;
	vertical-align: top;
	padding: 7px 10px;
}
.single-hiyarihat table td {
	width:520px;/*460px;*/
	padding: 5px 10px;
}
.single-hiyarihat section {
	margin-bottom: 20px;
}
.single-hiyarihat .hiyariarea h6 {
	font-size: 16px;
	border-bottom: 3px solid #496b51;
	line-height: 1em;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

/*要因分析表
-------------------------*/
.factor-analysis div[class^="icon-"] {
	margin-right:8px;
}
.factor-analysis ul.menu {
	margin-left: 10px;/*120px;*/
}
.studyarea .factor-analysis ul.menu {
	margin-left: 10px;/*98px;*/
}
.factor-analysis ul.menu li {
	background-color: #fff;
	border:1px solid #ccc;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
	color: #496b51;
	font-weight:bold;
	cursor: pointer;
	float: left;
	text-align: center;
	width: 110px;
	height: 25px;
	margin-right: 5px;
	padding-top: 2px;
}
.factor-analysis ul.menu li.select {
	background-color: #496b51;
	color: #fff;
	border:none;
}
.factor-analysis table th {
	width: 175px;/*120px;*/
	padding-left: 30px;
	text-indent: -10px;
}
.factor-analysis table.before,
.factor-analysis table.action {
	display:none;
}
.factor-analysis table td {
	width:520px;/*475px;*/
}
.factor-analysis .click{
	position:relative;
	top:-1px;
	margin-left:5px;
	font-size:10px;
	padding:1px 4px;
	color:#FFF;
	font-weight:normal;
	letter-spacing:0.1em;
	border-radius:9px;
	display:inline-block;
	background-color:#c38743;
}

/*学びの場
-------------------------*/
.single-hiyarihat .studyarea .annotation,
.single-hiyarihat .studyarea .must-log-in {
	background-color: #E8E7E6;
	color: #777;
	display: block;
	padding: 8px;
	font-size: 0.9em;
	line-height: 1.6;
	margin-bottom:13px;
}
.single-hiyarihat .studyarea .annotation:last-child ,
.single-hiyarihat .studyarea .must-log-in {
	margin-bottom:0;
}
.report_comments .annotation,
.report_comments .must-log-in{
	text-align:center;
}
.single-hiyarihat .studyarea_main {
	background-color: #F9F9F9;
	border: 1px solid #CBC6BC;
	/*border-top: none;*/
	padding: 13px;
	margin-bottom: 40px;
}
.single-hiyarihat div.post_report {
    cursor: auto;
    background-color:#999;
	color: #FFF;
	border-radius: 3px;
	border: none;
	width: 100%;
	height: 56px;
	padding:0;
	margin-bottom: 5px;/*50px;*/
}
.single-hiyarihat div.post_report a {
	background-color: #C38743;/*#EA4335;*/
	color: #FFF;
	display: block;
	border-radius: 3px;
	width: 100%;
	height: 100%;
}
.single-hiyarihat div.post_report .linkwrap{
    width: 225px;
    padding-top: 10px;
    margin: 0 auto 0;
	display: block;
	height: 100%;
}
.single-hiyarihat div.post_report [class*="icon-"] {
	font-size: 30px;
	margin-top: 3px;
}
.single-hiyarihat div.post_report .subtitle {
	font-size: 0.7em;
}
body.logged-out div.post_report:hover {
	opacity:1 !important;
	filter:alpha(opacity=100)!important;
	-ms-filter: "alpha( opacity=100 )"!important;
}
.single-hiyarihat .report_header {
	background-color: #496B51;
	color: #FFF;
	padding: 3px 7px;
	margin-bottom: 10px;
}
.single-hiyarihat .report_header .name{
	font-weight:bold;
}
.single-hiyarihat .report_header .recommend{
	display:inline-block;
	background-color:#c38743;
	border-radius:2px;
	padding:0px 5px;
	font-size:10px;
	font-weight:normal;
	margin-left:7px;
	color:#FFF;
	text-decoration:none;
}
.single-hiyarihat .report_header .recommend [class^="icon"]{
	padding-right:4px;
}
.single-hiyarihat .report_main .edit.right{
	margin-top:-8px;
}
.single-hiyarihat .report_main h6 {
	/*border-left: 3px solid #496B51;*/
	border-bottom-color: #496B51;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	/*padding-left: 5px;*/
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 16px;/*14px;*/
	color: #496B51;
	margin-bottom:6px;
}
.single-hiyarihat .report_main .step3{
    font-size: 11px;
    padding: 3px 6px;
    margin-bottom: 0;
    border-bottom: none;
}
.report_main p {
	display: block;
	border-bottom: 1px dotted #496B51;
	padding-bottom: 6px;
	margin-bottom: 11px;
}
.report_main p:last-child{
	border-bottom: 2px solid #496B51;
}
.report_comment .left {
	background-color:#DDDCDB;
	display:block;
	border-radius: 3px;
	padding: 4px 8px;
	width: 394px;
	min-height: 42px;
}
.report_comment > .right {
	background: left top no-repeat url("images/hukidasi.png");
	width: 58px;
	text-align: right;
}
.report_comment .comment_header .name{
	font-weight:bold;
}
.report_comment {
	margin-bottom: 15px;/*13px;*/
}
.single-hiyarihat .reports .report {
	border-bottom: 1px solid #D7D7D7;
    padding-bottom: 13px;
    margin-top: 10px;/*13px;*/
}
.single-hiyarihat .reports .report:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.report_comments textarea {
	width: 100%;
	height: 70px;
	max-width: 100%;
	border: 1px solid #CBC6BC;
	padding: 6px 4px;
}
.report_comments input[type="submit"]{
	display: block;
	margin: 0 auto;
	width: 190px;
	height: 33px;
	border-radius: 3px;
	border: none;
	background-color: #CBC6BC;
	color: #666666;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 500;
	margin-top:10px;
}
.report_comments ol{
	list-style: none;
	padding: 0;
	/*margin:0;*/
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}


/*ヒヤリハット詳細ページ コメント入力欄のリセット
---------------------------------------*/
#reply-title,
.comment-form .logged-in-as,
.comment-form-comment label{
	display:none;
}

/*登山報告詳細ページ
---------------------------------------*/
body[class*="climb"] .mainwrap{
	background-image:url("images/common_back2.gif");
}
body[class*="climb"] main .tozanarea {
	padding: 13px;
	background-color: #f9f9f9;
	border: 1px solid #CBC6BC;
	margin-top:12px;
}
body[class*="climb"] .bx-viewport{
	text-align:center;
}
body[class*="climb"] .bx-wrapper img{
	display:inline-block;
}
body[class*="climb"] .bx-wrapper {
	margin-bottom: 47px;
}
body[class*="climb"] .bx-pager-item a {
	background: #93ad99 !important;
}
body[class*="climb"] .bx-pager-item a.active {
	background: #4b547d !important;
}
body[class*="climb"] .side ul.thumb > li{
	width:100%;
}
body[class*="climb"] .side ul.thumb > li img,
body[class*="climb"] .side ul.thumb > li h6 {
	margin-bottom: 7px;
}
body[class*="climb"] .side ul.thumb > li{
	padding-bottom: 6px;
	margin-bottom:13px;
}
body[class*="climb"] .side .hiyarihat-header {
	margin-top: 19px;
}
body[class*="climb"] .side .hiyarihat-main {
	margin-top: 13px;
}
body[class*="climb"] h6 {
	border:none;
	margin:0;
	padding:0;
}
body[class*="climb"] ul.thumb > li:nth-child(3n) {
	margin-right: 5px;
}
body[class*="climb"] ul.thumb > li:nth-child(odd) {
	border-top:1px solid #cbc6bc;
	margin-right:15px;
}
body[class*="climb"] ul.thumb > li:nth-child(even) {
	border-top:1px solid #cbc6bc;
	margin-right:0;
}

/*ヒヤリハット体験の登録ページ・ユーザー登録ページ共通
---------------------------------------*/
.mail_form .form_area {
	font-family: 'Noto Sans Japanese', serif;
	background-color: #F9F9F9;
	border: 1px solid #CBC6BC;
	border-radius: 3px;
	padding: 20px;
}
.mail_form h2 {
	border-bottom: 3px solid #496b51;
}
.mail_form h2 [class*="icon-"] {
	font-size: 17px;
	color: #C38743;
	margin: -3px 5px 0 0;
}
.mail_form .annotation {
	color: #777;
	font-size: 0.9em;
	line-height: 1.6;
	background-color: #E8E7E6;
	width: 700px;
	margin: 20px auto;
	padding: 10px 14px;
}
.acceptance dl .annotation{
	width:100%;
	margin:0;
}
.acceptance.conf dl .annotation{
	display:none;
}
.mail_form dl {
	width: 700px;
	margin: 30px auto 0;
}
.mail_form dt {
	font-size: 14px;
	font-weight: 600;
	border-left: 3px solid #496B51;
	float: left;
	clear: both;
	width: 150px;
	min-height: 27px;
	padding-left: 10px;
}
.mail_form span.hissu {
	color: #c38743;
	margin-left: 3px;
}
.mail_form dd {
	float: left;
	width:550px;
	min-height: 27px;
	margin: 0 0 30px 0;
}
.mail_form dd:last-child{
	margin-bottom:10px;
}
.mail_form .btn_area {
	text-align:center;
}
.mail_form input,
.mail_form textarea {
	border: 1px solid #CBC6BC;
	width:100%;
	padding:5px;
}
.mail_form button,
.mail_form input[type="submit"] {
	color: #666666;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 500;
	background-color: #CBC6BC;
	border: none;
	border-radius: 3px;
	display: inline-block;
	width: 190px;
	margin: 0 30px;
	padding: 8px;
}
.mail_form textarea {
	min-height: 200px;
}
.mail_form dl.sub_list {
	width:100%;
	margin: 0;
}
.mail_form dl.sub_list dt {
	border: none;padding-left: 0;
}
.mail_form dl.sub_list dd {
	width:calc(100% - 150px);
}
.acceptance dl.sub_list dd:last-child textarea{
	margin-top:10px;
}

.mail_form h6 {
	font-size: 16px;
	font-weight: bold;
	width: 700px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.mail_form .small_row {
	min-height: 50px;
}

/* タブ */
.mail_form .tab {
	margin-top: 20px;
	overflow:hidden;
}
.mail_form .tab li {
	background:#ccc;
	padding:5px 25px;
	float:left;
	margin-right:1px;
	cursor: pointer;
}
.mail_form .tab li.select {
	background:#eee;
}
.mail_form .content {
	margin-bottom: 30px;
}
.mail_form .content li {
	background:#eee;
	padding:20px;
}
.mail_form .content li:before,
.mail_form .content li:after {
	content: "";
	display: table;
}
.mail_form .content li:after {
	clear: both;
}
.mail_form .hide {
	display:none;
}

.mail_form .tab2 {
	overflow:hidden;
}
.mail_form .tab2 li {
	background:#ccc;
	padding:5px 25px;
	float:left;
	margin-right:1px;
	cursor: pointer;
}
.mail_form .tab2 li.select {
	background:#eee;
}
.mail_form .content2 li {
	background:#eee;
	padding:20px;
}
.mail_form .content2 li:before,
.mail_form .content2 li:after {
	content: "";
	display: table;
}
.mail_form .content2 li:after {
	clear: both;
}



.single-hiyarihat .hiyariarea .h7 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.single-hiyarihat .report_main .h7 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #496B51;
}


#icon2 {
	color: #C38743;/*#EA4335;*/
	margin-left: 5px;
}



/* WEB FONTS - Amiri */
@import url('https://fonts.googleapis.com/css?family=Amiri:400,700');
/* WEB FONTS - Sawarabi Mincho */
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
/* WEB FONTS - Sawarabi Gothic */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* help */
.helppage {
	width: 900px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.helppage .group {
	margin-top: 0;
	margin-bottom: 70px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 70px;
	padding-left: 0;
	padding-right: 0;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.8em;
}
.helppage .group h3 {
	font-family: "Amiri", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	color: #222222;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.helppage .group .text {
	width: 520px;
	float: left;
}
.helppage .group p {
	margin: 0;
	padding: 0;
}
.helppage .group .img {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.helppage .group .img2 {
	margin: 0;
	padding: 10px;
	float: right;
	background-color: #ffffff;
}
.helppage .group a.btn {
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 250px;
	display: block;
	background-color: #ffffff;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
}
.helppage .group a.btn:hover {
	opacity: 0.7;
}

a.print {
	background-image: url('images/printer.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 0;
	padding: 0;
	float: right;
}
a.print2 {
	background-image: url('images/printer2.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	float: right;
}


/* SP */
#mobile_header {
    display: none;
}
#mobile_navi {
    display: none;
}



/* end css */

