@charset "UTF-8";
.main {
	width: 100%;
	margin: 0 auto;
}
.box1 {
	width: 95%;
	border-radius: 30px;
	margin: 0 auto;
	padding: 2em;
	background: #FFC;
	display: flex;
}

.box1_1 {
	width: 35%;
}
.box1_2 {
	width: 30%;
	text-align: center;
}
.box1_3 {
	width: 45%;
}
.half-bg {
  background: linear-gradient(
    to top,#ffff66 50%,transparent 50%)
}
.txt1 {
	line-height: 26px;
	font-size: 130%;
	color: #333;
	margin-top: 1.5em;
}
.txt2 {
	line-height: 33px;
	font-size: 166%;
	font-weight: bold;
	color: #FF9933;
	padding-top: 7em;
	font-style: italic;
}
.title1 {
	color: #999900;
	font-size: 100%;
}
.title2 {
	color: #333;
	font-weight: bold;
	font-size: 160%;
}
.sosweet_img {
  max-width: 100%;
  height: auto;
  justify-self: center;
  align-self: center;
}
.box2 {
	width: 95%;
	border-radius: 30px;
	margin: 1.5em auto;
	padding: 2em 0;
	background: #FFC;
}
.obi {
	background: #669933;
	text-align: center;
	color: #FF0;
	font-weight: bold;
	font-size: 220%;
}
.four {
	font-size: 230%;
	font-weight: bold;
}
.tok {
	margin-top: 1em;
	padding-left: 3em;
}
.green {
	color:#009900;
	font-size: 150%;
}
.hai {
	color: #333;
	font-size: 150%;
	font-weight: bold;
}
.ind {
	text-indent: 1.5em;
	font-size: 120%;
	color: #999;
}
.box3 {
	width: 95%;
	border-radius: 30px;
	margin: 1.5em auto;
	padding: 2em 0;
	background: #FFC;
}
.naiyou0 {
	width: 70%;
	margin-left: 3em;
	float:left;
}
.naiyou1 {
	width:20%;
	color: #FF0;
	background: #9C3;
	font-size: 150%;
	font-weight: bold;
	padding: 0.5em 0;
	text-align: center;
} 
.naiyou2 {
	width: 80%;
	border: 2px solid #9C3;
	padding:1.5em;
	line-height: 35px;
	color: #333;
	font-size: 150%;
	font-weight: bold;
	background: #FFF;
	margin-right: 1em;
}
.staff {
	float: left;
}
.clear {
	clear: left;
}
.riyou1 {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color:#333;
}
.line {
	border-top: 2px #333 solid;
	width:28%;
	margin: 0.5em auto;
}
.riyou2 {
	width: 12%;
	margin: 0 auto; 
	padding: 0.2em 0;
	text-align: center;
	background: #333;
	color: #FFF;
	font-style: italic;
	font-size: 94%;
	border-radius:50px
}
.nagare {
	width: 80%;
	margin: 3em auto 1em;
	
} 
.n_box000 {
	display: flex;
	justify-content: center;
}
.n_box00 {
	width: 280px;
	border: 4px solid #FC0;
	background: #FFF;
	padding-top: 1em;
	text-align: center;
	position: relative;
	margin-left: 3.5em;
}
.circle {
	position: absolute;
	left: -2em;
	top: -2em;
	line-height: 40px;
	font-size: 120%;
	background:  #FC0;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	color: #333;
	border: 2px solid #F90;
}
.r_txt {
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	background: #FC0;	
}
.f140 {
	font-size: 140%;
}
.qa00 {
	display: flex;
	width: 40%;
	justify-content: center;
	margin: 1em auto;
}
h3 img {
	vertical-align: middle;
}
.qa_txt {
	color: #9C0;
	font-size: 250%;
	font-weight: bold;
	vertical-align: middle;
	justify-content: center;
	padding-top: 0.4em;
	margin: 0 1em 0;
}
/* 全体の枠組み */
.faq-item {
	width:70%;
	
  margin: 10px auto;
  overflow: hidden;
}

/* 質問部分（クリックできる領域） */
.faq-question {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 180%;
  cursor: pointer; /* マウスを乗せたらポインタに変える */
  display: flex;
  color: #F3F;
  border-bottom: 2px dotted #666;
  justify-content: space-between;
  align-items: center;
  list-style: none; /* デフォルトの矢印を消す（Chrome/Firefox） */
}

/* サファリ（Safari）用のデフォルト矢印消し */
.faq-question::-webkit-details-marker {
  display: none;
}

/* 右側の＋アイコン */
.faq-icon::before {
  content: "＋";
  font-size: 1.2rem;
  transition-duration: 0.8s; /* 変化をなめらかに */
}

/* 開いている状態（open）の時のアイコンの変化 */
.faq-item[open] .faq-icon::before {
  content: "ー";
}

/* 回答部分 */
.faq-answer {
  padding: 15px 30px;
  border-top: 1px solid #ddd;
  color: #09F;
  font-size: 150%
}
.to_box {
	width: 95%;
	padding: 2em;
	background: #FFFFE1;
	box-shadow: 2px 2px 2px #888;
	margin: 1em auto;
	border-radius: 20px;
}
.midashi {
	border-left: 10px solid #F55;
	text-indent: 1em;
	font-size: 140%;
	font-weight: bold;
	padding: 3px 0;
}
.to_txt {
	padding: 1em 3em;
	margin: 1em 0;
	font-size: 120%;
	line-height: 25px;
}
.to_txt2 ,.to_txt3 {
	padding: 1em 3em;
	margin: 1em 0;
	font-size: 110%;
	font-weight: bold;
	line-height: 25px;
}
.p5 {
	padding-left: 4em;
}
.p01 {
	padding: 0.1em 0;
	font-size: 120%;
	font-weight: 600;
}
.a_box00 {
	width: 75%;
	margin:1em auto;
	display: flex;
	justify-content: space-around;
}
.jikan {
	color: #06F;
	font-size:150%;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 8px;
}
.a_box_flex {
	display: flex;
	font-size: 120%;
	margin-top:1em;
}
.red {
	color: #F00;
}
.t1 {
	text-align: center;
	color: #F90;
	font-weight: bold;
	font-size: 120%;
}
.t2 {
	text-align: center;
	color: #F6F;
	font-weight: bold;
	font-size: 200%;
	margin-top: -10px;;
	padding: 0;
}
.t3 {
	width: 45%;
	margin: 0 auto;
	background: #FC0;
	border-radius: 50px;
	padding: 5px 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 90%;
}
.t4 {
	text-align: center;
	color: #333;
	margin-top: 1em;
	font-weight: bold;
	font-size: 100%;
}
.t5	 {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 140%;
}
.button {
	width: 35%;
	height: 80px;
	line-height: 80px;
	margin:1em auto;
	color: #FFF;
	display: block;
	background: #0080C0;
	border: 2px solid #006595;
	border-radius: 10px;
	padding: 1em;
	font-size: 145%;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.button img {
	max-width: 5%;
	height: auto;
	
}

.button a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button:hover{
  opacity: 0.5;
  transition: 0.5s;
}

Resou
/************************************/

.accent {
  color: red;
}

.accent2 {
  color: white;
}

.main_c_thyme {
  background-color: #ffffcc;
}


.thyme_c_box {
  position: relative;
  display: grid;
  grid-template-columns: 60% 38%;
  justify-content: space-between;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.thyme_c_box .attention {
  position: relative;
  max-width: 600px;
  justify-self: end;
}
.thyme_c_box .attention p {
  padding-top: 20px;
}
.thyme_c_box .attention span {
  color: chocolate;
}
.thyme_c_box .attention img {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

.needs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.needs li {
  padding: 0 5px;
}
.needs .fa-comment {
  padding-right: 0.5em;
}

.flowchart .subgrid {
  display: grid;
  grid-template-rows: subgrid; /* 追加 */
  grid-row: span 5;
  align-items: self-end;
  row-gap: 30px;
}
.flowchart img {
  width: 100%;
}
.flowchart ol {
  margin: 0;
}
.flowchart li {
  padding: 20px;
  border-radius: 30px;
  background-color: #f7f1eb;
  width: 100%;
  position: relative;
  /*text-align: center;*/
  display: inline-block;
}
.flowchart li::after {
  content: "";
  background-image: url(https://jyoryoku.com/thyme/img/angle_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 50px;
  width: 100%;
  max-height: 50px;
  height: 100%;
  top: -4vh;
  right: 2vw;
}

.usage_guide {
  display: grid;
  /*grid-template-columns: repeat(2, minmax(0, auto));*/
  justify-content: space-around;
  row-gap: 20px;
}
.usage_guide .block_1 {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, auto);
  justify-content: space-between;
  align-items: center;
}
.usage_guide .block_2 {
  display: grid;
  grid-template-columns: minmax(0, auto) 270px;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.usage_guide p {
  color: black;
  font-size: 1.2em;
  line-height: 1.5em;
}
.usage_guide .announcement {
  width: 100%;
}
.usage_guide .announcement h3 {
  color: #663300;
  font-weight: bold;
  font-size: 1.5em;
}
.usage_guide .announcement ul {
  margin-bottom: 20px;
}
.usage_guide .announcement span {
  color: #006633;
  padding-top: 1em;
  display: inline-block;
  line-height: 1.5em;
}
.usage_guide img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  width: 100%;
}
.usage_guide .office_infomation {
  text-align: right;
}
.usage_guide .office_infomation h2 {
  color: #006633;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

.annotation {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 20px;
}
.annotation div {
  width: 50%;
  display: grid;
  grid-template-rows: min-content;
  row-gap: 20px;
}
.annotation span {
  display: block;
  margin-bottom: 5px;
  margin: 0 auto;
}
.annotation img {
  max-width: 450px;
  width: 100%;
  justify-self: center;
}

.btn_block {
  margin: 20px 0;
  cursor: pointer;
  height: min(46px, 100vh);
}
.btn_block a {
  pointer-events: none;
}
.btn_block .mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 4%;
  background-color: #99cc33;
  border-radius: 20px;
  transition: all 0.5s;
}
.btn_block .mail_btn.active {
  background-color: #fff;
  border: 1px solid #99cc33;
  color: #99cc33;
  transition: all 1s;
}

.title_name {
  font-size: 1.2em;
  color: #006633;
  line-height: 1.15em;
}

.responsive {
  display: none;
}