@charset "UTF-8";
/* CSS Document */
/*===================================================
    FPからのアドバイス
===================================================*/
/* --------------------------------------------------
    .maincontentsWrap
-------------------------------------------------- */
.maincontentsWrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 10px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.maincontentsWrap .container {
    float: left;
    width: calc(100% - 300px - 40px);
    max-width: 840px;
}

/* --------------------------------------------------
    #maincontentsLinklist
-------------------------------------------------- */
#maincontentsLinklist .container > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: -20px 0 40px 0;
}
#maincontentsLinklist .container > ul > li {
    position: relative;
    border-radius: 3px;
    align-items: stretch;
    flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    margin: 20px 0 0 0;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    padding: 20px;
}
#maincontentsLinklist .container > ul > li > span {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background: #f0ba17;
}
#maincontentsLinklist .container > ul > li img {
    display: inline-block;
    margin-bottom: 20px;
}
#maincontentsLinklist .container > ul > li p {
    overflow: hidden;
}
#maincontentsLinklist .container > ul > li p span,
#maincontentsLinklist .container > ul > li p time {
    font-size: 14px;
    line-height: 26px;
}

#maincontentsLinklist .container > ul > li p span {
    float: left;
}
#maincontentsLinklist .container > ul > li p time {
    float: right;
    color: #888888;
}
#maincontentsLinklist .container > ul > li h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .1px;
    color: #3f9322;
}
#maincontentsLinklist .container > ul > li h2 a {
    color: #3f9322;
}
#maincontentsLinklist .container > ul > li div {
    overflow: hidden;
}
#maincontentsLinklist .container > ul > li div a {
    display: block;
    float: left;
    padding: 4px 2px 1px;
    background: #eeeeee;
}
#maincontentsLinklist .container > ul > li div a {
	margin-right:5px;
}
#maincontentsLinklist .container > ul > li div a:hover {
    text-decoration: none;
}
#maincontentsLinklist .container > ul > li div p {
    float: right;
    padding-left: 20px;
    background: url("/images/fp/icon-pen.png") left center no-repeat;
    background-size: 16px auto;
}

/* --------------------------------------------------
    .maincontents-title
-------------------------------------------------- */
.maincontents-title {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 10px 0 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.maincontents-title > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.maincontents-title > div p {
    float: left;
}
.maincontents-title > div p span {
    font-size: 20px;
    color: #6fb42c;
    letter-spacing: 0.05em;
}
.maincontents-title > div p em {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    padding: 0 10px;
    color: #ffffff;
    background: #ee5b5b;
}
.maincontents-title > div > span {
	display: block;
	float: right;
	font-size: 16px;
	color: #888888;
}
.maincontents-title > div > span time {
	display: inline-block;
}
.maincontents-title h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
    color: #6fb42c;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #72b52b;
}
.maincontents-title dl {
    padding: 20px 30px;
    font-size: 18px;
    background: #f0f0f0;
}
.maincontents-title dl dt,
	.maincontents-title dl dd {
	display:table;
	width: 100%
	}

.maincontents-title dl dt {
	position: relative;
	margin-bottom: 0;
	padding: 0 0 0 0;
}
.maincontents-title dl dd {
	position: relative;
	margin-top: 15px;
	padding: 15px 0 0 0;
	border-top: 1px solid #cccccc;
}
.maincontents-title dl dt:before,
	.maincontents-title dl dd:before {
	font-family: 'Josefin Sans';
	font-weight: 400;
	font-size: 30px;
	display:table-cell;
	vertical-align: middle;
	text-align: left;
	width: 1.4em;
	}
.maincontents-title dl dt:before {
	content: 'Q.';
	color: #aaaaaa;
}
.maincontents-title dl dd:before {
	content: 'A.';
	color: #6fb42c;
}
.maincontents-title dl dd figure {
	width: 6em;
	padding: 0 0 0 10px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
}
.maincontents-title dl dd figure img {
    display: inline-block;
    width: 65px;
    margin-bottom: 5px;
}
.maincontents-title dl dd figure a {
	font-size: 14px;
	color: #3f9322;
}

.maincontents-title dl dt span,
.maincontents-title dl dd span {
	display:table-cell;
	vertical-align: middle;
}
/* --------------------------------------------------
    #readings
-------------------------------------------------- */
#readings .container > img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 40px;
}
.readings-main {
    margin-bottom: 20px;
}
.readings-main a {
	color: #3f9322;
}
.readings-main p {
    text-indent: 1em;
}
.readings-main p + p {
    margin-top: 20px;
}
.readings-main p img {
	width: auto !important;
	max-width: 100%;
	height: auto;
	}
.readings-main img + p {
	margin-top:20px;
}
.readings-main > div + div > p,
.readings-main > div.reference-links{/* 参考リンク */
	margin-top: 20px;
	}
.readings-btm {
	overflow: hidden;
/*	padding-bottom: 40px;*/
	/* border-bottom:1px solid #cccccc;*/
}
.readings-btm > p {
    float: right;
}
.readings-btm > p a {
	color: #3f9322;
}
.readings-btm > dl {
    float: left;
    margin-bottom: 40px;
}
.readings-btm > dl ul li {
    padding-left: 15px;
    background: url("/images/common/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.readings-btm > dl ul li a {
    color: #3f9322;
    line-height: 1.7;
}
.readings-btm > ul {
	clear: both;
	font-size: 0;
}
	.readings-btm > ul.tag { margin: 10px 0;}
.readings-btm > ul li {
	display: inline-block;
	margin-right: .5em;}
	.readings-btm > ul.tag li { margin: 0 4px 0 1px;}
.readings-btm > ul li a {
	display: inline-block;
	padding: .5em .5em .25em .5em;
	font-size: 13px;
	border-radius: 2px;
	text-decoration: none;
	background: #eeeeee;
	line-height: 1;}
#frmSearch .modalContent {
    height: 40%;
	width:500px;
}
#frmSearch .modalContent > div {
    background: #fff;
    border-radius: 3px;
    padding: 20px 40px 30px;
	min-height:300px;
}
/*===================================================
    FP一覧
===================================================*/
/* --------------------------------------------------
    #maincontentsLinklist
-------------------------------------------------- */
body.fp#profile #maincontentsLinklist .container > ul > li img {
	width: inherit;
	float: left;
}
body.fp#profile #maincontentsLinklist .container > ul > li h2,
body.fp#profile #maincontentsLinklist .container > ul > li div {
	margin-left: 80px;
}
body.fp#profile #maincontentsLinklist .container > ul > li h2 a {}

/* --------------------------------------------------
	FP
-------------------------------------------------- */
/* 囲み */
.readings-main p.note {
	margin-top: 0px;
	font-size: 90%;
	color: #666;
	text-indent: 0;
}
.column {
	margin: 15px auto;
	padding: 20px;
	font-size: 100%;
	background-color :#eee;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
	body#topic .readings-main .column > h4,
	body#topic .readings-main .column > h5,
	body#topic .readings-main .column > h6 {
		margin-top: 0;
	}

/* 本文：文字修飾 */
.red {
	color: red;}
.green {
	color: #005944;
}
.pgreen {
	color: #996;
}
.orange {
	color: #EB9100;
}
.brown {
	color: #743507;
}
/* 文字配置 */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
/* リストの意匠 */
ul.link {
	display: block;
	margin: 10px 0 25px 0;
}
	ul.link a {
		display: inline-block;
		padding-left: 15px;
		background: url("/images/common/link-arrow_grey.png") left center no-repeat;
		background-size: 5px auto;
		color: #42a420;
		line-height: 1.7;
	}
a.iconArrowL,
ul.iconArrowL li,
ul.iconArrowL2 li,
p.iconArrowL,
dt.iconArrowL a,
dd.iconArrowL {
		display: block;
		padding-left: 15px;
		background: url("/images/common/link-arrow_grey.png") left center no-repeat;
		background-size: 5px auto;
		color: #42a420;
		line-height: 1.7;}

/* --------------------------------------------------
    #widget 20200914
-------------------------------------------------- */
section#widget { display: none;}

/* --------------------------------------------------
    webstory 20200925
-------------------------------------------------- */
#maincontentsLinklist .container > ul > li.summary {
	background: -webkit-gradient(linear, left top, right top, from(#daf7e0), to(#f2f7da));
	background: -webkit-linear-gradient(left, #daf7e0, #f2f7da);
	background: -o-linear-gradient(left, #daf7e0, #f2f7da);
	background: linear-gradient(to right, #daf7e0, #f2f7da);
	box-shadow: 0 2px 8px rgb(0, 0, 0, .2);
	border: 1px solid #f2f7da;
	padding: 20px 20px 0px 20px;
}
#maincontentsLinklist .container > ul > li.summary > em {
	display: block;
	font-style: normal;
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin-bottom: 14px;
}
#maincontentsLinklist .container > ul > li.summary > em::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/webstories/icon_ws_wh.png') 0 0 no-repeat;
	background-size: cover;
}
#maincontentsLinklist .container > ul > li.summary > em img {
	margin-bottom: 0;
	height: 100%;
}
#maincontentsLinklist .container > ul > li.summary > p > span { /*厳選！ローン記事をあつめました*/
	display: inline-block;
	margin: 0 0 0 0;
	padding: .25em 1em;
	font-size: 14px;
	background-color: #555;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
#maincontentsLinklist .container > ul > li.summary > p > time {
	display: block;
	margin: 0 0 0 0.25em;
	white-space: nowrap;
	text-align: right;
	line-height: 24px;
}
#maincontentsLinklist .container > ul > li.summary h2 {
	margin-top: .5em;
}
/* 記事 */
dl.summaryBox {
	margin-top: 15px;
}
.readings-btm > dl.summaryBox dt span {
	display: inline-block;
	margin: 0 0 0 0.25em;
	padding: .25em .5em;
	background-color: #666;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
.readings-btm > dl.summaryBox ul li.summary {
	display: inline-block;
	padding-left: 16px;
	background: url('/images/webstories/icon_ws.png') no-repeat left center;
	background-size: 16px;
}
.sidenav .sidenav-relate dd ul li.summary > span {
	display: inline-block;
	margin: 0 0 0 0.25em;
	padding: .25em .5em;
	background-color: #666;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
/* ナビ */
.sidenav .sidenav-relate dd ul li.summary > span {
	display: inline-block;
	margin: 0em 0 .5em 0;
	padding: .25em 1em;
	font-size: 14px;
	background-color: #666;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
.sidenav .sidenav-relate dd ul li.summary > a {
	background: url('/images/webstories/icon_ws.png') no-repeat left center;
	background-size: 16px;
}

/**********/
.mgbt5 { margin-bottom: 5px;}
.mgbt10 { margin-bottom: 10px;}
.mgbt15 { margin-bottom: 15px;}
.mgbt20 { margin-bottom: 20px;}
.mgtp5 { margin-top: 5px;}
.mgtp10 { margin-top: 10px;}
.mgtp15 { margin-top: 15px;}
.mgtp20 { margin-top: 20px;}
@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------
	.maincontents-top .searchform
-------------------------------------------------- */
.maincontents-top .searchform {
    background: -webkit-gradient(linear, left top, right top, from(#daf7e0), to(#f2f7da));
    background: -webkit-linear-gradient(left, #daf7e0, #f2f7da);
    background: -o-linear-gradient(left, #daf7e0, #f2f7da);
    background: linear-gradient(to right, #daf7e0, #f2f7da);
    background-size: cover;
    margin: 20px 0;
    position: relative;
    padding: 0 10px;
}

.maincontents-top .searchform h1 {
    color: #6fb42c;
    display: block;
    margin: 0;
    position: relative;
    left: 0;
    top: -20px;
/*    text-align: center; */
    font-size: 32px;
    letter-spacing: 00.1em;
}

.maincontents-top .searchform > div {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 1px 0 1px 0;
}

.maincontents-top .searchform > div p {
	position: relative;
	top: -10px;
	bottom: 0px;
    margin: 0 0;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
}

.maincontents-top .searchform .searchform-main {
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    margin-top: 15px !important;
    padding: 20px 40px;
    max-width: 970px;
    margin: 15px auto;
}
/*検索*/
.searchform-btn {
    display: none;
}
.searchform form {
	position: relative;
	display: table;
	width: 100%;
}
.searchform form > div:first-child {
	/*width: calc(100% - 135px);*/
	display: table-cell;
	vertical-align: middle;
}
.searchform form dl {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
	.searchform form > div dl:last-child {
	margin-bottom: 0;}

.searchform form dl dt {
    width: 96px;
    display: table-cell;
    font-size: 13px;
    color: #888888;
}
.searchform form dl dd {
    display: table-cell;
}
.searchform form .searchform-textarea dt {
    width: 96px;
}
.searchform form dl:first-child .searchform-checkBox li {
    min-width: 150px;
}
.searchform form dl:nth-child(2) .searchform-checkBox li {
    min-width: 110px;
}
.searchform form .searchform-textarea input {
    height: 40px;
}
.searchform form .searchform-tag-layoutbox {
    overflow: hidden;
}
.searchform form .searchform-tag-layoutbox > ul {
    position: relative;
    float: left;
    font-size: 0;
}
.searchform form .searchform-tag-layoutbox > ul:after {
    content: '...';
    position: absolute;
    top: -2px;
    right: -20px;
    font-size: 14px;
}
.searchform form .searchform-tag-layoutbox > ul li,
#frmSearch .modalContent > div > ul li {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    background: #eeeeee;
	margin: 2px 2px;
}
.searchform form .searchform-tag-layoutbox > ul li.selected {
    background: #bbb;
}
.searchform form .searchform-tag-layoutbox > ul li.selected > a {
	color:#fff;
}
.searchform form .searchform-tag-layoutbox > ul li a,
#frmSearch .modalContent > div > ul li a {
    display: block;
    padding: 5px 10px;
    line-height: 1;
}
.searchform form .searchform-tag-layoutbox > ul li a:hover,
#frmSearch .modalContent > div > ul li a:hover {
    text-decoration: none;
}
.searchform form .searchform-tag-layoutbox > div {
    float: right;
    padding-left: 15px;
    background: url("/images/common/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.searchform form .searchform-tag-layoutbox > div a {
    color: #3f9322;
    line-height: 1.7;
}
.searchform form .searchform-submit {/*
	position: absolute;
	top: 130px;
	right: 0;*/
	display: table-cell;
	width: 135px;
	text-align: right;
	vertical-align: middle;
}
.searchform-submit input {
	width: 120px;
	display: inline-block;
	}
