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

body{
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
		font-size: 16px;
}
/*body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
	font-size: 16px;
}*/
.honbun{
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 1.2em;
}
.honbun a{
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 1.2em;
	color: #9a6e4a;
	text-decoration: none;
}
/*パンくずリスト*/
.breadSection {
  margin-top: 0;
  margin-bottom: 0;
  background: 0 0;
  padding: 8px 15px 6px;
	box-sizing: border-box;
}
.breadSection {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
nav.breadSection ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
nav.breadSection ol li {
  margin: 0;
  padding: 0;
	  font-size: 12px;
/*  font-size: .9em;*/
font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
  word-wrap: break-word;
	position: relative;
}
nav.breadSection ol li::before {
/*	margin-right:0.5rem;*/
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}
nav.breadSection ol li:first-child::before {
	/*position: absolute;*/
	  font-weight: 900;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
	content: "\f015";
	color: #9a6e4a;
	font-weight: 900;
vertical-align: top;
}
nav.breadSection ol li + li::before {
  content: '/';
  padding: 0 4px;
font-weight:nomal;
}
nav.breadSection ol a {
  text-decoration: none;
  color: #9a6e4a;
}
nav.breadSection ol a.current {
  color: #000;
}
nav.breadSection ol a:hover {
  text-decoration:none;
}
@media screen and (max-width:480px){
nav.breadSection ol li {
	  font-size: 11px;
}
nav.breadSection ol li:first-child::before {
    margin-right: 2px;
	content: "\f015";
}
nav.breadSection ol li + li::before {
  content: '/';
  padding: 0 2px;
}
}
h3.title_left{
		font-family: Hiragino Mincho ProN,"游明朝",serif;
			font-size: 1.75rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

h3.title_left_mid{
	font-family: Hiragino Mincho ProN,"游明朝",serif;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 1.2em;
	padding-top: 0.7rem;
}
h4.mid_title_center{
	font-family: Hiragino Mincho ProN,"游明朝",serif;
	font-size: 24px;
	font-weight: bold;
  line-height: 1.2;
	margin: 0 0 1.2em;
	text-align: center;
}
@media screen and (max-width:768px){
h3.title_left{
			font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
}
h3.title_left_mid{
	font-size: 20px;
}
h4.mid_title_center{
	font-size: 20px;
}
}
h5.mid_title{
	font-family: Hiragino Mincho ProN,"游明朝",serif;
	font-size: 1.25rem;
	font-weight: bold;
  line-height: 1.2;
	margin: 1.5em 0 1.2em;
}
.brown_title{
font-family: Hiragino Mincho ProN,"游明朝",serif;
  color: #9a6e4a;
  font-size: 1.8rem;
  text-align: center;
	margin: 24px 0;
	font-weight: bold;
}
.brown_title_left{
font-family: Hiragino Mincho ProN,"游明朝",serif;
  color: #9a6e4a;
  font-size: 1.8rem;
  text-align: left;
	margin: 24px 0;
	font-weight: bold;
}
.title_sub_brown{
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
color: #996633;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 1.2em;
  box-sizing: border-box;
	}
/*取り組み例*/
.box_torikumi {
    position: relative;
    margin: 2em 0;
    padding: 2.5em 2.5em;
    border: solid 3px #b8987d;
}
.box_torikumi .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #b8987d;
    font-weight: bold;
	font-family: Hiragino Mincho ProN,"游明朝",serif;
}
.box_torikumi p {
	font-size: 18px;
	line-height: 1.9;
    margin: 0; 
    padding: 0;
}

.base_lefttxt{
	font-size: 16px;
	line-height: 1.9;
  margin: 0;
	text-align: left;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
}
.base_lefttxt a{
  text-decoration: none;
  color: #9a6e4a;
}
.base_lefttxt a:hover{
  text-decoration:underline;
}
@media screen and (max-width:768px){
	.base_lefttxt{
	font-size: 15px;
	line-height: 1.8;
  margin: 0;
}
}
.base_lefttxt_mg{
	font-size: 16px;
	line-height: 1.9;
  margin: 1.2em 0;
	text-align: left;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
}
.base_lefttxt_mg a{
  text-decoration: none;
  color: #9a6e4a;
}
.base_lefttxt_mg a:hover{
  text-decoration:underline;
}
.base_txt{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
	display: block;
  overflow: hidden;
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 1.2em;
}
@media screen and (max-width:768px){
	.base_txt{
	margin-top: 0px;
	font-feature-settings: "palt";
	text-align: left;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 1.2em;
}
/*.base_txt{
	margin-top: 0px;
	font-feature-settings: "palt";
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 1.2em;
}*/
}
.infonews_txt{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
	display: block;
  overflow: hidden;
	margin-top: 18px;
	text-align: left;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 1.2em;
}
@media screen and (max-width:768px){
.infonews_txt{
	margin-top: 0px;
	font-feature-settings: "palt";
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 1.2em;
}
}
.base_smalltxt{
	text-align: center;
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 1.2em;
}
.base_small_left{
	text-align: center;
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 1.2em;
}
.smalltxt_left{
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 1.2em;
}
.in_kakomi-txt{
	font-size: 16px;
	line-height: 2.4;
}
h4.brwn_h4title{
font-family: Hiragino Mincho ProN,"游明朝",serif;
color: #b8987d;
font-size: 1.75rem;
font-weight: 500;
line-height: 1.2;
margin-bottom: 32px;
}
.dr-info_title{
font-family: Hiragino Mincho ProN,"游明朝",serif;
font-size: calc( 1rem * 1.75 );
  background-color: transparent;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
  border-radius: unset;
  padding: 0;
    padding-top: 0px;
  color: inherit;
  line-height: 1.5;
  text-align: left;
}
.online_midasi{
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 1.2em;
	margin: 12px auto;
	font-weight: bold;
	text-align: center;
}
h2.privacy_title{
	color: #9a6e4a;
font-family: Hiragino Mincho ProN,"游明朝",serif;
  margin: 2em 0 1em;
  clear: both;
  font-weight: 500;
  line-height: 1.2;
text-align: left;
font-size: 1.75rem;
}	
.privacy_txt{
font-size: 16px;
color: #212529;
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.9;
}
.privacy_txt a{
font-size: 16px;
color: #9a6e4a;
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.9;
}
.privacy_txt a:hover{
text-decoration: underline;
}
.privacy_righttxt{
	font-size: 16px;
	  color: #212529;
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.9;
	text-align: right;
}
.kasen_bold{
  text-decoration: underline;
  text-decoration-thickness: 0.7em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
	font-weight: bold;
}
.kasen_blue{
  text-decoration: underline;
  text-decoration-thickness: 0.7em;
  text-decoration-color: #b0dffd;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
/*取り組み事例スマイルマーク*/
 ul.smile_icon {
  list-style: none;
}
 ul.smile_icon li {
  position: relative;
  padding-left: 25px;
	 margin-bottom: 16px;
}
ul.smile_icon li::before {
  content: '\f118';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
    color:#b8987d;
}
/*リスト丸（中黒）*/
 ul.kuromaru_icon {
  list-style: none;
}
 ul.kuromaru_icon li {
  position: relative;
  padding-left: 18px;
	 margin-bottom: 16px;
}
ul.kuromaru_icon li::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #9a6e4a;
  border-radius: 50%;
}