/*
Theme Name: fukuyama Child
Template: fukuyama
Author: Child Theme Configurator
Description: スマイルエージェント福山のホームページです。
Version: 4.7.7.1684378131
Updated: 2023-05-18 11:48:51

*/

#onlynav {
    background: #04022b;
    color: #fff;
    width: 1120px;
    margin: 0 auto;
}
#logo img, .logo img {
    height: auto;
    width: auto;
    vertical-align: middle;
    margin: .5em 0;
    padding: .3em 0;
    object-fit: contain;
}
.firstview_content {
    width: 1120px;
    height: 100%;
    margin: 0 auto;
    padding: 2em 0;
    font-size: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.drawer-nav-btn span {
    background-color: #ffffff;
}
#wpsm_accordion_719 {
    margin-bottom: 5px;
}
#wpsm_accordion_721 {
    margin-bottom: 5px;
}
#wpsm_accordion_722 {
    margin-bottom: 5px;
}
.nav_in_btn{display:none;}
.sp-menu {
   color: #000000 !important;
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	margin-bottom:5px;
}
.sp-menutext{
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 55px;
    padding-right: 15px;
    font-size:18px;
	font-weight:700;
}
.single-post-main {
    padding: 0;
}
.sc_heading.bborder.tb {
    border-width: 7px 0 7px 0;
}
.midashi{
	font-size:1.7rem;
    font-weight: 600;
}
.midashi-title1 {
    font-size: 28px;
    font-weight: 600;
}
.midashi-title{
	font-size:20px;
	font-weight:600;
}
.midashi1{
	font-size:1.1rem;
	font-weight: normal;
}
.midashi2{
	font-size:1.1rem;
	font-weight: 700;
}
.mb-menu{
	font-size:16px;
	font-weight: normal;
}
.dec_pc{
	display: none !important;
}
p{
  font-size:17px;
  font-weight: 400 !important;
}
.header-logo #nav ul li a, #onlynav ul li a, #nav_fixed #nav ul li a {
    font-size: 1.2em;
}
div.whatsnew dt {
    color: #000000;
}
dd {
    color: #000000;
    border-bottom: 0 solid #ddd;
    padding: 5px;align-content
}
#page-main .widget, #main .widget, .maintop-widget, .main-bottom {
	margin-top:0;
}
.sc_frame {
    overflow: auto;
    border: 2px solid #ccc;
    padding: 1em 3px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    color: #000;
}
.button {
    text-align: center;
    margin: 0 0 5px;
}
.button a.big {
    padding: 0.8em 0.5em;
    font-size: 16px;
    font-weight: normal;
}
.content .button {
    margin-top: 0;
    margin-bottom: 0;
}

.button.bborder a {
    border: 1px solid #6f8e9c;
}	
.sld_pc{
	display:block;
}
.sld_sp{
	display:none;
}
.yohaku{
	margin-top:10px;
}
.nav_in_btn ul li a {
	width:69px
}
.logo_sp{
	display:none;
}
.drawer-nav-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
	left: initial;
    width: 55px;
    height: 100%;
}	
.drawer-nav-btn {
    width: 40px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content .sc_frame ul, .content .sc_frame ol {
    padding: 0 0;
    margin-bottom: 0;
}
.aisatsu_pc{
	display:block;
}
.aisatsu_sp{
	display:none;
}
.widget {
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}

.sp_menu-i{
	line-height: 1;
    position: absolute;
    right: 0;
    top: 27px;
    padding-right: 5px;
	}
.sp_menuic{
	height:45px;
	}
.sp_menuic img{
	vertical-align: middle;
	display: inline-block;
    width:45px;
}
.side_text{
	display: inline-block;
	vertical-align: middle;
	font-weight:600;
}
.side_text2{
	display: inline-block;
	vertical-align: middle;
	font-weight:600;
	padding-left:10px;
}	

/*会社概要のテキスト折りたたみ*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 40rem;
	font-family: FontAwesome;
	content: '\f13a'' 探偵社を立ち上げたきっかけ→続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #d33;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 115px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.sentaku {
    height: 30px;
}
.privacy-policy {
  max-width: 100%;
  margin: 0;
  height:150px;
  overflow: scroll;
  padding: 8px 4px;
  border: 1px solid black;
  width:90%;
}
.toi-font{
	font-size:13px;
}
.ck-waku{
	height:25px;
	width:25px;
vertical-align: top;
}
.ck-waku1{
	height:20px;
	width:20px;
vertical-align:text-top;
}
input[type=text], input[type=password], input[type=email], input[type=search], input[type=url], input[type=tel], input[type=number], input[type=date], textarea {
	width:90%;}

@media screen and (max-width: 768px) {
.header-wrap {
    width: 100%;
    margin: 0 auto;
    top: 0 !important;
    left: 0 !important;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}		
#breadcrumb {
    font-size: 6px;
    padding: 10px 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 13.3vh;
}
	.first_sp {
	width:100%;
	margin: 0 auto;
	}	
.aisatsu_pc{
	display:none;
	}
.aisatsu_sp{
	display:block;
	}
.content p {
    padding: 0 5px 1em !important;
}
.nav_inleft {
    display: none !important;
}
.sld_pc {
	display:none;
	}
.sld_sp{
	display:block;
	margin-top:100px;
	}	
.nav_in_btn {
    display: block;
}
.nav_in_btn ul li a {
	height:13vh;
	}	
.widget {
    margin-bottom: 10px;
    padding: 10px 0;
    position: relative;
}	
#sidebar {
    width: 100%;
    padding: 0;
}
#logo, .logo {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right:0;
    text-align: left;
	margin-left:5px;
}
#logo img, .logo img {
    height: 10vh;
    width: 100%;
    vertical-align: middle;
    margin-top:10px;
    padding: 0;
    object-fit: contain;	
}
.header-wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}	
.yohaku{ margin-top:100px; }
.logo_pc{display:none;}	
.logo_sp{display:block;}	
.nav_in_btn li.nav_in_btn_list_2 a {
    background: #1e2abe;
    color: #fff;
}
.sp_menu-i{
	line-height: 1;
    position: absolute;
    right: 0;
    top: 27px;
    padding-right: 5px;
	}
.sp_menuic{
	height:45px;
	}
.sp_menuic img{
	vertical-align: middle;
	display: inline-block;
    width:45px;
}
.side_text{
	display: inline-block;
	vertical-align: middle;
	font-weight:600;
}
.side_text2{
	display: inline-block;
	vertical-align: middle;
	font-weight:600;
	padding-left:10px;
}	
}
@media screen and (max-width: 959px){
.nav_inleft {
    display: block;
}
#nav_fixed .logo img {
    height: auto;
    width: auto;
    padding: .3em;
}
.content .sc_heading, .sc_heading {
    margin: 0 0 1em;
}
}
@media screen and (min-width: 1201px){
#main-wrap {
    width: 1100px;
}
.first {
	width:1100px;
	margin: 0 auto;
	}
.single-post-main {
    padding: 0;
}	
}