@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.single span.p-breadcrumb__text{
	display: block;
}
/****************************
            全体設定
*****************************/
a:hover{
	opacity: 0.7;
}
.wp-block-table td, .wp-block-table th{
	border-color: #ededed;
}
/****************************
            ヘッダー
*****************************/
.c-gnav>.menu-item>a .ttl{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1pt;
}
.c-gnav>.menu-item>.sub-menu{
	left: 132%;
}
/*TEL*/
.tel_slo{
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.tel_pre{
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}
.tel_no{
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}
/*無料相談*/
.free_consul{
	text-align: center;
	padding: 10px 25px;
	background: linear-gradient(100deg,#3c4c69, #48a2d4);
	border-radius: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin-left: -20px;
}
/*案件一覧*/
.case_list{
	text-align: center;
	padding: 10px 25px;
	background: linear-gradient(100deg,#7d002f, #b43463);
	border-radius: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin-left: -18px;
}
/*スマホメニュー*/
.p-spMenu .c-widget__title{
	display: none;
}
.c-spnav{
	font-size: 16px;
}
/****************************
            トップページ
*****************************/
.p-mainVisual__slideTitle{
	font-family: 'Noto Serif JP', serif;
	font-size: 45px;
}
.p-mainVisual__slideText {
	font-size: 16px;
	width: 50%;
}
@media screen and (max-width: 480px){
.p-mainVisual__slideTitle{
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	margin-bottom: 10px;
}
.p-mainVisual__slideText{
	font-size: 12px;
	width: 100%;
}
}
/*お問い合わせフォーム*/
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	color: #555;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
	background: #444;
	border: #444;
	color: #fff;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: #444;
	border: #444;
	color: #fff;
	opacity: 0.7;
}
/*CF7*/
.cf7_title{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
span.wpcf7-list-item {
	margin-top:5px;
	display: block;
}
.wpcf7 input[type="submit"] {
	display: block;
	background: #444;
	border: #444;
	color: #fff;
	width: 240px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 15px;
	text-align: center;
}
.wpcf7-submit:hover {
	opacity: 0.7;
}
@media (max-width: 480px){
.wpcf7-form-control{
	width: 100%;
}
}
/*無料相談*/
.ad_banner{
display: block;
margin: 0 auto;
width: 330px;
}
}
/*サービス*/
.service_link a{
	color: #444;
}
/****************************
            サイドバー
*****************************/
/****************************
            事例一覧
*****************************/
table.case tr{
	min-height: 65px !important;
}
table.case tr td:nth-of-type(1){
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	background: #444 !important;
	color: #fff;
	width: 10%;
}
table.case tr td:nth-child(2){
	font-weight: bold;
	vertical-align: middle;
	width: 35%;
}
table.case tr td:nth-child(3){
	width: 55%;
	vertical-align: middle;
}
/****************************
            書籍一覧
*****************************/
.book_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.book_area_child{
	width: calc(100% / 4 - 30px);
	padding: 10px 5px;
	border-right: 2px solid #f7f7f7;
	margin-bottom: 50px;
	margin-right: 20px;
}
.book_title{
	font-size: 15px;
	font-weight: bold;
	min-height: 80px;
	line-height: 1.5;
}
@media (max-width: 480px){
.book_area{
	justify-content: center;
}
.book_area_child{
	width: calc(100% / 2 - 30px);
	margin-right: 10px;
}
}
.amazon_link{
	font-weight: bold;
	color: #fff;
	border: 1px solid #FF9900;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rakuten_link{
	font-weight: bold;
	color: #fff;
	border: 1px solid #BF0000;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.yahoo_link{
	font-weight: bold;
	color: #fff;
	border: 1px solid #66a7ff;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.amazon_link a{
	display: block;
	color: #FF9900;
	padding: 3px 10px;
	font-size: 11px;
}
.rakuten_link a{
	display: block;
	color: #BF0000;
	padding: 3px 10px;
	font-size: 11px;
}
.yahoo_link a{
	display: block;
	color: #66a7ff;
	padding: 3px 10px;
	font-size: 11px;
}
/****************************
            ダウンロード
*****************************/
.download_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.download_area_child{
	width: calc(100% / 3 - 60px);
	padding: 10px 5px;
	margin-bottom: 50px;
}
.download_title{
	font-size: 15px;
	font-weight: bold;
	min-height: 80px;
	line-height: 1.5;
}
@media (max-width: 480px){
.download_area_child{
	width: calc(100% / 2 - 30px);
}
}
.download_btn a{
	width: auto;
	display: block;
	text-align: center;
	padding: 30px 20px;
	background:linear-gradient(100deg,#3c4c69, #48a2d4);
	border-radius: 5px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.download_btn a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	padding-right: 4px;
}
.download_link{
	font-weight: bold;
	color: #fff;
	border: 1px solid #444;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.download_link a{
	display: block;
	color: #444;
	padding: 3px 10px;
	font-size: 11px;
}
@media (max-width: 480px){
.download_btn a{
	padding: 25px;
	font-size: 16px;
}
}
/****************************
            お問い合わせ
*****************************/
div.wpforms-container-full .wpforms-form button[type=submit]{
	width: 320px;
	display: block;
	margin: 0 auto;
}
/****************************
            各種ボタン
*****************************/
.btn_business a{
	font-size: 14px;
	display: block;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	background: #eee;
	padding: 10px 15px;
	border-radius: 7px;
	color: #444;
	font-weight: bold;
}
.btn_business a:after {
	content: "\f138";
	font-family: "FontAwesome";
	padding-left: 5px;
}
/****************************************
circle
****************************************/
.circle{
	background: #f7f7f7;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
	border-radius: 10px;
	padding: 30px;
	margin: 40px 0;
}
.circle-title{
	border-bottom: 2px solid #053053;
	padding: 0px 0px 5px;
	font-weight: bold;
	margin: 0px 5px 15px;
}
.circle p{
	margin: 15px 0 !important;
}
.circle ol,.circle ul{
	margin: 5px;
	padding: 0px !important;
}
.circle ul li,.circle ol li{
	margin-left: 20px !important;
}
.circle a{
	text-decoration: none !important;
}
@media only screen and (max-width: 480px){
.circle{
	padding: 25px;
}
}
/****************************************
蛍光ペン
****************************************/
/*太字*/
.bold{
	font-weight: bold;
}
.keiko{
	background: linear-gradient(transparent 72%,rgba(255,189,89,.5) 70%);
	font-weight: bold;
}
/****************************************
ブログカード
****************************************/
.blog-card {
	word-wrap:break-word;
	width:100%;
	border-radius:10px;
	margin: 40px 0px;
	padding: 5px;
	border: 2px solid #f7f7f7;
}
.blog-card p{
	display: none;
}
.blog-card:hover {
	opacity: 0.9;
	color: #333 !important;
	text-decoration: none !important;
}
.blog-card a {
	text-decoration: none !important;
	color: #333 !important;
}
.blog-card-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	padding: 15px;
	padding-left: 21.5%;
}
.blog-card-title:before{
	content: '関連記事';
	font-size: 14px;
	padding: 0px 5px;
	font-weight: bold;
	color: #fff;
	background: #555;
	display: inline-block;
	text-align: center;
	margin-right: 7px;
}
.blog-card-thumbnail {
	float:left;
	padding:10px;
	width: 30%;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin: 0px;
}
.blog-card-content {
	line-height:120%;
}
.blog-card .clear {
	clear: both;
}
@media only screen and (max-width: 480px){
.blog-card-thumbnail {
	float:none;
}
.blog-card-title{
	font-size: 1px;
	padding: 10px;
	font-size: 16px;
}
.blog-card-title:before{
	font-size: 14px;
}
.blog-card-thumbnail {
	padding: 5px;
	margin: 0 auto;
	width: 100%;
}
}