@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
  font: 14px/1.9 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #000;
  background: #d0d0d0;
}

a{
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
  position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#slogan{
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

#slogan h1{
  font-size: 40px;
  font-family: 'Pacifico', cursive;
  margin-bottom: 20px;
  font-weight:normal;
}

#slogan h2{
  font-size: 20px;
  font-weight:normal;
}


/* フッター
------------------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
  font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

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

section{clear:both;}

section h2{
  font-size: 22px;
  font-weight:normal;
  text-align: center;
}

.inner{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.col2 li{
  display: inline-block;
  width: 100%;
    margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
  clear: both;
  width: 100%;
  background: #bdbdbd;
}

.bg{
  line-height: 0;
}

.txt h2{
  padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
  margin-bottom: 50px;
}

.col3 img{
  max-width: 288px;
  display: block;
  margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
  padding-top: 50px;
}

#sec05 dl{
  line-height: 1.2;
}

#sec05 dt{
  clear: left;
  float: left;
  display: block;
  width: 30%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: right;
  line-height: 1.6em;
}

#sec05 dd{
  width: 60%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.6em;
}

#sec05 header{
  display: none;
}

#map{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
  .inner{
    width: 1024px;
    padding-bottom: 120px;
  }
  section h2{
    padding: 70px 0 20px;
  }
  .txt h2{
    padding: 0 0 20px !important;
  }
}

@media only screen and (min-width: 800px){
  body{
    font-size:14px;
  }
  
  a#menu{
    display:none;
  }  

  .panel{
    display:block !important;
    max-width: 1280px;
    margin: 0 auto;
  }

  #mainnav{
    position:fixed;
    top: 0;
    width:100%;
    z-index:500;
  }

  #mainnav ul{
    text-align: right;
    padding-right: 30px;
  }

  #mainnav li{
    display: inline-block;
    padding: 45px 10px 20px;
    font-size: 14px;
    font-weight: 300;
  }
  
  #mainnav a{
    color: #000;
  }
  
  #mainnav.changeNav{
    background-color: #fff;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid #d1d1d1;
  }
  
  #mainnav.changeNav li{
    padding: 20px 10px;
  }

  /* SEC02 MESSAGE
  -----------------*/
  .txt, .bg{
    width: 50%;
    float: left;
    display: table;
  background: #bdbdbd;
  }

  #sec02_02 .txt, #sec02_02 .bg{
    float: right;
  }

  .vMid{
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
  }
  
  /* SEC03 SERVICE MESSAGE STORY
  -----------------*/
  .col3{
    text-align: center;
  }

  .col3 li{
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  
  /* SEC05 PROFILE
  -----------------*/
  #sec05{
    padding-top: 120px;
  }
  
  #footer{
    padding: 30px 10px 70px 0;
  }
}

@media only screen and (min-width: 641px){
  .col2 li{
    width: 40%;
    padding: 0 3%;
    vertical-align: top;
  }
}

@media only screen and (max-width: 640px){
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 799px){
  #slogan h1{
    font-size: 31px;
  }

  #slogan h2{
    font-size: 16px;
  }

  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    margin: 10px;
  }

  #menuBtn{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #menuBtn:before{
    margin-top: -7px;
  }

  #menuBtn:after{
    margin-top: 5px;
  }

  a#menu .close{
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after{
    margin-top: 0;
  }

  a#menu .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel{
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }

  #mainnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index:500;
  }

  #mainnav ul{
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }

  #mainnav li a{
    position: relative;
    display:block;
    padding:15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }

  #mainnav li a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #mainnav.changeNav{
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    border-bottom: 1px solid #d1d1d1;
    line-height: 1;
  }

  .col3 li{
    margin: 0 auto;
    display: block;
  max-width: 288px;
  }
}

@media only screen and (max-width: 1199px){
  section h2{
    padding: 50px 0 20px 0;
  }
  #sec01 h2{
    padding: 70px 0 20px;
  }
  .vMid{
    padding: 0 20px;
  }
}


/*-------------------------
   TWD
--------------------------*/

/* ******************************
 * 画面サイズ別の表示・非表示
 * 
 * ～ 644px スマホ
 * ～ 959px iPad（1カラム表示）
 * ～1024px iPad
 * 1025px～ PC
 * **************************** */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-inline,
.visible-sm-inline,
.visible-md-inline,
.visible-lg-inline {
  display: none !important;
}
@media screen and (max-width: 644px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media screen and (max-width: 644px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}


/* 横幅レスポンシブ */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 空行 */
.kuugyou {
  display: block;
  width: 1px;
  height: 0.5em;
}

/* 回り込み解除 */
.clear-both {
  clear: both;
}

/* 小さいフォントサイズを設定 */
.small {
  font-size: 90%;
}
.xsmall {
  font-size: 80%;
}

/* 大きいフォントサイズを設定 */
.large {
  font-size: 115%;
}
.xlarge {
  font-size: 140%;
}

/* 太字 */
.strong,
strong {
  font-weight: bold;
}
/* 細字 */
.hosoji {
  font-weight: normal;
}
/* 斜め字 */
.italic {
  font-style: italic;
}
/* 下線 */
.underline {
  text-decoration: underline;
}
a.underline:hover,
a.underline:active {
  text-decoration: none;
}

/* 文字色 黒 */
.text-black {
  color: #333;
}

/* 文字色 グレー */
.text-gray {
  color: #666;
}

/* 文字色 赤 */
.text-red {
  color: #d83800;
}

/* 文字色 オレンジ */
.text-orange {
  color: #d86000;
}

/* 文字色 緑 */
.text-green {
  color: #008000;
}

/* 文字色 青 */
.text-blue {
  color: #292b94;
}

/* 文字色 ピンク */
.text-pink {
  color: #e44880;
}

/* 行間 */
.line-h160 {
  line-height: 160%;
}
.line-h180 {
  line-height: 180%;
}

/* 改行禁止 */
.nowrap {
  white-space: nowrap;
}

/* 仕切り線 */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #dfdfdf;
}
.hr-dotted {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dotted #a8a8a8;
}

/* ※印 */
.kome {
  margin-left: 4px;
  vertical-align: top;
  font-weight: bold;
}
ul.kome,
.post ul.kome {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
}
ul.kome li,
.post ul.kome li {
  list-style: none;
  background: none;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  padding: 0;
  font-weight: normal;
}
ul.kome li:before,
.post ul.kome li:before {
  content: "※";
  margin-left: -1.5em;
  letter-spacing: 0.5em;
}

/* 角丸 */
.kadomaru {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* フォーム */
form th {
  width: 30%;
}
form td {
  width: 70%;
}
.error_list {
  list-style: disc;
  margin: 10px 0 10px 20px;
}

/* 横幅100％ */
.w100per {
  width: 100%;
}

/* 横幅50％ */
.w50per {
  width: 50%;
}

/* 横幅25％ */
.w25per {
  width: 25%;
}

/* インデント */
.danraku {
  margin-left: 1em;
  width: auto;
}

/* 文字の配置 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* センタリング */
.center-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* 右寄せ */
.right-box {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
/* 左寄せ */
.left-box {
  display: table;
  margin-left: 0;
  margin-right: auto;
}

/* 右寄せ */
.float-right {
  float: right;
  margin: 0 0 5px 7px;
}
img.float-right,
img.float-right-all {
  float: right;
  margin: 0;
  padding: 0 4px 4px 11px;
  background-color: #fff;
}
@media only screen and (max-width: 644px){
  img.float-right {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-right-all {
    float: right;
    margin: 0;
    padding: 0 4px 4px 11px;
    max-width: 40%;
    background-color: #fff;
  }
}
/* 左寄せ */
.float-left {
  float: left;
  margin: 0 7px 5px 0;
}
img.float-left,
img.float-left-all {
  float: left;
  margin: 0;
  padding: 0 11px 4px 4px;
  background-color: #fff;
}
@media only screen and (max-width: 644px){
  img.float-left {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-left-all {
    float: left;
    margin: 0;
    padding: 0 11px 4px 4px;
    max-width: 40%;
    background-color: #fff;
  }
}

/* 回り込み解除 */
.clear-both {
  clear: both;
}

/* 注意書き */
.notice,
.notice th,
.notice td {
  border: none;
  color:#252525;
  background-color: #fff;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  width: auto;
}
.notice,
.notice th {
  padding-left: 0;
}
.notice th {
  padding-right: 5px;
  white-space: nowrap;
}
.notice {
  line-height: 130%;
}
.notice th,
.notice td {
  vertical-align: top;
  padding-bottom: 5px;
}
.notice th {
  padding-right: 5px;
  white-space: nowrap;
}


/*-------------------------
   メールフォーム（横並び）
--------------------------*/
.table-form {
  display: table;
  width: 96%;
  margin: 0 auto;
  border: none;
}
.table-form-tr {
  display: table-row;
  width: 100%;
}
.table-form-th {
  display: table-cell;
  border: none;
  vertical-align: top;
  padding: 10px 20px 7px 5px;
  width: 10%;
  background: none;
  color: #252525;
  font-weight: normal;
}
.table-form-th span {
  white-space: nowrap;
}
.table-form-td {
  display: table-cell;
  border: none;
  padding: 7px 10px 7px 5px;
  vertical-align: top;
  width: 90%;
  background: none;
}
.table-form-td2 {
  display: table-cell;
  border: none;
  padding: 10px 10px 7px 5px;
  vertical-align: top;
  width: 90%;
  background: none;
}
.table-form-hr {
  display: table-cell;
  padding-top: 8px;
  border-bottom: 1px dotted #b8b8b8;
}
@media only screen and (max-width: 644px){
  .table-form-tr {
    display: table;
    margin-top: 10px;
  }
  .table-form-th,
  .table-form-td {
    display: table-row;
    _width: 100%;
    padding: 0;
  }
}


/*-------------------------
   メールフォーム
--------------------------*/
.box-form {
  border: 1px solid #ccc;
  padding: 15px 25px 10px 15px;
  margin: 20px 0 5px;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .box-form {
    padding: 20px 40px 25px 30px;
  }
}
input[type="submit"],
input[type="button"] {
  marginm: 10px 0;
  padding: 6px 25px;
  line-height: 1;
  border-radius: 3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
textarea {
//  margin-bottom: 10px;
  max-width: 94%;
  padding: 3px 6px;
  background-color: #ffffff;
  border: 1px dashed #b8b8b8;
  border-radius:3px;
}
input[type="radio"],
input[type="checkbox"] {
//  margin: 8px 1px 0;
}
select {
//  margin-bottom: 10px;
  padding: 2px 6px;
  background-color: #f8fafc;
  border:1px dashed #b8b8b8;
  border-radius:3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
  border: 1px solid #afafaf;
}
.form-w100per {
  width: 100%;
}
.form-w65per {
  width: 65%;
}
.form-wshort {
  width: 140px;
}
@media screen and (max-width:620px) {
  .form-wshort {
    width: 100%;
  }
}
.bikou {
  font-size: 90%;
  margin: -5px 0 10px;
}
@media screen and (max-width:959px) {
  .bikou {
    font-size: 85%;
  }
}
.hissu {
  display: inline-block;
  background: #aaa;
  border: 1px solid #aaa;
  padding: 1px 3px 0;
  margin: 0 0 0 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  float: right;
}
@media screen and (max-width:644px) {
  .hissu {
    float: none;
  }
}

/* ラベル */
label {
  font-weight: normal;
  margin: 0;
}
label:hover,
label:focus {
  cursor: pointer;
}

/* 送信完了メッセージ */
.twdFormOutputComp {
  padding: 3px 6px;
  background-color: #fff;
  border: 3px #e86000 solid;
  line-height: 1.3;
}


/*-------------------------
   ボックス
--------------------------*/
.waku {
  display: inline-block;
  background:#fcf8ef;
  border:1px #ea8d9a solid;
  padding: 15px;
  margin: 10px 0;
  border-radius: 10px;
}


/*-------------------------
   写真をテーブル上に右寄せ
--------------------------*/
.pic-box {
  position: relative;
}
.pic-right {
  position: absolute;
  right: 0;
  margin: 11px 1px 0 0;
  padding: 28px 28px 0 28px;
  background-color: #fff;
}
@media only screen and (max-width: 959px){
  .pic-right {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width:644px) {
  .pic-right {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}


/*-------------------------
   テーブル
--------------------------*/
table.statsDay {
  width: 100%;
}
table.statsDay th {
  width: 20%;
  white-space: nowrap;
}
table.statsDay td {
  width: 80%;
  word-break: break-all;
}
.kintou {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
}


/*-------------------------
   会社概要
--------------------------*/
.profile{
  width: 100%;
  margin-top: 20px;
  border: 1px solid #eee;
  border-spacing: 5px;
  border-radius: 5px;
}
.profile th{
  width: 20%;
  white-space: nowrap;
  padding: 15px 10px;
  font-weight: normal;
  text-align: left;
  background-color: #eee;
}
.profile td{
  width: 80%;
  padding: 15px 10px;
  text-align: left;
  word-break: break-all;
}


/*-------------------------
   料金表
--------------------------*/
table.table-price {
  width: 100%;
  margin-bottom: 5px;
}
table.table-price th {
  padding: 3px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}
table.table-price th.no-mark {
  background: none;
}
table.table-price td {
  padding: 3px 0;
  text-align: left;
  vertical-align: top;
}
table td.table-cell-price {
  text-align: right;
  white-space: nowrap;
  padding: 0 30px;
}
table td.table-cell-price-center {
  text-align: center;
  white-space: nowrap;
  width: 25%;
}
table.table-price blockquote {
  position: relative;
  top: -10px;
}

@media only screen and (max-width:644px){
  table td.table-cell-price {
    padding: 0;
  }
}


/*-------------------------
   枠なしテーブル
--------------------------*/
table.noborder,
table.noborder th,
table.noborder td{
  border: none;
  margin: 0;
  background: none;
}


/*-------------------------
   Googleマップをレスポンシブに
--------------------------*/
.google-map {
  position: relative;
  padding-bottom: 43.01%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:644px) {
  .google-map {
    padding-bottom: 250px;
  }
}


/*-------------------------
   ミニボタン
--------------------------*/
.mini-pills > a {
  display: inline-block;
  padding: 4px 10px 3px;
  margin: 3px 0;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  background-color: #3e5da8;
  border: 1px solid #3e5da8;
  border-radius: 5px;
}
.mini-pills > a:hover,
.mini-pills > a:focus {
  text-decoration: none;
  color: #3e5da8;
  background-color: #ffffff;
}


/*-------------------------
   ミニタイトル
--------------------------*/
.mini-title{
  display: inline-block;
  margin: 10px 0 2px;
  padding: 3px 10px 1px;
  line-height: 1;
  border:1px solid #a848a8;
  border-radius: 30px;
  font-size: 85%;
  color: #a848a8;
  position: relative;
  left: -3px;
}
.mini-title2{
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 5px 15px 3px;
  line-height: 1;
  text-align: center;
  background-color: #e87078;
  border-radius: 3px;
  font-size: 100%;
   color: #a848a8;
  color: #fff;
  position: relative;
  left: -3px;
}


/*-------------------------
   ツイッター
--------------------------*/
.twitter-timeline {
  visibility: hidden;
}
.twitter {
  width: 180px;
  float: right;
  text-align: center;
}
.twitter-mb {
  display: none;
}
@media only screen and (max-width:959px){
  .twitter {
    width: 100%;
    float: none;
    text-align: center;
  }
  .twitter-pc {
    display: none;
  }
  .twitter-mb {
    display: block;
  }
}
