/* 全体リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #fff;
  margin:0;
  padding:0;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}


/* 背景部分 */
.background-left,
.background-right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 34%;
  background-color: #ed6d0f; /* 背景色の例 */
  display: grid;
  place-items: center; /* 縦横両方の中央揃え */
}
  

.background-left {
  left: 0;
}
.background-left_in {
  height: 75vh; 
}

.background-right {
  right: 0;
  display: flex;
  align-items: center;     /* 縦方向の中央揃え */
  height: 100vh;           /* 画面の高さに合わせる */
  padding-left: 70px;
}

/* 中央カラム */
.out{
  width: 32%; /* スマホ固定幅 */
  margin: 0 auto;
  background-color: #fff;
  /* min-height: 100vh; */
  border-left: solid 7px #F4A000;
  border-right: solid 7px #F4A000;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 10%;
}
.container02 {
  width: 100%;
  margin: 0 auto;
  padding: 0px 10%;
}



/* コンテンツ例 */
header {
  text-align: center;
  margin-bottom: 20px;
}

main {
  margin-bottom: 20px;
}

footer {
  width: 32%; /* スマホ固定幅 */
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-left: solid 7px #F4A000;
  border-right: solid 7px #F4A000;
  text-align: center;
}

footer a{color:#000; text-decoration:underline;}
footer a:hover{text-decoration:none;}


/* img親要素に合わせて縮小 */
.img_cont {
  max-width: 100%; /* 親の幅を超えない */
  height: auto;    /* 縦横比を維持 */
  display: block;  /* インライン要素の余白を消す */
  margin: 0 auto;  /* 中央寄せ（必要なら） */
}

/* 若干小さな画像に採用 */
.img_cont02 {
  max-width: 70%; /* 親の幅を超えない */
  height: auto;    /* 縦横比を維持 */
  display: block;  /* インライン要素の余白を消す */
  margin: 0 auto;  /* 中央寄せ（必要なら） */
}
.img_radius {
  border-radius: 20px;
}

.frame {
  color: #ed6d0f;
  padding: 2px 15px;
  border-radius: 5px;
  background-color: rgba(255,224,0,100); 
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.width40{width:40%; margin:auto;}


/* テキスト装飾  *******************************/
.text01{
	color: #FFF;
	line-height: 1.8rem;
	font-size: 0.8rem;
	font-weight: 600;
	text-align: left !important;
}

.text02{
	text-align: center;
	line-height: 1.7;
	font-size: 1.3vw;
	font-weight: 900;
}

.text03{
	line-height: 1.8;
	font-size: 1.2vw;
	font-weight: 600;
}

.text02 span{color: #ed6d0f;}

.text03 span{color: #ed6d0f;}

.text04{
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.5rem;
}

.text05{
	text-align: center;
	line-height: 1.5;
	font-size: 1.8vw;
	font-weight: bold;
	color: #ed6d0f;
}

.text06{
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.7rem;
	font-weight: 600;
}

.textbox {
  display: flex;
  justify-content: center; /* 中央寄せ */
}

.text-block {
  width: 83%;      /* 中央揃えをコントロール */
  text-align: left; /* テキストは左揃え */
}

.tx_center{text-align: center;}


.menu a{
	color: #FFF;
	display: block;
	line-height: 1.6;
	font-size: 1.0rem;
	font-weight: 600;
	text-decoration: none;
	margin: 0 0 20px 0;
}

.menu a:hover{
	color: #FFF;
	text-decoration: underline;
}

.menu a:visited{
	color: rgba(255,255,255,100);
}

.menu span{
	color: rgba(255,224,0,100);
}

.back01{
	background-color: #fffbcb;
	position: relative;
}
.back01:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fffbcb transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}

.back02{background-color: #FFF200;}

.back03{background-color: #22AC38;}

 /* オレンジ背景・白文字・角丸・テキスト中央揃え */
.sub_box {
    background-color: #ed6d0f;    /* 背景オレンジ */
    color: #fff;                  /* 文字を白に */
	padding: 7px 0px;
    border-radius: 9999px;          /* 角丸（px や % で調整可能） */
    text-align: center;           /* ボックス内の文字を中央揃え */
	font-size: 1.0rem;
	font-weight: 900;
}

.detail span{
	color: #FC0;
}

.link_box  {
    background-color: #fce0c8;    /* 背景オレンジ */
    color: #fff;                  /* 文字を白に */
    padding: 7px 0px;
    border-radius: 17px;          /* 角丸（px や % で調整可能） */
    text-align: center;           /* ボックス内の文字を中央揃え */
	font-size: 1.0rem;
}

.link_box a{
    color: #ed6d0f;                  /* 文字を白に */
	text-decoration: none;
	font-weight: 600;
}

.link_box a:hover{
	text-decoration: underline;
}



@media (max-width: 1000px) {

	.text02{
		font-size: 4vw;
	}
	.text03{
		font-size: 3.5vw;
	}	
	.text05{
		font-size: 5vw;
	}	
}






/* チェックリスト  *******************************/

.checklist {
  max-width: 500px;
  margin: auto;
}

.section {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 14px 15px 0px 15px;
}

.section.cbg01 {border:solid 2px #f27922; color:#f27922;}
.section.cbg02 {border:solid 2px #00a6a6; color:#00a6a6;}

.section h2 {
  font-size: 20px;
  color: #fff;
  margin: -15px -15px 5px -15px;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}

.section.cbg01 h2 {background: #f27922; /* オレンジ */ font-size: 1.8vw; text-align:center;}
.section.cbg02 h2 {background: #00a6a6; /* 水色 */ font-size: 1.8vw; text-align:center;}


.section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  height: 70px;
}
.section li::before {
  content: ""; /* 擬似要素はcontentが必要 */
  position: absolute;
  top: 10px; /* 要素の上端から始める */
  left: 5px; /* 要素の左端から始める */
  width: 5px; /* 線の太さ */
  height: 45px; /* 線の高さ（途中で終わらせる） */
  background-color: #F3C900; /* 線の色 */
}

.section.cbg01 li {border-bottom: 2px dotted #f27922;}
.section.cbg02 li {border-bottom: 2px dotted #00a6a6;}

.section.cbg01 li:last-child, .section.cbg02 li:last-child {border-bottom: none;}


.section li span {
  flex: 1;
  font-size: 1.05vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 0 18px;
}

.section li label {
  width: 14%;
  font-size: 10px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align:center;
}
input[type="checkbox"] {
  -webkit-appearance: none; /* Safari 15.3以下のため */
  appearance: none;/
}

.section input[type="checkbox"] {
  margin-right: 0px;
  /* transform: scale(0.5);*/ /* □を大きめに */
  width: 25px;
  height: 25px;
  margin-top: 4px;
  border-radius: 0;
  border: 10px solid #fff;
}



.section.cbg01 input[type="checkbox"] {border: 1px solid #f27922; background-color:#fff; accent-color: #f27922;}
.section.cbg02 input[type="checkbox"] {border: 1px solid #00a6a6; background-color:#fff; accent-color: #00a6a6;}

.section.cbg01 input[type="checkbox"]::before {content: '●'; position: absolute; visibility: hidden; color: #f27922; width:25px;  height:25px;}
.section.cbg01 input[type="checkbox"]:checked::before {visibility: visible; font-size: 40px; line-height: 38px; width:20px; height:35px; margin:-10px 0 0 0; align-items: center; justify-content}

.section.cbg02 input[type="checkbox"]::before {content: '●'; position: absolute; visibility: hidden; color: #00a6a6;}
.section.cbg02 input[type="checkbox"]:checked::before {visibility: visible; font-size: 40px; line-height: 38px; width:20px; height:35px; margin:-10px 0 0 0; align-items: center; justify-content}

/* 
.section.cbg01 input[type="checkbox"]::before {content: '●'; position: absolute; visibility: hidden; color: #f27922; width:25px;  height:25px;}
.section.cbg01 input[type="checkbox"]:checked::before {visibility: visible; font-size: 20px; line-height: 20px; width:20px;  height:35px; display: flex; align-items: center; justify-content}

.section.cbg02 input[type="checkbox"]::before {content: '●'; position: absolute; visibility: hidden; color: #00a6a6;}
.section.cbg02 input[type="checkbox"]:checked::before {visibility: visible;}
 */
 
button{background:none; border:none;}


.result-table{width:100%; text-align:center;}
.result-table .category{border-radius: 9999px; background-color:#ED6D0F; color:#fff; padding:3px 10px; font-size:0.7rem;}
.result-table .count{font-size: 4vw; line-height:1.4;}

table.result-table td{width:28%; padding:2.6% 2.6% 0 2.6%; border-left:solid 1px #ED6D0F;}
table.result-table td:last-child{width:28%; padding:2.6% 2.6% 0 2.6%; border-left:solid 1px #ED6D0F;  border-right:solid 1px #ED6D0F;}


@media (max-width: 1000px) {
	
	.section.cbg01 h2, .section.cbg02 h2 {font-size: 5vw;}

	.section li {
	  padding: 10px 0;
	  height: 90px;
	}
	
	.section li::before {
	  top: 10px; /* 要素の上端から始める */
	  left: 5px; /* 要素の左端から始める */
	  height: 65px; /* 線の高さ（途中で終わらせる） */
	}

	.section li span {
	  font-size: 2.4vw;
	  line-height: 1.3;
	}
	
	.section.cbg01 input[type="checkbox"]:checked::before {visibility: visible; font-size: 30px; line-height: 30px; width:20px; height:35px; margin:-3px 0 0 0;}
	.section.cbg02 input[type="checkbox"]:checked::before {visibility: visible; font-size: 30px; line-height: 30px; width:20px; height:35px; margin:-3px 0 0 0;}

	.result-table .count{font-size: 12vw;}
	
	
}


@media (max-width: 640px) {
	
	.section.cbg01 h2, .section.cbg02 h2 {font-size: 7vw;}

	.section li {
	  padding: 10px 0;
	  height: 75px;
	}
	
	.section li::before {
	  top: 10px; /* 要素の上端から始める */
	  left: 5px; /* 要素の左端から始める */
	  height: 50px; /* 線の高さ（途中で終わらせる） */
	}

	.section li label {
	  font-size: 9px;
	  letter-spacing: 0.0em;
	}
	.section li span {
	  font-size: 3.8vw;
	  line-height: 1.3;
	  letter-spacing: 0.03em;
	}


	
	.section.cbg01 input[type="checkbox"]:checked::before {visibility: visible; font-size: 25px; line-height: 25px; width:20px; height:35px; margin:-1px 0 0 0;}
	.section.cbg02 input[type="checkbox"]:checked::before {visibility: visible; font-size: 25px; line-height: 25px; width:20px; height:35px; margin:-1px 0 0 0;}
	

	
}


/* アコーディオン  *******************************/
.accordion {
  margin-top: 20px;
  background-color: #FFF;
  border-radius: 20px;
}

.question {
  font-size: 16px;
  padding: 15px 30px 35px 30px;
  background-color: #FFF;
  color: #000;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}
.com_logo::before {
  position: absolute;
  content: '▼';
  font-weight: 900;
  right: 50%;
  bottom: 5px;
  transition: 0.3s;
}

.com_logo.open::before {
  transform: rotate(180deg);
}


.answer {
  display: none;
}
.company {
  padding: 30px;
  display: none;
  font-weight: normal;
}




/* ボタンデザイン  *******************************/
a.btn_01, .btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	line-height: 1.4;
	padding: 15px 20px 16px 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: none;
	border-radius: 100vh;
	background: linear-gradient(to top, rgb(237, 109, 15), #F29200);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn_01:hover, .btn_01:hover {
	color: #ED6D0F;
	background: #FFF200;
	border-bottom: none;
	transform: translateY(3px);
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 260px;
	margin: auto;
	line-height: 1.4;
	padding: 8px 10px 8px 10px;
	font-size: 1.0rem;
	font-weight: 900;
	color: #ED6D0F;
	border: solid 2px #ED6D0F;
	border-radius: 15px;
	background: #FCE0C8;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 3px 3px rgba(237, 109, 15, 1.0);
	transition: 0.5s;
}
a.btn_02:hover {
	color: #fff;
	background: #F8B62D;
	border: solid 2px #ED6D0F;
	transform: translateY(3px);
}

a.btn_03, .btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	line-height: 1.4;
	padding: 10px 20px 10px 20px;
	font-size: 1.5rem;
	font-weight: 900;
	color: #fff;
	border-bottom: none;
	border-radius: 100vh;
	background: #FCE0C8;
	background: linear-gradient(to top, rgb(143, 195, 31), #ECE812);
	transition: 0.5s;
}
a.btn_03:hover {
	color: #22AC38;
	background: #FFF200;
	border-bottom: none;
	transform: translateY(2px);
}




/* レスポンシブでスマホでは100%幅に */
@media (max-width: 1000px) {
	
	/* 中央カラム */
	.out{
	  width: 100%; /* スマホ固定幅 */
	  border-left: solid 7px #F4A000;
	  border-right: solid 7px #F4A000;
	}
	
  .container {
    width: 100%;
    padding: 40px 5%;
  }
  .container02 {
    width: 100%;
    padding: 0px 5%;
  }

  .background-left,
  .background-right {
    display: none;
  }
  
	footer {
	  width: 100%; /* スマホ固定幅 */
	  padding: 40px;
	  border-left: solid 7px #F4A000;
	  border-right: solid 7px #F4A000;
	}
  
}



/* liststyle
--------------------------------------------------------------------------------------------------------------- */
ul.liststyle01 li, ul.liststyle02 li{padding-left:1.5em; text-indent:-1.5em;}


ul.liststyle01, ul.liststyle02
{ counter-reset:list; list-style-type:none; padding:0;}

ul.liststyle01 li{margin: 0 0 8px 0; line-height:1.6;}
ul.liststyle01 li:before{font-weight:bold; font-size:1.0rem; padding:0 3px 0 0; content:'●'; color:#000; /* アイコンのunicode */}

ul.liststyle02 li{margin: 0 0 8px 0; line-height:1.6;}
ul.liststyle02 li:before{font-weight:bold; font-size:1.0rem; padding:0 3px 0 0; content:'◆'; color:#F3C900; /* アイコンのunicode */}


/* font-size
--------------------------------------------------------------------------------------------------------------- */
.font_size01{font-size:0.8rem;}
.font_size02{font-size:0.9rem; letter-spacing: 0.00em;}
.font_size03{font-size:1.1rem;}
.font_size04{font-size:1.25rem;}
.font_size05{font-size:1.4rem;}



.font_size_vw01{font-size:1vw;}



/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace_10{margin-bottom:10px;}
.btmspace_15{margin-bottom:15px;}
.btmspace_20{margin-bottom:20px;}
.btmspace_25{margin-bottom:25px;}
.btmspace_30{margin-bottom:30px;}
.btmspace_40{margin-bottom:40px;}
.btmspace_50{margin-bottom:50px;}
.btmspace_80{margin-bottom:80px;}
.btmspace_100{margin-bottom:100px;}
.btmspace_120{margin-bottom:120px;}
.btmspace_150{margin-bottom:150px;}

.topspace_30{margin-top:30px;}
.topspace_50{margin-top:50px;}
.topspace_80{margin-top:80px;}
.topspace_100{margin-top:100px;}
.topspace_160_pc{margin-top:160px;}

.tx_center{text-align: center;}