@charset "utf-8";

/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.conts__btn__wrap {
  padding: 1.5em 2.5em;
  background: #F9F2D2;
}

dd {
  margin: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -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;
}

input.text {
  border: 0;
  padding: 10px;
  font-size: 16px;
  color: #444;
  border: solid 1px #ccc;
  margin: 0 0 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.text:-ms-input-placeholder {
  color: #aaa;
}

.pc {
  display: none;
}

header {
  background: rgba(204, 0, 51, 0.9);
}

.header-inner {
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
  /* max-width: 980px; */
  text-align: center;
}

.header-logo {
  width: 138px;
}

body {
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #1D1D1D;
  line-height: 1.4;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
dl,
p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx {
  *zoom: 1;
}

.cfx:before,
.cfx:after {
  content: "";
  display: table;
}

.cfx:after {
  clear: both;
}

/* 共通 */
.txt_center {
  text-align: center;
}

.wsnw {
  white-space: nowrap;
}

.pdb_10 {
  padding-bottom: 10px;
}

.mgt_10 {
  margin-top: 10px;
}

.mgt_20 {
  margin-top: 20px;
}

.mgb_10 {
  margin-bottom: 10px;
}

.mgb_20 {
  margin-bottom: 20px;
}

.mgb_25 {
  margin-bottom: 25px;
}

.txt_size_22 {
  font-size: 22px !important;
}

.txt_size_30 {
  font-size: 30px;
}

.red {
  color: red;
}

a.a_deco {
  text-decoration: underline;
  color: #1c11db;
  font-size: 17px;
}

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#main {
  background: linear-gradient(180deg, rgba(0, 128, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.contents {
  max-width: 1100px;
  margin: 0 auto;
}

/* フォーム */
button {
  display: block;
}

input[type=radio]:checked+.radio:before {
  opacity: 1;
}

/* ------------------------------------
	* btn
* ------------------------------------ */
.btn_input {
  display: block;
  border-style: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #a9a9a9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 30px auto;
  width: 92%;
}

.btn_input::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 16px;
  right: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid transparent;
  border-left: 10px solid #FFF;
}

a.btn_input {
  color: #fff;
}

/* キャンペーンページに戻る */
.mod-btn-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 92%;
  margin: 20px auto;
}

.mod-btn-main a {
  display: table-cell !important;
  height: 45px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0 !important;
  background-color: #3e2b23;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.mod-btn-regist a {
  background-color: #cc0033;
}

.mod-btn-close input[type="button"] {
  background-color: #a9a9a9;
  display: table-cell !important;
  height: 45px;
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0 !important;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mod-btn-main a:after {
  content: "";
  display: inline-block;
  background: url(../img/up_arrow.png) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 15px;
}

.mod-btn-main .btn-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}

.mod-btn-main .btn-inner::after {
  margin-top: -4px !important;
  right: 10px !important;
}

.mod-btn-notes {
  padding: 0 10px 20px;
  text-align: center;
}

/* 戻る */
ul.btn_link {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

ul.btn_link li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

ul.btn_link .change_btn {
  -moz-box-shadow: inset 0px 39px 0px -24px #90b5e1;
  -webkit-box-shadow: inset 0px 39px 0px -24px #90b5e1;
  box-shadow: inset 0px 47px 0px -24px #90b5e1;
  background-color: #7face2;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 15px;
  display: block;
  width: 100%;
  text-align: center;
  border-style: none;
}

ul.btn_link .change_btn:hover {
  background-color: #82b7f7;
}

ul.btn_link .change_btn:active {
  position: relative;
  top: 1px;
}

/* OK */
ul.btn_link .ok_btn {
  -moz-box-shadow: inset 0px 39px 0px -24px #e67a73;
  -webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
  box-shadow: inset 0px 47px 0px -24px #e67a73;
  background-color: #e26d66;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 15px;
  display: block;
  width: 100%;
  text-align: center;
  border-style: none;
}

ul.btn_link .ok_btn:hover {
  background-color: #ef7b75;
}

ul.btn_link .ok_btn:active {
  position: relative;
  top: 1px;
}

.checkTtl {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0px 3px 10px;
  background-color: #f6f7f8;
  vertical-align: middle;
  font-size: 22px;
  background-color: #fff0b1;
  border-top: 2px dotted #ffd93a;
  border-bottom: 2px dotted #ffd93a;
  color: #ff4500;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

#get_campaign {
  height: 80px;
  display: table;
  width: 100%;
  outline: 1px solid #f11717;
  outline-offset: -5px;
  box-sizing: border-box;
  border: 2px solid #f11717;
  -webkit-box-shadow: 2px 2px 2px #f3f1f1;
  -moz-box-shadow: 2px 2px 2px #f3f1f1;
  box-shadow: 3px 3px 2px #eae8e8;
  margin: 0px auto 20px;
  text-align: center;
}

#get_campaign p {
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #f11717;
}

h2.main-text {
  background-color: #006cb7;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ttlTxt {
  font-size: 1.6rem;
  text-align: center;
  padding: 0px 10px 30px;
}

.redirectTxt {
  color: #ccc;
  text-align: center;
  padding: 10px 10px 30px;
  font-size: 16px;
}

.entryTxtLink {
  color: #ccc !important;
  text-align: center;
  padding: 0px 10px;
  text-decoration: underline !important;
  font-size: 16px;
}

.input_checkBox {
  width: 24px;
  height: 16px;
}

/*-----------------------クエリ---------------------*/
@media screen and (min-width: 769px) {
  .totop {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .customerSupport {
    height: 114px;
    padding: 30px 20px 0;
  }

  .customerSupport:after {
    content: "";
    display: block;
    clear: both;
  }

  .customerSupport_item {
    float: left;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 12px;
  }

  a.customerSupport_link {
    display: block;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #fff;
    line-height: 1;
  }

  a.customerSupport_link_last {
    border-right: none;
  }

  .ttlTxt {
    font-size: 2.4rem;
  }

  .redirectTxt {
    text-align: left;
  }

  .redirectTxt br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  #get_campaign p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  #get_campaign p {
    font-size: 14px;
  }

  h2.main-text {
    font-size: 15px;
  }

  .txt_size_22 {
    font-size: 16px !important;
  }

  .txt_size_30 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 360px) {
  #courses #select_course {
    width: 303px;
  }

  input.text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  #courses #select_course {
    width: 260px;
  }

  input.text {
    font-size: 13px;
  }
}

.error_box {
  text-align: center;
  color: red;
}

.error_box ul {
  padding: 0 10px 10px;
}

.txt_size_23 {
  font-size: 23px;
}

.imageNote {
  font-size: 10px;
  padding: 5px 16px;
  text-align: right;
}

.imageNote2 {
  text-align: right;
}

.notesIndent {
  text-indent: -1.0em;
  padding: 2px 0px 2px 1em;
}

.bottomBtnArea {
  padding: 10px 10px 30px;
}

.br440 {
  display: none;
}

.no_script {
  display: block;
  color: red;
  text-align: center;
  padding: 0 10px 10px;
}

.pt_40 {
  padding-top: 40px;
}

@media only screen and (max-width: 440px) {
  .br440 {
    display: block;
  }
}

/*-----------------------dアカウント---------------------*/
.mainArea {
  padding: 5.9%;
}

.mainFrame {
  border: 2px solid #cc0033;
}

.entryArea {
  position: relative;
}

.accountArea {
  position: absolute;
  top: 46.5%;
  left: 0;
  right: 0;
}

.accountBox {
  box-sizing: border-box;
  max-width: 92.2%;
  border: 2px solid #000000;
  margin: auto;
  padding: 0.55% 0;
}

.textStyle {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.positionDup {
  top: 77.9%;
}

.dateArea {
  position: absolute;
  top: 6.5%;
  left: 0;
  right: 0;
}

.dateText,
.endText {
  color: #ff0000;
  font-size: 14px;
}

.titleArea {
  position: absolute;
  top: 7.5%;
  left: 0;
  right: 0;
}

.titleStyle {
  padding: 5.1% 6%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.mb_50 {
  margin-bottom: 4.3333% !important;
}

.mt_70 {
  margin-top: 8.3333% !important;
}

.entryImg {
  margin: 0 18%;
}

@media only screen and (min-width: 361px) {
  .titleStyle {
    font-size: 22px;
  }

  .mainFrame {
    border: 3px solid #cc0033;
  }

  .textStyle {
    font-size: 14px;
  }

  .accountArea {
    top: 47%;
  }

  .positionDup {
    top: 78.4%;
  }

  .dateArea {
    top: 11.5%;
  }

  .spBr {
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  .titleStyle {
    font-size: 28px;
  }

  .mainFrame {
    border: 4px solid #cc0033;
  }

  .textStyle {
    font-size: 16px;
  }

  .dateText,
  .endText {
    font-size: 18px;
  }
}

@media only screen and (min-width: 681px) {
  .textStyle {
    font-size: 18px;
  }

  .titleStyle {
    font-size: 38px;
  }

  .dateText {
    font-size: 26px;
  }

  .endText {
    font-size: 23px;
  }

  .mainFrame {
    border: 5px solid #cc0033;
  }
}

@media only screen and (min-width: 769px) {
  .textStyle {
    font-size: 20px;
  }

  .dateText {
    font-size: 28px;
  }

  .endText {
    font-size: 25px;
  }

  .mainFrame {
    border: 6px solid #cc0033;
  }
}

/*------------mv------------*/
.mv {
  max-width: 820px;
	margin: 0 auto;
  margin-top: 56px;
}

/*-----------------------moto_complete.html---------------------*/
.dBlock {
  display: block;
}

.invisibleTxt {
  display: none;
}

.txtIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.btn_account {
  display: block;
  border-style: none;
  text-align: center;
  background-color: transparent;
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.contsTxtAccent01 {
  color: #ff0211;
}

.motoContsBlock01,
.sakiContsBlock01 {
  padding: 5% 0 7.7%;
  background-color: #fff;
}

.motoConts01Ttl01,
.sakiConts01Ttl01 {
  max-width: 689px;
  width: 86.2%;
  margin: 0 auto;
}

.sakiConts01Ttl01 {
  margin: 5% auto;
}

.motoConts01Inner {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
}

.motoConts01Txt01 {
  width: 100%;
  margin: 5.3% auto 0;
  padding: 2px;
  border: 2px solid #333;
  background-color: #fff;
  font-size: 28px;
  line-height: 1.1;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.motoConts01CopyTxt {
  padding: 2.6% 20% 2.6% 3%;
}

.motoConts01CopyBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  max-width: 120px;
  width: 16.7%;
  height: calc(100% - 8px);
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.motoConts01CopyBtn>a.copyBtn {
  height: 100%;
  background-color: #0042ea;
}

.motoConts01CopyBtn>a.copyBtn>img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.motoConts01List {
  width: 100%;
  margin-top: 5.6%;
}

.motoConts01List>li {
  float: left;
  max-width: 346px;
  width: 48.1%;
}

.motoConts01List>li:nth-of-type(n+2) {
  margin-top: 5.5%;
}

.motoConts01List>li:nth-of-type(1) {
  max-width: 100%;
  width: 100%;
  float: none;
  clear: both;
}

.motoConts01List>li:nth-of-type(3) {
  float: right;
}

.motoConts01List .listImg {
  line-height: 1;
}

.motoConts01Img01 {
  max-width: 551px;
  width: 76.6%;
  margin: 10.9% auto 0;
}

.motoConts01Btn01 {
  width: 100%;
  margin-top: 6%;
}

.motoConts01Txt02 {
  margin-top: 7%;
  font-size: 22px;
  line-height: 1.7;
}

.sakiConts01Txt01 {
  max-width: 720px;
  width: 90%;
  margin: 4.6% auto 0;
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
}


/* SP Style */
@media only screen and (max-width: 640px) {
  .motoConts01Txt01 {
    font-size: 16px;
  }

  .sakiConts01Txt01,
  .sakiConts03Txt01 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .sakiConts01Txt01 {
    font-size: 12px;
  }

}



.conts04__ttl {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1em;

}

.conts04__cap {
  line-height: 1.8;
  font-size: 14px;
}

.conts04__wrap {
  padding: 1.5em 2.5em;
}

.conts04__cpnterms {
  display: block;
  line-height: 1.8;
  padding: 1.5em 0 0 0;
}

.conts04__cpnterms dt {
  font-weight: bold;
  font-size: 1rem;
}

.conts04__cpnterms dd {
  margin-bottom: 1em;
  font-size: 14px;
}

.conts04__cpnterms dd a {
  color: blue;
  text-decoration: underline;
}



/*  */
.mv_copy{
  text-align: center;
}
.mv_copy img{
  width: 32%;
}




.ttl01 {
  max-width: 43%;
  margin: 0 auto;
  padding: 7% 0 4.5%;
}
.ttl01 {}

.btnBlock01 {
  text-align: center;
  padding-bottom: 8%;
}

.accountBlock {
  max-width: 708px;
  margin: 0 auto 5%;
  padding: 1%;
  border: 2px solid #888888;
  overflow: hidden;
}

.accountTxt {
  font-size: 26px;
}

.conts02,
.conts02_02 {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  padding: 2.5% 0;
}

.conts02 p {
  padding: 30% 0;
}

.conts03_ttl {
  background-color: #7b00cc;
  text-align: center;
  padding: 1.7% 0 1.7%;
}

.conts03_ttl p {
  max-width: 708px;
  margin: 0 auto;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
}

.conts03_txtWrap {
  background-color: #a384b6;
  padding: 5% 0;
}

.conts03_txt {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5% 3%;
  color: #333333;
  font-size: 16px;
}

.conts04_ttl {
  background-color: #001bcc;
  text-align: center;
  padding: 1.7% 0 1.7%;
}

.conts04_ttl p {
  max-width: 708px;
  margin: 0 auto;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
}

.conts04_txtWrap {
  background-color: #858bb4;
  padding: 5% 0;
}

.conts04_txt {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5% 3%;
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 640px) {

  .conts02 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
  }

  .conts02 p {
    padding: 30% 0;
  }

  .conts03_ttl {
    background-color: #7b00cc;
    text-align: center;
    padding: 1.7% 0 1.7%;
  }

  .conts03_ttl p {
    margin: 0 auto;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }

  .conts03_txtWrap {
    background-color: #a384b6;
    padding: 3% 0;
  }

  .conts03_txt {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5% 3%;
    color: #333333;
    font-size: 16px;
  }

  .conts04_ttl {
    background-color: #001bcc;
    text-align: center;
    padding: 1.7% 0 1.7%;
  }

  .conts04_ttl p {
    max-width: 708px;
    margin: 0 auto;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }

  .conts04_txtWrap {
    background-color: #858bb4;
    padding: 3% 0;
  }

  .conts04_txt {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5% 3%;
    color: #333333;
    font-size: 16px;
  }
}

/*アコーディオン*/
.accordion {
  margin-inline: auto;
  /* margin-top: 30px;
	max-width: 300px; */
  position: relative;
  width: 100%;
}

.accordion-title {
  background-color: #e6e0ea;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  padding: 2% 8% 2% 3%;
  line-height: 1.6;
}

.accordion-content {
  display: none;
  padding: 2% 5% 2% 5%;
  background-color: #fcf7fe;
}

.accordion-content p {
  font-size: 14px;
  line-height: 1.5;
}
.accordion-content p a{
  text-decoration: underline;
  color: #29a4db;
}

.accordion-item {
  margin-bottom: 3%;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #333333;
  border-top: solid 2px #333333;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .accordion-title {
    cursor: pointer;
    font-size: 16px;
    padding: 2% 18% 2% 3%;
    line-height: 1.6;
  }
}

/*キャンペーン詳細*/
.cpNotesBtnWrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cpNotesBtn {
  display: table;
  width: 100%;
}

.cpNotesBtn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


.cpNotesList {
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.cpNotesTtl {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.cpNotesSubttl {
  margin-top: 1em;
}

.cpNotesItem {
  text-indent: -1.0em;
  padding: 0px 0px 0px 1em;
}

.pl1em {
  padding-left: 1em;
}

@media only screen and (min-width: 361px) {
  .cpNotesList {
    padding: 20px;
  }

  .cpNotesTtl,
  .cpNotesList {
    font-size: 14px;
  }

  .cpNotesBtnWrap {
    padding-bottom: 4px;
    -webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
    border-width: 3px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.content01 {
  margin-top: 32px;
}

.content02 {
  width: 700px;
  margin: 32px auto 0;
}

.content03 {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 226px 56px;
  margin-top: 56px;
}

.content03 .content03_title {
  text-align: center;
  font-weight: 900;
}

.content03 .content03_title p {
  font-size: 32px;
}

.content03 .content03_title p:nth-child(2) {
  margin-top: 10px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(1) {
  font-size: 46px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(2) {
  font-size: 32px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(3) {
  font-size: 42px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(4) {
  font-size: 52px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(5) {
  font-size: 90px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(6) {
  font-size: 52px;
}

.content03 .content03_title p:nth-child(2) span:nth-of-type(7) {
  font-size: 63px;
}

.content03 .content03_title p:nth-child(3) {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 23px;
}

.content03 .content03_title p:nth-child(3) span {
  position: relative;
  bottom: 5px;
}

.content03 .content03_title p:nth-child(3) img {
  width: 49px
}

.content03 .content03_title p:nth-child(3) img:nth-of-type(2) {
  transform: scaleX(-1);
}

.content03 .content03_title p:nth-child(4) {
  margin-top: 20px;
}

.content03 .content03_title p:nth-child(5) span {
  color: #FA6400;
}

.content03 .content03_title p:nth-child(5) span:nth-of-type(1) {
  font-size: 98px;
}

.content03 .content03_title p:nth-child(5) span:nth-of-type(2),
.content03 .content03_title p:nth-child(5) span:nth-of-type(4) {
  font-size: 58px;
}

.content03 .content03_title p:nth-child(5) span:nth-of-type(3) {
  font-size: 88px;
}

.content03 .content03_text {
  margin-top: 23px;
  font-size: 12px;
}

.content03 .fc_blue {
  color: #0064F9;
}

.content04 {
  margin-top: 64px;
}

.content05 {
  background-image: url(../images/bg_01.png);
  background-size: 100% 100%;
}

.content05 .inner {
  padding: 48px 0 80px;
}

@media only screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    margin: 0 3.9063vw;
  }

  .content01 {
    margin-top: 5.2083vw;
  }

  .content02 {
    width: 100%;
    margin-top: 5.2083vw;
  }

  .content03 {
    border-radius: 15px;
    padding: 7.8125vw 3.9063vw 10.4167vw;
    margin-top: 8.3333vw;
  }

  .content03 .content03_title p {
    font-size: 18px;
  }

  .content03 .content03_title p:nth-child(2) {
    margin-top: 10px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(1) {
    font-size: 23px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(2) {
    font-size: 16px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(3) {
    font-size: 21px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(4) {
    font-size: 26px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(5) {
    font-size: 45px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(6) {
    font-size: 26px;
  }

  .content03 .content03_title p:nth-child(2) span:nth-of-type(7) {
    font-size: 31px;
  }

  .content03 .content03_title p:nth-child(3) {
    gap: 8px;
  }

  .content03 .content03_title p:nth-child(3) span {
    bottom: 0;
    font-size: 23px;
  }

  .content03 .content03_title p:nth-child(3) img {
    width: 25px
  }


  .content03 .content03_title p:nth-child(5) span:nth-of-type(1) {
    font-size: 49px;
  }

  .content03 .content03_title p:nth-child(5) span:nth-of-type(2),
  .content03 .content03_title p:nth-child(5) span:nth-of-type(4) {
    font-size: 29px;
  }

  .content03 .content03_title p:nth-child(5) span:nth-of-type(3) {
    font-size: 44px;
  }

  .content04 {
    margin-top: 8.3333vw;
  }

  .content05 {
    background-image: url(../images/bg_01_sp.png);
  }

  .content05 .inner {
    padding: 7.0313vw 0 7.8125vw;
  }
}