@charset "utf-8";

/*
Theme Name: CURE Child
Template: cure_tcd082
*/


/*---------------------------------------------------------------------------------
！！！ テーマアップデート時 要確認 ！！！
------------------------------------------------------------------------------------

======================================
グローバルメニュー（SP表示時）のアンカーリンク作動方法
======================================
/themes/cure_tcd082/js
・jscript.js

・330・337・338行目の下記3行をコメントアウト。
---------------------------------------------------------------------
$('body').css({'position':'fixed','top': - topPosition});

〜 中略 〜

$('body').css({'position':'','top': ''});
$window.scrollTop(topPosition);
---------------------------------------------------------------------

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



/*=============================
 header
=============================*/
.pc #header {
	height: 120px;
}

.pc #global_menu > ul > li > a {
	height: 120px;
	line-height: 120px;
}



/*=============================
 side bar
=============================*/
.pc .home #side_button {
	top: 350px;
}

.mobile .home #side_button {
	top: 280px;
}



/*=============================
 text
=============================*/
body, a {
	color: #333;
}

#index_news a {
	color: #333!important;
}

.post_content ul {
	list-style-type: disc;
}

.post_content h5,
.post_content h6 {
	color: #B779B7;
}

.post_content a {
	color: #b779b7 !important;
	text-decoration: underline;
}

.post_content a:hover {
	color: #D7ACD7 !important;
	text-decoration: none;
}



/*=============================
 top page contents
=============================-*/
#index_content_builder .white + .white {
	padding-top: 120px;
}

@media screen and (max-width: 1251px){
	#index_content_builder .white + .white {
		padding-top: 100px;
	}
}

@media screen and (max-width: 550px) {
	#index_content_builder .white + .white {
		padding-top: 40px;
	}
}


/* main-visual -----------------------------------*/
#header_slider .catch span:after {
	display: block;
	content: "女性の起業を応援しています。全力であなたの夢をサポートします。";
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
	#header_slider .catch span:after {
		white-space: pre;
		content: '女性の起業を応援しています。\A全力であなたの夢をサポートします。';
		font-size: 15px;
	}
}

/* news -----------------------------------*/
@media screen and (max-width: 550px) {
	#index_news {
		height: auto;
		padding-top: 10px;
	}
}


/* feture -----------------------------------*/
.feture {
	text-align: center; 
	line-height: 2.6;
}

.index_content_slider {
	padding: 120px 0 0;
}

@media screen and (max-width: 1251px){
	.index_content_slider {
		padding: 100px 0 0;
	}
}

@media screen and (max-width: 781px) {
	.mobile .feture {
		line-height: 2.6;
	}
}

@media screen and (max-width: 550px) {
	.index_content_slider {
		padding: 40px 0 0;
	}
}


/* service -----------------------------------*/
.pc .cb_contents .cb_desc {
	margin: -17px 0 50px 0;
}

.index_service_list {
	padding: 120px 0 0;
}

.index_service_list .service_list .item .title {
    padding: 28px 15px 25px;
}

@media screen and (max-width: 781px) {
	.index_service_list .service_list .item .title {
		padding: 28px 8px 25px;
	}
}


/* message -----------------------------------*/
.pc .index_message .content .desc {
	margin-top: 30px;
}

.pc .index_message .content_inner {
	padding: 60px 70px;
}

@media screen and (max-width: 950px) {
	.index_message .content_inner {
		padding: 30px 40px;
	}
}

@media screen and (max-width: 750px) {
	.index_message .message_area .image {
		background: url(https://law-office-ai.com/wp-content/uploads/2021/11/ai_yamamoto_sp01.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
}


/* blog -----------------------------------*/
.index_post_slider {
	padding: 120px 0;
}

@media screen and (max-width: 1251px){
	.index_post_slider {
		padding: 100px 0;
	}
}

@media screen and (max-width: 550px) {
	.index_post_slider {
		padding: 40px 0;
	}
}


/* access -----------------------------------*/
.index_access .access_google_map .pb_googlemap_embed {
	background: url(https://law-office-ai.com/wp-content/uploads/2021/11/map_pc.gif) center / cover no-repeat;
}

@media screen and (max-width: 950px) {
	.index_access .access_google_map .pb_googlemap_embed {
		background: url(https://law-office-ai.com/wp-content/uploads/2021/11/map_tb.gif) center / cover no-repeat;
	}
}


/* inquiry -----------------------------------*/
#footer_data {
	margin-bottom: 55px;
}

@media screen and (max-width: 1251px){
	#footer_data {
		margin-bottom: 35px;
	}
}

/*=============================
 pages (固定ページ)
=============================*/
#page_content p.top_desc {
	line-height: 2.6;
}

#page_content p {
	line-height: 2.2;
}


/*=============================
 form
=============================*/
.required {
	color: #d26b8a;
	font-size: 90%;
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
	background-color: #b779b7;
}

.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
	background-color: #d7abd7;
}

.grecaptcha-badge {
	visibility: hidden; 
}



/*=============================
 common module
=============================*/

/* text color -----------------------------------*/
.main-color {
	color: #984e98;
}


/* catch -----------------------------------*/
.cb_headline {
	font-size: 15px !important;
	color: #984e98;
}

.cb_catch {
 	font-size: 36px !important;
	font-weight: 500 !important;
	margin-bottom: 40px !important;
}

@media screen and (max-width: 750px) {
	.cb_catch {
		font-size: 24px !important;
		margin-bottom: 15px !important;
	}
}

.cb_subCatch {
 	font-size: 20px !important;
	font-weight: 500 !important;
	margin-bottom: 40px !important;
}

@media screen and (max-width: 750px) {
	.cb_subCatch {
		font-size: 16px !important;
		margin-bottom: 15px !important;
	}
}


/* heading -----------------------------------*/
.heading_02 {
	font-size: 26px !important;
	font-weight: 500;
	line-height: 1.6 !important;
	padding: 15px !important;
	margin: 0px;
	border-top: 3px solid #b779b7;
	border-bottom: 1px solid #ddd;
}

.heading_03 {
	font-size: 23px !important;
	background: transparent;
	font-weight: 500;
	line-height: 1.6 !important;
	border-left: solid 3px #b779b7;
	margin: 0px;
	padding: 0.5em 0.5em 0.5em 0.8em !important;
	background: #f9f4f9;
}

.heading_04 {
	color: #000;
	font-weight: 500;
	line-height: 1.6 !important;
	margin: 0px;
	padding: 0.3em 0.6em 0.3em 0.6em !important;
	border-bottom: 1px solid #ddd;
}

.heading_05 {
	color: #333333 !important;
	line-height: 1.6 !important;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 1em !important;
	position: relative;
}
.heading_05:after {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #b779b7;
	left: 0;
	top:  0.45em;
}
@media screen and (max-width: 767px){
	.heading_02 {
		font-size: 22px !important;
	}
	.heading_03 {
		font-size: 20px !important;
	}
	.style_h6:after {
		top: 1.3em;
	}
}

.heading_06 {
	color: #333333 !important;
	font-weight: bold;
}


/* text -----------------------------------*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tb {
	font-weight: bold !important;
}

.tred {
    color: #8E2142 !important;
}

.notice {
    font-size: 90%!important;
    color: #707070;
}


/* img + text (column) -----------------------------------*/
.p-grid {
    list-style: none;
    letter-spacing: -.4em;
}
.p-grid  * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
.c-menu::after {
    content: '';
    display: block;
    clear: both;
}
.c-menu a {
    color: #333333;
    text-decoration: none;
}
.c-menu a:hover {
    color: #a23441 !important;
		background-color: #FAF5F5;
}
.c-menu__header {
    position: relative;
    padding: 5px 5px;
    font-size: 20px;
    line-height: 1.4;
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    display: block;
}
.c-menu__header::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #000;
}
.c-menu a:hover .c-menu__header::before {
    background: #a23441;
}
.c-menu__header::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 65px;
    vertical-align: middle;
}
.c-menu__header span {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
}
.c-menu a .c-menu__header span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
		-webkit-transition: all .3s;
		transition: all .3s;
}
.c-menu a:hover .c-menu__header span::before {
    border-top: 1px solid #a23441;
    border-right: 1px solid #a23441;
}
.c-menu a .c-menu__header {
    padding-right: 30px;
    background: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
}
.c-menu a:hover .c-menu__header {
    color: #a23441 !important;
    background: #FAF5F5;
}
.c-menu__body {
    margin-bottom: 15px;
    margin-top: -1px;
    padding-top: 15px;
    border-top: 1px solid #d6d6d6;
}
.c-menu__body::after {
    content: '';
    display: block;
    clear: both;
}
.c-menu__body  :first-child {
    margin-top: 0;
}
.c-menu__body  :last-child {
    margin-bottom: 0;
}
.c-menu__body__pct {
   margin: 0 0 5px 0;
   text-align: center;
}
.c-menu__body__pct img {
    max-width: 100%;
}
.c-menu__body__txt {
    margin-top: 0;
		color: #000 !important;
}
.c-menu__body__txt  :first-child {
    margin-top: 0;
}
.c-menu__body__txt  :last-child {
    margin-bottom: 0;
}
.c-menu__children {
    margin-top: -1px;
    border-top: 1px solid #e9e9e9;
    line-height: 1.4;
    overflow: hidden;
    margin: 0px !important;
}
.c-menu__children li {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.c-menu__children li a, .c-menu__children li span {
    position: relative;
    display: block;
    padding: 5px 30px 5px 5px;
}
.c-menu__children li a span, .c-menu__children li span span {
    display: inline-block;
    vertical-align: middle;
}
.c-menu__children li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-menu__children li a:hover::before {
    border-top: 1px solid #a23441;
    border-right: 1px solid #a23441;
}
.c-menu__children li a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 48px;
    vertical-align: middle;
}

.c-image--small .c-image__pct {
    width: 33.33333%;
}
.c-image--middle .c-image__pct {
    width: 50%;
}
.c-image--large .c-image__pct {
    width: 66.66666%;
}
.c-image--left .c-image__pct {
    float: left;
    margin-right: 40px;
}
.c-image--right .c-image__pct {
    float: right;
    margin-left: 40px;
}
.c-image__pct {
    margin-bottom: 20px;
    max-width: 100%;
}
.c-image__pct img {
    max-width: 100%;
    height: auto;
}
.c-image__pct__caption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #808080;
}
.c-image:after {
    content: '';
    display: block;
    clear: both;
}
.c-image--nowrap .c-image__txt {
    overflow: hidden;
}
.c-image__txt p {
    margin: 0px !important;
}

.c-image__txt p + p {
    margin: 2em 0 0 0 !important;
}

@media screen and (max-width: 750px){
    .c-image--left .c-image__pct, .c-image--right .c-image__pct {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .c-image--small .c-image__pct,.c-image--middle .c-image__pct, .c-image--large .c-image__pct {
        width: auto;
        text-align: center;
    }
}


/* decoration -----------------------------------*/
/* flame */
.well {
    margin: 0px !important;
    border: none;
    background-color: #f7f7f7;
    padding: 30px 40px;
    border-radius: 0px;
}

.well_title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

.well_list {
	list-style: none !important;
	margin: 0 !important;
}

.well_list_item {
	background: #fff;
	padding: 30px 45px;
	margin-bottom: 20px;
}

.well_list_item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 781px) {
	.well {
		padding: 20px 25px;
    }
	.well_list_item {
		padding: 20px;
	}
}


/* margin -----------------------------------*/
/* top */
.mt_0 { margin-top: 0px !important;}
.mt_5 { margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_15 { margin-top: 15px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_25 { margin-top: 25px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_35 { margin-top: 35px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_45 { margin-top: 45px !important;}
.mt_50 { margin-top: 50px !important;}
.mt_55 { margin-top: 55px !important;}
.mt_60 { margin-top: 60px !important;}
.mt_65 { margin-top: 65px !important;}
.mt_70 { margin-top: 70px !important;}
.mt_75 { margin-top: 75px !important;}
.mt_80 { margin-top: 80px !important;}
.mt_85 { margin-top: 85px !important;}
.mt_90 { margin-top: 90px !important;}
.mt_95 { margin-top: 95px !important;}
.mt_100 { margin-top: 100px !important;}
.mt_150 { margin-top: 150px !important;}
.mt_200 { margin-top: 200px !important;}
.mt_250 { margin-top: 250px !important;}
.mt_300 { margin-top: 300px !important;}
.mt_350 { margin-top: 350px !important;}
.mt_400 { margin-top: 400px !important;}
.mt_450 { margin-top: 450px !important;}
.mt_500 { margin-top: 500px !important;}

/* bottom */
.mb_0 { margin-bottom: 0px !important;}
.mb_5 { margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}
.mb_55 { margin-bottom: 55px !important;}
.mb_60 { margin-bottom: 60px !important;}
.mb_65 { margin-bottom: 65px !important;}
.mb_70 { margin-bottom: 70px !important;}
.mb_75 { margin-bottom: 75px !important;}
.mb_80 { margin-bottom: 80px !important;}
.mb_85 { margin-bottom: 85px !important;}
.mb_90 { margin-bottom: 90px !important;}
.mb_95 { margin-bottom: 95px !important;}
.mb_100 { margin-bottom: 100px !important;}
.mb_150 { margin-bottom: 150px !important;}
.mb_200 { margin-bottom: 200px !important;}
.mb_250 { margin-bottom: 250px !important;}
.mb_300 { margin-bottom: 300px !important;}
.mb_350 { margin-bottom: 350px !important;}
.mb_400 { margin-bottom: 400px !important;}
.mb_450 { margin-bottom: 450px !important;}
.mb_500 { margin-bottom: 500px !important;}

/* left */
.ml_0 { margin-left: 0px !important;}
.ml_5 { margin-left: 5px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_15 { margin-left: 15px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_25 { margin-left: 25px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_35 { margin-left: 35px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_45 { margin-left: 45px !important;}
.ml_50 { margin-left: 50px !important;}
.ml_55 { margin-left: 55px !important;}
.ml_60 { margin-left: 60px !important;}
.ml_65 { margin-left: 65px !important;}
.ml_70 { margin-left: 70px !important;}
.ml_75 { margin-left: 75px !important;}
.ml_80 { margin-left: 80px !important;}
.ml_85 { margin-left: 85px !important;}
.ml_90 { margin-left: 90px !important;}
.ml_95 { margin-left: 95px !important;}
.ml_100 { margin-left: 100px !important;}
.ml_150 { margin-left: 150px !important;}
.ml_200 { margin-left: 200px !important;}
.ml_250 { margin-left: 250px !important;}
.ml_300 { margin-left: 300px !important;}
.ml_350 { margin-left: 350px !important;}
.ml_400 { margin-left: 400px !important;}
.ml_450 { margin-left: 450px !important;}
.ml_500 { margin-left: 500px !important;}

/* right */
.mr_0 { margin-right: 0px !important;}
.mr_5 { margin-right: 5px !important;}
.mr_10 { margin-right: 10px !important;}
.mr_15 { margin-right: 15px !important;}
.mr_20 { margin-right: 20px !important;}
.mr_25 { margin-right: 25px !important;}
.mr_30 { margin-right: 30px !important;}
.mr_35 { margin-right: 35px !important;}
.mr_40 { margin-right: 40px !important;}
.mr_45 { margin-right: 45px !important;}
.mr_50 { margin-right: 50px !important;}
.mr_55 { margin-right: 55px !important;}
.mr_60 { margin-right: 60px !important;}
.mr_65 { margin-right: 65px !important;}
.mr_70 { margin-right: 70px !important;}
.mr_75 { margin-right: 75px !important;}
.mr_80 { margin-right: 80px !important;}
.mr_85 { margin-right: 85px !important;}
.mr_90 { margin-right: 90px !important;}
.mr_95 { margin-right: 95px !important;}
.mr_100 { margin-right: 100px !important;}
.mr_150 { margin-right: 150px !important;}
.mr_200 { margin-right: 200px !important;}
.mr_250 { margin-right: 250px !important;}
.mr_300 { margin-right: 300px !important;}
.mr_350 { margin-right: 350px !important;}
.mr_400 { margin-right: 400px !important;}
.mr_450 { margin-right: 450px !important;}
.mr_500 { margin-right: 500px !important;}
