/******************************************************************
Theme Name: 目隠しフェンスつくり隊
******************************************************************/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html, body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-display: swap;
  line-height: 1.75em;
  text-decoration: none;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 4vw;
  }
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, picture, figure, :before, :after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section, main, picture, figure { 
  display: block;
  box-sizing: border-box;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul, li {
  list-style: none;
  list-style-type: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
table {
  border-collapse: collapse;
}

/*---------------------------------*/
p, a, span, b, strong, i, italic {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input[type="submit"]:hover ,
label {
  cursor: pointer;
}

label input {
  vertical-align: middle;
}

p a, span a, li a {
}

p a:hover, span a:hover, li a:hover {
}

h2, h3, h4 {
  line-height: 1.3em;
}


/*---------------------------------*/
body {
}

#wrap {
  width: 1040px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
}

#main {
}

.text p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  #wrap {
    width: 100%;
    min-width: initial;
    padding: 0;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: .35s ease-in-out;
}


/* header */
/*---------------------------------*/
#header {
}

#header #header_bar {
  padding: .5em 0;
}

#header #header_bar h1 {
  font-size: .73rem;
  font-weight: 400;
  line-height: 1.4em;
}

#header #common_header {
  background: #79B27C url(./img/header.png) no-repeat left top / cover;
  padding: 20px 5px 5px;
}

#header #common_header .information {
  width: 285px;
  background-color: rgba(255, 255, 255, .6);
  margin-left: auto;
  padding: 15px 5px 5px;
  border-radius: 5px;
}

#header #common_header .information .title {
  width: 267px;
  margin: -25px auto 5px;
}

#header #common_header .information .tel {
  width: 267px;
  margin-bottom: 5px;
}

#header #common_header .information .cols2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#header #common_header .information .col1 {
  padding-right: 5px;
}

#header #common_header .information .hours {
}

#header #common_header .information .btn {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {

  #header #header_bar {
    overflow:hidden;
  }

  #header #header_bar h1 {
    display:inline-block;
    white-space:nowrap;
    -moz-animation-name:marquee;
    -moz-animation-duration:16s;
    -moz-animation-timing-function:linear;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-name:marquee;
    -webkit-animation-duration:16s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-duration:16s;
    -o-animation-timing-function:linear;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-duration:16s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
  }

  @-webkit-keyframes marquee {
    from {margin-left:100%; width:100%;}
    to {margin-left:-100%; width:100%;}
  }
  @-moz-keyframes marquee {
    from {margin-left:100%; width:100%;}
    to {margin-left:-100%; width:100%;}
  }
  @-o-keyframes marquee {
    from {margin-left:100%; width:100%;}
    to {margin-left:-100%; width:100%;}
  }
  @keyframes marquee {
    from {margin-left:100%; width:100%;}
    to {margin-left:-100%; width:100%;}
  }

  #header #common_header {
    background-size: 136% auto;
    padding: 23.125vw 1.5vw 1.5vw;
  }

  #header #common_header .information {
    width: 100%;
    margin: 0;
    padding: 4.5vw 1.5vw 1.5vw;
    border-radius: 1.5vw;
  }

  #header #common_header .information .title {
    width: 90vw;
    margin: -7.5vw auto 1.5vw;
  }

  #header #common_header .information .tel {
    width: 88vw;
    margin-bottom: 1.5vw;
  }

  #header #common_header .information .col1 {
    width: 69%;
    padding-right: 2%;
  }

  #header #common_header .information .btn {
    margin-top: 1.5vw;
  }

  #header #common_header .information .col2 {
    width: 31%;
  }
}


/* drawer */
/*---------------------------------*/
#g_navi {
  z-index: 200;
  width: 100%;
}

#g_navi .menu {
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
}

#g_navi .menu li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #000;
}

#g_navi .menu li:not(:last-child) {
  margin-right: 5px;
}

#g_navi .menu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d3d3df 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3df 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#d3d3df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3df',GradientType=0 );
  border-top: 3px solid #436998;
  border-bottom: 3px solid #436998;
}

#g_navi .menu li:nth-child(2) a {
  border-color: #659E9A;
}
#g_navi .menu li:nth-child(3) a {
  border-color: #E7BF26;
}
#g_navi .menu li:nth-child(4) a {
  border-color: #616D3D;
}
#g_navi .menu li:nth-child(5) a {
  border-color: #C43C2A;
}
#g_navi .menu li:nth-child(6) a {
  border-color: #4D333A;
}
#g_navi .menu li:nth-child(7) a {
  border-color: #636E74;
}

#g_navi .menu li a:hover {
  color: #436998;
}
#g_navi .menu li:nth-child(2) a:hover {
  color: #659E9A;
}
#g_navi .menu li:nth-child(3) a:hover {
  color: #E7BF26;
}
#g_navi .menu li:nth-child(4) a:hover {
  color: #616D3D;
}
#g_navi .menu li:nth-child(5) a:hover {
  color: #C43C2A;
}
#g_navi .menu li:nth-child(6) a:hover {
  color: #4D333A;
}
#g_navi .menu li:nth-child(7) a:hover {
  color: #636E74;
}

@media screen and (max-width: 640px) {
  #g_navi {
    position: fixed;
    top: 0;
    right: -80vw;
    z-index: 300;
    width: 80vw;
    height: 100%;
    overflow: hidden;
    background-color: #436998;
    padding-top: 60px;
    transition: .35s ease-in-out;
  }

  #g_navi .cover {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
  }

  #g_navi .menu {
    display: block;
    padding: 0 3vw;
  }

  #g_navi .menu li {
    border: 0;
  }

  #g_navi .menu li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }

  #g_navi .menu li a {
    display: block;
    height: auto;
    background: transparent;
    padding: 1em 0;
    border: 0;
    color: #fff;
  }

  #g_navi .menu li a:hover {
    color: #fff !important;
  }

  #menu_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #436998;
    padding: 10px;
    z-index: 400;
    transition: background .35s ease-in-out;
  }

  #menu_btn > div {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  #menu_btn span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: auto;
    transition: .35s ease-in-out;
  }

  #menu_btn span:nth-child(1) {
    top: 3px;
  }
  #menu_btn span:nth-child(2) {
    top: 14px;
  }
  #menu_btn span:nth-child(3) {
    top: 25px
  }

  /* nav open */
  body.open {
    overflow: hidden;
  }

  body.open #overlay {
    z-index: 200;
    opacity: .6;
  }

  body.open #g_navi  {
    transform: translate3d(-80vw,0,0);
  }

  body.open #menu_btn span {
    background: #fff;
  }

  body.open #menu_btn span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }
  body.open #menu_btn span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  body.open #menu_btn span:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
  }
}


/* footer */
/*---------------------------------*/
#footer {
}

#section_bottom {
  max-width: 910px;
  margin: 15px auto 30px;
}

#section_bottom .banner {
  margin-bottom: 15px;
}

#page_top {
  margin: 30px 0 20px;
  text-align: right;
}

#page_top a {
  font-size: .86rem;
  text-decoration: underline;
}

#page_top a:hover {
  color: #C43C2A;
  text-decoration: none;
}

#page_top a:before {
  content: "\25B2";
}

#f_navi {
}

#f_navi .menu {
  padding: .5em 1em;
  border-top: 1px dotted #436998;
  border-bottom: 1px dotted #436998;
  text-align: center;
}

#f_navi .menu li {
  display: inline-block;
}

#f_navi .menu li:not(:last-child):after {
  content: "\FF5C";
  font-size: .86rem;
}

#f_navi a {
  display: inline-block;
  font-size: .86rem;
  text-decoration: underline;
}

#f_navi a:hover {
  color: #C43C2A;
  text-decoration: none;
}

#information {
  margin: 15px 0 40px;
  font-size: .86rem;
  text-align: center;
  line-height: 1.4em;
}

#information .info_header {
  margin-bottom: 1em;
}

#information .info_header h3 {
  color: #436998;
  font-size: .93rem;
  font-weight: 700;
}

#information .branch dl {
  margin-bottom: 1em;
}

#information .branch dt {
  font-weight: 700;
}

#information .contact {
  margin-bottom: 30px;
}

#information .copyright small {
  font-size: .86rem;
}

@media screen and (max-width: 640px) {
  #section_bottom {
    margin: 4.5vw 1.5vw 9vw;
  }

  #section_bottom .banner {
    margin-bottom: 1.5vw;
  }

  #page_top {
    margin: 9vw 0 6vw;
  }

  #information {
    margin: 4.5vw 0 12vw;
  }

  #information .contact {
    margin-bottom: 9vw;
  }
}


/* fixed_navi */
/*---------------------------------*/
#fixed_navi {
  display: none;
}

@media screen and (max-width: 640px) {
  #fixed_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #436998;
  }

  #fixed_navi .menu {
    display: -webkit-flex;
    display: flex;
  }

  #fixed_navi .menu li {
    width: 34%;
  }

  #fixed_navi .menu li:not(:last-child) {
    border-right: 1px solid #fff;
  }

  #fixed_navi .menu li a {
    display: block;
    background: no-repeat center top 2vw / auto 10vw;
    padding: 14vw 1vw 1vw;
    color: #fff;
    font-size: .8rem;
    text-align: center;
    line-height: 1.2em;
  }

  #fixed_navi .menu .check a {
    background-image: url(./img/check-solid.svg);
  }
  #fixed_navi .menu .phone a {
    background-image: url(./img/phone-square-solid.svg);
  }
  #fixed_navi .menu .calc a {
    background-image: url(./img/calculator-solid.svg);
  }
}


/*---------------------------------*/
/* TOP */
/*---------------------------------*/

/* mv */
/*---------------------------------*/
#mv_slider,
#mv_slider .flickity-viewport {
  height: 500px !important;
}

#mv_slider .image {
  height: 100%;
}

#mv_slider img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #mv_slider,
  #mv_slider .flickity-viewport {
    height: 48vw !important;
  }
}


/* section_feature */
/*---------------------------------*/
#section_feature {
  margin: 10px 0 15px;
}

#section_feature .section_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#section_feature .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 336px;
  padding: 5px;
  border: 3px dotted #436998;
  border-radius: 10px;
}

#section_feature .box:not(:last-child) {
  margin-right: 5px;
}

#section_feature .box h3 {
  background-color: #4D333A;
  margin-bottom: 10px;
  padding: 8px 10px;
  color: #E7BF26;
  font-size: .86rem;
  border-radius: 8px;
  text-align: center;
}

#section_feature .box .image {
  width: 68%;
}

#section_feature .box .list {
  width: 98%;
  background: url(./img/top/img_ranking.png) no-repeat right bottom / 30% auto;
  padding-bottom: .5em;
}

#section_feature .box .list li {
  background: no-repeat left center / 3rem auto;
  padding: .3rem 0 .3rem 3.3rem;
  color: #5A3D1B;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.4em;
}

#section_feature .box .list li:nth-child(1) {
  background-image: url(./img/top/img_ranking01.png);
}
#section_feature .box .list li:nth-child(2) {
  background-image: url(./img/top/img_ranking02.png);
}
#section_feature .box .list li:nth-child(3) {
  background-image: url(./img/top/img_ranking03.png);
}

#section_feature .box .btn {
  width: 200px;
  margin: auto auto 0;
}

#section_feature .box .btn a {
  display: block;
  background-color: #F2CBAA;
  padding: 3px;
  border-radius: 8px;
  border: 1px solid #C43C2A;
  font-size: .86rem;
  text-align: center;
}

#section_feature .box .btn a:before {
  content: "\25B6";
  margin-right: .2em;
  color: #C43C2A;
  font-size: .8rem;
}

#section_feature .box .btn a:hover {
  color: #C43C2A;
  text-decoration: underline;
}

#section_feature .box .btn2 {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  #section_feature {
    margin: 3vw 3vw 4.5vw;
  }

  #section_feature .box {
    width: 100%;
    padding: 1.5vw;
    border-radius: 3vw;
  }

  #section_feature .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3vw;
  }

  #section_feature .box h3 {
    width: 100%;
    margin-bottom: 3vw;
    padding: .5em;
    border-radius: 2vw;
  }

  #section_feature .box .btn {
    width: 60%;
  }

  #section_feature .box .btn a {
    padding: 1vw;
    border-radius: 2vw;
  }

  #section_feature .box .btn2 {
    margin-top: 1.5vw;
  }
}


/* section_news */
/*---------------------------------*/
#section_news {
  margin: 15px 0 10px;
}

#section_news .section_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#section_news .box {
  margin-bottom: 5px;
}

#section_news .gallery {
  width: 335px;
  margin-right: 10px;
}

#section_news .news {
  width: calc(100% - 345px);
}

#section_news .blog {
  width: calc(50% - 5px);
  margin-right: 10px;
}

#section_news .voice {
  width: calc(50% - 5px);
}

#section_news .box_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  height: 36px;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 .5em;
  border-radius: 3px;
}

#section_news .box_header h3 {
  color: #fff;
  font-size: 1.33rem;
  font-weight: 700;
}

#section_news .gallery .box_header {
  background-color: #C43C2A;
}
#section_news .news .box_header {
  background-color: #659E9A;
}
#section_news .blog .box_header {
  background-color: #E7BF26;
}
#section_news .voice .box_header {
  background-color: #436998;
}

#section_news .box_header a {
  display: inline-block;
  background-color: #fff;
  margin-left: auto;
  padding: 0 10px;
  border-radius: 6px;
  color: #666;
  font-size:.93rem;
  font-weight: 700;
}

#section_news .box_header a:hover {
  color: #C43C2A;
  text-decoration: underline;
}

#section_news .box_body {
}

#section_news .gallery .box_body {
  padding: 0 25px;
}

#section_news .box_body .list li {
  display: -webkit-flex;
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

#section_news .box_body .list time {
  width: 7rem;
  font-size: .86rem;
}

#section_news .box_body .list a {
  width: calc(100% - 7rem);
  color: #C43C2A;
  font-weight: 700;
  line-height: 1.4em;
}

@media screen and (max-width: 640px) {
  #section_news {
    margin: 4.5vw 3vw 3vw;
  }

  #section_news .box {
    margin-bottom: 4.5vw;
  }

  #section_news .gallery {
    width: 100%;
    margin-right: 0;
  }

  #section_news .news {
    width: 100%;
  }

  #section_news .blog {
    width: 100%;
    margin-right: 0;
  }

  #section_news .voice {
    width: 100%;
  }

  #section_news .box_header {
    height: 2.5rem;
    margin-bottom: 1.5vw;
    border-radius: 1vw;
  }

  #section_news .box_header a {
    padding: 0 3vw;
    border-radius: 1.5vw;
  }

  #section_news .gallery .box_body {
    padding: 0 7.5vw;
  }

  #section_news .box_body .list li {
    padding: 3vw 0px;
  }

  #section_news .box_body .list time {
    width: 5.5rem;
  }

  #section_news .box_body .list a {
    width: calc(100% - 5.5rem);
  }
}


/* m_navi_wrap */
/*---------------------------------*/
#m_navi_wrap {
  margin: 10px 0 30px;
}

#m_navi_wrap .m_navi .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#m_navi_wrap .m_navi .menu li {
  width: 110px;
  margin: 0 3px;
}

#m_navi_wrap .m_navi .menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 110px;
  height: 110px;
  background-color: #436998;
  border-radius: 50%;
  color: #fff;
  font-size:.93rem;
  font-weight: 700;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
}

#m_navi_wrap .m_navi .menu li:nth-child(2) a {
  background-color: #C43C2A;
}
#m_navi_wrap .m_navi .menu li:nth-child(3) a {
  background-color: #659E9A;
}
#m_navi_wrap .m_navi .menu li:nth-child(4) a {
  background-color: #E7BF26;
}
#m_navi_wrap .m_navi .menu li:nth-child(5) a {
  background-color: #616D3D;
}
#m_navi_wrap .m_navi .menu li:nth-child(6) a {
  background-color: #636E74;
}
#m_navi_wrap .m_navi .menu li:nth-child(7) a {
  background-color: #4D333A;
}

@media screen and (max-width: 640px) {
  #m_navi_wrap {
    margin: 3vw 3vw 9vw;
  }

  #m_navi_wrap .m_navi .menu li {
    width: 28vw;
    margin: 1vw;
  }

  #m_navi_wrap .m_navi .menu a {
    width: 28vw;
    height: 28vw;
  }
}


/* section_reason */
/*---------------------------------*/
#section_reason {
  max-width: 910px;
  background: url(./img/top/img_kimeta01a_0410.png) repeat center top;
  margin: 30px auto 15px;
  border-radius: 10px;
}

#section_reason .section_inner {
  display: -webkit-flex;
  display: flex;
  background: url(./img/top/img_kimeta01b.png) no-repeat left 8% center;
  padding: 10px 30px;
}

#section_reason .list {
  width: 460px;
  margin-left: auto;
}

#section_reason .list li {
  background: url(./img/top/top_reason_bg_upper.png) no-repeat left top / 100% auto, url(./img/top/top_reason_bg_bottom.png) no-repeat left bottom / 100% auto;
  padding: 16px 0;
}

#section_reason .list li:not(:last-child) {
  margin-bottom: 5px;
}

#section_reason .list .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url(./img/top/top_reason_bg.png) repeat-y left top / 100% auto;
  padding: 0 10px 0 15px;
}

#section_reason .list .box h3 {
  width: 130px;
  margin-right: 15px;
  color: #616D3D;
  font-size: 1.06rem;
  font-weight: 700;
  text-align: center;
}

#section_reason .list .box02 h3 {
  color: #C43C2A;
}
#section_reason .list .box03 h3 {
  color: #E7BF26;
}

#section_reason .list .box p {
  width: calc(100% - 126px);
  font-size: .8rem;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  #section_reason {
    margin: 9vw 3vw 4.5vw;
    border-radius: 3vw;
  }

  #section_reason .section_inner {
    background: url(./img/top/img_kimeta01b.png) no-repeat left 8% center;
    background-position: center top 1.5vw;
    background-size: auto 46vw;
    padding: 42vw 3vw 3vw;
  }

  #section_reason .list {
    width: 100%;
    margin-left: 0;
  }

  #section_reason .list li {
    padding: 2.8vw 0;
  }

  #section_reason .list li:not(:last-child) {
    margin-bottom: 1.5vw;
  }

  #section_reason .list .box {
    padding: 0 3vw;
  }

  #section_reason .list .box h3 {
    width: 34vw;
    margin-right: 3vw;
  }

  #section_reason .list .box p {
    width: calc(100% - 37vw);
  }
}


/* common_section */
/*---------------------------------*/
.common_section {
  margin-bottom: 40px;
}

.common_section .section_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url(./img/sub/bg_sub.png) no-repeat right 10px center;
  height: 50px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
}

.common_section.kodawari .section_header {
  background-color: #436998;
}
.common_section.q_a .section_header {
  background-color: #659E9A;
}
.common_section.nagare .section_header {
  background-color: #E7BE24;
}
.common_section.blog .section_header {
  background-color: #4D333A;
}
#form_personal.common_section .section_header {
  background-color: #DA687F;
}
#form_business.common_section .section_header {
  background-color: #436998;
}

.common_section .section_header .title {
  color: #fff;
  font-size: 1.33rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .common_section {
    margin: 6.25vw 0;
    padding: 0 1.5vw;
  }

  .common_section .section_header {
    background-image: none;
    height: auto;
    min-height: 1.8em;
    margin-bottom: 1em;
    padding: .5em;
  }
}


/* dot_box_list */
/*---------------------------------*/
.dot_box_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dot_box_list .item {
  border: 3px dotted;
  border-radius: 10px;
}

.kodawari .dot_box_list .item {
  border-color: #436998;
}
.q_a .dot_box_list .item {
  border-color: #659E9A;
}
.nagare .dot_box_list .item {
  border-color: #E7BF26;
}


/* kodawari_about */
/*---------------------------------*/
#kodawari_about .section_body {
  background: url(./img/sub/illust_an05a.gif) no-repeat left 20px bottom 20px / auto 183px;
  padding: 20px 40px 20px 220px;
  border: 2px solid #F74769;
  border-radius: 15px;
}

#kodawari_about .section_body h3 {
  padding-bottom: .5em;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  #kodawari_about .section_body {
    background-position: center bottom 2.34vw;
    background-size: auto 40vw;
    padding: 2.34vw 2.34vw 44vw ;
  }
}


/* kodawari_what */
/*---------------------------------*/
#kodawari_what .dot_box_list {
  margin-bottom: -15px;
}

#kodawari_what .dot_box_list .item {
  width: 330px;
  margin-bottom: 15px;
  padding: 15px;
}

#kodawari_what .dot_box_list .item.item1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#kodawari_what .dot_box_list .item.item1 .item_inner1 {
  width: 294px;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 {
  width: calc(100% - 324px);
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 h4 {
  padding-bottom: .5em;
  border-bottom: 2px solid #436998;
  font-size: 1.33rem;
  font-weight: 700;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .text {
  margin: 1em 0;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .table {
  width: 100%;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .table th,
#kodawari_what .dot_box_list .item.item1 .item_inner2 .table td {
  padding: .5em;
  border: 2px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .table th {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3em;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .table tr:first-child th {
  background-color: #F1F9D7;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .table td {
  width: 13.8%;
  min-height: 2em;
  color: #F3690C;
  font-size: 2rem;
  font-weight: 700;
}

#kodawari_what .dot_box_list .item.item1 .item_inner2 .note {
  font-size: .8rem;
  text-align: right;
}

#kodawari_what .dot_box_list .item:not(:nth-child(3n+1)) {
  margin-right: 15px;
}

#kodawari_what .dot_box_list .item h3 {
  margin-bottom: .5em;
  padding: .5em 0;
  border-bottom: 2px dotted #97C756;
  font-size: 1.33rem;
}

#kodawari_what .dot_box_list .item .text {
  font-size: .93rem;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  #kodawari_what .dot_box_list {
    margin-bottom: -4.68vw;
  }

  #kodawari_what .dot_box_list .item {
    width: 100%;
    margin-bottom: 4.68vw;
    padding: 2.34vw;
  }

  #kodawari_what .dot_box_list .item.item1 .item_inner1,
  #kodawari_what .dot_box_list .item.item1 .item_inner2 {
    width: 100%;
  }

  #kodawari_what .dot_box_list .item.item1 .item_inner2 h4 {
    margin-top: 1.5em;
    font-size: 1.13rem;
  }

  #kodawari_what .dot_box_list .item.item1 .item_inner2 .table th,
  #kodawari_what .dot_box_list .item.item1 .item_inner2 .table td {
    padding: .3em;
  }

  #kodawari_what .dot_box_list .item.item1 .item_inner2 .table th {
    font-size: .8rem;
  }

  #kodawari_what .dot_box_list .item.item1 .item_inner2 .table td {
    min-height: 2em;
    font-size: 1rem;
  }

  #kodawari_what .dot_box_list .item:not(:nth-child(3n+1)) {
    margin-right: 0;
  }
}


/* kodawari_banner */
/*---------------------------------*/
#kodawari_banner {
  max-width: 910px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 640px) {
  #kodawari_banner {
    margin: 0 1.5vw 3.125vw;
  }
}


/* q_a */
/*---------------------------------*/
#q_a_1 .lead {
  height: 323px;
  background: url(./img/sub/illust_qa01.png) no-repeat left center;
  padding: 85px 126px 0;
}

#q_a_1 .lead .question {
  width: 374px;
}

#q_a_1 .lead .question li {
  background: url(./img/sub/icon_q01.gif) no-repeat left center / auto 1rem;
  margin: .5em 0;
  padding-left: 1em;
  line-height: 1.4em;
}

#q_a_2 .section_body {
  background: url(./img/sub/illust_qa02.gif) no-repeat right 100px bottom / 182px auto;
  padding-bottom: 50px;
}

#q_a_5 .section_body {
  background: url(./img/sub/illust_qa03.png) no-repeat right 100px bottom / 200px auto;
  padding-bottom: 50px;
}

.common_section.q_a .dot_box_list {
  margin-bottom: -10px;
}

.common_section.q_a .dot_box_list .item {
  width: 500px;
  margin: 0 5px 10px;
  padding: 15px;
}

.common_section.q_a .dot_box_list .item dt {
  margin-bottom: .5em;
  padding-left: 3.5em;
  padding-bottom: .5em;
  border-bottom: 2px dotted #75ABD0;
  color: #5E88A8;
  font-size: .93rem;
  line-height: 1.4em;
  text-indent: -3.8em;
}

.common_section.q_a .dot_box_list .item dd {
  padding-left: 3.5em;
  font-size: .93rem;
  line-height: 1.6em;
  text-indent: -3.8em;
}

@media screen and (max-width: 640px) {
  #q_a_1 .lead {
    height: auto;
    background: url(./img/sub/sp_illust_qa01.png) no-repeat center bottom 2.34vw / auto 40vw;
    padding: 2.34vw 2.34vw 44vw ;
  }

  #q_a_1 .lead .question {
    width: 100%;
  }

  #q_a_2 .section_body {
    background-position: center bottom;
    background-size: 28vw auto;
    padding-bottom: 30vw;
  }

  #q_a_5 .section_body {
    background-position: center bottom;
    background-size: 31.25vw auto;
    padding-bottom: 36vw;
  }

  .common_section.q_a .dot_box_list {
    margin-bottom: -4.68vw;
  }

  .common_section.q_a .dot_box_list .item {
    width: 100%;
    margin: 0 0 4.68vw;
    padding: 2.34vw;
  }
}


/* nagare_banner */
/*---------------------------------*/
#nagare_banner {
  max-width: 910px;
  margin: 0 auto;
}

#nagare_banner .btn {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #nagare_banner {
    margin: 0 1.5vw;
  }

  #nagare_banner .btn {
    margin: 3.125vw 0;
  }
}


/* nagare_flow */
/*---------------------------------*/
#nagare_flow .dot_box_list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}

#nagare_flow .dot_box_list:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#nagare_flow .dot_box_list .item {
  position: relative;
  width: 475px;
  margin: 0 10px;
  padding: 15px;
}

#nagare_flow .dot_box_list .item:after {
  content: "";
  position: absolute;
  display:block;
  width: 0;
  height: 0;
  margin: auto;
}

#nagare_flow .dot_box_list .item:nth-child(odd):after {
  top: 0;
  bottom: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
#nagare_flow .dot_box_list .item:nth-child(even):after {
  right: 0;
  left: 0;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

#nagare_flow .dot_box_list .item01:after,
#nagare_flow .dot_box_list .item05:after {
  right: -36px;
  border-left: 15px solid #E7BF26;
}
#nagare_flow .dot_box_list .item02:after,
#nagare_flow .dot_box_list .item06:after {
  bottom: -36px;
  border-top: 15px solid #E7BF26;
}
#nagare_flow .dot_box_list .item03:after,
#nagare_flow .dot_box_list .item07:after {
  left: -36px;
  border-right: 15px solid #E7BF26;
}
#nagare_flow .dot_box_list .item04:after,
#nagare_flow .dot_box_list .item08:after {
  bottom: -36px;
  border-top: 15px solid #E7BF26;
}

#nagare_flow .dot_box_list .item dt {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 5px double #E7BF26;
  color: #E7BF26;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.4em;
}

#nagare_flow .dot_box_list .item dd {
  min-height: 100px;
  background: no-repeat right top;
  background-size: 20% auto;
  padding-right: 24%;
  font-size: .93rem;
  line-height: 1.6em;
}

#nagare_flow .dot_box_list .item01 dd {
  background-image: url(./img/sub/illust_yn01.gif);
}
#nagare_flow .dot_box_list .item02 dd {
  background-image: url(./img/sub/illust_yn02.gif);
  background-size: 24% auto;
}
#nagare_flow .dot_box_list .item03 dd {
  background-image: url(./img/sub/illust_yn03.gif);
  background-size: 22% auto;
}
#nagare_flow .dot_box_list .item04 dd {
  background-image: url(./img/sub/illust_yn04.gif);
}
#nagare_flow .dot_box_list .item06 dd {
  background-image: url(./img/sub/illust_yn06.gif);
}

@media screen and (max-width: 640px) {
  #nagare_flow .dot_box_list {
    margin-bottom: 0;
  }

  #nagare_flow .dot_box_list:nth-child(even) {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  #nagare_flow .dot_box_list .item {
    width: 100%;
    margin: 0 0 7.8vw;
    padding: 2.34vw;
  }

  #nagare_flow .dot_box_list .item:nth-child(odd):after,
  #nagare_flow .dot_box_list .item:nth-child(even):after {
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    bottom: -5.6vw !important;
    border-top: 2.34vw solid #E7BF26 !important;
    border-right: 1.4vw solid transparent !important;
    border-bottom: 0 !important;
    border-left: 1.4vw solid transparent !important;
  }

  #nagare_flow .dot_box_list .item09:after {
    content: none !important;
    padding: 0 !important;
  }
}


/* col2_layout */
/*---------------------------------*/
.col2_layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.col2_layout_main {
  width: 730px;
  margin-right: 15px;
}

.col2_layout_side {
  width: 275px;
}

@media screen and (max-width: 640px) {
  .col2_layout {
    margin-bottom: 6.25vw;
  }

  .col2_layout_main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.25vw;
  }

  .col2_layout_side {
    width: 100%;
  }
}


/* blog */
/*---------------------------------*/
.common_section.blog {
}

.common_section.blog .section_body_header {
  margin-bottom: 15px;
  padding: 5px 0;
  border-bottom: 3px solid #C43C2A;
}

.common_section.blog .section_body_header .title {
  font-size: 1.33rem;
}

.common_section.blog .section_body_header .title:before {
  content: "\25A0";
  margin: .5em;
  color: #C43C2A;
  font-size: 1rem;
}

.common_section.blog .list {
}

.common_section.blog .item {
  margin-bottom: 30px;
}

.common_section.blog .item .title {
  margin-bottom: .5em;
  padding-left: .5em;
  border-left: .5rem solid #C43C2A;
  font-size: 1.2rem;
  font-weight: 700;
}

.common_section.blog .item .note {
  background-color: #F3F3F3;
  padding: .6rem 1rem;
  color: #999;
  font-size: 0.73rem;
  text-align: right;
  line-height: 1.4em;
}

.common_section.blog .item .note a {
  color: #436998;
}

.common_section.blog .item .note a:hover {
  color: #C43C2A;
}

.common_section.blog .item .note .category {
  margin-right: 1em;
}

.common_section.blog .item .note .tag {
  margin-top: .3rem;
}

.common_section.blog .item .note .tag a:not(:last-child):after {
  content: "\FF5C";
  color: #999;
}

@media screen and (max-width: 640px) {
  .common_section.blog .section_body_header {
    margin-bottom: 1rem;
    padding: .5em 0;
  }

  .common_section.blog .item {
    margin-bottom: 5vw;
  }

  .common_section.blog .item .title {
    font-size: 1.06rem;
  }
}


/* common_article */
/*---------------------------------*/
.common_article .article_body {
  margin: 2rem 0;
}

.common_article .article_body h2 {
  margin: 3rem 0 1.5rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #C43C2A;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
}

.common_article .article_body h3 {
  margin: 3rem 0 1.5rem;
  padding-left: .5rem;
  border-left: .6rem solid #C43C2A;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.4em;
}

.common_article .article_body h4 {
  margin: 3rem 0 .8rem;
  padding-left: .5rem;
  border-left: .3rem solid #C43C2A;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.4em;
}

.common_article .article_body p {
  margin: 1rem 0;
}

.common_article .article_body a {
  color: #C43C2A;
  text-decoration: underline;
}

.common_article .article_body img {
  width: initial;
  margin-bottom: 1.5rem;
}

.common_article .article_body img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.common_article .article_body img.alignright {
  float: right;
  margin-left: 1.5rem;
}

.common_article .article_body img.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.common_article .article_body ul {
  list-style-type: disc;
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.common_article .article_body ol {
  list-style-type: decimal;
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.common_article .article_body blockquote {
  position: relative;
  background-color: #f0f0f0;
  margin: 1.5rem 0;
  padding: 1.5rem 2rem;
}

.common_article .article_body blockquote:before,
.common_article .article_body blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: .8rem;
  border: 2px solid #222;
}

.common_article .article_body blockquote:before {
  left: 0;
  border-right: 0;
}

.common_article .article_body blockquote:after {
  right: 0;
  border-left: 0;
}

.common_article .article_body blockquote p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .common_article .article_body h2 {
    font-size: 1.6rem;
    line-height: 1.3em;
  }

  .common_article .article_body h3 {
    padding: 1em .5em;
    line-height: 1.3em;
  }

  .common_article .article_body h4 {
    line-height: 1.3em;
  }

  .common_article .article_body img,
  .common_article .article_body img.aligncenter,
  .common_article .article_body img.alignright,
  .common_article .article_body img.alignleft {
    float: none;
    width: 100%;
    margin: 1.5rem auto;
  }

  .common_article .article_body blockquote {
    padding: 1.5rem 1rem;
  }
}


/* pagination */
/*---------------------------------*/
.pagination {
  margin-top: 40px;
}

.pagination .wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2rem;
  height: 1.2rem;
  color: #333;
  transition: background .3s, color .3s;
}

.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi a:hover {
  color: #C43C2A;
}

.pagination .wp-pagenavi .first,
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink,
.pagination .wp-pagenavi .last {
  position: relative;
  color: transparent !important;
}

.pagination .wp-pagenavi .first:before,
.pagination .wp-pagenavi .first:after,
.pagination .wp-pagenavi .previouspostslink:before,
.pagination .wp-pagenavi .nextpostslink:before,
.pagination .wp-pagenavi .last:before,
.pagination .wp-pagenavi .last:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transition: background .3s, border .3s;
}

.pagination .wp-pagenavi .first:before {
  left: 1.33rem;
  width: 1px;
  height: 1rem;
  background-color: #333;
}

.pagination .wp-pagenavi .first:after {
  left: 1.5rem;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .wp-pagenavi .previouspostslink:before {
  left: 1.33rem;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .wp-pagenavi .nextpostslink:before {
  right: 1.33rem;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination .wp-pagenavi .last:before {
  right: 1.5rem;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination .wp-pagenavi .last:after {
  right: 1.33rem;
  width: 1px;
  height: 1rem;
  background-color: #333;
}

.pagination .wp-pagenavi .first:hover:before,
.pagination .wp-pagenavi .last:hover:after {
  background-color: #C43C2A;
}

.pagination .wp-pagenavi .first:hover:after,
.pagination .wp-pagenavi .previouspostslink:hover:before,
.pagination .wp-pagenavi .nextpostslink:hover:before,
.pagination .wp-pagenavi .last:hover:before {
  border-color: #C43C2A;
}

@media screen and (max-width: 640px) {
  .pagination {
    margin-bottom: 25vw;
  }

  .pagination .wp-pagenavi .first:before {
    left: 1.33rem;
  }

  .pagination .wp-pagenavi .first:after {
    left: 1.5rem;
  }

  .pagination .wp-pagenavi .previouspostslink:before {
    left: 1.33rem;
  }

  .pagination .wp-pagenavi .nextpostslink:before {
    right: 1.33rem;
  }

  .pagination .wp-pagenavi .last:before {
    right: 1.5rem;
  }

  .pagination .wp-pagenavi .last:after {
    right: 1.33rem;
  }
}


/* sidebar */
/*---------------------------------*/
#sidebar  a:hover {
  color: #C43C2A;
}


#sidebar .widget {
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}

#sidebar .widgettitle {
  background-color: #4D333A;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
}

#sidebar .widget li {
  border-bottom: 1px dotted #ccc;
}

#sidebar .widget li a {
  padding: .5em .2em;
  font-size: .93rem;
}

#calendar_wrap {
  font-size: .93rem;
}

#wp-calendar {
  width: 100%;
  text-align: center;
}

#wp-calendar #today {
  background-color: #E2E2E2;
}

#wp-calendar thead,
#wp-calendar tbody {
  border-bottom: 1px dotted #ccc;
}

#wp-calendar thead th:first-child {
  color: #ff6633;
}
#wp-calendar thead th:last-child {
  color: #3366FF;
}


/* form_section */
/*---------------------------------*/
.form_section .lead {
  padding-bottom: 30px;
  font-size: 1.2rem;
}

.form_section dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 20px;
  border-top: 1px solid #ccc;
}

.form_section dl:nth-child(even) {
  background-color: #F6F7F9;
}

.form_section dt {
  position: relative;
  width: 220px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}

.form_section dt .must {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #c00;
  padding: 2px 5px;
  border: solid 2px #C00;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #ccc;
  color: #FFF;
  font-size: .66rem;
  line-height: 1.6em;
  text-shadow: 0px 1px 2px #933;
}

.form_section dd {
  width: calc(100% - 220px);
  padding: 5px;
  font-size: 1.06rem;
}

.form_section dd input[type=text],
.form_section dd input[type=email],
.form_section dd select,
.form_section dd textarea {
  max-width: 15em;
  width: 100%;
  margin: 0 5px;
  padding: 3px 8px;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #ccc inset;
  font-size: 1.2rem;
  line-height: 1.6em;
  vertical-align: middle;
}

.form_section .name input[type=text],
.form_section .kana input[type=text],
.form_section .company_name input[type=text],
.form_section .company_kana input[type=text] {
  max-width: 8em;
}

.form_section .age input[type=text],
.form_section .zip input[type=text] {
  max-width: 6em;
}

.form_section dd label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
  border: solid 1px #EEE;
}

.form_section dd input[type=checkbox],
.form_section dd input[type=radio] {
  margin: 0px 2px;
  vertical-align: middle;
}

.form_section dd input[type=file] {
    font-size: 12px;
    display: inline-block;
    padding: 10px 10px;
    vertical-align: middle;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc inset;
    background: #EEE;
}

.form_section dd textarea {
  max-width: 20em;
  height: 7em;
}

.form_section dd div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 7px;
  border-bottom: 1px dotted #7D7D7D;
}

.form_section dd .pref {
  font-size: .8rem;
  line-height: 1.4em;
}

.form_section dd .note {
  margin-top: .5em;
  color: #f00;
  font-size: .8rem;
  line-height: 1.4em;
}

.form_section .submit {
  padding-top: 20px;
  text-align: center;
}

.form_section .submit input {
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  margin: 0 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.3em;
  text-shadow: 0px 2px 0px #fff;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 640px) {
  .form_section dt {
    width: 100%;
    text-align: left;
  }

  .form_section dt .must {
    right: 10px;
    left: auto;
  }

  .form_section dd {
    width: 100%;
    padding-bottom: 30px;
  }
}


