@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.8;
  color: #414042;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", sans-serif;
}
body.form a.logo {
  pointer-events: none;
  cursor: default;
}
div.content {
  width: 1024px;
  margin: 0 auto;
  clear: both;
}
div.content.bottom {
  padding-bottom: 5.6em;
}
div.content.bottom h2:before {
  content: url(images/logo-mini.svg);
  margin-right: .5em;
}
div.content.bottom h2:nth-of-type(2) {
  margin-top: 1em;
}
div.topimg {
  position: relative;
  height: 100%;
  color: white;
  background: url(images/top.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
div.topimg h3 {
  position: absolute;
  top: 48%;
  left: 10%;
  width: 80%;
  text-align: center;
}
div.navi {
  height: 100%;
  padding: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
}
div.navi a {
  display: block;
  position: absolute;
  color: #dcdcdc;
}
div.navi a:hover {
  color: white !important;
}
div.navi a.link-u {
  top: 2%;
  left: 45%;
  text-align: center;
}
div.navi a.link-r {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
div.navi a.link-l {
  top: 48%;
  left: 0;
  color: #f5f5f5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.navi a.link-d {
  left: 47%;
  bottom: 2%;
  font-size: 28px;
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
}
#logowrap {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  cursor: url(images/curs-ex.cur), default;
}
#logo {
  position: absolute;
  top: 7px;
  left: -17px;
  zoom: 1.32;
  -moz-transform: scale(1.32, 1.32) translate(28px, 23px);
}
#logofix {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
#logofix img {
  width: 100%;
}
#top {
  cursor: move;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #logofix {
    margin-top: 11px;
  }
}
/* Chrome 28+ only
@supports (-webkit-appearance:none) {

#logofix {
margin-top:0;
}

}
*/
a.logo {
  margin-top: 1.05em;
  display: block;
  width: 210px;
}
a.logo img {
  display: block;
  width: 100%;
}
div.column > div {
  border-top: 1px solid #dcdcdc;
  overflow: hidden;
  text-align: justify;
  clear: both;
}
div.column > div:nth-of-type(1) {
  border: none;
}
div.column > div > div {
  padding: 0.7em 0;
  overflow: hidden;
  float: left;
}
div.column > div > div:nth-of-type(1) {
  width: 32%;
  margin-right: 2%;
  text-align: right;
}
div.column > div > div:nth-of-type(2) {
  width: 64%;
}
div.column > div > a {
  display: block;
  position: relative;
  width: 32%;
  height: 300px;
  border: 1px solid #dcdcdc;
  float: left;
}
div.column > div > a + a {
  margin-left: 2%;
}
div.column > div > a:hover {
  border-color: silver;
}
div.column > div > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 72%;
  max-height: 58%;
  width: auto;
  margin: auto;
}
div.column > div > a.next {
  cursor: help;
}
a.ex {
  display: block;
  text-align: right;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
}
div.title {
  padding: 2.1em 3% 1.4em 0;
  font-size: 13px;
  color: silver;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: right;
}
div.title.up {
  font-size: 16px;
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
}
div.bg {
  min-height: 100%;
  background: #1d3b6d;
  padding: 14% 0;
  color: white;
  text-align: center;
}
div.bg2 {
  min-height: 79%;
  background: #f4f3f1;
  padding-bottom: 4.9em;
}
div.footer {
  background: #1d3b6d;
  padding: 4.2em 0 1.4em;
  text-align: center;
}
div.footer a.btn1 {
  display: block;
  width: 18em;
  margin: 0 auto;
  font-size: 15px;
  color: white;
}
div.credit {
  margin-top: 1.4em;
  color: #dcdcdc;
  font-size: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .4em 0;
  line-height: 1.6em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 90%;
  line-height: 90%;
  font-weight: normal;
  -webkit-text-stroke-width: 0;
}
h1 {
  font-size: 21px;
  font-weight: normal;
  -webkit-text-stroke-width: .2px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 20px;
  font-weight: normal;
  -webkit-text-stroke-width: .2px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
p + p {
  margin-top: .75em;
}
/* PC only hover factor -> copy to style_ie.css
---------------------------------------------------- */
@media only screen and (min-device-width: 1025px) {
  a.tel {
    color: #414042 !important;
    pointer-events: none;
    cursor: default;
  }
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #1d3b6d;
  cursor: pointer;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #224681;
}
img,
a img,
a:hover img {
  line-height: 0;
  border: none;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a img {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform .8s ease !important;
  transition: transform .8s ease !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* for webkit */
}
a:hover img {
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -webkit-animation: fadeoff .3s linear;
  animation: fadeoff .3s linear;
}
a:focus,
button:focus,
input:focus,
a:active,
button:active,
input:active {
  outline: none;
}
a,
button,
input[type="submit"] {
  -webkit-tap-highlight-color: rgba(29, 59, 109, 0.5);
  -webkit-touch-callout: none;
}
button,
input[type="button"],
input[type="submit"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectnone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:hover {
  -webkit-transition: color .25s linear, background .35s ease, border .3s linear;
  transition: color .25s linear, background .35s ease, border .3s linear;
}
::-moz-selection {
  background: #5282d1;
  color: white;
}
::selection {
  background: #5282d1;
  color: white;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
.tra {
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.notra {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
hr {
  border: none;
  height: 1px;
  background: #f5f5f5;
  margin: 0.7em 0;
  clear: both;
}
ul,
ol {
  margin-left: 1.5em;
}
ul li,
ol li {
  margin: .5em 0;
}
ul {
  list-style-type: disc;
}
ul.flat {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
ol.candy {
  counter-reset: candy;
  list-style-type: none;
}
ol.candy li {
  position: relative;
  margin: .75em 0;
  clear: both;
}
ol.candy li:before {
  content: counter(candy);
  counter-increment: candy;
  display: block;
  position: absolute;
  left: -2em;
  width: 1.7em;
  margin-top: -0.15em;
  padding-top: .15em;
  background: #1d3b6d;
  text-align: center;
  float: left;
}
iframe {
  width: 100% !important;
  margin-bottom: -5px;
}
/* round
---------------------------------------------------- */
.round1 {
  border-radius: 4px;
}
/* transition
---------------------------------------------------- */
.delay {
  -webkit-transition: color .25s linear, background .35s ease, border .3s linear;
  transition: color .25s linear, background .35s ease, border .3s linear;
}
.nodelay {
  -webkit-transition: none;
  transition: none;
}
.fadeoff {
  -webkit-animation: fadeoff .3s linear;
  animation: fadeoff .3s linear;
}
@-webkit-keyframes fadeoff {
  from {
    opacity: 1;
  }
  to {
    opacity: .9;
  }
}
@keyframes fadeoff {
  from {
    opacity: 1;
  }
  to {
    opacity: .9;
  }
}
.fadein {
  -webkit-animation: fadein .3s linear;
  animation: fadein .3s linear;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
.nomove {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform .8s ease !important;
  transition: transform .8s ease !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* フォーム
---------------------------------------------------- */
form img {
  vertical-align: -2px;
}
form div.required {
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
}
form > div {
  padding: 2em 25%;
}
form span {
  font-size: 11px;
}
form p + p {
  margin-top: 1em;
}
form.confirm {
  margin: 3em auto;
}
form.confirm > div {
  margin: 2px 0;
  padding: 0;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  clear: both;
}
form.confirm > div > div {
  padding: 10px;
  border: none;
  word-break: break-all;
  overflow: hidden;
}
form.confirm > div > div.formq {
  width: 17em;
  color: gray;
  text-align: right;
  float: left;
}
form.confirm > div.send {
  padding: 2em 0;
  border: none;
  text-align: center;
}
form.confirm > div.send input {
  min-width: 5em;
  width: auto;
}
div.formsent {
  width: 690px;
  margin: 30px auto;
  line-height: 1.7em;
  font-size: 13px;
  text-align: justify;
}
div.formsent p + p,
div.formsent span + p {
  margin-top: .5em;
}
div.capsule {
  margin: 2em 0;
  padding: 20px;
  border: 1px solid #dcdcdc;
  font-size: 11px;
  line-height: 1.5em;
  border-radius: 4px;
}
div.capsule > span {
  font-size: 12px;
  color: #f568b5;
}
div.capsule > p {
  display: inline;
}
#presub {
  margin-top: 1.5em;
}
/* formnavi */
div.formnavi {
  width: 50%;
  margin: 3em auto 0;
  padding: 0;
}
div.formnavi span {
  display: block;
  position: relative;
  width: 29%;
  height: 46px;
  padding-left: 1em;
  line-height: 46px;
  background: darkgray;
  color: white;
  font-size: 15px;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
  text-align: center;
  float: left;
}
div.formnavi span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -46px;
  border: 23px solid transparent;
  border-left: 23px solid #a9a9a9;
}
div.formnavi span.now {
  background: #1d3b6d;
}
div.formnavi span.now:after {
  border-left: 23px solid #1d3b6d;
}
div.formnavi span + span {
  margin-left: 6%;
}
div.formnavi:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
/* input, button
---------------------------------------------------- */
.btn1,
.btn2 {
  padding: 0.7em 2.1em;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
}
.btn1 {
  border: 2px solid #224681;
}
.btn1:hover {
  border-color: white;
}
.btn2 {
  background: #1d3b6d;
  color: #dcdcdc;
}
.btn2:hover {
  background: #224681;
  color: white;
}
input,
textarea {
  width: 100%;
  margin-bottom: 5px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid lightgray;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", sans-serif;
  -webkit-transition: color .25s linear, background .35s ease, border .3s linear;
  transition: color .25s linear, background .35s ease, border .3s linear;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #58595b;
}
input::-moz-selection,
textarea::-moz-selection {
  background: #dcdcdc;
  color: #414042;
}
input::selection,
textarea::selection {
  background: #dcdcdc;
  color: #414042;
}
textarea {
  padding: .5em;
  line-height: 1.5em;
  font-size: 15px;
  resize: vertical;
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"] {
  padding-top: 1px;
  padding-left: .5em;
  height: 30px;
  font-size: 15px;
  -webkit-appearance: none;
}
input[type="date"] {
  width: 11em;
}
input.short2 {
  width: 2.5em;
  text-align: right;
}
input.short4 {
  width: 4.5em;
}
input.short9 {
  width: 9.5em;
}
input[type="number"],
input[type="time"] {
  width: 5em;
  padding-top: 1px;
  padding-left: .5em;
  height: 30px;
  font-size: 15px;
  text-align: right;
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  border: none;
  margin-left: 1px !important;
  margin-right: 3px !important;
  vertical-align: 2px;
}
input[type="file"] {
  border: none;
  font-size: 11px;
  background: #f5f5f5;
  color: #414042;
}
input[type="file"].final {
  border: none;
  margin: 5px 0;
}
input[type="submit"],
input[type="button"] {
  width: auto;
  border: none;
  font-size: 16px;
  padding: 0.7em 2.1em;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
  background: #1d3b6d;
  color: #dcdcdc;
  -webkit-appearance: none;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #224681;
  color: white;
}
input[type="button"].back {
  /* 「戻る」ボタン */
  font-size: 13px;
  background: white !important;
  color: gray !important;
  border: 1px solid #dcdcdc !important;
}
input[type="button"].back:hover {
  background: #f5f5f5 !important;
  color: #58595b !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="button"] + input[type="button"],
button + button {
  margin-left: 10px;
}
button {
  padding: 0 !important;
  border: none;
  padding: 0.7em 2.1em;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-text-stroke-width: 0;
  border: 2px solid #224681;
}
button:hover {
  border-color: white;
}
label {
  display: inline-block;
  margin-right: 1em;
}
select {
  appearance: none;
  height: 1.8em;
  padding: 2px 6px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  background: #f5f5f5;
}
select:focus {
  background: #224681;
}
::-webkit-input-placeholder {
  padding-top: 3px;
  font-size: 12px;
  color: #808080;
}
::-moz-placeholder {
  padding-top: 3px;
  font-size: 12px;
  color: #808080;
}
:-moz-placeholder {
  padding-top: 3px;
  font-size: 12px;
  color: #808080;
}
:-ms-input-placeholder {
  padding-top: 3px;
  font-size: 12px;
  color: #808080;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-webkit-input-placeholder:before {
  content: "";
}
/* PARTS
---------------------------------------------------- */
.bold {
  font-weight: bold;
  -webkit-text-stroke-width: 0;
}
.bold2 {
  font-weight: normal;
  -webkit-text-stroke-width: .2px;
}
.bold3 {
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
}
.normal {
  font-weight: normal;
  -webkit-text-stroke-width: 0;
}
.jumbo {
  font-size: 24px;
}
.small {
  font-size: 10px;
}
.mini {
  font-size: 9px;
}
.half {
  line-height: .6em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.just {
  text-align: justify;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cl {
  clear: both;
}
.clearfix {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.oh {
  overflow: hidden;
}
.trim {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notrim {
  white-space: normal;
}
.nolink {
  pointer-events: none;
  cursor: default;
}
.nobr {
  white-space: nowrap;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.iph,
.iph1,
.iph2,
.ipa,
.ieonly,
img.retina {
  display: none;
}
/* font
---------------------------------------------------- */
.hirakaku {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", sans-serif;
}
.hiramin {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.exfont {
  font-family: 'Ubuntu', sans-serif;
}
/* IE 11
---------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    overflow: auto;
  }
  #logofix {
    margin: 10px 0 0 5px;
  }
}
/* IE 10
---------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow: auto;
  }
  #logofix {
    margin: 10px 0 0 5px;
  }
}
/**
 * CSS for jquery.h5form--laster.js
 *
 *  Author: by Yoshiyuki Mikomde http://www.rapidexp.com/h5form
 *
 */
.h5form-response {
  position: absolute;
  margin: 1.6em 0 0 24px;
  border-left: 10px solid gray;
  border-top: 10px solid transparent;
  z-index: 1000;
  border-top-color: white;
  /* for IE6 */
}
.h5form-response p {
  float: left;
  text-align: left;
  margin: 0 0 0 -40px;
  background: white;
  color: black;
  padding: 10px;
  border: 2px solid gray;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 6px gainsboro;
  box-shadow: 3px 3px 6px gainsboro;
  position: relative;
  /* for IE6 */
}
.h5form-reversed {
  position: absolute;
  margin-top: 1.6em;
  right: 200px;
  border-right: 10px solid gray;
  border-top: 10px solid transparent;
  z-index: 1000;
  border-top-color: white;
  /* for IE6 */
}
.h5form-reversed p {
  float: right;
  text-align: left;
  margin: 0 -200px 0 0;
  background: white;
  color: black;
  padding: 10px;
  border: 2px solid gray;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 6px gainsboro;
  box-shadow: 3px 3px 6px gainsboro;
  position: relative;
  /* for IE6 */
}
/**
 *  ime-mode
 *
 */
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="color"],
input[type="date"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"] {
  ime-mode: disabled;
}
/**
 * Spin Button
 *
 */
.h5form-spinNumber,
.h5form-spinTime {
  display: inline-block;
  vertical-align: top;
}
.h5form-spinNumber button,
.h5form-spinTime button {
  display: block;
  width: 20px;
  height: 10px;
  border: 1px solid gray;
  font-size: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 3px;
}
span.h5form-timezone {
  display: inline-block;
  border: 1px solid silver;
  margin-left: 1px;
  padding: 1px;
  color: gray;
  background-color: whitesmoke;
  font-size: smaller;
}
/**
 * Slider
 *
 */
.h5form-range {
  display: inline-block;
  width: 10em;
}
.h5form-range .ui-slider-horizontal {
  top: 0;
  height: 0.3em;
}
.h5form-range .ui-slider-handle {
  top: -0.4em;
  width: 0.4em;
  height: 1em;
}
/* mobile  div.contentと兼ね合わせ 基本1024px  cf. iPad Pro 1366x1024
----------------------------------------------------------------------------------------------- */
@media only screen and (max-device-width: 1366px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
  body {
    zoom: 1;
    -webkit-text-size-adjust: 100%;
  }
  form {
    pointer-events: none;
  }
  form input,
  form textarea,
  form label,
  form select,
  form a,
  form button {
    pointer-events: auto;
  }
}
/* iOS Safari
-------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1366px) {
  #logofix {
    margin-top: 11px;
  }
}
/* iPad Landscape w1024
---------------------------------------------------- */
@media only screen and (max-width: 1120px) {
  div.content {
    width: 95%;
  }
}
/* iPad Portrait w768, iPhone 6+ Landsacpe w736
---------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .ipa {
    display: inline;
  }
  .noipa {
    display: none;
  }
  div.column > div > a {
    height: 230px;
  }
  div.bg {
    padding: 30% 0;
  }
  div.formnavi {
    width: 58%;
  }
  div.formnavi span + span {
    margin-left: 6%;
  }
}
/* iPhone 6 Landscape w667, iPhone 5 Landscape w568
---------------------------------------------------- */
@media only screen and (max-width: 700px) {
  .iph,
  .iph1 {
    display: inline;
  }
  .noiph {
    display: none;
  }
  div.burg1 {
    display: block;
  }
  h1 {
    font-size: 16px;
  }
  div.column > div > a {
    height: 170px;
  }
  div.bg {
    padding: 8% 0;
  }
  div.bg2 {
    min-height: 0;
    padding-bottom: 0;
  }
  form {
    margin-top: 1em;
  }
  form > div {
    padding: 1em;
  }
  input[type="number"] {
    width: 3em;
  }
  form.confirm > div {
    display: block;
    margin-bottom: 6px;
  }
  form.confirm > div > div,
  form.confirm > div div.formq {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px;
    min-height: 0.4em;
    text-align: left;
  }
  form.confirm div.send span {
    display: block;
    padding-top: 5px;
  }
  div.formsent {
    width: 100%;
  }
  div.capsule {
    padding: 10px;
  }
  div.formnavi {
    width: 68%;
    margin-top: 2em;
  }
  div.formnavi span {
    font-size: 14px;
  }
}
/* iPhone 4 Landscape w480
---------------------------------------------------- */
@media only screen and (max-width: 560px) {
  div.column > div {
    margin-bottom: 2em;
  }
  div.column > div > div {
    padding: 0;
    float: none;
  }
  div.column > div > div:nth-of-type(1) {
    width: 100%;
    margin: 0 0 .5em;
    text-align: center;
  }
  div.column > div > div:nth-of-type(1):after {
    content: ":";
  }
  div.column > div > div:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
  div.column > div > a {
    display: block;
    width: 100%;
    float: none;
  }
  div.column > div > a + a {
    margin-left: 0;
    margin-top: 2em;
  }
  div.column > div > a img {
    max-height: 75%;
  }
  #logowrap {
    zoom: .9;
  }
  #profile {
    font-size: 12px;
  }
}
/* iPhone 6+ Portrait w414, iPhone 6 Portrait w375, iPhone 5, 4 and phones Portrait w320
---------------------------------------------------- */
@media only screen and (max-width: 440px) {
  .iph2 {
    display: inline;
  }
  .iph1,
  .noiph2 {
    display: none;
  }
  h3 {
    font-size: 15px;
  }
  div.content {
    width: 93%;
  }
  div.bg {
    padding: 13% 0;
    text-align: justify;
  }
  div.formnavi {
    width: 95%;
    margin-left: 0;
  }
  div.formnavi span {
    width: 25%;
  }
  div.formnavi span + span {
    margin-left: 8%;
  }
}
/* print 
----------------------------------------------------------------------------------------------- */
@page {
  size: portrait;
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    line-height: 1.5em;
    font-size: 13px;
    overflow: hidden;
    /*
background:none;
color:black !important;
*/
  }
  h1 {
    font-size: 18px;
  }
  div.content {
    width: 100%;
    margin: 0;
  }
  div.content.bottom {
    margin-top: 2em;
    padding-bottom: 3em;
  }
  div.topimg {
    height: 980px;
    background: #1d3b6d;
    page-break-after: always;
  }
  div.navi {
    display: list-item;
    list-style-image: url(images/top.jpg);
    list-style-position: inside;
    padding: 0;
    zoom: .5;
  }
  div.navi:after {
    content: url(images/logo2.svg);
    display: block;
    position: absolute;
    bottom: 10%;
    left: 44%;
  }
  div.column > div > a {
    height: 210px;
  }
  div.column > div > div {
    padding: .4em 0;
  }
  div.bg {
    min-height: 0;
    margin-bottom: 2em;
    background: white;
    padding: 0;
    color: #1d3b6d;
  }
  div.bg:before {
    content: url(images/logo.svg);
  }
  div.bg2 {
    min-height: 0;
    background: white;
    padding: 0;
  }
  div.bg2:after {
    content: "http://outabox.jp/";
    display: block;
    margin-top: 1em;
    text-align: right;
  }
  #profile {
    font-size: 11px;
    page-break-inside: avoid;
    break-inside: avoid-page;
  }
  div.navi a,
  #logowrap,
  div.title,
  div.footer,
  a.ex {
    display: none;
  }
}
