@charset "utf-8";

.help_all * {
  box-sizing: border-box;
}


/*==================================
	お問合わせ内容確認画面
	===================================*/

.help_confirm_h2 {
  text-align: center;
  padding: 40px 10px 20px;
  font-weight: bold;
}

.help_confirm_text {
  text-align: center;
  margin-bottom: 10px;
}


.register_table {
  border: #D6D6D6 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 80%;
  margin: 0 auto;
}

.register_head,
.register_data {
  border-bottom: #D6D6D6 1px solid;
}

.register_table tr:last-of-type .register_data,
.register_table tr:last-of-type .register_head {
  border-bottom: none;
}

.register_head {
  background-color: #EFEFEF;
  padding: 22px 2%;
  min-width: 140px;
  text-align: left;
  font-weight: bold;
  width: 23%;
}

.register_data {
  padding: 24px 3%;
  width: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

/*******お問合わせ入力エラー*******/

.inp_error {
  background-color: #FFE8E8 !important;
}

.error_text {
  background-color: #FFE8E8;
  color: #ff0000;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.error_text:empty {
  display: none;
}

/*******お問合わせ完了*******/
.help_complete_h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 40px 5% 20px;
}

.help_complete_text {
  font-size: 21px;
  text-align: center;
  padding: 10px 5%;
  letter-spacing: 1px;
  line-height: 1.2;
}

.contact_btn {
  display: block;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  background-color: #F15A24;
  color: #fff;
  font-size: 15px;
  padding: 16px;
  font-weight: bold;
  margin: 20px auto 20px;
  max-width: 95%;
  border-radius: 5px !important;
  cursor: pointer;
  text-align: center;
}


  .mypage_title_group {
    overflow: hidden;
  }

  .help_all {
    width: 890px;
    max-width: 95%;
    margin: 40px auto;
  }

  /*---------------------------------------------------------------------------------
	就職相談
	---------------------------------------------------------------------------------*/
  /* 20201112追加 */

  .lineWrap {
    text-align: center;
  }

  .linetop {
    background-color: #1ABC02;
    text-align: center;
  }

  .linetop img {
    width: 1038px;
  }

  .linetop .line_button {
    width: 70%;
  }

  .line_button {
    margin: 40px 40px 60px 40px;
  }

  .registrationFlow {
    padding: 60px 0px 60px 0px;
    text-align: center;
  }

  .registrationFlow img {
    display: block;
    margin: 0 auto;
  }

  .registrationFlow .line_button {
    margin-top: 30px;
  }

  .pc_img {
    width: 60%;
    padding: 40px 0px;
  }

  .meritFlow {
    background-color: #45B54C;
    padding: 60px 0px 30px 0px;
    text-align: center;
  }

  .meritFlow li {
    list-style: none;
    width: 44%;
    float: left;
    padding: 2%;
  }

  .exampleFlow {
    background-color: #03BCB6;
    padding: 60px 0px 0px 0px;
    text-align: center;
  }

  /* 20201112追加ここまで */
  .lineWrap .manWrap li {
    width: 30%;
    margin: 1%;
    float: left;
  }

  .lineWrap .screenWrap li {
    width: 48%;
    margin: 1%;
    float: left;
  }



  /*==================================
	LINE
	===================================*/
  .line_btn {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .line_btn a {
    background: -webkit-gradient(linear, left top, left bottom, from(#7bd660), to(#44ad24));
    background: -webkit-linear-gradient(top, #7bd660, #44ad24);
    background: linear-gradient(to bottom, #7bd660, #44ad24);
    border: 2px solid #44ad24;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 15px 5px 0;
    padding: 10px 20px;
    line-height: 6em;
    text-decoration: none;
  }

  .line_btn img {
    width: 300px;
  }

  .lineid {
    margin-bottom: 30px;
  }

  .lineid th {
    background: -webkit-gradient(linear, left top, left bottom, from(#7bd660), to(#44ad24));
    background: -webkit-linear-gradient(top, #7bd660, #44ad24);
    background: linear-gradient(to bottom, #7bd660, #44ad24);
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
    display: block;
  }

  .help_form_box {
    padding: 0px;
  }

  .help_title {
    border-left: solid 5px #03BCB6;
    line-height: 1.5em;
    font-size: 22px;
    padding-left: 5px;
    margin-bottom: 3%;
  }

  .help_form01 {
    overflow: hidden;
    padding-top: 60px;
  }

  .help_article {
    font-size: 18px;
    margin-bottom: 5%;
  }

  .help_tel_l {
    float: left;
    margin-left: 10%;
    line-height: 2em;
    margin-bottom: 10px;
  }

  .help_tel_l a {
    font-size: 45px;
    font-weight: bold;
  }

  .help_tel_r {
    float: left;
    margin-left: 10%;
  }

  .help_left {
    float: left;
    font-size: 16px;
    line-height: 2em;
    margin-left: 5%;
    width: 15%;
    margin-bottom: 1em;
  }

  .help_right {
    overflow: hidden;
    margin-bottom: 1em;
  }

  .help_right textarea {
    font-size: 15px;
    padding: 2px;
    border-radius: 5px;
    border: solid 1px #d5d5d5;
    line-height: 1.5em;
    margin-right: 5%;
    width: 90%;
    height: 10em;
  }

  textarea[name="rtn_youbou"] {
    height: 5em;
  }

  .help_form02 {
    margin-top: 8%;
  }

  .help_form02 input[type="radio"] {
    margin-right: 3px;
  }

  .help_form02 label {
    margin-right: 1em;
    cursor: pointer;
  }

  .help_form02 label:last-of-type {
    margin-right: 0;
  }

  .help_form02 dl {
    overflow: hidden;
  }

  .mypage_contents_box .help_btn {
    background: #03BCB6;
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    margin: 5% 25%;
    font-size: 20px;
    border: none;
    box-shadow: 2px 2px 5px 0px #b9b9b9;
    font-weight: bold;
  }

  .help_error {
    color: #f00;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .form_comp {
    margin: 15% 0% 15% 0%;
    font-weight: bold;
    font-size: 20px;
    color: #4c94ad;
    text-align: center;
  }

  .mail_date {
    margin-top: 0;
    clear: both;
    float: right;
    font-size: 12px;
  }

  .line_box {
    width: 100%;
  }

  .line_box a {
    display: block;
    max-width: calc(90% / 2);
    margin-bottom: 15px;
  }

  .line_box a:nth-of-type(odd) {
    float: left;
  }

  .line_box a:nth-of-type(even) {
    float: right;
  }

  .help_map h3 {
    margin: 1em 0;
    font-size: 24px;
    font-weight: bold;
  }

  .help_map p {
    margin-bottom: 1em;
  }

  .help_map p a {
    color: #f15a24;
    text-decoration: underline;
  }

  .user_mail_help {
    padding: 0px 0px 30px 0px;
    background-color: #fff;
    border: 1px solid #ddd;
  }

  .user_mail_help .lineWrap .manWrap li {
    width: 31.3%;
  }

  .user_mail_help .line_box {
    margin: 0 auto;
    width: 685px;
  }

  .user_mail_help .lineTitle {
    margin: 30px auto 0;
  }

  h3.connect_title {
    border-left: solid 5px #03BCB6;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
  }

  .error_mail dt {
    background: #03BCB6;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    line-height: 2em;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
  }

  .no_recieve {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  .no_recieve span {
    font-weight: normal;
    font-size: 100%;
  }

  .connect_tel_form {
    background: #03BCB6;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    line-height: 2em;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
    margin-top: 40px;
  }

  .connect_flabo {
    overflow: hidden;
    margin-bottom: 35px;
    padding: 60px 60px 0px 60px;
  }

  .connect_flabo_item {
    margin-bottom: 20px;
  }

  .connect_group {
    padding: 0px 60px 0px 60px;
  }

  .connect_form_box .help_btn {
    margin-left: 60px;
    margin-top: 20px;
  }

  .connect_tel_l a {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3em;
  }

  .connect_left {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 20px;
  }

  .connect_right input {
    border-radius: 5px;
    border: solid 1px #03BCB6;
    padding: 5px;
    font-size: 18px;
    width: 50%;
  }

  .connect_right textarea {
    border-radius: 5px;
    border: solid 1px #03BCB6;
    padding: 5px;
    font-size: 18px;
    width: 100%;
    height: 8em;
  }

  .help_all .help_btn {
    margin: 40px auto 60px;
    display: block;
    font-size: 20px;
    padding: 10px;
    width: 200px;
    font-weight: bolder;
    border-radius: 5px;
    color: #fff;
    background: #03BCB6;
    border: #03BCB6;
    box-shadow: 1px 1px 1px #888;
    cursor: pointer;
  }

  .mypage_contents_box .help_btn {
    background: #03BCB6;
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    margin: 5% 25%;
    font-size: 20px;
    border: none;
    box-shadow: 2px 2px 5px 0px #b9b9b9;
    font-weight: bold;
  }

  /*==================================
	errorページ
	===================================*/
  .caution {
    font-size: 1.2rem;
    padding-top: 20px;
    padding-left: 5px;
  }

  .cautionError {
    font-size: 1.2rem;
    padding-top: 20px;
    padding-left: 5px;
    color: red;
  }

  .errorPage {
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(222, 213, 166, 0.1);
  }

  .errorPage input,
  .errorPage textarea,
  .errorPage select {
    border: 1px solid #999;
    border-radius: 5px;
    color: #333;
    font-size: 1.2em;
    height: 27px;
    margin-bottom: 10px;
    width: 250px;
    padding: 3px;
  }

  .errorPage select {
    height: 25px;
    padding-top: 5px;
    box-sizing: content-box;
  }

  .errorPage legend {
    color: #5D3026;
    padding: 40px 0 20px;
    font-size: 24px;
    letter-spacing: .7px;
    line-height: 1.3em;
  }

  .errorPage .design_long {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 550px;
    font-size: 15px;
    margin: 0 0 3px 0;
  }

  .errorPage .design {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 250px;
    font-size: 15px;
    margin: 0 0 3px 0;
  }

  .errorText {
    width: 300px;
    color: red;
    font-weight: bold;
    display: block;
  }

  .errorField {
    background: #ecbbaf;
  }

  .block input[type="submit"] {
    display: block;
    width: 300px;
    margin: 40px auto 50px;
    border: none !important;
    background: #5D3026;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    height: 60px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 1rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  .block input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .read {
    width: 600px;
    display: block;
    margin: 40px auto;
    height: 120px;
    padding: 10px;
    background: #fff;
  }

  .policy {
    text-align: center;
  }

  /*==================================
	Provisionalページ
	p==================================*/
  .kari {
    margin: 80px 0 100px;
  }

  .kari p {
    font-size: 30px;
    color: #5D3026;
    line-height: 2em;
    text-align: center;
  }

  .kari p:last-child {
    margin-top: 20px;
    text-align: center;
  }

  .kari img {
    border-radius: 50%;
    width: 150px;
  }

  .mailImage {
    z-index: -1;
    position: relative;
  }

  .button {
    background: #03BCB6;
    color: #fff;
    border: none;
    position: relative;
    height: 60px;
    font-size: 1.1em;
    padding: 0.2em 1.5em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 5px;
  }

  .button:hover {
    background: #fff;
    color: #03BCB6;
  }

  .button:before,
  .button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #03BCB6;
    transition: 400ms ease all;
  }

  .button:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
  }

  .button:hover:before,
  .button:hover:after {
    width: 100%;
    transition: 800ms ease all;
  }


@media screen and (max-width:1024px) {

  .contents {
    width: 100%;
    margin: 0;
  }

  input[type="submit"],
  button,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /*---------------------------------------------------------------------------------
	ヘルプデスク
	---------------------------------------------------------------------------------*/

  /*---------------------------------------------------------------------------------
	20201112追加
	---------------------------------------------------------------------------------*/
  .help_all {
    padding: 30px 0;
    margin: 0 auto;
  }

  .lineWrap {
    text-align: center;
  }

  .linetop {
    background-color: #1ABC02;
    padding-bottom: 30px;
    text-align: center;
  }

  .line_button {
    width: 100%;
    margin-top: 10px;
  }

  .registrationFlow {
    padding: 30px 50px;
  }

  .pc_img {
    width: 100%;
    padding: 10px 0px;
  }

  .meritFlow {
    background-color: #45B54C;
    padding: 30px 50px;
  }

  .meritFlow.clearfix {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .meritFlow li {
    list-style: none;
    width: 100%;
    padding: 10px 0px;
  }

  .exampleFlow {
    background-color: #03BCB6;
    padding: 30px 50px;
  }

  .connect_flabo {
    overflow: hidden;
    margin-bottom: 35px;
    padding: 10px 10px 0px 10px;
  }

  .connect_flabo_item {
    margin-bottom: 20px;
  }

  .connect_group {
    padding: 0 5%;
  }

  .connect_form_box .help_btn {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  /*---------------------------------------------------------------------------------
	20201112追加ここまで
	---------------------------------------------------------------------------------*/
  .sp_title_help {
    background: #4c93ac;
  }

  .sp_titleicon {
    border-radius: 50%;
    width: 25px;
    padding: 7px;
    float: left;
    margin: 1% 2% 1% 5%;
  }

  .sp_title_name {
    float: left;
    line-height: 37px;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sp_backtotop {
    float: right;
    line-height: 35px;
    margin: 1% 5% 1% 0;
  }

  .lineWrap {
    margin: 0px 0 0px 0;
  }


  .lineWrap .manWrap li {
    width: 31%;
    margin: 1%;
    float: left;
  }

  .lineWrap .screenWrap li {
    width: 48%;
    margin: 1%;
    float: left;
  }

  .lineTitle {
    margin: 30px 0 0;
    width: 100%;
  }

  .lineFirst {
    font-size: 16px;
    margin: 20px 0;
  }

  .lineColor {
    color: #00B813;
  }

  .redColor {
    color: #FE0B35;
  }

  .lineBtn {
    width: 60%;
    ;
    display: block;
    margin: 0 auto;
    ;
  }

  .flowWrap {
    font-size: 16px;
    margin: 5px;
    line-height: 1.5em;
  }

  .flow1 {
    font-size: 22px;
    font-weight: bold;
    margin: 60px 0 20px;
  }

  .flow2 {
    font-size: 22px;
    font-weight: bold;
    margin: 70px 0 20px;
  }

  .fukidashi {
    width: 40px;
    margin: 0 5px;
  }

  .office {
    margin: 20px auto;
    width: 80%;
  }

  /*==================================
	LINE
	===================================*/
  .line_btn {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .line_btn a {
    background: -webkit-gradient(linear, left top, left bottom, from(#7bd660), to(#44ad24));
    background: -webkit-linear-gradient(top, #7bd660, #44ad24);
    background: linear-gradient(to bottom, #7bd660, #44ad24);
    border: 2px solid #44ad24;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 10px;
    padding: 10px 20px;
    line-height: 6em;
    text-decoration: none;
  }

  .lineid {
    margin-bottom: 30px;
  }

  .lineid th {
    background: -webkit-gradient(linear, left top, left bottom, from(#7bd660), to(#44ad24));
    background: -webkit-linear-gradient(top, #7bd660, #44ad24);
    background: linear-gradient(to bottom, #7bd660, #44ad24);
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
    display: block;
  }

  .help_title {
    border-left: solid 5px #03BCB6;
    line-height: 1.5em;
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 5%;
  }

  .help_form01 {
    overflow: hidden;
    padding-top: 40px;
  }

  .help_article {
    font-size: 16px;
    margin-bottom: 5%;
    margin-top: 3%;
  }

  .help_tel_l {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 3%;
    line-height: 2em;
    margin-bottom: 10px;
  }

  .help_tel_l a {
    font-size: 30px;
  }

  .help_tel_r {
    float: left;
    margin-left: 3%;
  }

  .help_left {
    font-size: 16px;
    line-height: 2em;
    width: 100%;
  }

  .help_right {
    overflow: hidden;
    margin-bottom: 1em;
  }

  .help_right textarea {
    font-size: 16px;
    padding: 2px;
    border-radius: 5px;
    border: solid 1px #d5d5d5;
    line-height: 1.5em;
    margin-right: 5%;
    width: 90%;
    height: 8em;
  }

  textarea[name="rtn_youbou"] {
    height: 5em;
  }

  .help_form02 {
    margin-top: 8%;
  }

  .help_form02 input[type="radio"] {
    margin-right: 3px;
  }

  .help_form02 label {
    margin-right: 1em;
    cursor: pointer;
  }

  .help_form02 label:last-of-type {
    margin-right: 0;
  }

  .help_all .help_btn {
    margin: 40px auto 60px;
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 200px;
    font-weight: bolder;
    border-radius: 5px;
    color: #fff;
    background: #03BCB6;
    border: #03BCB6;
    box-shadow: 1px 1px 1px #888;
    cursor: pointer;
  }

  .mypage_contents_box .help_btn {
    background: #03BCB6;
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    margin: 5% 25%;
    font-size: 20px;
    border: none;
    box-shadow: 2px 2px 5px 0px #b9b9b9;
    font-weight: bold;
  }

  .help_error {
    color: #f00;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .form_comp {
    margin-top: 20%;
    margin-bottom: 20%;
    font-weight: bold;
    font-size: 14px;
    color: #4c94ad;
    text-align: center;
  }

  .line_box {
    width: 100%;
  }

  .line_box a {
    display: block;
    max-width: calc(97% / 2);
    margin: 0 auto 15px;
  }

  .line_box a img {
    width: 100%;
  }

  .line_box a:nth-of-type(odd) {
    float: left;
  }

  .line_box a:nth-of-type(even) {
    float: right;
  }

  .help_map h3 {
    margin: 1em 0;
    font-size: 24px;
    font-weight: bold;
  }

  .help_map p {
    margin-bottom: 1em;
  }

  .help_map p a {
    color: #f15a24;
    text-decoration: underline;
  }

  .user_mail_help {
    width: 100%;
    /*    margin-left: 5%;*/
  }

  .error_mail dt {
    background: #03BCB6;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
  }

  .no_recieve {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  .no_recieve span {
    font-weight: normal;
    font-size: 100%;
  }

  .connect_tel_form {
    background: #03BCB6;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
    margin-top: 40px;
  }

  .connect_flabo {
    overflow: hidden;
    margin-bottom: 35px;
  }

  .connect_title {
    border-left: solid 5px #03BCB6;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .connect_tel_l {
    font-size: 12px;
  }

  .connect_tel_l a {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
  }

  .connect_tel_text {
    font-size: 11px;
  }

  .connect_left {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
  }

  .connect_right input {
    border-radius: 5px;
    border: solid 1px #03BCB6;
    padding: 5px;
    font-size: 18px;
    width: 50%;
  }

  .connect_right textarea {
    border-radius: 5px;
    border: solid 1px #03BCB6;
    padding: 5px;
    font-size: 18px;
    width: 97%;
    height: 8em;
  }

  /*==================================
	お問合わせ内容確認画面
	===================================*/

  .help_confirm_h2 {
    padding: 10px 5%;
  }

  .help_confirm_text {
    padding: 0 5%;
    font-size: 12px;
  }

  .register_table {
    border: none;
    border-bottom: #D6D6D6 1px solid;
    border-top: #D6D6D6 1px solid;
    width: 90%;
  }

  .register_table tr:last-of-type .register_head {
    border-bottom: #D6D6D6 1px solid;
  }

  .register_table th {
    display: block;
    width: 100%;
  }

  .register_head {
    padding: 14px 3.2%;
    font-size: 16px;
  }

  .register_data {
    padding: 20px 5%;
  }

  .register h3 {
    padding: 0 3%;
    margin: 40px auto 10px;
  }


  /*******お問合わせ完了*******/
  .help_complete_h2 {
    font-size: 20px;
  }

  .help_complete_text {
    font-size: 13px;
  }

  .contact_btn {
    margin: 20px auto 50px;
  }

  /*==================================
errorページ
===================================*/

  .errorPage input,
  .errorPage textarea,
  .errorPage select {
    -webkit-appearance: none;
    background: #fff;
    height: 35px;
    margin-bottom: 10px;
    width: 95%;
  }

  .errorPage select {
    box-sizing: content-box;
    padding-top: 3px;
  }

  .errorPage legend {
    color: #5D3026;
    padding: 40px 0 0;
    font-size: 24px;
    letter-spacing: .7px;
    line-height: 1.3em;
  }

  .errorPage .design_long {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 95%;
    font-size: 14px;
    margin: 0 0 3px 0;
  }

  .errorPage .design {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 95%;
    font-size: 15px;
    margin: 0 0 3px 0;
  }

  .errorPage .design_bold {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 95%;
    font-size: 16px;
    margin: 0 0 3px 0;
    font-weight: bold;
  }

  .errorText {
    width: 300px;
    color: red;
    font-weight: bold;
    display: block;
  }

  .block input[type="submit"] {
    display: block;
    width: 270px;
    margin: 20px auto 50px;
    border: none !important;
    background: #5D3026;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    height: 40px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 1rem;
  }

  .kari {
    margin: 80px 0 100px;
  }

  .kari p {
    font-size: 30px;
    color: #5D3026;
    line-height: 2em;
    text-align: center;
  }

  .kari p:last-child {
    margin-top: 20px;
    text-align: center;
  }

  .kari img {
    border-radius: 50%;
    width: 150px;
  }

  .mailImage {
    z-index: -1;
    position: relative;
  }

  .marginAdjust {
    margin-top: -20px;
  }

  .heightAdjust {
    height: 50px !important;
  }

  .button:hover {
    -webkit-appearance: none;
    background: #03BCB6;
    color: #fff;
  }

  .button:before,
  .button:after {
    display: none;
  }

  .button {
    background: #03BCB6;
    color: #fff;
    border: none;
    position: relative;
    height: 60px;
    font-size: 1.1em;
    padding: 0.8em 1.5em;
    outline: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
  }

  .read {
    box-sizing: border-box;
    width: 85%;
    display: block;
    margin: 40px auto;
    height: 120px;
    padding: 10px;
    background: #fff;
    color: #333 !important;
  }

  /*==================================
問い合わせ
=================================*/

  .user_mail_help {
    width: 100%;
    border: none;
    background-color: unset;
  }

  .error_mail dt {
    background: #03BCB6;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
  }

  .no_recieve {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  .no_recieve span {
    font-weight: normal;
    font-size: 100%;
  }

  .connect_tel_form {
    background: #03BCB6;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
    margin-top: 40px;
  }

  .connect_flabo {
    margin-bottom: 35px;
    padding: 20px 5% 0;

  }

  .connect_title {
    border-left: solid 5px #03BCB6;
    padding: 2px 11px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .connect_tel_l {
    font-size: 12px;
  }

  .connect_tel_l a {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3em;
  }

  .connect_left {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
  }

  .connect_right input {
    border-radius: 5px;
    border: solid 1px #03BCB6;
    padding: 5px;
    font-size: 18px;
    width: 80%;
  }

  .connect_right textarea {
    border-radius: 5px;
    border: solid 1px #03BCB6;
    padding: 5px;
    font-size: 18px;
    width: 100%;
    height: 8em;
  }

  .help_all .help_btn {
    margin: 20px auto 60px;
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 200px;
    font-weight: bolder;
    border-radius: 5px;
    color: #fff;
    background: #03BCB6;
    border: #03BCB6;
    box-shadow: 1px 1px 1px #888;
    cursor: pointer;
  }

  .mypage_contents_box .help_btn {
    margin: 20px auto 60px;
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 200px;
    font-weight: bolder;
    border-radius: 5px;
    color: #fff;
    background: #03BCB6;
    border: #03BCB6;
    box-shadow: 1px 1px 1px #888;
    cursor: pointer;
  }

  .help_form01,
  .help_form02 {
    padding: 0 10px;
  }

}

@media screen and (max-width:480px) {

  /*==================================
問い合わせ
==================================*/
  .connect_tel_l a {
    font-size: 34px;
  }

  .connect_right input {
    width: 100%;
  }

  /*==================================
	errorページ
	===================================*/
  .caution {
    font-size: 1rem;
    padding: 20px 5px 10px;
  }

  .cautionError {
    font-size: 1rem;
    padding-top: 20px;
    padding-left: 5px;
    color: red;
  }

  .errorPage {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .errorPage input,
  .errorPage textarea,
  .errorPage select {
    height: 35px;
    margin-bottom: 10px;
    width: 95%;
  }

  .errorPage select {
    box-sizing: content-box;
  }

  .errorPage legend {
    color: #5D3026;
    padding: 15px 0 10px;
    font-size: 20px;
    letter-spacing: .7px;
    line-height: 1.3em;
    padding-left: 2em;
    text-indent: -2em;
  }

  .errorPage .design {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 95%;
    font-size: 14px;
    margin: 0 0 3px 0;
  }

  .errorPage .qa .design {
    font-size: 14px;
    text-indent: -3em;
    padding-left: 3em;
    box-sizing: border-box;
  }

  .errorPage .design_bold {
    color: #5D3026;
    display: block;
    letter-spacing: .7px;
    width: 95%;
    font-size: 16px;
    margin: 0 0 3px 0;
    font-weight: bold;
  }

  .errorText {
    width: 100%;
    font-size: 14px;
    color: red;
    font-weight: bold;
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
    clear: both;
  }

  .block input[type="submit"] {
    display: block;
    width: 270px;
    margin: 40px auto 50px;
    border: none !important;
    background: #5D3026;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    height: 60px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 1rem;
  }

  .errorPage .formset {
    margin-bottom: 20px;
  }

  .errorPage .qa {
    padding-bottom: 20px;
  }

  .kari p {
    font-size: 17px;
    width: 90%;
    margin: 10px auto 0;
    text-align: left;
    line-height: 1.5em;
  }

  .kari .mailImage {
    text-align: center;

  }

  .kari {
    margin: 80px 0;
  }

  .kari img {
    width: 100px;
    margin-top: -50px;
  }
}