@charset "UTF-8";
body {
  /* font-family: Hind, sans-serif; */
  font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 15px;
}

em {
  color: #c2580e;
}
li,
li a {
  font-size: 16px;
  font-weight: 500;
  color: #515769;
}

a {
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  color: #bfc1c7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}


h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

header {
  text-align: center;
  width: 100%;
}

.forms-info {
  margin: 20px 0 50px;
}

.forms-info h2 {
  padding: 0.5em;
  color: #494949;
  border-left: solid 5px #bc1212;
}

div.form-group {
  font-size: 16px;
}

div.err-msg {
  color: #c80b08;
  font-weight: 600;
  margin: 4px 0 0 12px;
}

.err-bg {
  background: #ffdede;
  border: 1px solid #ef98a7;
}

div.conf-area {
  padding: 7px 0 0 15px;
  font-size: 18px;
}

/* コンテンツの設定____(0〜800px設定) */
.cont {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  display: block;
}
cont.img {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  clear: both;
}

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


@media screen and (max-width: 767px) {
  div.form-group {
    margin-bottom: 35px;
  }
  div.end-message {
    font-size: 16px;
    color: #333;
    margin: 1em 0.8em;
  }
}
@media screen and (min-width: 768px) {
  div.end-message {
    font-size: 18px;
    color: #333;
    line-height: 1.7em;
    margin: 2em 0 1.5em 1.3em;
  }
}

@media (min-width: 1200px) {
  div.container {
    width: 70%;
  }
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: transparent;
}

.btn-default-bg {
  color: #515769;
  background: #dedede;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #adadad;
  border-color: transparent;
}

.btn-base-bg {
  color: #fff;
  background: #ff9600;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #de860b;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  margin: 1.5em auto 4em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}



/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer {
  background-position: center center;
  background: #eee;
  max-width: 1280px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 30px;
}


/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  /* color: #a6a7aa; */
  /* background: #fafafa; */
  /* border: none; */
  box-shadow: none;
  border-radius: 5px;
  padding-left: 15px;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}