
body {
  font-family: "Open Sans", 'Century Gothic', 'Muli', "Helvetica Neue", Helvetica, "Arial", 'Kosugi Maru', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #737273;
  background-color: #F2F2F2;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 576px){
	footer { font-size: 3.5vw; }
}

.under {
  background: linear-gradient(transparent 70%, #F7CFC6 70%);
  }

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.taganch {
	max-width: 540px;
    padding: 0.2em 0.5em;
	margin: 0;
}

.taganch a{
  transition: .3s;
  color: #BFA19F;
}

.taganch a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

h5.title {
  color: #F7CFC6;
  font-size: 4rem;
    font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
	padding-top: 20px;
	padding-bottom: 10px;
}

h5 span{
	position: relative;
	padding: 0.25em 0;
}
h5 span:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, #F7CFC6, #BFA19F);
	background: -webkit-linear-gradient(to right, #F7CFC6, #BFA19F);
	background: linear-gradient(to right, #F7CFC6, #BFA19F);
}

h5 span a {
	color: inherit;
	transition: .3s;
}

h5 span a:hover{
  color: inherit;
  opacity: .5;
  text-decoration: none;
}

h2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 40px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
}

h2 span {
    display:  block;        /* ブロック要素にする */
    font-size:  30px;       /* 文字サイズ指定 */
    margin-top:  10px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 140px;           /* 幅指定 */
    margin: 10px auto 0;    /* 周りの余白指定 */
    background-color:  #F2F2F2;/* 背景色指定 */
	font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
	color: rgba(115,114,115,0.5)
}
 
h2 span::before {
    content: '';            /* 空の要素を作る */
    height:  1px;           /* 高さ指定 */
    background-color: rgba(115,114,115,0.5);/* 背景色指定 */
    position:  absolute;    /* 位置調整 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
    width: 200px;           /* 幅指定 */
    left:  -30px;           /* 位置調整 */
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed #bbb;
}


.box_kodomo {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #737273;
	border-bottom: 1px dotted #BFA19F;
	max-width: 540px;
}

.box_kodomo p {
    margin: 0; 
    padding: 0;
}

.box_kodomo ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  margin-left: 0;
  list-style-type:none;
  position: relative;
}

.box_kodomo ul li::before {
  position: absolute; 
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f138";/*アイコンの種類*/
  left : -1.2rem;/*左端からのアイコンまでの距離*/
  color: #BFA19F;/*アイコン色*/
}


.container-kdm{
	max-width: 1350px;
	padding-bottom: 4rem;
}

.box-info {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
	padding: 2rem 1rem 1rem;
	margin-bottom: 3rem;
	text-align: left;
    font-size: .8em;
	line-height: 1.5em;
	border: 1px solid #BFA19F;
	border-radius: 3px;
}

.box-info::after {
	position: absolute;
	right: 0;
	top: 0px;
	height: 2rem;
	color: #BFA19F;
	content: 'information';
	font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 18px;
	border-left: 1px solid #BFA19F;
	border-bottom: 1px solid #BFA19F;
	padding: 5px 7px 7px 7px;
	border-bottom-left-radius: 5px;
}

.box-info p{
	padding-top: 8px;
}

.box-info span{
  transition: .3s;
  color: #BFA19F;
  border: solid thin #BFA19F;
  padding: 4px 5px;
  margin: 3px 0;
  border-radius: 5px;
  display: inline-block;
}

.box-info span:hover{
  color: #F2F2F2;
  background-color: #BFA19F;
  opacity: .8;
  text-decoration: none;
}


 /* テーブルデザイン */

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: rgba(242,211,208,0.3);
  padding: .35em;
  border-bottom: 2px solid #F2F2F2;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #F2F2F2;
}
table th {
  position: relative;
}
table th span{
  opacity: .3;
  position: absolute;
  bottom: -30px;
  right: 10px;
  display: inline-block;
  font-family: coquette, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  overflow: hidden;
}
table thead tr{
  background-color: #BFA19F;
  color: #F2F2F2;
}
table tbody th {
    background: rgba(115,114,115,.5);
    color: #F2F2F2;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.download{
  text-align: right;
  color: #737273;
}
.download a,.card-body a{
  transition: .3s;
  font-size: .8em;
  color: #BFA19F;
  border: solid thin #BFA19F;
  padding: 4px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 3px 0;
}

.download a:hover,.card-body a:hover{
  color: #F2F2F2;
  background-color: #BFA19F;
  opacity: .8;
  text-decoration: none;
}

.non{
  background:#F2F2F2;
}
@media screen and (max-width: 720px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 8em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #BFA19F;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #F2F2F2;
}
	.download a {
	font-size: 1em;
	}
  td.download::before {
	 top: 15px;
	}

}

 /* 特集ページの設定 */

.card {
	border-color: #BFA19F;
	margin-bottom: 1rem;
}

.card-title {
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
	color: #BFA19F;
	
}

.card-body {
	padding: 2rem 2rem 0;
}

.img-kodomo {
	position: relative;
	padding-top: 1rem;
}

.img-kodomo p{
	position: absolute;
	background-color: #BFA19F;
	color: #F2F2F2;
	width: 4rem;
	height: 4rem;
	left: 0;
	top: 0;
	padding-left: 10px;
	margin: 0;
	border-right: thick solid #BFA19F;
	border-bottom:  thick solid #BFA19F;
	border-radius: 0 0 100% 0;
    display: inline-block;
    font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.card-footer {
	background-color: inherit;
	border-color: #BFA19F;
	margin: 0.2em 0 0.2em -1.2rem;
}

.card-text {
	font-size: 0.8em;
	margin: 2rem 0 1rem 0;
	text-align: justify;
}

.card-text p {
	position: relative;
	margin: 5px 0 0 2rem;
}

.card-text p::before {
    content: attr(data-label);
    position: absolute;
    left: -2rem;
    color: #BFA19F;
  }

 
