@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%;
}

body {
  width: 100%;
  height: 100%;
  color: #646464;
  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;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  transition: all ease .3s;
  opacity: 0.7;
}
header .header_nav .inner_header_nav ul li a:hover {
  opacity: 1;
}

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: 20px 50px;
}
.contents__breadcrumbs ul {
  display: flex;
  justify-content: center;
}
.contents__breadcrumbs ul li:after {
  content: '＞';
  font-size: 12px;
  padding: 0 30px;
}
.contents__breadcrumbs ul li:last-child:after {
  display: none;
}
.contents__breadcrumbs ul li span {
  font-size: 12px;
  color: #646464;
}

.contents__about {
  width: 100%;
  padding: 30px 50px 50px;
}
.contents__about h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  color: #004EA2;
}
.contents__about .img {
  text-align: center;
  margin-top: 40px;
}
.contents__about .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align:center;
  margin-left: -2px;
}
.contents__about h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 40px;
    color: #004EA2;
    text-align: center;
}
.contents__about ol {
  margin-top: 12px;
  padding-left: 1.5em;
}
.contents__about ol li {
  font-size: 14px;
  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%;
    padding: 40px 30px 50px;
    max-width: 750px;
    margin: auto;
}
.contents__usage h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color:#004EA2;
}
.contents__usage .stepbox {
  width: 100%;
  background: #ffffff;
  padding: 50px 35px 30px 50px;
  position: relative;
  margin-top: 50px;
}
.contents__usage .stepbox .tag {
  width: 184px;
  height: 67px;
  position: absolute;
  top: -29px;
  left: -14px;
  background: url("images/icon_ribbon.png") no-repeat;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding: 6px 0 0 30px;
}
.contents__usage .stepbox .tag em {
  font-size: 40px;
  padding-left: 0.1em;
}
.contents__usage h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.contents__usage h3 span {
  color: #ce507c;
}
.contents__usage .txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}
.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: 250px;
    margin: auto;
    color: #FFFFFF;
    background: #004EA2;
    padding: 15px 0;
    font-size: 30px;
}
.step_desc {
    text-align: center;
    font-size: 26px;
    padding-top: 25px;
}
.step_desc span{
	color:#EC6D81;
}
.step_desc_2 {
    padding: 5px 0 35px;
    font-size: 18px;
    text-align: center;
}
.step_desc_2 a {
	text-decoration:underline;
	color:#EC6D81;
}
.contents__ticket {
  width: 100%;
  padding: 20px 0;
}
.contents__ticket .img {
  text-align: center;
}
.contents__ticket .img img {
  margin:50px 0;
  width: 690px;
}
.contents_half_white {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
}
.contents__send {
  width: 100%;
  padding: 40px 40px 50px;
  max-width: 750px;
  margin: auto;
}
.contents__send h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #004EA2;
}
.contents__send .txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.contents__send .link {
  width: 70%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents__send .link li {
  width: 100px;
}