@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
*/


/*　WP_CUSTMER_REVIEWS CSS　*/

.wpcr3_respond_2{
	display: block;
}

.wpcr3_show_btn, .wpcr3_cancel_btn{
	display: none;
}

/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
    max-width: 100%;
}

/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: 300px;
    width: 100%;
    max-width: 100%;
}

div.wpcr3_review div.wpcr3_content { font-size:0.9em; font-weight:normal; display:block !important; padding-bottom:30px; padding-top:10px; }
div.wpcr3_review div.wpcr3_content p { font-size:14px; font-weight:normal; display:inline !important; }
div.wpcr3_review div.wpcr3_content.wpcr3_admin_response { margin-left:30px;color:#00c; padding-left: 15px; padding-right: 15px; background-color: #eeeeee; }


/*　WP_CUSTMER_REVIEWS CSS　ここまで　*/


/*　YES NO CHART CSS　*/
.yesno_q dd {
	text-align: left !important;
	font-weight: normal !important;
}

.yesno_q dd p {
	margin-bottom: 1em !important;
}

.yesno_q dt span {
	font-size: 1.5rem !important;
}

/*　YES NO CHART CSS　ここまで　*/


.btn_aj {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #000000;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #ff0000;/*線色*/
}

.btn_nls {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #5fa240;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #457422;/*線色*/
}

.btn_amzn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #232f3e;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #e5a017;/*線色*/
}

.box1 {
	padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #90A4AE;/*点線*/
}

.sankou-link {
	position: relative;
	margin: 66px 0 16px;
	padding: 16px 10px;
	border: 2px dashed #90A4AE;
	background-color: #f0f7ff;
}

.sankou-link p:last-child {
	margin-bottom: 0;
}

.sankou-link::before {
	position: absolute;
	bottom: 100%;
	left: -2px;
	padding: 2px 6px;
	content: "参考";
	background-color: #90A4AE;
	color: #fff;
}

.chui-link {
	position: relative;
	margin: 66px 0 16px;
	padding: 16px 10px;
	border: 2px dashed #ef5350;
	background-color: #ffebee;
}

.chui-link p:last-child {
	margin-bottom: 0;
}

.chui-link::before {
	position: absolute;
	bottom: 100%;
	left: -2px;
	padding: 2px 6px;
	content: "ご注意ください";
	background-color: #ef5350;
	color: #fff;
}

.ctl_info .content-details p {
	font-size: 16px !important;
}

/* Tooltip */
.tooltip::after {
  content: 'Copied!';
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: .4rem;
  position: absolute;
  left: 50%;
  bottom: -.8rem;
  transform: translate(-50%, 0);
  font-size: .75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip .5s 1s 1 forwards;
}

/* Animation */
@keyframes fade-tooltip {
  to { opacity: 0; }
}

/*ピンク（太め）*/
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffb2d8 0%) repeat scroll 0 0;}

/*ブルー（太め）*/
.blue_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #add6ff 0%) repeat scroll 0 0;}

/*イエロー（太め）*/
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff7f 0%) repeat scroll 0 0;}

/* li要素を画像に変更　*/
.entry-content ul li ul.l {
	list-style: none !important;
}

.entry-content ul li ul li.l {
	padding-left: 20px;
	background: url(https://fu-deai.com/wp/wp-content/uploads/2021/07/li.png) left 0px top 9px no-repeat;
	background-size: 15px auto;
}

.post blockquote {
	background-color: #eeeeee !important;
}

.timeline-content .content-title .st-dash-design {
	color: #ffffff !important;
}

/* 画像の枠線 */
.img_border_ccc {
	border: 1px solid #ccc;
}

/* ul liのドットを消す */
.ul_li_dot_clear ul li {
	list-style: none !important;
}

/* caution background */
.caution_background {
	background-color: #fffae9;
	background-image: url(https://fu-deai.com/wp/wp-content/uploads/2022/11/caution_border2.png), url(https://fu-deai.com/wp/wp-content/uploads/2022/11/caution_border2.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	margin-left: 0;
	padding: 30px 0;
}

.caution_background li {
	margin-left: 30px;
}

/* ボタン */
.btn_full1 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	width: 100%;
	height: 50px;
	font-weight: bold;
	background-color: #1976d2;
}

a.btn_full1:hover {
	color: #ccc;
}

.btn1 {
	color: #666 !important;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 3px 10px;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(230,230,230) 0%, rgba(230,230,230,.2) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
}


.alm-reveal dt {
	float: left;
	width: 100px;
	transition: all .5s;	
}

.alm-reveal dt:hover {
	opacity: .6;
}

.alm-reveal dt img {
	width: 100px;
}

.alm-reveal dd {
	padding-left: 115px;
	transition: all .5s;
}

.alm-reveal dd a:hover {
	opacity: .6;
}

.alm-reveal dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f3f3f3;
}

.alm-reveal dl p {
	margin-bottom: 0px;
}

.alm-reveal dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

.alm-reveal dl dd h3 {
	margin-bottom: 10px !important;
}

/* 抜粋文字 */
.alm-reveal:not(.st-cardbox) .clearfix dd .st-excerpt p,
.alm-reveal:not(.st-cardbox) .clearfix dd p {
	font-size: 13px;
	line-height: 1.6;
}

/* おすすめ記事一覧 */
.alm-reveal.pop-box .clearfix dd .st-excerpt p,
.alm-reveal.pop-box .clearfix dd > p {
	color: #777;
}

.alm-reveal:not(.pop-box):not(.st-cardbox) .clearfix dd .st-excerpt p,
.alm-reveal:not(.pop-box):not(.st-cardbox) .clearfix dd > p {
	color: #777 !important;
}

/* 記事タイトル */
dd h3 a, /*TOPとアーカイブ*/
.alm-reveal .clearfix dd h5 a { /*関連記事*/
	color: #333;
	text-decoration: none;
	padding:0;
}

.alm-reveal .clearfix dd h5 a:hover {
	color: #b22222;
}

.alm-time {
	padding-bottom: 10px;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	.timeline-content .content-title .st-dash-design {
		font-size: 14px !important;
	}



	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
	.timeline-content .content-title .st-dash-design {
		font-size: 14px !important;
	}


	
	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	.timeline-content .content-title .st-dash-design {
		font-size: 14px !important;
	}


	
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	.post h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
	.h3modoki {
		margin-top: 30px;
	}

	.timeline-content .content-title .st-dash-design {
		font-size: 14px !important;
	}

	
	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
	.entry-content p {
		margin-bottom: 40px;
	}

	.wpcr3_table_2 td {
		text-align: left;
		display: block;
	}

	.timeline-content .content-title .st-dash-design {
		font-size: 14px !important;
	}

	
	/*-- ここまで --*/
}
