@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  

■■リセットCSS

*/
html,
button,
input,
select,
textarea {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

label {
  cursor: pointer;
  cursor: hand;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

a:link {
  color: #0064B1;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

a:visited {
  color: #0064B1;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

a:hover {
  color: #3cc;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

/*

page

*/
img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 10px;
  }
}

#header {
  background: url(../img/header_topborder.png) top repeat-x;
}
#header .logo {
  float: left;
  padding: 69px 0 50px;
}
@media screen and (max-width: 1200px) {
  #header .logo {
    float: none;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  #header .logo {
    padding-top: 40px;
  }
}
#header nav {
  float: right;
  padding: 93px 0 0;
}
@media screen and (max-width: 1200px) {
  #header nav {
    float: none;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #header nav {
    display: none;
  }
}
#header nav ul {
  font-size: 14px;
  font-size: 1.4rem;
  zoom: 1;
  float: right;
}
#header nav ul:before, #header nav ul:after {
  content: "";
  display: table;
}
#header nav ul:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  #header nav ul {
    float: none;
  }
}
#header nav ul li {
  float: left;
  background: url(../img/bullet_gmenu.png) 0 center no-repeat;
  padding: 0 0 0 17px;
  margin-left: 45px;
}
#header nav ul li a {
  text-decoration: none;
}

#hero {
  background: url(../img/bgimg_hero_photo.png);
}
#hero .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#hero .wrap img {
  max-width: 100%;
  height: auto;
}

#main_copy {
  padding: 53px 0 46px;
}
#main_copy img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
}
#main_copy p {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main_copy p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #main_copy p br {
    display: none;
  }
}

#summary {
  background-color: #F3F8F9;
  padding: 36px 0 42px;
}
#summary .colwrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #summary .colwrap {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #summary .colwrap .col:first-child {
    margin-bottom: 30px;
  }
}
#summary .colwrap .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #summary .colwrap .col {
    display: block;
    width: 100%;
  }
}
#summary .colwrap .col .icon {
  margin: 0 0 34px;
}
#summary .colwrap .col .title {
  margin: 0 0 38px;
}
#summary .colwrap .col p {
  width: 455px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #summary .colwrap .col p {
    width: 90%;
  }
}

#support_service .header {
  padding: 33px 0 57px;
  text-align: center;
}
#support_service .header .icon {
  margin: 0 0 31px;
}
#support_service .header .title {
  margin: 0 0 17px;
}
#support_service .header .text {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 640px) {
  #support_service .header .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#support_service .colwrap {
  width: 100%;
  zoom: 1;
}
#support_service .colwrap:before, #support_service .colwrap:after {
  content: "";
  display: table;
}
#support_service .colwrap:after {
  clear: both;
}
#support_service .colwrap .col {
  width: 400px;
  float: left;
  margin: 0 0 64px;
}
@media screen and (max-width: 1200px) {
  #support_service .colwrap .col {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  #support_service .colwrap .col {
    width: 100%;
  }
}
#support_service .colwrap .col .photo {
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  #support_service .colwrap .col .photo {
    padding-left: 0;
    text-align: center;
  }
}
#support_service .colwrap .col .title {
  color: #0065B2;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  padding: 27px 0 10px;
}
#support_service .colwrap .col .text {
  margin: 0;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  #support_service .colwrap .col .text {
    padding: 0;
  }
}

#flow_price {
  background-color: #7FD6DF;
}
#flow_price .row1 {
  background: url(../img/dot_border_white.png) bottom repeat-x;
  padding: 32px 0 17px;
  text-align: center;
}
#flow_price .row1 .title {
  margin: 0 0 13px;
}
#flow_price .row1 .text {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #flow_price .row1 .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#flow_price .colwrap {
  display: table;
  width: 100%;
  padding: 37px 0 6px;
}
@media screen and (max-width: 1200px) {
  #flow_price .colwrap {
    display: block;
  }
}
#flow_price .colwrap .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  #flow_price .colwrap .col {
    display: block;
    width: 100%;
  }
}
#flow_price .colwrap .col > div {
  margin-bottom: 26px;
}
#flow_price .colwrap .col div {
  margin-left: 59px;
}
@media screen and (max-width: 640px) {
  #flow_price .colwrap .col div {
    margin-left: 0;
  }
}

#flow_detail {
  padding: 69px 0;
}
#flow_detail dl {
  margin: 0;
}
#flow_detail dl dt:nth-of-type(1) {
  background: url(../img/flow_number_01.png), url(../img/border_flow_number.png);
  background-repeat: no-repeat;
  background-position: 0 0, top 22px right 8px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dl dt:nth-of-type(1) {
    background: url(../img/flow_number_01.png) 0 0 no-repeat;
  }
}
#flow_detail dl dt:nth-of-type(2) {
  background: url(../img/flow_number_02.png), url(../img/border_flow_number.png);
  background-repeat: no-repeat;
  background-position: 0 0, top 22px right 8px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dl dt:nth-of-type(2) {
    background: url(../img/flow_number_02.png) 0 0 no-repeat;
  }
}
#flow_detail dl dt:nth-of-type(3) {
  background: url(../img/flow_number_03.png), url(../img/border_flow_number.png);
  background-repeat: no-repeat;
  background-position: 0 0, top 22px right 8px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dl dt:nth-of-type(3) {
    background: url(../img/flow_number_03.png) 0 0 no-repeat;
  }
}
#flow_detail dl dt:nth-of-type(4) {
  background: url(../img/flow_number_04.png), url(../img/border_flow_number.png);
  background-repeat: no-repeat;
  background-position: 0 0, top 22px right 8px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dl dt:nth-of-type(4) {
    background: url(../img/flow_number_04.png) 0 0 no-repeat;
  }
}
#flow_detail dl dt:nth-of-type(5) {
  background: url(../img/flow_number_05.png), url(../img/border_flow_number.png);
  background-repeat: no-repeat;
  background-position: 0 0, top 22px right 8px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dl dt:nth-of-type(5) {
    background: url(../img/flow_number_05.png) 0 0 no-repeat;
  }
}
#flow_detail dt {
  width: 400px;
  min-height: 84px;
  clear: both;
  float: left;
  padding: 0 0 0 69px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dt {
    float: none;
    width: 100%;
  }
}
#flow_detail dt h3 {
  display: inline;
  background-color: #fff;
  padding-right: 8px;
  color: #7FD6DF;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
#flow_detail dd {
  width: 800px;
  margin-left: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #flow_detail dd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
  }
}
#flow_detail dd:nth-of-type(2) {
  margin-bottom: 60px;
}
#flow_detail dd .text {
  padding: 8px 0 16px;
}
#flow_detail dd .price_title {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 36px;
  background-color: #7FD6DF;
  text-align: center;
  border-radius: 3px;
  margin-right: 25px;
}
#flow_detail dd .price_title img {
  vertical-align: -5px;
}
#flow_detail dd .price {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: middle;
}
#flow_detail dd .notice {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: middle;
  padding-left: 12px;
}

#seminar_title {
  background-color: #FEF6FB;
  padding: 50px 0;
}
#seminar_title .container_narrow {
  max-width: 501px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #seminar_title .container_narrow {
    padding: 0 10px;
  }
}
#seminar_title .title_box {
  min-height: 72px;
  background: url(../img/icon_lighthouse.png) 0 0 no-repeat;
  padding-left: 114px;
  margin: 0 0 29px;
}
@media screen and (max-width: 640px) {
  #seminar_title .title_box {
    background: none;
    padding-left: 0;
  }
}
#seminar_title .title_box p {
  margin: 0 0 10px;
  line-height: 1;
}
#seminar_title .title_box h2 img {
  display: block;
}
#seminar_title .text {
  margin: 19px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #seminar_title .text br {
    display: none;
  }
}

#seminar_menu {
  padding: 69px 0;
}
#seminar_menu .colwrap {
  display: table;
  width: 100%;
  margin: 0 0 52px;
}
@media screen and (max-width: 1200px) {
  #seminar_menu .colwrap {
    display: block;
  }
}
#seminar_menu .colwrap .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0 75px;
}
@media screen and (max-width: 1200px) {
  #seminar_menu .colwrap .col {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  #seminar_menu .colwrap .col {
    padding: 0;
  }
}
#seminar_menu .colwrap .col .photo {
  margin: 0 0 37px;
  text-align: center;
}
#seminar_menu .colwrap .col .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #545454;
  line-height: 1;
  text-align: center;
  margin: 0 0 37px;
}
#seminar_menu .colwrap .col .desc {
  background: url(../img/dot_border.png) bottom repeat-x;
  padding: 0 0 14px;
  margin: 0 0 14px;
}
#seminar_menu .colwrap .col .notice {
  list-style-type: disc;
  margin-left: 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

#sns {
  background-color: #F3F8F9;
  padding: 45px 0;
  margin: 0 0 98px;
}
#sns h2 {
  text-align: center;
  line-height: 1;
}
#sns .desc {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 20px 0 33px;
}
@media screen and (max-width: 640px) {
  #sns .desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sns .colwrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #sns .colwrap {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #sns .colwrap .col:first-child {
    margin-bottom: 30px;
  }
}
#sns .colwrap .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #sns .colwrap .col {
    display: block;
    width: 100%;
  }
}
#sns .fb_banner {
  margin: 0 0 18px;
}
#sns .line_banner {
  margin: 0 0 22px;
}
#sns .line_add {
  margin: 0 0 16px;
}
#sns .notice {
  font-size: 14px;
  font-size: 1.4rem;
}

#staff_message_title {
  background-color: #0065B2;
  background-image: url(../img/header_topborder_reverse.png), url(../img/header_topborder.png);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
  text-align: center;
  padding: 33px 0 23px;
  margin: 0 0 98px;
}
#staff_message_title .text {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  #staff_message_title .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#staff_message {
  margin: 0 0 69px;
}
#staff_message .colwrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #staff_message .colwrap {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #staff_message .colwrap .col:last-child {
    margin-bottom: 0;
  }
}
#staff_message .colwrap .col {
  display: table-cell;
  width: 400px;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  #staff_message .colwrap .col {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
}
#staff_message .colwrap .col .photo {
  width: 380px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  #staff_message .colwrap .col .photo {
    width: 100%;
  }
}
#staff_message .colwrap .col .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 7px 10px;
  background-color: rgba(0, 101, 178, 0.5);
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
#staff_message .colwrap .col .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  margin: 18px 0;
}
#staff_message .colwrap .col .message_text {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px 20px;
}
@media screen and (max-width: 640px) {
  #staff_message .colwrap .col .message_text {
    padding: 0 0 20px;
  }
}
#staff_message .colwrap .col .qualify_box {
  border: 2px solid #ccc;
  margin: 0 20px 30px;
  padding: 16px 16px 12px;
}
@media screen and (max-width: 640px) {
  #staff_message .colwrap .col .qualify_box {
    margin: 0 0 30px;
  }
}
#staff_message .colwrap .col .qualify_box .qualify_title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #555;
  background: url(../img/bullet_qualify.png) 0 center no-repeat;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
#staff_message .colwrap .col .qualify_box ul {
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#staff_message .colwrap .col .qualify_box ul li {
  background: url(../img/listmark_small.png) 0 10px no-repeat;
  padding-left: 14px;
}
#staff_message .colwrap .col .favorite_box {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  #staff_message .colwrap .col .favorite_box {
    padding: 0;
  }
}
#staff_message .colwrap .col .favorite_box .like span {
  color: #F44197;
}
#staff_message .colwrap .col .favorite_box .weak {
  margin: 12px 0 0;
}
#staff_message .colwrap .col .favorite_box .weak span {
  color: #9672FF;
}
#staff_message .colwrap .col .favorite_box ul {
  margin-left: 10px;
}
#staff_message .colwrap .col .favorite_box ul li {
  background: url(../img/listmark_small.png) 0 10px no-repeat;
  padding-left: 14px;
}

#philosophy {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin: 0 0 69px;
}
#philosophy .title {
  text-align: center;
  margin-bottom: 30px;
}
#philosophy .title .icon {
  margin-bottom: 6px;
}
#philosophy .slogans {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #philosophy .slogans {
    width: 100%;
  }
}
#philosophy .slogans .item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  #philosophy .slogans .item {
    display: block;
  }
}
#philosophy .slogans .item p {
  display: block;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  #philosophy .slogans .item p {
    text-align: center;
  }
}
#philosophy .slogans .item p:nth-child(1) {
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
}
#philosophy .slogans .item p:nth-child(1) span {
  color: #31A5C2;
  font-weight: bold;
  margin-right: 1px;
}
#philosophy .slogans .item p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
  border-bottom: 2px dotted #ccc;
  height: 16px;
}
@media screen and (max-width: 500px) {
  #philosophy .slogans .item p:nth-child(2) {
    display: none;
  }
}
#philosophy .slogans .item p:nth-child(3) {
  padding-top: 7px;
}
#philosophy .note {
  text-align: center;
  margin-top: 60px;
}
#philosophy .note span {
  color: #31A5C2;
  font-weight: bold;
  margin: 0 2px;
}

#company {
  margin: 0 0 69px;
}
#company .colwrap {
  display: table;
  width: 100%;
  margin: 0 0 51px;
}
@media screen and (max-width: 900px) {
  #company .colwrap {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #company .colwrap .col:first-child {
    margin-bottom: 50px;
  }
}
#company .colwrap .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  #company .colwrap .col {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#company .colwrap .col h2 {
  width: 100%;
  height: 50px;
  background-color: #31A5C2;
  border-radius: 3px;
  text-align: center;
  padding: 13px 0 0;
  margin: 0 0 32px;
}
#company .colwrap .col h2 img {
  display: block;
  margin: 0 auto;
}
#company .colwrap .col table {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #company .colwrap .col table {
    border-bottom: 1px solid #ccc;
  }
  #company .colwrap .col table tr td:first-child {
    background-color: #f0f0f0;
  }
}
#company .colwrap .col table td {
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 8px;
  vertical-align: top;
}
#company .colwrap .col table td .small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  #company .colwrap .col table td {
    display: block;
    border-bottom: none;
  }
}
#company .colwrap .col table.history {
  margin: 0 0 49px;
}
#company .colwrap .access_wrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #company .colwrap .access_wrap {
    display: block;
  }
}
#company .colwrap .access_wrap .access_col_left {
  display: table-cell;
  vertical-align: top;
  padding-right: 48px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #company .colwrap .access_wrap .access_col_left {
    display: block;
    padding: 0 0 16px;
  }
}
#company .colwrap .access_wrap .access_col_right {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
@media screen and (max-width: 640px) {
  #company .colwrap .access_wrap .access_col_right {
    display: block;
    width: 100%;
  }
}
#company .googlemap {
  border: 1px solid #ccc;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 640px) {
  #company .googlemap {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  #company .googlemap_wrapper {
    padding: 0 20px;
  }
}
#company .googlemap_link {
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../img/bullet_sankaku.png) 0 center no-repeat;
  padding: 0 0 0 17px;
  margin: 10px 0 0;
}
#company .googlemap_link a:link {
  color: #555;
}
#company .googlemap_link a:visited {
  color: #555;
}
#company .googlemap_link a:hover {
  color: #3cc;
}

#inquiry {
  background-color: #f0f0f0;
  padding: 42px 0;
}
#inquiry h2 {
  margin: 0 0 30px;
}
#inquiry h2 img {
  display: block;
  margin: 0 auto;
}
#inquiry .box {
  background-color: #fff;
  width: 100%;
  border-radius: 18px;
  padding: 47px 0;
}
@media screen and (max-width: 900px) {
  #inquiry .box {
    padding: 47px 20px;
  }
}
#inquiry .confirm_msg {
  width: 710px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px;
}
@media screen and (max-width: 640px) {
  #inquiry .confirm_msg {
    width: 100%;
  }
}
#inquiry .remark {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin: 30px 0;
}
#inquiry table {
  width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #inquiry table {
    width: 100%;
  }
}
#inquiry table td {
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  #inquiry table td {
    display: block;
  }
}
#inquiry table td.title {
  width: 200px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #inquiry table td.title {
    width: 100%;
  }
}
#inquiry table td.title img {
  vertical-align: middle;
  margin-left: 10px;
}
#inquiry table td.form {
  width: 510px;
  padding: 0 0 46px;
}
@media screen and (max-width: 900px) {
  #inquiry table td.form {
    width: 100%;
  }
}
#inquiry table td.form input, #inquiry table td.form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}
#inquiry table td.form textarea {
  height: 200px;
}
#inquiry table td.form p.note {
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #c03;
}
#inquiry table td.form .form_back_btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  text-decoration: none;
  line-height: 50px;
}
#inquiry table td.form .submit_btn, #inquiry table td.form .form_back_btn {
  background-color: #31A5C2;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  border: none;
}
#inquiry table td.form .form_btn_wrap {
  margin: 35px 0 0;
}
#inquiry table td.lastform {
  padding-bottom: 0;
}

footer {
  border-top: 1px solid #ccc;
  margin: 1px 0 0;
  padding: 34px 0 34px;
}
footer .colwrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  footer .colwrap {
    display: block;
  }
}
footer .colwrap .address {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../img/footer_logo.png) 0 0 no-repeat;
  padding: 0 0 0 111px;
}
@media screen and (max-width: 640px) {
  footer .colwrap .address {
    display: block;
  }
}
footer .colwrap .privacy_policy, footer .colwrap .solicitaion_policy {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}
footer .colwrap .privacy_policy a:link, footer .colwrap .privacy_policy a:visited, footer .colwrap .solicitaion_policy a:link, footer .colwrap .solicitaion_policy a:visited {
  color: #666;
  text-decoration: none;
}
footer .colwrap .privacy_policy a:hover, footer .colwrap .solicitaion_policy a:hover {
  text-decoration: underline;
}
footer .colwrap .copyright {
  display: table-cell;
  vertical-align: top;
  width: 250px;
  font-size: 10px;
  font-size: 1rem;
  color: #666;
  text-align: right;
}
@media screen and (max-width: 640px) {
  footer .colwrap .copyright {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }
}

#privacy .text {
  margin: 20px 0 60px;
  font-size: 14px;
  font-size: 1.4rem;
}
#privacy h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
}