@charset "Shift_JIS";
body {
  font-family: 'Noto Sans JP', sans-serif;
}
@media (min-width: 721px) {
  .org_top {
    width: 100%;
    background-image: url(images/bk_top.jpg);
    background-repeat: repeat-x;
    text-align: center;
  }
  .entry_btn {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .entry_btn p {
    color: #303030;
    font-size: 1.8em;
  }
  .entry_btn ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .entry_btn li {
    margin-bottom: 15px;
  }
  .org_secttl {
    background-color: #00B2B6;
    font-size: 2.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .org_blue {
    background-color: #DCF1FF;
    padding-bottom: 50px;
  }
  .org_green {
    text-align: center;
    background-color: #8DD9DF;
  }
  .body_w {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 30px;
  }
  .body_w h3 {
    font-weight: bold;
    font-size: 4.8em;
    color: #02B2B6;
    margin-bottom: 18px;
  }
  .org_lp {
    padding-bottom: 5px;
  }
  #hp_link {
    background-color: #E3E3E3;
    text-align: center;
  }
  #hp_link .link_box {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 30px;
  }
  #hp_link .link_box2 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 20px;
    /* [disabled]padding-bottom: 10px; */
    padding-top: 20px;
  }
  .btn_area {
    margin-top: 20px;
    text-align: right;
  }
  .centerimage {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .right20 {
    margin-right: 20px;
  }
  .txt10 {
    font-size: 1.6em !important;
    color: #595959;
  }
  .body_w .area-box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 18px;
  }
  .body_w .area-box .area-txt {
    margin: 30px;
    font-size: 1.6em;
  }
  .body_w .area-box .area-txt ul {
    margin-bottom: 12px;
    color: #00BEC4;
    font-weight: bold;
  }
  .body_w .area-box .area-txt li {
    margin-bottom: 9px;
    line-height: 1.6em;
    margin-left: 1.3em;
    text-indent: -1em;
  }
  .body_w .area-box .area-txt li::before {
    content: "";
  }
  .body_w .area-box .area-txt p {
    color: #404040;
    line-height: 1.6em;
  }
  .body_w .area-box .area-image {
    margin: 30px;
  }
  .c-sp {
    display: none;
  }
  .voice-txt {
    color: #87776b;
    line-height: 1.6em;
    font-size: 1.8em;
    padding: 20px;
  }
  .voice-blue {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: #bde1f5 solid 5px;
    margin-bottom: 28px;
  }
  .voice-pink {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: #f5cdd4 solid 5px;
    margin-bottom: 28px;
  }
  .voice-blue .voice-name {
    font-weight: bold;
    color: #007ab0;
    margin-top: 16px;
  }
  .voice-pink .voice-name {
    font-weight: bold;
    color: #c381a6;
    margin-top: 16px;
  }
  .voice img {
    width: 180px;
    height: 202px;
  }
  .tokucho {
    background-image: url("images/r3.png");
    max-width: 1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
  }
  .tokucho div {
    background-color: #fff;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, .2);
    width: 260px;
    margin: 60px 20px;
  }
  .tokucho p {
    padding: 16px;
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: left;
  }
  .tokucho h3 {
    color: #fff;
    font-weight: bold;
    font-size: 2.4em;
    padding: 16px;
    line-height: 1.4em;
  }
  .t-green h3 {
    background-color: #61b900;
  }
  .t-green p {
    color: #61b900;
  }
  .t-orange h3 {
    background-color: #e49233;
  }
  .t-orange p {
    color: #e49233;
  }
  .t-blue h3 {
    background-color: #4085ef;
  }
  .t-blue p {
    color: #4085ef;
  }
}
@media (max-width: 720px) {
  .org_top {
    width: 100%;
    background-image: url(images/bk_top.jpg);
    background-repeat: repeat-x;
    text-align: center;
  }
  .org_top img {
    width: 100%;
  }
  .entry_btn {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .entry_btn p {
    color: #303030;
    font-size: 1.8em;
    line-height: 1.4em;
    padding: 0 15px;
    color: #474747;
  }
  .entry_btn ul {
    margin: 10px;
  }
  .entry_btn li {
    margin-bottom: 15px;
  }
  .entry_btn li img {
    width: 100%;
    height: auto;
  }
  .org_secttl {
    background-color: #00B2B6;
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4em;
  }
  .org_blue {
    background-color: #DCF1FF;
    padding-bottom: 50px;
  }
  .org_green {
    text-align: center;
    background-color: #8DD9DF;
  }
  .org_green img {
    width: 100%;
    height: auto;
  }
  .body_w {
    max-width: 100%;
    position: relative;
    margin: 20px;
  }
  .body_w h3 {
    font-weight: bold;
    font-size: 3.2em;
    color: #02B2B6;
    margin-bottom: 18px;
    text-align: center;
  }
  .org_lp {
    padding-bottom: 5px;
  }
  #hp_link {
    background-color: #E3E3E3;
    text-align: center;
  }
  #hp_link .link_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  #hp_link .link_box2 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
    /* [disabled]padding-bottom: 10px; */
    padding-top: 20px;
  }
  #hp_link .link_box img {
    margin: 6px;
    width: 100%;
    height: auto;
  }
  #hp_link .link_box2 img {
    width: 90%;
    margin: 0 auto;
    max-width: 424px;
    heigh: auto;
  }
  .btn_area {
    margin-top: 20px;
    text-align: center;
  }
  .centerimage {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .right20 {
    margin-right: 20px;
  }
  .txt10 {
    font-size: 1.3em !important;
    color: #595959;
    text-align: left;
  }
  .body_w .area-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 18px;
  }
  .body_w .area-box .area-txt {
    margin: 30px;
    font-size: 1.6em;
  }
  .body_w .area-box .area-txt ul {
    margin-bottom: 12px;
    color: #00BEC4;
    font-weight: bold;
  }
  .body_w .area-box .area-txt li {
    margin-bottom: 9px;
    line-height: 1.6em;
    margin-left: 1.3em;
    text-indent: -1em;
  }
  .body_w .area-box .area-txt li::before {
    content: "";
  }
  .body_w .area-box .area-txt p {
    color: #404040;
    line-height: 1.6em;
  }
  .body_w .area-box .area-image {
    margin: 0 20px 30px 20px;
    text-align: center;
  }
	.body_w .area-box .area-image img {
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
	}
  .c-sp {
    display: none;
  }
  .voice-txt {
    color: #87776b;
    line-height: 1.6em;
    font-size: 1.8em;
    padding: 20px;
  }
  .voice-blue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border: #bde1f5 solid 5px;
    margin-bottom: 28px;
  }
  .voice-pink {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border: #f5cdd4 solid 5px;
    margin-bottom: 28px;
  }
  .voice-blue .voice-name {
    font-weight: bold;
    color: #007ab0;
    margin-top: 16px;
  }
  .voice-pink .voice-name {
    font-weight: bold;
    color: #c381a6;
    margin-top: 16px;
  }
  .voice img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    height: auto;
  }
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
  .tokucho {
    background-image: url("images/r3.png");
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .tokucho div {
    background-color: #fff;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, .2);
    width: 80%;
    margin: 0 auto;
  }
  .tokucho div:nth-child(2) {
    margin: 30px auto;
  }
  .tokucho p {
    padding: 16px;
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: left;
  }
  .tokucho h3 {
    color: #fff;
    font-weight: bold;
    font-size: 2.0em;
    padding: 16px;
    line-height: 1.4em;
  }
  .t-green h3 {
    background-color: #61b900;
  }
  .t-green p {
    color: #61b900;
  }
  .t-orange h3 {
    background-color: #e49233;
  }
  .t-orange p {
    color: #e49233;
  }
  .t-blue h3 {
    background-color: #4085ef;
  }
  .t-blue p {
    color: #4085ef;
  }
}