@charset "utf-8";
/*
Theme Name: media
Theme URI: https://media.hotsearch.jp/
Template: swell
Description:
Author:
Tags:
Version:
*/

.-body-solid .p-breadcrumb.-bg-on {
    box-shadow: none;
}
.p-breadcrumb.-bg-on {
    background: #ffffff;
}
.wp-block-heading {
    background-color: #f0f2f4;
    padding: 15px;
    border: 0;
    margin: 0;
}
.wp-block-latest-posts:not(.is-grid) {
    border-top: none;
}
.wp-block-latest-posts:not(.is-grid) li {
    border-bottom: none;
}
ol.wp-block-latest-comments li {
    padding: 1em 0;
}
.c-listMenu a {
    border-bottom: none;
}
.wp-block-search__button {
    background: #333;
    box-shadow: none;
    color: #fff;
}
:root {
    --color_main: #333;
}
.comment-respond #submit {
    background-color: #fd9891;
}


/* content width */

.lay_lqd:before,
.lay_lqd:after { content: " "; display: table; }
.lay_lqd:after { clear: both; }
.lay_lqd {

	max-width: 1450px;
	padding: 0 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* spview */
@media screen and (max-width:767px) {

	.lay_lqd {
		max-width:none;
		padding: 0 15px;
	}
}


/* --------------------------------------------------- */
/* #header basic */
#header {
	background-color:#fff;
}
#header .header_top {
	background-color: #d9dbdd;
	height: 67px;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header .header_top .lay_lqd { 
	width: 100%;
}
#header .header_box {
	position:relative;
	background-color: #f0f2f4;
}
#header .header_box .lay_lqd {
	width: 100%;
	position: relative;
	display: table;
	height: 82px;
}

.siteid,
#header_nav {
	display:table-cell;
	vertical-align:middle;
}

/* spview */
@media screen and (max-width:767px) {

	#header .header_top {
		display: none;
	}
	#header .header_box .lay_lqd {
		height: 60px;
	}
}


/* #siteid */
.siteid {
	white-space:nowrap;
	width:271px;/* logo image size */
}

#header h1 {
	display:table;
	width:100%;
	height:100%;
}

#header h1 span,
#header h1 a {
	display:table-cell;
	vertical-align:middle;
}
#header h1 img {
	width:100%;
	max-height: 60px;
	padding-top: 5px;
}

/* #header_nav */
#header_nav {
	width:auto;
	padding-left:2em;
}

/* spview */
/* when use menu button */
@media screen and (max-width:767px) {

	.siteid,
	#header_nav { display:block; }

	/* #siteid */
	.siteid {
		width:160px;
		height:100%;
	}

	/* #header_nav */
	#header_nav {

		width:100%;
		padding-left:0;

		/* sp view basic style */
		background-color:#fff;
		box-shadow:0px 3px 3px 0px rgba(6,6,7,0.11);
		-moz-box-shadow:0px 3px 3px 0px rgba(6,6,7,0.11);
		-webkit-box-shadow:0px 3px 3px 0px rgba(6,6,7,0.11);

		/* for drop down */
		display:none;
		position:absolute;
		top: 60px !important;
		left:0;
		z-index:998;

		border-bottom: solid 1px #cdcdcd;
		border-top: solid 1px #cdcdcd;
	}
}

/* --------------------------------------------------- */
/* menu button (sp view) */
#header_nav_btn {
	/*width:3em;*/
	/*height:3em;*/
	position:absolute;
	top:1em;
	right:0;

	display:none;
	border:none;
	background:none;
	padding:0;
}

#header_nav_btn:before {

    font-family: 'icomoon_font' !important;
	content:'\e96e';
	font-size: 32px;
	color:#000;
	line-height:1;
}

/* spview */
@media screen and (max-width:767px) {

	#header_nav_btn {
		top: 13px;
		right: 8px;
		display:block;
	}
	#header_nav_btn:before {
		font-size: 32px;
	}
}

/* --------------------------------------------------- */
/* global navi & primary navi */

/* global navi */
#gnav { 
	float: right;
}
#gnav > li {
	display:inline-block;
	margin-left: 10px;
}
#pnav > li span,
#gnav > li a {
	color:#fff;
	display: block;
	font-weight: 700;
	text-decoration:none;
	font-size: 14px;
}
#gnav > li.h_kepp a {
	color: #000;
}
#gnav > li.h_kepp a .h_keep_num {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	color: #fd9891;
	display: none;
	align-items: center;
	margin-right: 5px;
	justify-content: center;
}

#gnav > li.h_kepp a .h_keep_num.act {
	display: inline-flex;
}
#gnav > li.h_reg a {
	color: #fff;
	background-color: #fd9891;
	padding: 5px 40px;
	border-radius: 20px;
}
#gnav > li.h_login a {
	color: #fff;
	background-color: #231815;
	padding: 5px 40px;
	border-radius: 20px;
}


/* primary navi */
#pnav { float: right;}
#pnav > li {
	display:inline-block;
	margin-right:1em;
}

#pnav > li span,
#pnav > li a {
	color:#333;
	display: block;
	font-weight: 700;
	text-decoration:none;
	font-size: 16px;
}

#pnav > li .btn { color:#fff; }



/* spview */
@media screen and (max-width:767px) {

	/* global navi */
	#gnav { display:block;text-align: center;float: none; }
	#gnav > li {
		display:block;
		font-size:100%;
		margin-right:0;
	}

	/* primary navi */
	#pnav { display:block;text-align: center;float: none; }
	#pnav > li {
		display:block;
		font-size:100%;
		margin-right:0;
	}

	#gnav > li,
	#pnav > li{
		padding:14px 0;
		width:100%;
		border-top:solid 1px #eee;
	}
	#gnav > li:first-child { border-top:none; }

	#gnav > li a,
	#pnav > li a {font-size: 15px;position: relative;}

	#gnav > li a::after,
	#pnav > li a::after {

		content: '';
		margin-top: -4px;
		top: 48%;
		right: 25px;
		width: 9px;
		height: 9px;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);

		}
	#pnav > li.drop_down::after {

		content: '';
		margin-top: -4px;
		top: 48%;
		right: 25px;
		width: 9px;
		height: 9px;
		position: absolute;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(135deg);

		}

	#pnav > li .btn {
		color:#fff;
		display:block;
	}
}


/* --------------------------------------------------- */

/* back to top navi */
#pagetop {
	position:fixed;
	bottom: 10px;
	right: 30px;
	z-index: 1000;
}
#pagetop a {
	display:block;
	width:50px;
	height:50px;
	background-color:rgba(0,0,0,0.70);
	color:#fff;
	text-align:center;
	padding:7px 0 0;
	font-size:150%;
}

#pagetop2 {
	position:fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	padding: 10px 0 15px;
	background: #fff;
	border-bottom: solid 2px #1D64C3;
	box-shadow: 0 4px 0 rgba(0,0,0,.11);
}
#pagetop2 .box_btn_head{
	width: 100%;
	margin: 0 auto;
}
#pagetop2 .box_btn_head ul{
	width: 100%;
	text-align: right;
}
#pagetop2 .box_btn_head ul li{
	display: inline-block;
}

#pagetop2 .box_btn_head ul li a{
	padding: 10px 25px;
}



/* spview */
@media screen and (max-width:767px) {

	#pagetop {
		display: none !important;
	}
	#pagetop a {}
	#pagetop a:hover {}

	#pagetop2 {

		padding: 12px 0;
		background: rgba(255,255,255,.85);
		border-top: solid 2px #1D64C3;
		border-bottom:none;
		bottom: 0;
		top: unset;
	}


	#pagetop2 .box_btn_head ul {

		text-align: center;
	}

	#pagetop2 .box_btn_head ul li {

		width: 46%;
	}

	#pagetop2 .box_btn_head ul li a {

		padding: 10px 0 !important;
	}

}

.title_pt {
	text-align: left;
	margin-bottom: 40px;
}
.title_pt .stitle{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	color: #fd9891;
}
.title_pt .title{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}



/* spview */
@media screen and (max-width:767px) {
	.title_pt .stitle {
		font-size: 5vw;
	}
	.title_pt .title{
		font-size: 4.5vw;
	}
}

/* footer */
#footer {
	font-size: 13px;
	background:#4b4b4b;
}

#footer .footer_top {
	display:flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}
#footer .footer_top .footer_logo {
	width: 352px;
	margin-bottom: 20px;
}
#footer .footer_top .footer_sns {
	display: flex;
	align-items: center;
}
#footer .footer_top .footer_sns span {
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
}
#footer .footer_top .footer_sns a {
	margin-right: 10px;
}

#footer .footer_top .footer_links {
	display: flex;
	flex-wrap: wrap;
}
#footer .footer_top .footer_links .footer_links_item {
	margin: 0 0 20px 20px;
	padding: 10px 20px;
	border-left: 1px solid #fff;
}
#footer .footer_top .footer_links .footer_links_item .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#footer .footer_top .footer_links .footer_links_item ul {
	display: flex;
}
#footer .footer_top .footer_links .footer_links_item ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 10px 0;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#footer .footer_top .footer_links .footer_links_item ul li:last-child a {
	padding-right: 0;
	border-right: none;
}


#footer .footer_bt {
	background-color: #fd9891;
	padding: 15px 0;
}
#footer .footer_bt .footer_bt_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .footer_bt .footer_bt_list .footer_bt_links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#footer .footer_bt .footer_bt_list .footer_bt_links li a {
	font-size: 13px;
	color: #fff;
	margin: 0 10px 10px 0;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#footer .footer_bt .footer_bt_list .footer_bt_links li:last-child a {
	padding-right: 0;
	border-right: none;
}

#footer .footer_bt .footer_bt_list #copyright {
	font-size: 13px;
	color: #fff;
}


/* spview */
@media screen and (max-width:767px) {

	#footer {margin: 0;}
	#footer .footer_top {
		padding: 30px 0 10px 0;
	}
	#footer .footer_top .footer_logo {
		width: 60vw;
	}
	#footer .footer_top .footer_logo img {
		width: 100%;
	}
	#footer .footer_top .footer_sns {
		margin-bottom: 20px;
	}
	#footer .footer_top .footer_links .footer_links_item {
		margin: 20px 0 21px 0;
		padding: 0;
		border-left: none;
	}
	#footer .footer_top .footer_links .footer_links_item .title {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	#footer .footer_top .footer_links .footer_links_item ul {
		flex-wrap: wrap;
	}
	#footer .footer_top .footer_links .footer_links_item ul li a {
		font-size: 3.5vw;
		display: inline-block;
		margin: 0 3vw 3vw 0;
		padding-right: 3vw;
		line-height: 1;
	}


	#footer .footer_bt .footer_bt_list .footer_bt_links {
		margin-bottom: 10px;
	}
	#footer .footer_bt .footer_bt_list .footer_bt_links li a {
		font-size: 3vw;
		color: #fff;
		margin: 0 2vw 2vw 0;
		padding-right: 2vw;
	}
	#footer .footer_bt .footer_bt_list #copyright {
		width: 100%;
		font-size: 3vw;
		text-align: center;
	}

}
