@charset "UTF-8";
/*
Name: 			style.css
Written by: 	Wishpocket.Inc
Theme Version:	1.0.0
*/


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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, "游ゴシック", "Yu Gothic", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 160%;
}
body * {
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

img {
  max-width: 100%;
}
p {
	margin-bottom: 0.8em;
}


.boxLeft {
  float: left;
}

.boxRight {
  float: right;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  -moz-border-radius: 0.14286em;
  -webkit-border-radius: 0.14286em;
  border-radius: 0.14286em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  padding: 1.175em 3.5em;
  line-height: 1;
  position: relative;
}
.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  right: 12px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn.red {
  background-color: #e85384;
  color: #fff;
  -moz-box-shadow: 0 3px 0 #b9315e;
  -webkit-box-shadow: 0 3px 0 #b9315e;
  box-shadow: 0 3px 0 #b9315e;
}
.btn.red:after {
  background-image: url("/img/common/icon_arrow_r_w.png");
}
.btn.red:hover {
  background-color: #e86691;
}

.btn.blue {
  background-color: #3c82d5;
  color: #fff;
}
.btn.blue:after {
  background-image: url("/img/common/icon_arrow_r_w.png");
}
.btn.blue:hover {
  background-color: #5c93d6;
}

.btn.green {
  background-color: #6bbc3b;
  color: #fff;
}
.btn.green:after {
  background-image: url("/img/common/icon_arrow_r_w.png");
}
.btn.green:hover {
  background-color: #42c745;
}

.btn.white {
  background-color: #fff;
  color: #0053ab;
  border: #3c82d5 1px solid;
}
.btn.white:after {
  background-image: url("/img/common/icon_arrow_r_b.png");
}
.btn.white:hover {
  background-color: #dae9f7;
}

.btn.download {
  background-color: #f4f5f6;
  color: #0053ab;
  border: #dae9f7 1px solid;
  font-size: 1.57143em;
  font-weight: bold;
  color: #333333;
  padding: 1.03em 2.75em;
  -moz-box-shadow: 0 3px 0 #dee0e9;
  -webkit-box-shadow: 0 3px 0 #dee0e9;
  box-shadow: 0 3px 0 #dee0e9;
}
.btn.download em {
  color: #e85384;
}
.btn.download:before {
  content: "";
  display: inline-block;
  width: 1.95455em;
  height: 2.31818em;
  vertical-align: middle;
  background-position: 50%;
  background-image: url("/img/common/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.8em;
}
.btn.download:after {
  background-image: url("/img/common/icon_arrow_r.png");
}
.btn.download:hover {
  background-color: #fff;
}

.ul {
  text-decoration: underline;
}

a.ul {
  color: #0053ab;
}
a.ul:hover {
  text-decoration: none;
}
a.ul.red {
  color: #e85384;
}

strong {
  font-weight: bold;
}


