@charset "UTF-8";
/********************
  Font Family
********************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 625%;
}

body {
  width: 100%;
  height: 100%;
  color: #646464;
  font-size: .16em;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background: #ffffff;
}
body.ticket {
  background-color: #edfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.ticket .contents__ticket {
  background-color: #edfbfb;
}

a {
  text-decoration: none;
}
a:hover {
  transition: all ease .3s;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

#contents {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
}

.contents__breadcrumbs {
  width: 100%;
  padding: 4.67vw 4vw;
}
.contents__breadcrumbs ul {
  display: flex;
}
.contents__breadcrumbs ul li:after {
  content: '＞';
  font-size: 3.2vw;
  padding: 0 4vw;
}
.contents__breadcrumbs ul li:last-child:after {
  display: none;
}
.contents__breadcrumbs ul li span {
  font-size: 3.2vw;
  color: #646464;
}

.contents__about {
  width: 100%;
  padding: 5.33vw 6vw 9.34vw;
}
.contents__about h2 {
  font-size: 7.2vw;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  color: #004EA2;
}
.contents__about .img {
  text-align: center;
  margin-top: 6vw;
}
.contents__about .txt {
  font-size: 4.27vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5.33vw;
}
.contents__about h3 {
    font-size: 6vw;
    letter-spacing: 0.1em;
    margin-top: 40px;
    color: #004EA2;
    text-align: center;
}
.contents__about ol {
  margin-top: 2vw;
  padding-left: 1em;
}
.contents__about ol li {
  font-size: 3.74vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-start;
}
.contents__about ol li:before {
  content: '•';
  font-weight: 900;
}

.contents__usage {
  width: 100%;
  background: #D9E5F1;
  padding: 7.2vw 4vw 8vw;
}
.contents__usage h2 {
  font-size: 7.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #004EA2;
}
.contents__usage .stepbox {
  width: 100%;
  background: #ffffff;
  padding: 6.4vw 4vw 4vw 6.4vw;
  position: relative;
  margin-top: 8vw;
}
.contents__usage .stepbox .tag {
  width: 24.53vw;
  height: 8.8vw;
  position: absolute;
  top: -3.86vw;
  left: -1.87vw;
  background: url("images/icon_ribbon.png") no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 3.36vw;
  letter-spacing: 0.1em;
  padding: 0.8vw 0 0 4vw;
}
.contents__usage .stepbox .tag em {
  font-size: 5.33vw;
  padding-left: 0.1em;
}
.contents__usage h3 {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.contents__usage h3 span {
  color: #ce507c;
}
.contents__usage .txt {
  font-size: 4.27vw;
  line-height: 1.5;
  margin-top: 4vw;
}
.contents__usage .txt a {
  color: #ce507c;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ce507c;
}
.contents__usage .txt a:hover {
  border-bottom: 0;
}
.contents_full {
	background:#D9E5F1;
}
.cu_inner_white {
	background:#FFFFFF;
	margin-top:30px;
}
.cu_inner_contents {
	padding-top:20px;
}
.step_title {
	text-align: center;
    width: 200px;
    margin: auto;
    color: #FFFFFF;
    background: #004EA2;
    padding: 10px 0;
    font-size: 23px;
}
.step_desc {
    font-size: 5vw;
    line-height: 1.3;
    padding: 15px 15px 0;
}
.step_desc span{
	color:#EC6D81;
}
.step_desc_2 {
    font-size: 4.27vw;
	padding: 15px 15px 30px;
}
.step_desc_2 a {
	text-decoration:underline;
	color:#EC6D81;
}
.contents__ticket {
  width: 100%;
  padding: 5.4vw 0;
}
.contents__ticket .img {
  text-align: center;
  padding:0 15px;
}
.contents__send {
  width: 100%;
  background: #e7f7f8;
  padding: 8vw 5vw 9.4vw;
}
.contents__send h2 {
  font-size: 7.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #004EA2;
}
.contents__send .txt {
  font-size: 4.27vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.4vw;
}
.contents__send .link {
  width: 100%;
  margin-top: 6.4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents__send .link img {
  width: 19.74vw;
}