@charset "UTF-8";

/*!
 * Normalize
 * normalize.css v3.0.1 | MIT License | git.io/normalize
 * ---------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }
}
/*!
 * Scaffolding
 * ---------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}

body {
  background-color: #fff;
  font-size: medium;
  line-height: 1.56;
  font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  /*word-break: break-all;
  word-wrap: break-word;*/
}

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #1a72b0;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

/* yj-skip */
.yj-skip {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.yj-inner {
  width: 970px;
  *width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}

#yj-wrapper {
  min-width: 970px;
  font-size: 87.5%;
}

@media all and (max-width: 969px) {
  .responsive .yj-inner {
    width: auto;
  }
  .responsive #yj-wrapper {
    -webkit-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out 0s;
    z-index: 500;
    width: 100%;
    min-width: 100%;
  }
  .responsive.yjs-slide,
  .responsive.yjs-slide body {
    height: 100%;
    overflow: hidden;
  }
  .responsive.yjs-slide body {
    z-index: -2;
    position: relative;
  }
  .responsive.yjs-slide #yj-wrapper {
    margin-left: 240px;
    box-shadow: rgba(0, 0, 0, 0.25) -2px 0 4px;
  }
}

#emg,
#emg2,
#emg3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: medium;
  line-height: 1.56;
}

#emg > table,
#emg2 > table,
#emg3 > table {
  margin: 10px auto !important;
}

#emg table,
#emg2 table,
#emg3 table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#emg3 table {
  width: 600px;
}

#emg table td,
#emg2 table td,
#emg3 table td {
  white-space: normal;
  padding: 2px;
  color: #333;
}

#emg a,
#emg2 a,
#emg3 a {
  color: #00f;
  text-decoration: underline;
}

#emg2 br {
  display: none;
}

#yj-emg .yj-inner {
  padding: 0;
}

.yjms-contents-body {
  margin: 50px 0;
  padding: 60px 35px 100px;
  background: #fff;
}
@media all and (max-width: 480px) {
  .responsive .yjms-contents-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yjms-contents-body.column-2 {
  *zoom: 1;
}
.yjms-contents-body.column-2:before, .yjms-contents-body.column-2:after {
  content: " ";
  display: table;
}
.yjms-contents-body.column-2:after {
  clear: both;
}
.yjms-contents-body.column-2 .yjms-contents-main {
  float: left;
  max-width: 620px;
}
.yjms-contents-body.column-2 .yjms-contents-sub {
  float: right;
  width: 240px;
}
@media all and (max-width: 969px) {
  .responsive .yjms-contents-body.column-2 .yjms-contents.column-2 .yjms-contents-main,
  .responsive .yjms-contents-body.column-2 .yjms-contents.column-2 .yjms-contents-sub {
    float: none;
  }
  .responsive .yjms-contents-body.column-2 .yjms-contents.column-2 .yjms-contents-main {
    max-width: 100%;
  }
  .responsive .yjms-contents-body.column-2 .yjms-contents.column-2 .yjms-contents-sub {
    width: auto;
  }
}

.yjms-header {
  background: #fff;
}
.yjms-header a {
  border: 0;
}
@media all and (max-width: 969px) {
  .responsive .yjms-header {
    position: relative;
  }
}

.yjms-masthead {
  *zoom: 1;
  font-size: 86%;
  background: #222;
  padding: 4px 0;
}
.yjms-masthead:before, .yjms-masthead:after {
  content: " ";
  display: table;
}
.yjms-masthead:after {
  clear: both;
}
.yjms-masthead .yj-inner { width: auto; }
.yjms-masthead .logo { display: none; }
.yjms-masthead .logo > a {
}
.yjms-masthead .link-list {
  float: right;
  margin: 0 300px 0 0;
  padding: 0;
  list-style: none;
  color: #888;
  font-size: 92.85714%;
}
.yjms-masthead .link-list > li {
  margin-top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.yjms-masthead .link-list > li > a { color: #888; }
.yjms-masthead .link-list > li.active > a {
  color: #ad0022;
  font-weight: bold;
}
.yjms-masthead .link-list > li:first-child a { color: #fff; }

@media all and (max-width: 969px) {
  .responsive .yjms-masthead {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #222;
    background-color: transparent;
  }
  .responsive .yjms-masthead > .yj-inner {
    padding: 0;
  }
  .responsive .yjms-masthead .logo {
    display: block;
    margin: 0;
    background: url(https://s.yimg.jp/images/marketing/portal/images/line.png) left center no-repeat;
    background-size: 2px 20px;
  }
  .responsive .yjms-masthead .logo > a {
    display: block;
    background: url(https://s.yimg.jp/c/logo/s/2.0/yj_w_22_2x.png) 50% 50% no-repeat;
    background-size: 27px 15px;
    width: 40px;
    height: 40px;
  }
  .responsive .yjms-masthead .link-list {
    display: none;
  }
}

.yjms-site-header {
  *zoom: 1;
  background: #333;
}
.yjms-site-header:before, .yjms-site-header:after {
  content: " ";
  display: table;
}
.yjms-site-header:after {
  clear: both;
}
.yjms-site-header .yj-inner { width: auto; }
.yjms-site-header .yjms-site-title {
  margin: 0;
  padding: 15px 0;
  float: left;
}
.yjms-site-header .yjms-site-title > a {
  display: block;
  height: 40px;
  width: 400px;
  background: url(https://s.yimg.jp/c/logo/f/2.0/marketing_w_28.png) 0 center no-repeat;
}
.yjms-site-header .lang-link {
  float: right;
  margin: 0;
  padding: 25px 30px;
  border-left: 1px #4a4a4a solid;
}
.yjms-site-header .lang-link a { color: #fff; }
@media all and (max-width: 969px) {
  .responsive .yjms-site-header {
    padding: 0;
  }
  .responsive .yjms-site-header > .yj-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .responsive .yjms-site-header .yjms-site-title {
    float: none;
    padding: 0;
  }
  .responsive .yjms-site-header .yjms-site-title > a {
    width: auto;
    background: url(https://s.yimg.jp/c/logo/s/2.0/marketing_w_22_2x.png) center center no-repeat;
    background-size: 169px 22px;
  }
  .responsive .yjms-site-header .lang-link { display: none; }
}

.yjms-site-search {
  float: right;
  padding: 6px 0 5px;
  font-size: 100%;
}
.yjms-site-search form {
  margin: 0;
}
.yjms-site-search .search-input {
  float: left;
  width: 129px;
  margin: 0 5px 0 0;
  padding: 4px 4px 4px 28px;
  background: #4a4a4a url(https://s.yimg.jp/images/marketing/portal/images/search_icon.png) 7px center no-repeat;
  border: 0;
  color: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.yjms-site-search .search-input:focus {
  width: 180px;
}
.yjms-site-search .search-btn {
  padding: 4px 10px;
  border: 0;
  background: #6E6E6E;
  color: #fff;
}
@media all and (max-width: 969px) {
  .responsive .yjms-site-search {
    display: none;
  }
}

.yjms-global-nav-toggle {
  display: none;
  margin: 0;
}
@media all and (max-width: 969px) {
  .responsive .yjms-global-nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .responsive .yjms-global-nav-toggle > a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://s.yimg.jp/images/marketing/portal/images/toggleBtn.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
}

.yjms-global-nav {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: #dbdbdb 1px solid;
  border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
  outline: 0;
}
.yjms-global-nav ul {
  margin: 0;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}
.yjms-global-nav ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.yjms-global-nav ul > li > a {
  display: block;
  padding: 10px;
  border: 0;
  color: #333;
}
.yjms-global-nav ul > li > a:hover {
  text-decoration: underline;
}
.yjms-global-nav ul > li.active {
  font-weight: bold;
}
.yjms-global-nav ul > li > a:hover,
.yjms-global-nav ul > li > a:active, .yjms-global-nav ul > li.active > a {
  color: #ad0022;
}
.yjms-global-nav .link-list {
  display: none;
}
@media all and (max-width: 969px) {
  .responsive .yjms-global-nav {
    background: #222;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 240px;
    height: 100%;
  }
  .responsive .yjms-global-nav > .yj-inner {
    padding: 0;
    width: 100%;
  }
  .responsive .yjms-global-nav ul {
    margin: 0;
  }
  .responsive .yjms-global-nav ul > li {
    display: block;
    background: #333;
    border-top: 1px solid #444;
    border-bottom: 1px solid #222;
  }
  .responsive .yjms-global-nav ul > li > a {
    color: #fff;
  }
  .responsive .yjms-global-nav .link-list {
    display: block;
  }
  .responsive .yjms-global-nav .link-list > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0;
    background: none;
    padding: 0;
  }
  .responsive .yjms-global-nav .link-list > li > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #adadad;
  }
  .responsive .yjms-global-nav .link-list > li.active > a {
    color: #E9A4B2;
    font-weight: bold;
  }
}

.yjms-footer {
  padding-top: 100px;
  background: #fff;
  color: #545454;
}
.yjms-footer a {
  border: 0;
}
.yjms-footer a:hover, .yjms-footer a:active, .yjms-footer a:focus {
  text-decoration: underline;
  color: #e9a4b2;
}

.yjms-footer-row {
  *zoom: 1;
}
.yjms-footer-row:before, .yjms-footer-row:after {
  content: " ";
  display: table;
}
.yjms-footer-row:after {
  clear: both;
}
.yjms-footer-row .yjms-footer-col {
  float: left;
  width: 20%;
  min-width: 200px;
}
.yjms-footer-row .yjms-footer-col:first-child {
  width: 35%;
}
.yjms-footer-content .yjms-footer-row .yjms-footer-col { width: 28%; }
.yjms-footer-content .yjms-footer-row .yjms-footer-col:first-child { width: 36%; }

.yjms-footer-content h2 {
  margin: 0 0 60px;
  font-size: 114.28571%;
}
.yjms-footer-content h2 a {
  color: #fff;
}
.yjms-footer-content p {
  margin: 20px 0;
}
.yjms-footer-content p a {
  color: #e9a4b2;
  border-bottom: 1px dotted #aaa;
}
.yjms-footer-content p a:hover, .yjms-footer-content p a:active, .yjms-footer-content p a:focus {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-color: #e9a4b2;
}

.yjms-footer-content-section {
  margin-bottom: 30px;
}
.yjms-footer-content-section h3 {
  margin: 0 0 30px;
  font-size: 100%;
}
.yjms-footer-content-section h3 a {
  color: #fff;
}
.yjms-footer-content-section > ul {
  font-size: 92.85714%;
}
.yjms-footer-content-section ul {
  list-style: none;
  padding-left: 0;
}
.yjms-footer-content-section ul > li > a {
  color: #dadada;
}
.yjms-footer-content-section ul ul {
  padding-bottom: 1.5em;
  padding-left: 3em;
}
.yjms-footer-content-section ul ul li {
  background: url(https://s.yimg.jp/images/marketing/portal/images/icon_listgray.png) 0 0.7em no-repeat;
  padding-left: 1em;
}

.yjms-footer-social-list {
  margin: 70px 0 30px;
  padding: 0;
  list-style: none;
}
.yjms-footer-social-list > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
.yjms-footer-social-list > li:first-child {
  margin-left: 0;
}
.yjms-footer-social-list > li > a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 768px) {
  .responsive .yjms-footer-social-list {
    text-align: center;
  }
}

.yjms-global-footer {
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 92.85714%;
}
.yjms-global-footer .yj-inner {
  position: relative;
}
.yjms-global-footer .link-list {
  margin-left: 180px;
  padding: 0;
}
.yjms-global-footer .link-list > li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0 18px;
  border-left: #ccc 1px solid;
}
.yjms-global-footer .link-list > li:first-child {
  border-left: 0;
  padding-left: 0;
}
.yjms-global-footer .link-list > li > a {
  color: #1a72b0;
}
.yjms-global-footer .link-list > li > a:hover, .yjms-global-footer .link-list > li > a:active {
  text-decoration: underline;
}
.yjms-global-footer .link-list > li.logo {
  display: block;
  border: 0;
  position: absolute;
  left: 10px;
  top: 0;
}
.yjms-global-footer .copyright {
  margin: .5em 0 0;
  margin-left: 180px;
}
.yjms-global-footer .copyright small {
  font-size: 100%;
}
@media all and (max-width: 480px) {
  .responsive .yjms-global-footer {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  .responsive .yjms-global-footer .link-list {
    margin-left: 0;
  }
  .responsive .yjms-global-footer .link-list > li {
    display: block;
    border: 0;
  }
  .responsive .yjms-global-footer .link-list > li > a {
    color: #1a72b0;
  }
  .responsive .yjms-global-footer .link-list > li > a:hover, .responsive .yjms-global-footer .link-list > li > a:active, .responsive .yjms-global-footer .link-list > li > a:focus {
    color: #1a72b0;
  }
  .responsive .yjms-global-footer .link-list > li.logo {
    display: none;
  }
  .responsive .yjms-global-footer .copyright {
    margin-left: 0;
  }
  .responsive .yjms-global-footer .copyright span {
    display: none;
  }
}

p {
  margin: 20px 0;
}

ul,
ol {
  margin: 20px 0;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin: 5px 0 0;
}

dl {
  margin: 20px 0;
}
dl > dt {
  font-weight: bold;
}
dl > dd {
  margin-top: 5px;
  margin-left: 3em;
}
dl > dd + dt {
  margin-top: 10px;
}

dl.horizontal > dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.horizontal > dt + dd {
  margin-top: 10px;
}
dl.horizontal > dd {
  margin-left: 200px;
}
@media all and (max-width: 767px) {
  .responsive dl.horizontal > dt {
    float: none;
    text-align: left;
    width: auto;
  }
  .responsive dl.horizontal > dd {
    margin-left: 3em;
    margin-top: 5px;
  }
}

.note {
  color: #555;
  font-size: 92.85714%;
}

.block {
  display: block !important;
}

/**
 * Mark
 * --------------------------------
*/
.mark-required {
  color: #ad0022;
  margin-left: .2em;
}

/**
 * Page title
 * --------------------------------
*/
.yjms-page-title {
  text-align: center;
  margin: 0 0 30px;
}
.yjms-page-title h1 {
  font-size: 228.57143%;
  font-weight: normal;
  margin: 0 0 10px;
}
.yjms-page-title h1:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background: #ad0022;
}
.yjms-page-title h1 + p {
  margin: 40px 0 0;
}
@media all and (max-width: 480px) {
  .responsive .yjms-page-title h1 {
    font-size: 142.85714%;
  }
}
* + .yjms-page-title {
  margin-top: 100px;
}

/**
 * Headline
 * --------------------------------
*/
.yjms-headline {
  font-size: 128.57143%;
  margin: 50px 0 10px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .responsive .yjms-headline {
    font-size: 100%;
  }
}
.yjms-headline.large {
  font-size: 185.71429%;
  font-weight: normal;
  margin: 100px 0 20px;
}
@media all and (max-width: 480px) {
  .responsive .yjms-headline.large {
    font-size: 128.57143%;
  }
}
.yjms-headline.small {
  font-size: 100%;
  margin: 20px 0 10px;
}
@media all and (max-width: 480px) {
  .responsive .yjms-headline.small {
    font-size: 100%;
  }
}

/**
 * Alert
 * --------------------------------
*/
.yjms-alert {
  margin: 20px 0;
  padding: 20px 35px;
  border: 2px solid #ad0022;
  background: #fff;
}
.yjms-alert > *:first-child {
  margin-top: 0;
}
.yjms-alert > *:last-child {
  margin-bottom: 0;
}
.yjms-alert h1, .yjms-alert h2, .yjms-alert h3, .yjms-alert h4, .yjms-alert h5, .yjms-alert h6 {
  color: #ad0022;
  font-size: 100%;
  font-weight: bold;
}
@media all and (max-width: 969px) {
  .responsive .yjms-alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**
 * column
 * --------------------------------
*/
.yjms-row-duet,
.yjms-row-trio,
.yjms-row-quartet,
.yjms-row-quintet {
  *zoom: 1;
}
.yjms-row-duet:before, .yjms-row-duet:after,
.yjms-row-trio:before,
.yjms-row-trio:after,
.yjms-row-quartet:before,
.yjms-row-quartet:after,
.yjms-row-quintet:before,
.yjms-row-quintet:after {
  content: " ";
  display: table;
}
.yjms-row-duet:after,
.yjms-row-trio:after,
.yjms-row-quartet:after,
.yjms-row-quintet:after {
  clear: both;
}
.yjms-row-duet .yjms-col,
.yjms-row-trio .yjms-col,
.yjms-row-quartet .yjms-col,
.yjms-row-quintet .yjms-col {
  float: left;
}

.yjms-row-duet .yjms-col {
  width: 50%;
}

.yjms-row-trio .yjms-col {
  width: 33.33%;
}

.yjms-row-quartet .yjms-col {
  width: 25%;
}

.yjms-row-quintet .yjms-col {
  width: 20%;
}

@media all and (max-width: 480px) {
  .responsive .yjms-row-duet .yjms-col {
    width: auto;
    float: none;
  }
}

@media all and (max-width: 767px) {
  .responsive .yjms-row-trio .yjms-col, .responsive
  .yjms-row-quartet .yjms-col, .responsive
  .yjms-row-quintet .yjms-col {
    width: auto;
    float: none;
  }
}

/**
 * Button
 * --------------------------------
*/
.yjms-btn {
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
  background-color: #333;
  border: 0;
}
.yjms-btn, .yjms-btn:visited {
  color: #fff;
}
.yjms-btn:hover, .yjms-btn:active, .yjms-btn:focus {
  color: #fff;
}
.yjms-btn.has-arrow {
  padding-right: 24px;
  background-image: url(https://s.yimg.jp/images/marketing/portal/images/icon_linkmark.png);
  background-position: right 14px;
  background-repeat: no-repeat;
}
.yjms-btn.primary {
  background-color: #ad0022;
}

/**
 * Collapse
 * --------------------------------
*/
.yjms-collapse {
  margin-bottom: 20px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.yjms-collapse + .yjms-collapse {
  margin-top: -21px;
}

.yjms-collapse-heading {
  display: block;
  padding: 13px 20px 13px 30px;
  background: url(https://s.yimg.jp/images/marketing/portal/images/icon_blindmark.png) 10px 18px no-repeat;
  cursor: pointer;
  border: 0;
}
.yjms-collapse-heading, .yjms-collapse-heading:visited {
  color: #333;
}
.yjms-collapse-heading:hover, .yjms-collapse-heading:active {
  background-color: #eee;
  background-position: 10px -182px;
  color: #ad0022;
  text-decoration: underline;
}
.yjms-collapse-heading * {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

.yjms-collapse-body {
  padding-left: 30px;
  overflow: hidden;
}

.yjms-collapse.active .yjms-collapse-heading {
  background-position: 10px -378px;
  color: #ad0022;
}
.yjms-collapse.active .yjms-collapse-heading * {
  font-weight: bold;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

output {
  display: block;
  font-size: 100%;
}

.yjms-form-control {
  display: block;
  width: 100%;
  height: 34px;
  *height: auto;
  padding: 6px 12px;
  background-image: none;
  border: 1px solid #AEB1BF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  -o-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
}
.yjms-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
}
.yjms-form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.yjms-form-control::-moz-placeholder {
  color: #ccc;
}
.yjms-form-control:-ms-input-placeholder {
  color: #ccc;
}
.yjms-form-control::-webkit-input-placeholder {
  color: #ccc;
}
.yjms-form-control[disabled], .yjms-form-control[readonly], fieldset[disabled] .yjms-form-control {
  cursor: not-allowed;
  background-color: #E4E4EC;
  opacity: 1;
}

textarea.yjms-form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.yjms-form-group {
  margin-bottom: 20px;
}

.yjms-control-label {
  font-weight: bold;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.help-block {
  display: block;
  margin: 7px 0 0;
  color: #737373;
}

.error-block {
  display: block;
  padding-top: 7px;
  margin: 0 0 7px;
  color: #ad0022;
  font-weight: bold;
}
.error-block + .error-block {
  padding-top: 0;
}

.yjms-form-horizontal .yjms-form-group {
  *zoom: 1;
}
.yjms-form-horizontal .yjms-form-group:before, .yjms-form-horizontal .yjms-form-group:after {
  content: " ";
  display: table;
}
.yjms-form-horizontal .yjms-form-group:after {
  clear: both;
}
.yjms-form-horizontal .yjms-control-label {
  float: left;
  width: 180px;
  text-align: right;
  padding-top: 7px;
  margin-bottom: 5px;
}
.yjms-form-horizontal .yjms-form-control-field {
  margin-left: 200px;
}
.yjms-form-horizontal .yjms-form-control-field .help-block:last-child {
  padding-bottom: 7px;
}
.yjms-form-horizontal .radio,
.yjms-form-horizontal .checkbox,
.yjms-form-horizontal .radio-inline,
.yjms-form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.yjms-form-horizontal .radio,
.yjms-form-horizontal .checkbox {
  min-height: 27px;
}
.yjms-form-horizontal .yjms-form-group.has-error .yjms-form-control-field,
.yjms-form-horizontal .has-error .yjms-form-group .yjms-form-control-field {
  border-left: 3px solid #ad0022;
  padding-left: 12px;
}
.yjms-form-horizontal dl.yjms-form-group {
  margin-top: 0;
}
.yjms-form-horizontal dl.yjms-form-group dd.yjms-form-control-field {
  margin-top: 0;
  padding-top: 7px;
}
@media all and (max-width: 480px) {
  .responsive .yjms-form-horizontal .yjms-control-label {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
  .responsive .yjms-form-horizontal .yjms-form-control-field {
    margin-left: 0;
  }
  .responsive .yjms-form-horizontal .yjms-form-control-field .help-block:last-child {
    padding-bottom: 7px;
  }
}

.container {
  margin-bottom: 20px;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.yj-close {
  float: right;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: Alpha(Opacity=20);
  -ms-filter: "Alpha(Opacity=$opacity * 100)";
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.yj-close:hover, .yj-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: Alpha(Opacity=50);
  -ms-filter: "Alpha(Opacity=$opacity * 100)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

button.yj-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.yj-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
