@charset "UTF-8";
/*-----------------------------*/
/*市川市北方東部自治会 CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
@import "https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

i {
  font-style: normal; }

img {
  vertical-align: top; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

th,
td {
  padding: 10px;
  border: 1px solid #ccc;
  font-weight: normal; }

th {
  background: #77c7b3;
  color: #fff; }

p {
  line-height: 2.4rem; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 1000px;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .img_box img {
    max-height: 100%;
    max-width: 100%; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

.boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .boxList li {
    width: 24%;
    margin-bottom: 15px;
    background: #77c7b3; }
    .boxList li:empty {
      visibility: hidden; }
    .boxList li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff; }
      .boxList li a > span {
        display: block; }
    .boxList li .categpry {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      min-width: 5rem;
      padding: 0 0.5rem;
      text-align: center;
      font-size: 1.2rem;
      background: #2e7d67;
      color: #fff;
      border-radius: 0 0 4px 0; }
    .boxList li .tn {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: auto; }
      .boxList li .tn::before {
        content: "";
        display: block;
        padding-top: 100%; }
    .boxList li .box_wrap {
      position: relative;
      height: auto; }
      .boxList li .box_wrap::before {
        content: "";
        display: block;
        padding-top: 100%; }
    .boxList li .img_box {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px; }
    .boxList li .title_box {
      padding: 10px;
      height: 100%;
      background: #77c7b3;
      color: #fff; }
      .boxList li .title_box p {
        margin: 0;
        line-height: 1.8rem; }
    .boxList li .title {
      margin-bottom: 5px;
      font-weight: 200; }
    .boxList li .sub {
      font-size: 1.2rem; }
    .boxList li .date {
      font-size: 1.2rem; }

.textList li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc; }
  .textList li:last-of-type {
    border: none; }
  .textList li a:hover {
    opacity: 0.6; }
  .textList li a .title {
    text-decoration: underline; }
  .textList li .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .textList li .tn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .textList li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .textList li .date {
    width: 7em; }
  .textList li .title {
    width: calc(100% - 7em); }
  .textList li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .textList li .box .date {
      width: 7em; }
    .textList li .box p {
      margin: 0; }
  .textList li .st {
    color: #ff3300;
    font-weight: bold; }

.img_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0; }
  .img_gallery li {
    position: relative;
    width: 160px;
    margin: 0 0 10px 0; }
    .img_gallery li img {
      width: 100%; }
    .img_gallery li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .img_gallery li .cap {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 5px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.6rem; }
      .img_gallery li .cap:empty {
        display: none; }

.pagination {
  margin: 20px auto;
  text-align: center; }
  .pagination .page_munber,
  .pagination .page_count {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    font-size: 1.4rem; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pagination li {
    margin: 0 2px;
    min-width: 3rem;
    text-align: center;
    background: #666; }
    .pagination li > * {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 8px 5px;
      color: #fff;
      font-weight: 200;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-align: center; }
    .pagination li.spacer, .pagination li.off {
      background: #ccc; }
    .pagination li.current, .pagination li:hover {
      background: #b8885a; }
      .pagination li.current a, .pagination li:hover a {
        opacity: 1; }
      .pagination li.current.spacer, .pagination li.current.off, .pagination li:hover.spacer, .pagination li:hover.off {
        background: #ccc; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 50px 0; }
  .btn_wrap.page_back {
    width: 100%;
    padding: 0; }
    .btn_wrap.page_back .btn {
      padding: 7px 10px 7px 30px;
      font-size: 1.3rem;
      line-height: 1.3rem;
      background: #b8885a url(../images/common/icon_pageback.svg) no-repeat center left 10px/14px 14px;
      color: #fff;
      border-radius: 4px; }
  .btn_wrap .btn {
    margin: 0 0 10px 0; }
    .btn_wrap .btn:last-of-type {
      margin-bottom: 0; }

.btn {
  padding: 5px 15px;
  background: #f80 url(../images/common/icon_arrow01_white.svg) no-repeat center right 10px/16px 16px;
  color: #fff;
  border-radius: 6px;
  font-weight: 100; }
  .btn:hover {
    opacity: 0.6; }
  .btn.link {
    padding: 5px 35px 5px 15px; }
  .btn_back {
    background: #666 url(../images/common/icon_arrow01_white_left.svg) no-repeat center left 10px/16px 16px; }

.nendo::after {
  content: "年度";
  font-size: 1.6rem; }

.month_wrap h4 span::after {
  content: "月";
  font-size: 1.6rem; }

.bulletins_list .textList .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
.bulletins_list .textList .detail_box {
  display: none;
  margin-bottom: 20px; }
  .bulletins_list .textList .detail_box p {
    margin: 15px 0; }
.bulletins_list .textList .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  margin-right: 10px;
  padding: 8px;
  background: #77c7b3;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 20px; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

header {
  padding: 0;
  background: #77c7b3; }
  header .inner {
    padding: 20px 0; }
  header h1 {
    line-height: unset; }

footer {
  background: #2e7d67; }
  footer .navi {
    background: #77c7b3; }
    footer .navi li a span {
      padding: 10px;
      font-size: 1.6rem; }
  footer .copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 1rem;
    color: #fff; }

main {
  position: relative;
  width: 1000px;
  margin: auto; }
  main article {
    position: relative;
    margin-bottom: 50px; }
    main article > section {
      margin-bottom: 60px; }
      main article > section:last-of-type {
        margin-bottom: 0; }
      main article > section h3 {
        margin-bottom: 15px;
        font-size: 2.8rem;
        border-bottom: 2px solid #2e7d67;
        color: #2e7d67; }
      main article > section > section {
        margin-bottom: 30px; }
        main article > section > section h4 {
          margin-bottom: 5px;
          font-size: 2.4rem;
          color: #2e7d67; }
        main article > section > section:last-of-type {
          margin-bottom: 0; }

.navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: auto; }
.navi li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .navi li:first-of-type a span {
    border-left: 1px solid #fff; }
  .navi li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff; }
    .navi li a span {
      display: block;
      border-right: 1px solid #fff; }
  .navi li.on a, .navi li:hover a {
    background: #b8885a; }

.gnavi {
  background: #2e7d67; }
  .gnavi ul {
    width: 1000px;
    margin: auto; }
  .gnavi li a {
    padding: 10px 0; }
    .gnavi li a span {
      padding: 10px; }

.breadcrumbs {
  background: #ccc; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: auto; }
  .breadcrumbs li::after {
    content: "＞";
    display: inline-block;
    margin: 0 1rem;
    font-size: 1rem; }
  .breadcrumbs li:last-of-type::after {
    display: none; }
  .breadcrumbs li a {
    display: inline-block; }
  .breadcrumbs li span {
    font-size: 1rem; }
  .breadcrumbs li.home a {
    padding-left: 1.6rem;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

.mv_wrap {
  margin-bottom: 30px; }

.title_wrap {
  margin: 0;
  padding: 50px 0; }
  .title_wrap h2 {
    font-size: 4rem;
    font-weight: 100;
    color: #2e7d67; }

.map {
  margin: 40px 0; }
  .map iframe {
    display: block;
    width: 100% !important; }

body.home .mv_wrap {
  margin: 30px auto; }
  body.home .mv_wrap img {
    width: 100%;
    border-radius: 10px; }
body.schedules .month_wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc; }
body.schedules .schedule_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.schedules .schedule_list li .date {
    width: 4em; }
  body.schedules .schedule_list li p {
    margin: 0; }
body.schedules .yearLink_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
body.schedules .yearLink_wrap li {
  margin: 5px; }
  body.schedules .yearLink_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 5px;
    background: #77c7b3;
    color: #fff;
    text-align: center;
    border-radius: 4px; }
    body.schedules .yearLink_wrap li a:hover {
      opacity: 0.6; }
body.events.detail article {
  margin-bottom: 80px; }
body.events.detail .date {
  margin: 0 0 10px 0;
  color: #2e7d67; }
body.events.detail .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 3rem; }
  body.events.detail .content p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word; }
body.events.detail .main_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 48%;
  margin-right: 2%; }
  body.events.detail .main_img img {
    width: 100%; }
body.events.detail .img_gallery li {
  width: 49%;
  margin-bottom: 2%; }
body.officers th {
  width: 8em; }
body.officers .rules dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
body.officers .rules dt, body.officers .rules dd {
  margin: 0 0 10px 0;
  padding: 0; }
body.officers .rules dt {
  width: 5em; }
body.officers .rules dd {
  width: calc(100% - 5em); }
body.links .textList li a {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/common/icon_arrow01_black.svg) no-repeat center left/16px 16px; }
  body.links .textList li a:hover {
    opacity: 0.6; }
body.access .main_img {
  width: 40%; }
  body.access .main_img img {
    width: 100%; }
body.access .map {
  width: 100%;
  height: 500px;
  border: none; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  header .inner {
    width: calc(100% - 30px);
    margin: auto;
    padding: 9px 0; }

  footer .navi ul {
    width: 100%; }
  footer .navi li:first-of-type a span {
    border: none !important; }
  footer .navi li a span {
    padding: 15px 0;
    border-left: 1px solid #fff !important; }
  footer .copyright {
    padding: 30px 0; }

  main {
    width: 100%; }
    main article {
      width: calc(100% - 30px);
      margin: 0 auto 30px; }
      main article > section {
        margin-bottom: 30px; }
        main article > section h3 {
          font-size: 2.4rem; }
        main article > section > section h4 {
          font-size: 2.2rem; }

  .breadcrumbs {
    width: 100%;
    overflow: scroll; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      width: 100%;
      padding: 0 5px; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

  .navi ul {
    width: 100%; }
  .navi li:first-of-type a span {
    border: none; }
  .navi li a span {
    border: none; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 9px 10px 10px;
    background: #b8885a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 2px auto;
      border-radius: 10px;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .btn_menu.open {
      background-color: #fff; }
      .btn_menu.open span {
        background: #b8885a; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
        transform: rotate(-45deg) translateY(5px) translateX(-5px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
        transform: rotate(45deg) translateY(-5px) translateX(-5px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #77c7b3; }

  .gnavi {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% - 30px);
      margin: 15px auto; }
      .gnavi ul li {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin: 0;
        padding: 0px;
        border-bottom: 1px solid #ccc; }
        .gnavi ul li:last-of-type {
          border: none; }
        .gnavi ul li a {
          display: block;
          width: 100%;
          height: 100%; }

  .boxList li {
    width: 48%; }

  .img_gallery li {
    width: 48%; }

  .title_wrap {
    margin: 0;
    padding: 20px 0; }
    .title_wrap h2 {
      font-size: 3rem; }

  body.home .mv_wrap img {
    border-radius: 6px; }
  body.events.detail .content {
    display: block; }
  body.events.detail .main_img {
    width: 100%;
    margin: 0 0 20px 0; }
    body.events.detail .main_img img {
      width: 100%; } }
/*-----------------------------*/
/*フォーム PC用 CSS*/
/*-----------------------------*/
input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
textarea {
  padding: 1em;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  textarea:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
textarea,
select {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  textarea:focus,
  select:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
select {
  margin-left: 10px;
  margin-right: 10px; }

input[type="password"].w100,
input[type="date"].w100,
input[type="time"].w100,
input[type="text"].w100,
textarea.w100 {
  width: 100px; }
input[type="password"].w150,
input[type="date"].w150,
input[type="time"].w150,
input[type="text"].w150,
textarea.w150 {
  width: 150px; }
input[type="password"].w200,
input[type="date"].w200,
input[type="time"].w200,
input[type="text"].w200,
textarea.w200 {
  width: 200px; }
input[type="password"].w250,
input[type="date"].w250,
input[type="time"].w250,
input[type="text"].w250,
textarea.w250 {
  width: 250px; }
input[type="password"].w300,
input[type="date"].w300,
input[type="time"].w300,
input[type="text"].w300,
textarea.w300 {
  width: 300px; }
input[type="password"].w350,
input[type="date"].w350,
input[type="time"].w350,
input[type="text"].w350,
textarea.w350 {
  width: 350px; }
input[type="password"].w400,
input[type="date"].w400,
input[type="time"].w400,
input[type="text"].w400,
textarea.w400 {
  width: 400px; }
input[type="password"].w450,
input[type="date"].w450,
input[type="time"].w450,
input[type="text"].w450,
textarea.w450 {
  width: 450px; }
input[type="password"].w500,
input[type="date"].w500,
input[type="time"].w500,
input[type="text"].w500,
textarea.w500 {
  width: 500px; }
input[type="password"].w550,
input[type="date"].w550,
input[type="time"].w550,
input[type="text"].w550,
textarea.w550 {
  width: 550px; }
input[type="password"].w600,
input[type="date"].w600,
input[type="time"].w600,
input[type="text"].w600,
textarea.w600 {
  width: 600px; }
input[type="password"].w650,
input[type="date"].w650,
input[type="time"].w650,
input[type="text"].w650,
textarea.w650 {
  width: 650px; }
input[type="password"].w700,
input[type="date"].w700,
input[type="time"].w700,
input[type="text"].w700,
textarea.w700 {
  width: 700px; }
input[type="password"].w100p,
input[type="date"].w100p,
input[type="time"].w100p,
input[type="text"].w100p,
textarea.w100p {
  width: 100%; }

textarea {
  width: 100%;
  height: 300px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 30px 0 0; }
    input[type="checkbox"] + label::before {
      content: "";
      position: relative;
      display: inline-block;
      margin-right: 5px;
      width: 30px;
      height: 30px;
      background-image: url(../images/form/checkbox.svg);
      background-repeat: no-repeat;
      background-size: cover;
      vertical-align: top; }
    input[type="checkbox"] + label span {
      display: inline-block;
      position: relative;
      top: 4px;
      vertical-align: top; }
  input[type="checkbox"]:checked + label::before {
    background-position: 0px -30px; }
  input[type="checkbox"].required {
    display: inline-block;
    margin-right: 5px; }
    input[type="checkbox"].required + label::before {
      display: none; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    display: inline-block;
    margin: 0 30px 0 0; }
    input[type="radio"] + label::before {
      content: "";
      position: relative;
      display: inline-block;
      margin-right: 5px;
      width: 28px;
      height: 28px;
      background-image: url(../images/form/radiobox.svg);
      background-repeat: no-repeat;
      background-size: cover;
      vertical-align: top; }
    input[type="radio"] + label span {
      position: relative;
      top: 4px;
      vertical-align: top; }
  input[type="radio"]:checked + label::before {
    background-position: 0px -28px; }
  input[type="radio"].required {
    display: inline-block; }
    input[type="radio"].required:first-of-type {
      margin-left: 10px; }
    input[type="radio"].required + label:first-of-type {
      margin-left: 0; }
    input[type="radio"].required + label::before {
      display: none; }

label {
  cursor: pointer; }
  label + span {
    position: relative;
    top: -1.5rem;
    margin-right: 3rem; }

select {
  padding: 1.6rem;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 4px; }

.switch {
  position: relative;
  top: 0.8em;
  display: inline-block; }
  .switch input[type="radio"],
  .switch input[type="checkbox"] {
    display: none !important; }
    .switch input[type="radio"] + label,
    .switch input[type="checkbox"] + label {
      float: left;
      display: block;
      width: auto;
      margin: 0;
      padding: 0.5em;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: none;
      color: #999;
      background-color: #eaeaea;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
              box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset; }
      .switch input[type="radio"] + label:first-of-type,
      .switch input[type="checkbox"] + label:first-of-type {
        border-radius: 6px 0px 0px 6px; }
      .switch input[type="radio"] + label:last-of-type,
      .switch input[type="checkbox"] + label:last-of-type {
        border-radius: 0px 6px 6px 0px;
        border-right: 1px solid #ccc; }
      .switch input[type="radio"] + label::before,
      .switch input[type="checkbox"] + label::before {
        display: none; }
      .switch input[type="radio"] + label span,
      .switch input[type="checkbox"] + label span {
        top: 1px; }
    .switch input[type="radio"]:checked + label,
    .switch input[type="checkbox"]:checked + label {
      color: #fff;
      background-color: #cc0000;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .switch input[type="radio"]:checked + label::before,
      .switch input[type="checkbox"]:checked + label::before {
        display: none; }

button {
  position: relative;
  display: inline-block;
  margin: auto 20px;
  padding: 10px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  button::after {
    width: 30px;
    height: 30px;
    position: absolute; }
  button:hover {
    opacity: 0.6; }
  button.submit {
    background-color: #cc0000;
    color: #fff; }
    button.submit::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }
  button.back {
    background-color: #666;
    color: #fff; }
    button.back::after {
      content: url(../images/common/icon_arrow_left_white.svg);
      left: 15px; }
  button.link {
    background-color: #6699cc;
    color: #fff; }
    button.link::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }

form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  form dl > dt {
    position: relative;
    width: 30%;
    padding-top: 20px;
    margin: 0 0 30px 0;
    color: #2e7d67;
    font-weight: bold;
    font-size: 1.6rem; }
    form dl > dt + dd {
      margin: 0 0 30px 0;
      padding-top: 15px;
      width: 70%; }
      form dl > dt + dd > dl dt {
        width: 15%;
        color: #333;
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        form dl > dt + dd > dl dt:first-of-type {
          padding-top: 0px; }
          form dl > dt + dd > dl dt:first-of-type + dd {
            padding-top: 0px; }
        form dl > dt + dd > dl dt + dd {
          width: 85%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
    form dl > dt.required::after {
      content: "必須";
      position: absolute;
      right: 30px;
      top: 15px;
      display: block;
      padding: 3px 5px;
      background: #cc0000;
      color: #fff;
      font-size: 1.2rem; }
  form dl dd label:first-of-type {
    margin-left: 10px; }
  form dl dd aside {
    display: inline-block;
    font-size: 1.2rem; }
form.confirm dl dt + dd p {
  font-size: 1.6rem; }
form > section {
  padding: 10px; }
  form > section > h3 {
    margin: 0 -10px 10px -10px;
    border-bottom: 3px solid #77c7b3; }
    form > section > h3 span {
      margin: 0 0 0 10px !important;
      padding: 10px;
      font-size: 1.8rem;
      color: #fff;
      background-color: #77c7b3;
      border-radius: 4px 4px 0 0; }
    form > section > h3 + p {
      padding: 0; }

.form .step {
  margin-bottom: 30px; }
  .form .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .form .step ul li {
      position: relative;
      width: 33.3%;
      padding: 15px;
      background-color: #cccccc;
      color: #666666;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      .form .step ul li::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -20px;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-top: -27px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background-color: #cccccc; }
      .form .step ul li:last-child::after {
        display: none; }
      .form .step ul li.on {
        background-color: #ff6600;
        color: #fff; }
        .form .step ul li.on::after {
          background-color: #ff6600; }
      .form .step ul li:nth-of-type(1) {
        z-index: 3; }
      .form .step ul li:nth-of-type(2) {
        z-index: 2; }
      .form .step ul li:nth-of-type(3) {
        z-index: 1; }
      .form .step ul li > span {
        position: relative;
        z-index: 10; }
.form .privacy_wrap h3 {
  margin-bottom: 1.5rem; }
  .form .privacy_wrap h3 span {
    display: inline-block;
    margin: 1rem 0;
    font-size: 2rem; }
.form .privacy_wrap .privacy {
  height: 200px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ccc; }
  .form .privacy_wrap .privacy > section {
    margin-bottom: 40px; }
    .form .privacy_wrap .privacy > section:last-of-type {
      margin-bottom: 0; }
    .form .privacy_wrap .privacy > section h4 {
      margin-bottom: 10px;
      color: #333;
      font-size: 1.6rem; }
    .form .privacy_wrap .privacy > section h5 {
      margin-bottom: 0.5rem;
      color: #333;
      font-size: 1.4rem; }
    .form .privacy_wrap .privacy > section section {
      margin-top: 20px; }
  .form .privacy_wrap .privacy > .number {
    counter-increment: number; }
    .form .privacy_wrap .privacy > .number > h4::before {
      content: counter(number,decimal) ". ";
      position: relative;
      top: 0;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 0.3rem;
      color: #333;
      background: none; }
  .form .privacy_wrap .privacy .list_number {
    counter-reset: list_number; }
    .form .privacy_wrap .privacy .list_number > li {
      counter-increment: list_number; }
      .form .privacy_wrap .privacy .list_number > li::before {
        content: "（" counter(list_number,decimal) "）"; }
  .form .privacy_wrap .privacy .list_conf {
    counter-reset: list_conf; }
    .form .privacy_wrap .privacy .list_conf > li {
      counter-increment: list_conf;
      margin-left: 1em;
      text-indent: -1em; }
      .form .privacy_wrap .privacy .list_conf > li::before {
        content: "＊" counter(list_conf,decimal) " "; }
  .form .privacy_wrap .privacy .list {
    margin-left: 2em; }
    .form .privacy_wrap .privacy .list > li {
      list-style-type: decimal; }
  .form .privacy_wrap .privacy ul li .list {
    margin-left: 4em; }
.form .privacy_wrap .privacy_check {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 8px; }
  .form .privacy_wrap .privacy_check label {
    position: relative;
    top: -7px;
    margin: 7px 0 0 0; }
    .form .privacy_wrap .privacy_check label span {
      color: #cc0000;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .privacy_wrap .privacy_check label span::after {
        content: "必須";
        display: inline-block;
        padding: 3px 5px;
        margin-left: 10px;
        background: #cc0000;
        color: #fff;
        font-size: 1.2rem; }
.form .comp_message {
  margin: 50px auto;
  text-align: center; }

@media only screen and (max-width: 680px) {
  input {
    margin-bottom: 5px; }

  input[type="text"].w100,
  textarea.w100 {
    width: 65%; }
  input[type="text"].w150,
  textarea.w150 {
    width: 65%; }
  input[type="text"].w200,
  textarea.w200 {
    width: 65%; }
  input[type="text"].w250,
  textarea.w250 {
    width: 65%; }
  input[type="text"].w300,
  textarea.w300 {
    width: 65%; }
  input[type="text"].w350,
  textarea.w350 {
    width: 65%; }
  input[type="text"].w400,
  textarea.w400 {
    width: 65%; }
  input[type="text"].w450,
  textarea.w450 {
    width: 65%; }
  input[type="text"].w500,
  textarea.w500 {
    width: 65%; }
  input[type="text"].w550,
  textarea.w550 {
    width: 65%; }
  input[type="text"].w600,
  textarea.w600 {
    width: 65%; }
  input[type="text"].w650,
  textarea.w650 {
    width: 65%; }
  input[type="text"].w700,
  textarea.w700 {
    width: 65%; }
  input[type="text"].w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: auto;
      margin-bottom: 2px; }
      .form .step ul li:first-child {
        border-radius: 4px 4px 0 0; }
      .form .step ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .form .step ul li::after {
        display: none; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: block;
      margin: auto; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }

/*# sourceMappingURL=style.css.map */