@charset "UTF-8";
/*
    Template: swell
    Theme Name: cropozakish_n
    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
*/

/*追記N 全サイト共通　202305*/
  body {
font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
  }

.w-100,
.w-100 a{
	height: auto;
	width: 100%;
}
.home .l-content {
	margin-bottom: .1em;
}
.post_content h3{
	margin-top: 0px;
}
h5{
	padding-bottom: 5px!important;
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #000!important;

}
.mincho {
	font-family: AdobeFangsongStd-Regular, 'Adobe Fangsong Std R', 'Adobe Fangsong Std', FangSong, STFangsong, 'STFangsong レギュラー', AdobeSongStd-Light, 'Adobe Song Std L', 'Adobe Song Std', STSong, 'STSong レギュラー', LiSongPro, 'LiSong Pro ライト', MingLiU, Ming-Lt-HKSCS-UNI-H, MingLiU_HKSCS, Ming-Lt-HKSCS-ExtB, MingLiU_HKSCS-ExtB, MingLiU-ExtB, NSimSun, PMingLiU, PMingLiU-ExtB, SimSun, SimSun-ExtB, New-Gulim, DFKai-SB, ArialUnicodeMS, 'Arial Unicode MS', Arial, serif !important;
	margin-bottom: .2em;
}
.c-pageTitle {
font-size: 2.5em;
text-shadow: 1px 1px 2px #000;
text-align: center;
}
/* 投稿記事の余白 */
.post_content > * {
margin-bottom: 1em;
}
/* ギャラリーにmyImage02付与でマウスホバー画像大きく*/
.myImage02 .wp-block-image{
    overflow: hidden;
}

.myImage02 .wp-block-image img {
    transition: transform .6s ease;
}

.myImage02 .wp-block-image:hover img {
    transform: scale(1.1);
}
/*追記N 　202305*/
.home_soft_box {
	
	color: #443a35 !important;}
.home_soft_box h3{
	margin-top: 0px!important;
	padding-top: 2em!important;
	padding-bottom: 5px!important;
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #000!important;
font-weight: normal;
line-height: 1.8;
}
.home_soft_box h3:first-line {
	font-size: 1.5em;
}
.post_content h2 {
	font-family: AdobeFangsongStd-Regular, 'Adobe Fangsong Std R', 'Adobe Fangsong Std', FangSong, STFangsong, 'STFangsong レギュラー', AdobeSongStd-Light, 'Adobe Song Std L', 'Adobe Song Std', STSong, 'STSong レギュラー', LiSongPro, 'LiSong Pro ライト', MingLiU, Ming-Lt-HKSCS-UNI-H, MingLiU_HKSCS, Ming-Lt-HKSCS-ExtB, MingLiU_HKSCS-ExtB, MingLiU-ExtB, NSimSun, PMingLiU, PMingLiU-ExtB, SimSun, SimSun-ExtB, New-Gulim, DFKai-SB, ArialUnicodeMS, 'Arial Unicode MS', Arial, serif !important;
	margin-bottom: .2em;
		margin-top: .2em;
}
@media (min-width: 600px){
	.post_content h2 {
	font-size: 2.4rem;}
	}
.w-footer__box .widget_media_image{
	background-color: rgba( 255, 255, 255, 0.8 );
	text-align: center;
	border-radius: 10px;
	padding-top: 2em;
	padding-bottom: 2em;
}
/* hover画像大きく */
.photo,.fab_img_25 a {
    display: block;
    overflow: hidden;
	    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}
.photo img,.fab_img_25 a img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.photo img:hover,.fab_img_25 a img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* hover画像大きく　ここまで */
/*追記N 該当サイトのみ　202305*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px){
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}}
.mb-5 {
    margin-bottom: 3rem!important;
}

.post_content:after{
  content: "";
    clear: both;
    display: block;}
.fab_img_25 a {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: block;
}

/* 202005追記　FAQスタイル
------------------------------------------------------------*/


.flow-wrap .item {
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 60px;
}

.flow-wrap .item:before {
    content: '';
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 27px solid #e6e6e6;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -27px;
}

.flow-wrap .item:last-child:before {
    display: none;
}

.flow-wrap .item .img {
    float: right;
    margin-left: 50px;
}

.flow-wrap .item .txt {
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.8;
}

.flow-wrap .item .txt h3 {
    font-size: 1.85em;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-wrap .anchor-link {
    text-align: center;
}

.faq-wrap .anchor-link a {
    display: inline-block;
    font-size: 15px;
    padding: 13px 38px 13px 22px;
    border-radius: 25px;
    background: #e9e9e9 url(images/black_arrow.png) center right 15px no-repeat;
    box-shadow: 0 2px 0 #c1c1c1;
    -moz-box-shadow: 0 2px 0 #c1c1c1;
    -webkit-box-shadow: 0 2px 0 #c1c1c1;
    -ms-box-shadow: 0 2px 0 #c1c1c1;
    -o-box-shadow: 0 2px 0 #c1c1c1;
    margin: 8px;
}

.faq-wrap .anchor-link a:hover {
    opacity: 0.7;
}

.faq-wrap h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 34px;
}

.box-faq {
    margin-bottom: 20px;
    border: 2px solid #cecece;
    padding: 0;
}

.box-faq .heading {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 20px 30px 80px;
    background: url(images/icon_q.png) 20px center no-repeat;
}

.box-faq .content {
    border-top: 1px solid #cecece;
    padding: 20px 20px 20px 80px;
    background: #fbfbf9 url(images/icon_a.png) 20px center no-repeat;
}

.box-faq .content p:last-of-type {
    margin-bottom: 0;
}

#faq_1,#faq_2  {
	counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
#faq_1 .box-faq,#faq_2 .box-faq {
	position: relative;
}
#faq_1 .box-faq:before,#faq_2 .box-faq:before {
	counter-increment: number 1;      /* number カウンタの増加数をセット */
	content: counter(number);        /* 表示形式を指定 */
	font-weight: bold;
	color: #FFF;
	background-color: #2E51A3;
	position: absolute;
	left: -.2em;
	top: -1em;
	padding-top: 0.4em;
	padding-right: 0.7em;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
	font-size: large;
}
.box-faq .content, .box-faq .heading {
    padding: 20px 10px 20px 110px;
    background-position: 45px center;
}
#text-3 a{
	color: #FF0;
}
#text-3 a:hover,.post_content a:hover{
  text-decoration: underline;
  text-decoration-style: dotted;
}
/* メインビジュアルの文字 */
.p-mainVisual__slideTitle {
  font-weight: bold;
  line-height: 1.2;
text-shadow: 1px 1px 2px #000;}
/* スクリーンサイズが768px以上の場合に適用 */
@media screen and (min-width: 768px) {
	.p-mainVisual__slideTitle {
	  font-size: 38px;
} }
/* スクリーンサイズが960px以上の場合に適用 */
   @media (min-width: 960px){
.p-mainVisual__slideTitle {
  font-size: 58px;

}}
/* スクリーンサイズが1200px以上の場合に適用 */
@media screen and (min-width: 1200px) {} 
.icp_gongan{
color: white!important;
}