@charset "utf-8";

/* ================================

	コブクログ使い方ページ
	style.css

=================================== */

/* font
----------------------------------- */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.otf) format('opentype');
 }

/* style
----------------------------------- */


ol,li {
 list-style-type: none;
}

a {
	color: #0866b9;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: #37BBE8;
	text-decoration: none;
}
a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

#mainFoot a:link {color:#333;text-decoration:none;}
#mainFoot a:visited {color:#333;text-decoration:none;}
#mainFoot a:hover {color:#333;text-decoration:underline;}
#mainFoot a:active {color:##333;text-decoration:none;}

.red {color: #FF4900!important;}
.blu {color: #0E5291!important;}
.green {color: #179B04!important;}
.bold {font-weight: 900!important;}
.center { text-align: center; }
.subTxt { font-size: 0.85em; line-height: 1.4em;}
.mb0 {margin-bottom: 0!important;}
.mb10 {margin-bottom: 10px!important;}
.mb30 {margin-bottom: 30px!important;}
.fs13 {font-size: 13px!important;}
.fs14 {font-size: 14px!important;}

#pageTop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 20px;
    width: 54px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 0;
    right: 10px;
    font-weight: bold;
}
#pageTop .fa { font-size:70px; display: block;}
#pageTop .fa::before { position: relative; top:10px; }


/* btn
----------------------------------- */
.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	min-width: 320px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 0 40px;
	margin: 0 auto 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-weight: 700;
}
.btn .main {
	background: #F0B836;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	border: 1px solid;
	border-color: #F0F0F0 #E9E9E9 #D8D8D8;
	position: relative;
}
.btn .main:hover {background: #FFC800;}
.btn .linkTop {
	background: #fff;
	line-height: 50px;
	margin: 20px 0 0 ;
	border: 1px solid;
	border-color: #F0F0F0 #E9E9E9 #D8D8D8;
}
.btn .linkTop:hover {background: #DFF6FF;}
.btn .btnKobukurogu,
.top .btn .btnKobukurogu.main {background: #0E5291; margin: 0 0 10px;}
.btn .btnKobukurogu:hover,
.top .btn .btnKobukurogu.main:hover,
.top #topLead .btn a:hover {background: #146FC4;}
.btnPlus {text-align: center;font-size: 12px; color:#0E5291;line-height: 1.3em;}
.top .btnPlus {margin: 0 0 40px;}

/* base
----------------------------------- */
body {
	background: url(/static/kobukuro/team/feature/kobukulog/cmn/bg_main.png);
	color: #333;
	font-family: Helvetica, 'MS Sans Serif', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	word-break: break-all;
}
header{ display: none;}
.wrap {
    min-width: 900px;
    min-height: 100%;
    color: #333;
    padding-top: 160px;
    position: relative;
    text-align: left;
    background: none;
}
#container {
	width: 790px;
	padding: 0 0 160px;
	margin: auto;
}


/* header
----------------------------------- */
#pageHeader {
	width: 100%;
	height: 50px;
	background: #0866b9;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	min-width: 900px;
}
#headerInner {
	width: 790px;
	margin: 0 auto;
	position: relative;
}
#pageHeader h1 {
	position: absolute;
	left: 0;
	top: 11px;
}
#pageHeader #navWrap {
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
}
#pageHeader #navWrap p {float: left;}
#txtMenu {
	font-family: Helvetica, 'MS Sans Serif', 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.15em;
}
#navBtn {
    width: 50px;
    height: 50px;
    z-index: 10000;
    position: relative;
    top: -14px;
    left: 5px;
    cursor: pointer;
}
#navBtn span{
	display:block;
	position: absolute;
	left: 10px;
	width: 24px;
	height: 3px;
	background:#fff;
	border-radius: 3px;
}
#navBtn .top{ top:14px; }
#navBtn .middle{ top:22px; }
#navBtn .bottom{ top:30px; }
#headerNav {
	display: none;
  background: hsla(208, 92%, 38%, .95);
  height: 100%;
  position: fixed;
  width: 100%;
  min-width: 900px;
  top: 50px;
  left: 0;
  z-index: 50;
}
#headerNav #navInner {
	width: 790px;
	margin: 0 auto;
	padding: 30px 0 0 ;
}
.navList {
    width: 47%;
    float: left;
}
.navList.right {float: right;}
.navList li {   text-align: left;}
.navList a {
	color: #fff;
	text-decoration: none;
}
.navList dl {margin: 0 0 24px;}
.navList dd:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0 8px 0 0;
    vertical-align: 2px;
    font-size: 0.5em;
    color: #fff;
}
.navList dt a,
.navList dt span.noLink {
    display: block;
    background: #fff;
    color: #0866b9;
    padding: 2px 10px 1px 40px;
    border-radius: 50px;
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.navList dt.longTit a {letter-spacing: -0.1em;}
.navList dt a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    vertical-align: 2px;
    position: absolute;
    right: 13px;
    top: 1px;
}
.navList dt a:hover {background: #FFF5D6;}
.navList dt a img,
.navList dt .noLink .icon {
    width: 35px;
    height: 35px;
    background: #0866b9;
    border-radius: 30px;
    padding: 5px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: -5px;
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navList dt a:hover img {
	border-color: #FFF5D6;
	opacity: 1;
}
.navList dd {
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 14px;
    line-height:1.9;
}
.navList dd a {
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 12px;
}
.navList dd a:hover {color: #FFF5D6;}
.navList dt span.noLink {opacity: 0.5; display:none;}
@media screen and (max-height: 690px) {
	.navList dd {display: none;}
	.navList li {
	    width: 44%;
	    float: left;
	    margin: 0 0 0 6%;
    }
    .navList {
    	width: 100%;
    	float: none;
    }
    .navList.right {float: none;}
	.navPosi {margin: 0 0 0 -6%;}
	.navList dt span.noLink {display:block;}
	.navList dt a, .navList dt span.noLink {
	    padding: 6px 10px 6px 50px;
	    border-radius: 50px;
	    margin: 0 0 5px;
	    font-size: 15px;
	}
	.navList dt a img, .navList dt .noLink .icon {
	    width: 30px;
	    height: 30px;
	}
	.navList dt a:after {top: 6px;}
}

/* top
----------------------------------- */
.top #topLead {margin: 0 0 40px;}
.top h1 {margin: 0 0 40px;}
.top #topLead .phArea {
	float: right;
	width: 200px;
	margin: -3px 0 0;
}
.top #topLead .phPc {margin: 0 0 7px;}
.top #topLead .btn a {
    width: 100%;
    text-align: center;
    min-width: 0;
    padding: 7px 0 6px;
    background: #0E5291;
    color: #fff;
    margin: 0 0 2px;
    position: relative;
    font-size: 13px;
}
.top #topLead .btn a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    vertical-align: 2px;
    position: absolute;
    right: 9px;
    top: 6px;
    display: none;
}
.top #topLead .btnPlus {color: #0E5291; font-size: 10px; margin: 0;}
.top .btn .main{margin: 0 0 40px;}
.top .btn .main span{
	font-size: 13px;
	margin: 0 0 0 7px;
	vertical-align: 1px;
	font-weight: 400;
}
.top .topNav {
	background: rgba(8, 103, 186, 0.95);
	padding: 35px 30px 15px 30px;
	margin: 0 0 40px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.top #menuTit {
    margin: 0 0 35px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.top .topNav .navList {
    float: none;
    width: 750px;
    margin: 0 0 0 -20px;
}
.top .topNav li {
    float: left;
    width: 355px;
    margin: 0 0 0 20px;
}
.top .topNav .navList dl {margin: 0 0 25px;}
.top .topNav li a,
.top .topNav span.noLink {
	font-size: 15px;
	padding: 5px 10px 5px 44px;
	color: #006688;
}
.top .topNav dt a:after {
    right: 13px;
    top: 3px;
}
.top .topNav .atfirst a{
    font-size: 14px;
    letter-spacing: -0.1em;
	background: #FFF28F;
}
.top .topNav .atfirst a img {border-color: #FFF28F;}
.top .topNav .atfirst a:hover {background: #FFEC58;}
.top .topNav .atfirst a:hover img {border-color: #FFEC58F;}
.top .topNav li a img,
.top .navList dt .noLink .icon {
	top: -3px;
  width: 38px;
  height: 38px;
}
.top .topNav span.noLink {
	display: block;
}
.top .device{margin: 0 0 50px;}
.top .deviceTit {
	font-size: 15px;
	margin: 0 0 15px;
	font-weight: 700;
}
.top .device table {
	width: 100%;
	border: 1px solid #bbb;
	background: #fff;
	margin: 0 0 10px;
}
.top .device table + .red {font-size: 13px;}
.top .device table th,
.top .device table td{
    padding: 10px;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    vertical-align: middle;
    font-size: 13px;
}
.top .device table th {
	background: #EDF8FD;
	height: 43px;
}
.top .device table th img {
	vertical-align: -10px;
	margin-right: 3px;
	width: 30px;;
}


/* 下層共通
----------------------------------- */
#pageHead {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.page#wrap {margin-top: 110px;}
.page #container {
	font-size: 13px;
	padding: 0 0 160px;
}
#container .inner {margin: 0 0 40px;}
h2 {
	text-align: center;
	font-size: 38px;
	margin: 0 0 20px;
	color: #0E5291;
}
.titIco {
    margin: 0 5px 0 0;
    vertical-align: -14px;
}
.topLead {
    font-size: 16px;
    color: #0E5291;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.6em;
}
h3 {
    font-size: 28px;
    margin: 0 0 30px;
    border-bottom: 2px solid #0866b9;
    color: #0866b9;
    padding: 0 0 12px;
}
.subTit {
    font-size: 18px;
    margin: 0 0 20px;
    color: #0E5291;
    font-weight: 700;
    border-left: 4px solid #0E5291;
    padding: 3px 0 1px 12px;
}
.smlTit {
    font-size: 15px;
    color: #0E5291;
    font-weight: 700;
}
.txt {margin: 0 0 10px;}
.txt + .cap,
.cap + .cap,
.cap + .txt,
.cap + .smlList
{margin-top: 30px;}
.numb {
    display: inline-block;
    border-radius: 20px;
    color: #0866b9;
    margin: 0 10px 0 0;
    font-weight: 700;
    font-size: 1.2em;
    vertical-align: -1px;
}
.section {
	padding: 40px;
	margin: 0 auto 40px;
	background: #fff;
	border: 1px solid;
	border-color: #F0F0F0 #E9E9E9 #D8D8D8;
	position: relative;
}
.cap {text-align: center; line-height: 0; position: relative;}
.cap img{border: 1px solid #ddd;}
.cap.hasCaption {margin-top: 50px;}
.cap .caption {
    display: inline-block;
    position: absolute;
    top: -2em;
    line-height: 2em;
    color: #0E5291;
}
.addArrow {margin: 0 0 40px;}
.addArrow:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f107";
    bottom: -20px;
    font-size: 40px;
    color: #0866b9;
    left: 50%;
    margin-left: -12px;
}
.step.borderTop {
    border-top: 1px dashed #0866b9;
    padding: 40px 0 0;
    margin: 40px 0 0;
}
.step li,
.step li.border:last-child {
	margin: 0 0 40px;
    border-bottom: 1px dashed #0866b9;
    padding: 0 0 40px;
}
.step li:last-child {
	border: none;
	margin: 0;
	padding-bottom: 10px;
}
.anchor {
	position: absolute;
	top: -80px;
}
.subList {margin: 0 0 30px -1%;}
.subList li {
	display: inline-block;
	width: 32%;
	margin-right:1%;
}
.subList li a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px;
    background: #fff;
    border-radius: 30px;
    margin: 0 0 10px;
    color: #0866b9;
    border: 1px solid;
    border-color: #F0F0F0 #E9E9E9 #D8D8D8;
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.subList li a:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin: 0 5px 0 0;
    vertical-align: -2px;
}
.subList li a:hover {
	background: #0866b9;
	color: #fff;
}
.subList li.longTab a{
    font-size: 12px;
    letter-spacing: -0.05em;
}
.article {
    background: #F5EEE2;
    padding: 25px;
}
.articleTit {
    font-size: 20px;
    margin: 0 0 15px;
    color: #C39364;
    border-left: 4px solid #C39364;
    padding: 1px 0 0 8px;
}
.smlList {margin: 0 0 20px;}
.smlList li{
    font-size: 0.9em;
    color: #999;
    margin: 0 0 7px;
    line-height: 1.4em;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-weight: 400;
    border: none;
}
.smlList li:last-child {margin-bottom: 0;padding-bottom:0;}
.lead {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 20px;
}
.lead + .smlList {margin-top: -10px;}
.smlStep li{
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #e0e0e0;
}
.border {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
}
.accordion {border-top: 1px solid #e0e0e0;}
.accordion > li {border-bottom: 1px solid #e0e0e0;}
.acTit {
    font-size: 16px;
    padding: 20px;
    color:#0866b9;
    cursor: pointer;
    position: relative;
       -webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.acTit:hover,
.acTit.open {
	background: #FFF5D6;
}
.acTit:before {
    content: "\f111";
    font-family: 'FontAwesome';
    margin: 0 8px 0 0;
    vertical-align: 2px;
    font-size: 0.5em;
}
.acTit:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    font-size: 26px;
}
.acTit.open:after {
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    font-size: 26px;
}
.acArea {
	display: none;
    padding: 20px 20px 30px;
}
.acArea .close {
    border: 1px solid #0866b9;
    width: 200px;
    margin: 0 auto;
    padding: 5px 10px;
    color: #0866b9;
    cursor: pointer;
    margin: 0 auto;
    font-weight: 700;
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
}
.acArea .close:hover {background: #FFF5D6;}
.acArea .numb {color:#DEB843;}
.acArea .smlList li {text-indent: 0; border: 0; padding: 0; margin: 0;}
.section table {
	border: 1px solid #ccc;
	margin: 30px auto 20px;
}
.section table th {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f5f5f5;
}
.section table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.section table img {max-width: 100%;}
.section table .notice {margin: 0;}
.notice {
    background: #FBFFDE;
    padding: 15px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 20px 0 30px;
}
.notice .txt {font-size: 12px;}
.notice .cap {margin-top: 0;}
.noticeTit {
    font-size: 15px;
    margin: 0 0 10px;
}
.noticeTit:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin: 0 5px 0 0;
    color: #FF4900;
}
.iconInTxt {
    width: 20px;
    border-radius: 3px;
    vertical-align: -5px;
    margin: 0 4px 0 0;
}
.iconList {margin: 0 0 30px;}
.iconList dt {
	float: left;
	margin: 0 8px 0 0;
}
.iconList dt img {border-radius: 3px;}
.iconList dd i {margin: 0 5px 0 0 ;}
.iconList dd {
    padding: 8px 0;
    float: left;
    margin: 0 50px 0 0;
}
.bgBox {
    background: #f5f5f5;
    padding: 10px 20px;
    display: inline-block;
    line-height: 2em;
    margin: 0 0 30px;
    border-radius: 5px;
}
.split .txtSide {
	float: left;
	width: 300px;
}
.split .imgSide {
	float: right;
	width: 390px;
}
.split .imgSide img {max-width: 100%;}
.numbList li {
    margin: 0 0 15px;
    line-height: 1.3em;
    text-indent: -1.5em;
    padding:0 0 0  1.5em;
    border: none;
}
.numbList li:last-child {margin: 0;}
.circleNumb {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #FF432A;
    font-weight: bold;
    border: 1px solid #FF432A;
    line-height: 1em;
    text-indent: 3px;
}

.listInside {
	    margin: 30px 0 0;
}
.listInside > li {
    background: #EDF8FD;
    padding: 20px;
    border: none;
    margin: 0 0 20px;
}
.listInside > li:last-child {padding-bottom: 20px;}
.listInside .listTit {
    background: #EDF8FD;
    margin: 0 0 15px;
    font-weight: bold;
    color: #0E5291;
    font-size: 15px;
}
.listInside .listTit .circleNumb {
	color: #0E5291;
	border-color: #0E5291;
}
.txtLink i {
    display: inline;
    font-size: 15px;
}


/* blog.php
----------------------------------- */
.blog .arrange {position: relative;}

/* card.php
----------------------------------- */
.card h2 {font-size: 35px;}

/* mail.php
----------------------------------- */
.mail .fa-picture-o:before {
    margin: 0 5px 0 0;
    font-size: 17px;
    vertical-align: -1px;
}
.mail .imageSend {margin: 0;}
.mail .imageSend .red {line-height: 1.3em;}

/* koukai.php
----------------------------------- */
.koukai #koukaiIcon dt img {width: 30px;}
.koukai .chart {
	margin: 0 0 40px;
	background: #f5f5f5;
    padding: 30px;
}
.koukai .chart table {
	background: #FBFFDE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto 30px;
}
.koukai .chart table.q1 {width: 100%;}
.koukai .chart table.q2 {
	width: 484px;
	float: left;
}
.koukai .chart table.q2 td {width: 161px;}
.koukai .chart th {
    text-align: center;
    background: #FFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 15px 0;
    font-size: 15px;
    position: relative;
    z-index: 1;
    font-weight: normal;
}
.koukai .chart td {
	text-align: center;
	position: relative;
	z-index: 1;
	border-right: 1px solid #ccc;
}
.koukai .color1 {background: #FFE7E7;}
.koukai .color2 {background:#FFF5CB;}
.koukai .color3 {background:#CEECF6;}
.koukai .color4 {background:#E5DCF6;}
.koukai .color5 {background:#FFE2D2;}
.koukai .blu {color:#0069C9!important;}
.koukai .chart td:after {
    content: '';
    width: 4px;
    height: 22px;
    background: #ddd;
    position: absolute;
    right: 50%;
    margin-right: -2px;
    top: 43px;
    z-index: 0;
}
.koukai .chart td.color4:after {
    right: 80px;
    height: 146px;
}
.koukai .chart td:before{
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #ddd;
    position: absolute;
    right: 50%;
    margin-right: -9px;
    top: 50px;
    z-index: 1;
}
.koukai .chart td.color4:before {
    right: 80px;
    top: 176px;
}
.koukai .chart .resultPattern {
    clear: both;
    margin: 0 0 0 -10px;
}
.koukai .chart .resultPattern li {
    margin: 0;
    padding: 0;
    border: none;
}
.koukai .chart .resultPattern li a{
    float: left;
    display: block;
    width: 122px;
    margin: 0 0 0 10px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    position: relative;
    border: 1px solid #0E5291;
    color: #0E5291;
    border: 1px solid;
    border-color: #F0F0F0 #E9E9E9 #D8D8D8;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.koukai .chart .resultPattern li a:hover {opacity: 0.8;}
.koukai .chart .resultPattern li a img{
	display: block;
	margin: 8px auto 0 ;
	width: 50px;
}
.koukai .resultChart li{
	position: relative;
	background: ;
	margin: 0 0 40px;
    padding: 0;
    border: none;
}
.koukai .resultChart li .lSide {
    float: left;
    margin: 0;
    width: 110px;
    text-align: center;
}
.koukai .resultChart li .rSide {overflow: hidden;}
.koukai .resultChart .listTit {
    padding: 6px 10px 5px;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 15px;
    color: #0E5291;
}
.koukai .numb {
    color: #0E5291;
    font-size: 1.5rem;
    margin: 0 5px;
}
.koukai .resultChart p:not(.listTit) {
    text-indent: -14px;
    padding-left: 14px;
    margin: 0 0 8px;
    line-height: 1.3em;
}
.koukai #koukaiListBox .fa-circle {color: #FF8D8D;font-size: 16px;}
.koukai #koukaiListBox .fa-times {color: #75C0D9; font-size: 18px;}
.koukai .tabList {
    border-bottom: 1px solid #0866b9;
    margin: 0 0 30px;
}
.koukai .tabList li {
	border: none;
	padding: 0;
	margin: 0;
}
.koukai .tabList a {
	width: 101px;
    float: left;
    background: #0866b9;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 10px 5px;
    border: 1px solid #0866b9;
    border-bottom: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	position: relative;
    top: 1px;
    font-size: 13px;
    text-align: center;
    background: #0866b9;
    color: #fff;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.koukai .tabList li:last-child a {
	margin: 0;
	width: 116px;
}
.koukai .tabList .longTxt a {
	font-size: 12px;
    letter-spacing: -0.1em;
}
.koukai .tabList a.current {
	background: #fff;
	pointer-events:none;
	color: #0866b9;
}
.koukai .tabList a:hover {
	color: #0866b9;
	background: #fff;
}
.koukai .koukaiList .viewer {
    font-size: 16px;
    font-weight: bold;
    color: #0866b9;
}
.koukai .koukaiList .guide {
	margin: 0 0 10px;
	font-size: 12px;
	text-align: right;
}
.koukai .koukaiList .guide i {font-size: 14px!important;}
.koukai .koukaiList table{
	width: 100%;
	margin: 0 auto;
	border: 2px solid #ccc;
}
.koukai .koukaiList th,
.koukai .koukaiList td {
	font-size: 12px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
	position: relative;
}
.koukai .koukaiList th {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    border-right-width: 2px;
    padding: 10px 15px;
}
 .koukai #container .koukaiList th .inner {
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 30px;
    text-align: left;
    padding: 0 0 0 40px;
    font-size: 13px;
}
.koukai #container .koukaiList th.color1 .inner {background-image: url(/static/kobukuro/team/feature/kobukulog/koukai/ico_hani_koukai.png);}
.koukai #container .koukaiList th.color2 .inner {background-image: url(/static/kobukuro/team/feature/kobukulog/koukai/ico_hani_friend.png);}
.koukai #container .koukaiList th.color3 .inner,
.koukai #container .koukaiList th.color4 .inner {background-image: url(/static/kobukuro/team/feature/kobukulog/koukai/ico_hani_hikoukai.png);}
.koukai #container .koukaiList th.color4 .inner {padding: 9px 0 6px 40px;}

.koukai .koukaiList th .bold {font-weight: 600!important; margin: 0 2px;}
.koukai .koukaiList th.hyouji,
.koukai .koukaiList .blank {
    padding: 1px;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: #666;
    background: #ddd;
    font-weight: normal;
}
.koukai .koukaiList th.hyouji:before,
.koukai .koukaiList .blank:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin: 0 3px 0 0;
    vertical-align: -1px;
}
.koukai .koukaiList th.blank {border-bottom-width: 2px;}
.koukai .koukaiList .area th {
	font-size: 12px;
	border-width: 1px;
	border-bottom-width: 2px;
}
.koukai .koukaiList th .result{
    display: block;
    background: rgba(255,255,255,0.5);
    margin: 0 0 8px;
    font-size: 11px;
    padding: 2px 0 1px;
    color: #0E5291;
}
.koukai .koukaiList td .notes {
    position: absolute;
    right: 42px;
    top: 18px;
    color: #666;
    font-size: 12px;
}
.koukai .koukaiList .notesTxt {
    color: #666;
    font-size: 12px;
    margin: 15px 0 0;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}


/* kobukulog_top.php
----------------------------------- */
.kobukulog {background: #F9F7E7;}
.kobukulog #container {padding: 0 0 40px; text-align: center;}
.kobukulog h2 {margin: 0 0 30px;}
.kobukulog .topLead {margin: 0 0 40px;}
.kobukulog .explain {
	margin: 0 auto 60px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	color: #FF8080;
}
.kobukulog .explain i {
    color: #333;
    margin: 0 5px 0 0;
    vertical-align: -1px;
    font-size: 24px;
}
.kobukulog .smlList li {
    text-align: center;
    color: #666;
}
.kobukulog .btn a {border: none;}
.kobukulog #imgMap {
    background: url(/static/kobukuro/team/feature/kobukulog/kobukulog_top/ph_kobukulog.png);
    background-size: 100%;
    border: 3px solid #0866b9;
    margin: 0 0 40px;
    position: relative;
}
.kobukulog #topImg { width: 100%;}
.kobukulog .pin li {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.kobukulog .pin li:hover {background: rgba(240,184,54,0.3);}
.kobukulog .pin li .circle{
    width: 28px;
    height: 28px;
    color: #fff;
    position: absolute;
   	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.kobukulog .pin li#pin01 .circle,
.kobukulog .pin li#pin02 .circle,
.kobukulog .pin li#pin03 .circle,
.kobukulog .pin li#pin04 .circle,
.kobukulog .pin li#pin05 .circle,
.kobukulog .pin li#pin06 .circle,
.kobukulog .pin li#pin07 .circle,
.kobukulog .pin li#pin08 .circle {
    margin-top: -44px;
    margin-left: -14px;
}
.kobukulog .pin li#pin01{top: 6px;left: 436px;}
.kobukulog .pin li#pin02{top: 6px;left: 470px;}
.kobukulog .pin li#pin03{top: 6px;left: 504px;}
.kobukulog .pin li#pin04{top: 6px;left: 539px;}
.kobukulog .pin li#pin05{top: 6px;left: 573px;}
.kobukulog .pin li#pin06{top: 6px;left: 607px;}
.kobukulog .pin li#pin07{top: 6px;left: 641px;}
.kobukulog .pin li#pin08{top: 6px;left: 675px;}
.kobukulog .pin li#pin09{top: 79px;left: 85px;}
.kobukulog .pin li#pin10{top: 217px;left: 85px;}
.kobukulog .pin li#pin11{top: 421px;left: 85px;}
.kobukulog .pin li#pin12{top: 39px;right: 83px;}
.kobukulog .pin li#pin13{top: 79px;left: 505px;}
.kobukulog .pin li#pin14{top: 299px;left: 505px;}

.kobukulog .pin li.ten .pinNumb {
    text-indent: -9px;
    font-size: 16px;
}
.kobukulog .pinBg {
    width: 28px;
    height: 28px;
    background: #f00;
    border-radius: 14px;
    opacity: 0.5;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.kobukulog .pinNumb {
    position: relative;
    line-height: 28px;
        text-indent: -5px;
    font-size: 20px;
    font-weight: 700;
}
.kobukulog .balloon {
	display: none;
	position: absolute;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	border-radius: 5px;
	color: #fff;
	z-index: 100;
	width: 200px;
}
.kobukulog .balloon:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-right-color: rgba(0,0,0,0.7);
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
.kobukulog .balloon .numbInside {
	background: #fff;
	color: #333;
}
.kobukulog .balloon .name {
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 16px;
}
.kobukulog .balloon .txt {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
}
.kobukulog .balloon.ten .txt,
.kobukulog #balloon9 .txt {
    text-indent: -1.9em;
    padding-left: 1.9em;
}
.kobukulog .numbInside {
    display: inline-block;
    background: #FF8080;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    text-indent: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4em;
}
.kobukulog .ten .numbInside {
    text-indent: 2px;
    font-size: 13px;
    line-height: 21px;
}
.kobukulog #listBg {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.kobukulog #listWrap {
	    margin: 0 0 40px -5%;
	    padding: 40px 30px;
}
.kobukulog .txtList {
    float: left;
    width: 45%;
    margin-left: 5%;
}
.kobukulog .txtList .numbInside {
	background: ;
	color: #;
}
.kobukulog .txtList li{
    text-align: left;
    margin: 0 0 30px;
    text-indent: -25px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.3em;
    color: #094E8E;
}
.kobukulog .txtList li:last-child{margin: 0;}
.kobukulog .txtList .name {
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}
.kobukulog .btnPlus {color: #094E8E;}



@media screen and (max-width:960px) {
.hide {
overflow: hidden;
}
#pageHeader {
width: 100%;
min-width: auto;
}
#headerInner {
left: 20px;
width: 100%;
}
#pageHeader #navWrap {
right: 15px;
}
#pageHeader #navWrap p#txtMenu {
display: none;
}
#pageHeader h1 {

}
#headerNav {
width: 100%;
min-width: auto;
overflow: scroll;
}
#headerNav #navInner {
width: 100%;
padding: 30px 20px 60px;
}
.navPosi {
margin: 0;
}
.navList {
width: 100%;
margin: 0;
}

.wrap {
min-width: auto;
padding-top: 80px;
}

#container {
width: auto;
padding: 0 20px 0px;
}
.page #container {
padding: 0 20px 0px;
}
.top h1 {
    margin: 0 0 0px;
}

.top .topNav {
padding: 25px 15px 15px 15px;
}

.top .topNav .navList {
width: auto;
margin: 0 0 0 0px;
}
.top .topNav li {
width: 100%;
margin: 0 0 0 0px;
}


.top .topNav li a, .top .topNav span.noLink {
padding: 5px 20px 5px 44px;
}

.top .topNav dt a:after {
top: 50%;
transform: translate(0,-50%);
}
.top .device table {
border-bottom: 0px solid #bbb;
}
.top .device table th {
display: block;
width: 100%;
height: auto;
}
.top .device table th, .top .device table td {
display: block;
width: 100%;
border-right: 0px solid #bbb;
}


h2 {
font-size: 25px;
}
.titIco {
vertical-align: -9px;
width: 32px;
}

.topLead {
text-align: left;
}
.subList li {
width: 100%;
}

.section {
padding: 30px 15px;
margin: 0 auto 30px;
}

ol {
 list-style-type: none;
}

.step li, .step li.border:last-child {
margin: 0 0 20px 0em;
padding: 0 0 25px;
}
.step li:last-child {
margin: 0 0 0px 0em;
}

.split .imgSide {
float: none;
width: 100%;
}
.split .txtSide {
float: none;
width: auto;
}

h3 {
font-size: 18px;
margin: 0 0 15px;
}

.txt.indent {
text-indent: -1em;
margin: 0 0 10px 1em;
}
.numbList li {
margin: 0 0 15px;
padding: 0 0 0px 1.5em;
}

.txt + .cap {
margin-top: 10px;
}


.bgBox {
width: 100%;
}

.smlList li {
padding: 0 0 0 1em;
}

.kobukulog #container {
padding: 0 0 10px;
}
.kobukulog .wrap {
padding: 0 20px 80px;
}
.kobukulog .wrap.mypage {
padding: 80px 20px 80px;
}

.kobukulog .topLead {
    margin: 0 0 20px;
}

.kobukulog .explain {
margin: 0 auto 30px;
font-size: 18px;
line-height: 1.4;
}




.kobukulog #listWrap {
margin: 0 0 30px 0;
    padding: 20px 15px;
}

.kobukulog .txtList {
    float: none;
    width: 100%;
    margin-left: 0;
}


.kobukulog .txtList li {
margin: 0 0 15px;
}
.kobukulog .pin li .circle {
    width: 18px;
    height: 18px;
}
.kobukulog .pinBg {
    width: 18px;
    height: 18px;
}
.kobukulog .pinNumb {
    font-size: 12px;
}
.kobukulog .pin li.ten .pinNumb {
    font-size: 13px;
}


.kobukulog .pin li#pin01 {
    left: 47vw;
}
.kobukulog .pin li#pin02 {
    left: 52vw;
}
.kobukulog .pin li#pin03 {
    left: 56.5vw;
}
.kobukulog .pin li#pin04 {
    left: 60.3vw;
}
.kobukulog .pin li#pin05 {
    left: 64vw;
}

.step.borderTop {
margin: 20px 0 0;
padding: 20px 0 0;
}

.blog .section table {
border-bottom: 0;
}
.blog .section table th {
width: 100%;
border-right: 0px solid #ccc;
display: block;
}

.blog .section table td {
width: 100%;

display: block;
}


.cap.hasCaption {
margin-top: 20px;
}

.cap .caption {
    display: block;
    position: relative;
    top: 0;
    text-align: left;
}

.friends .smlList {
margin: 0 0 0px;
}

.listInside > li {
padding: 15px 10px 15px;
}
.acArea {
padding: 20px 10px 30px;
}

.card h2 {
font-size: 25px;
}

.koukai .chart {
padding: 10px;
}

.koukai .chart table.q1 {
z-index: 10;
position: relative;
}
.koukai .chart table.q2 {
width: 75%;
float: none;
margin: 0 0 30px;
}
.koukai .chart td.color4::before,
.koukai .chart td.color4:after {
display: none;
}
.koukai .chart td:after {
margin-right: -1px;
}
.koukai .chart .resultPattern li a {
width: calc(25% - 10px);
padding: 10px;
position: relative;
}
.koukai .chart .resultPattern li a:before {
content: "\f078";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #ddd;
    position: absolute;
    right: 50%;
    margin-right: -9px;
    top: -20px;
    z-index: 1;
}

.koukai .chart .resultPattern li a:after {
content: '';
width: 4px;
height: 22px;
background: #ddd;
position: absolute;
right: 50%;
margin-right: -1px;
top: -25px;
z-index: 0;
}

.koukai .chart .resultPattern li a.color4:after {
height: 30vh;
top: -31vh;
}
.koukai .chart .resultPattern li a img {
width: 60%;
}
.koukai .resultChart li .floatBox {
position: relative;
}

.koukai .resultChart li .lSide {
position: absolute;
top: -60px;
right: 5px;
float: none;
width: 50px;
}

.koukai .chart .q2 td:after {
display: none;
}
.koukai .chart .q2 td:before {
display: none;
}


.koukai .tabListSP {
    border-bottom: 1px solid #0866b9;
    margin: 0 0 15px;
}
.koukai .tabListSP li {
	border: none;
	padding: 0;
	margin: 0;
}
.koukai .tabListSP a {
	width: 50%;
    float: left;
    background: #0866b9;
    text-decoration: none;
    font-weight: bold;
/*    margin: 0 5px 0 0;*/
    padding: 10px 5px;
    border: 1px solid #0866b9;
	position: relative;
    top: 1px;
    font-size: 13px;
    text-align: center;
    background: #0866b9;
    color: #fff;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.koukai .tabListSP li:last-child a {
/*	margin: 0;
	width: 116px;*/
}
.koukai .tabListSP .longTxt a {
	font-size: 12px;
    letter-spacing: -0.1em;
}
.koukai .tabListSP a.current {
	background: #fff;
	pointer-events:none;
	color: #0866b9;
}
.koukai .tabListSPSP a:hover {
	color: #0866b9;
	background: #fff;
}
.koukai .koukaiListSP .viewer {
    font-size: 16px;
    font-weight: bold;
    color: #0866b9;
}
.koukai .koukaiListSP .guide {
	margin: 0 0 10px;
	font-size: 12px;
	text-align: right;
}
.koukai .koukaiListSP .guide i {font-size: 14px!important;}
.koukai .koukaiListSP table{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
border-collapse: separate;
}
.koukai .koukaiListSP td {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	position: relative;
}
.koukai .koukaiListSP th {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	position: relative;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    border-right-width: 0px;
    padding: 10px 15px;
}
 .koukai #container .koukaiListSP th .inner {
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 30px;
    text-align: left;
    padding: 0 0 0 40px;
    font-size: 13px;
}
.koukai #container .koukaiListSP th.color1 .inner {background-image: url(/static/kobukuro/team/feature/kobukulog/koukai/ico_hani_koukai.png);}
.koukai #container .koukaiListSP th.color2 .inner {background-image: url(/static/kobukuro/team/feature/kobukulog/koukai/ico_hani_friend.png);}
.koukai #container .koukaiListSP th.color3 .inner,
.koukai #container .koukaiListSP th.color4 .inner {background-image: url(/static/kobukuro/team/feature/kobukulog/koukai/ico_hani_hikoukai.png);}
.koukai #container .koukaiListSP th.color4 .inner {padding: 9px 0 6px 40px;}

.koukai .koukaiListSP th .bold {font-weight: 600!important; margin: 0 2px;}
.koukai .koukaiListSP th.hyouji,
.koukai .koukaiListSP .blank {
    padding: 1px;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: #666;
    background: #ddd;
    font-weight: normal;
}
.koukai .koukaiListSP th.hyouji:before,
.koukai .koukaiListSP .blank:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin: 0 3px 0 0;
    vertical-align: -1px;
}
.koukai .koukaiListSP th.blank {border-bottom-width: 2px;}
.koukai .koukaiListSP .area th {
	font-size: 12px;
	border-width: 1px;
	border-bottom-width: 2px;
}
.koukai .koukaiListSP th .result{
    display: block;
    background: rgba(255,255,255,0.5);
    margin: 0 0 8px;
    font-size: 11px;
    padding: 2px 0 1px;
    color: #0E5291;
}
.koukai .koukaiListSP td .notes {
    position: absolute;
    right: 42px;
    top: 18px;
    color: #666;
    font-size: 12px;
}
.koukai .koukaiListSP .notesTxt {
    color: #666;
    font-size: 12px;
    margin: 15px 0 0;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}








}





