@charset "UTF-8";
/*色*/
/*フォント*/
/*mixin vender prefix*/
/*mixn calc*/
/*mixn font-smooth*/
/* 最大横幅 */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

p {
  margin: 0;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  font-weight: normal;
}

dd, blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  margin: 0;
  padding: 0;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: normal;
  text-align: left;
}

label {
  display: inline-block;
}

button:focus {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 940px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > .col-xs-1, .row-0 > .col-sm-1, .row-0 > .col-md-1, .row-0 > .col-lg-1, .row-0 > .col-xs-2, .row-0 > .col-sm-2, .row-0 > .col-md-2, .row-0 > .col-lg-2, .row-0 > .col-xs-3, .row-0 > .col-sm-3, .row-0 > .col-md-3, .row-0 > .col-lg-3, .row-0 > .col-xs-4, .row-0 > .col-sm-4, .row-0 > .col-md-4, .row-0 > .col-lg-4, .row-0 > .col-xs-5, .row-0 > .col-sm-5, .row-0 > .col-md-5, .row-0 > .col-lg-5, .row-0 > .col-xs-6, .row-0 > .col-sm-6, .row-0 > .col-md-6, .row-0 > .col-lg-6, .row-0 > .col-xs-7, .row-0 > .col-sm-7, .row-0 > .col-md-7, .row-0 > .col-lg-7, .row-0 > .col-xs-8, .row-0 > .col-sm-8, .row-0 > .col-md-8, .row-0 > .col-lg-8, .row-0 > .col-xs-9, .row-0 > .col-sm-9, .row-0 > .col-md-9, .row-0 > .col-lg-9, .row-0 > .col-xs-10, .row-0 > .col-sm-10, .row-0 > .col-md-10, .row-0 > .col-lg-10, .row-0 > .col-xs-11, .row-0 > .col-sm-11, .row-0 > .col-md-11, .row-0 > .col-lg-11, .row-0 > .col-xs-12, .row-0 > .col-sm-12, .row-0 > .col-md-12, .row-0 > .col-lg-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > .col-xs-1, .row-10 > .col-sm-1, .row-10 > .col-md-1, .row-10 > .col-lg-1, .row-10 > .col-xs-2, .row-10 > .col-sm-2, .row-10 > .col-md-2, .row-10 > .col-lg-2, .row-10 > .col-xs-3, .row-10 > .col-sm-3, .row-10 > .col-md-3, .row-10 > .col-lg-3, .row-10 > .col-xs-4, .row-10 > .col-sm-4, .row-10 > .col-md-4, .row-10 > .col-lg-4, .row-10 > .col-xs-5, .row-10 > .col-sm-5, .row-10 > .col-md-5, .row-10 > .col-lg-5, .row-10 > .col-xs-6, .row-10 > .col-sm-6, .row-10 > .col-md-6, .row-10 > .col-lg-6, .row-10 > .col-xs-7, .row-10 > .col-sm-7, .row-10 > .col-md-7, .row-10 > .col-lg-7, .row-10 > .col-xs-8, .row-10 > .col-sm-8, .row-10 > .col-md-8, .row-10 > .col-lg-8, .row-10 > .col-xs-9, .row-10 > .col-sm-9, .row-10 > .col-md-9, .row-10 > .col-lg-9, .row-10 > .col-xs-10, .row-10 > .col-sm-10, .row-10 > .col-md-10, .row-10 > .col-lg-10, .row-10 > .col-xs-11, .row-10 > .col-sm-11, .row-10 > .col-md-11, .row-10 > .col-lg-11, .row-10 > .col-xs-12, .row-10 > .col-sm-12, .row-10 > .col-md-12, .row-10 > .col-lg-12 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.row-15 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-15 > .col-xs-1, .row-15 > .col-sm-1, .row-15 > .col-md-1, .row-15 > .col-lg-1, .row-15 > .col-xs-2, .row-15 > .col-sm-2, .row-15 > .col-md-2, .row-15 > .col-lg-2, .row-15 > .col-xs-3, .row-15 > .col-sm-3, .row-15 > .col-md-3, .row-15 > .col-lg-3, .row-15 > .col-xs-4, .row-15 > .col-sm-4, .row-15 > .col-md-4, .row-15 > .col-lg-4, .row-15 > .col-xs-5, .row-15 > .col-sm-5, .row-15 > .col-md-5, .row-15 > .col-lg-5, .row-15 > .col-xs-6, .row-15 > .col-sm-6, .row-15 > .col-md-6, .row-15 > .col-lg-6, .row-15 > .col-xs-7, .row-15 > .col-sm-7, .row-15 > .col-md-7, .row-15 > .col-lg-7, .row-15 > .col-xs-8, .row-15 > .col-sm-8, .row-15 > .col-md-8, .row-15 > .col-lg-8, .row-15 > .col-xs-9, .row-15 > .col-sm-9, .row-15 > .col-md-9, .row-15 > .col-lg-9, .row-15 > .col-xs-10, .row-15 > .col-sm-10, .row-15 > .col-md-10, .row-15 > .col-lg-10, .row-15 > .col-xs-11, .row-15 > .col-sm-11, .row-15 > .col-md-11, .row-15 > .col-lg-11, .row-15 > .col-xs-12, .row-15 > .col-sm-12, .row-15 > .col-md-12, .row-15 > .col-lg-12 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > .col-xs-1, .row-20 > .col-sm-1, .row-20 > .col-md-1, .row-20 > .col-lg-1, .row-20 > .col-xs-2, .row-20 > .col-sm-2, .row-20 > .col-md-2, .row-20 > .col-lg-2, .row-20 > .col-xs-3, .row-20 > .col-sm-3, .row-20 > .col-md-3, .row-20 > .col-lg-3, .row-20 > .col-xs-4, .row-20 > .col-sm-4, .row-20 > .col-md-4, .row-20 > .col-lg-4, .row-20 > .col-xs-5, .row-20 > .col-sm-5, .row-20 > .col-md-5, .row-20 > .col-lg-5, .row-20 > .col-xs-6, .row-20 > .col-sm-6, .row-20 > .col-md-6, .row-20 > .col-lg-6, .row-20 > .col-xs-7, .row-20 > .col-sm-7, .row-20 > .col-md-7, .row-20 > .col-lg-7, .row-20 > .col-xs-8, .row-20 > .col-sm-8, .row-20 > .col-md-8, .row-20 > .col-lg-8, .row-20 > .col-xs-9, .row-20 > .col-sm-9, .row-20 > .col-md-9, .row-20 > .col-lg-9, .row-20 > .col-xs-10, .row-20 > .col-sm-10, .row-20 > .col-md-10, .row-20 > .col-lg-10, .row-20 > .col-xs-11, .row-20 > .col-sm-11, .row-20 > .col-md-11, .row-20 > .col-lg-11, .row-20 > .col-xs-12, .row-20 > .col-sm-12, .row-20 > .col-md-12, .row-20 > .col-lg-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.row-25 {
  margin-left: -13px;
  margin-right: -13px;
}
.row-25 > .col-xs-1, .row-25 > .col-sm-1, .row-25 > .col-md-1, .row-25 > .col-lg-1, .row-25 > .col-xs-2, .row-25 > .col-sm-2, .row-25 > .col-md-2, .row-25 > .col-lg-2, .row-25 > .col-xs-3, .row-25 > .col-sm-3, .row-25 > .col-md-3, .row-25 > .col-lg-3, .row-25 > .col-xs-4, .row-25 > .col-sm-4, .row-25 > .col-md-4, .row-25 > .col-lg-4, .row-25 > .col-xs-5, .row-25 > .col-sm-5, .row-25 > .col-md-5, .row-25 > .col-lg-5, .row-25 > .col-xs-6, .row-25 > .col-sm-6, .row-25 > .col-md-6, .row-25 > .col-lg-6, .row-25 > .col-xs-7, .row-25 > .col-sm-7, .row-25 > .col-md-7, .row-25 > .col-lg-7, .row-25 > .col-xs-8, .row-25 > .col-sm-8, .row-25 > .col-md-8, .row-25 > .col-lg-8, .row-25 > .col-xs-9, .row-25 > .col-sm-9, .row-25 > .col-md-9, .row-25 > .col-lg-9, .row-25 > .col-xs-10, .row-25 > .col-sm-10, .row-25 > .col-md-10, .row-25 > .col-lg-10, .row-25 > .col-xs-11, .row-25 > .col-sm-11, .row-25 > .col-md-11, .row-25 > .col-lg-11, .row-25 > .col-xs-12, .row-25 > .col-sm-12, .row-25 > .col-md-12, .row-25 > .col-lg-12 {
  padding-right: 13px !important;
  padding-left: 13px !important;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > .col-xs-1, .row-30 > .col-sm-1, .row-30 > .col-md-1, .row-30 > .col-lg-1, .row-30 > .col-xs-2, .row-30 > .col-sm-2, .row-30 > .col-md-2, .row-30 > .col-lg-2, .row-30 > .col-xs-3, .row-30 > .col-sm-3, .row-30 > .col-md-3, .row-30 > .col-lg-3, .row-30 > .col-xs-4, .row-30 > .col-sm-4, .row-30 > .col-md-4, .row-30 > .col-lg-4, .row-30 > .col-xs-5, .row-30 > .col-sm-5, .row-30 > .col-md-5, .row-30 > .col-lg-5, .row-30 > .col-xs-6, .row-30 > .col-sm-6, .row-30 > .col-md-6, .row-30 > .col-lg-6, .row-30 > .col-xs-7, .row-30 > .col-sm-7, .row-30 > .col-md-7, .row-30 > .col-lg-7, .row-30 > .col-xs-8, .row-30 > .col-sm-8, .row-30 > .col-md-8, .row-30 > .col-lg-8, .row-30 > .col-xs-9, .row-30 > .col-sm-9, .row-30 > .col-md-9, .row-30 > .col-lg-9, .row-30 > .col-xs-10, .row-30 > .col-sm-10, .row-30 > .col-md-10, .row-30 > .col-lg-10, .row-30 > .col-xs-11, .row-30 > .col-sm-11, .row-30 > .col-md-11, .row-30 > .col-lg-11, .row-30 > .col-xs-12, .row-30 > .col-sm-12, .row-30 > .col-md-12, .row-30 > .col-lg-12 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > .col-xs-1, .row-40 > .col-sm-1, .row-40 > .col-md-1, .row-40 > .col-lg-1, .row-40 > .col-xs-2, .row-40 > .col-sm-2, .row-40 > .col-md-2, .row-40 > .col-lg-2, .row-40 > .col-xs-3, .row-40 > .col-sm-3, .row-40 > .col-md-3, .row-40 > .col-lg-3, .row-40 > .col-xs-4, .row-40 > .col-sm-4, .row-40 > .col-md-4, .row-40 > .col-lg-4, .row-40 > .col-xs-5, .row-40 > .col-sm-5, .row-40 > .col-md-5, .row-40 > .col-lg-5, .row-40 > .col-xs-6, .row-40 > .col-sm-6, .row-40 > .col-md-6, .row-40 > .col-lg-6, .row-40 > .col-xs-7, .row-40 > .col-sm-7, .row-40 > .col-md-7, .row-40 > .col-lg-7, .row-40 > .col-xs-8, .row-40 > .col-sm-8, .row-40 > .col-md-8, .row-40 > .col-lg-8, .row-40 > .col-xs-9, .row-40 > .col-sm-9, .row-40 > .col-md-9, .row-40 > .col-lg-9, .row-40 > .col-xs-10, .row-40 > .col-sm-10, .row-40 > .col-md-10, .row-40 > .col-lg-10, .row-40 > .col-xs-11, .row-40 > .col-sm-11, .row-40 > .col-md-11, .row-40 > .col-lg-11, .row-40 > .col-xs-12, .row-40 > .col-sm-12, .row-40 > .col-md-12, .row-40 > .col-lg-12 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > .col-xs-1, .row-50 > .col-sm-1, .row-50 > .col-md-1, .row-50 > .col-lg-1, .row-50 > .col-xs-2, .row-50 > .col-sm-2, .row-50 > .col-md-2, .row-50 > .col-lg-2, .row-50 > .col-xs-3, .row-50 > .col-sm-3, .row-50 > .col-md-3, .row-50 > .col-lg-3, .row-50 > .col-xs-4, .row-50 > .col-sm-4, .row-50 > .col-md-4, .row-50 > .col-lg-4, .row-50 > .col-xs-5, .row-50 > .col-sm-5, .row-50 > .col-md-5, .row-50 > .col-lg-5, .row-50 > .col-xs-6, .row-50 > .col-sm-6, .row-50 > .col-md-6, .row-50 > .col-lg-6, .row-50 > .col-xs-7, .row-50 > .col-sm-7, .row-50 > .col-md-7, .row-50 > .col-lg-7, .row-50 > .col-xs-8, .row-50 > .col-sm-8, .row-50 > .col-md-8, .row-50 > .col-lg-8, .row-50 > .col-xs-9, .row-50 > .col-sm-9, .row-50 > .col-md-9, .row-50 > .col-lg-9, .row-50 > .col-xs-10, .row-50 > .col-sm-10, .row-50 > .col-md-10, .row-50 > .col-lg-10, .row-50 > .col-xs-11, .row-50 > .col-sm-11, .row-50 > .col-md-11, .row-50 > .col-lg-11, .row-50 > .col-xs-12, .row-50 > .col-sm-12, .row-50 > .col-md-12, .row-50 > .col-lg-12 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.row-custom {
  margin-left: -5px;
  margin-right: -5px;
}
.row-custom > .col-xs-1, .row-custom > .col-sm-1, .row-custom > .col-md-1, .row-custom > .col-lg-1, .row-custom > .col-xs-2, .row-custom > .col-sm-2, .row-custom > .col-md-2, .row-custom > .col-lg-2, .row-custom > .col-xs-3, .row-custom > .col-sm-3, .row-custom > .col-md-3, .row-custom > .col-lg-3, .row-custom > .col-xs-4, .row-custom > .col-sm-4, .row-custom > .col-md-4, .row-custom > .col-lg-4, .row-custom > .col-xs-5, .row-custom > .col-sm-5, .row-custom > .col-md-5, .row-custom > .col-lg-5, .row-custom > .col-xs-6, .row-custom > .col-sm-6, .row-custom > .col-md-6, .row-custom > .col-lg-6, .row-custom > .col-xs-7, .row-custom > .col-sm-7, .row-custom > .col-md-7, .row-custom > .col-lg-7, .row-custom > .col-xs-8, .row-custom > .col-sm-8, .row-custom > .col-md-8, .row-custom > .col-lg-8, .row-custom > .col-xs-9, .row-custom > .col-sm-9, .row-custom > .col-md-9, .row-custom > .col-lg-9, .row-custom > .col-xs-10, .row-custom > .col-sm-10, .row-custom > .col-md-10, .row-custom > .col-lg-10, .row-custom > .col-xs-11, .row-custom > .col-sm-11, .row-custom > .col-md-11, .row-custom > .col-lg-11, .row-custom > .col-xs-12, .row-custom > .col-sm-12, .row-custom > .col-md-12, .row-custom > .col-lg-12 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media (min-width: 1050px) {
  .row-custom {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-custom > .col-xs-1, .row-custom > .col-sm-1, .row-custom > .col-md-1, .row-custom > .col-lg-1, .row-custom > .col-xs-2, .row-custom > .col-sm-2, .row-custom > .col-md-2, .row-custom > .col-lg-2, .row-custom > .col-xs-3, .row-custom > .col-sm-3, .row-custom > .col-md-3, .row-custom > .col-lg-3, .row-custom > .col-xs-4, .row-custom > .col-sm-4, .row-custom > .col-md-4, .row-custom > .col-lg-4, .row-custom > .col-xs-5, .row-custom > .col-sm-5, .row-custom > .col-md-5, .row-custom > .col-lg-5, .row-custom > .col-xs-6, .row-custom > .col-sm-6, .row-custom > .col-md-6, .row-custom > .col-lg-6, .row-custom > .col-xs-7, .row-custom > .col-sm-7, .row-custom > .col-md-7, .row-custom > .col-lg-7, .row-custom > .col-xs-8, .row-custom > .col-sm-8, .row-custom > .col-md-8, .row-custom > .col-lg-8, .row-custom > .col-xs-9, .row-custom > .col-sm-9, .row-custom > .col-md-9, .row-custom > .col-lg-9, .row-custom > .col-xs-custom, .row-custom > .col-sm-custom, .row-custom > .col-md-custom, .row-custom > .col-lg-custom, .row-custom > .col-xs-11, .row-custom > .col-sm-11, .row-custom > .col-md-11, .row-custom > .col-lg-11, .row-custom > .col-xs-12, .row-custom > .col-sm-12, .row-custom > .col-md-12, .row-custom > .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

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

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

.row-0:before, .row-0:after {
  content: " ";
  display: table;
}

.row-10:before, .row-10:after {
  content: " ";
  display: table;
}

.row-15:before, .row-15:after {
  content: " ";
  display: table;
}

.row-20:before, .row-20:after {
  content: " ";
  display: table;
}

.row-25:before, .row-25:after {
  content: " ";
  display: table;
}

.row-30:before, .row-30:after {
  content: " ";
  display: table;
}

.row-40:before, .row-40:after {
  content: " ";
  display: table;
}

.row-50:before, .row-50:after {
  content: " ";
  display: table;
}

.row-custom:before, .row-custom:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .row:after, .row-0:after, .row-10:after, .row-15:after, .row-20:after, .row-25:after, .row-30:after, .row-40:after, .row-50:after, .row-custom:after {
  clear: both;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {
  margin: 0;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  color: #535353;
  background-color: #ffffff;
  width: 100%;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/********************************
	レイアウト
*********************************/
main {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  main {
    margin-top: 30px;
  }
}
.contents_wrap {
  padding: 15px 10px 30px 10px;
}

@media (min-width: 768px) {
  .contents_wrap {
    padding: 20px 20px 50px 20px;
  }
}
.contents_inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*下層*/
.under_page {
  margin: 70px 0;
}
.under_page .contents_area {
  background: #fdeedd;
  border: 1px solid #e59213;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.under_page .contents_wrap {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.under_page .contents_inner {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .under_page {
    margin: 70px 0 60px 0;
  }
}
@media (min-width: 768px) {
  .under_page .contents_area {
    padding: 20px;
    margin-bottom: 30px;
  }
  .under_page .contents_wrap {
    padding: 30px 10px;
  }
}
/********************************
	ステップ
*********************************/
/*矢印*/
.step {
  text-align: center;
  margin-bottom: 10px;
}
.step li {
  position: relative;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: 0;
  background: #aaa;
  color: #fff;
  margin-right: 16px;
  padding: 5px 10px;
}
.step li span {
  font-size: 14px;
}
.step li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #aaa;
  right: -14px;
}
.step li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border-width: 14px 0 14px 14px;
  border-style: solid;
  border-color: #aaa #aaa #aaa transparent;
  left: -14px;
}
.step li:first-child {
  padding-left: 20px;
}
.step li:first-child:after {
  display: none;
}
.step li.current_step {
  background: #00b7d4;
}
.step li.current_step:before {
  border-left-color: #00b7d4;
}
.step li.current_step:after {
  border-color: #00b7d4 #00b7d4 #00b7d4 transparent;
}

@media (min-width: 768px) {
  .step {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .step li {
    margin-right: 20px;
    padding: 5px 20px;
  }
  .step li span {
    font-size: 20px;
  }
  .step li:before {
    margin-top: -18px;
    border-width: 18px 0 18px 18px;
    right: -18px;
  }
  .step li:after {
    margin-top: -18px;
    border-width: 18px 0 18px 18px;
    left: -18px;
  }
  .step li:first-child {
    padding-left: 26px;
  }
}
/********************************
	ヘッダー
*********************************/
#header {
  padding-top: 57px;
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
}

.head_inner {
  display: table;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 5px solid #fe8ec7;
  width: 100%;
  height: 57px;
  table-layout: fixed;
}
.head_inner #logo {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.head_inner #logo img {
  width: 100%;
  max-width: 399px;
}
.head_inner .head_login {
  width: 52px;
  height: 52px;
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.head_inner .head_login a {
  text-decoration: none;
  padding-top: 6px;
  display: block;
  width: 100%;
  height: 52px;
  color: #336ebd;
  background-image: url(images/head_btn01_sp.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 4px;
  background-size: 24px 28px;
}
.head_inner .head_login a:hover, .head_inner .head_login a:active {
  text-decoration: none;
}
.head_inner .head_admission {
  width: 52px;
  height: 52px;
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.head_inner .head_admission a {
  text-decoration: none;
  padding-top: 6px;
  display: block;
  width: 100%;
  height: 52px;
  color: #ea5048;
  background-image: url(images/head_btn02_sp.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 5px;
  background-size: 24px 28px;
}
.head_inner .head_admission a:hover, .head_inner .head_admission a:active {
  text-decoration: none;
}

@media (min-width: 768px) {
  #header {
    padding-top: 0;
    background: #fff;
  }
  .head_inner {
    position: relative;
    top: auto;
    left: auto;
    border-bottom: 0;
    width: 720px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding-top: 0;
  }
  .head_inner #logo {
    padding-left: 0;
    padding-right: 0;
  }
  .head_inner #logo img {
    width: auto;
  }
  .head_inner .head_login {
    width: 276px;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    font-size: 15px;
    position: relative;
    top: -1px;
  }
  .head_inner .head_login a {
    padding-top: 0;
    padding-left: 30px;
    font-weight: bold;
    line-height: 56px;
    height: 56px;
    color: #fff;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #0c328e;
    background-image: url(images/head_btn02.png);
    background-position: left 10px bottom 50%;
    background-size: 21px 26px;
  }
  .head_inner .head_admission {
    width: 244px;
    height: 56px;
    border: 0;
    font-size: 15px;
    position: relative;
    top: -1px;
  }
  .head_inner .head_admission a {
    padding-top: 0;
    padding-left: 30px;
    font-weight: bold;
    line-height: 56px;
    height: 56px;
    color: #fff;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #d71e35;
    background-image: url(images/head_btn01.png);
    background-repeat: no-repeat;
    background-position: left 10px bottom 50%;
    background-size: 24px 27px;
  }
}
@media (min-width: 1050px) {
  .head_inner {
    width: 1050px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .head_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }
  .head_inner #logo {
    display: block;
    padding-top: 12px;
  }
  .head_inner #logo img {
    display: none;
  }
  .head_inner #logo::before {
    content: "";
    display: block;
    width: 281px;
    height: 29px;
    background: url(images/logo.png) 0 0 no-repeat;
  }
  .head_inner #logo::after {
    content: "";
    display: block;
    width: 98px;
    height: 15px;
    background: url(images/logo.png) -301px -8px no-repeat;
    margin-top: 4px;
  }
  .head_inner .head_login {
    padding-left: 10px;
    padding-right: 0;
    width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .head_inner #logo::before {
    width: 230px;
    background-size: 133%;
  }
  .head_inner #logo::after {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .head_inner #logo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .head_inner {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .head_inner #logo {
    width: calc(100% - 53px - 40px);
  }
  .head_inner .head_admission, .head_inner .head_login {
    width: 42px;
    height: 42px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    position: absolute;
    top: 5px;
  }
  .head_inner .head_admission a, .head_inner .head_login a {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding-top: 25px;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: left 50% top 5px;
    background-size: 15px 18px;
  }
  .head_inner .head_admission a:hover, .head_inner .head_admission a:active {
    text-decoration: none;
  }
  .head_inner .head_login a:hover, .head_inner .head_login a:active {
    text-decoration: none;
  }
  .head_inner .head_admission a > span.sp, .head_inner .head_login a > span.sp {
    display: block;
    transform: scale(0.9);
  }
  .head_inner .head_admission {
    right: 53px;
  }
  .head_inner .head_admission a {
    color: #ea5048;
    background-image: url(images/head_btn02_sp.png);
  }
  .head_inner .head_login {
    right: 6px;
  }
  .head_inner .head_login a {
    color: #336ebd;
    background-image: url(images/head_btn01_sp.png);
  }
}
/***nav****/
.gnav {
  display: none;
}

@media (min-width: 768px) {
  .gnav {
    display: block;
    margin-top: 30px;
  }
  .gnav ul {
    width: 100%;
    background: #fff;
    border-top: 1px solid #525252;
    border-left: 1px solid #525252;
    border-right: 1px solid #525252;
    border-bottom: 3px solid #fe8ec7;
    padding-top: 1px;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
  }
  .gnav ul li {
    display: block;
    width: 16.666%;
    float: left;
    cursor: pointer;
    border-left: 1px solid #525252;
    margin-bottom: 3px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  .gnav ul li:first-child {
    border-left: 0;
  }
  .gnav ul li a {
    display: table-cell;
    width: 119px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 8px 0 4px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #525252;
    margin-bottom: -3px;
    position: relative;
  }
  .gnav ul li a:hover, .gnav ul li a:active {
    text-decoration: none;
    color: inherit;
  }
  .gnav ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: -moz-calc(100% + 4px);
    height: -o-calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    background: #f9efd7;
    display: none;
  }
  .gnav ul li:first-child:before {
    -webkit-border-radius: 6px 0 0 0;
    -ms-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -o-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
  }
  .gnav ul li:last-child:before {
    -webkit-border-radius: 0 6px 0 0;
    -ms-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -o-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
  }
  .gnav ul li:hover:before {
    display: block;
  }
}
@media (min-width: 1050px) {
  .gnav ul li a {
    width: 156px;
  }
}
/*******************************
	重要事項
*******************************/
.pdf_explain {
  color: #777777;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .pdf_explain {
    margin-bottom: 35px !important;
  }
}
.check_pdf {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 400px;
  margin-top: 35px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.check_pdf p {
  color: #d71618;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.check_pdf a {
  display: block;
  width: 100%;
  border: 3px solid #d71618;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1c;
  text-decoration: none;
  padding-left: 40px;
  line-height: 50px;
  background-image: url(images/pdf_icon.png);
  background-size: 30px 33px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.check_pdf a:hover, .check_pdf a:active {
  text-decoration: none;
  color: #1c1c1c;
}

@media (min-width: 768px) {
  .check_pdf {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .check_pdf p {
    font-size: 20px;
  }
  .check_pdf a {
    font-size: 22px;
    padding-left: 40px;
    line-height: 70px;
    background-size: 42px 46px;
  }
}
/********************************
	フッター
*********************************/
#footer {
  background: #e6e6e5;
  margin-bottom: 86px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #footer {
    margin-bottom: 128px;
    margin-top: 60px;
  }
}
.under_footer {
  margin-bottom: 0 !important;
}

/**pagetop btn**/
/*nav*/
.foot_nav {
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.foot_nav li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
}
.foot_nav li a {
  font-size: 12px;
  color: #1c1c1c;
  text-decoration: none;
}
.foot_nav li a:hover {
  text-decoration: underline;
  color: #4db1ee;
}

@media (min-width: 768px) {
  .foot_nav {
    padding-top: 32px;
    padding-bottom: 27px;
  }
  .foot_nav li {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .foot_nav li a {
    font-size: 16px;
  }
}
/*address*/
.foot_info {
  border-top: 1px solid #414141;
  padding: 10px 15px;
  font-size: 12px;
}
.foot_info strong {
  display: block;
  margin-bottom: 10px;
}
.foot_info address {
  line-height: 1.3;
}
.foot_info address a {
  color: #535353;
}
.foot_info address a:hover {
  color: #4db1ee;
}

@media (min-width: 768px) {
  .foot_info {
    padding: 30px 0;
    font-size: 14px;
  }
  .foot_info strong {
    display: block;
    margin-bottom: 10px;
  }
  .foot_info address {
    line-height: 1.6;
  }
  .foot_inner {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*logo*/
.foot_logo {
  text-align: right;
  margin-top: 15px;
}
.foot_logo img {
  width: 182px;
}

@media (min-width: 768px) {
  .foot_logo img {
    width: 277px;
  }
}
/*copy*/
.copyright {
  color: #535353;
  background: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  padding: 18px 0;
}

@media (min-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}
/*加入*/
.foot_admission {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(55, 55, 55, 0.6);
}
.foot_admission a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #da3715;
  border: 4px solid #fff;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -ms-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  -o-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  line-height: 40px;
  position: relative;
}
.foot_admission a:hover, .foot_admission a:active {
  text-decoration: none;
  color: #fff;
}
.foot_admission a::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  background: url(images/top_gmenu_arrow.png) 0 0 no-repeat;
}

@media (min-width: 768px) {
  .foot_admission {
    padding: 25px;
  }
  .foot_admission a {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    background: #da3715;
    border: 4px solid #fff;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    line-height: 70px;
  }
}
/********************************
	メインビジュアル
*********************************/
#main_visual {
  position: relative;
  text-align: center;
  margin-top: 57px !important;
}
#main_visual > .image {
  position: relative;
  z-index: 1;
}
#main_visual > .image a {
  position: absolute;
  display: inline-block;
  top: 47px;
  left: 657px;
  width: 306px;
  transition: transform 0.3s;
}
#main_visual > .image a:hover {
  transform: scale(1.1);
}

.main_year {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #d53f85;
  background: #fff;
  border: 2px solid rgba(219, 100, 153, 0.77);
  width: 80px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.main_bnr {
  text-align: center;
  padding: 0 3px;
  margin: 10px 0;
  margin-top: -11vw;
  display: table;
  width: 100%;
  table-layout: fixed;
  z-index: 2;
  position: relative;
}
.main_bnr div {
  display: table-cell;
  padding: 0 2px;
}

.head_pdf {
  text-align: left;
  color: #494949;
}
.head_pdf a:before {
  content: "";
  display: inline-block;
  background-image: url(images/pdf_icon02.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  .head_pdf {
    text-align: right;
    font-size: 18px;
    margin: 20px 0 30px 0 !important;
  }
}
@media (min-width: 568px) {
  .main_year {
    font-size: 24px;
    line-height: 38px;
    border: 4px solid rgba(219, 100, 153, 0.77);
    width: 150px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  #main_visual {
    margin-top: 70px !important;
  }
  .main_year {
    width: 180px;
    bottom: 0;
    right: 50%;
    margin-right: -345px;
  }
  .main_bnr {
    padding: 0;
    width: 100%;
    max-width: 700px;
    margin: -60px auto 34px auto;
  }
  .main_bnr div {
    display: table-cell;
    padding: 0 2px;
  }
  .pc_main_txt {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 740px;
  }
  .pc_main_txt div {
    border: 1px solid #000;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 740px;
    color: #585757;
    font-size: 15px;
  }
}
@media (min-width: 1050px) {
  .main_year {
    margin-right: -445px;
  }
  .pc_main_txt {
    max-width: 940px;
  }
}
.mv_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

@media (max-width: 767px) {
  #main_visual img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main_visual {
    max-width: 1050px;
    margin: 0 auto;
  }
  .mv_menu {
    display: block;
    top: 12px;
    left: 12px;
  }
  .mv_menu ul li {
    list-style: none;
    margin-top: 7px;
  }
  .mv_menu ul li:first-child {
    margin-top: 0;
  }
  .mv_menu ul li a {
    display: block;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    height: 50px;
    width: 300px;
    position: relative;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .mv_menu ul li a::after {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(images/top_gmenu_arrow.png) 0 0 no-repeat;
  }
  .mv_menu ul li.cont01 a {
    background: #e59213;
  }
  .mv_menu ul li.cont02 a {
    background: #6a48c0;
  }
  .mv_menu ul li.cont03 a {
    background: #6b9132;
  }
  .mv_menu ul li.cont04 a {
    background: #1ebbee;
  }
  .mv_menu ul li.cont05 a {
    background: #114497;
  }
}
@media (min-width: 1050px) {
  .mv_menu {
    top: 48px;
    left: 45px;
  }
  .mv_menu ul li {
    margin-top: 10px;
  }
  .mv_menu ul li a {
    height: 60px;
    line-height: 60px;
  }
  .mv_menu ul li a::after {
    top: 24px;
    right: 24px;
  }
}
.head_pdf, .pdf_link {
  margin-left: 5px;
  margin-right: 5px;
}

.head_pdf a, .pdf_link a {
  font-size: 15px;
  font-weight: bold;
  color: #af1616;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 46px;
  border: 2px solid #af1616;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 28px;
  -ms-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
}

.head_pdf a:before, .pdf_link a:before {
  content: "";
  display: inline-block;
  background-image: url(images/pdf_icon02.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -3px;
}

.head_pdf a::after, .pdf_link a::after {
  content: "";
  display: block;
  background: url(images/pf_pdf_btn_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (min-width: 768px) {
  .head_pdf a, .pdf_link a {
    width: 360px;
  }
}
/********************************
	補償の内容
*********************************/
#cont01 .contents_area {
  background: #fdeedd;
  border: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#cont01 h2 {
  position: relative;
}
#cont01 h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#cont01.on h2:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cont01.on .contents_area {
  height: auto;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #cont01 {
    margin-bottom: 65px;
  }
  #cont01 h2 {
    pointer-events: none;
  }
  #cont01 h2:after {
    display: none;
  }
  #cont01 .contents_area {
    height: auto;
    opacity: 1;
    margin-bottom: 5px;
  }
}
/*動画*/
.movie_area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 708px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .movie_area {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.video_wrap {
  position: relative;
  width: 100%;
  max-width: 672px;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}
.video_wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*保証の例1*/
.content_box01 {
  margin-top: 20px;
}
.content_box01 .box_right {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1050px) {
  .content_box01 {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
  }
  .content_box01 .box_right {
    display: table-cell;
    vertical-align: middle;
    width: 210px;
    margin-top: 0;
  }
  .content_box01 .box_right figure {
    width: 204px;
    margin-left: auto;
  }
  .content_box01 .box_left {
    display: table-cell;
    vertical-align: top;
    width: 635px;
  }
}
.example_area {
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #8c8c8c;
}
.example_area dt {
  font-weight: bold;
  color: #303131;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid #bd1166;
  margin-bottom: 15px;
}
.example_area dt span {
  font-size: 1.5em;
}
.example_area dt.example_area_ttl02 {
  border-bottom-color: #c2c1c1;
}
.example_area dd p {
  line-height: 1.6 !important;
}
.example_area dd .note {
  padding: 10px;
  background: #fef5e7;
  border: 1px solid #f7cbdf;
  margin-bottom: 10px;
}
.example_area dd .note p {
  font-size: 12px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .example_area {
    padding: 20px 17px;
  }
  .example_area dt {
    padding-bottom: 10px;
  }
}
/**判例**/
.case_area {
  background: #ecfbfe;
  border: 2px solid #65caf7;
  border-radius: 10px;
  padding: 7px 10px 15px 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 537px;
}
.case_area p {
  color: #221815;
}
.case_area .case_ttl {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1 !important;
  text-align: center;
  background: #146be2;
  padding: 5px 0 3px 0;
}
.case_area .case_area_inner {
  background: #1f76da;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1f76da 0%, #146be2 31%, #2c84d1 87%, #2c84d1 87%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1f76da 0%, #146be2 31%, #2c84d1 87%, #2c84d1 87%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1f76da 0%, #146be2 31%, #2c84d1 87%, #2c84d1 87%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1f76da", endColorstr="#2c84d1",GradientType=0 );
  /* IE6-9 */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
  border-radius: 6px;
  padding: 10px 5px;
  text-align: center;
}
.case_area .case_area_inner p {
  margin: 0 !important;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.case_area .case_area_inner p strong {
  font-size: 13px;
}
.case_area .case_area_inner p span.fo_lg {
  font-size: 24px;
  line-height: 1;
}
.case_area .case_area_inner p span.case_area_inner_price {
  color: #fff79f;
}

@media (min-width: 768px) {
  .case_area {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .case_area .case_area_inner {
    max-width: 448px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .case_area .case_area_inner p {
    font-size: 16px;
  }
  .case_area .case_area_inner p strong {
    font-size: 22px;
  }
  .case_area .case_area_inner p span.fo_lg {
    font-size: 34px;
  }
}
/********************************
	補償の内容
*********************************/
#cont02 .contents_area {
  background: #eee1fc;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#cont02 h2 {
  background: #6a48c0;
  position: relative;
}
#cont02 h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#cont02.on h2:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cont02.on .contents_area {
  height: auto;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #cont02 {
    margin-bottom: 65px;
  }
  #cont02 h2 {
    pointer-events: none;
  }
  #cont02 h2:after {
    display: none;
  }
  #cont02 .contents_area {
    height: auto;
    opacity: 1;
  }
}
.price_box {
  position: relative;
  padding-top: 1.32em;
}
.price_box .price_txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
}
.price_box .price_no {
  font-size: 13px;
}

@media (min-width: 768px) {
  .price_box .price_no {
    font-size: 18px;
  }
}
@media (min-width: 1050px) {
  .price_box .price_no {
    font-size: 26px;
  }
}
/*判例*/
.content_box02 {
  margin-top: 20px;
}
.content_box02 dt {
  background-color: #5b1ad3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px;
}
.content_box02 dd {
  padding: 10px;
  background: #fff;
}
.content_box02 .fo_lg {
  font-size: 16px;
}

@media (min-width: 768px) {
  .content_box02 {
    margin-top: 0;
  }
  .content_box02 dt {
    font-size: 22px;
  }
  .content_box02 dd {
    padding: 15px 15px 5px 15px;
  }
  .content_box02 .fo_lg {
    font-size: 24px;
  }
}
.content_box02_base {
  position: relative;
  padding-top: 2.5em;
}
.content_box02_base .content_box02_sup {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .content_box02_base .content_box02_sup {
    top: -6px;
    font-size: 16px;
  }
}
/********************************
	補償期間とご加入手続き
*********************************/
#cont03 .contents_area {
  background: #eeffd0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#cont03 h2 {
  background: #6b9132;
  position: relative;
}
#cont03 h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#cont03.on h2:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cont03.on .contents_area {
  height: auto;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #cont03 {
    margin-bottom: 65px;
    overflow: visible;
    position: relative;
  }
  #cont03 h2 {
    pointer-events: none;
  }
  #cont03 h2:after {
    display: none;
  }
  #cont03 .contents_area {
    height: auto;
    opacity: 1;
    overflow: visible;
  }
}
/*保証*/
.content_box03 {
  margin-bottom: 20px;
}
.content_box03 dt {
  background-color: #6b9132;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px;
  font-weight: bold;
}
.content_box03 dd {
  padding: 10px;
  background: #fff;
  border-left: 2px solid #6b9132;
  border-right: 2px solid #6b9132;
  border-bottom: 2px solid #6b9132;
}
.content_box03 .fo_lg {
  font-size: 1.2em !important;
}
.content_box03 .content_box03_lead {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.content_box03 .content_box03_lead span {
  font-size: 14px;
}

@media (min-width: 768px) {
  .content_box03 {
    margin-bottom: 20px;
  }
  .content_box03 dt {
    font-size: 22px;
  }
  .content_box03 dd {
    padding: 24px 15px 15px 15px;
  }
  .content_box03 .fo_lg {
    font-size: 1.5em !important;
  }
  .content_box03 .content_box03_lead {
    font-size: 18px;
  }
  .content_box03 .content_box03_lead ~ ul.list-asterisk {
    padding-left: 0;
  }
  .content_box03 .content_box03_lead ~ ul.list-asterisk li {
    list-style: none;
    position: relative;
    padding-left: 2em;
  }
  .content_box03 .content_box03_lead ~ ul.list-asterisk li > span:first-child {
    position: absolute;
    left: 0;
  }
}
#cont03 h3 {
  background: #6b9132;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding: 6px 10px 3px 10px;
  border-radius: 4px;
  margin-bottom: 1em;
}
#cont03 .contents_wrap {
  padding: 20px;
}
#cont03 .fo_lg {
  font-weight: bold;
  font-size: 1.1em;
  color: #1d1d1d;
}

/*フロー図*/
@media (min-width: 768px) {
  .flow_area_inner {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  #cont03 .fo_lg {
    font-size: 1.2em;
  }
}
.arrow01 {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  margin-bottom: 4px !important;
}
.arrow01:after {
  content: "";
  display: block;
  background-color: #000;
  width: 2px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 62px;
  bottom: -17px;
}
.arrow01:before {
  content: "";
  display: block;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 60px;
  bottom: -20px;
}

@media (min-width: 768px) {
  .arrow01 {
    margin-bottom: 25px !important;
  }
  .arrow01:after {
    width: 3px;
    height: 55px;
    left: 133px;
    bottom: -49px;
  }
  .arrow01:before {
    width: 15px;
    height: 15px;
    left: 127px;
    bottom: -56px;
  }
}
@media (min-width: 1050px) {
  .arrow01:after {
    left: 212px;
  }
  .arrow01:before {
    left: 206px;
  }
}
.arrow02 {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  margin-top: 0 !important;
}
.arrow02 span {
  padding-left: 30px;
}
.arrow02:after {
  content: "";
  display: block;
  background-color: #000;
  width: 2px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 62px;
  top: -24px;
}
.arrow02:before {
  content: "";
  display: block;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 60px;
  top: -26px;
}

@media (min-width: 768px) {
  .arrow02 {
    margin-top: 35px !important;
    margin-bottom: 20px;
  }
  .arrow02 span {
    padding-left: 110px;
  }
  .arrow02:after {
    width: 3px;
    height: 55px;
    left: 133px;
    top: -60px;
  }
  .arrow02:before {
    width: 15px;
    height: 15px;
    left: 127px;
    top: -66px;
  }
}
@media (min-width: 1050px) {
  .arrow02 span {
    padding-left: 190px;
  }
  .arrow02:after {
    left: 212px;
  }
  .arrow02:before {
    left: 206px;
  }
}
.list_table02 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.list_table02 .list_table02_cell_left {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.list_table02 .list_table02_cell_left div {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  background: #9f9f9f;
  color: #fff;
  padding: 11px 5px 11px 5px;
  position: relative;
}
.list_table02 .list_table02_cell_left div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -17px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #9f9f9f;
  right: -10px;
}
.list_table02 .list_table02_cell_right {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.list_table02 .list_table02_cell_right div {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  background: #4e783b;
  color: #fff;
  padding: 11px 5px 11px 5px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.list_table02 .list_table02_cell_right div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -17px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #4e783b;
  right: -10px;
}
.list_table02 .list_table02_cell_right div:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border-width: 17px 0 17px 10px;
  border-style: solid;
  border-color: #4e783b #4e783b #4e783b transparent;
  left: -10px;
}

@media (min-width: 768px) {
  .list_table02 {
    margin-bottom: 10px;
  }
  .list_table02 .list_table02_cell_left {
    width: 25%;
  }
  .list_table02 .list_table02_cell_left div {
    font-size: 27px;
    padding: 12px 10px 13px 10px;
  }
  .list_table02 .list_table02_cell_left div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -26px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 22px solid #9e9e9e;
    right: -22px;
  }
  .list_table02 .list_table02_cell_right {
    width: 75%;
  }
  .list_table02 .list_table02_cell_right div {
    font-size: 27px;
    padding: 12px 10px 13px 10px;
    margin-left: 22px;
    margin-right: 22px;
  }
  .list_table02 .list_table02_cell_right div span {
    font-size: 21px;
  }
  .list_table02 .list_table02_cell_right div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -26px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 22px solid #4e783b;
    right: -22px;
  }
  .list_table02 .list_table02_cell_right div:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -26px;
    border-width: 26px 0 26px 22px;
    border-style: solid;
    border-color: #4e783b #4e783b #4e783b transparent;
    left: -22px;
  }
}
.balloon {
  position: relative;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  padding: 8px;
  background-color: #fff;
  border: 3px solid #f28f00;
  border-radius: 6px;
  display: block;
  width: 100%;
  max-width: 380px;
}
.balloon .balloon_inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.balloon .balloon_inner .balloon_left {
  display: table-cell;
  vertical-align: top;
  width: 5.2em;
}
.balloon .balloon_inner .balloon_right {
  display: table-cell;
  vertical-align: top;
}
.balloon:before {
  content: "";
  position: absolute;
  left: 44px;
  top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 8px solid #f28f00;
  border-left: 15px solid transparent;
}
.balloon:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 44px;
  top: -7px;
  border-right: 15px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 15px solid transparent;
}

@media (min-width: 768px) {
  .balloon {
    margin-top: 0;
    position: absolute;
    top: -24px;
    left: 220px;
    font-size: 18px;
  }
  .balloon:before {
    left: -32px;
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 30px solid #f28f00;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
  }
  .balloon:after {
    left: -24px;
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
  }
}
@media (min-width: 1050px) {
  .balloon {
    left: 298px;
  }
}
.cont03_note {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .cont03_note {
    display: block;
    background: #fff;
    padding-top: 5px;
  }
}
/********************************
	特典サービス
*********************************/
#cont04 .contents_area {
  background: #e6fffe;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#cont04 h2 {
  background: #1ebbee;
  position: relative;
}
#cont04 h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#cont04.on h2:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cont04.on .contents_area {
  height: auto;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #cont04 {
    margin-bottom: 65px;
  }
  #cont04 h2 {
    pointer-events: none;
  }
  #cont04 h2:after {
    display: none;
  }
  #cont04 .contents_area {
    height: auto;
    opacity: 1;
  }
}
/*サービス*/
.content_box04 {
  margin-top: 30px;
}
.content_box04 > dt {
  background-color: #1ebbee;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
}
.content_box04 > dd {
  padding: 10px;
  background: #fff;
  border-left: 2px solid #1ebbee;
  border-right: 2px solid #1ebbee;
  border-bottom: 2px solid #1ebbee;
}
.content_box04 .fo_lg {
  font-size: 1.2em !important;
}

@media (min-width: 768px) {
  .content_box04 > dt {
    font-size: 22px;
  }
  .content_box04 > dd {
    padding: 24px 15px 15px 15px;
  }
  .content_box04 .custom_pad {
    padding-right: 15px;
  }
}
@media (min-width: 1050px) {
  .content_box04 .custom_pad {
    padding-right: 20px;
  }
  .content_box04 .custom_pad02 {
    padding: 0 20px;
  }
}
.content_box04_01 {
  background: #ebf9fd;
  border: 2px solid #1ebbee;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.content_box04_01 h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .content_box04_01 h3 {
    font-size: 22px;
  }
}
.content_box04_02 {
  background: #ebf9fd;
  border: 2px solid #1ebbee;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.content_box04_02 h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #1ebbee;
}
.content_box04_02 dl.content_box04_02_time {
  display: table;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}
.content_box04_02 dl.content_box04_02_time dt {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #1ebbee;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.content_box04_02 dl.content_box04_02_time dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .content_box04_02 h3 {
    font-size: 22px;
  }
  .content_box04_02 dl.content_box04_02_time dt {
    width: 80px;
    font-size: 15px;
  }
  .content_box04_02 dl.content_box04_02_time dd {
    font-size: 13px;
    padding-left: 10px;
  }
}
.content_box04--intro-app {
  display: block;
  position: relative;
  margin-top: 0;
  background: #FFF67F;
  padding: 0 25px 25px 25px;
}
.content_box04--intro-app dt {
  background: #FFF67F;
  color: #F4469D;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 32px;
}
.content_box04--intro-app dd {
  background: #fff;
  border: none;
}
.content_box04--intro-app dd h3 {
  font-size: 20px;
  color: #F4469D;
  font-weight: bold;
  border-bottom: 1px solid #F4469D;
  margin-bottom: 8px;
}
.content_box04--intro-app dd p + h3 {
  margin-top: 16px;
}
.content_box04--intro-app .note {
  margin-top: 2em;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.content_box04--intro-app .content_box04_movie {
  text-align: center;
  margin-top: 20px;
}
.content_box04--intro-app .content_box04_movie__b {
  border: 1px solid #231815;
  padding: 10px 15px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.content_box04--intro-app .content_box04_movie__b__ttl {
  font-size: 14px;
  font-weight: bold;
}
.content_box04--intro-app .content_box04_movie__b__body {
  font-size: 13px;
  margin-top: 5px;
}
.content_box04--intro-app .present-inner .youtube_embed {
  margin-top: 25px;
}

/********************************
	ご注意
*********************************/
#cont05 .contents_area {
  background: #ebf2ff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#cont05 h2 {
  background: #1447a3;
  position: relative;
}
#cont05 h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#cont05.on h2:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cont05.on .contents_area {
  height: auto;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 5px;
}
#cont05 h3 {
  color: #1447a3;
  font-size: 1.2;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
}
#cont05 p {
  padding-left: 18px;
}

@media (min-width: 768px) {
  #cont05 {
    margin-bottom: 51px;
  }
  #cont05 h2 {
    pointer-events: none;
  }
  #cont05 h2:after {
    display: none;
  }
  #cont05 .contents_area {
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #cont05 h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #cont05 p {
    padding-left: 30px;
  }
}
/********************************
	保険詳細情報ページ
*********************************/
.page_content h4.title02 {
  background: #ff5aa9;
  color: #fff;
  font-size: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page_content h4.title02 {
    font-size: 20px;
    margin-top: 60px;
  }
}
/*tel*/
.tel_area {
  background: #fff;
  border: 1px solid #b88e56;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
}
.tel_area .tel_area_no {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.tel_area .tel_area_no span {
  font-size: 1.5em;
  color: #e84019;
}
.tel_area .tel_area_time {
  padding: 10px 5px;
  background: #fffbd8;
}
.tel_area .tel_area_time .tel_area_time_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .tel_area {
    padding: 15px;
  }
  .tel_area .tel_area_no {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .tel_area .tel_area_no span {
    font-size: 1.5em;
  }
  .tel_area .tel_area_time {
    padding: 10px;
  }
}
@media (min-width: 1050px) {
  .tel_area .tel_area_time dl dt {
    font-size: 18px;
  }
  .tel_area .tel_area_time dl dd {
    font-size: 16px;
  }
}
.for_guardians {
  border: 4px solid #1563d0;
  margin: 30px 5px 15px 5px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 12px;
  font-size: 12px;
  line-height: 2;
}
.for_guardians .ttl {
  font-size: 1.2em;
}
.for_guardians .body {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .for_guardians {
    font-size: 15px;
    padding: 20px 15px;
  }
}
.pta_group_list {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #535353;
  text-align: center;
}

@media (min-width: 768px) {
  .pta_group_list {
    font-size: 16px;
    line-height: 32px;
  }
}
/********************************
	コンテンツ詳細
*********************************/
#page_tab {
  padding-top: 50px;
}
#page_tab > .tab {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#page_tab > .tab > li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #b7babc;
}
#page_tab > .tab > li:last-child {
  border-right: none;
}
#page_tab > .tab > li.cont04 a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#page_tab > .tab > li a {
  color: #fff;
  background: #fff;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 22px 0 18px 0;
}
#page_tab > .tab.active_cont01 {
  border-bottom: 4px solid #e59213;
}
#page_tab > .tab.active_cont01 .cont01 {
  border-right: none;
}
#page_tab > .tab.active_cont01 .cont01 a {
  background: #e59213;
  color: #fff;
}
#page_tab > .tab.active_cont02 {
  border-bottom: 4px solid #6a48c0;
}
#page_tab > .tab.active_cont02 .cont02 {
  border-right: none;
}
#page_tab > .tab.active_cont02 .cont02 a {
  background: #6a48c0;
  color: #fff;
}
#page_tab > .tab.active_cont02 .cont01 {
  border-right: none;
}
#page_tab > .tab.active_cont03 {
  border-bottom: 4px solid #6b9132;
}
#page_tab > .tab.active_cont03 .cont03 {
  border-right: none;
}
#page_tab > .tab.active_cont03 .cont03 a {
  background: #6b9132;
  color: #fff;
}
#page_tab > .tab.active_cont03 .cont02 {
  border-right: none;
}
#page_tab > .tab.active_cont04 {
  border-bottom: 4px solid #1ebbee;
}
#page_tab > .tab.active_cont04 .cont04 {
  border-right: none;
}
#page_tab > .tab.active_cont04 .cont04 a {
  background: #1ebbee;
  color: #fff;
}
#page_tab > .tab.active_cont04 .cont03 {
  border-right: none;
}
#page_tab > .tab.active_cont05 {
  border-bottom: 4px solid #114497;
}
#page_tab > .tab.active_cont05 .cont05 {
  border-right: none;
}
#page_tab > .tab.active_cont05 .cont05 a {
  background: #114497;
  color: #fff;
}
#page_tab > .tab.active_cont05 .cont04 {
  border-right: none;
}

@media all and (-ms-high-contrast: none) {
  #page_tab > .tab > li.cont03 a {
    padding-bottom: 9px;
  }
}
@-moz-document url-prefix() {
  #page_tab > .tab > li.cont03 a {
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  #page_tab {
    padding-top: 70px;
  }
  #page_tab > .tab {
    margin: 0 auto;
    width: 100%;
    padding-left: calc((100% - 948px) / 2);
    padding-right: calc((100% - 948px) / 2);
  }
}
.page_detail_cont05 #cont05 .cont05_explain {
  background: #fff;
}
.page_detail_cont05 #cont05 .cont05_explain .container {
  margin-left: 0;
  margin-right: 0;
}
.page_detail_cont05 #cont05 .cont05_explain .check_pdf {
  width: 100%;
  padding: 30px 10px 35px 10px;
  margin-bottom: 0;
}
.page_detail_cont05 #cont05 .cont05_explain .check_pdf p {
  color: #282828;
  font-size: 16px;
}
.page_detail_cont05 #cont05 .cont05_explain .check_pdf a {
  background: #fff;
  padding-left: 0;
  margin-top: 10px;
}
.page_detail_cont05 #cont05 .cont05_explain .check_pdf a:hover, .page_detail_cont05 #cont05 .cont05_explain .check_pdf a:focus, .page_detail_cont05 #cont05 .cont05_explain .check_pdf a:active {
  color: #af1616;
}

/********************************
	一般スタイル
*********************************/
/*link*/
a {
  color: #257cbf;
  text-decoration: underline;
}
a:hover, a:active {
  color: #4db1ee;
  text-decoration: none;
}
a:focus {
  outline: 0;
}

/*ホバー*/
.hv.sp_hv {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}
.hv.sp_hv:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -ms-filter: "alpha( opacity=70 )" !important;
}

@media (min-width: 768px) {
  .hv {
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha( opacity=100 )" !important;
  }
  .hv:hover {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    -ms-filter: "alpha( opacity=70 )" !important;
  }
}
/*sp pc 表示切り替え*/
.pc, .pc_inline {
  display: none;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc_inline {
    display: inline;
  }
}
/*罫線*/
hr {
  margin: 15px 0;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #8c8c8c;
}

/*改行位置の調整*/
br.pc {
  display: none;
}
br.xs {
  display: inline;
}
br.sm, br.md, br.lg {
  display: none;
}

@media (min-width: 768px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}
@media (min-width: 768px) {
  br.xs {
    display: none;
  }
  br.sm {
    display: inline;
  }
  br.md, br.lg {
    display: none;
  }
}
@media (min-width: 1050px) {
  br.xs, br.sm {
    display: none;
  }
  br.md {
    display: inline;
  }
  br.lg {
    display: none;
  }
}
@media (min-width: 1200px) {
  br.xs, br.sm, br.md {
    display: none;
  }
  br.lg {
    display: inline;
  }
}
/*タイトル*/
.page_content h2:not(.no_style) {
  background: #e59213;
  color: #fff;
  padding: 19px 10px 17px 10px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page_content h3:not(.no_style) {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e59213;
  padding-bottom: 5px;
  margin: 20px 0 10px 0;
}
.page_content p:not(.no_style) {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page_content h2:not(.no_style) {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    height: 100px;
    line-height: 100px;
  }
}
@media (min-width: 768px) {
  .page_content h3:not(.no_style) {
    font-size: 18px;
    margin: 30px 0 20px 0;
  }
}
/*段落*/
/*リード文*/
.lead_txt {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .lead_txt {
    font-size: 24px;
  }
}
/*テキストの位置*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-left_sm-center {
  text-align: left !important;
}

.text-right_sm-center {
  text-align: right !important;
}

.text-left_sm-right {
  text-align: left !important;
}

.text-center_sm-left, .text-center_sm-right {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-left_sm-center, .text-right_sm-center {
    text-align: center !important;
  }
  .text-center_sm-left {
    text-align: left !important;
  }
  .text-center_sm-right, .text-left_sm-right {
    text-align: right !important;
  }
}
/*テキストの色*/
.fo_pink {
  color: #f4409d;
}

.fo_purple {
  color: #be388c;
}

/*リスト*/
.page_content ul:not(.no_style), .page_content ol:not(.no_style) {
  margin-left: 0.5em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.ul_01 li {
  position: relative;
  list-style: none;
  padding-left: 5px;
  line-height: 1.8;
}
.ul_01 li:before {
  content: "■";
  display: block;
  font-size: 1em;
  color: #000;
  position: absolute;
  left: -1em;
  top: 0;
}

.ul_02 li {
  position: relative;
  list-style: none;
  line-height: 1.4;
}
.ul_02 li:before {
  content: "※";
  display: block;
  font-size: 1em;
  position: absolute;
  left: -1.5em;
  top: 0;
}

.ul_03 li {
  position: relative;
  list-style: none;
  line-height: 1.4;
}
.ul_03 li:before {
  content: "＊";
  display: block;
  font-size: 1em;
  position: absolute;
  left: -1.5em;
  top: 0;
}

dl.dl_01 dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dl.dl_02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
}
dl.dl_02 dt {
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
}
dl.dl_02 dd {
  display: table-cell;
  vertical-align: top;
}

.ol_02 {
  padding-left: 18px;
}
.ol_02 li {
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  position: relative;
}
.ol_02 li span.count {
  position: absolute;
  left: -18px;
  top: -1px;
  font-size: 1.1em;
}
.ol_02 li p {
  padding-left: 0 !important;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .ol_02 {
    padding-left: 30px;
  }
  .ol_02 li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ol_02 li span.count {
    position: absolute;
    left: -28px;
    top: -1px;
    font-size: 1.1em;
  }
}
.ol_03 {
  padding-left: 18px;
}
.ol_03 li {
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  position: relative;
}
.ol_03 li span.count {
  position: absolute;
  left: -18px;
  top: 1px;
  font-size: 1.1em;
}
.ol_03 li p {
  padding-left: 0 !important;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .ol_03 {
    padding-left: 30px;
  }
  .ol_03 li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ol_03 li span.count {
    position: absolute;
    left: -30px;
    top: -9px;
    font-size: 1.7em;
  }
}
.ol_04 {
  margin-left: 0 !important;
  padding-left: 2em !important;
  margin-bottom: 0 !important;
  counter-reset: num;
}
.ol_04 li {
  position: relative;
  list-style: none;
  font-size: 13px;
  line-height: 1.4;
}
.ol_04 li:before {
  counter-increment: num;
  content: "※" counter(num);
  display: block;
  font-size: 1em;
  position: absolute;
  left: -2em;
  top: 0;
}

/*figure*/
.page_content figcaption:not(.no_style) {
  padding-top: 10px;
  font-size: 12px;
}

/*table*/
.scroll_table {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-bottom: 20px;
}
.scroll_table table {
  width: 550px;
}
.scroll_table table th, .scroll_table table td {
  font-size: 11px;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #3e3e3e;
}
.scroll_table table thead th {
  padding: 10px;
}
.scroll_table table tbody th {
  background: #8a8a8a;
  color: #fff;
}
.scroll_table::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}
.scroll_table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll_table::-webkit-scrollbar-track-piece {
  background-color: #ddd;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .scroll_table table {
    width: 100%;
  }
  .scroll_table table th, .scroll_table table td {
    font-size: 16px;
  }
}
.sticky_table {
  position: relative;
}
.sticky_table table th, .sticky_table table td {
  font-size: 11px;
  background: #fff;
  border: 1px solid #3e3e3e;
  padding: 0 7px;
  color: #313131;
}
.sticky_table table tbody th {
  background: #8a8a8a;
  color: #fff;
}
.sticky_table .leftcell {
  position: absolute;
  top: 0;
  left: 0;
}
.sticky_table .leftcell table {
  width: 148px;
}
.sticky_table .rightcell {
  width: 100%;
  overflow: auto;
}
.sticky_table .rightcell table {
  width: 685px;
  table-layout: fixed;
}
.sticky_table .rightcell table .dammy_cell {
  width: 147px;
}

.rightcell::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}
.rightcell::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.rightcell::-webkit-scrollbar-track-piece {
  background-color: #ddd;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .sticky_table table th, .sticky_table table td {
    font-size: 16px;
    padding: 0 10px;
  }
  .sticky_table .leftcell table {
    width: 170px;
  }
  .sticky_table .rightcell table {
    width: 100%;
  }
  .sticky_table .rightcell table .dammy_cell {
    width: 169px;
  }
  .sticky_table.table_in_modal .rightcell table {
    width: 850px !important;
  }
}
@media (min-width: 1050px) {
  .sticky_table .leftcell table {
    width: 240px;
  }
  .sticky_table .rightcell table .dammy_cell {
    width: 239px;
  }
}
.responsive_table {
  width: 100%;
  table-layout: fixed;
}
.responsive_table th, .responsive_table td {
  font-size: 12px;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #3e3e3e;
}
.responsive_table thead th {
  padding: 10px;
}

@media (min-width: 768px) {
  .responsive_table th, .responsive_table td {
    font-size: 16px;
  }
}
/*table内スタイル*/
table .fo_lg {
  font-size: 13px !important;
}
table .fo_lg02 {
  font-size: 15px !important;
}
table .fo_lg03, table .fo_md {
  font-size: 13px !important;
}
table .cell_style01 {
  background-color: #b9b9b9 !important;
  color: #252525 !important;
  font-size: 10px !important;
  font-weight: normal !important;
}
table .price_down {
  display: block;
  margin-top: 3px;
}
table .tag {
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 0 2px;
  border-radius: 6px;
  margin-left: 5px;
  font-size: 11px;
}

@media (min-width: 768px) {
  table .fo_lg {
    font-size: 18px !important;
  }
  table .fo_lg02 {
    font-size: 22px !important;
  }
  table .fo_lg03, table .fo_md {
    font-size: 18px !important;
  }
  table .fo_sm {
    font-size: 0.95em !important;
  }
}
@media (min-width: 1050px) {
  table .fo_lg {
    font-size: 26px !important;
  }
  table .fo_lg02 {
    font-size: 32px !important;
  }
  table .fo_lg03 {
    font-size: 24px !important;
  }
  table .cell_style01 {
    font-size: 16px !important;
  }
  table .tag {
    font-size: 16px;
  }
}
/*セルの高さ*/
.cell_h_01 {
  height: 30px;
}

@media (min-width: 768px) {
  .cell_h_01 {
    height: 115px;
  }
}
.cell_h_02 {
  height: 60px;
}

@media (min-width: 768px) {
  .cell_h_02 {
    height: 80px;
  }
}
.cell_h_03 {
  height: 30px;
}

@media (min-width: 768px) {
  .cell_h_03 {
    height: 40px;
  }
}
.cell_h_04 {
  height: 60px;
}

@media (min-width: 768px) {
  .cell_h_04 {
    height: 65px;
  }
}
.cell_h_05 {
  height: 110px;
}

@media (min-width: 768px) {
  .cell_h_05 {
    height: 110px;
  }
}
/*モーダル コンテンツエリア*/
.modal_window {
  position: fixed;
  top: 10%;
  left: 5%;
  z-index: 1006;
  width: 90%;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 2px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  padding: 15px;
  box-sizing: border-box;
  visibility: hidden;
}

@media (min-width: 768px) {
  .modal_window {
    top: 50%;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    margin-top: -325px;
    height: 650px;
    padding: 30px;
  }
}
#modal_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1005;
}

.cross_btn {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #d84c91;
  color: #fff;
  right: 3px;
  top: 3px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
}

.modal_inner {
  position: relative;
}

/********************************
	モーダル用ボタン
*********************************/
.modal_btn {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.modal_btn > li {
  list-style: none;
  text-align: center;
}
.modal_btn > li + li {
  margin-top: 10px;
}
.modal_btn > li .modal_window {
  text-align: left;
}
.modal_btn .btn-modal {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
  line-height: 40px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.modal_btn .btn-modal::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 13px;
  background: url(images/top_gmenu_arrow.png) 0 0 no-repeat;
}
.modal_btn .btn-modal.btn-type-cont01 {
  background: #e59213;
}
.modal_btn .btn-modal.btn-type-cont04 {
  background: #1ebbee;
}
.modal_btn .btn-modal.btn-type-cont05 {
  background: #114497;
}
.modal_btn.modal_btn_type_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: top;
  margin-bottom: 16px !important;
}
.modal_btn.modal_btn_type_b > li {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.modal_btn.modal_btn_type_b > li + li {
  margin-top: 10px;
}
.modal_btn.modal_btn_type_b .btn-modal {
  width: 100%;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.modal_btn.modal_btn_type_b .btn-modal::after {
  width: 6px;
  height: 10px;
  top: 10px;
  right: 10px;
  background: url(images/modal_btn_cont01_arrow.png) 0 0 no-repeat;
}
.modal_btn.modal_btn_type_b .btn-modal.btn-type-cont01 {
  background: #fff;
  color: #e59213;
  border-color: #e59213;
}
.modal_btn.modal_btn_type_b .btn-modal.btn-type-cont04 {
  background: #fff;
  color: #1ebbee;
  border-color: #1ebbee;
}
.modal_btn.modal_btn_type_b .btn-modal.btn-type-cont05 {
  background: #fff;
  color: #114497;
  border-color: #114497;
}

@media (max-width: 767px) {
  .modal_btn .btn-modal[href*="#cont04_01"] {
    line-height: 1.4;
    padding: 0.8em;
  }
  .modal_btn .btn-modal[href*="#cont04_01"]::after {
    top: 28px;
  }
}
@media (min-width: 768px) {
  .modal_btn .btn-modal {
    line-height: 40px;
  }
  .modal_btn .btn-modal[class*=btn-type-cont] {
    width: 280px;
  }
  .modal_btn .btn-modal[class*=btn-type-cont][href*="#cont04_01"] {
    width: 420px;
  }
  .modal_btn.modal_btn_type_b {
    margin-top: 30px;
  }
  .modal_btn.modal_btn_type_b > li {
    width: auto;
  }
  .modal_btn.modal_btn_type_b > li + li {
    margin-top: 0;
  }
  .modal_btn.modal_btn_type_b .btn-modal {
    text-indent: -1em;
  }
  .modal_btn.modal_btn_type_b .btn-modal[class*=btn-type-cont] {
    width: 160px;
  }
}
.example_area dt span {
  display: inline-block;
  margin-right: 10px;
}
.example_area dt > span.modal_btn > .btn-modal.example_tag {
  display: inline-block;
  vertical-align: 3px;
  padding: 8px 20px 8px 10px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.example_area dt > span.modal_btn > .btn-modal.example_tag::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5.5px;
  margin-top: -7px;
  background: url(images/top_gmenu_arrow.png) 0 0 no-repeat;
}
.example_area dt > span.modal_btn > .btn-modal.example_tag.tag01 {
  background: #2c72de;
}
.example_area dt > span.modal_btn > .btn-modal.example_tag.tag02 {
  background: #4db1ee;
}

.btn-top_back {
  display: inline-block;
  color: #fff;
  background: #9e9e9e;
  margin: 0 auto;
  margin-bottom: 4px;
  text-decoration: none;
  line-height: 60px;
  padding: 0 40px 0 60px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.btn-top_back:hover {
  color: #fff;
}
.btn-top_back::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 23px;
  left: 23px;
  background: url(images/top_gmenu_arrow.png) 0 0 no-repeat;
  transform: rotate(180deg);
}

.btn-entry {
  display: inline-block;
  color: #fff;
  background: #da3715;
  text-decoration: none;
  line-height: 30px;
  padding: 0 25px 0 15px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
.btn-entry:hover {
  color: #fff;
}
.btn-entry::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(images/top_gmenu_arrow.png) 0 0 no-repeat;
}

@media (min-width: 768px) {
  .btn-entry {
    line-height: 50px;
  }
  .btn-entry::after {
    top: 18px;
  }
}
@media (min-width: 1050px) {
  .btn-entry {
    padding: 0 40px 0 30px;
  }
}
/*通常フォーム*/
.form_list, .form_list_single {
  padding: 10px 0;
}
.form_list dt, .form_list_single dt {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .form_list {
    padding: 15px 0;
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .form_list dt {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: top;
    width: 11em;
    padding-top: 13px;
  }
  .form_list dd {
    display: table-cell;
    vertical-align: top;
  }
  .form_list dd .form_list_txt {
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .form_list_single {
    padding: 15px 0;
  }
  .form_list_single dt {
    margin-bottom: 10px;
  }
}
.form_list_single--payment dd {
  margin-top: -50px;
}
.form_list_single--payment dd label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.form_list_single--payment dd label > span {
  display: inline-block;
}
.form_list_single--payment dd label > .label {
  width: 165px;
}
.form_list_single--payment dd label > .image {
  width: calc(100% - 165px);
  padding-left: 10px;
}
.form_list_single--payment dd label::before {
  top: 50% !important;
  margin-top: -8px;
}
.form_list_single--payment dd label::after {
  top: 50% !important;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .form_list_single--payment dd label > .label {
    width: 100%;
  }
  .form_list_single--payment dd label > .image {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }
}
.form_list_check {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.form_list_check dt {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  padding-right: 55px;
}
.form_list_check .form_list_edit {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 50px;
  height: 30px;
}

@media (min-width: 768px) {
  .form_list_check dt {
    font-size: 1.1em;
    padding-right: 85px;
  }
  .form_list_check .form_list_edit {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 80px;
    height: 30px;
  }
}
/***reset & common setting****/
/* text */
input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

/* password */
/* select */
select::-ms-expand {
  visibility: hidden;
}
select::-moz-focus-inner {
  border: 0;
}

/* placeholder */
:placeholder-shown, ::-webkit-input-placeholder {
  color: #bfbfbf;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* Firefox 18- */
:-moz-placeholder, ::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* Firefox 19+ */
/* IE 10+ */
:-ms-input-placeholder {
  color: #bfbfbf;
}

/*input textarea*/
input, textarea {
  border: 1px solid #cecece;
  margin: 0;
  max-width: 100%;
  padding: 10px 15px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

input[type=text] {
  line-height: normal;
}
input[readonly] {
  background: #D8D2D2;
  pointer-events: none;
}

/*select*/
select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 10px;
  line-height: 1.2;
  width: 100%;
}

span.select_label {
  display: inline-block;
  border: 1px solid #cecece;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  position: relative;
}
span.select_label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: 7px solid #444444;
}

/*radio*/
input[type=radio] {
  display: none;
}
input[type=radio] + label.radio_label {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.3em;
}
input[type=radio] + label.radio_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e5e5e5;
}
input[type=radio]:checked + label.radio_label:before {
  background: #00b7d4;
}
input[type=radio]:checked + label.radio_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

/*radio plan*/
.select_plan_list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.select_plan_list dl.select_plan_area {
  width: 50%;
  padding: 10px 0;
}
.select_plan_list dl.select_plan_area dt {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select_plan_list dl.select_plan_area dd {
  text-align: center;
}

@media (min-width: 568px) {
  .select_plan_list dl.select_plan_area {
    width: 25%;
    padding: 15px 0;
  }
  .select_plan_list dl.select_plan_area dt {
    margin-bottom: 10px;
    height: 2.5em;
  }
}
@media (min-width: 768px) {
  .select_plan_list dl.select_plan_area dt {
    font-size: 1em;
  }
}
input[type=radio] {
  display: none;
}
input[type=radio] + label.plan_label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #aaa;
  width: 100%;
  max-width: 121px;
  height: 120px;
  padding-top: 55px;
  margin: 5px;
  border: 4px solid #e6e6e5;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=radio] + label.plan_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e5e5e5;
}
input[type=radio]:checked + label.plan_label {
  color: #535353;
  border-color: #00b7d4;
  background: #eff8f6;
}
input[type=radio]:checked + label.plan_label:before {
  background: #00b7d4;
}
input[type=radio]:checked + label.plan_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

/***btn***/
.common_btn {
  text-align: center;
  margin-top: 30px;
}
.common_btn li {
  list-style: none;
  display: inline-block;
  margin: 10px;
  line-height: 1;
}

.btn_next a {
  background: #459bcd;
  border: 2px solid #2e6382;
  padding: 10px 30px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 45px;
  line-height: -moz-calc(1em + 20px + 4px);
  line-height: -o-calc(1em + 20px + 4px);
  line-height: -webkit-calc(1em + 20px + 4px);
  line-height: calc(1em + 20px + 4px);
  color: #fff;
  text-decoration: none;
}
.btn_next a:hover, .btn_next a:active {
  text-decoration: none;
}
.btn_next.off a {
  pointer-events: none;
  background: #afd9f1;
  border: 2px solid #6b8c9f;
  color: #999;
}

.btn_prev a {
  background: #8a8a8a;
  border: 2px solid #666;
  padding: 10px 20px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 45px;
  line-height: -moz-calc(1em + 20px + 4px);
  line-height: -o-calc(1em + 20px + 4px);
  line-height: -webkit-calc(1em + 20px + 4px);
  line-height: calc(1em + 20px + 4px);
  color: #fff;
  text-decoration: none;
}
.btn_prev a:hover, .btn_prev a:active {
  text-decoration: none;
}

.entry_btn {
  text-align: center;
  margin-top: 10px;
}
.entry_btn a {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  background: #df1574;
  /* Old browsers */
  background: -moz-linear-gradient(top, #df1574 26%, #cb0f25 92%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #df1574 26%, #cb0f25 92%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #df1574 26%, #cb0f25 92%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df1574", endColorstr="#cb0f25",GradientType=0 );
  /* IE6-9 */
  border: 2px solid #ffc154;
  padding: 10px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.entry_btn_green a {
  background: #67BDAE;
  /* Old browsers */
  background: -moz-linear-gradient(top, #67BDAE 26%, #449183 92%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #67BDAE 26%, #449183 92%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #67BDAE 26%, #449183 92%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#67BDAE", endColorstr="#449183",GradientType=0 );
  /* IE6-9 */
  border: 2px solid #27524A;
}

.entry_btn a:hover, .entry_btn a:active {
  text-decoration: none;
}
.entry_btn.large_btn a {
  max-width: 100%;
}
.entry_btn.min-height_btn a {
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .entry_btn {
    margin-top: 30px;
  }
  .entry_btn a {
    font-size: 1.2em;
    max-width: 240px;
  }
  .entry_btn.large_btn a {
    max-width: 80%;
  }
}
.leave_btn {
  text-align: center;
  margin-top: 10px;
}
.leave_btn a {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  background: #8c8c8c;
  border: 2px solid #333;
  padding: 10px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}
.leave_btn a:hover, .leave_btn a:active {
  text-decoration: none;
}

@media (min-width: 768px) {
  .leave_btn {
    margin-top: 30px;
  }
  .leave_btn a {
    font-size: 1.2em;
    max-width: 240px;
  }
}
a.detail_btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #333;
  padding: 8px 5px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
a.detail_btn_orange {
  background: #FF6E01;
  border-radius: 100px;
  padding: 1em;
  white-space: nowrap;
  min-width: 84px;
}
a.detail_btn_blue {
  background: #3760bf;
  border-radius: 100px;
  padding: 1em;
  white-space: nowrap;
  min-width: 84px;
}
a.detail_btn:hover, a.detail_btn:active {
  text-decoration: none;
}

input[type=button] {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  outline: none;
  border: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  background: #333;
}
input[type=button]:hover {
  opacity: 0.8;
}

/*必須*/
.require {
  color: #e60012;
}

/*エラー*/
.error_message {
  color: #e60012;
  border: 1px solid #e60012;
  background: #fce9e8;
  padding: 20px 10px;
}

.error_txt {
  color: #e60012;
  margin-top: 5px;
}

.error_input {
  border-color: #e60012 !important;
}

/*被保険者との関係*/
#relation_other, #supporter_relation_other, #relation_notice {
  margin-top: 20px;
  display: none;
}

/*不要者との関係*/
/*告知事項*/
/*告知事項紐付け　プラン*/
#relation_notice_plan {
  /*display: none;*/
}

/*お子様　年齢*/
@media (min-width: 768px) {
  .insured_age {
    margin-top: 8px;
  }
}
/* コロナ特約バナー */
.main_bnr_corona.pc {
  z-index: 2;
  width: 210px;
  margin: 0 auto;
  margin-top: 20px;
}
.main_bnr_corona.sp {
  width: 80%;
  min-width: 270px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.main_bnr_corona a {
  display: block;
}
.main_bnr_corona a img {
  width: 100%;
}

.large_bnr_corona {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.large_bnr_corona a {
  margin-top: 1em;
}
.large_bnr_corona > p {
  color: #ff2525;
}

@media (max-width: 768px) {
  .large_bnr_corona {
    max-width: 80%;
    margin-top: 20px;
  }
}
/* パスワード切り替え表示 */
.password-toggle-wrapper {
  --input-height:41px;
  position: relative;
}
.password-toggle-wrapper input {
  height: var(--input-height);
}
.password-toggle-wrapper input ~ .password-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(var(--input-height) / 2 - 12.5px);
  right: 10px;
  width: 25px;
  height: 25px;
}
.password-toggle-wrapper input ~ .password-toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #666;
  cursor: pointer;
}
.password-toggle-wrapper input ~ .password-toggle:hover {
  opacity: 0.8;
}
.password-toggle-wrapper input[type=password] ~ .password-toggle::before {
  content: "\f06e";
}
.password-toggle-wrapper input[type=text] ~ .password-toggle::before {
  content: "\f070";
}

@media (min-width: 768px) {
  form[action*="/mypage/change/password"] .form_list dt {
    width: 15em;
  }
  form[action*="/mypage/change/password"] .form_list dd {
    width: calc(100% - 15em);
  }
}
.table_style_thead table thead tr th {
  background: #E4E4E4;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}
.table_style_thead table tbody tr td {
  font-size: 0.8em;
  text-align: center;
}

.mypage_btns {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .mypage_btns {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .customer_insured_list ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .customer_insured_list ul li {
    list-style: none;
  }
  .customer_insured_list ul li + li {
    margin-top: 20px;
  }
  .customer_insured_list ul li dl {
    display: flex;
  }
  .customer_insured_list ul li dl dt {
    background: #E4E4E4;
    width: 85px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 11px;
  }
  .customer_insured_list ul li dl:nth-of-type(1) dt {
    border-top: 1px solid #fff;
  }
  .customer_insured_list ul li dl dd {
    width: calc(100% - 85px);
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 10px;
  }
  .customer_insured_list ul li dl:nth-of-type(1) dd {
    border-top: 1px solid #999999;
  }
  .customer_insured_list ul li dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customer_insured_list ul li dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customer_insured_list ul li dl dd .detail_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 172px;
  }
}
.checkbox-style {
  display: none;
}
.checkbox-style + label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  cursor: pointer;
}
.checkbox-style + label::before, .checkbox-style + label::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.checkbox-style + label::before {
  border: 1px solid #707070;
  border-radius: 5px;
  background: #E6F1FA;
}
.checkbox-style + label::after {
  display: none;
}

.checkbox-style--red + label::after {
  background: url(../pc/images/icon-checkbox-style-red.svg) 50% 50% no-repeat;
}

.checkbox-style--blue + label::after {
  background: url(../pc/images/icon-checkbox-style-blue.svg) 50% 50% no-repeat;
}

.checkbox-style:checked + label::after {
  display: inline-block;
}

#other-insurance-contract {
  height: auto;
}

.form_list input[type=text] {
  color: #111;
}

/**
 * ナビゲーション(ステップ)画像化
 */
.step > li {
  width: 90px;
  height: 36px;
  background: url(../pc/images/nav-step-arrow.png) 0 0 no-repeat;
  background-size: 90px auto;
  padding: 0 !important;
  margin-right: -15px;
  line-height: 36px;
}
.step > li::before, .step > li::after {
  display: none;
}
.step > li:nth-of-type(1) {
  width: 70px;
  background-position: -20px 0;
  padding-right: 10px !important;
}
.step > li.current_step {
  background: url(../pc/images/nav-step-arrow.png) 0 0 no-repeat;
  background-size: 90px auto;
  background-position: 0 100%;
}
.step > li:nth-of-type(1).current_step {
  background-position: -20px 100%;
}

@media (max-width: 768px) {
  .step > li {
    width: 50px;
    height: 28px;
    background-size: 50px 57px;
    margin-right: -8px;
    line-height: 28px;
  }
  .step > li:nth-of-type(1) {
    width: 43px;
    background-position: -9px 0;
    padding-right: 6px !important;
  }
  .step > li.current_step {
    background: url(../pc/images/nav-step-arrow.png) 0 0 no-repeat;
    background-size: 50px 58px;
    background-position: 0 100%;
  }
  .step > li:nth-of-type(1).current_step {
    background-position: -9px 100%;
  }
}
.mt-obj {
  margin-top: 25px;
}

.mypage_insured_procedure_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .mypage_insured_procedure_list {
    margin-top: 30px;
  }
}
.mypage_insured_procedure_list > li {
  width: calc((100% - 25px) / 2);
  height: 127px;
  background: #E6E6E6;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  list-style: none;
}
.mypage_insured_procedure_list > li:nth-of-type(2n) {
  margin-left: 25px;
}
.mypage_insured_procedure_list > li:nth-of-type(n + 3) {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_procedure_list > li {
    font-size: 14px;
    width: calc((100% - 12px) / 2);
    height: 90px;
  }
  .mypage_insured_procedure_list > li:nth-of-type(2n) {
    margin-left: 12px;
  }
  .mypage_insured_procedure_list > li:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}
.mypage_insured_procedure_list > li a {
  font-weight: bold;
  color: #9E9E9E;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mypage_insured_procedure_list > li:not(.active) a {
  pointer-events: none;
}
.mypage_insured_procedure_list > li.active {
  background: #E59213;
}
.mypage_insured_procedure_list > li.active:hover {
  opacity: 0.9;
}
.mypage_insured_procedure_list > li.active a {
  color: #fff;
}

.mypage_insured_history_detail_tab {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_history_detail_tab {
    padding-top: 50px;
  }
}
.mypage_insured_history_detail_tab > li {
  list-style: none;
}
.mypage_insured_history_detail_tab > li > [name=insured_detail_tab] ~ .mypage_insured_history_detail_content {
  display: none;
}
.mypage_insured_history_detail_tab > li > [name=insured_detail_tab]:checked ~ .mypage_insured_history_detail_content {
  display: block;
}
.mypage_insured_history_detail_tab > li > [name=insured_detail_tab]:checked ~ label {
  background: #E59213;
  color: #fff;
}
.mypage_insured_history_detail_tab > li > label {
  width: 160px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #E6E6E6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9E9E9E;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mypage_insured_history_detail_tab > li > label {
    width: calc((100% - 10px) / 3);
    height: 50px;
    font-size: 13px;
  }
}
.mypage_insured_history_detail_tab > li:nth-of-type(2) > label {
  left: 170px;
}
.mypage_insured_history_detail_tab > li:nth-of-type(3) > label {
  left: 340px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_history_detail_tab > li:nth-of-type(2) > label {
    left: calc((100% - 10px) / 3 * 1 + 5px);
  }
  .mypage_insured_history_detail_tab > li:nth-of-type(3) > label {
    left: calc((100% - 10px) / 3 * 2 + 10px);
  }
}
.mypage_insured_history_detail_tab > li .mypage_insured_history_detail_content {
  border: 4px solid #E59213;
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_history_detail_tab > li .mypage_insured_history_detail_content {
    padding: 13px 10px 13px 8px;
  }
}
.mypage_insured_history_detail_tab > li #insured_detail_history ~ .mypage_insured_history_detail_content > .form_split_list {
  display: none;
}
.mypage_insured_history_detail_tab > li #insured_detail_history ~ .mypage_insured_history_detail_content > .form_split_list.active {
  display: block;
}
.mypage_insured_history_detail_notice {
  margin-top: 2em;
}

.entry_btn--fixed-width {
  margin-top: 0;
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  .entry_btn--fixed-width {
    min-width: 140px;
  }
}

.form_split_list > li {
  list-style: none;
  display: flex;
}
.form_split_list > li + li {
  margin-top: 10px;
}
.form_split_list > li .form_split_list {
  color: #707070;
}
.form_split_list > li .form_split_list__label, .form_split_list > li .form_split_list__content {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form_split_list > li .form_split_list__label, .form_split_list > li .form_split_list__content {
    font-size: 13px;
  }
}
.form_split_list > li .form_split_list__label {
  width: 268px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form_split_list > li .form_split_list__label {
    width: 130px;
  }
}
.form_split_list > li .form_split_list__content {
  width: calc(100% - 268px);
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .form_split_list > li .form_split_list__content {
    width: calc(100% - 130px);
  }
}
.form_split_list.with_label_dot .form_split_list__label {
  padding-left: 1em;
}
.form_split_list.with_label_dot .form_split_list__label::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.mypage_insured_edit_table {
  width: 100%;
}
.mypage_insured_edit_table > thead th,
.mypage_insured_edit_table > thead td, .mypage_insured_edit_table > tbody th,
.mypage_insured_edit_table > tbody td {
  border: 1px solid #707070;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_table > thead th,
  .mypage_insured_edit_table > thead td, .mypage_insured_edit_table > tbody th,
  .mypage_insured_edit_table > tbody td {
    padding: 12px;
  }
}
.mypage_insured_edit_table > thead tr th {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_table > thead tr th {
    width: 33.3333333333%;
    font-size: 13px;
    padding: 13px;
  }
}
.mypage_insured_edit_table > thead tr th:nth-of-type(1) {
  border-top-color: transparent;
  border-left-color: transparent;
}
@media screen and (min-width: 768px) {
  .mypage_insured_edit_table > thead tr th:nth-of-type(1) {
    width: 178px;
  }
}
.mypage_insured_edit_table > thead tr th:nth-of-type(3) {
  background: #E59213;
  color: #fff;
}
.mypage_insured_edit_table > tbody {
  overflow: hidden;
}
.mypage_insured_edit_table > tbody tr {
  position: relative;
}
.mypage_insured_edit_table > tbody tr td {
  font-size: 14px;
}
.mypage_insured_edit_table > tbody tr td > span {
  display: flex;
  align-items: center;
  min-height: 52px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_table > tbody tr td > span {
    min-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_table > tbody tr td {
    font-size: 13px;
  }
}
.mypage_insured_edit_table > tbody tr td:nth-of-type(3) {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_table > tbody tr td:nth-of-type(3) {
    font-size: 15px;
  }
}

.mypage_insured_edit_form {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_form {
    margin-top: 15px;
  }
}
.mypage_insured_edit_form__item + .mypage_insured_edit_form__item {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .mypage_insured_edit_form__item + .mypage_insured_edit_form__item {
    margin-top: 15px;
  }
}
.mypage_insured_edit_form__item > [type=checkbox] {
  display: none;
}
.mypage_insured_edit_form__item > [type=checkbox]:not(:checked) ~ .mypage_insured_edit_form__item__contents {
  display: none;
}
.mypage_insured_edit_form__item__label {
  cursor: pointer;
}
.mypage_insured_edit_form__item__contents {
  padding-top: 20px;
}

.mypage_insured_cancel_return {
  background: #FDEEDD;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .under_page .contents_inner.contents_inner--mypage {
    max-width: 100%;
  }
  .under_page .contents_inner.contents_inner--mypage table th {
    white-space: nowrap;
  }
  .under_page .contents_inner.contents_inner--mypage table tr td:nth-of-type(3) {
    white-space: nowrap;
  }
}
.link_red_frame,
.link_gray_frame {
  font-size: 15px;
  font-weight: bold;
  color: #af1616;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  line-height: 46px;
  border: 4px solid #D71E35;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 60px;
}
.link_red_frame a,
.link_gray_frame a {
  display: inline-block;
  color: #D71E35;
  padding: 20px 60px;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .link_red_frame a,
  .link_gray_frame a {
    font-size: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .link_red_frame,
  .link_gray_frame {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    line-height: 46px;
    border: 2px solid #DC0E2F;
    margin: 0 10px;
    -webkit-border-radius: 28px;
    -ms-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
  }
}

.link_gray_frame {
  border-color: #535353;
}
.link_gray_frame a {
  font-size: 18px;
  color: #535353;
}
.link_gray_frame a:hover {
  color: #535353;
}
@media screen and (max-width: 767px) {
  .link_gray_frame a {
    font-size: 15px;
  }
}

.link-mid_term_application {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8em;
}
.link-mid_term_application:hover {
  color: #fff;
}
.link-mid_term_application::before {
  content: "";
  display: inline-block;
  background-image: url(images/pdf_icon02.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -3px;
}

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