@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

h1:not(.detailTitle) {
	background: url(../img/sp/bg_blog_02_sp.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
h1 img{
	width: 80%;
}
#contents .clearfix{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.content{
	margin: 0 20px;
	order: 0;
}
/* ===================================
.blogList
=================================== */
.blogList li {
	padding: 30px 0;
	border-bottom: 1px solid #ECECEC;
}
.blogList li:first-child {
	padding-top: 0;
}
.blogList .new h4:after {
	content: '';
	width: 32px;
	height: 15px;
	margin: 0 0 0 10px;
	display: inline-block;
	background-image: url(/common/img/sp/ico_new_01.png);
	background-repeat: no-repeat;
	background-size: 32px;
}
.blogList .info {
	font-size: 12px;
	margin-bottom: 15px;
}
.blogList h4 {
	text-indent: 10px;
	margin-bottom: 15px;
	margin-left: -10px;
}
.blogList h4 a {
	font-size: 20px;
	font-weight: bold;
	color: #153E9D;
}
.category {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	padding: 1px 22px;
	display: inline-block;
	background-color: #0B6FC3;
	min-width: 60px;
	text-align: center;
}
.thumb {
	margin-bottom: 20px;
	text-align: center;
}
.thumb img {
	max-width: 100%;
	height: 200px;
	object-fit: none;
	font-family: 'object-fit: none;';
	background-color: #F5F5F5;
}
.description {
	width: 100%;
	font-size: 16px;
	line-height: 1.6; /* font-size:20pxを基準にしているため行間やや狭く */
	word-break: break-all;
}
.description.noImg {
	width: 100%;
	clear: both;
}
.description a {
	display: table;
	margin: 20px 0 0;
	text-decoration: underline;
}

.notFonund {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-left: 315px;
}

/* ===================================
.blogDetail
=================================== */
.blogDetail .infoArea {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
	text-align: left;
}
.blogDetail .infoArea .date {
	color: #4C4C48;
	font-size: 12px;
	margin-bottom: 15px;
}
.blogDetail h1.detailTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #153E9D;
	/* common相殺 */
	height: auto;
	text-align: left;
	padding-top: 0;
	box-sizing: unset;
	background: none;
}
.blogDetail h1.detailTitle.new:after {
	content: '';
	width: 32px;
	height: 15px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(/common/img/ico_new_01.png);
	background-repeat: no-repeat;
}
.blogDetail h2 {
	font-size: 25px !important;
	color: #133E9D;
	font-weight: bold;
	border-left: 5px solid #1BAAEA;
	background-color: #F5F5F5;
	padding: 15px;
	margin: 0;
}
.blogDetail h3 {
	font-size: 20px !important;
	color: #133E9D;
	background-color: #F5F5F5;
	padding: 10px 15px;
	margin: 0;
	border-bottom: none;
}
.blogDetail .mainArea {
	word-break: break-all;
}
.blogDetail img{
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}
/* ===================================
詳細下のカテゴリ別新着記事 .catePostArea
=================================== */
.catePostArea {
	margin-top: 50px;
	background-color: #F5F5F5;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catePostArea .catePostItem {
	width: 510px;
	background-color: #fff;
	height: fit-content;
}
.catePostArea .catePostItem:nth-of-type(n+3) {
	margin-top: 40px;
}
.catePostArea .catePostItem .titleArea {
	background-color: #0B6FC3;
	color: #fff;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px 5px 20px;
}
.catePostArea .catePostItem .titleArea .cateName {
	font-size: 18px;
	margin-right: 5px;
}
.catePostArea .catePostItem .titleArea a.thisCateLink {
	color: #fff;
	float: right;
	line-height: 28px;
	font-weight: normal;
	position: relative;
}
.catePostArea .catePostItem .titleArea a.thisCateLink::before {
	content: '';
	display: inline-block;
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	top: 9px;
	left: -10px;
}
.catePostArea .catePostItem .newPostArea {
	padding: 0 20px;
}
.catePostArea .catePostItem .newPostArea .postItem {
	padding: 20px 0;
	display: flex;
	min-height: 70px;
}
.catePostArea .catePostItem .newPostArea .postItem .cateThumb {
	width: 100px;
	margin-right: 10px;
}
.catePostArea .catePostItem .newPostArea .postItem .cateThumb img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.catePostArea .catePostItem .newPostArea .postItem .detail {
	width: 370px;
}
.catePostArea .catePostItem .newPostArea .postItem:nth-of-type(2) {
	border-top: 1px solid #ECECEC;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	width: 100%;
	margin: 40px 0;
	order: 1;
}
.next__large{
	margin-bottom: 25px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 20px;
	margin: 0 20px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 20px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 3px solid #0059B2;
	border-right: 3px solid #0059B2;
}
.page{
	text-align: center;
}
.page .prev,
.page .next{
	width: 52px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	color: #191919;
}
.page .nolink{
	pointer-events: none;
	opacity: 0.5;
}
.page .page-number{
	width: 168px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.page .page-number .page-number__label{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page .page-number .page-number__label:after{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 9px;
	top: 15px;
	content: "";
	transform: rotate(135deg);
	transition: 0.5s;
	vertical-align: middle;
	border-top: 1px solid #C8C4BE;
	border-right: 1px solid #C8C4BE;
}
.page .page-number select {
	width: 168px;
	height: 42px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
/* ===================================
.listLink
=================================== */
.listLink {
	order: 1;
    padding: 20px 0;
	margin: 40px 0 120px;
	width: 100%;
	height: 60px;
    background-color: #F5F5F5;
    text-align: center;
    position: relative;
}
.listLink a,
.listLink span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 12px;
    color: #123AA0;
    text-decoration: none;
    box-sizing: border-box;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listLink .previouspostslink,
.listLink .nextpostslink {
	width: 43%;
	height: 60px;
	padding: 10px;
	position: absolute;
}
.listLink .nextpostslink:before,
.listLink .previouspostslink:before {
    font-size: 14px;
    text-decoration: none;
    content: "";
    box-sizing: border-box;
    border: 4px solid transparent;
    position: absolute;
    top: 24px;
}
.listLink .nextpostslink {
	right: 20px;
	padding-right: 20px;
}
.listLink .nextpostslink:before {
    border-left: 6px solid #163E9D;
    right: 5px;
}
.listLink .previouspostslink {
	left: 20px;
	padding-left: 20px;
}
.listLink .previouspostslink:before {
    border-right: 6px solid #163E9D;
    left: 5px;
}

/* 詳細 TOPページへ */
.listLink .toplink {
	width: 80%;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 140px;
	font-size: 14px;
}

/* ===================================
.sidebar
=================================== */
.sidebar {
	order: 2;
	width: 100%;
	margin-top: 20px;
}
.newentryBox,
.categoryBox,
.archiveBox {
	padding: 0;
	border-top: 1px solid #D6D6D6;
}
.sTitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #153E9D;
	background-color: #F5F5F5;
	margin-bottom: 25px;
	padding: 20px 0;
}
.sidebar ul{
	margin: 0 20px;
}
.sidebar li{
	border-bottom: 1px solid #F5F5F5;
	padding: 0 10px;
}
.sidebar a {
	position: relative;
	color: #000;
	padding-left: 15px;
	margin: 20px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}
.sidebar a:before {
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 6px solid #163E9D;
	position: absolute;
	top: 7px;
	left: 0;
}
.sidebar .sideTxt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 9px;
	font-size: 14px;
}
.sidebar .under {
	padding-left: 20px;
}
.sidebar .newentryBox li:first-child a{
	margin: 5px 0 20px;
}
.sidebar .newentryBox li:last-child a{
	margin: 16px 0 30px;
}
.sidebar .archive{
    margin: 6px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}
.sidebar .archive:last-child{
    border: none;
}
.sidebar .archive .sideYear{
    position: relative;
    padding: 0;
}
.sidebar .archive .sideYear:last-child{
	border: none;
}
.sidebar .archive .sideYear .link:before{
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-top: 7px solid #163E9D;
	position: absolute;
	top: 8px;
    right: 13px;
    left: auto;
}
.sidebar .archive .sideYear .open:before{
    border-bottom: 7px solid #163E9D;
    border-top: 0;
}
.sidebar .archive .sideYear a{
    margin: 16px 0 8px;
}
.sidebar .archive .monthBox{
    margin: 0 20px;
    display: none;
}
.sidebar .archive .monthBox a{
    margin: 15px 0 0;
    font-size: 14px;
}
.sidebar .archive .monthBox a:first-child{
	margin: 0
}
.sidebar .archive .monthBox a:last-child{
	margin-bottom: 15px;
}
.sidebar .monthBox a span{
    width: 30px;
    display: inline-block;
}
/* IEのみ */
@media all and (-ms-high-contrast: none){
	.blogDetail h2 {
	padding-bottom: 10px;
	}
	.blogDetail h3 {
	padding-bottom: 5px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
	line-height: 43px;
	}
	.catePostArea .catePostItem .titleArea {
	padding-bottom: 0px;
	}
	.catePostArea .catePostItem .titleArea a.thisCateLink::before {
	top: 6px;
	}
}

/* ===================================
.contactArea
=================================== */
.contactArea {
	background: url(https://cosmobank.co.jp/img/sp/bg_contact_01_sp.png) no-repeat;
	background-size: cover;
	padding: 40px 0 20px;
}
.contactArea .inner {
	margin-left: 0;
	margin-right: 0;
}
.contactArea h2 {
	background: none;
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.contactArea .text01 {
	color: #FFF;
	text-align: center;
	background: rgba(255,255,255,0.3);
	border-radius: 19px;
	font-size: 14px;
	line-height: 38px;
	margin: 15px 10px 0;
}
.contactArea .tel {
	margin: 30px 0 28px;
	padding: 0;
	background: none;
	color: #FFF;
	text-align: center;
}
.contactArea .tel span {
	margin-top: 5px;
	padding: 0 0 0 48px;
	font-size: 16px;
}
.contactArea .tel a {
	display: inline-block;
	padding: 0 0 0 48px;
	background: url(../../common/img/sp/ico_tel_01.png) no-repeat left 5px;
	background-size: 36px;
	text-decoration: none;
	color: #FFF;
	font-size: 43px;
	text-align: center;
}
.contactArea .btn {
	background: #FFF;
	margin: 0 20px;
}
.contactArea .btn a {
	margin: 20px 0 15px;
	width: 100%;
	font-size: 34px;
	text-align: center;
	color: #153E9D;
	line-height: 1.3;
	padding: 18px 0 15px;
}
.contactArea .btn a span {
	font-size: 18px;
	display: block;
}
.contactArea .btn a:before {
	display: none;
}
.contactArea .text02 {
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width:370px) {
.contactArea h2 {
	font-size: 28px;
}
.contactArea .text01 {
	font-size: 12px;
}
.contactArea .tel span {
	font-size: 13px;
}
.contactArea .tel a {
	padding-top: 3px;
	font-size: 38px;
}
.contactArea .btn a {
	font-size: 30px;
}
.contactArea .text02 {
	font-size: 13px;
}
}
