@charset "utf-8";
/* 
 common style
*/
:root {
  --nav: 6;
  --main-color: #00439a;
  --sub-color1: #e8efff;
  --sub-color2: #fff;
}
b {font-weight: bold;}
sup {
  font-size: 85%;
  top: -0.1em;
}
/* reset */
th,td {
  width: auto;
}

.box01 .ta02 th,
.box01 .ta02 td {
  border: solid 1px #999;
  text-align: center;
  vertical-align: middle;
  font-size: 75%;
  width: 0%;
  padding: 0.3em;
  box-sizing: border-box;
  font-size: 80%;
}
.box01 .ta02 th {
  background: #F7F6F4;
}

@media only screen and (min-width: 784px){
/* nav */
.common_gnav {
    display: flex;
}
.common_gnav li {
    width: calc(100% / var(--nav));
}
.common_gnav li a {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
    background: var(--main-color);
}
.common_gnav li a:before {
    content: "";
    display: block;
    background: var(--sub-color2);
    width: 1px;
    height: 46px;
    position: absolute;
    top: 1px;
    right: 0px;
}
.common_gnav li:last-child a:before {
    display: none;
}
.box01 .ta02 {
  width: 660px;
}
} /* min-width: 784px =========== */

/* ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.news_list {
  list-style: none;
  font-size: 90%;
  margin: 0;
}
.news_list li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.news_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
} */
.hiroshima_cnt h3 {
  background: #efefef;
  padding: 0.2em;
  margin: 0 0 0.8em;
  font-size: 17px;
  border:none;
}

/* .hiroshima_cnt table,
.hiroshima_cnt th,
.hiroshima_cnt td {
	padding: 0;
	margin: 0;
	border: 0;
} */
/* .support {
  background: #fff6f6;
  border: dotted 1px #ccc;
  padding: 0.6em;
  margin: 4px 0 1em;
} */
/* .bg_gray {
	background: #f3f3f3;
	color: #7F7F7F;
} */
.faq dt span {
  color: #0053bf;
}
.faq dd span {
  color: #c5005b;
}
/* ボタン・リンク */
.btn_01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 74px;
  background: #C2457F url(https://poppins-education.jp/wp-content/themes/write/images/list.png) no-repeat right 28px center;
  font-size: 120%;
  text-transform: uppercase;
  transition: .15s ease-in-out;
  transition: background-color 0.2s;
  border: none;
  border-bottom: 6px solid #a2205d;
  position: relative;
  vertical-align: bottom;
  color: #ffffff !important;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}
a.icon01 {
	background: url(https://poppins-education.jp/wp-content/themes/write/images/icon_01.png) no-repeat 2px;
	padding-left: 15px;
  display: block;
  margin-bottom: 1.5em;
}

/* .li01 {margin:0;}
.li01 li {
    text-indent: -1em;
    padding-left: 1em;
} */
.faq dd {
    text-indent: -2em;
    padding-left: 2em;
}
.img_center {
    display: block;
    margin: 0 auto 1em;
}

/* ul・dl */
.hiroshima_cnt .box01 ul,
.hiroshima_cnt .box01 dl {
    margin-bottom: 1.5em;
}
.hiroshima_cnt .box01 dl dd {
    margin-left: 2em;
}

/* table */
.hiroshima_cnt .box01 .v_ta01 {
  table-layout: fixed;
	border: 1px solid #afafaf;
}
.hiroshima_cnt .box01 .v_ta01 .col1 {width: 20%;}
.hiroshima_cnt .box01 .v_ta01 .col2 {width: 22%;}
.hiroshima_cnt .box01 .v_ta01 .col3 {width: auto;}
.hiroshima_cnt .box01 .v_ta01 th,
.hiroshima_cnt .box01 .v_ta01 td {
  font-size: 80%;
  padding: 0.4em;
	border: 1px solid #afafaf;
  padding: 0.6em; 
}
.hiroshima_cnt .box01 .v_ta01 th {
  background: #F7F6F4;
  text-align: center;
}
/* .hiroshima_cnt .box01 .h_ta02 .col1 {width: 24%;}
.hiroshima_cnt .box01 .h_ta02 .col2 {width: 38%;}
.hiroshima_cnt .box01 .h_ta02 .col3 {width: 38%;}
.hiroshima_cnt .box01 .h_ta02 th,
.hiroshima_cnt .box01 .h_ta02 td {
	border: 1px solid #afafaf;
  text-align: center;
  font-size: 80%;
  padding: 0.6em 0.2em; 
} */
/* .hiroshima_cnt .box01 .h_ta02 th {
    background: #F7F6F4;
} */
/* .hiroshima_cnt .box01 .h_ta02 tr td:first-child {
    text-align: left;
    padding-left: 1em;
} */
.hiroshima_cnt .box01 .ta02 tr td:first-child {
    text-align: left;
    padding-left: 1em;
}


@media only screen and (min-width: 769px) {
.btn_01 a:hover {
  opacity: 0.6;
}
}
@media only screen and (max-width: 768.999px) {
.kanagawa_cnt .box01 .ta03 th,
.kanagawa_cnt .box01 .ta03 td {
    font-size: 10px;
    padding: 0.2em;
}
.hiroshima_cnt .box01 .v_ta01 .col2 {width: 30%;}
.btn_01 a {
    width: 285px;
    height: 60px;
    background: #C2457F url(https://poppins-education.jp/wp-content/themes/write/images/list.png) no-repeat right 26px center;
    background-size: 10px auto;
    font-size: 100%;
}

} /* max-width: 640px =========== */

