/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

img {
	image-rendering: -webkit-optimize-contrast;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.hide {
	display: none!important;
}

.spi {
	display: none!important;
}
.spb {
	display: none!important;
}

.pci {
	display: inline!important;
}
.pcb {
	display: block!important;
}
#logo img, .logo img {
	height: auto;
	margin: 0.5em 0;
	padding: 0.3em 0;
}
.header_small_menu h1#description {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
}
.inner {
	margin: 0 auto;
	width: 96%;
}

#main-wrap.main_404 {
	width: 80%;
	max-width: 900px;
	margin: 0 auto 5%;
}

.addbtn {
	margin: 0 auto 3%;
	line-height: 1.5em;
	text-align: center;
}
.addbtn b,
.addbtn span {
	display: inline-block;
	white-space: nowrap;
}

input[type=submit].searchsubmit {
	background-color: #002654;
}

.wrap-post-title {
    margin-bottom: 5%;
	border-top: 2px solid #bfa980;
	border-right: 2px solid #bfa980;
	border-bottom: 2px solid #bfa980;
	padding: 0.5em 3%;
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: 700;
	color: #FFF!important;
	background: #002654!important;
	position: relative;
}
.wrap-post-title:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #959e9b transparent transparent;
	border-width: 0 20px 10px 0;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.widgettitle {
	padding: 8px 15px 8px 24px;
}

.widgettitle:before {
	content: "";
	margin: auto;
	width: 4px;
	height: 20px;
	background: #ecd76e;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.topvoice {
}
.topvoice h2 {
}
.topvoice ul {
	list-style: none!important;
	padding-left: 0!important;
	line-height: 1.4em!important;
}
.topvoice ul li {
}
.topvoice ul li a {
	display: block;
	padding: 1em;
	color: inherit;
	background: #fafafa;
}
.topvoice ul li a:hover {
	color: inherit;
	background: #f5f7e2;
}
.topvoice ul li a {
}
.topvoice ul li a i {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.25em;
	line-height: 1em;
	color: #fff;
	background: #333;
	font-size: 0.85em;
}
.topvoice ul li a i + span {
	font-size: 0.9em;
}
.topvoice ul li a p {
	padding: 0.5em;
}
.topvoice ul li a .btm {
	display: block;
	text-align: right;
}

.siteinfo {
	padding-bottom: 10px;
}

.siteinfo .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #aaa;
	padding: 5px 0;
	color: #000;
	background: ;
	font-weight: 700;
}
.siteinfo .sitemodified {
	text-align: center;
}
.siteinfo .sitecount ,
.siteinfo .sitescomments {
	margin-left: 50px;
}
.siteinfo .sitecount span ,
.siteinfo .sitescomments span {
}
.siteinfo .sitemodified b ,
.siteinfo .sitecount b ,
.siteinfo .sitescomments b {
	display: inline-block;
	margin: 0 0.25em;
	color: #c00;
}

.kabusite .singlecap h2 {
	margin: 0 0 5%;
}

.kabusite .topbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}

/* .kabusite .topimg {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 39%;
} */

.topimg.btn a {
	display: block;
	margin: 30px auto 0;
	border: 1px solid #c73737;
	padding: 1em 20px;
	line-height: 1em;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	color: #c73737;
	position: relative;
	width: 80%;
}
.topimg.btn a:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #c73737;
	border-right: solid 2px #c73737;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
.topimg.btn a:hover {
	color: #fff;
	background: #c73737;
}
.topimg.btn a:hover:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.topimg.btn a span {
	display: inline-block;
	white-space: nowrap;
}

.sitedata {
	display: flex;
	width: 100%;
}

.topimg + .sitedata {
	width: 59%;
}
.sitedata ul {
	width: 100%;
	font-size: 0.75em;
	padding-left: 0;
}
.sitedata ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 0;
}
.sitedata ul li:first-child {
	border-top: 0!important;
}
.sitedata ul li b {
	padding: 0.8em 1em;
	width: 25%;
	font-weight: normal;
	color: #000;
	background: #eee;
	text-align: center;
}
.sitedata ul li.type b {
	display: block;
	width: 100%;
	font-weight: 700;
	color: #fff!important;
	text-align: center;
	font-size: 1.75em;
	position: relative;
}

.sitedata ul li.type b.good {
	background: #00aeff;
	background: -moz-linear-gradient(top, #00aeff 0%, #0071e5 100%);
	background: -webkit-linear-gradient(top, #00aeff 0%,#0071e5 100%);
	background: linear-gradient(to bottom, #00aeff 0%,#0071e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff', endColorstr='#0071e5',GradientType=0 );
}
.sitedata ul li.type b.bad {
	background: #c73737;
	background: -moz-linear-gradient(top, #c73737 0%, #b70000 100%);
	background: -webkit-linear-gradient(top, #c73737 0%,#b70000 100%);
	background: linear-gradient(to bottom, #c73737 0%,#b70000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73737', endColorstr='#b70000',GradientType=0 );
}
.sitedata ul li.type b.bad:before ,
.sitedata ul li.type b.bad:after {
	content: "\f071";
	font-family: "ForkAwesome";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(100%,-50%);
}
.sitedata ul li.type b.bad:after {
	left: auto;
	right: 0;
	transform: translate(-100%,-50%);
}

.sitedata ul li.type b.check {
	background: #1ed400;
	background: -moz-linear-gradient(top, #1ed400 0%, #1c9600 100%);
	background: -webkit-linear-gradient(top, #1ed400 0%,#1c9600 100%);
	background: linear-gradient(to bottom, #1ed400 0%,#1c9600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed400', endColorstr='#1c9600',GradientType=0 );
}

.sitedata ul li span {
	padding: 0.8em 1em;
	width: 75%;
}
.sitedata ul li span a {
	color: #6495ED;
	text-decoration: underline!important;
	word-break: break-all;
}
.sitedata ul li span a:hover {
	text-decoration: none!important;
}


.sitedata ul li span strong {
	display: inline-block;
	margin-right: 1em;
	border-radius: 100em;
	padding: 0.25em 2em 0.4em;
	line-height: 1em;
	font-weight: 400;
	color: #fff;
	background: #ccc;
}
.sitedata ul li span strong.status01 {
	background: #05f;
}
.sitedata ul li span strong.status02 {
	background: #777;
}
.sitedata ul li span strong.status03 {
	background: #f5f;
}
.sitedata ul li span strong.status04 {
	background: #333;
}



.sitedata ul li i img {
	margin-right: 1em;
}
.sitedata ul li i + span {
	padding: 0;
	width: auto;
	line-height: 1em;
	font-size: 1.25em;
	vertical-align: middle;
}

.sitelist {
}
.sitelist .sitelist-cap {
	padding: 0.5em 1em;
	color: #002654;
	background: #f3f4f5;
	cursor: pointer;
	position: relative;
}
.sitelist .sitelist-cap:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #f3f4f5;
	border-right: 2px solid #002654;
	border-bottom: 2px solid #002654;
	transform: translateY(-50%) rotate( 45deg);
	position: absolute;
	top: 44%;
	right: 20px;
}
.sitelist .sitelist-cap.on:after {
	transform: translateY(-50%) rotate( -135deg);
	top: 56%;
}

.sitelist .sitedata ul {
	display: block;
}
.sitelist ul + .sitelist-cap {
	margin-top: 3%;
}
.sitelist .sitelist-cap span {
	font-weight: 700;
}
.sitelist .sitelist-cap span:before {
	content: "-";
}
.sitelist ul {
	padding: 1em;
	background-repeat: repeat;
}
.sitelist ul li {
	margin-bottom: 3%;
	border: 1px solid #ccc;
}

.sitelist ul li .sitedata ul {
	padding: 0;
}
.sitelist ul li .sitedata ul li {
	margin-bottom: 0;
	border: 0;
	border-top: 2px solid #e7e7e7;
}
.sitelist ul li .sitedata ul li b {
	color: #000;
}

.sitelist ul li.not {
	padding: 1em;
}
.sitelist ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em 1em;
	color: #fff;
	background: rgba(0,0,0,0);
}
.sitelist ul li a:hover {
	background: rgba(0,0,0,0.5);
}
.sitelist ul li a:hover ,
.sitelist ul li a:hover p b ,
.sitelist ul li a:hover p span {
	color: #ff0;
}
.sitelist ul li b {
	display: block;
	color: #fff;
	font-weight: 400;
}
.sitelist ul li.not b {
	color: #c00;
}
.sitelist ul li p {
	width: 100%;
}
.sitelist ul li p span {
	display: block;
	text-align: right;
}
.sitelist ul li i {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-right: 1em;
	border-radius: 100em;
	padding: 0.25em 0 0.4em;
	width: 150px;
	line-height: 1em;
	color: #fff;
	background: #ccc;
}
.sitelist ul li i span {
}
.sitelist ul li i.status01 {
	background: #05f;
}
.sitelist ul li i.status02 {
	background: #777;
}
.sitelist ul li i.status03 {
	background: #f5f;
}
.sitelist ul li i.status04 {
	background: #333;
}

.sitelist ul li .singlecap h2 {
	margin: 0 0 2%;
}
.sitelist ul li .topbox {
	margin: 0;
	padding: 0% 2% 2%;
}

/* お問い合わせ */

.cttform {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.cttform .toptxt {
	text-align: center;
}
.cttform .toptxt span {
	white-space: nowrap;
}
.cttform label {
	cursor: pointer;
}
.cttform dl {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.cttform dl dt {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0.5em;
	width: 270px;
	flex-shrink: 0;
}
.cttform dl dt b {
	flex-shrink: 0;
	font-style: italic;
}
.cttform dl dt span {
	flex-shrink: 0;
	display: inline-block;
	margin-left: 1em;
	border-radius: 100em;
	padding: 0.25em 1em 0.25em 0.75em;
	line-height: 1em;
	font-size: 75%;
	font-style: italic;
	color: #fff;
	background: #e69d0d;
}
.cttform dl dd {
	color: #000;
	border-bottom: 0;
	padding: 0.5em;
	width: calc(100% - 270px);
}
.cttform dl dd input[type=text] ,
.cttform dl dd input[type=email] ,
.cttform dl dd textarea {
	margin: 0;
	padding: 0.5em;
	max-width: 100%;
	width: 100%;
	outline: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	vertical-align: bottom;
	font-size: 13px;
	background-color: #fcfcfc;
}

.cttform dl dd + dd {
	width: 100%;
}
.cttform dl dd + dd p {
	text-align: center;
}

.cttform input[type=submit] {
	background-color: #002654;
}
.cttform input[type=submit]:disabled ,
.cttform input[type=submit]:disabled:hover {
	background-color: #ccc;
}
.cttform input[type=submit]:hover {
	background-color: rgb(40,96,140);
}

.wpcr3_respond_2{
	display: block;
}
.wpcr3_show_btn, .wpcr3_cancel_btn{
	display: none;
}
div.wpcr3_review_item div.wpcr3_item_name {
	display: none;
	font-size: 0.8em;
	font-style: italic;
}

#hrText ,
#lrText {
	overflow: hidden;
}

/* 口コミ周り */
.wpcr3_reviews_holder {
	margin-bottom: 5%;
}

div.wpcr3_review div.wpcr3_review_author {
	line-height: 1em;
	font-size: 0.9em;
	font-style: normal;
}

div.wpcr3_review div.wpcr3_review_datePublished {
	margin: 0 1em;
	padding: 0.25em 0.5em;
	line-height: 1em;
	font-size: 0.8em;
	font-style: normal;
	color: #555;
	background: #ddd;
}

div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline {
	display: block !important;
	border-bottom: 1px dotted #ccc !important;
	margin: 15px 0!important;
	clear: both !important;
}

.wpcr3_div_2 {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.wpcr3_respond_2 table {
	background: #efefef!important;
}
.widgettitle h3 {
	position: relative;
	padding: 0;
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	color: inherit;
	border: 0;
}
.voicecap.widgettitle {
	font-size: 20px;
	padding: 0.5em;
	margin: 50px 0 0;
}
.voicecap h2 {
	border-bottom: 0!important;
	line-height: 1.4em;
	margin: 0 auto !important;
	padding: 0 1em !important;
	font-size: 1em;
	background: transparent!important;
}

div.wpcr3_aggregateRating {
	display: block !important;
	margin-bottom: 30px;
	line-height: 24px;
	font-size: 1em;
	border: 1px solid #eee;
	background: #fafafa;
	padding: 15px;
	border-top: 0;
	text-align: right;
}
.wpcr3_aggregateRating_reviewCount {
	display: block;
}
div.wpcr3_review div.wpcr3_content {
	display: block!important;
	padding: 0.5em 0 0;
}
.wpcr3_leave_text {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	background: #333;
}
#voice .notice {
}
#voice .notice p {
	line-height: 1.4em!important;
}
#voice .notice p + p {
	margin-top: 1em!important;
	font-size: 0.9rem;
	color: #c00;
}
.wpcr3_respond_2 input[type='text'] {
	width: 100%;
	background-color: #fff;
	min-width: initial;
	min-width: auto;
}
.wpcr3_respond_2 textarea {
	height: 150px !important;
	width: 100%;
	background-color: #fff;
	min-width: initial;
	min-width: auto;
}
.wpcr3_check_confirm {
	text-align: center!important;
}

.wpcr3_button_1 {
	display: block;
	margin: 0 auto 3%;
	border: 1px solid #333;
	border-radius: 100em;
	padding: 0.5em 2.5em;
	width: 240px;
	background: none;
	background: #333;
	filter: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.wpcr3_button_1:hover {
	border: 1px solid #333;
	background: #fff;
	font-weight: 700;
	color: #333333;
}
.wpcr3_show_btn,
.wpcr3_cancel_btn {
    display: none!important;
}
.wpcr3_respond_1 p, .wpcr3_respond_2 p {
	line-height: 150% !important;
	font-size: 0.8em !important;
	text-align: justify;
}
.wpcr3_respond_2 {
	padding: 5% 0 0!important;
}


/* 口コミ周り */
.subTitlePickUp {
	padding: 0!important;
}
.btmctt {
	margin: 0 auto 20px;
	width: 90%;
	font-size: 90%;
	background: #fff;
	box-shadow: 0 0 5px rgb(150 150 150 / 20%);
}
.btmctt h2 {
	margin: 0 0 1em;
}
.btmctt p {
	padding: 0 2em 1.5em;
}

@media screen and (max-width: 768px) {
	.spi {
		display: inline!important;
	}
	.spb {
		display: block!important;
	}
	.pci {
		display: none!important;
	}
	.pcb {
		display: none!important;
	}
	.siteinfo .inner {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
		color: #000;
		background: #eee;
		font-size: 2.8vw;
		font-weight: 700;
	}
	.siteinfo .sitemodified {
		width: 100%;
	}
	.siteinfo .sitecount,
	.siteinfo .sitescomments {
		margin-left: 0;
	}
	.siteinfo .sitescomments {
		margin-left: 2em;
	}
	.cttform dl {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start;
	}
	.cttform dl dt {
		justify-content: flex-start;
		width: 100%;
	}
	.cttform dl dd {
		width: 100%;
	}
	.kabusite .topbox {
		display: block;
	}

	.kabusite .topimg {
		width: 100%;
	}

	.kabusite .topimg .btn {
		
	}
	.kabusite .topimg .btn a {
		margin: 3% auto 0;
		font-size: 4vw;
	}
	.sitedata {
		margin-top: 5%;
		width: 100%;
	}
	.sitedata ul li b ,
	.sitedata ul li span {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.25em 0.5em;
		line-height: 1.4em;
	}
	.sitedata ul li span {
		justify-content: flex-start;
		align-items: baseline;
		text-align: justify;
	}
}
/* 前の */

/*--- 目次 ---*/
.tableContentsArea {
	text-align: center;
	padding: 10px;
	border: 1px solid #dfdfdf;
	margin: 60px auto;
}
.tableContentsArea ul {
	padding: 0!important;
}
.tableContentsArea h4{
	margin: 0 0 2%;
	padding: 0!important;
	border-radius: 0;
	border-bottom: 1px dotted #dfdfdf !important;
}
.tableContentsArea h4:after {
	content: none!important;
}
.tableContentsArea ul {
	list-style: none;
}

@media (max-width: 767px) {
	.tableContentsArea{
		margin: 30px auto;
	}
	.tableContentsArea h4{
		font-size: 1.2rem;
	}
}

/*--- サイト一覧 ---*/
.siteList{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
.siteList .left{
	width: 25%;
	text-align: center;
}
.siteList .right{
	width: 70%;
}
.siteList .right h3{
	font-size: 1.5em;
	line-height: 1.4em;
	border: 0;
	padding: 0;
	margin: 0 auto 5%;
}
@media (max-width: 767px) {
	.siteList{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items:flex-start;
	}
	.siteList .left{
		width: 160px;
		margin: 0 auto;
	}
	.siteList .right{
		width: 100%;
	}
	.siteList .right h3{
		font-size: 1.6rem;
		margin-top: 20px;
		text-align: center;
	}
}


/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.link_01Area{
	text-align: right;
}
.link_01 {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 0 0 auto;
	display:inline-block;
	color: #6073ff;
	text-align: right;
	text-decoration: none;
	transition: all .3s;
}
.link_01:hover {
	color: #002d62;
}
.btn_02 {
	width: 180px;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 10px 0 0 auto;
	position: relative;
	display:block;
	padding: .5em 8px;
	background-color:#F1F1F1;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.btn_02::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #494949;
	transition: all .3s;
}
.btn_02:hover {
	background-color: #494949;
	color: #fff;
}
.btn_02:hover::after {
	border-left-color: #fff;
}
.btnArea{
	margin: 0 auto;
	text-align: center;
	display: block;
}
.btn_03{
	width: 380px;
	border: 1px solid #434343;
	padding: 20px;
	text-align: center;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	color: #434343;
	position: relative;
	margin: 0 auto;
	transition: 0.5s ease;
}
.btn_03::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #434343;
	border-right: solid 2px #434343;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	transition: 0.5s ease;
}
.btn_03:hover{
	background: #434343;
	color: #fff;
}
.btn_03:hover::after{
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
.btn_04{
	width: 380px;
	border: 1px solid #c73737;
	padding: 20px;
	text-align: center;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #c73737;
	position: relative;
	margin: 0 auto;
	transition: 0.5s ease;
}
.btn_04::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #c73737;
	border-right: solid 2px #c73737;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	transition: 0.5s ease;
}
.btn_04:hover{
	background: #c73737;
	color: #fff;
}
.btn_04:hover::after{
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
.sideList_btn {
	width: 45%;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 20px 0 0 auto;
	position: relative;
	display:block;
	padding: .4em 8px;
	background-color: #fff;
	border: 1px solid #494949;
	color: #494949;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.sideList_btn::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 1px #494949;
	border-right: solid 1px #494949;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -2px;
	transition: 0.5s ease;
}
.sideList_btn:hover {
	background-color: #494949;
	color: #fff;
}
.sideList_btn:hover::after {
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.cont_btn {
	max-width: 260px;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 20px 0 0 auto;
	position: relative;
	display:block;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #494949;
	color: #494949;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.cont_btn::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 1px #494949;
	border-right: solid 1px #494949;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -2px;
	transition: 0.5s ease;
}
.cont_btn:hover {
	background-color: #494949;
	color: #fff;
}
.cont_btn:hover::after {
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
@media (max-width: 767px) {
	.btn_01 {
		width:70%;
		font-size:1.1rem;
		margin: 3px auto 0 auto;
		padding: .4em 5px;
	}

	.btn_01::after {
		margin-top: -3px;
		border: 5px solid transparent;
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-color: #494949;
	}

	.btn_02 {
		width:56%;
		font-size:1.1rem;
		margin: 10px auto 0 auto;
		padding: .6em 5px;
	}

	.btn_02::after {
		margin-top: -3px;
		border: 5px solid transparent;
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-color: #494949;
	}
	.btn_03{
		width: 90%;
		border: 1px solid #434343;
		padding: 15px 0;
		text-align: center;
		display: inline-block;
		font-size: 1.4rem;
		color: #494949;
		position: relative;
		margin: 0 auto;
		transition: 0.5s ease;
	}
	.btn_03::after{
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #434343;
		border-right: solid 2px #434343;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -4px;
		transition: 0.5s ease;
	}
	.btn_03:hover{
		background: #434343;
		color: #fff;
	}
	.btn_03:hover::after{
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
	}
	.btn_04{
		width: 100%;
		padding: 10px;
		font-size: 1.4rem;
	}
	.link_01 {
		width: 100%;
		font-size: 1.2rem;
		font-weight: 400;
		margin: 0 0 0 auto;
		display:block;
		background-color: #fff;
		color: #6073ff;
		text-align: right;
		text-decoration: none;
		transition: all .3s;
	}
	.sideList_btn,.cont_btn {
		width: 85%;
		font-size: 1.2rem;
		font-weight: 500;
		margin: 20px auto;
		position: relative;
		display:block;
		padding: 10px;
		background-color: #fff;
		border: 1px solid #494949;
		color: #494949;
		text-align: center;
		text-decoration: none;
		transition: all .3s;
	}
}




/* ------------------------------------------------------------
content-wrapper
------------------------------------------------------------ */
main {
  width: 810px;
  float: left;
}

aside {
  width: 250px;
  float: right;
}

/*--- contentBox ---*/
.contentBox_4row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}

.contentBox_4row dl {
  width: 170px;
}

.contentBox_3row {
	width: 100%;
	margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contentBox_3row::after {
	content: "";
	display: block;
	width: 32%;
	max-width: 250px;
}

.contentBox_3row dl {
  width: 100%;
}

.contentBox_3row .bestListArea {
	width: 32%;
	max-width: 250px;
	margin: 0 0 20px 0;
}

@media (max-width: 1082px) {
  main {
    width: 100%;
    float: none;
  }

  aside {
    width:100%;
    float: none;
  }
  
  .contentBox_4row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }

  .contentBox_4row dl {
    width: 24%;
  }

	.contentBox_3row::after {
		content: "";
		display: block;
		width: 24%;
	}
	
	.contentBox_3row .bestListArea {
		width: 24%;
	}
}

@media (max-width: 767px) {
  main {
    width: 100%;
    float: none;
  }

  aside {
    width:100%;
    float: none;
  }
  
  /*--- contentBox ---*/
  .contentBox_4row {
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .contentBox_4row dl {
    width: 48%;
    margin-bottom: 16px;
  }
	
	.contentBox_3row {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}

	.contentBox_3row dl {
		width: 100%;
		margin-bottom: 5px;
	}

	.contentBox_3row::after {
		content: none;
	}
	.contentBox_3row .bestListArea {
		width: 100%;
		max-width: 100%;
	}
}

/*--- 追加箇所_211122 ---*/
.contentBox_2row {
	width: 100%;
	margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contentBox_2row .bestListArea {
	width: 47%;
	max-width: 380px;
}
@media (max-width: 1082px) {
	.contentBox_2row {
		width: 100%;
		max-width: 820px;
		margin: 30px auto 0;
	}
}
@media (max-width: 425px) {
	.contentBox_2row .bestListArea {
		margin: 0 auto 40px;
		width: 100%;
		max-width: 100%;
	}
}
/*--- ///追加箇所_211122 ---*/



/*--- ///追加箇所_220803 start ---*/
#page-main .single_thumbnail::before{
	content: none;
}

img.recommend_img {
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

img.side_ranking_img:hover {
	opacity: 0.8;
}
/*--- ///追加箇所_220803 end ---*/

/*--- ///追加箇所_220819 start ---*/
.single-post-main .topvoice ul li {
    border-bottom: 2px solid #062b82;
}

.content .topvoice ul li {
    margin-bottom: 2.5em;
}

.content .topvoice ul li a {
    background: #fff;
}

.content .topvoice ul li a:hover {
    background: #f7f9ff;
}

.topvoice ul li a i {
	padding: 0.4em;
}

.content .topvoice ul li a p.btm_area {
	text-align: right;
}

.content .topvoice ul li a span.btm {
	background: #f38f14;
	border-radius: 4px;
	color: #fff;
    display: inline-block;
	font-weight: 500;
	padding: 0.5em 2em 0.5em 3em;
}

@media (max-width: 425px) {
	.content .topvoice ul li a span.btm {
		display: block;
		text-align: center;
	}
}


/*--- ///追加箇所_220819 end ---*/

/*--- ///追加箇所_221021 start ---*/
.button.btn_move {
	animation: Move 2s ease-out infinite;
}

@keyframes Move {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}

.button.bborder.orange a {
	background: #f38f14;
	border-color: aliceblue;
	display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 0;
	font-size: 18px;
    font-weight: bold;
    text-decoration: none!important;
    letter-spacing: 2px;
    border-radius: 3px;
}

.button.bborder.orange a:hover {
    color: #f9f9f9;
}

.button a, .content .button a {
	padding: 1.2em 2em;
}

.button.blue a {
	animation: Move 2s ease-out infinite;
    background-color: rgb(255, 129, 120);
    color: #fff;
	font-size: 18px;
}

.button.orange a {
	animation: Move 2s ease-out infinite;
    background-color: #f38f14;
    color: #fff;
	font-size: 18px;
}

.button.blue a:hover {
    color: #f9f9f9;
}

.btn_area {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}

.btn_area .btn_area__btn {
	width:min(45%, 550px);
}

.btn_area .btn_area__btn a {
	border-radius: 3px;
	border-style: solid;
    border-width: 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
    font-weight: bold;
	letter-spacing: 2px;
	padding: 1.2em 2em;
	position: relative;
	text-align: center;
    text-decoration: none!important;
	width:100%;
}

.btn_area .btn_area__btn a:hover {
	color: #f9f9f9;
	filter: brightness(.95);
	-webkit-filter: brightness(.95);
    -moz-filter: brightness(.95);
    -o-filter: brightness(.95);
    -ms-filter: brightness(.95);
}

.btn_area .btn_area__btn.btn_official a {
  background: #20907c;
  background: linear-gradient(120deg, #20907c, #208190);
  border-bottom: 5px solid #004e59;
}

.btn_area .btn_area__btn a::after {
  content: "\f138";
  padding-left: 10px;
  font-family: fontAwesome;
}

.btn_area .btn_area__btn.btn_more a {
  background: #f0570c;
  background: linear-gradient(120deg, #f0570c, #ec3b18);
  border-bottom: 5px solid #a24010;
}

.topimg + .sitedata {
	height: fit-content;
}

.display--pc {
	display: block;
	}

.display--sp {
	display: none;
}

.top-img__sp_btn {
    margin: 30px auto 0;
    border: 1px solid #c73737;
    padding: 0.9em 1em;
    width: 100%;
    line-height: 1em;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.top-img__sp_btn a {
    color: #c73737;
}

@media (max-width: 768px) {
	.button.blue a,
	.button.orange a {
		font-size: 14px;
	}
	.btn_area .btn_area__btn {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	.btn_area .btn_area__btn:first-child {
		margin-bottom: 2rem;
	}
	.btn_area .btn_area__btn a {
		font-size: 14px;
	}
	.topimg + .sitedata {
    	width: 100%;
	}
	.display--pc {
		display: none;
	}
	.display--sp {
		display: block;
	}
}

/*--- ///追加箇所_221021 end ---*/

/*  --------- 230901 UI改善 start ---------- */

footer#footer {
	background: #002654;
    color: #e5e5e5;
	text-align: center;
}

footer#footer .footer_navi {
	margin-bottom: clamp(2rem,4vw,4rem);
}

footer#footer .footer_content {
	padding: 3rem 0 2rem;
}

.footer_navi ul {
	padding: 0 20px;
}

.footer_navi ul li {
	padding: 0 30px 0 0;
}

.footer_navi ul li:last-child {
	padding: 0;
}

footer#footer a {
    color: #e5e5e5;
}

#footer #copyright {
    float: none;
}

@media screen and (min-width: 1301px){
	#container #main-wrap {
		width: 1300px;
	}
}

@media screen and (max-width: 1300px) {
	#container #main-wrap {
		width: 96%;
	}
}

@media screen and (max-width: 767px) {
	#main-wrap .content h2 {
		padding: 10px 15px;	
	}
}

/*  --------- 230901 UI改善 end ---------- */

/*---- 240105 AddQuicktag start ----*/
p.space_s {
	margin-bottom: 60px;
}

p.space_m {
	margin-bottom: 90px;
}

p.space_l {
	margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
	p.space_s {
		margin-bottom: 30px;
	}
	p.space_m {
		margin-bottom: 45px;
	}

	p.space_l {
		margin-bottom: 60px;
	}
}
/*---- 240105 AddQuicktag end ----*/

/*---- 240109 追従ボタンデザイン start ----*/
footer#footer .cta_wrap {
	background: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	padding: 15px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	margin-bottom: 0;
	width: 100vw;
	z-index: 9999;
}

footer#footer .cta_wrap a {
	background: #0061a7;
	border-bottom: solid 3px #004374;
	border-radius: 40px;
    box-sizing: border-box;
    color: #fff;
	display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 180%;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #002641;
    text-decoration: none;
    text-align: center;
	transition: none;
    margin: 0 auto;
    max-width: 350px;
}

footer#footer .cta_wrap a:hover {
	background: #0061a7;
	background: linear-gradient(to bottom, #0061a7 0%, #007fda 100%);
	border-bottom: solid 3px #004374;
	color: #fff;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	footer #block-2 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	footer#footer .cta_wrap {
		padding: 10px;
	}
	footer#footer .cta_wrap a {
		font-size: 1.1em;
		max-width: 280px;
	}
}

/*---- 240109 追従ボタンデザイン end ----*/

/*---- 240301 ウィジェット 株情報サイト最新記事用 start ----*/
.custom_new ul li {
    display: block;
    padding: 0.8em 1em;
    margin: 0;
    position: relative;
    font-size: 0.9em;
}
.container_bottom_widget .custom_new ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container_bottom_widget .custom_new ul li {
	width: 33%;
}
.container_bottom_widget .custom_new ul li img {
	margin-bottom: 10px;
	width: 100%;
}
.container_bottom_widget .custom_new .widgettitle {
	margin-bottom: 20px;
}

.container_bottom_widget {
	margin-bottom: 80px;
}
#footer li::marker {
	content: none;
}
#custom_text_widget-2 {
	position: absolute;
	padding: 0;
}

@media screen and (max-width: 1200px) {
	.sidebar_content .custom_new ul li img,
	.container_bottom_widget .custom_new ul li img {
		margin-bottom: 10px;
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.sidebar_content .custom_new ul,
	.container_bottom_widget .custom_new ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.sidebar_content .custom_new ul li,
	.container_bottom_widget .custom_new ul li {
		width: 100%;
	}
	.container_bottom_widget {
		margin-bottom: 40px;
	}
}
/*---- 240301 ウィジェット 株情報サイト最新記事用 end ----*/

/*---- 240520 UI改修 start ----*/

.header-image {
	background: url(https://toushikomon-police.com/wp-content/uploads/2024/07/fv_bg.webp) no-repeat center/cover;
	padding: 5rem 0 8rem;
}
.header-image__inner {
	margin-right: auto;
	margin-left: auto;
	width: min(92%, 1000px);
}
.header-image__inner img {
	margin-right: auto;
	margin-left: 0;
	width: min(75%, 667px);
}


.pr-tag {
    padding: 0m 0.4em;
    border-radius: 2px;
    vertical-align: middle;
    border: 1px solid #999;
	color: #888;
    font-size: 0.7em;
}
.bottom_ad .widget ul {
	border: none;
}

@media only screen and (max-width: 768px) {
	.header-image {
		max-width: 768px;
	}
}

/*---- 240520 UI改修 end ----*/
/*---- 240520 見出し改修 start ----*/
#toc_area {
	background: rgba(255, 255, 255, 0.5);
    border: 1px solid #eee;
	padding: 1em 2em 1em;
    min-width: 90%;
    margin: auto;
	margin-bottom: 5rem;
	width: 80%;
}

#toc_area #toggle-toc {
	font-size: clamp(13px, 2vw, 18px);
	padding-bottom: 1rem;
	text-align: center;
}
	
#toc_area .toc_title {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-bottom: 0.5em;
}

#toc_area ol {
  	counter-reset: section;
  	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#toc_area li {
	border-top: 1px dotted #ddd;
	display: block;
	padding-left: 1.2em;
	position: relative;
}

#toc_area li::before {
	background: none;
	color: #111;
	counter-increment: section;
  	content: counters(section, "-")" ";
	font-size: 0.9em;
	font-weight: normal;
	height: auto;
	position: absolute;
	text-align: start;
	top: 0.6em;
	left: 0;
	width: 2.5em;
}

#toc_area li ol li {
	padding-left: clamp(1em, 1.5vw, 1.5em);
}

#toc_area li ol li::before {
	left: -1em;
	width: 3em;
}

#toc_area .show-area {
	display: block;
    text-align: center;
}

#toc_area li a {
	color: #333;
	display: block;
	font-size: 0.9em;
    padding: 0.5em 0;
	text-decoration: none;
}

#toc_area li a:hover {
	color: #555;
	transform: translateY(0);
    box-shadow: none;
}

@media only screen and (max-width: 768px) {
	#toc_area {
		padding: 1em;
		width: 100%;
	}
	#toc_area ol {
		padding-left: 0;
	}
}
	
/*---- 240520 見出し改修 end ----*/

/*---- 240717 スマホ用banner追加 ----*/
.sp-banner {
	display: none;
}

.sp-banner_text {
        display: none;
  }

#sidebar .sp-none {
	display: block;
}
@media only screen and (max-width: 580px) {  
  .sp-banner {
      display: block;
  }
  .sp-banner img {
      margin: 0;
  }
  .sp-banner_text {
        background: #FFFFFF;
        display: block;
	    font-size: 14px;
        margin-bottom: 10px;
        padding: 15px;
  }
 #page-main .sp-banner_text p {
        margin: 0;
  }
  #sidebar .sp-none {
		display: none;
	}
}

/*---- 240731 デザイン改修 start ----*/
#logo {
	padding: 20px 0 30px;
	text-align: center;
	margin-left: auto;
}
.header-wrap {
	box-shadow: none;
}
#onlynav ul li a {
	padding: 1em 1.5em;
}
.content h2::after {
	content: "";
	background: #f3d928;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 60px;
}
.wrap-post-box {
	margin-bottom: 30px;
}

/*---- 240731 デザイン改修 end ----*/