@charset "utf-8";
/* yamanabi sp */


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

/* --------------------------------------
 * 共通
 * -------------------------------------- */
body {
	background-color: #ffffff;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #222222;
    margin: 0;
    padding: 0;
}
a {
	color: #1188b9;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.img-responsive {
	height: auto;
	max-width: 100%;
}

/* entry */
ol,
ul {
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
p {
	margin-bottom: 15px;
}
sup {
	font-size: 0.7em;
	vertical-align: super;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.blue {
	color: #0066cc;
}
.orange {
	color: #f7931e;
}
.brown {
	color: #663300;
}
.font11 {
	font-size: 1.1em;
}
.font12 {
	font-size: 1.2em;
}
.font13 {
	font-size: 1.3em;
}
.font15 {
	font-size: 1.5em;
}

/* --------------------------------------
 * スマートフォン (768pxまで）
 * -------------------------------------- */
/* PC */
header {
    display: none;
}

/* Header */
#mobile_header {
    margin: 0;
	padding-top: 52px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
#mobile_header h1 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#mobile_header h1 a {
	margin: 0;
	padding-top: 11.63%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	background-image: url('images-sp/header_logo.png');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 0;
    text-indent: -9999px;
	display: block;
}
#mobile_header .photo {
    background-image: url('images-sp/home01.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding-top: 79.68%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

/* home photo */
.eyecatchwrap {
    display: none;
}

/* content */
.mainwrap {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}
.mainwrap img {
    max-width: 100%;
}
.main {
    margin: 0;
    padding: 0;
}
body.home main .sideWrap, body.home main .side {
}
.side h5{
    font-weight: 400;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    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: 5px;
}
.side .keyword form,
.side .keyword input[type="text"]{
    height:30px;
}
.side .keyword input[type="text"]{
    border:none;
    width: calc(100% - 35px);
    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:5px;
}
.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 ul li {
    list-style-type: none;
}

.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;
    margin-top: 0;
    margin-bottom: 10px;
}
body.climb .side div.category h6{
    color: #4b547d;
    border-left: 3px solid #4b547d;
}

body.home main > .main, body.climb main > .main {
    margin: 0;
    padding: 0;
}
.home .new {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.home .largecomment {
    margin: 0;
    padding: 0;
}
.left {
}
.right {
}
h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Japanese', serif;
}
h4 {
    font-weight: 900;
    font-size: 17px;
}
h4 [class*="icon-"] {
    font-size: 25px;
    color: #C38743;
    margin: -2px 5px 0 0;
}
.home main .main .header .btn.more {
    display: none;
}
div[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.more {
    background-color: #496b51;
    text-align: center;
    margin: 0;
    color:#fff;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
}

body.subpage main .sideWrap {
}

/* パンクズ */
.pankuzu {
    display: none;
}

/* 表示タブ */
ul.disp_type_menu {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
ul.disp_type_menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
ul.disp_type_menu li a {
    background-color: #fff;
    color: #496b51;
    display: block;
    float: left;
    font-family: "Noto Sans Japanese",serif;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 115px;
}
ul.disp_type_menu li a.current {
    background-color: #496b51;
    color: #fff;
}

/* 並び替え */
.main .result {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.main .result .left {
    margin: 0;
    padding: 0;
}
.main .result .right {
    margin: 0;
    padding: 0;
}
.main .result .right ul {
    margin: 0;
    padding: 0;
}
.main .result .right ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

/* 記事wrap */
main {
    margin: 0;
    padding: 0;
}
main ul.thumb {
    margin: 0;
    padding: 0;
}
main ul.thumb > li {
    border-top-color: #496b51;
    border-top-style: solid;
    border-top-width: 3px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
    padding-right: 0;
    padding: 0;
    list-style-type: none;
}
/* 記事上 */
main ul.thumb li .thumb_wrap {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.main ul.thumb li .thumb_wrap h6 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
}
main ul.thumb li .thumb_wrap .left {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
main ul.thumb li .thumb_wrap .left a {
    float: left;
}
main ul.thumb li .thumb_wrap .left a img {
    width: 137px;
    height: 91px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
}
main ul.thumb li .thumb_wrap .left ul.category {
    margin: 0;
    padding: 0;
}
main ul.thumb li .thumb_wrap .left ul.category li {
    list-style-type: none;
    height: 22px;
    display: block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
main ul.thumb li .thumb_wrap .left ul.category li a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding: 5px;
    color: #ffffff;
    border-radius: 3px;
}
main ul.thumb li .thumb_wrap .left ul.category li.genre a {
    background-color: #69B076;
}
main ul.thumb li .thumb_wrap .left ul.category li.hiyaricat a {
    background-color: #5654A2;
}
main ul.thumb li .thumb_wrap .right {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
main ul.thumb li .thumb_wrap .right .postdata {
    color: #496b51;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
}
main ul.thumb li .thumb_wrap .right .postdata .left {
    float: left;
}
main ul.thumb li .thumb_wrap .right .postdata .right {
    float: right;
}
main ul.thumb li .thumb_wrap .right .abstract {
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
main ul.thumb li .thumb_wrap .right .count {
    margin: 0;
    padding: 0;
}
main ul.thumb li .thumb_wrap .right .count .report_num,
main ul.thumb li .thumb_wrap .right .count .comment_num {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
main ul.thumb li .thumb_wrap .right .count span [class^="icon-"] {
    color: #C38743;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    float: left;
}
/* 記事下　学習 */
main ul.thumb li .thumb_studyarea {
    margin: 0;
    padding: 0;
}
main ul.thumb li .thumb_studyarea h6 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    background-color: #c2cdba;
    color:#616B65;
    font-size: 14px;
}
main ul.thumb li .thumb_studyarea h6 [class^="icon-"]{
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
}
main ul.thumb li .thumb_studyarea p {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

/* シングル記事 */
.single-hiyarihat .hiyariarea h3 [class*="icon-"],
.single-hiyarihat .studyarea h3 [class*="icon-"] {
    font-size: 30px;/*36px;*/
    margin-right: 6px;
    margin-top: -3px;
    float: left;
}
.hiyariarea .main {
/*
    background-color: #F9F9F9;
    border: 1px solid #CBC6BC;
    border-top: none;
*/
}
.studyarea {
    width: 100%;
}
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: 100%;
}
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-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.single-hiyarihat h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.single-hiyarihat .hiyariarea-title .right {
    float: right;
}
.single-hiyarihat .hiyariarea-title .right a {
    display: none;
}
.single-hiyarihat table {
    border-collapse:collapse;
    border:1px solid #ccc;
    border-spacing:0;
    margin-bottom:20px;
    width: 100%;
}
.single-hiyarihat .hiyariarea-top {
    background-color: #e8e7e6;
    margin:10px 0;
    padding:10px;
}
.single-hiyarihat .hiyariarea-top ul.category {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.single-hiyarihat .hiyariarea-top ul.category li {
    list-style-type: none;
    height: 22px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    padding: 0;
}
.single-hiyarihat .hiyariarea-top ul.category li a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding: 5px;
    color: #ffffff;
    border-radius: 3px;
}
.single-hiyarihat .hiyariarea-top ul.category li.genre a {
    background-color: #69B076;
}
.single-hiyarihat .hiyariarea-top ul.category li.hiyaricat a {
    background-color: #5654A2;
}
.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;
    float: left;
}
.factor-analysis ul.menu {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
}
.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: 30%;
    height: 25px;
    margin-right: 5px;
    padding-top: 2px;
    list-style-type: none;
    font-size: 0.9em;
}
.factor-analysis ul.menu li.select {
    background-color: #496b51;
    color: #fff;
    border:none;
}
.factor-analysis table th {
    width: 30%;
    padding: 7px;
}
.factor-analysis table.before,
.factor-analysis table.action {
    display:none;
}
.factor-analysis table td {
    width:70%;
}
.factor-analysis .click{
    position:relative;
    top: -1px;
    margin-left: 5px;
    font-size: 0.7em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
    color:#FFF;
    font-weight:normal;
    letter-spacing:0.1em;
    border-radius:5px;
    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;
*/
    display: none;
}
.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 {
    /*display: none;*/
}
.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;
*/
    display: none;
}
.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 .right {
    float: right;
}
.single-hiyarihat .report_header .right a {
    display: none;
}
.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;
}























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

/*pager
---------------------------------------*/
.wp-pagenavi {
    text-align: left;
}
.wp-pagenavi > * {
    display: inline-block;
    width: 32px;
    /*height: 32px;*/
    border-radius: 3px;
    background-color: #CCC;
    text-decoration:none;
    text-align:center;
    margin-left:7px;
    padding: 5px 0;
    font-weight:600;
    line-height: 1.0em;
}
.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;
}

/* footer */
.footerwrap {
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
    background-color: #333333;
}
.footerwrap .wave {
    display: none;
}
.footerwrap .footercolor {
}
footer {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
footer a {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
footer a img {
    display: none;
}
footer small {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
}

/* end css */
