@charset "UTF-8";

/* =============================================================================
	Last Up Date	2016.07.06
============================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

html, body {
  position: relative;
}

body {
  color: #4352a2;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, SimSun, arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
}

b {
  font-weight: bold;
}

small {
  font-size: 80%;
}

a {
  color: inherit;
}

a:hover {
  opacity: .7;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}

.areaL {
  margin-top: 80px;
}

.areaM {
  margin-top: 40px;
}

.areaS {
  margin-top: 20px;
}

.weight {
  font-weight: bold;
}

.bg_b {
  background: #4352a2;
}

.bg_bsub {
  background: #6f7bc2;
}

.bg_p {
  background: #e9528e;
}

.t-l {
  text-align: left;
}

.t-r {
  text-align: right;
}

.t-c {
  text-align: center !important;
}

.f-box {
  overflow: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.t-box {
  display: table;
  width: 100%;
}

.t-cell {
  display: table-cell;
  vertical-align: middle;
}

.ml_10 {
  margin-left: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.pl_50 {
  padding-left: 50px;
}

.plr_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr_100 {
  padding-left: 100px;
  padding-right: 100px;
}

.color-000 {
  color: #000 !important;
}

.color-333 {
  color: #333 !important;
}

.color-e9528e {
  color: #e9528e !important;
}

.color-4352a2 {
  color: #4352a2 !important;
}

.color-red {
  color: red;
}

.underline{
text-decoration: underline;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}


/*----------------------- PC用　横幅767px以上 -----------------------------------*/

@media screen and (min-width: 767px) {
  .spOnly {
    display: none;
  }
  #wrapper {
    position: relative;
    min-width: 960px;
  }
  .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  /* ---------------------------------------------------------
   header
----------------------------------------------------------*/
  #header {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 20px 0 20px;
    z-index: 50;
    overflow: hidden;
    /*box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);*/
  }
  #header h1 {
    font-size: 140%;
    float: left;
    font-weight: bold;
  }
  #header h1 a {
    text-decoration: none;
  }
  #header h1 img {
    width: 200px;
  }
  #header h2 {
    float: left;
  }
  #header h2 img {
    width: 417px;
    float: left;
    padding-top: 20px;
    margin-left: 25px;
  }
  #header nav {
    float: right;
  }
  #header nav ul {
    display: table;
    margin-top: 40px;
  }
  #header nav ul li {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #49539f;
  }
  #header nav ul li:first-child {
    border-left: none;
  }
  #header nav ul li:last-child {
    padding-right: 0;
  }
  #header nav ul li a {
    font-size: 14px;
    display: block;
    text-decoration: none;
  }
  /* ---------------------------------------------------------
   gNavi
----------------------------------------------------------*/
  #spMenuBtn {
    display: none;
    background: URL(../images/menu_btn.png) center right no-repeat;
    text-indent: -9999px;
  }
  /* ---------------------------------------------------------
   mainVisual
----------------------------------------------------------*/
  #mv {
    background: URL(../images/mainvisual_bg.jpg) center top no-repeat #ffe6ef;
    width: 100%;
  }
  #mv .mvInner {
    width: 960px;
    margin: 0 auto;
  }
  #mv img {
    text-align: center;
  }
  /* ---------------------------------------------------------
   content
----------------------------------------------------------*/
  #content .news {
    margin: 30px 0 5px;
    width: 100%;
  }
  #content .news dt {
    color: #e95892;
    font-size: 20px;
    float: left;
    width: 20%;
  }
  #content .news dd {
    font-size: 16px;
    float: left;
    width: 80%;
  }
  #content .news dd time {
    margin-right: 10px;
  }
  #content .top_menu {
    padding-bottom: 30px;
  }
  #content .top_menu ul li {
    color: #fff;
    float: left;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 50%;
  }
  #content .top_menu ul li a {
    font-size: 22px;
    display: block;
    padding: 60px 0;
    text-decoration: none;
  }
  .b_menu {
    background: #4352a2 URL(../images/arrow.png) bottom 20% center no-repeat;
  }
  .p_menu {
    background: #e95892 URL(../images/arrow.png) bottom 20% center no-repeat;
  }
  #content .foot_menu ul {
    display: table;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #content .foot_menu li {
    display: table-cell;
    width: 225px;
    padding-right: 20px;
  }
  #content .foot_menu li:last-child {
    padding-right: 0px;
  }
  /* ---------------------------------------------------------
   section
----------------------------------------------------------*/
  .sec_in {
    padding: 0 75px;
  }
  .titlebox h3.t-cell {
    color: #4352a2;
    font-size: 24px;
    display: inline-block;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 30px 5px;
  }
  .titlebox span.t-cell {
    text-align: right;
    width: 98%;
    margin: 0 auto;
  }
  .titlebox span.t-cell img {
    width: 200px;
    padding: 20px 0;
  }
  .text_01 {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 100px;
    border: 1px solid;
  }
  .top_ttl {
    text-align: center;
  }
  .top_ttl h3 {
    color: #fff;
    font-size: 21px;
    padding: 20px 0;
  }
  .top_ttl h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 30px;
  }
  .top_ttl h4 span {
    font-size: 18px;
  }
  .sub_ttl {
    font-size: 18px;
    line-height: 35px;
  }
  .pointBox {
    box-sizing: border-box;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 100%;
  }
  .pointBox_p {
    background: #f7eaef;
  }
  .pointBox_b {
    background: #ebeef5;
  }
  .pointBox_w {
    background: #fff;
  }
  .pointBox_b2 {
    background: #4352a2;
    color: #fff;
  }
  .pointBox_p2 {
    background: #e9528e;
    color: #fff;
  }
  i.pointBox {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .btn_01 a {
    display: block;
    background: #4352a2;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 100%;
    font-weight: bold;
    border-radius: 60px;
    width: 30%;
    margin: 0 auto;
  }
  .btn_02 a {
    display: block;
    background: #e9528e;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 100%;
    font-weight: bold;
    border-radius: 60px;
    width: 30%;
    margin: 0 auto;
  }
  /* ------- about -------*/
  #content .about {
    background: #ecedf5;
    padding-bottom: 100px;
  }
  #content .about .sub_ttl {
    color: #e95892;
    padding: 0 0 80px 100px;
  }
  #content .about .sub_ttl ul li {
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }
  #content #sec1 {
    position: relative;
  }
  #content #sec1 .sec_img {
    position: absolute;
    top: -200px;
    right: 75px;
  }
  #content #sec1 .pointBox ul {
    margin-top: 35px;
  }
  #content #sec1 .pointBox ul li, #content #sec2 .pointBox ul li, #content #sec3 .pointBox ul li {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ------- course -------*/
  #content .course {
    background: #ecedf5;
  }
  #content .course .sub_ttl {
    text-align: center;
    padding: 20px 0;
  }
  #content .course .top_ttl {
    padding-bottom: 80px;
  }
  #content .course .top_ttl .course_link {
    background: #4352a2;
  }
  #content .course .top_ttl .t-box {
    background: #4352a2;
  }
  #content .course .top_ttl .t-cell {
    width: 25%;
    border-right: 1px solid #6b77b6;
  }
  #content .course .top_ttl .t-cell:nth-child(even) {
    background: #ee80ac;
  }
  #content .course .top_ttl .t-cell:last-child {
    border-right: none;
  }
  #content .course .top_ttl h4 {
    background-size: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  #content .course .top_ttl h4 a {
    background: URL(../images/arrow.png) center left 10% no-repeat;
    display: block;
    text-decoration: none;
    padding: 10px 20px;
  }
  #content .course .sec_img {
    float: right;
    width: 30%;
  }
  #content .course .sec_img img {
    width: 100%;
    height: auto;
  }
  #content .course .rel_ttlWrap {
    margin-left: auto;
  }
  #content .course .rel_ttlWrap .course_top_ttl {
    text-align: left;
    /*font-size: 120%;*/
    position: absolute;
    top: 25px;
  }
  #content .course .rel_ttlWrap .course_top_ttl i.pointBox {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding: 20px 30px;
    width: auto;
  }
  #content .course .rel_ttlWrap .rel_ttl {
    display: inline-block;
    text-align: center;
    font-size: 170%;
    padding: 8px 5px 5px 10px;
    margin-top: 10px;
    width: auto;
    vertical-align: bottom;
  }
  #content .course .rel_ttlWrap .course_top_ttl .text_01 {
    font-size: 130%;
    padding: 8px 20px 5px 20px;
    margin-left: 0;
    font-weight: bold;
  }
  #content .course #course1 .rel_ttlWrap .course_top_ttl .text_02 {
    font-size: 17px;
    color: #000;
    /*line-height:1.0em;*/
    font-weight: bold;
    text-align: left;
    margin-bottom: -8px;
  }
  #content .course #course2 .rel_ttlWrap .course_top_ttl .text_02 {
    font-size: 21px;
    color: #000;
    /*line-height:1.0em;*/
    font-weight: bold;
    text-align: left;
    /*margin-bottom:-8px;*/
  }
  #content .course #course2 .coution_crs {
    font-size: 19px;
    margin-top: 65px;
  }
  #content .course .titlebox .course_ttl {
    font-size: 18px;
    padding-top: 60px;
    font-weight: bold;
  }
  #content .course .titlebox .course_ttl:last-child {
    padding-top: 40px;
  }
  #content .course .course_clm {
    margin: 30px 0 40px;
  }
  #content .course .course_clm .list_01 {
    width: 65%;
    float: left;
  }
  #content .course .course_clm .list_01 li+li {
    margin-top: 16px;
  }
  #content .course .course_clm .list_01 li em {
    font-weight: bold;
    margin: 0 0 3px 35px;
    display: block;
    font-size: 108%;
  }
  #content .course .course_clm .list_01 li {
    background: #ecedf5;
    border-radius: 24px;
    padding: 25px 20px 25px;
    position: relative;
    font-size: 90%;
  }
  #content .course .course_clm .list_01 li:before {
    content: '';
    display: inline-block;
    background: #e9528e;
    color: #fff;
    position: absolute;
    top: 48px;
    left: 17px;
    font-size: 120%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    margin-top: -25px;
  }
  #content .course .course_clm .list_01 li {
    text-indent: 0em!important;
  }
  #content .course .course_clm .list_01 li.pr:before {
    background: #4352a2;
  }
  #content .course .course_clm .list_01 li:nth-child(1):before {
    content: '1';
  }
  #content .course .course_clm .list_01 li:nth-child(2):before {
    content: '2';
  }
  #content .course .course_clm .list_01 li:nth-child(3):before {
    content: '3';
  }
  #content .course .list_01 .in_list p {
    padding-left: 1em;
    text-indent: -1em;
    position: relative;
    padding-top: 5px;
  }
  #content .course .course_last {
    font-size: 16px;
    color: #e9528e;
    font-weight: bold;
    text-align: left;
  }
  #content .course #course1 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #content .course #course2 {
    margin-top: -20px;
    padding-top: 50px;
    background: #f7e6ee;
  }

  /*202101 START*/
  #content .course #course3 {
    background: #f7e6ee;
  }
  #content .course .course3Wrap {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  #content .course .course4Wrap {
    padding-bottom: 70px;
  }
  /*202101 END*/

  #content .course .course1Wrap {
    padding-bottom: 30px;
  }
  #content .course .course2Wrap {
    padding-bottom: 70px;
  }
  #content .course #course1, #content #course2 {
    position: relative;
    margin-bottom: 50px;
  }
  #content .course #course2 .c2_wrap {
    position: relative;
  }
  #content .course #course2 .c2_wrap h3.c2_a, #content .course h3.c2_b {
    padding-left: 40px;
  }
  #content .course #course2 .c2_wrap h3.c2_a:before {
    content: 'A';
    color: #fff;
    display: inline-block;
    background: #e9528e;
    position: absolute;
    top: 65px;
    left: 0;
    font-size: 120%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin-top: -25px;
  }
  #content .course #course2 .c2_wrap h3.c2_b:before {
    content: 'B';
    color: #fff;
    display: inline-block;
    background: #e9528e;
    position: absolute;
    top: 65px;
    left: 0;
    font-size: 120%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin-top: -25px;
  }
  #content .course #course3 .support-title {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  /*202101 START*/
  #content .course #course3 .support-title .t-cell,
  #content .course #course4 .support-title .t-cell {
    font-size: 170%;
    font-weight: bold;
  }
  #content .course #course4 .support-title {
    width:400px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  /*202101 END*/

  #content .course #course3 .course_ttl {
    padding-top: 0;
  }
  #content .course #course3 .list_02 li p {
    height: 50px;
    color: #4352a2;
  }
  #content .course #course3 .list_02 li p span {
    display: block;
    font-size: 70%;
  }
  #content .course #course3 .list_02 li em {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 102%;
  }
  #content .course #course3 .list_02 li {
    background: #fff;
    border-radius: 24px;
    padding: 1.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 46%;
    line-height: 18px;
    min-height: 200px;
    float: left;
  }
  #content .course #course3 .list_02 li:nth-of-type(2n) {
    margin-right: 0;
  }
  #content .course #course3 .list_02 li img {
    width: 100%;
  }
  /* ------- seminar -------*/
  #content .seminar {
    background: #ecedf5;
    padding-bottom: 100px;
  }
  #content #sec3 .pointBox ul {
    margin-top: 0;
  }
  #content #sec3 .pointBox ul li {
    font-size: 130%;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
  }
  /* ------- inquiry -------*/
  #content .inquiry {
    background: #ecedf5;
    padding-bottom: 100px;
  }
  #content .inquiry .top_ttl h4 {
    line-height: 34px;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  /* ------- policy -------*/
  #content .policy {
    background: #f7e6ee;
    padding-bottom: 100px;
  }
  #content .policy .sub_ttl {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 40px 30px 0;
  }
  #content .policy .pointBox .policy_list {}
  #content .policy .pointBox .policy_list h4 {
    color: #e9528e;
    font-size: 20px;
    padding: 20px 0 10px;
    font-weight: bold;
  }
  #content .policy .pointBox .policy_list li {
    font-size: 14px;
    padding-top: 30px;
  }
  #content .policy .pointBox .policy_list li:last-child {
    padding-bottom: 40px;
  }
  #content .policy .pointBox .policy_list li p {
    color: #000;
    line-height: 28px;
  }
  #content .policy .pointBox .policy_list li p.linkto {
    padding: 10px 0;
    margin: 20px 0;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
  }
  #content .policy .pointBox .policy_list li p.browser {
    padding: 10px 0;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid;
    font-size: 12px;
  }
  #content .policy .pointBox .policy_list li p.browser span {
    display: inline-block;
  }
  #content .policy .pointBox .policy_list li p.browser span.osTypeW {
    font-size: 16px;
  }
  #content .policy .pointBox .policy_list li p.browser span.osTypeM {
    font-size: 16px;
    margin-top: 10px;
  }
  /* ---------------------------------------------------------
   footer
----------------------------------------------------------*/
  #footer {
    border-top: 17px solid #4352a2;
    font-size: 12px;
    text-align: right;
    padding: 15px 0;
    margin-top: 0px;
  }
  #footer .f_menuWrap {
    float: right;
    width: 500px;
  }
  #footer ul {
    display: table;
    float: left;
    width: 400px;
  }
  #footer ul li {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    border-left: 1px solid #49539f;
  }
  #footer ul li:first-child {
    border-left: none;
  }
  #footer ul li a {
    display: block;
    text-decoration: none;
  }
  #footer h3 img {
    width: 77px;
    float: right;
    margin-left: 20px;
  }
  #footer .copy {
    color: #838384;
    float: right;
    margin-top: 10px;
    text-align: right;
    width: 80%;
  }
  /* ---------------------------------------------------------
	   共通(PC) 201705
	----------------------------------------------------------*/
  input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
  }
  input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
  }
  textarea {
    -webkit-appearance: tabpanel !important;
    -moz-appearance: tabpanel !important;
    appearance: tabpanel !important;
  }
  /* IE11対応 */
  select::-ms-expand {
    display: none;
  }
  .dispOn {
    display: block !important;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
    ;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt62 {
    margin-top: 62px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .w260 {
    width: 260px !important;
  }
  .w360 {
    width: 360px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  #content .contents {
    background: #ecedf5;
    padding-bottom: 100px;
  }
  #content .contents .pointBox {
    padding-right: 20px;
    padding-left: 20px;
  }
  #content .mypage {
    background: URL(../images/mypage_bg.png) center top no-repeat #ecedf5;
    padding-bottom: 100px;
  }
  /* ---------------------------------------------------------
	  ヘッダーボタン (PC) 201705
	----------------------------------------------------------*/
  header .inner {
    position: relative;
  }
  .headerBtn {
    margin: 0 !important;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .headerBtn li {
    border: none !important;
    padding: 0 5px !important;
  }
  .headerBtn li:last-child {
    padding-right: 0px !important;
  }
  .headerBtn a {
    display: block;
    border: 1px solid #404fa2;
    padding: 8px 10px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  /* ---------------------------------------------------------
	  マイページ関連 (PC) 201705
	----------------------------------------------------------*/
  .myPageData {
    text-align: center;
    padding: 60px 0 40px;
  }
  .myPageId {
    font-weight: bold;
    margin: 0 0 10px;
  }
  .myPageName {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 16px;
  }
  .myPageName br {
    display: none;
  }
  .myPageRank {
    font-weight: bold;
    font-size: 16px;
  }
  .myPageBtn ul {
    display: table;
    width: 100%;
  }
  .myPageBtn ul li {
    display: table-cell;
    width: 50%;
  }
  .myPageBtn ul li:nth-child(1) {
    padding: 0 10px 0 0;
  }
  .myPageBtn ul li:nth-child(2) {
    padding: 0 0 0 10px;
  }
  .myPageBtn ul li a {
    box-shadow: 0px 0px 6px 3px #ccc;
    -moz-box-shadow: 0px 0px 6px 3px #ccc;
    -webkit-box-shadow: 0px 0px 6px 3px #ccc;
    font-size: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    line-height: 60px;
  }
  .myPageBtn ul li a:before {
    font-size: 30px;
  }
  .topCtitle {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .mTopnews {
    position: relative;
    overflow: hidden;
    max-height: 130px;
    width: 680px;
    margin: 0 auto;
  }
  .mTopnews ul {
    margin: 0 !important;
  }
  .mTopnews ul li {
    display: table;
    margin: 0 !important;
    padding: 6px 0 0 !important;
    text-indent: 0 !important;
    width: 100%;
    text-align: left;
  }
  .mTopnews ul li>div {
    display: table-cell;
  }
  .mTopnews ul li>div.newsDate {
    width: 14%;
  }
  .mTopnews ul li>div.newsTitle {
    font-size: 12px;
  }
  .mTopnews ul li>div.newsTitle .newsIcon {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.6;
    color: #fff;
  }
  /* ---------------------------------------------------------
	  ニュースレター関連 (PC) 201705
	----------------------------------------------------------*/
  .newsletterList {
    padding: 0 30px;
  }
  .newsletterList ul {
    margin: 0 !important;
  }
  .newsletterList ul li {
    margin: 0 !important;
    padding: 20px 0 !important;
    text-indent: 0 !important;
    border-top: 1px solid #ecedf4;
  }
  .newsletterList ul li:first-child {
    border-top: none;
  }
  .newsletterList ul li .nlIcon {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 1.4;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
  }
  .nlIcon01 {
    background: #538FEF;
  }
  .nlIcon02 {
    background: #EDA053;
  }
  .nlIcon03 {
    background: #119102;
  }
  .dlIcon01 {
    background: #a40000;
  }
  .dlIcon02 {
    background: #0075a9;
  }
  .dlIcon03 {
    background: #a0a0a0;
  }
  .newsletterList ul li .nlTitle {
    font-weight: bold;
    padding: 5px 0;
  }
  .newsletterList ul li .nlText {
    color: #222;
  }
  .paging {
    margin: 40px 0 0;
    text-align: center;
  }
  .paging ul {
    letter-spacing: -0.5em;
  }
  .paging ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  .paging ul li a, .paging ul li span {
    font-size: 17px;
    padding: 0 10px;
    line-height: 30px;
  }
  .paging ul li span {
    color: #8d8d8d;
  }
  .paging ul li.pBack a, .paging ul li.pBack span, .paging ul li.pNext a, .paging ul li.pNext span {
    font-size: 30px;
  }
  .newsDetail {
    padding: 0 30px;
    text-align: left;
  }
  .newsDetail .newsDeIcon {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 1.4;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
  }
  .newsDetail .newsDeTitle {
    font-size: 24px;
    padding: 20px 0;
    color: #222;
  }
  .newsDetail .newsDeText {
    color: #222;
  }
  .newsDetail .newsDeSub {
    margin: 30px 0 0;
  }
  .newsDetail .newsDeSub h4 {
    font-weight: bold;
    color: #222;
  }
  /* ---------------------------------------------------------
	  Q&A関連 (PC) 170619修正
	----------------------------------------------------------*/
  .faqList {
    text-align: left;
  }
  .faqList dl+dl {
    border-top: 1px solid #ecedf4;
    margin-top: 20px;
    padding-top: 20px;
  }
  .faqList dl i {
    display: inline-block;
    margin-right: 10px;
    float: left;
    font-size: 24px;
    width: 24px;
    text-align: center;
    padding: 10px;
    color: #fff;
  }
  .faqList dl dt {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .faqList dl dt p {
    overflow: hidden;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
  }
  .faqList dl dt:hover p {
    text-decoration: underline;
  }
  .faqList dl dt i {
    background: #4678d9;
  }
  .faqList dl dd {
    overflow: hidden;
    padding-top: 20px;
  }
  .faqList dl dd p {
    overflow: hidden;
    color: #222;
  }
  .faqList dl dd i {
    background: #ec4f91;
  }
  .faqList .close_btn {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
  }
  .faqList .close_btn:hover {
    opacity: 0.7;
  }
  .faqList .semiTitle {
    margin: 0 auto 22px;
    padding-top: 22px;
  }
  .faqList+.faqList {
    margin-top: 40px;
  }
  .pagenav_style01 ul {
    display: table;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .pagenav_style01 ul li {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 10px;
    text-align: center;
  }
  .pagenav_style01 ul li+li {
    border-left: 1px solid #49539f;
  }
  .pagenav_style01 ul li a {
    font-size: 13px;
    display: block;
    text-decoration: none;
  }
  /* ---------------------------------------------------------
	  テーブル関連 (PC) 201705
	----------------------------------------------------------*/
  .cTable01 {
    margin: 10px 0 0;
  }
  .cTable01 table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
  }
  .cTable01 table th {
    background: #e6e6e6;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
    border-right: 1px solid #fff;
  }
  .cTable01 table td {
    padding: 10px;
    font-size: 12px;
    background: #f8f8f8;
    color: #222;
    text-align: left;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
  }
  .cTable01 table tr:nth-child(even) td {
    background: #fff;
  }
  .cTable02 {
    margin: 10px 0 0;
  }
  .cTable02 table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
  }
  .cTable02 table th {
    color: #222;
    padding: 5px 10px;
    text-align: left;
    white-space: nowrap;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    background: #f8f8f8;
  }
  .cTable02 table td {
    color: #222;
    padding: 5px 10px;
    text-align: left;
    word-break: break-all;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    background: #f8f8f8;
  }
  .cTable02 table tr:nth-child(even) th, .cTable02 table tr:nth-child(even) td {
    background: #fff;
  }
  .areaSelectBox {
    background: #fef2f6;
    margin: 30px 0 0;
    padding: 20px;
  }
  .areaSelectBox h4 {
    font-size: 24px;
    font-weight: bold;
    color: #ec5191;
  }
  .areaSelectBox p {
    text-align: left;
    color: #222;
    margin: 10px;
  }
  .areaSelectBox .errorList {
    background: #fff;
  }
  .areaSelectBox .areaSelectForm {
    display: table;
    width: 100%;
    padding: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .areaSelectBox .areaSelectForm>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    color: #222;
  }
  #modal-content {
    /*width: 50%;*/
    margin: 0;
    padding: 10px 20px;
    border: 0 solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 500;
    color: #222;
  }
  #modal-content .btnBox {
    margin: 10px 0 0;
  }
  #modal-content .btnBox ul li {
    width: 320px;
  }
  #modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0, 0, 0, 0.75);
  }
  /* ---------------------------------------------------------
	  お知らせ (PC) 201705
	----------------------------------------------------------*/
  #content .news dd ul li {
    display: table;
    width: 100%;
  }
  #content .news dd ul li>div {
    display: table-cell;
  }
  #content .news dd ul li>div.newsDate {
    width: 14%;
  }
  #content .news dd ul li>div.newsTitle {
    font-size: 12px;
  }
  #content .news dd ul li>div.newsTitle .newsIcon {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.6;
    color: #fff;
  }
  .nIcon01 {
    background: #ec5191;
  }
  .nIcon02 {
    background: #666666;
  }
  .nIcon03 {
    background: #46519f;
  }
  .nIcon04 {
    background: #6f3d9f;
  }
  /* ---------------------------------------------------------
	  ログイン (PC) 201705
	----------------------------------------------------------*/
  #mv .mvInner {
    position: relative;
  }
  .loginBox {
    width: 360px;
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .loginInner {
    padding: 20px 40px;
    background: #fff;
    border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    box-shadow: 0px 0px 6px 3px #f3dbe4;
    -moz-box-shadow: 0px 0px 6px 3px #f3dbe4;
    -webkit-box-shadow: 0px 0px 6px 3px #f3dbe4;
  }
  .loginInner h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .loginForm dt {
    margin: 5px 0 0;
    font-weight: bold;
  }
  .loginBtn {
    margin: 10px 0 0;
  }
  .newBtn {
    padding: 12px 40px 0;
  }
  /* ---------------------------------------------------------
	   フロー(PC) 201705
	----------------------------------------------------------*/
  .flowList {
    text-align: center;
  }
  .flowList+.pointBox {
    padding-top: 62px;
  }
  .flowList.soTop {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
  }
  .flowList ul {
    letter-spacing: -0.5em;
    margin: 0 !important;
  }
  .flowList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 10px !important;
    width: 148px;
    color: #fff;
    background: #9096c4;
    text-align: center !important;
    padding: 16px 0 !important;
    text-indent: 0 !important;
    font-size: 21px !important;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
  }
  .flowList ul li.act {
    background: #48509e;
  }
  .flowList ul li span {
    display: block;
    font-size: 15px !important;
  }
  /* ---------------------------------------------------------
	  タイトル関連 (PC) 201705
	----------------------------------------------------------*/
  .secTitle {
    display: inline-block;
    font-size: 24px;
    padding: 0 60px;
    line-height: 40px;
    border: 1px solid #48509e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  /* ---------------------------------------------------------
	  手順 (PC) 201705
	----------------------------------------------------------*/
  .processBox {
    margin: 20px 0 0;
    background: #ecedf4;
    padding: 25px;
  }
  .processBox dl {
    display: table;
    width: 100%;
    margin: 20px 0 0;
  }
  .processBox dl:first-child {
    margin: 0;
  }
  .processBox dl dt {
    vertical-align: top;
    text-align: left;
    display: table-cell;
    width: 24%;
    font-weight: bold;
  }
  .processBox dl dd {
    vertical-align: top;
    text-align: left;
    display: table-cell;
  }
  .processBox dl dd ul {
    margin: 0 !important;
  }
  .processBox dl dd ul li {
    margin: 0 !important;
    color: #222222;
    font-weight: bold;
  }
  /* ---------------------------------------------------------
	  テキスト関連 (PC) 201705
	----------------------------------------------------------*/
  .tCaution {
    color: #ff4e94 !important;
  }
  .tOption {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
    line-height: 1.4;
    color: #222222;
    font-weight: bold;
  }
  .tLead {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #222;
  }
  .tLead br {
    display: none;
  }
  .tThanks {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #222;
  }
  .tThanks02 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #ff4e94;
  }
  .tQr {
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #222;
  }
  .tuText {
    margin: 10px 0 0;
    text-align: left;
    font-size: 12px;
    color: #222222;
  }
  .underText {
    margin: 10px 0 0;
    text-align: left;
    font-size: 16px;
  }
  .baseText {
    margin: 10px 0 0;
    text-align: left;
    font-size: 14px;
    color: #222222;
  }
  /* ---------------------------------------------------------
	   ボタン関連(PC) 201705
	----------------------------------------------------------*/
  .btnBox {
    margin: 40px 0 0;
  }
  .btnBox ul {
    margin: 0 !important;
  }
  /* clearfix */
  .btnBox ul:before, .btnBox ul:after {
    content: "";
    display: table;
  }
  .btnBox ul:after {
    clear: both;
  }
  .btnBox ul li {
    margin: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    width: 380px;
  }
  .btnBox ul li.bNext {
    float: right;
  }
  .btnBox ul li.bBack {
    float: left;
  }
  .btnBox ul li.bCenter {
    margin: 0 auto!important;
  }
  .topBtn {
    text-align: center;
    margin: 40px 0 0;
  }
  .topBtn .btnRed, .topBtn .btnLink {
    display: inline-block;
    width: 30%;
  }
  button:hover {
    opacity: 0.7;
  }
  .btnRed {
    background: #ec5191;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
  }
  .btnBlue {
    background: #46519f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
  }
  .inputBtn {
    background: #ec5191;
    color: #fff;
    font-size: 21px;
    width: 100%;
    line-height: 56px;
    cursor: pointer;
    position: relative;
  }
  .inputBtn:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 0;
    right: 18px;
  }
  .backBtn {
    background: #46519f;
    color: #fff;
    font-size: 21px;
    width: 100%;
    line-height: 56px;
    cursor: pointer;
    position: relative;
  }
  .backBtn:after {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    top: 0;
    left: 18px;
  }
  .postNumBtn {
    background: #fff;
    color: #46519f;
    border: 1px solid #46519f;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    line-height: 30px;
    cursor: pointer;
  }
  .postBlueBtn {
    background: #fff;
    color: #46519f;
    border: 1px solid #46519f;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
  }
  .btnLink {
    display: block;
    text-align: center;
    background: #ec5191;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }
  .btnLink.blb {
    background: #46519f;
  }
  .btnLink:before {
    font-size: 20px;
    font-family: 'FontAwesome';
    content: "\f138";
    position: absolute;
    top: 0;
    left: 10px;
  }
  /* ---------------------------------------------------------
	   規約(PC) 201705
	----------------------------------------------------------*/
  .agreementBox {
    margin: 20px 0 0;
    border: 1px solid #dedede;
    text-align: left;
    color: #222;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    height: 130px;
    padding: 15px;
    background: #f6f6f6;
  }
  .agreementCheck {
    margin: 20px 0 0;
    color: #222;
  }
  .agreementCheck input {
    vertical-align: middle;
  }
  /* ---------------------------------------------------------
	   コース関連(PC) 201705
	----------------------------------------------------------*/
  .seminarList>div.contents {
    padding-bottom: 0 !important;
  }
  .seminarList>div.contents:nth-child(even), .advance {
    background: #fef2f6 !important;
  }
  .seminarList>div.contents .sec_in, .seminarList>div.contents .pointBox {
    vertical-align: bottom;
  }
  .seminarList>div.contents .sec_in {
    padding: 40px 75px;
  }
  .semiTitle {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
    color: #ef468d;
    text-align: left;
  }
  .semiTitle02 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
    color: #46519f;
    text-align: left;
  }
  .semiTitle br {
    display: none;
  }
  .semiTitleSo {
    font-size: 20px;
    margin: 0 20px 16px;
    font-weight: bold;
    color: #222;
    text-align: left;
  }
  .semiBtn {
    margin: 20px auto 0;
    width: 50%;
  }
  .semiInfo {
    margin: 40px 20px 0;
  }
  .semiTitle+.semiInfo {
    margin: 16px 20px 0;
  }
  .semiInfo h5 {
    display: table;
    width: 100%;
    text-align: left;
    background: #484ea0;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .semiInfo h5 em.titleIcon {
    display: table-cell;
    background: #fff;
    text-align: center;
    width: 30px;
    color: #484ea0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
  }
  .semiInfo h5 span {
    display: table-cell;
    padding: 0 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  .semiInfo h5 .uStatusTitle {
    display: table-cell;
    width: 160px;
  }
  .semiInfo h5 .uStatusTitle>em {
    position: absolute;
    top: 0;
    right: 0px;
  }
  .semiInfo h5 .uStatusTitle>em>em {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-left: 2px solid #fff;
    width: 160px;
    height: 50px;
  }
  .semiInfo dl {
    text-align: left;
    background: #ecedf4;
    padding: 20px;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  .semiInfo dl dt {
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #ef468d;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .semiInfo dl dt em {
    float: left;
    display: inline-block;
    background: #46519f;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    vertical-align: middle;
  }
  .semiInfo dl dt span {
    padding: 0 10px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    overflow: hidden;
  }
  .semiInfo dl dd .uStatus {
    position: absolute;
    top: 0;
    right: 0;
  }
  .semiInfo dl dd .uStatus>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-left: 2px solid #fff;
    width: 160px;
    height: 100px;
  }
  .semiInfo dl dd .uStatus span {
    display: none;
  }
  .semiInfo ul {
    margin: 0 !important;
  }
  .semiInfo ul li {
    margin: 0 !important;
    color: #222;
  }
  .seminarList>div.contents:nth-child(even) .semiTitle, .advance .semiTitle, .advance .semiInfo dl dt span {
    color: #46519f !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo h5, .advance .semiInfo h5 {
    background: #ec4f91 !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo h5 em {
    color: #ec4f91 !important;
  }
  .advance .semiInfo dl dt em {
    background-color: #ec4f91 !important;
  }
  .seminarList>div.contents:nth-child(even) .btnLink {
    background: #46519f !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo dl dt em {
    background: #ec4f91 !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo dl dt span {
    color: #46519f !important;
  }
  /* ---------------------------------------------------------
	   フォーム関連(PC) 201705
	----------------------------------------------------------*/
  .forgetText {
    font-size: 12px;
    text-align: right;
  }
  .logError {
    background: #ffe6ef;
    color: #ec5191;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
  }
  .fError {
    display: inline-block;
    margin: 0 0 0 4px;
    color: #ec5191;
    font-size: 12px;
  }
  .fwErrorWrap {
    background: #fef2f6 !important;
  }
  .fwError {
    color: #ec5191;
    margin-top: 5px !important;
  }
  .inputTopText {
    border: 2px solid #e5e5e5;
    background: #fff;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
  }
  .inputText {
    border: 1px solid #cdcdcd;
    background: #fff;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
  }
  .inputTextarea {
    background: #fff;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inputTableTextarea {
    border: 1px solid #cdcdcd;
  }
  .errorList {
    background: #fef2f6;
    margin: 20px 0 0;
    padding: 10px;
  }
  .errorList ul {
    margin: 0 !important;
  }
  .errorList ul li {
    font-size: 13px !important;
    margin: 0 !important;
    color: #ec4a8d;
  }
  .must {
    background: #ec4a8d;
    display: inline-block;
    line-height: 1.4;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 0 0 8px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .formTable {
    margin: 20px 0 0;
  }
  .formTable>dl {
    background: #f8f8f8;
    letter-spacing: -0.5em;
  }
  .formTable>dl>dt {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
    color: #222222;
    padding: 16px 10px;
    width: 180px;
  }
  .formTable>dl>dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
    color: #222222;
    padding: 16px 10px;
  }
  .formTableWide {
    margin: 20px 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
  .formTableWide>div:nth-child(odd) {
    background: #f8f8f8;
  }
  .formTableWide>div:nth-child(even) {
    background: #fff;
  }
  .formTableWide>div {
    border-top: 1px solid #e8e8e8;
  }
  .formTableWide>div>dl {
    display: table;
    width: 100%;
  }
  .formTableWide>div>dl>dt {
    display: table-cell;
    vertical-align: top;
    width: 34%;
    text-align: left;
    padding: 16px 10px;
    color: #222;
  }
  .formTableWide>div>dl>dd {
    display: table-cell;
    padding: 16px 20px;
    text-align: left;
    border-left: 1px solid #e8e8e8;
    color: #222;
    font-size: 13px;
  }
  .formTableWide>div>dl>dd>div {
    margin: 10px 0 0;
  }
  .formTableWide>div>dl>dd>div:first-child {
    margin: 0;
  }
  .inputTableName {
    display: table;
    width: 100%;
  }
  .inputTableName>dl {
    display: table-cell;
  }
  .inputTableName>dl>dt {
    display: inline-block;
    text-align: center;
    width: 40px;
  }
  .inputTableName>dl>dd {
    display: inline-block;
    width: 135px;
  }
  .inputTableRadio ul {
    margin: 0 !important;
    letter-spacing: -0.5em;
  }
  .inputTableRadio ul li {
    margin: 0 20px 0 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    font-size: 13px !important;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
  }
  .inputTableRadio ul li input {
    vertical-align: middle;
  }
  .inputSelect {
    border: 1px solid #cdcdcd;
    background: #fff;
    width: auto;
    padding: 0 30px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
  }
  .inputTableDate {
    display: table;
  }
  .inputTableDate>dl {
    display: table-cell;
  }
  .inputTableDate>dl>dt {
    display: inline-block;
    position: relative;
  }
  .inputTableDate>dl>dt:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 2px;
    color: #222;
    right: 9px;
  }
  .inputTableDate>dl>dd {
    display: inline-block;
    width: 40px;
  }
  .inputTablePostNum {
    position: relative;
  }
  .inputTablePostNum dl {
    display: table;
  }
  .inputTablePostNum dl dt {
    display: table-cell;
  }
  .inputTablePostNum dl dd {
    display: table-cell;
    padding: 0 0 0 12px;
  }
  .inputTablePostNum dl dd.fnum {
    width: 63px;
  }
  .inputTablePostNum dl dd.fnum:after {
    content: "-";
    position: absolute;
    top: 4px;
    color: #222;
    left: 130px;
  }
  .inputTablePostNum dl dd.snum {
    width: 87px;
  }
  .inputTablePostNum .itpnText {
    font-size: 11px;
    position: absolute;
    top: 4px;
    left: 316px;
    white-space: nowrap;
  }
  .inputTablePostNum .itpnBtn {
    width: 80px;
    position: absolute;
    top: 0px;
    left: 230px;
  }
  .inputTablePrefectures>dl {
    display: table;
  }
  .inputTablePrefectures>dl>dt {
    display: table-cell;
  }
  .inputTablePrefectures>dl>dd {
    display: table-cell;
    position: relative;
    padding: 0 0 0 12px;
  }
  .inputTablePrefectures>dl>dd:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 2px;
    color: #222;
    right: 9px;
  }
  .inputTableText>dl {
    display: table;
  }
  .inputTableText>dl>dt {
    display: table-cell;
  }
  .inputTableText>dl>dd {
    display: table-cell;
    position: relative;
    padding: 0 0 0 12px;
    width: 300px;
  }
  .inputTableYear {
    position: relative;
  }
  .inputTableYear dl {
    display: table;
  }
  .inputTableYear dl dt {
    display: table-cell;
    width: 150px;
  }
  .inputTableYear dl dd {
    display: table-cell;
    padding: 0 0 0 12px;
  }
  .inputTableYear .ityText {
    font-size: 11px;
    position: absolute;
    top: 4px;
    left: 200px;
    white-space: nowrap;
  }
  .inputTablePass {
    position: relative;
  }
  .inputTablePass dl {
    display: table;
  }
  .inputTablePass dl dt {
    display: table-cell;
  }
  .inputTablePass dl dd {
    display: table-cell;
    padding: 0 0 0 12px;
  }
  .inputTablePass .itpText {
    font-size: 11px;
    position: absolute;
    top: 4px;
    left: 162px;
    white-space: nowrap;
  }
  .inputTablePass .itpInput {
    width: 150px;
  }
  .inputTableSelect {
    position: relative;
    display: inline-block;
  }
  .inputTableSelect:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 2px;
    color: #222;
    right: 9px;
  }
}


/*----------------------- スマホ用　横幅767px以下 -----------------------------------*/

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .inner, #mv {
    width: 100%;
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
  }
  #pagetop img {
    width: 90%;
    height: auto;
  }
  /* ---------------------------------------------------------
		   header
		----------------------------------------------------------*/
  #header {
    position: fixed;
    background: #fff;
    z-index: 50;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  #header h1 {
    width: 23%;
    font-size: 100%;
    font-weight: bold;
    float: left;
    padding: 3%;
  }
  #header h1 img {
    width: 100%;
  }
  #header h2 {
    width: 65%;
    float: right;
    padding: 3% 3% 1%;
  }
  #header h2 img {
    width: 100%;
    float: left;
  }
  #header nav {
    display: none;
  }
  #header nav ul li {
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  #header nav ul li a {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
  }
  /* ---------------------------------------------------------
		   gNavi
		----------------------------------------------------------*/
  #spMenuBtn {
    float: right;
    display: inline-block;
    overflow: hidden;
    background: url(../images/menu_btn.png) no-repeat;
    background-size: 100% auto;
    margin-top: 1%;
    margin-right: 3%;
    width: 8%;
  }
  #spMenuBtn img {
    width: 100%;
    height: auto;
  }
  #spMenuBtn.active {
    top: 50px;
    right: 20px;
    background: url(../images/close_btn.png) no-repeat;
    background-size: 100% auto;
  }
  nav {
    clear: both;
  }
  nav ul li.bg_ec {
    background: #ecedf5;
  }
  nav ul li.bg_ff {
    background: #ffffff;
  }
  nav ul li a {
    width: 100%;
  }
  #overlay {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30;
  }
  #overlay.back_ov {
    display: block;
  }
  /* ---------------------------------------------------------
		   mainVisual
		----------------------------------------------------------*/
  #mv {
    padding-top: 21%;
  }
  #mv img {
    width: 100%;
  }
  /* ---------------------------------------------------------
		   content
		----------------------------------------------------------*/
  #content .news {
    padding: 20px 10px 5px;
  }
  #content .news dt {
    color: #e95892;
    font-size: 98%;
    float: left;
    width: 20%;
  }
  #content .news dd {
    font-size: 85%;
    float: left;
    width: 78%;
  }
  #content .news dd time {
    margin-right: 2%;
  }
  #content .top_menu {
    padding-bottom: 20px;
  }
  #content .top_menu ul li {
    color: #fff;
    float: left;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    width: 50%;
  }
  #content .top_menu ul li a {
    font-size: 16px;
    display: block;
    padding: 15% 0;
    text-decoration: none;
  }
  .b_menu {
    background: #4352a2 URL(../images/arrow.png) bottom 20% center no-repeat;
  }
  .p_menu {
    background: #e95892 URL(../images/arrow.png) bottom 20% center no-repeat;
  }
  #content .foot_menu ul {
    margin-top: 20px;
  }
  #content .foot_menu li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }
  /* ---------------------------------------------------------
	   section
	----------------------------------------------------------*/
  .sec_in {
    padding: 0 10px;
  }
  #content .sub_ttl {
    font-size: 110%;
    line-height: 24px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .titlebox h3.t-cell {
    color: #4352a2;
    font-size: 130%;
    display: inline-block;
    border: 1px solid;
    border-radius: 50px;
    padding: 7px 30px 5px;
  }
  .titlebox span.t-cell {
    text-align: right;
    width: 98%;
    margin: 0 auto;
  }
  .titlebox span.t-cell img {
    width: 200px;
    padding: 20px 0;
  }
  .text_01 {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 100px;
    border: 1px solid;
  }
  .btn_01 a {
    display: block;
    background: #4352a2;
    color: #fff;
    text-align: center;
    padding: 5%;
    font-size: 100%;
    font-weight: bold;
    border-radius: 60px;
  }
  .btn_02 a {
    display: block;
    background: #e9528e;
    color: #fff;
    text-align: center;
    padding: 5%;
    font-size: 100%;
    font-weight: bold;
    border-radius: 60px;
  }
  i.pointBox {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .pointBox {
    box-sizing: border-box;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 100%;
  }
  .pointBox_p {
    background: #f7eaef;
  }
  .pointBox_b {
    background: #ebeef5;
  }
  .pointBox_w {
    background: #fff;
  }
  .pointBox_b2 {
    background: #4352a2;
    color: #fff;
  }
  .pointBox_p2 {
    background: #e9528e;
    color: #fff;
  }
  #content .about {
    background: #ecedf5;
    padding: 21% 0 12%;
  }
  #content .about .sub_ttl {
    color: #e95892;
  }
  #content .about .top_ttl {
    text-align: center;
  }
  #content .about .top_ttl h3 {
    color: #fff;
    background: #4352a2;
    font-size: 18px;
    padding: 10px 0;
  }
  #content .about .top_ttl h4 {
    font-size: 120%;
    font-weight: bold;
    margin: 5% 0 6%;
  }
  #content .about .top_ttl h4 span {
    font-size: 14px;
  }
  #content #sec1 .sec_img img {
    width: 100%;
    padding: 20px 0;
  }
  #content .about .sub_ttl p {
    font-size: 90%;
  }
  #content .about .sub_ttl ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 80%;
    line-height: 20px;
    font-weight: bold;
  }
  #content .about .pointBox ul {
    margin-top: 5%;
  }
  #content #sec1 .pointBox ul li {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #content #sec1 .pointBox ul li, #content #sec2 .pointBox ul li, #content #sec3 .pointBox ul li {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
    padding-left: 1em;
  }
  #content .course {
    background: #ecedf5;
    padding: 21% 0 0;
  }
  #content .course .sub_ttl {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    padding: 20px 0;
  }
  #content .course .sub_ttl .t-cell {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #content .course .top_ttl {
    padding-bottom: 80px;
  }
  #content .course .top_ttl h3 {
    background: #e9528e;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
  }
  #content .course .top_ttl .course_link {
    background: #4352a2;
  }
  #content .course .top_ttl .course_link .t-box {
    background: #4352a2;
    height: 40%;
    margin: 0 auto;
  }
  #content .course .top_ttl .course_link .t-cell {
    width: 25%;
    border-right: 1px solid #6b77b6;
  }
  #content .course .top_ttl .t-cell:nth-child(2),
  #content .course .top_ttl .t-cell:nth-child(4) {
    background: #ee80ac;
  }
  #content .course .top_ttl .course_link .t-cell:last-child {
    border-right: none;
  }
  #content .course .top_ttl .course_link h4 {
    background-size: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  #content .course .top_ttl .course_link h4 a {
    font-size: 75%;
    background: URL(../images/arrow.png) bottom 10% left 50% no-repeat;
    display: block;
    width: 25%;
    text-decoration: none;
    padding: 20% 3% 25%;
    display: table-cell;
    vertical-align: middle;
  }
  #content .course #course1, #content .course #course2 {
    margin-top: -70px;
    padding-top: 70px;
  }
  #content .course #course1, #content #course2 {
    position: relative;
    margin-bottom: 70px;
  }
  #content .course #course2 {
    margin-top: -20px;
    background: #f7e6ee;
  }

  /*202101 START*/
  #content .course #course3 {
    padding: 50px 0;
    background: #f7e6ee;
  }
  #content .course #course4 {
    margin-top: -20px;
    padding-bottom: 50px;
  }
  /*202101 END*/

  #content .course .course2Wrap {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  #content .course .sec_img img {
    width: 100%;
    height: auto;
  }
  #content .course .rel_ttlWrap {
    padding-bottom: 10px;
    margin-bottom: -50px;
  }
  #content .course .rel_ttlWrap i.pointBox {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 5% 0 4%;
    margin-right: auto;
    width: 60%;
    display: block;
  }
  #content .course .rel_ttlWrap .rel_ttl {
    text-align: left;
    font-size: 140%;
    padding: 2% 0 2%;
    margin-top: 5%;
  }
  #content .course #course2 .rel_ttlWrap .rel_ttl {
    margin-top: -3%;
  }
  #content .course #course2 .rel_ttlWrap .text_01 {
    margin-top: 1%;
  }
  #content .course .rel_ttlWrap .course_top_ttl .text_02 {
    color: #000;
    font-weight: bold;
    padding: 0;
    line-height: 1.4;
  }
  #content .course #course2 .rel_ttlWrap .course_top_ttl .text_02 {
    padding: 6% 0 0;
  }
  #content .course #course2 .coution_crs {
    margin-bottom: 30px;
  }
  #content .course .rel_ttlWrap .course_top_ttl {
    font-size: 110%;
    position: relative;
    top: -70px;
    width: 90%;
  }
  #content .course .rel_ttlWrap .course_top_ttl {
    width: 90%;
  }
  #content .course .rel_ttlWrap .course_top_ttl .text_01 {
    display: block;
    width: 60%;
    text-align: center;
    padding: 2%;
    margin: 0;
    font-weight: bold;
  }
  #content .course .course_clm {
    margin-bottom: 30px;
  }
  #content .course .course_ttl {
    font-size: 110%;
    height: 20%;
    font-weight: bold;
  }
  #content .course .list_01 {
    width: 100%;
  }
  #content .course .list_01 li+li {
    margin-top: 16px;
  }
  #content .course .list_01 li em {
    font-weight: bold;
    font-style: normal;
    margin: 0 0 5px 25px;
    display: block;
    font-size: 108%;
  }
  #content .course .list_01 li {
    background: #ecedf5;
    border-radius: 24px;
    padding: 25px 20px 25px;
    position: relative;
    font-size: 90%;
  }
  #content .course .list_01 li:before {
    content: '';
    display: inline-block;
    background: #e9528e;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 10px;
    font-size: 120%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100px;
    margin-top: -25px;
  }
  #content .course .course_clm .list_01 li.pr:before {
    background: #4352a2;
  }
  #content .course .list_01 li:nth-child(1):before {
    content: '1';
  }
  #content .course .list_01 li:nth-child(2):before {
    content: '2';
  }
  #content .course .list_01 li:nth-child(3):before {
    content: '3';
  }
  #content .course .list_01 .in_list p {
    padding-left: 1em;
    text-indent: -1em;
    position: relative;
    padding-top: 5px;
  }
  #content .course .list_01 li:nth-child(1):before {
    content: '1';
  }
  #content .course .list_01 li:nth-child(2):before {
    content: '2';
  }
  #content .course .list_01 li:nth-child(3):before {
    content: '3';
  }
  #content .course .c2_wrap {
    position: relative;
  }
  #content .course h3.c2_a, #content .course h3.c2_b {
    padding-left: 40px;
  }
  #content .course h3.c2_a:before {
    content: 'A';
    color: #fff;
    display: inline-block;
    background: #e9528e;
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 120%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin-top: -25px;
  }
  #content .course h3.c2_b:before {
    content: 'B';
    color: #fff;
    display: inline-block;
    background: #e9528e;
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 120%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin-top: -25px;
  }
  #content .course .course_last {
    color: #e9528e;
    font-weight: bold;
  }
  /*202101*/
  #content .course #course3 .support-title,
  #content .course #course4 .support-title {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #content .course #course3 .support-title,
  #content .course #course4 .support-title {
    width:100%;
    margin: 0 auto;
  }
  #content .course #course3 .support-title .t-cell,
  #content .course #course4 .support-title .t-cell {
    display: block;
    font-size: 140%;
    text-align: center;
    font-weight: bold;
  }
  #content .course #course3 .support-title .t-cell img,
  #content .course #course4 .support-title .t-cell img {
    padding-bottom: 20px;
    width:40%;
  }
  #content .course .list_02 li p {
    color: #4352a2;
    line-height: 20px;
  }
  #content .course .list_02 li p span {
    display: block;
    font-size: 90%;
  }
  #content .course .list_02 li em {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 102%;
  }
  #content .course .list_02 li {
    background: #fff;
    border-radius: 24px;
    margin-right: 2%;
    margin-bottom: 10%;
    line-height: 26px;
    width: 100%;
  }
  #content .course .list_02 li:nth-of-type(2n) {
    margin-right: 0;
  }
  #content .course .list_02 li img {
    width: 100%;
    margin-top: 5px;
  }
  .pointBox {
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10% 5%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 100%;
  }
  .pointBox_p {
    background: #f7eaef;
  }
  .pointBox_b {
    background: #ebeef5;
  }
  .pointBox_w {
    background: #fff;
  }
  .pointBox_b2 {
    background: #4352a2;
    color: #fff;
  }
  .pointBox_p2 {
    background: #e9528e;
    color: #fff;
  }
  .pointBox ul {
    margin-top: 10%;
  }
  .pointBox ul li {
    font-size: 14px;
    text-align: left;
  }
  #content .seminar {
    background: #ecedf5;
    padding: 21% 0 12%;
  }
  #content .seminar .sub_ttl {
    color: #e95892;
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #content .seminar .top_ttl {
    text-align: center;
  }
  #content .seminar .top_ttl h3 {
    color: #fff;
    background: #4352a2;
    font-size: 18px;
    padding: 10px 0;
  }
  #content .seminar .top_ttl h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 5% 0 6%;
  }
  #content .seminar .top_ttl h4 span {
    font-size: 14px;
  }
  #content .seminar .pointBox p {
    text-align: left;
  }
  #content .seminar .pointBox ul {
    margin-top: 0;
  }
  #content .seminar .pointBox ul li {
    font-size: 106%;
    font-weight: bold;
    line-height: 26px;
    margin-top: 20px;
  }
  #content .seminar .pointBox ul li:first-child {
    margin-top: 0;
  }
  #content .inquiry {
    background: #ecedf5;
    padding: 21% 0 12%;
  }
  #content .inquiry .sub_ttl {
    color: #e95892;
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #content .inquiry .top_ttl {
    text-align: center;
  }
  #content .inquiry .top_ttl h3 {
    color: #fff;
    background: #4352a2;
    font-size: 18px;
    padding: 10px 0;
  }
  #content .inquiry .top_ttl h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 5% 0 6%;
  }
  #content .inquiry .top_ttl h4 span {
    font-size: 14px;
  }
  #content .policy {
    background: #f7e6ee;
    padding: 21% 0 12%;
  }
  #content .policy .top_ttl h3 {
    background: #e9528e;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  #content .policy .sub_ttl {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    padding: 5% 0 0;
    box-sizing: border-box;
  }
  #content .policy .pointBox ul.policy_list {
    margin-top: 0;
  }
  #content .policy .pointBox .policy_list h4 {
    color: #e9528e;
    font-size: 18px;
    padding: 20px 0 10px;
    font-weight: bold;
  }
  #content .policy .pointBox .policy_list li {
    font-size: 13px;
    padding-top: 20px;
  }
  #content .policy .pointBox .policy_list li:first-child h4 {
    padding-top: 0;
  }
  #content .policy .pointBox .policy_list li:first-child {
    padding-top: 0;
  }
  #content .policy .pointBox .policy_list li:last-child {
    padding-bottom: 20px;
  }
  #content .policy .pointBox .policy_list li p {
    color: #000;
    line-height: 170%;
  }
  #content .policy .pointBox .policy_list li p.linkto {
    padding: 10px 0;
    margin: 20px 0;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
  }
  #content .policy .pointBox .policy_list li p.browser {
    margin-top: 20px;
    padding: 10px 20px 20px;
    font-weight: bold;
    border: 1px solid;
    font-size: 95%;
  }
  #content .policy .pointBox .policy_list li p.browser span {
    display: inline-block;
  }
  #content .policy .pointBox .policy_list li p.browser span.osTypeW {
    font-size: 110%;
  }
  #content .policy .pointBox .policy_list li p.browser span.osTypeM {
    font-size: 110%;
    margin-top: 10px;
  }
  /* ---------------------------------------------------------
	   footer
	----------------------------------------------------------*/
  #footer {
    border-top: 10px solid #4352a2;
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
    margin-top: 0px;
  }
  #footer .f_menuWrap {
    width: 100%;
  }
  #footer ul {
    display: table;
    width: 100%;
  }
  #footer ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #49539f;
  }
  #footer ul li:first-child {
    border-left: none;
  }
  #footer ul li a {
    display: block;
    text-decoration: none;
  }
  #footer h3 img {
    margin: 10px auto 0;
  }
  #footer .copy {
    color: #838384;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  /* ---------------------------------------------------------
	   共通(SP) 201705
	----------------------------------------------------------*/
  input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
    border: 1px solid #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    border: 1px solid #333;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt62 {
    margin-top: 50px;
  }
  .mt40 {
    margin-top: 25px;
  }
  .dispOff {
    display: none;
  }
  #content .contents {
    background: #ecedf5;
    padding: 21% 0 12%;
  }
  #content .contents .top_ttl {
    text-align: center;
  }
  #content .contents .top_ttl h3 {
    color: #fff;
    background: #4352a2;
    font-size: 18px;
    padding: 10px 0;
  }
  #content .contents .pointBox {
    padding: 10% 10px;
  }
  #content .mypage .inner {
    background: URL(../images/mypage_sp01_bg.png) left top no-repeat, URL(../images/mypage_sp02_bg.png) right top no-repeat;
    background-size: 160px 107px;
  }
  /* ---------------------------------------------------------
	  ヘッダーボタン (SP) 201705
	----------------------------------------------------------*/
  .headerBtn li {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .headerBtn a {
    display: block;
    border: 1px solid #404fa2;
    background: #fff;
    padding: 8px 10px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* ---------------------------------------------------------
	  マイページ関連 (SP) 201705
	----------------------------------------------------------*/
  .myPageData {
    text-align: center;
    padding: 20px 0 10px;
  }
  .myPageId {
    font-weight: bold;
    margin: 0 0 1px;
  }
  .myPageName {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 3px;
  }
  .myPageRank {
    font-weight: bold;
    font-size: 12px;
  }
  .myPageBtn ul li {
    margin: 10px 0 0;
  }
  .myPageBtn ul li a {
    box-shadow: 0px 0px 6px 3px #ccc;
    -moz-box-shadow: 0px 0px 6px 3px #ccc;
    -webkit-box-shadow: 0px 0px 6px 3px #ccc;
  }
  .topCtitle {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .mTopnews {
    position: relative;
    overflow: hidden;
    max-height: 216px;
  }
  .mTopnews ul {
    margin: 0 !important;
  }
  .mTopnews ul li {
    display: table;
    margin: 0 !important;
    padding: 6px 0 0 !important;
    text-indent: 0 !important;
    width: 100%;
  }
  .mTopnews ul li>div {
    display: table-cell;
  }
  .mTopnews ul li>div.newsDate {
    width: 26%;
    font-size: 12px;
  }
  .mTopnews ul li>div.newsTitle {
    font-size: 12px;
  }
  .mTopnews ul li>div.newsTitle .newsIcon {
    display: block;
    width: 90px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.6;
    color: #fff;
  }
  /* ---------------------------------------------------------
	  ニュースレター関連 (SP) 201705
	----------------------------------------------------------*/
  .newsletterList {
    padding: 0;
  }
  .newsletterList ul {
    margin: 0 !important;
  }
  .newsletterList ul li {
    margin: 0 !important;
    padding: 20px 0 !important;
    text-indent: 0 !important;
    border-top: 1px solid #ecedf4;
  }
  .newsletterList ul li:first-child {
    border-top: none;
  }
  .newsletterList ul li .nlDate {
    font-size: 12px;
  }
  .newsletterList ul li .nlIcon {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 1.4;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 11px;
  }
  .nlIcon01 {
    background: #538FEF;
  }
  .nlIcon02 {
    background: #EDA053;
  }
  .nlIcon03 {
    background: #119102;
  }
	.dlIcon01 {
		background: #a40000;
	}
	.dlIcon02 {
		background: #0075a9;
	}
	.dlIcon03 {
		background: #a0a0a0;
	}
  .newsletterList ul li .nlTitle {
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.6;
    font-size: 12px;
  }
  .newsletterList ul li .nlText {
    color: #222;
    font-size: 12px;
    line-height: 1.6;
  }
  .paging {
    margin: 20px 0 0;
    text-align: center;
  }
  .paging ul {
    letter-spacing: -0.5em;
  }
  .paging ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  .paging ul li a, .paging ul li span {
    font-size: 14px;
    padding: 0 6px;
    line-height: 30px;
  }
  .paging ul li span {
    color: #8d8d8d;
  }
  .paging ul li.pBack a, .paging ul li.pBack span, .paging ul li.pNext a, .paging ul li.pNext span {
    font-size: 20px;
  }
  .newsDetail {
    padding: 0;
    text-align: left;
  }
  .newsDetail .newsDeDate {
    font-size: 12px;
  }
  .newsDetail .newsDeIcon {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 1.4;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
  }
  .newsDetail .newsDeTitle {
    font-size: 16px;
    padding: 10px 0;
    color: #222;
  }
  .newsDetail .newsDeText {
    color: #222;
    font-size: 12px;
  }
  .newsDetail .newsDeSub {
    margin: 14px 0 0;
  }
  .newsDetail .newsDeSub h4 {
    font-weight: bold;
    color: #222;
  }
  .newsDetail .newsDeSub p {
    font-size: 12px;
  }
  /* ---------------------------------------------------------
	  Q&A関連 (SP) 170619修正
	----------------------------------------------------------*/
  .faqList {
    text-align: left;
  }
  .faqList dl+dl {
    border-top: 1px solid #ecedf4;
    margin-top: 20px;
    padding-top: 20px;
  }
  .faqList dl i {
    display: inline-block;
    margin-right: 10px;
    float: left;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    padding: 10px;
    color: #fff;
  }
  .faqList dl dt {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .faqList dl dt p {
    overflow: hidden;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    line-height: 1.4em;
  }
  .faqList dl dt:hover p {
    text-decoration: underline;
  }
  .faqList dl dt i {
    background: #4678d9;
  }
  .faqList dl dd {
    overflow: hidden;
    padding-top: 20px;
  }
  .faqList dl dd p {
    overflow: hidden;
    color: #222;
    font-size: 12px;
    line-height: 1.4em;
  }
  .faqList dl dd i {
    background: #ec4f91;
  }
  .faqList .close_btn {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
  }
  .faqList .close_btn:hover {
    opacity: 0.7;
  }
  .faqList .semiTitle {
    margin: 0 auto 12px;
    padding-top: 12px;
  }
  .faqList+.faqList {
    margin-top: 20px;
  }
  .pagenav_style01 ul {
    display: block;
    margin: 20px auto;
  }
  .pagenav_style01 ul li {
    display: block;
    padding: 0 20px;
    text-align: center;
    background: #fff;
  }
  .pagenav_style01 ul li+li {
    border-top: 1px dotted #e1e4f5;
  }
  .pagenav_style01 ul li a {
    font-size: 14px;
    padding: 8px 3px;
    display: block;
    text-decoration: none;
  }
  /* ---------------------------------------------------------
	  テーブル関連 (SP) 201705
	----------------------------------------------------------*/
  .cTable01 {
    margin: 10px 0 0;
  }
  .cTable01 table {
    width: 100%;
  }
  .cTable01 table tr {
    display: block;
    margin: 10px 0;
  }
  .cTable01 table thead {
    display: none;
  }
  .cTable01 table td {
    display: block;
    font-size: 12px;
    background: #f8f8f8;
    color: #222;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .cTable01 table td span {
    display: table-cell;
    padding: 5px;
  }
  .cTable01 table td::before {
    display: table-cell;
    text-align: center;
    width: 90px;
    content: attr(data-label);
    font-weight: bold;
    background: #e6e6e6;
    color: #4352a2;
    vertical-align: middle;
    padding: 5px;
    font-weight: bold;
    border-right: 1px solid #fff;
  }
  .cTable02 {
    margin: 10px 0 0;
  }
  .cTable02 table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
  }
  .cTable02 table th {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    background: #f8f8f8;
  }
  .cTable02 table td {
    color: #222;
    font-size: 12px;
    padding: 5px;
    text-align: left;
    word-break: break-all;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    background: #f8f8f8;
  }
  .cTable02 table tr:nth-child(even) th, .cTable02 table tr:nth-child(even) td {
    background: #fff;
  }
  .areaSelectBox {
    background: #fef2f6;
    margin: 20px 0 0;
    padding: 10px;
  }
  .areaSelectBox h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ec5191;
  }
  .areaSelectBox p {
    text-align: left;
    color: #222;
    margin: 10px;
    font-size: 12px;
  }
  .areaSelectBox .errorList {
    background: #fff;
  }
  .areaSelectBox .areaSelectForm {
    width: 100%;
    padding: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .areaSelectBox .areaSelectForm>div {
    color: #222;
  }
  .areaSelectBox .areaSelectForm>div .inputTablePrefectures {
    margin: 0 0 10px;
  }
  .areaSelectBox .areaSelectForm>div .inputTablePrefectures dt {
    font-size: 12px;
  }
  #modal-content {
    width: 70%;
    margin: 0;
    padding: 10px 20px;
    border: 0 solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 500;
    color: #222;
  }
  #modal-content .btnBox {
    margin: 10px 0 0;
  }
  #modal-overlay {
    z-index: 60;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0, 0, 0, 0.75);
  }
  /* ---------------------------------------------------------
	  お知らせ (SP) 201705
	----------------------------------------------------------*/
  #content .news dd ul li {
    display: table;
    width: 100%;
  }
  #content .news dd ul li>div {
    display: table-cell;
  }
  #content .news dd ul li>div.newsDate {
    width: 14%;
    padding-right: 5px;
  }
  #content .news dd ul li>div.newsTitle {
    font-size: 12px;
  }
  #content .news dd ul li>div.newsTitle .newsIcon {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.6;
    color: #fff;
  }
  .nIcon01 {
    background: #ec5191;
  }
  .nIcon02 {
    background: #666666;
  }
  .nIcon03 {
    background: #46519f;
  }
  .nIcon04 {
    background: #6f3d9f;
  }
  #content .news dd ul li>div.newsTitle .newsText {
    display: block;
  }
  /* ---------------------------------------------------------
	  ログイン (SP) 201705
	----------------------------------------------------------*/
  #mv {
    background: #fce7f0;
  }
  .loginBox {
    padding: 10px 10px 20px;
  }
  .loginInner {
    padding: 20px 20px;
    background: #fff;
    border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    box-shadow: 0px 0px 6px 3px #f3dbe4;
    -moz-box-shadow: 0px 0px 6px 3px #f3dbe4;
    -webkit-box-shadow: 0px 0px 6px 3px #f3dbe4;
  }
  .loginInner h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .loginForm dt {
    margin: 5px 0 0;
    font-weight: bold;
  }
  .loginBtn {
    margin: 10px 0 0;
  }
  .newBtn {
    padding: 12px 20px 0;
  }
  /* ---------------------------------------------------------
	  タイトル関連 (SP) 201705
	----------------------------------------------------------*/
  .secTitle {
    display: inline-block;
    font-size: 18px;
    padding: 0 40px;
    line-height: 30px;
    border: 1px solid #48509e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  /* ---------------------------------------------------------
	  手順 (SP) 201705
	----------------------------------------------------------*/
  .processBox {
    margin: 10px 0 0;
    background: #ecedf4;
    padding: 20px 10px;
  }
  .processBox dl {
    margin: 20px 0 0;
  }
  .processBox dl:first-child {
    margin: 0;
  }
  .processBox dl dt {
    font-size: 18px;
    font-weight: bold;
  }
  .processBox dl dd {
    text-align: left;
  }
  .processBox dl dd ul {
    margin: 0 !important;
  }
  .processBox dl dd ul li {
    margin: 0 !important;
    color: #222222;
    font-weight: bold;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  /* ---------------------------------------------------------
	  テキスト関連 (SP) 201705
	----------------------------------------------------------*/
  .tCaution {
    color: #ff4e94 !important;
  }
  .tOption {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
    line-height: 1.4;
    color: #222222;
    font-weight: bold;
  }
  .tLead {
    font-size: 12px;
    font-weight: bold;
    color: #222;
  }
  .tThanks {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #222;
  }
  .tThanks02 {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #ff4e94;
  }
  .tQr {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #222;
  }
  .tuText {
    margin: 10px 0 0;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 12px;
    color: #222222;
  }
  .underText {
    margin: 10px 0 0;
    text-align: left;
    font-size: 16px;
  }
  .baseText {
    margin: 10px 0 0;
    text-align: left;
    font-size: 12px;
    color: #222222;
  }
  /* ---------------------------------------------------------
	   フロー(SP) 201705
	----------------------------------------------------------*/
  .flowList {
    text-align: center;
  }
  .flowList.soTop {
    margin: 10px 0 0;
  }
  .flowList+.pointBox {
    margin-top: 10px !important;
  }
  .flowList ul {
    letter-spacing: -0.5em;
    margin: 0 !important;
  }
  .flowList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 4px !important;
    width: auto;
    color: #48509e;
    text-align: center !important;
    padding: 5px 10px !important;
    text-indent: 0 !important;
    font-size: 12px !important;
    border-radius: 0 10px 0 10px;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    line-height: 1.4 !important;
    position: relative;
  }
  .flowList ul li:first-child {
    margin-left: 0px !important;
  }
  .flowList ul li:last-child {
    margin-right: 0px !important;
  }
  .flowList ul li.act {
    color: #fff;
    background: #48509e;
  }
  .flowList ul li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    color: #48509e;
    top: 13px;
    left: -6px;
  }
  .flowList ul li:first-child:before {
    display: none;
  }
  .flowList ul li span {
    display: block;
    font-size: 12px !important;
  }
  /* ---------------------------------------------------------
	   ボタン関連(SP) 201705
	----------------------------------------------------------*/
  .btnBox {
    margin: 10px 0 0;
  }
  .btnBox ul {
    margin: 0 !important;
  }
  .btnBox ul li {
    margin: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  .btnBox ul li.bBack {
    margin: 10px 0 0 !important;
  }
  .btnBox ul li.bNext {
    margin: 10px 0 0 !important;
  }
  .topBtn {
    text-align: center;
    margin: 20px 0 0;
  }
  .topBtn a:last-child {
    margin-top: 20px;
  }
  .topBtn .btnRed {
    width: 60%;
  }
  .btnRed {
    background: #ec5191;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
  }
  .btnBlue {
    background: #46519f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
  }
  .inputBtn {
    background: #ec5191;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }
  .inputBtn:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 0;
    right: 10px;
  }
  .backBtn {
    background: #46519f;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }
  .backBtn:after {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    top: 0;
    left: 10px;
  }
  .postNumBtn {
    background: #fff;
    color: #46519f;
    border: 1px solid #46519f;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    line-height: 30px;
    cursor: pointer;
  }
  .postBlueBtn {
    background: #fff;
    color: #46519f;
    border: 1px solid #46519f;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    padding: 0 50px;
  }
  .btnLink {
    display: block;
    text-align: center;
    background: #ec5191;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }
  .btnLink.blb {
    background: #46519f;
  }
  .btnLink:before {
    font-size: 20px;
    font-family: 'FontAwesome';
    content: "\f138";
    position: absolute;
    top: 0;
    left: 10px;
  }
  /* ---------------------------------------------------------
	   規約(SP) 201705
	----------------------------------------------------------*/
  .agreementBox {
    margin: 10px 0 0;
    border: 1px solid #dedede;
    text-align: left;
    color: #222;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    height: 130px;
    padding: 10px;
    background: #f6f6f6;
  }
  .agreementCheck {
    margin: 10px 0 0;
    color: #222;
  }
  .agreementCheck input {
    vertical-align: middle;
  }
  /* ---------------------------------------------------------
	   コース関連(SP) 201705
	----------------------------------------------------------*/
  .seminarList>div.contents {
    padding-bottom: 0 !important;
    padding: 0 !important;
  }
  .seminarList>div.contents:first-child {
    padding-top: 21% !important;
  }
  .seminarList>div.contents:nth-child(even), .advance {
    background: #fef2f6 !important;
  }
  .seminarList>div.contents .sec_in, .seminarList>div.contents .pointBox {
    vertical-align: bottom;
  }
  .seminarList>div.contents .sec_in {
    padding: 20px 10px;
  }
  .semiTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #ef468d;
    text-align: left;
  }
  .semiTitle02 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #46519f;
    text-align: left;
  }
  .semiTitle span {
    font-size: 12px;
  }
  .semiTitleSo {
    font-size: 16px;
    margin: 0 20px 16px;
    font-weight: bold;
    color: #222;
    text-align: left;
  }
  .semiBtn {
    margin: 20px auto 0;
  }
  .semiInfo {
    margin: 20px 0 0;
  }
  .semiTitle+.semiInfo {
    margin: 8px 0 0;
  }
  .semiInfo h5 {
    display: table;
    width: 100%;
    text-align: left;
    background: #484ea0;
    color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .semiInfo h5 .uStatusTitle {
    display: none;
  }
  .uStatus>div {
    display: inline-block;
    margin: 0 0 0 10px;
    font-weight: bold;
  }
  .uStatus>span {
    font-size: 12px;
  }
  .semiInfo h5 em {
    display: table-cell;
    background: #fff;
    text-align: center;
    width: 30px;
    color: #484ea0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
  }
  .semiInfo h5 span {
    display: table-cell;
    padding: 0 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  .semiInfo dl {
    text-align: left;
    background: #ecedf4;
    padding: 10px;
    border-bottom: 2px solid #fff;
  }
  .semiInfo dl dt {
    display: table;
    width: 100%;
    text-align: left;
    color: #ef468d;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .semiInfo dl dt em {
    display: inline-block;
    background: #46519f;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    vertical-align: middle;
  }
  .semiInfo dl dt span {
    display: table-cell;
    width: 100%;
    padding: 0 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  .semiInfo ul {
    margin: 0 !important;
  }
  .semiInfo ul li {
    margin: 0 !important;
    color: #222;
    font-size: 12px !important;
  }
  .seminarList>div.contents:nth-child(even) .semiTitle, .advance .semiTitle, .advance .semiInfo dl dt span {
    color: #46519f !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo h5, .advance .semiInfo h5 {
    background: #ec4f91 !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo h5 em {
    color: #ec4f91 !important;
  }
  .advance .semiInfo dl dt em {
    background-color: #ec4f91 !important;
  }
  .seminarList>div.contents:nth-child(even) .btnLink {
    background: #46519f !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo dl dt em {
    background: #ec4f91 !important;
  }
  .seminarList>div.contents:nth-child(even) .semiInfo dl dt span {
    color: #46519f !important;
  }
  /* ---------------------------------------------------------
	   フォーム関連(SP) 201705
	----------------------------------------------------------*/
  .forgetText {
    font-size: 12px;
    text-align: right;
  }
  .logError {
    background: #ffe6ef;
    color: #ec5191;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
  }
  .fError {
    display: inline-block;
    margin: 0 0 0 4px;
    color: #ec5191;
    font-size: 12px;
  }
  .fwErrorWrap {
    background: #fef2f6 !important;
  }
  .fwError {
    color: #ec5191;
    margin-top: 5px !important;
  }
  .inputTopText {
    border: 2px solid #e5e5e5;
    background: #fff;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
  }
  .inputText {
    border: 1px solid #cdcdcd;
    background: #fff;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
  }
  .inputTextarea {
    background: #fff;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inputTableTextarea {
    border: 1px solid #cdcdcd;
  }
  .errorList {
    background: #fef2f6;
    margin: 10px 0 0;
    padding: 10px;
  }
  .errorList ul {
    margin: 0 !important;
  }
  .errorList ul li {
    font-size: 11px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    color: #ec4a8d;
  }
  .must {
    background: #ec4a8d;
    display: inline-block;
    line-height: 1.4;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 0 0 8px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .formTable {
    margin: 20px 0 0;
  }
  .formTable>dl {
    background: #f8f8f8;
  }
  .formTable>dl>dt {
    margin: 0;
    color: #222222;
    padding: 16px 10px 0;
  }
  .formTable>dl>dd {
    margin: 0;
    padding: 5px 10px 16px;
    color: #222222;
  }
  .formTableWide {
    margin: 20px 0 30px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
  .formTableWide>div:nth-child(odd) {
    background: #f8f8f8;
  }
  .formTableWide>div:nth-child(even) {
    background: #fff;
  }
  .formTableWide>div {
    border-top: 1px solid #e8e8e8;
  }
  .formTableWide>div>dl {}
  .formTableWide>div>dl>dt {
    padding: 5px;
    color: #222;
  }
  .formTableWide>div>dl>dd {
    padding: 0 5px 5px;
    color: #222;
    font-size: 13px;
  }
  .formTableWide>div>dl>dd>div {
    margin: 10px 0 0;
  }
  .formTableWide>div>dl>dd>div:first-child {
    margin: 0;
  }
  .inputTableName {
    display: table;
    width: 100%;
  }
  .inputTableName>dl {
    display: table-cell;
  }
  .inputTableName>dl>dt {
    text-align: left;
    padding: 0 5px;
  }
  .inputTableName>dl>dd {
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inputTableRadio ul {
    margin: 0 !important;
    letter-spacing: -0.5em;
  }
  .inputTableRadio ul li {
    margin: 0 20px 0 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    font-size: 13px !important;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
  }
  .inputTableRadio ul li input {
    vertical-align: middle;
  }
  .inputSelect {
    border: 1px solid #cdcdcd;
    background: #fff;
    width: auto;
    padding: 0 30px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
  }
  .inputTableDate {
    display: table;
    margin: 0 auto;
  }
  .inputTableDate>dl {
    display: table-cell;
  }
  .inputTableDate>dl>dt {
    display: inline-block;
    position: relative;
  }
  .inputTableDate>dl>dt:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 2px;
    color: #222;
    right: 9px;
  }
  .inputTableDate>dl>dd {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  .inputTablePostNum {
    position: relative;
  }
  .inputTablePostNum dl {
    display: table;
  }
  .inputTablePostNum dl dt {
    display: table-cell;
  }
  .inputTablePostNum dl dd {
    display: table-cell;
    padding: 0 0 0 12px;
  }
  .inputTablePostNum dl dd.fnum {
    width: 63px;
  }
  .inputTablePostNum dl dd.fnum:after {
    content: "-";
    position: absolute;
    top: 4px;
    color: #222;
    left: 130px;
  }
  .inputTablePostNum dl dd.snum {
    width: 87px;
  }
  .inputTablePostNum .itpnText {
    font-size: 11px;
    white-space: nowrap;
  }
  .inputTablePostNum .itpnBtn {
    width: 120px;
    margin: 0 auto;
  }
  .inputTablePrefectures>dl {
    display: table;
  }
  .inputTablePrefectures>dl>dt {
    display: table-cell;
  }
  .inputTablePrefectures>dl>dd {
    display: table-cell;
    position: relative;
    padding: 0 0 0 12px;
  }
  .inputTablePrefectures>dl>dd:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 2px;
    color: #222;
    right: 9px;
  }
  .inputTableText>dl {
    display: table;
  }
  .inputTableText>dl>dt {
    display: table-cell;
  }
  .inputTableText>dl>dd {
    display: table-cell;
    position: relative;
    padding: 0 0 0 12px;
  }
  .inputTableYear {
    position: relative;
  }
  .inputTableYear dl {
    display: table;
    margin: 0 auto;
  }
  .inputTableYear dl dt {
    display: table-cell;
    width: 150px;
  }
  .inputTableYear dl dd {
    display: table-cell;
    padding: 0 0 0 12px;
  }
  .inputTableYear .ityText {
    font-size: 11px;
    white-space: nowrap;
  }
  .inputTablePass {
    position: relative;
  }
  .inputTablePass dl {
    display: table;
  }
  .inputTablePass dl dt {
    display: table-cell;
  }
  .inputTablePass dl dd {
    display: table-cell;
    padding: 0 0 0 12px;
  }
  .inputTablePass .itpText {
    font-size: 11px;
    white-space: nowrap;
  }
  .inputTablePass .itpInput {
    width: 150px;
    margin: 0 auto;
  }
  .inputTableSelect {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inputTableSelect select {
    width: 100%;
  }
  .inputTableSelect:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 2px;
    color: #222;
    right: 9px;
  }
}

/* ---------------------------------------------------------
マイページバナー　20200406
----------------------------------------------------------*/
.myPageBnr ul {
  display: table;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.myPageBnr ul li {
  display: table-cell;
  width: 310px;
  margin-left: 15px;
}
.myPageBnr ul li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .myPageBnr ul li {
    display: block;
    margin: 20px auto 0;
  }
  .myPageBnr ul li:nth-child(1) {
    margin: 0 auto;
  }
  .myPageBnr ul li img{
    max-width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------------------
           コース追加　202101
----------------------------------------------------------*/
#content .course #course4 .titlebox h3 {
font-size:19px;
color: #4352A2;
font-weight: bold;
margin-bottom: 10px;
text-align: left;
}
#content .course #course4 .titlebox p {
        color: #000;
        text-align: left;
}

#content .course #course4 .titlebox span {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
        color: #000;
}

#content .course #course4 .captionbox {
        text-align: left;
        color: #000;
}
#content .course #course4 .captionbox p:first-child {
        margin-bottom: 10px;
        font-weight: bold;
        display: block;
        color: #e9528e;
}

#course4 .color_pink {
        color: #E9528E;
}
#course4 .color_green {
        color: #45b55e;
}

#course4 .color_blue {
        color: #446bb3;
}

#course4 .box {
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        margin: 30px auto;
        background: #FFFAD3;
        box-sizing:border-box;
        display: block;
        padding: 20px 0;
        width: 100%;

}
@media screen and (max-width: 767px) {
#course4 .box {
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        padding: 5% 0;
}
}
#course4 .box .underline {
        display: block;
        margin-top: 10px;
        text-decoration: underline;
}
#course4 .box01 {
        border: 1px solid #E9528E;
}
#course4 .box02 {
        border: 1px solid #45b55e;
        margin-bottom: 20px;
}
#course4 .box03{
        border: 1px solid #446BB3;
        background: #FFF;
        margin-top: 20px;
}
#course4 p.caption{
        color: #000;
        text-align: right;
        font-size: 12px;
}
#course4 span.caption{
        color: #000;
        font-size: 12px;
}

#course4 .box dl {
        cursor: pointer;
}
#course4 .box dl:hover {
        opacity: 0.7;
}
#course4 .box dl.inner {
        width: 90%;
        margin: 0 auto;
        display: table;
        color: #000;
}

#course4 .box .title {
        font-weight: bold;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 18px;
        padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
        #course4 .box .title {
                font-size: 16px;
        }
}
#course4 .box01 .title {
        color: #E9528E;
        border-bottom: 2px solid #E9528E;
}
#course4 .box02 .title {
        border-bottom: 2px solid #45b55e;
        color: #45b55e;
}

#course4 .box03 .title {
        border-bottom: 2px solid #446BB3;
        color: #446BB3;
}


#course4 .box dl.inner dt,
#course4 .box dl.inner dd {
        display: table-cell;
}

#course4 .box dl.inner dt {
        vertical-align: middle;
        width: 50px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
}

#course4 .box01 dl.inner dt {
        background: #E9528E;
}

#course4 .box02 dl.inner dt {
        background: #45b55e;
}


#course4 .box03 dl.inner dt {
        color: #446bb3;
        font-size: 16px;
        line-height: 1.2;
        border-right: 1px solid #446bb3;
        width: 20%;
        text-align: left;
        padding-right: 10px;
}
@media screen and (max-width: 767px) {
        #course4 .box03 dl.inner dt {
                font-size: 13px;
                width: 30%;
        }
}

#course4 .box dl.inner dd {
        padding: 0 15px;
        text-align: left;
}

#course4 .box div {
        width: 90%;
        margin: 30px auto 0;
        line-height: 1.2;
}

#course4 .box div h4 {
        color: #FFF;
        font-weight: bold;
        text-align: left;
        padding: 10px;
}

#course4 .box01 div h4 {
        background: #E9528E;
}

#course4 .box02 div h4 {
        background: #45b55e;
}

#course4 .box03 div h4 {
        background: #446bb3;
}
#course4 .box hr{
        height: 1px;
        width: 100%;
        border: none;
        border-bottom: 1px dotted #666;
}

#course4 .box table{
        width: 100%;
        color: #000;
}

#course4 .box .table01{
        background: #fdf1f5;
}

#course4 .box .table02{
        background: #e9f4eb;
}

#course4 .box .table03{
        background: #eaecf6;
}

#course4 .box table th,
#course4 .box table td {
        padding: 10px;
        vertical-align: middle;
}

#course4 .box .table01 th,
#course4 .box .table01 td {
        border: 1px solid #e9528e;
}

#course4 .box .table02 th,
#course4 .box .table02 td {
        border: 1px solid #66bd84;

}

#course4 .box .table03 th,
#course4 .box .table03 td {
        border: 1px solid #446bb3;

}

#course4 .box table th {
        background: #FFF;
        text-align: center;
        font-weight: bold;
}

#course4 .box table td {
        text-align: center;
}

#course4 .box table td:last-child {
        text-align: left;
}

#course4 .box .table01 .bg01{
        color: #FFF;
        background: #e9528e;
        font-weight: bold;
}

#course4 .box .table01 .bg02{
        color: #FFF;
        background: #ee87ac;
        font-weight: bold;
}

#course4 .box .table01 .bg03{
        background: #f3dbde;
}


#course4 .box .table02 .bg01{
        color: #FFF;
        background: #66bd84;
        font-weight: bold;
}

#course4 .box .table02 .bg02{
        color: #FFF;
        background: #8cca9b;
        font-weight: bold;
}

#course4 .box .table02 .bg03{
        background: #d3e5d1;
}

#course4 .box .table03 .bg01{
        color: #FFF;
        background: #446bb3;
        font-weight: bold;
}

#course4 .box .table03 .bg02{
        color: #FFF;
        background: #7b8ec7;
        font-weight: bold;
}

#course4 .box .table03 .bg03{
        background: #d0d4e1;
        }

#course4 table .wp{
        white-space: nowrap;
}

#course4 h4 span {
        font-size: 12px;
}
#course4 table span{
        display: block;
        font-size: 12px;
}

#course4 .close {
        text-decoration: underline;
        display: block;
        width: 100%;
        color: #000;
        padding: 20px 0 10px;
        text-align: center;
        cursor: pointer;
}

#course4 .close:hover {
        opacity: 0.7;
}

/*社名表記フォント*/
.corp_font {
  font-family: 'Kosugi Maru', 'Noto Sans JP', sans-serif;
}
#course4 .corp_font {
  display: inline-block!important;
  font-size: 100%!important;
}

/*コース追加202206*/
#course4 .box04 {
	border: 1px solid #f39800;
}
#course4 .box04 dl.inner dt {
	background: #f39800;
}
#course4 .box04 .title {
	border-bottom: 2px solid #f39800;
	color: #f39800;
}
#course4 .color_orange {
	color: #f39800;
}
#course4 .color_blue {
	color: #00b9ef;
}
#course4 .box .table04 {
	margin-bottom: 10px;
}
#course4 .box .table04 td {
	border: 1px solid #f39800;
    text-align: left;
    background-color: #fff;
}
#course4 table.table04 span{
	display: inline;
	font-size: 100%;
}
#course4 .box .table04b td {
	border: 1px solid #00b9ef;
    text-align: left;
    background-color: #fff;
}
#course4 table.table04b span{
	display: inline;
	font-size: 100%;
}
#course4 table.table04c span,
#course4 table.table04d span {
	display: inline;
	font-size: 12px;
}
#course4 table.table04c span.subtxt ,
#course4 table.table04d span.subtxt {
	display: inline;
	font-size: 12px;
    font-weight: normal;
}
#course4 .box .table04 .bg01{
	color: #FFF;
	background: #f39800;
	font-weight: bold;
    text-align: center;
    width: 160px;
}
#course4 .box .table04b .bg02{
	color: #FFF;
	background: #00b9ef;
	font-weight: bold;
    text-align: center;
    width: 160px;
}
#course4 .box04 div h4 {
	background: #f39800;
	margin-bottom: 10px;
}
#course4 .box04 div h5 {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background: #ea5514;
	margin-bottom: 10px;
}
#course4 .box04 p.caption {
	color: #000;
    text-align: left;
    font-size: 12px;
}
#course4 .box04 div h5.live {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background: #f39800;
	margin-bottom: 10px;
}
#course4 .box .table04c {
	background: #fef1e9;
}
#course4 .box .table04c .w160 {
	width: 160px;
}
#course4 .box .table04c th,
#course4 .box .table04c td {
	border: 1px solid #ea5514;
}
#course4 .box .table04c .bg01{
	color: #FFF;
	background: #ea5514;
	font-weight: bold;
}
#course4 .box .table04c .bg02{
	color: #FFF;
	background: #ee7b3e;
	font-weight: bold;
}
#course4 .box .table04c .bg03{
	background: #fce0cc;
}
#course4 .box .arrow_top {
  display: inline-block;
  border-style: solid;
  border-width: 0 54px 24px 54px;
  border-color: transparent transparent #c9caca transparent;
  margin-top: 10px
}
#course4 .box .arrow_middle {
  display: block;
  font-weight: bold;
  color: #000;
}
#course4 .box .arrow_bottom {
  display: inline-block;
  border-style: solid;
  border-width: 24px 54px 0 54px;
  border-color: #c9caca transparent transparent transparent;
  margin-bottom: 10px
}
#course4 .box .table04d {
	background: #fde4bf;
    margin-bottom: 5px;
}
#course4 .box .table04d .w160 {
	width: 160px;
}
#course4 .box .table04d th,
#course4 .box .table04d td {
	border: 1px solid #f39800;
}
#course4 .box .table04d .bg01{
	color: #FFF;
	background: #f39800;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
#course4 .box .table04 td,
#course4 .box .table04b td {
display: block;
}
#course4 .box .table04 .bg01,
#course4 .box .table04b .bg02{
    width: auto;
}
#course4 .box .table04c .w160,
#course4 .box .table04d .w160 {
	width: 80px;
}
#course4 table.table04c span,
#course4 table.table04d span {
	display: block;
}
#course4 table.table04c span.subtxt ,
#course4 table.table04d span.subtxt {
	display: inline;
}
}

/*Term追加*/
#content .term .agreementBox {
  overflow: auto;
  height: auto;
  background: none;
  border: none;
}