@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  html,
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 2.5vw;
  }

  /*画像サイズの調整*/
  img {
    height: auto;
    max-width: 100%;
  }

  a {
    color: #39f;
    -webkit-tap-highlight-color: #fc6;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  /*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*ページ全体*/
  #container {
    position: relative;
    padding-top: 10vw;
    overflow-x: hidden;
  }

  /*本体*/
  .main {
  }

  /*カラム部分*/
  .main-in {
    padding: 1.5em 0;
  }

  /*カラム内部のサイズ*/
  .main-contents .contents {
    margin-bottom: 0em;
    padding: 0 10px;
  }

  /*段落タグ*/
  .main-contents p {
    line-height: 1.8em;
  }

  /*全体のフォントサイズ*/
  .main-contents {
    font-size: 1.6em;
  }

  /*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*H2タグ*/
  .main-contents h2 {
    margin: 0 0 1em;
    padding: 0.5em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
  }

  /*H3タグ*/
  .main-contents h3 {
    margin: 0 0 1em;
    padding: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
  }

  /*H4タグ*/
  .main-contents h4 {
    margin: 0 0 0.5em;
    padding: 0.3em;
    font-weight: bold;
  }

  /*H5タグ*/
  .main-contents h5 {
    margin: 0 0 1.5em;
    padding: 0 0.8em 0.5em;
    border-bottom: 2px solid #414141;
    font-weight: bold;
  }

  .sectionTitle {
    height: 100px;
  }

  .sectionTitle__text {
    width: 80% !important;
  }

  .sectionTitle__text.-anshin {
    width: 80% !important;
    padding-bottom: 1em;
  }

  .sectionTitle__text.-voice {
    width: 70% !important;
  }

  .sectionTitle__text.-flow {
    width: 90% !important;
  }

  .sectionTitle__text.-qa {
    width: 50% !important;
  }

  .sectionTitle__text.-company {
    width: 36% !important;
  }

  .sectionTitle__text.-contact {
    width: 70% !important;
  }

  /*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(スマホ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/
  /*ヘッダの回り込み解除*/
  #header #header-title,
  #header-in #header-text {
    float: none;
    width: 100%;
  }

  #header {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  #header-in {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 0em 0em 0.5em;
  }

  /*ヘッダーロゴ*/
  #header #header-title {
    float: left;
    width: 30%;
    margin-top: 4px;
    margin-left: 4px;
  }

  #header .header-logo {
    margin-bottom: 0em;
  }

  #header .header-logo img {
    width: 100%;
  }

  /*ヘッダー 電話ボタン*/
  .header_tel {
    width: 30%;
    float: right;
    margin: 0.8em 0.1em 0em;
  }

  .header_tel img {
    width: 100%;
  }

  /*ヘッダー 問い合わせボタン*/
  .header_mail {
    width: 28%;
    float: right;
    margin: 0.6em 0.3em 0em;
  }

  .header_mail img {
    width: 100%;
  }

  /*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
  #main-image {
    padding-top: 0em;
    height: auto;
  }

  .pc_fv {
    display: none;
  }

  .pc_sp {
    display: block;
  }

  /*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
  .subhead {
    margin: 0 -0.5em;
    margin-bottom: 1.5em;
  }

  .section_sub {
    background-repeat: repeat-y;
    background-size: cover;
    color: #fff;
    height: auto;
  }

  .section_sub_in {
    background-color: transparent;
    position: static;
  }

  .sub_img {
    position: static;
    top: 0px;
    left: 0;
    text-align: center;
    padding: 0 0em;
  }

  .sub_img img {
    width: 100%;
  }

  .section_sub_02 {
    background-repeat: repeat-y;
    background-size: cover;
    color: #fff;
  }

  .section_sub_02_in {
    background-color: transparent;
  }

  .sub_img_02 {
    text-align: center;
    padding: 0 3em;
  }

  .sub_img img {
    width: 100%;
  }

  .section_contact {
    background-image: url(../images/bg_contact.jpg);
    padding: 0em 0;
  }

  .section_contact_in {
    background-color: transparent;
  }

  .section_kaiketu {
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: 50% 50%;
    /* 背景画像の位置は画面中央 */
    background-attachment: fixed;
    /* 背景画像を固定する */
    background-size: cover;
  }

  .section_kaiketu_in {
    background-color: transparent;
  }

  .img_tyousei {
    margin: 0 0em;
  }

  .menu__cards,
  .area__cards,
  .anshinBox__top,
  .flowBox__top,
  .flowBox__main,
  .voiceCard {
    display: block;
  }

  .menu__subtitle,
  .menu__maker,
  .menu__osusume {
    padding: 0 10px 0;
  }

  .bordershort,
  .borderlong {
    font-size: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 0.2em;
  }

  .borderlong::before,
  .borderlong::after {
    content: "";
    border-top: 2px solid #3f9ce6;
    width: 105px;
  }

  .bordershort::before,
  .bordershort::after {
    content: "";
    border-top: 2px solid #3f9ce6;
    width: 55px;
  }

  .menu__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menuCard {
    width: 48%;
  }
  .areaCard {
    width: 50%;
  }

  .anshinLogo {
    margin: 0 auto 1vw;
    width: 26%;
  }

  .anshinTitle {
    width: 100%;
  }

  .anshinTitle__text {
    font-size: 8vw;
  }

  .anshinTitle__text .desc {
    font-size: 6vw;
  }

  .anshinTitle__sub {
    font-size: 4.3vw;
  }

  .anshinBox {
    padding: 4vw;
  }

  .anshinBox__img {
    width: 100%;
  }

  .anshinBox__text {
    text-align: left;
    font-size: 4vw;
  }

  .flowBox__top {
    text-align: center;
  }

  .step {
    display: inline-block;
    font-size: 5vw;
    padding: 1.4vw;
    margin-bottom: 2vw;
  }

  .flowBox {
    margin-bottom: 15vw;
  }

  .flowBox__title {
    font-size: 6vw;
    line-height: 1.4 !important;
  }

  .flowBox__img {
    width: 90%;
    margin: 0 auto 2vw;
  }

  .flowBox:not(:last-child)::after {
    bottom: -11.533vw;
    border-width: 7.333vw 6.8vw 0;
  }

  .sectionTitle__top {
    height: 7vw;
  }

  .sectionTitle__top.-wide {
    height: 12vw;
  }

  .sectionTitle__bottom {
    height: 7vw;
  }

  .sectionTitle__bottom.-wide {
    height: 12vw;
  }

  .sectionTitle__bottom::after {
    bottom: -4vw;
    border-width: 4vw 4vw 0;
  }

  .area__title {
    width: 90%;
    margin: 0 auto 5vw;
  }

  .area__cards {
    /* display: flex;
    justify-content: space-between; */
  }

  .areaCard {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .voiceCard {
    padding: 4vw;
  }

  .voiceCard__img {
    width: 25%;
    margin: 0 auto 1vw;
  }

  .voiceCard__name {
    text-align: center;
    font-size: 4vw;
  }

  .section_02 {
    background-color: #fff;
  }

  .section_02_in {
    background-color: transparent;
  }

  .box_contact {
    border-radius: 0px;
    padding: 0em 0.5em 0.5em;
    margin: 0 0em;
  }

  .box_contact_inr {
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 0.5em 1em 1em;
  }

  .title_contact img {
    border-radius: 0px 0px 0px 0px;
  }

  .box_tokutyo {
    background-color: #fffdef;
    padding: 1em 1em;
    margin-bottom: 1em;
    border: 5px solid #ccc;
  }

  .box_service {
    background-image: url(../images/bg_main_in.png);
    border: 5px solid #cd0010;
    padding: 0em 1em 1em;
    margin-bottom: 1em;
  }

  .title_case {
    margin: 0 -1em;
    margin-bottom: 1em;
  }

  .section_service {
    background-image: url(../images/bg_key.png);
  }

  .section_service_in {
    background-color: transparent;
  }

  .box_kisyu {
    background-color: #f6f6f6;
    padding: 0em 1em 1em;
    margin-top: 1em;
    font-size: 80%;
  }

  .title_kisyu {
    border-left: 8px solid #5bb30f;
    border-bottom: 1px dotted #5bb30f;
    color: #5bb30f;
    padding: 0.2em 0.3em 0.2em 0.5em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }

  .box_service_inr {
    background-color: #fff1f1;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .img_contact_pc {
    display: none;
  }

  .img_contact_sp {
    display: block;
  }

  ul.flow_list {
    list-style: none;
    margin: 0;
  }

  ul.flow_list li {
    margin: 0 0em;
    border: 3px double #ccc;
    border-radius: 0px;
    margin: 0 0em;
    margin-bottom: 35px;
    padding: 0.5em 2em 1em;
    position: relative;
    background-color: #ffefe6;
  }

  ul.flow_list li::after {
    bottom: -34px;
    color: #ccc;
    content: "▼";
    font-size: 20px !important;
    left: 48%;
    position: absolute;
  }

  ul.flow_list li.last::after {
    /*最後の▼を外す*/
    content: "";
  }

  ul.flow_list li h4::first-letter {
    /*1文字めを大きく*/
    font-family: garamond, times;
    font-size: 2em;
    font-style: italic;
    letter-spacing: 0.15em;
  }

  .box_koe {
    background-color: #ffdfdb;
    background-image: url(https://antena202.com/wp-content/themes/antena202/images//bg_koe.png);
    background-position: top right 10px;
    background-repeat: no-repeat;
    background-size: 12%;
    padding: 1em 1em;
    margin: 0 0em;
    margin-bottom: 1em;
    border-radius: 10px;
  }

  .jirei_area {
    display: block;
    margin: 0 0em;
  }

  .box_jirei {
    width: 90%;
    background-color: #f1e477;
    padding: 1em 1em;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    overflow: auto;
  }

  .box_jirei_inr_left {
  }

  .box_jirei_inr_right {
    padding: 0 0em;
  }

  .box_jirei p {
    line-height: 1.6em;
    font-size: 1em;
  }

  .title_jirei {
    background-color: #79bc02;
    color: #fff;
    padding: 0.4em;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.2em;
  }

  /*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/
  .youtube_size {
    width: 100%;
    height: 440px;
  }

  /*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/
  .box_qa {
    background-color: #efefef;
    margin: 0px;
    padding: 0.5em;
  }

  .box_qa_q {
    background-color: #fff;
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 100%;
    font-weight: bold;
    color: #cd3b3e;
  }

  .box_qa_a {
    background-color: #fff;
    padding: 0.5em 1em;
  }

  /*お問い合わせフォーム*/
  fieldset {
    border: none;
  }

  form[name="order_from"] {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 100%;
  }

  table.formTable {
    border-collapse: collapse;
    width: 100%;
  }

  table.formTable tr td {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    text-align: left;
  }

  table.formTable tr th {
    border: 1px solid #fff;
    padding: 10px 10px;
    background-color: #009f91;
    color: #fff;
    width: 40%;
  }

  table.formTable tr td input,
  table.formTable tr td select,
  table.formTable tr td textarea {
    padding: 5px 5px;
  }

  input[type="text"] {
    width: 95%;
  }

  input[type="text_00"] {
    width: 50%;
  }

  input[type="text_02"] {
    width: 95%;
  }

  input[type="textarea"] {
    width: 90%;
  }

  input[type="image"] {
    width: 90%;
    text-align: center;
    margin: 1.5em auto;
  }

  table.formTable tr td textarea {
    width: 95%;
    border-color: #ccc;
  }

  button.order {
    background: none;
    border: none;
    width: 90%;
    text-align: center;
    margin: 1em 0em;
  }

  /*--------------------------------------------------------
Tableをブロック表示に 
--------------------------------------------------------*/
  .main-contents .table-style01,
  .main-contents .table-style01 tr,
  .main-contents .table-style01 th,
  .main-contents .table-style01 td {
    display: block;
  }

  .main-contents .table-style01 th,
  .main-contents .table-style01 td {
    float: left;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: padding-box;
  }

  .main-contents .table-style01 {
    zoom: 1;
  }

  .main-contents .table-style01:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }

  /*--------------------------------------------------------
スマホ用Youtube調整タグ
--------------------------------------------------------*/
  .main-contents .v-wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }

  .main-contents .v-wrap iframe,
  .main-contents .v-wrap object,
  .main-contents .v-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
  #footer {
    padding: 1em 0em;
    font-size: 1em;
    margin-bottom: 7em;
  }

  /* ------------------------------
   スライダー1
------------------------------ */
  .loopSliderWrap {
    top: 0;
    left: 0;
    height: 300px;
    overflow: hidden;
    position: absolute;
  }

  .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 280px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  .loopSlider ul {
    height: 300px;
    float: left;
    overflow: hidden;
  }

  .loopSlider ul li {
    width: 200px;
    height: 300px;
    float: left;
    display: inline;
    overflow: hidden;
  }

  .loopSlider ul li img {
    width: 100%;
  }
}
