
/* 基本設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP","Hiragino Sans","Yu Gothic", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container_f {
    /*max-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

:root {
	--icon-width: 3px;
	--icon-color: #cc0033;
    --bg-pink: #fde7e7;
    --bg-blue: #e1f5fe;
    --arrow-color: #cc0033;
    --border-color: #333;
}

img {
    max-width: 1000%;
}

a{
    text-decoration: none;
    color: #4d8acf;
}

ul{
    list-style: none;
}

.bold{
    font-weight: bold;
}

.line{
    text-decoration:underline;
}
.pc_only {
    display: inline;
}

.sp_only {
    display: none;
}

@media (max-width: 768px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: inline;
    }
}


/* header(lower only)
-----------------------*/

.logo_box .site_name{
    font-size: clamp(1.6rem, 1.2rem + 2vw, 2.0rem);
    letter-spacing: -0.1rem;
    font-weight: 800;
    line-height: 2.6rem;
}

.logo_box img{
    width: 140px;
}


@media (max-width: 768px) {
.header-spacer-sp{
        display: block;
        height: 70px;
    }
.header-inner-sp .header_box {
  display: grid;
  grid-template-columns: 45px 1fr 60px;
  gap: 10px;

        height: 70px;
        align-items: center;
        position: relative;
        }
/*.header-inner-sp .logo {
        font-weight: 700;
        padding-left: 14px;
        }

.header-inner-sp .logo_box img {
        width: 140px;
        margin-right: 10px;
        padding-bottom: 10px;
        }:*/

.header-inner-sp .header_box .site_logo{
	display: block;
	width:45px;
}

.header-inner-sp .header_box .site_logo img{
	width: 40px;
	margin: 5px 0px 10px 10px;
}

.header-inner-sp .header_box .site_name{
    padding: 0px 0px 15px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    margin-left: 5px;
    line-height: 1.2rem;
   }
  /* .header-inner-sp .header_box .site_name::before{
    content:"";
      display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url("../img/img_gakuhi_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
   }*/

   .header-inner-sp .header_box .site_name a{
    color: #111;
   }
   .header-inner-sp .header_box .site_name .small_txt{
	font-size: 13px;
	font-weight: normal;
}


}

/* contents__main*/

main{
    /*background-color: #ffe9e9;*/
    width: 100%;
    text-align: center;
    /*padding-bottom: 140px;*/

}

.wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    background-color: #fff;
    text-align: left;
}

@media (max-width: 768px) {
.wrapper{
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 20px 30px;
    background-color: #fff;
    text-align: left;
    font-size: 1.1rem;
}
}

.p_h1{
background: linear-gradient(
  0deg,
  #fff5f5 0%,
  #ffdede 50%,
  #f8c3c3 100%
);

/*background-color: #ffeded; */
   margin-left: calc(50% - 50vw);
    text-align: center;
    width: 100vw;
    margin: 25px 0 0;
    padding: 0;
    height: 140px;
   border-bottom: 1px dotted #fbcaca;
/* width: 1000px;
margin: 0 auto;*/
}

h1{ 
    width: 1000px;
    margin: 0 auto;
    padding: 85px 0px 0px 20px;
    text-align: left;
    font-size: clamp(1.8rem, 1.2rem + 2vw, 2.2rem);
    font-weight: 600; 
    line-height: 2rem; 
    color: #333333;
    /*padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 4px solid #cc0033;*/
}

h1 span{ font-size: 1.05rem; font-weight: normal;}

@media (max-width: 768px) {
.p_h1{

    margin: 0;
    padding: 0;
    height: 100px;
}    
    h1{
        padding: 30px 10px 5px 20px;
        text-align: left;
        font-size: 1.4rem;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 100vw;
        
    }
}
h3.blk {
    font-size: 26px;
    border-bottom: 4px solid #cccccc;
    margin: 50px 0 30px;
    padding: 10px 0 0;
    text-align: center;
    color: #111;
    font-weight: normal;
    display: inline-block;
  }


.left {
	text-align: left;
}

.mb25 {
	margin-bottom: 25px;
}

.fs_12{
	font-size: 0.75rem;
}
.fs_14{
	font-size: 0.875rem;
}
.fs_16{
	font-size: 1.0rem;
}
.fs_18{
	font-size: 1.125rem;
}


.blank {
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-position: left 0.2em;
  padding-left: 25px;
}



/* ページにあったものを移設  */

		.one-indent {
			text-indent: -3.1em;
			margin-top: 1em;
		}

		.btn-1 {
			background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
		}

		#google_translate_element a {
			text-decoration: none;
		}

/*		.shcoolrink {
			color: #06529e !important;
			padding: 5px 30px;
			border: 2px solid #fff;
			background: linear-gradient(#f4f4f4, #dddbdb);
			border-radius: 20px;
		}

		.shcoolrink:hover {
			text-decoration: none;
			opacity: 0.8;
			transition: 0.5s;
		}
*/

		summary {
			position: relative;
			display: block; /* 矢印を消す */
			padding: 10px 10px 10px 30px; /* アイコンの余白を開ける */
			cursor: pointer; /* カーソルをポインターに */
			transition: 0.2s;
		}
		summary:hover {
			background-color: #fde7e7;
			border-radius: 10px;
		}
		summary::-webkit-details-marker {
			display: none;/* 矢印を消す */
		}

		/* 疑似要素でアイコンを表示 */
		summary:before,
		summary:after {
			content: "";
			margin: auto 0 auto 10px;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
		}
		summary:before {
			width: 16px;
			height: 16px;
			border-radius: 6px;
			/*background-color: #fff*/;
		}
		summary:after {
			left: 8px;
			width: 5px;
			height: 5px;
			border: 6px solid transparent;
			border-left: 8px solid #333;
			box-sizing: border-box;
			transition: .1s;
		}

		/* オープン時のスタイル */
		details[open] summary {
			background-color: #fde7e7;
			border-radius: 10px;
		}
		details[open] summary:after {
		  transform: rotate(90deg); /* アイコンを回転 */
		  left: 4px; /* 位置を調整 */
		  top: 5px; /* 位置を調整 */
		}

		/* アニメーション */
		details[open] .details-content {
			animation: fadeIn 0.5s ease;
		}
		@keyframes fadeIn {
		0% {
				opacity: 0;
				transform: translateY(-10px);
			}
		100% {
				opacity: 1;
				transform: none;
			}
		}

		/* 追加CSS */
		.faq_list_payment {
			display: flex;
			flex-direction: column;
			gap: 0.5em;
			margin-left: 2em;
			padding-left: 0;
		}
		.faq_list_payment li {
			display: flex;
			flex-wrap: wrap;
			gap: 1em;
			text-indent: 0;
		}
		.faq_list_payment .faq_item {
			display: inline-block;
			min-width: 120px;
			margin-right: 0.5em;
			word-break: keep-all;
		}
		.faq_list_payment .faq_note {
			flex-basis: 100%;
			margin-top: 0.5em;
			font-size: 0.95em;
			color: #333;
		}




/* --- */
		section#faq {
			width: 100%;
			/*background-image: url(/cb/img/note.jpg);*/
			overflow: hidden;
			padding: 0;
		}

/* -- Q -- */
		h3.faq_title {
			margin: 0 0 20px;
			padding: 25px 0;
			width: 100%;
			background: rgb(236, 236, 236);
			text-align: left;
			position: relative;
			border-radius: 10px 10px 0 0;
		}

		h3.faq_title span {
			padding: 0 0 0 33px;
			font-size: 20px;
			font-weight: bold;
			color: #121212;
			margin-left: 14px;
			display: block;
			text-indent: 0;
			margin-left: 17px;
		}

/* -- A -- */		
		#faq .whtite-note {
			padding: 10px 0px 30px;
		}

		/*#faq h4 {
			font-size: 20px;
			padding: 13px 0;
			border-bottom: solid 1px #cccccc;
			line-height: 1.5;
			color: #000;
			position: relative;
			background: #fde7e7;
			margin-top: 24px;
			margin-bottom: 12px;
		}


		.faq_detail_box h4+p {
			margin: 20px 0 0;
		}*/

		
#faq .service_box01 .furikomi_wrap{
	padding: 10px;
	background-color: #fde7e7;
	border-radius: 10px 10px 0 0;
	margin-bottom: 30px;
}
		#faq .service_box01 .furikomi_wrap h2 {
			font-size: 1.3rem;
			margin: 10px auto 10px 30px!important;
			
		}

		#faq .service_box01 .white {
			border: 1px solid #ccc;
			background-color: #fff;
			border-radius: 10px 10px 0 0;
			margin-bottom: 30px;
		}


		#faq .service_box01 .white .whtite-note {
			text-align: left;
		}

		#faq .service_box01 .white .whtite-note p{
			font-size: 1.1rem;
		}



		/*#faq .service_box01 .white .whtite-note h3 {
			line-height: 1.8rem;
		}*/



/*		ul.faq_list {
			margin: 0 0 0 2em;
			line-height: 1.9em;
		}

		ul.faq_list>li {
			text-indent: -1.5em;
		}

		ul.faq_list>li p {
			border-left: 5px solid #ddd;
			color: #777;
			padding: 1em;
			padding-right: 0;
			margin: 1.2em 0;
			padding-left: 2em;
		}

		@media screen and (max-width: 600px) {        
		ul.faq_list>li {
            font-size: 0.8rem;
        }
    }*/


.faq_detail_box {
		padding-top: 0px;
		margin: 0 30px 30px 80px;
}



ul.faq_list {
	margin: 20px 10px 0 0;
	line-height: 1.5rem;
	font-size: 1.0rem;
	list-style-type: disc;
	padding-left: 30px;
}

ul.faq_list li{
	margin: 0 0 12px 5px;
}

li::marker {
  font-size: 12px;
}

@media (max-width: 768px) {
	ul.faq_list {
	margin: 20px 10px 0 0;}
	ul.faq_list li{
	margin: 0 0 8px 0;}		
}


/* リストスタイルなし */

ul.faq_list_none {
	margin: 20px 10px 0 20px;
	line-height: 1.5rem;
	font-size: 1.0rem;
	list-style-type: none;
}

@media (max-width: 768px) {
ul.faq_list_none {
	line-height: 1.6rem;
	font-size: 1.0rem;
}

}

/* 注釈用リスト */
ul.faq_list_chushaku {
	margin: 20px 10px 0 20px;
	line-height: 1.5rem;
	font-size: 0.9rem;
	list-style-type: none;
	padding: 0;

}

ul.faq_list_chushaku li{
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 1.2em;
}

ul.faq_list_chushaku li::before {
content: "※";
position: absolute;
left: 0;
top: 0;
}


@media (max-width: 768px) {
	ul.faq_list_chushaku {
		margin: 20px 10px 0 20px;
			}	
}




/* FAQ一覧部分  */
		.faq_nav_box {
			background: #E5EEF3;
			margin: 29px 50px 29px;
		}

		.faq_nav_box.all_q {
			background: white;
			margin: 0 0 60px 0;
		}

		#faq .faq_nav_box.all_q ul li {
			/*font-size: 26px;*/
			text-align: left;
		}

		#faq .faq_nav_box ul {
			/*padding: 10px 20px 4px;*/
            padding: 0;
		}

		#faq .faq_nav_box ul li {
			font-size: 20px;
			padding: 17px 0px 18px 0px;
			line-height: 1.2;
			border-bottom: 1px solid #ccc;
			position: relative;
			margin-left: 20px;
			margin-right: 20px;
		}

		#faq .faq_nav_box ul li a {
			color: #000;
		}

		#faq .faq_nav_box ul li:last-child {
			border-bottom: none;
		}




/* Q&A icon_parts  */		
		.balloon {
			position: relative;
			display: inline-block;
			margin: -17px 17px 0 -25px;
			padding: 0;
			width: 39px;
			height: 39px;
			line-height: 39px;
			vertical-align: middle;
			text-align: center;
			color: #FFF;
			font-size: 20px;
			font-weight: bold;
			background: #cc0033;
			border-radius: 50%;
			box-sizing: border-box;
		}

		.balloon::before {
			content: "";
			position: absolute;
			bottom: -2px;
			right: -4px;
			margin-top: -15px;
			border: 4px solid transparent;
			border-left: 12px solid #cc0033;
			z-index: 0;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.balloon.in {
			background: #444;
			/* width: 22px;
			height: 22px; */
			margin: -10px 0px 0px 10px;
			top: 25px;
		}

		.balloon.ga {
			margin: -10px 0px 0px 10px;
		}

		.balloon.in::before {
			border-left: 12px solid #444;
		}



		li .balloon {
			font-size: 14px;
			width: 28px;
			height: 28px;
			line-height: 30px;
		}

		li .balloon::before {
			bottom: -2px;
			right: -4px;
			margin-top: -15px;
			border: 4px solid transparent;
			border-left: 10px solid #cc0033;
			z-index: 0;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.balloon.pink::before {
			border-left: 10px solid #FF059F;
		}

		.balloon.pink {
			background: #FF059F;
		}



		h3.faq_title.bl span {
			/*padding: 0 0 0 50px;*/
		}

		.faq_title.bl {
			margin: 0 0 5px;
		}

		.balloon.in.root {
			margin: -20px 0 0 25px;
		}

		.pad_r {
			position: absolute;
			margin-left: 10px;
		}

		.pad_r_p {
			min-height: 100px;
		}

		#faq .faq_nav_box.all_q ul li {
			font-size: 18px;
			/*padding: 36px 0px 22px 60px;*/
			 padding: 20px 0 10px 30px;
			line-height: 1.2;
			/*border-bottom: 1px solid #ccc;*/
			position: relative;
		}

		.all_q li .balloon {
			font-size: 18px;
			width: 27px;
			height: 27px;
			line-height: 27px;
		}

		@media screen and (max-width: 768px) {
			.faq_nav_box {
				/*margin: 12px 4vw;
				padding: 6vw;*/
			}

			#faq .faq_nav_box ul {
				padding: 0;
			}
			#faq .faq_nav_box.all_q ul li {
				font-size: 1.0rem;
				margin-left: 0;
				padding: 20px 0 10px 50px;
			}
			h3.faq_title.bl span {
			padding: 0 15px 0 35px;
		}

			.faq_detail_box {
				padding-top: 0px;
				margin: 42px 10px 0px 10px;
			}

			.balloon {
			margin: -17px 17px 0 -42px;
			}
			.balloon.ga {
				margin: 0;
				position: absolute;
				top: 9px;
				left: 9px;
				/* right: 0px; */
				/* margin: auto; */
			}

			/*#faq h4 {
				padding: 15px 10px 10px 10px;
				font-size: 1.0em;
			}*/

			.pad_r {
				position: static;
				margin-left: 10px;
			}

			.pad_r_p {
				min-height: 80px;
			}

			/* .faq_title.bl {
				padding: 50px 0 25px; 
			}*/

			.faq_title.bl>span>.balloon {
				text-indent: 0px;
			}

			.txt_sp_small{
				font-size: 0.9em;
			}

			.one-indent {
				text-indent: -0.5em;
			}

			/*.chart_area {
				display: none !important;
			}*/
		}

/* Aメール設定欄  */
		h4.coution_mail_h4 {
			font-size: 1.2rem;
			padding: 23px 0 0 0px;
			line-height: 1.5;
			color: #111;
			position: relative;
			border-bottom: 1px solid #999;
			/* margin-top: 24px; */
		}

		h4.coution_mail_txt_h4 {
			font-size: 1.1rem;
			font-weight: normal;
			padding: 10px 0 4px 0px;
			line-height: 1.5;
			color: #000;
			position: relative;
			margin-top: 2px;
		}

		.coution_mail_txt a {
			font-weight: bold;
		}

		.coution_mail_txt {
			margin: 12px;
		}

		.coution_txt {
			margin: 0px 0 0 16px;
		}

		ul.coution_list_txt {
			margin-left: 43px;
		}

		ul.coution_list_txt>li {
			list-style-type: decimal;
		}

		.coution_txt p {
			margin: 3px 0 0 20px;
		
		}
		dd.coution_txt span.c_txt{
			font-size: 0.9rem;
			padding-bottom: 3px;
		}




/*chart表用*/
		#faq p.chart_title {
			margin: 40px 0 20px;
			font-size: 1.2em;
			background: none;
			text-align: left;
			border: none;
			position: relative;
			padding: 12px 4px;
			border-top: 1px solid #888;
			border-bottom: 1px solid #888;
		}
		@media screen and (max-width: 768px) {
			#faq p.chart_title {
			font-size: 0.9rem;
			text-align: center;
		}

		}


		section>.chart_content_box:first-child {
			min-height: 159px;
		}

		.chart_content_box {
			display: flex;
			justify-content: space-between;
			/* align-items: center; */
		}

		.chart_box_blank_innter {
			font-size: 0.7em;
			text-indent: -1em;
			padding: 1em;
			padding: 1% 0 0 7%;
			width: 55%;
			text-indent: -2em;
		}

		.chart_box_innter {
			width: 45%;
			background-color: #F8FAFB;
			padding: 3%;
			/* text-align: center;f */
			vertical-align: bottom;
			display: flex;
			align-items: center;
			/* box-shadow */
			box-shadow: 1px 3px 2px -2px #d9e3e8;
			/* border-radius */
			border-radius: 6px;
			/* border */
			border: 1px solid #cccccc;
			justify-content: center;
		}

		.txt {
			font-size: 1.26em;
		}

		.chart_allow_box {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
			width: 10%;
		}

		.chart_allow_box_upperside {
			width: 100%;
			text-align: center;
		}

		.rotate_right {
			transform: rotate(-90deg);
		}

		.chart_allow_box_vertical {
			width: 44%;
			text-align: center;
		}

		.chart_allow_box_vertical:nth-of-type(2) {
			width: 12%;
		}

		.chart_allow_box_vertical:nth-of-type(3) {
			display: flex;
			align-items: center;
		}

		.chart_box_innter_allow {
			width: 45%;
			display: flex;
			background: none;
			padding: 0% 0;
			justify-content: center;
		}

		.chart_allow_img {
			width: 22px;
			max-width: 22px;
			min-width: 10px;
			margin: 4px 0 0;
		}


/* --- */






/* ページにあったものを移設　ここまで  */

/* ご利用条件図 */
        :root {
            --dark-gray: #4a4a4a;
            --accent-red: #d10031;
            --base-font-size: clamp(12px, 1.4vw, 15px);
            --title-font-size: clamp(12px, 1.8vw, 20px);
        }

        .flow-container {
            max-width: 1000px;
            margin: 0 auto;
            width: 100%;
            padding-bottom: 30px;
        }

        .step-row {
            display: flex;
            align-items: center;
            width: 100%;
            flex-wrap: nowrap;
        }

        .step-row small{
            font-size: 11px;
        }

        .question-box {
            background-color: var(--dark-gray);
            color: white;
            padding: 1.2% 1.6%;
            border-radius: 8px;
            width: 31%;
            min-width: 140px;
            text-align: center;
            flex-shrink: 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin: 12px 0 8px 0;
        }

        .no-message ul{
            list-style: disc;
            margin-left: 20px;
        }

        .question-box .label {
            font-size: calc(var(--base-font-size) * 0.84);
            display: block;
            margin-bottom: 4px;
        }

        .question-box .title {
            font-size: var(--title-font-size);
            font-weight: bold;
            white-space: nowrap;
        }

        .no-path {
            display: flex;
            align-items: center;
            flex: 1;
            margin-left: 3%;
            min-width: 0;
        }

        .arrow-horizontal {
            display: flex;
            align-items: center;
            position: relative;
            width: 15%;
            min-width: 40px;
            margin-right: 10px;
            flex-shrink: 0;
        }

        .arrow-horizontal::before {
            content: "いいえ";
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: var(--base-font-size);
            font-weight: bold;
            white-space: nowrap;
        }

        .line-dashed {
            height: 2px;
            border-top: 2px dashed #000;
            width: 100%;
            position: relative;
        }

        .line-dashed::after {
            content: "";
            position: absolute;
            right: -2px;
            top: -5px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #000;
        }

        .no-message {
            font-size: var(--base-font-size);
            line-height: 1.4;
            flex: 1;
        }

        .link-text {
            color: #902e8e;
            text-decoration: underline;
            font-weight: bold;
        }

        /* 縦矢印マークの変更箇所 */
        .yes-path {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 2px 0; /* 上下の隙間を調整 */
            position: relative;
        }

        .arrow-vertical {
            width: 6px; /* 矢印の芯の太さ */
            height: clamp(25px, 5vw, 45px); /* 画面幅に応じて長さが可変 */
            background-color: var(--dark-gray);
            position: relative;
        }

        /* 矢印の先端（三角） */
        .arrow-vertical::after {
            content: "";
            position: absolute;
            bottom: -8px; /* 芯の末端に合わせる */
            left: 50%;
            transform: translateX(-50%);
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 12px solid var(--dark-gray); /* 三角形の色 */
        }

        /* 「はい」のテキスト */
        .yes-text {
            position: absolute;
            left: calc(50% + 20px);
            top: 50%;
            transform: translateY(-50%);
            font-size: var(--base-font-size);
            font-weight: bold;
            color: #333;
        }

        .final-section {
            display: flex;
            justify-content: flex-start;
            width: 100%;
            margin-top: 10px;
        }

        .final-arrow-container {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .final-arrow-text {
            color: var(--accent-red);
            font-weight: bold;
            font-size: var(--base-font-size);
            position: absolute;
            white-space: nowrap;
            top: 10px;
        }


        /* 最後の大きな矢印もよりシャープなマークに変更 */
        .big-red-arrow {
            width: 12px;
            height: clamp(40px, 8vw, 70px);
            background-color: var(--accent-red);
            margin: 35px 0 15px 0;
            position: relative;
        }

        .big-red-arrow::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 25px solid var(--accent-red);
        }

        .cta-button {
            display: inline-block;
            background-color: var(--accent-red);
            color: white;
            text-decoration: none;
            padding: 15px 10px;
            border-radius: 12px;
            text-align: center;
            font-size: clamp(12px, 2vw, 22px);
            font-weight: bold;
            width: 47%;
            box-sizing: border-box;
            box-shadow: 0 4px 0 #900;
            margin: 12px 0 8px 0;
        }

        a.cta-butto, a:visited.cta-button , a:hover.cta-button{
            color: #fff;
        }

        .cta-waku{
            display: block;
            background-color: #fff;
            color: var(--accent-red);
            font-size: 70%;
            width: 100%;
            max-width: 150px;
            margin: 0 auto 5px auto;
            border-radius: 30px;
        }


        @media (max-width: 480px) {
            .question-box { width: 35%; }
            .yes-path { width: 35%; }
            .final-arrow-container { width: 35%; }
            .arrow-horizontal { width: 10%; min-width: 20px; }
            .yes-text { left: calc(50% + 15px); }

        }

/* ---- */

        .kome_txt2{ font-size: 11px; text-align: left; margin-bottom: 10px; margin-top: 10px;}

        @media screen and (max-width: 768px) {
            .kome_txt2{ font-size: 10px; text-align: left; margin-bottom: 10px;}
        }

/* スマートフォン用のスタイル */
		@media screen and (max-width: 768px) {
			.faq_title.bl span {
				font-size: 1.1rem;
			}
			.faq_nav_box.all_q ul li {
				font-size: 1.2em;
				line-height: 1.2;
			}
			#faq .whtite-note {
				position: relative;
				padding: 10px 0px 40px;			
			}
			#faq .whtite-note .balloon.in.root {
				position: absolute;
				display: block;
				margin: 0;
				top: 5px;
				left: 10px;
				z-index: 1;
			}
			.faq_detail_box {
				position: relative;
			}
			.faq_detail_box h3 {
				margin-top: 1.5em;
				font-size: 1.0em;
			}


			/*sp_mobile*/



			.faq_list_payment {
				display: block;
				margin-left: 0;
			}
			.faq_list_payment li {
				display: block;
				margin-bottom: 0.7em;
			}
			.faq_list_payment .faq_item {
				display: block;
				min-width: unset;
				margin-right: 0;
				margin-bottom: 0.3em;
				word-break: break-all;
			}






		}
/* dl-dt-dd  */

.faq_detail_box dl{
	margin: 30px 0 30px 20px;
}

.faq_detail_box dt{ 
	margin: 0px;
	padding: 0px;
	font-size: 1.0rem;
	font-weight: bold;
}

.faq_detail_box dd{
	margin: 0px 10px 30px 10px;
	font-size: 1.0rem;
	padding: 0;
} 

.faq_detail_box dd table{
	min-width: 70%;
	border: 1px solid #999;
	border-collapse: collapse;
}
.faq_detail_box dd table th{
	border: 1px solid #999;
	padding: 5px;
	background-color: #fde7e7;
	min-width: 30%;
}
.faq_detail_box dd table td{
	border: 1px solid #999;
	padding: 5px;}	


.faq_detail_box dd p{
	margin: 10px 0;
}

.faq_detail_box p{ font-size: 1.0rem; margin: 10px 0 20px 10px;}
.faq_detail_box dd ul.ex_list{ margin: 0;}
.faq_detail_box dd ul.ex_list > li{ padding: 10px;}
.faq_detail_box dd ul.ex_list > li > p{ margin: 5px 0;}
.faq_detail_box dd ul.ex_list > li > ul{ 
margin-left: 1.8rem; list-style-type: disc;}



@media (max-width: 768px) {
.faq_detail_box dl{
	margin: 0px 0 30px 20px;
}

.faq_detail_box dt{ 
	margin: 0px;
	padding: 0px;

}

.faq_detail_box dd{
	margin: 0px 10px 30px 10px;
	} 

.faq_detail_box dd table{
	min-width: 90%;
	border: 1px solid #999;
	border-collapse: collapse;
}


.faq_detail_box dd p{
	margin: 10px 0;
}


.faq_detail_box p{ font-size: 1.0rem!important; margin: 10px 0 16px 10px;}
.faq_detail_box dd ul.ex_list{ margin: 0;}
.faq_detail_box dd ul.ex_list > li{ padding: 10px;}
.faq_detail_box dd ul.ex_list > li > p{ margin: 5px 0;}
.faq_detail_box dd ul.ex_list > li > ul{ 
margin-left: 1.8rem; list-style-type: disc;}	
}
