@charset "utf-8";
/* CSS Document */

/*design*/


.marker-pink {
background: linear-gradient(transparent 75%, #99ccff 0%);
}


.w-space_n{
 padding-bottom: 2em;
}


.kakomi-maru1 {
 margin: 2em auto;  
 padding: 5px 30px 5px 30px;
 border: 1px solid #aaa; /*線の太さ・色*/
 border-radius: 6px; /*角の丸み*/ 
}

.kakomi-maru2 {
    margin: 2em auto;
    padding: 0px 30px 16px 30px;
    border: 1px solid #aaa;
    border-radius: 6px;
}

.post_content li, .post_content dt, .post_content dd {
font-size: 110%;
color: #444;
letter-spacing: 0.05em;
}

.head_line3c ul, .head_line3c ol {
    margin-bottom: 0px;
} 



/*--------------------------------------
   Heading
--------------------------------------*/

.head_line {
     position: relative;
 padding:0.4em 0.4em 0.3em 1.7em !important; 
 border: 1px solid #222;
     border-radius: 5px;
}
 

.head_line::after {
     position: absolute;
     top: 50%;
     left:0.8em;
     transform:translateY(-50%);
     content: '';
     width: 3px;
     height:25px;
 background-color: #111;
}


.head_line { 
color:#111;
margin-bottom: 1.5em !important;
margin-top: 1.6em !important;
}




.head_line4 {
padding: 0.4em 0.8em!important;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}


.head_line2 {
 padding: 1rem 1rem !important;
 border-top: 1px solid #555;
 border-bottom: 1px solid #555;
}

.head_line2b {
 padding: 1rem 1rem;
 border-top: 1px solid #555;
 border-bottom: 1px solid #555;
}

.head_line3 {
 padding: 1rem 1rem !important;
 border-top: 2px dashed #555;
 border-bottom: 2px dashed #555;
}

.head_line3b {
 padding: 0.5rem 0.5rem !important;
 border-top: 1px dashed #555;
 border-bottom: 1px dashed #555;
}

.head_line3c {
 padding: 1rem 1rem !important;
 border-top: 2px dashed #555;
 border-bottom: 2px dashed #555;
}

/*角丸見出し*/

/* 共通デザイン */
h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: fit-content !important;
  max-width: calc(100% - 24px) !important;
  margin: 0 0 15px !important;
  padding: 12px 40px !important;

  font-size: clamp(15px, 1.5vw, 22px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-align: center !important;

  border: 1px solid #45a3e8 !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

/* 赤い罫線 */
h3.kadom-red {
  border-color: #ff0000 !important;
}

/* 濃い青の罫線 */
h3.kadom-blue {
  border-color: #1e73be !important;
}

/* 黒背景 */
h3.kadom-blue {
color:#FFF!important;
background-color: #333 !important;
}

/* スマホ */
@media (max-width: 480px) {
  h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
    width: calc(100% - 24px) !important;
    margin-bottom: 10px !important;
    padding: 10px 20px !important;

    font-size: 15px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

/* 340px以下の小型スマホ */
@media (max-width: 340px) {
  h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
    padding-inline: 12px !important;
    font-size: clamp(12px, 4.2vw, 14px) !important;
    white-space: nowrap !important;
  }
}

/* PC表示を小さくする */
@media (min-width: 769px) {
  h3:is(.kadom, .kadom-red, .kadom-blue, .kadom-black) {
    padding: 8px 32px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}


/* FAQ */





/* 吹き出し本体 - 枠線付きの吹き出し */

/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
 border-radius: 8px;
 background-color: #fff;
	border: 2px solid #1b95e0;
margin-left: 110px;
margin-bottom: 35px;
}

/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
 left: -120px;
  top: 0;
}

 /* 角丸半径を50%にする(=円形にする) */
.icon img {
 border-radius: 50%; 
width: 100px; 
height: 100px; 
}

/* 三角アイコン - 枠線付きの吹き出し */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #1b95e0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*記事内プロフィール上*/

.linebox3 {
 padding: 1em 1.5em;
    margin: 2em 0;
border: 1px solid #aaa;
	border-radius: 5px;
}

.linebox3 p {
 font-size: 90%;
	margin-bottom: 0em;
}

.linebox3 h4 {
 font-size: 100%;
	line-height: 1.7;
}

.linebox3 td {
    border: 0px none;
    padding: 15px;
}

.face {
	width: 22%;
}

.name {
	width: 78%;
}

.circle {
      border-radius: 50%;
      width: 110px;
      height: 110px;
	padding-bottom: 0px;
	
    }

@media screen and (max-width: 767.98px) {
	
.linebox3{
 padding: 0.8em 0.8em!important;
    margin: 2em 0;
    background: #FFF;
border: solid 1px #444;/*線*/
}		
	
	

	
.linebox3 h4 {
 margin-bottom: 0px;
	font-size: 110%;
}

.linebox3 p {
 font-size: 100% !important;
	margin-bottom: 1em !important;
}
	
.face {
	width: 100%;
}

.name {
	width: 100%;
}	
	
}

/*--------------------------------------
   botan
--------------------------------------*/

.post_content .q_button {
	border: 2px solid;
	border-color: #007FC0;
    background-color: #fff;
    color: #007FC0 !important;
}


