/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.ewd-ufaq-faq-categories {
  display: none !important;
}
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
	display : none;
}
.ewd-ufaq-faq-body {
  padding:10px 25px;
  padding-left: 10px!important;
}
.ewd-ufaq-faq-title-text {
width: 100%!important;
}

h2 {
    font-size: 1.2em!important;
}

/*LLMOよくある質問*/
.llmo-faq-box {
  margin: 30px auto;
  width: auto;
  width : auto;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.faq-q {
  background-color: #e0f0ff; /* 青系 */
  color: #004a80;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: bold;

  border-radius: 8px;
}

.faq-a {
  color: #333;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.faq-a span{
  color : #cc0000;
  font-weight : 600;
}

.llmo-img-box{
	max-width : 640px;
	margin : 0 auto;
	border : 1px solid #333;
	padding : 20px 0px;
}