@charset "UTF-8";
/* CSS Document */
/* =========================================================
		Reset
========================================================= */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  list-style-type: none;
}

body {
  line-height: 1;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type="number"] {
  width: auto;
}

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

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

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

nav ol,
nav ul {
  list-style: none;
}

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

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* =========================================================
		Common
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif,
 "MS Pゴシック", Osaka;
  font-size: 1.4rem;
  max-height: 999999px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #f2fcff;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  cursor: default;
  color: #000;
  pointer-events: none;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

a:hover {
  background: #e6f4fd;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.spOnly {
  display: none;
}

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

@media only screen and (max-width: 736px) {
  body {
    font-size: 3.73vw;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}

/* =========================================================
		Header
========================================================= */
.header {
  padding: 0 3.3%;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}

.header h1 {
  max-width: 990px;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 18px 0;
}

.header h1 img {
  width: 194px;
  vertical-align: bottom;
  margin: 0 1.7% 0 2%;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 736px) {
  .header h1 {
    font-size: 1.1rem;
    padding: 14px 0 35px;
  }
  .header h1 img {
    display: block;
    float: left;
    width: 33%;
    max-width: 115px;
    margin-right: 0;
    top: -3px;
  }
  .header h1 span {
    display: block;
    float: right;
  }
}

@media only screen and (max-width: 320px) {
  .header h1 {
    font-size: 1rem;
    padding: 18px 0 30px;
  }
}

/* =========================================================
		Main Img
========================================================= */
.mainVisual {
  background: #f8f8f8;
}

.mainVisual .mainImg {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  .mainVisual img {
    width: 100%;
  }
}

/* =========================================================
		Entry
========================================================= */
.entryBlock {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0;
  background: #3bb1e8;
}

.entryBlock p {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 10px;
}

.entryBlock p::before {
  content: "";
  display: inline-block;
  background: url("/challenge/promo/img/s002/en01.gif") no-repeat;
  background-size: 8px 24px;
  width: 8px;
  height: 24px;
  margin-right: 10px;
  vertical-align: bottom;
}

.entryBlock p::after {
  content: "";
  display: inline-block;
  background: url("/challenge/promo/img/s002/en02.gif") no-repeat;
  background-size: 8px 24px;
  width: 8px;
  height: 24px;
  margin-left: 10px;
  vertical-align: bottom;
}

.entryBlock a {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  padding: 12px 35px;
  border-radius: 10px;
  -webkit-box-shadow: 3.536px 3.536px 0px 0px white;
          box-shadow: 3.536px 3.536px 0px 0px white;
  background: url(/challenge/common/img/btn_bg01.png) 50% 50% no-repeat;
  background-size: cover;
}

.entryBlock .t01 {
  font-size: 2.2rem;
}

.entryBlock .t02 {
  font-size: 2rem;
}

.entryBlock .t03 {
  font-size: 1.8rem;
  font-weight: normal;
}

.entryBlock .t03::after {
  content: "";
  display: inline-block;
  background: url("/challenge/promo/img/s002/enarrow.gif") no-repeat;
  background-size: 7px 12px;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 736px) {
  .entryBlock {
    padding: 18px 0 22px;
    font-size: 4.8vw;
  }
  .entryBlock p {
    padding-bottom: 15px;
  }
  .entryBlock p::before {
    background-size: 2.14vw 6.4vw;
    width: 2.14vw;
    height: 6.4vw;
    margin-right: 2.67vw;
  }
  .entryBlock p::after {
    background-size: 2.14vw 6.4vw;
    width: 2.14vw;
    height: 6.4vw;
    margin-left: 2.67vw;
  }
  .entryBlock a {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size: 6.4vw;
  }
  .entryBlock .t01 {
    font-size: 5.86vw;
  }
  .entryBlock .t02 {
    font-size: 5.3vw;
  }
  .entryBlock .t03 {
    font-size: 4.8vw;
  }
}

/* =========================================================
		Company
========================================================= */
.company {
  padding: 30px 3.3% 50px;
}

.company .companyWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 2% 28px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}

.company .companyWrap h2 {
  text-align: center;
  font-size: 2.1rem;
  line-height: 28px;
  color: #007fc3;
  font-weight: bold;
  margin-bottom: 20px;
}

.company .companyWrap h2 span {
  display: block;
  font-size: 1.7rem;
  color: #666;
  padding-bottom: 6px;
}

.company .companyWrap .companyImg {
  border-top: 1px dashed #999;
  padding: 10px 9% 15px;
  text-align: center;
}

.company .companyWrap .companyImg img {
  max-width: 639px;
}

.company .caution {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #666;
  padding-top: 12px;
}

.company .topClass {
  text-align: center;
  padding-top: 50px;
}

.company .topClass h2 {
  font-size: 2.8rem;
  color: #007fc3;
  font-weight: bold;
  padding-bottom: 16px;
}

.company .topClass h2 span {
  display: block;
  max-width: 251px;
  margin: 0 auto;
}

.company .topClass .topClassWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 7% 0 5%;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}

.company .topClass .topClassWrap .txtLeft {
  padding-bottom: 12px;
  width: 60%;
  padding: 0 13% 12px 9%;
}

.company .topClass .topClassWrap .txtLeft .t01 {
  max-width: 289px;
  padding-bottom: 16px;
  margin: 0 auto;
}

.company .topClass .topClassWrap .txtLeft .t02 {
  font-size: 1.2rem;
  color: #666;
  padding-bottom: 14px;
}

.company .topClass .topClassWrap .txtLeft dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
  margin: 0 0 7px;
  line-height: 1;
}

.company .topClass .topClassWrap .txtLeft dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  position: relative;
  top: -3px;
  width: 72%;
  text-align: left;
}

.company .topClass .topClassWrap .txtLeft dd {
  white-space: nowrap;
  font-weight: bold;
  color: #595757;
  font-size: 2.8rem;
  width: 28%;
  text-align: right;
}

.company .topClass .topClassWrap .txtLeft dd span {
  font-size: 1.8rem;
}

.company .topClass .topClassWrap .txtRight {
  width: 40%;
}

@media only screen and (max-width: 990px) {
  .company .topClass .topClassWrap .txtLeft {
    padding: 0 8% 12px;
  }
  .company .companyWrap .companyImg img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 880px) {
  .company .topClass .topClassWrap {
    padding: 30px 6% 0 5%;
  }
  .company .topClass .topClassWrap .txtLeft {
    padding: 0 6% 12px;
  }
}

@media only screen and (max-width: 736px) {
  .company {
    padding: 30px 3.3% 40px;
  }
  .company .companyWrap {
    padding: 20px 3.3% 28px;
  }
  .company .companyWrap h2 {
    color: #0096d1;
    font-size: 5.33vw;
    line-height: 1.46;
    margin-bottom: 14px;
  }
  .company .companyWrap h2 span {
    font-size: 4.26vw;
    padding-bottom: 3px;
  }
  .company .companyWrap .companyImg {
    padding: 5px 0 0;
  }
  .company .companyWrap .companyImg img {
    max-width: 100%;
  }
  .company .caution {
    font-size: 2.93vw;
    padding-top: 9px;
  }
  .company .topClass {
    padding-top: 42px;
  }
  .company .topClass .topClassWrap {
    display: block;
    padding: 28px 3.3% 0;
  }
  .company .topClass h2 {
    font-size: 7.46vw;
  }
  .company .topClass h2 span {
    max-width: none;
    width: 72%;
  }
  .company .topClass .topClassWrap .txtLeft {
    padding-bottom: 0;
    width: 100%;
    padding: 0 0 0;
  }
  .company .topClass .topClassWrap .txtLeft .t01 {
    padding-bottom: 20px;
    width: 89%;
    max-width: none;
  }
  .company .topClass .topClassWrap .txtLeft .t02 {
    font-size: 3.2vw;
    padding-bottom: 20px;
  }
  .company .topClass .topClassWrap .txtLeft dl {
    padding-bottom: 11px;
    margin: 0 3% 7px;
  }
  .company .topClass .topClassWrap .txtLeft dt {
    font-size: 4.26vw;
    width: 75%;
  }
  .company .topClass .topClassWrap .txtLeft dd {
    font-size: 7.46vw;
    width: 25%;
  }
  .company .topClass .topClassWrap .txtLeft dd span {
    font-size: 4.8vw;
  }
  .company .topClass .topClassWrap .txtRight {
    width: 76%;
    margin: 16px auto 0;
    max-width: none;
  }
}

/* =========================================================
		Main Contents
========================================================= */
.mainContents {
  display: block;
}

/* ---------- dodaチャレンジを選ぶ理由 ---------- */
.mainContents .reason {
  padding: 33px 3.3% 50px;
}

.mainContents .reason h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #007fc3;
  line-height: 36px;
  margin-bottom: 25px;
}

.mainContents .reason h2 span {
  display: block;
  max-width: 270px;
  margin: 0 auto 5px;
}

.mainContents .reason .reasonWrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainContents .reason .reasonWrap .box {
  width: 32%;
  margin-right: 2%;
  border-radius: 15px;
  padding: 26px 0 44px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}

.mainContents .reason .reasonWrap .box:last-of-type {
  margin-right: 0;
}

.mainContents .reason .reasonWrap .box h3 {
  padding: 0 8%;
}

.mainContents .reason .reasonWrap .box p {
  line-height: 26px;
  padding: 20px 6% 0;
  text-align: left;
  font-size: 1.5rem;
}

@media only screen and (max-width: 736px) {
  .mainContents .reason {
    padding: 32px 3.3% 8px;
  }
  .mainContents .reason .reasonWrap {
    display: block;
  }
  .mainContents .reason h2 {
    margin-bottom: 18px;
    font-size: 7.46vw;
    line-height: 1.3;
  }
  .mainContents .reason h2 span {
    margin: 0 auto 1px;
    width: 77%;
    max-width: none;
  }
  .mainContents .reason .reasonWrap .box {
    width: 100%;
    margin: 0 0 22px;
    padding: 30px 0 35px;
  }
  .mainContents .reason .reasonWrap .box h3 {
    padding: 0 9%;
  }
  .mainContents .reason .reasonWrap .box p {
    padding: 20px 6% 0;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

/* ---------- dodaチャレンジの支援実績 ---------- */
.mainContents .performance {
  padding: 30px 3.3% 50px;
}

.mainContents .performance h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #007fc3;
  line-height: 36px;
  margin-bottom: 20px;
}

.mainContents .performance h2 span {
  display: block;
  max-width: 270px;
  margin: 0 auto 5px;
}

.mainContents .performance .box {
  text-align: center;
  border-radius: 15px;
  padding: 30px 0 38px;
  background: #fff;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin: 0 auto;
}

.mainContents .performance .box.box1 {
  margin-bottom: 40px;
}

.mainContents .performance .box h3 {
  font-size: 2.5rem;
  color: #595757;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 36px;
}

.mainContents .performance .box.box1 h3 {
  padding-bottom: 30px;
}

.mainContents .performance .box .boxWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2%;
}

.mainContents .performance .box.box2 .boxWrap {
  padding: 0 8%;
}

.mainContents .performance .box .boxWrap .left {
  width: 50%;
  padding: 0 5%;
}

.mainContents .performance .box.box1 .boxWrap .left {
  width: 42%;
  padding: 6px 5% 0 5%;
}

.mainContents .performance .box.box1 .boxWrap .left img {
  max-width: 299px;
  width: 100%;
}

.mainContents .performance .box.box2 .boxWrap .left img {
  max-width: 297px;
  width: 100%;
}

.mainContents .performance .box .boxWrap .right {
  width: 50%;
  padding: 0 5%;
}

.mainContents .performance .box.box1 .boxWrap .right {
  text-align: left;
  width: 56%;
  padding: 0;
}

.mainContents .performance .box.box1 .boxWrap .right .t01 {
  border-bottom: 1px dashed #999;
  line-height: 25px;
  padding-bottom: 25px;
}

.mainContents .performance .box.box1 .boxWrap .right .companySample {
  max-width: 479px;
  margin: 2px 0 17px 3%;
}

.mainContents .performance .box.box1 .boxWrap .right .t02 {
  font-size: 1.2rem;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 3%;
}

.mainContents .performance .box.box2 .boxWrap h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #007fc3;
  border-radius: 14px;
  width: 180px;
  margin: 0 auto 20px;
}

.mainContents .performance .box.box2 .boxWrap .right img {
  max-width: 285px;
  width: 100%;
}

.mainContents .performance .notes {
  padding: 48px 5% 0;
  text-align: left;
  font-size: 1.5rem;
}

.mainContents .performance .caution {
  padding: 16px 5% 0;
  text-align: left;
  font-size: 1.3rem;
  color: #666;
}

@media only screen and (max-width: 736px) {
  .mainContents .performance {
    padding: 30px 3.3% 46px;
  }
  .mainContents .performance h2 {
    font-size: 7.46vw;
    line-height: 1.3;
  }
  .mainContents .performance .box {
    padding: 20px 0 26px;
  }
  .mainContents .performance .box.box1 {
    margin-bottom: 30px;
  }
  .mainContents .performance .box h3 {
    padding-bottom: 28px;
    font-size: 6.66vw;
    line-height: 1.3;
  }
  .mainContents .performance .box.box1 h3 {
    padding-bottom: 20px;
  }
  .mainContents .performance .box .boxWrap {
    display: block;
    padding: 0 3.3%;
  }
  .mainContents .performance .box .boxWrap .left {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .mainContents .performance .box.box1 .boxWrap .left {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .mainContents .performance .box.box1 .boxWrap .left img {
    display: block;
    width: 92%;
    margin: 0 auto;
    max-width: none;
  }
  .mainContents .performance .box.box1 .boxWrap .right .t01 {
    line-height: 1.8;
  }
  .mainContents .performance .box.box2 .boxWrap .left img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
  .mainContents .performance .box .boxWrap .right {
    width: 100%;
  }
  .mainContents .performance .box.box1 .boxWrap .right {
    margin: 0;
    width: 100%;
    padding: 28px 3% 0;
  }
  .mainContents .performance .box.box1 .boxWrap .right .companySample {
    margin: 18px auto 13px;
    max-width: none;
  }
  .mainContents .performance .box.box2 .boxWrap .right img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
  .mainContents .performance .box.box2 .boxWrap h4 {
    font-size: 4.8vw;
    width: 48vw;
  }
  .mainContents .performance .box.box1 .boxWrap .right .t02 {
    font-size: 2.93vw;
    margin: 0;
  }
  .mainContents .performance .box.box2 .boxWrap {
    padding: 0;
  }
  .mainContents .performance .notes {
    padding: 22px 5% 0;
    text-align: left;
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .mainContents .performance .caution {
    padding: 10px 5% 0;
    font-size: 3.2vw;
  }
}

/* ---------- ご利用の流れ ---------- */
.mainContents .flow {
  padding: 40px 3.3% 6px;
}

.mainContents .flow h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #2cab9f;
  line-height: 36px;
  margin: 0 0 13px -50px;
}

.mainContents .flow h2::before {
  display: inline-block;
  content: "";
  background: url("/challenge/promo/img/s002/flowicon.gif") no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.mainContents .flow .box {
  border-radius: 15px;
  max-width: 1000px;
  margin: 0 auto 42px;
  padding: 26px 2% 20px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}

.mainContents .flow .box::after {
  content: "";
  width: 25px;
  height: 22px;
  border-style: solid;
  border-width: 22px 12.5px 0 12.5px;
  border-color: #2cab9e transparent transparent transparent;
  position: absolute;
  margin: auto;
  bottom: -32px;
  left: 0;
  right: 0;
}

.mainContents .flow .box:last-of-type::after {
  display: none;
}

.mainContents .flow .box h3 {
  font-size: 2.4rem;
  color: #2cab9f;
  font-weight: bold;
  margin-bottom: 25px;
}

.mainContents .flow .box h3::before {
  display: inline-block;
  content: "";
  width: 40px;
  margin-right: 6px;
  position: relative;
  vertical-align: bottom;
}

.mainContents .flow .box.box1 h3::before {
  background: url("/challenge/promo/img/s002/flowh3icon01.gif") no-repeat;
  background-size: 40px 40px;
  height: 40px;
}

.mainContents .flow .box.box2 h3::before {
  background: url("/challenge/promo/img/s002/flowh3icon02.gif") no-repeat;
  background-size: 40px 42px;
  height: 42px;
}

.mainContents .flow .box.box3 h3::before {
  background: url("/challenge/promo/img/s002/flowh3icon03.gif") no-repeat;
  background-size: 40px 26px;
  height: 26px;
}

.mainContents .flow .box.box4 h3::before {
  background: url("/challenge/promo/img/s002/flowh3icon04.gif") no-repeat;
  background-size: 40px 39px;
  height: 39px;
}

.mainContents .flow .box .notes {
  line-height: 25px;
  padding-bottom: 8px;
  font-size: 1.5rem;
}

.mainContents .flow .box:nth-of-type(1) .notes,
.mainContents .flow .box:nth-of-type(4) .notes {
  padding-bottom: 0;
}

.mainContents .flow .box .caution {
  line-height: 20px;
  color: #666;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 736px) {
  .mainContents .flow {
    padding: 42px 3.3% 2px;
  }
  .mainContents .flow h2 {
    margin: 0 0 12px;
    font-size: 7.46vw;
    line-height: 1.2;
  }
  .mainContents .flow h2::before {
    background-size: 10.67vw 10.67vw;
    width: 10.67vw;
    height: 10.67vw;
    margin-right: 1.6vw;
    top: -0.5vh;
  }
  .mainContents .flow .box {
    margin: 0 auto 44px;
    padding: 22px 5.5%;
  }
  .mainContents .flow .box h3 {
    font-size: 6.13vw;
  }
  .mainContents .flow .box h3::before {
    width: 10.67vw;
    margin-right: 1.6vw;
  }
  .mainContents .flow .box.box1 h3::before {
    background-size: 10.67vw 10.67vw;
    height: 10.67vw;
  }
  .mainContents .flow .box.box2 h3::before {
    background-size: 10.67vw 11.2vw;
    height: 11.2vw;
  }
  .mainContents .flow .box.box3 h3::before {
    background-size: 10.67vw 6.94vw;
    height: 6.94vw;
  }
  .mainContents .flow .box.box4 h3::before {
    background-size: 10.67vw 10.4vw;
    height: 10.4vw;
  }
  .mainContents .flow .box .notes {
    padding-bottom: 16px;
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .mainContents .flow .box .caution {
    font-size: 2.93vw;
    line-height: 1.9;
  }
}

/* ---------- 転職成功事例 ---------- */
.mainContents .voice {
  padding: 46px 3.3% 52px;
}

.mainContents .voice h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.9rem;
  color: #3bb1e8;
  line-height: 36px;
  margin: 0 0 16px -12px;
}

.mainContents .voice h2::before {
  display: inline-block;
  content: "";
  background: url("/challenge/promo/img/s002/voiceicon.gif") no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.mainContents .voice .voiceWrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainContents .voice .voiceWrap .box {
  width: 49%;
  margin-right: 2%;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}

.mainContents .voice .voiceWrap .box:last-of-type {
  margin-right: 0;
}

.mainContents .voice .voiceWrap .box .bubble {
  font-size: 1.9rem;
  color: #fff;
  line-height: 28px;
  width: 90%;
  padding: 12px 3.3%;
  text-align: center;
  position: relative;
  border-radius: 0 0 20px 0;
  background: #3bb1e8;
}

.mainContents .voice .voiceWrap .box .bubble .tabOnly {
  display: none;
}

.mainContents .voice .voiceWrap .box .bubble::after {
  content: "";
  position: absolute;
  background: url("/challenge/promo/img/s002/bubble01.gif") no-repeat;
  background-size: 12px 18px;
  width: 12px;
  height: 18px;
  bottom: -18px;
  left: 7%;
}

.mainContents .voice .voiceWrap .box .notes {
  padding: 26px 0 58px;
  margin: 0 4%;
  position: relative;
  line-height: 26px;
  font-size: 1.5rem;
}

.mainContents .voice .voiceWrap .box .meta {
  line-height: 18px;
  font-size: 1.3rem;
  padding: 6px 0 0;
  position: relative;
  border-top: 1px solid #bcbcbc;
  margin: 0 22% 0 5%;
}

.mainContents .voice .voiceWrap .box .meta::after {
  content: "";
  display: block;
  position: absolute;
  background: #bcbcbc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -5px;
  right: 0;
}

@media only screen and (max-width: 780px) {
  .mainContents .voice .voiceWrap .box .bubble {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 736px) {
  .mainContents .voice {
    padding: 40px 3.3% 15px;
  }
  .mainContents .voice h2 {
    margin: 0 0 12px -18px;
    font-size: 7.46vw;
    line-height: 1.2;
  }
  .mainContents .voice h2::before {
    background-size: 10.67vw 10.67vw;
    width: 10.67vw;
    height: 10.67vw;
    margin-right: 1.6vw;
    top: -0.5vh;
  }
  .mainContents .voice .voiceWrap {
    display: block;
  }
  .mainContents .voice .voiceWrap .box {
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 27px;
  }
  .mainContents .voice .voiceWrap .box .bubble {
    height: auto;
    width: 90%;
    padding: 8px 3%;
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .mainContents .voice .voiceWrap .box.box2 .bubble {
    margin: 0 0 0 auto;
    border-radius: 0 0 0 20px;
  }
  .mainContents .voice .voiceWrap .box .bubble::after {
    left: 10%;
  }
  .mainContents .voice .voiceWrap .box.box2 .bubble::after {
    left: auto;
    right: 10%;
    background: url(../img/bubble02.gif) no-repeat;
    background-size: 12px 18px;
  }
  .mainContents .voice .voiceWrap .box .notes {
    font-size: 3.73vw;
    line-height: 1.8;
    padding: 25px 0 23px;
    margin: 0 6%;
  }
  .mainContents .voice .voiceWrap .box .meta {
    padding: 7px 0 0;
    margin: 0 5%;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 414px) {
  .mainContents .voice .voiceWrap .box .bubble .spOnly {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .mainContents .voice .voiceWrap .box .meta .txt {
    padding: 30px 20px 30px 85px;
  }
  .mainContents .voice .voiceWrap .box.box2 .meta .txt {
    padding: 20px 85px 12px 20px;
  }
}

/* ---------- よくあるご質問 ---------- */
.mainContents .question {
  padding: 40px 3.3% 50px;
}

.mainContents .question h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #ea545d;
  line-height: 36px;
  margin: 0 0 12px -50px;
}

.mainContents .question h2::before {
  display: inline-block;
  content: "";
  background: url("/challenge/promo/img/s002/questionicon.gif") no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.mainContents .questionWrap {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
  padding: 35px 2% 1px;
  background: #fff;
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}

.mainContents .questionWrap dl {
  border-bottom: 1px dashed #999;
  padding-bottom: 21px;
  margin-bottom: 22px;
}

.mainContents .questionWrap dl:last-of-type {
  border-bottom: none;
}

.mainContents .questionWrap dt {
  color: #ea545d;
  font-size: 1.9rem;
  font-weight: bold;
  border-left: 2px solid #ea545d;
  padding: 13px 18px 15px;
  margin-bottom: 14px;
}

.mainContents .questionWrap dd {
  font-size: 1.5rem;
  line-height: 26px;
  border-left: 2px solid #ddd;
  padding: 14px 18px;
}

@media only screen and (max-width: 736px) {
  .mainContents .question {
    padding: 44px 3.3% 47px;
  }
  .mainContents .question h2 {
    margin: 0 0 12px -6px;
    font-size: 7.46vw;
    line-height: 1.2;
  }
  .mainContents .question h2::before {
    background-size: 10.67vw 10.67vw;
    width: 10.67vw;
    height: 10.67vw;
    margin-right: 1.6vw;
    top: -0.5vh;
  }
  .mainContents .questionWrap {
    padding: 35px 6% 12px;
  }
  .mainContents .questionWrap dl {
    border-bottom: 1px dashed #999;
    padding-bottom: 27px;
    margin-bottom: 23px;
  }
  .mainContents .questionWrap dl:last-of-type {
    padding-bottom: 0;
  }
  .mainContents .questionWrap dt {
    padding: 13px 0 15px 18px;
    margin-bottom: 14px;
    font-size: 4.8vw;
  }
  .mainContents .questionWrap dd {
    padding: 14px 0 14px 18px;
    font-size: 3.46vw;
    line-height: 1.9;
  }
}

/* =========================================================
		Tel
========================================================= */
.telBlock {
  padding: 20px 3.3% 18px;
  background: #fff;
}

.telBlock .telWrap {
  text-align: center;
}

.telBlock .telWrap div {
  display: inline-block;
  vertical-align: bottom;
}

.telBlock .telWrap .img {
  width: 46px;
}

.telBlock .telWrap .telno {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 16px;
}

.telBlock .telWrap .telno span {
  display: block;
  text-align: left;
  font-size: 1.1rem;
  padding-bottom: 5px;
}

.telBlock .telWrap .time {
  font-weight: bold;
}

.catchcopy {
  text-align: center;
  font-size: 1.2rem;
  padding: 30px 3.3%;
}

@media only screen and (max-width: 736px) {
  .telBlock {
    padding: 20px 3.3%;
  }
  .telBlock .telWrap div {
    vertical-align: middle;
  }
  .noWrap {
    vertical-align: middle;
  }
  .telBlock .telWrap .img {
    width: 13.2%;
  }
  .telBlock .telWrap .telno {
    margin: 0;
    font-size: 8vw;
  }
  .telBlock .telWrap .time {
    padding-top: 4px;
    text-align: left;
  }
  .catchcopy {
    text-align: left;
    line-height: 1.8;
    padding: 34px 7% 28px;
    font-size: 2.93vw;
  }
}

/* =========================================================
		Fix Footer
========================================================= */
.fixFoot {
  position: fixed;
  width: 55px;
  height: 55px;
  right: 4%;
  bottom: 50px;
  display: none;
}

.fixFoot .btn {
  display: none;
}

.fixFoot .toTop {
  width: 55px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.fixFoot .toTop:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

@media only screen and (max-width: 736px) {
  .fixFoot {
    position: fixed;
    width: 100%;
    height: 70px;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(236, 236, 236, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 3.3%;
  }
  .fixFoot .btn {
    display: inline-block;
    max-width: 264px;
    margin-right: 2%;
    vertical-align: top;
  }
  .fixFoot .toTop {
    display: inline-block;
    max-width: 54px;
    vertical-align: top;
  }
}

/* =========================================================
		Footer
========================================================= */
.footer {
  padding: 0 3.3%;
  background: #fff;
}

.footer .footNav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 0 15px;
}

.footer .footNav .breadcrumbs {
  float: left;
  padding-left: 1%;
}

.footer .footNav .breadcrumbs li {
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}

.footer .footNav .breadcrumbs li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 10px;
}

.footer .footNav .breadcrumbs li:last-child::after {
  display: none;
}

.footer .footNav .linkList {
  float: right;
}

.footer .footNav .linkList li {
  display: inline-block;
  margin-left: 16px;
}

.footer .footNav .linkList li::before {
  content: "";
  background: url("/challenge/promo/img/s002/linkicon.gif") no-repeat;
  background-size: 14px 10px;
  width: 14px;
  height: 10px;
  display: inline-block;
  margin-right: 6px;
}

.footer .logo {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.footer .logo .persol {
  width: 259px;
  float: right;
  margin: 20px 6px 0 1%;
}

.footer .logo .privacyMark {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 0;
}

.footer .logo .privacyMark.spOnly {
  display: none;
}

.footer .logo .privacyMark .img {
  width: 59px;
}

.footer .logo .privacyMark .txt {
  line-height: 16px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 6px 0 0 12px;
}

.footer .logo .privacyMark .txt a {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 4px;
}

.footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  padding: 40px 0;
}

@media only screen and (max-width: 736px) {
  .footer {
    padding: 0 3.3%;
  }
  .footer .footNav {
    padding: 12px 0 15px;
  }
  .footer .footNav .breadcrumbs {
    float: none;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 4% 13px;
    margin-bottom: 12px;
  }
  .footer .footNav .breadcrumbs li {
    font-size: 3.46vw;
  }
  .footer .footNav .breadcrumbs li::after {
    margin: 0 12px;
  }
  .footer .footNav .breadcrumbs li:last-child::after {
    display: none;
  }
  .footer .footNav .linkList {
    float: none;
  }
  .footer .footNav .linkList li::before {
    background-size: 3.47vw 2.67vw;
    width: 3.47vw;
    height: 2.67vw;
    margin-right: 1.07vw;
  }
  .footer .logo {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .footer .logo .persol {
    float: none;
    margin: 35px auto 0;
    width: 74%;
  }
  .footer .logo .privacyMark {
    float: none;
  }
  .footer .logo .privacyMark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin: 6px 0 0;
    padding: 0 5% 10px;
  }
  .footer .logo .privacyMark .img {
    width: 18.7%;
  }
  .footer .logo .privacyMark .txt {
    padding: 6px 0 0 6px;
    font-size: 2.93vw;
    line-height: 1.5;
  }
  .footer .logo .privacyMark .txt a {
    font-size: 2.66vw;
  }
  .footer .copyright {
    padding: 0 0 90px;
    font-size: 2.93vw;
  }
}

/* =========================================================
		accordion
========================================================= */
#accordion {
  margin: 0 auto;
  padding: 5px 50px;
}

@media only screen and (max-width: 768px) {
  #accordion {
    padding: 5px;
  }
}

#accordion .question,
#accordion .answer {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  #accordion .question,
  #accordion .answer {
    padding-left: 9px;
    padding-right: 9px;
  }
}

#accordion .question dl,
#accordion .answer dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 10px;
}

#accordion .question dl dt,
#accordion .question dl dd,
#accordion .answer dl dt,
#accordion .answer dl dd {
  display: table-cell;
  vertical-align: top;
}

#accordion.question dl dt,
#accordion .answer dl dt {
  width: 35px;
}

@media only screen and (max-width: 768px) {
  #accordion .question dl dt,
  #accordion .answer dl dt {
    width: 25px;
  }
}

#accordion .question dl dd,
#accordion .answer dl dd {
  padding-left: 10px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #accordion .question dl dd,
  #accordion .answer dl dd {
    padding-left: 7px;
  }
}

#accordion .question {
  position: relative;
  display: block;
  font-weight: normal;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #accordion .question dl {
    padding-bottom: 10px;
    padding-top: 9px;
  }
}

#accordion .question dl dd {
  color: #f44360;
  text-decoration: underline;
  font-size: 100%;
  font-weight: bold;
  padding-right: 50px;
  padding-top: 12px;
}

@media only screen and (max-width: 768px) {
  #accordion .question dl dd {
    font-size: 14px;
    padding-right: 30px;
    padding-top: 4px;
  }
}

#accordion .question dl::after {
  background: rgba(0, 0, 0, 0) url("/challenge/media/images/faq/btn_faq_set_close.gif") no-repeat scroll right center/30px 30px;
  content: "";
  display: inline-block;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
}

@media only screen and (max-width: 768px) {
  #accordion .question dl::after {
    background-size: 19px 19px;
    height: 19px;
    margin-top: -9px;
    right: 9px;
    width: 19px;
  }
}

#accordion .question.open {
  border-bottom: medium none;
}

#accordion .question.open dl::after {
  background: rgba(0, 0, 0, 0) url("/challenge/media/images/faq/btn_faq_set_open.gif") no-repeat scroll right center/30px 30px;
}

@media only screen and (max-width: 768px) {
  #accordion .question.open dl::after {
    background-size: 19px 19px;
  }
}

#accordion .answer {
  display: none;
}

@media only screen and (max-width: 768px) {
  #accordion .answer {
    border-bottom: 1px solid #dcdcdc;
  }
}

#accordion .answer dl {
  border-top: 1px dotted #dcdcdc;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  #accordion .answer dl dd {
    padding-top: 5px;
    font-size: 14px;
  }
}

#accordion .answer dl dd a {
  color: #4f70ff;
}

#accordion .answer dl dd span.mt1em {
  display: block;
  margin-top: 1em;
  font-size: 90%;
}

#accordion .answer dl dd span.link::before {
  color: #007fc3;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
 "MS PGothic", Arial, sans-serif;
  font-size: 143.8%;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  text-rendering: auto;
  top: 2px;
}

@media only screen and (max-width: 768px) {
  #accordion .answer dl dd span.link::before {
    font-size: 131.3%;
    margin-right: 5px;
  }
}

/* 「売れ手市場の訴求セクション」の追記分 2021-01-28 */
@media only screen and (max-width: 736px) {
  .chance {
    max-width: 736px;
    padding: 0 3.3%;
    margin: 49px auto 40px;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo,
 Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif !important;
  }
  .chanceContainer {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 15px 15px;
  }
  .chanceHeading {
    position: relative;
    background-color: #117ec3;
    padding: 10px;
    border-radius: 15px 15px 0 0;
  }
  .chanceHeading h2 {
    font-size: 25px;
    line-height: calc(33 / 25);
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .chanceHeading img {
    width: 100%;
    max-width: 77px;
    position: absolute;
    top: 0;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .chanceBody {
    border-radius: 0px 0px 15px 15px;
    padding: 33px 15px 54px;
    background-color: #fff;
    text-align: center;
  }
  .chanceBody-inner {
    margin: 0 auto;
  }
  .chanceRate {
    font-size: 23px;
    font-weight: 600;
    line-height: calc(32 / 23);
    color: #117ec3;
    text-align: center;
    position: relative;
  }
  .chanceRate .font-deco-1 {
    font-size: 18px;
    line-height: calc(32 / 18);
  }
  .chanceRate .font-deco-2 {
    font-size: 33px;
    line-height: calc(44 / 33);
    color: #ea545d;
  }
  .chanceRate::before, .chanceRate::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #117ec3;
    position: absolute;
  }
  .chanceRate::before {
    bottom: 50px;
    left: -90px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  .chanceRate::after {
    bottom: 50px;
    right: -90px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(105deg);
            transform: rotate(105deg);
  }
  .chanceGraph {
    width: 100%;
    background-color: #eef8ff;
    padding: 24px 6px 22px;
    margin-top: 12px;
    margin-bottom: 8px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chanceGraph p {
    font-size: 14px;
    font-weight: 300;
    line-height: calc(25 / 14);
    padding: 0 14px;
    margin-bottom: 13px;
    text-align: justify;
  }
  .chanceGraph p span {
    color: #117ec3;
  }
  .chanceGraph img {
    width: 100%;
  }
  .chanceGraph-notes {
    font-size: 11px;
    font-weight: 300;
    line-height: calc(18 / 11);
    margin-bottom: 7px;
    text-align: left;
  }
  .chanceConsul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 4px solid #333333;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align-last: left;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .chanceConsul span {
    font-size: 18px;
    font-weight: 600;
    line-height: calc(25 / 18);
    color: #117ec3;
  }
  .chanceConsul-o-h {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align-last: left;
    margin-bottom: 10px;
  }
  .chanceConsul-o-h span {
    display: inline-block;
  }
  .chanceConsul-o-h .font-deco-marker {
    font-size: 22px;
    font-weight: 600;
    line-height: calc(25 / 22);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #fff100), color-stop(90%, #fff100), color-stop(90%, transparent));
    background: -webkit-linear-gradient(transparent 48%, #fff100 48%, #fff100 90%, transparent 90%);
    background: linear-gradient(transparent 48%, #fff100 48%, #fff100 90%, transparent 90%);
  }
  .chanceConsul-o-t {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .chanceConsul-o-i {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .chanceConsul-o-i img {
    width: 100%;
    height: auto;
  }
  .chanceConsul-notes {
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    line-height: calc(18 / 11);
    text-align: left;
  }
}

@media only screen and (min-width: 737px) {
  .chance {
    margin: 100px auto 60px;
    padding: 0 3.3%;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo,
 Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif !important;
  }
  .chanceContainer {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 15px 15px;
  }
  .chanceHeading {
    position: relative;
    background-color: #117ec3;
    padding: 8px 8px 2px 8px;
    border-radius: 15px 15px 0 0;
  }
  .chanceHeading h2 {
    font-size: 32px;
    font-size: calc(32px + (1vw - 7.36px) * 0.92905);
    font-weight: bold;
    line-height: calc(65 / 43);
    color: #fff;
    text-align: center;
  }
  .chanceHeading img {
    width: 10vw;
    max-width: 129px;
    position: absolute;
    top: 0;
    left: 4%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .chanceBody {
    border-radius: 0px 0px 15px 15px;
    padding: 12px 48px 17px;
    background-color: #fff;
    text-align: center;
  }
  .chanceBody-inner {
    max-width: 897px;
    margin: 0 auto;
  }
  .chanceRate {
    font-size: 30px;
    font-weight: bold;
    line-height: calc(45 / 30);
    color: #117ec3;
    text-align: center;
    position: relative;
  }
  .chanceRate .font-deco-1 {
    font-size: 24px;
    line-height: calc(36 / 24);
    font-weight: bold;
  }
  .chanceRate .font-deco-2 {
    font-size: 43px;
    line-height: calc(65 / 43);
    color: #ea545d;
    font-weight: bold;
  }
  .chanceRate::before, .chanceRate::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #117ec3;
    position: absolute;
  }
  .chanceRate::before {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(70deg) translate(20px, 35px);
            transform: rotate(70deg) translate(20px, 35px);
  }
  .chanceRate::after {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-70deg) translate(-30px, 10px);
            transform: rotate(-70deg) translate(-30px, 10px);
  }
  .chanceGraph {
    background-color: #eef8ff;
    padding: 43px 21px 15px 40px;
    margin: 10px auto 5px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .chanceGraph-txt {
    width: 300px;
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-right: 16px;
    text-align: left;
  }
  .chanceGraph-txt span {
    color: #117ec3;
    font-weight: bold;
  }
  .chanceGraph-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 530px;
    max-height: 138px;
  }
  .chanceGraph-img picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .chanceGraph-notes {
    font-size: 12px;
    line-height: calc(24 / 12);
    text-align: right;
  }
  .chanceConsul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 4px solid #333333;
    margin-top: -5px;
    margin-bottom: 8px;
  }
  .chanceConsul img {
    max-width: 150px;
    max-height: 84px;
    width: auto;
    height: auto;
    margin-left: 8px;
    margin-right: 21px;
  }
  .chanceConsul span {
    font-size: 18px;
    font-weight: bold;
    line-height: calc(26 / 18);
    color: #117ec3;
  }
  .chanceConsul .font-deco-marker {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(26 / 20);
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #fff100));
    background: -webkit-linear-gradient(transparent 48%, #fff100 48%);
    background: linear-gradient(transparent 48%, #fff100 48%);
  }
  .chanceConsul-o-t {
    text-align: left;
  }
  .chanceConsul-notes {
    font-size: 12px;
    line-height: calc(18 / 12);
    display: inline-block;
    text-align: left;
  }
}
/*# sourceMappingURL=s002.css.map */