@charset "UTF-8";
/*
Theme Name:matohai_thema
Theme URL:https://matohai.jp/wp-content/themes/matohai_thema/
Description :マトメル配送サービス マトメール 案内サイトです。
Author:株式会社アーグ
Version: 1.0
*/

/*****************************************************
  全ての要素をリセット
  各ブラウザの表示を統一するための設定です
*****************************************************/
html{overflow-y:scroll;}
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;}
table{ border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;text-align:left;font-weight:normal;}
img,abbr,acronym,fieldset{border:0;}
li{list-style-type:none;}
img{vertical-align:middle;}
.line{font-size:1px;line-height:1px;}/*--- default */
body{
  background: #FFF;
  color: #000;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: .044px;
  line-height: 1.7;
  text-align: center;
  position: relative;
  word-break: break-all;
  height: 100%;
  overflow-x: hidden;
}
td,th{
  font-size:15px;
}
table{
  border-collapse:collapse;
}
pre{
  font-size:15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height:1.4;
}
input,select,textarea{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
  cursor: pointer;
}
/* フォームパーツ初期化・共通 */
input,
button,
textarea {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* 文字色を親から継承 */
  color: inherit;
}
select {
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* 文字色を親から継承 */
  color: inherit;
}
label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}
/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}
/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}
input, textarea, select {
  /* 背景色(任意の色を指定) */
  background-color: #fff;
  /* inputの枠線を消す */
  border: 1px solid #000;
  transition: border 0.2s ease-out;
  /* 文字色を親から継承 */
  color: inherit;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}
/* inputにフォーカスが当たっている時 */
input:focus, textarea:focus, select:focus {
  border: 1px solid #57b1d1;
}

/* チェックボックス：デフォルトのinputを隠す */
textarea {
  resize: vertical;
}
/* input[type='checkbox'],
input[type='radio'] {
  display: none;
} */
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.test-yoyaku select {
  padding: 1em;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
/*****************************************************
  基本設定、リンクカラーなど
*****************************************************/
#wrap{
  position:relative;
}
#wrap-ms{
  display: none; /* フェードイン処理を噛ませているため */
}
#wrap,#makebanner{
  width:100%;
}
.container{
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
}
a:link,a:visited,a:active{
  color:#026ca2;
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
.clear:after{
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}
* html .clear            { zoom:1; } /* IE6 */
*:first-child+html .clear { zoom:1; } /* IE7 */
.btn{
  background-color: #fff;
  font-weight: 600;
  margin: 20px auto;
  display: inline-block;
  color: #026ca2;
  text-align: center;
  border: 1px solid #026ca2;
  border-radius: 20px;
  text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
}
.btn a {
  color: #026ca2;
  font-size: 17px;
  line-height: 0;
  padding: 20px;
  display: block;
  width: 100%;
}
.btn a:hover {
  color: #fff;
}
.btn:hover {
  background: #026ca2;
  color: #fff;
  border: 1px solid #026ca2;
  border-radius: 4rem;
}
/* BackGround color */
.bg_lgray {
  background-color: #888 !important;
}
.bg_br {
  background-color: #018abe !important;
}
.bg_dbr {
  background-color: #026ca2 !important;
}
.bg_lbr {
  background-color: #57b1d1 !important;
}
.bg_op-br {
  background-color: #e6eef7 !important;
}
.bg_op-lbr {
  background-color: #e1f0f2 !important;
}
.bg_p-br {
  background-color: #f6f8fa !important;
}
.bg_p-lbr {
  background-color: #f2f8f8 !important;
}
.bg_wt {
  background-color: #fff !important;
}
/* Btn color */
.btn-gray{
  background: #888 !important;
}
/* Border Radius */
.bdr-10 {
  border-radius: 10px;
}
.bdr-20 {
  border-radius: 20px;
}
/* Font family */
.ff_inter_sb {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.ff_inter_b {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
/* Font size */
.fs_9 {
  font-size: 9px !important;
}
.fs_10 {
  font-size: 10px !important;
}
.fs_11 {
  font-size: 11px !important;
}
.fs_12 {
  font-size: 12px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_18 {
  font-size: 18px !important;
}
/* Font color */
.fc_lgray {
  color: #888 !important;
}
.fc_br {
  color: #018abe !important;
}
.fc_dbr {
  color: #026ca2 !important;
}
.fc_lbr {
  color: #57b1d1 !important;
}
.fc_wt {
  color: #fff !important;
}
/* Text align */
.txt_left {
  text-align: left !important;
}
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
/* Padding */
.pad0 {
  padding: 0 !important;
}
.padB0 {
  padding-bottom: 0 !important;
}
.padT0 {
  padding-top: 0 !important;
}
.padR0 {
  padding-right: 0 !important;
}
.padL0 {
  padding-left: 0 !important;
}
/* Margin */
.marAuto {
  margin: 0 auto !important;
}
.mar0 {
  margin: 0 !important;
}
.marB0 {
  margin-bottom: 0 !important;
}
.marT0 {
  margin-top: 0 !important;
}
/* タブだし分け用 */
.tab:active, .tab:focus {
  cursor: pointer;
  opacity: .7;
}
.panel{
  display:none;
}
.panel.is-show{
  display:block;
}
/* リスト */
.list li {
  text-align: left;
  list-style: none;
  margin-left: 1.5em !important;
  margin-bottom: 0.25rem;
  position: relative;
}
.list li:before {
  content: "\025cf";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  text-indent: -1.5em !important;
  color: #026ca2;
  font-weight: 600;
}

.list-span {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.list-btn {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.list-btn li {
  display: flex;
  width: 100%;
}
.list-btn li a {
  padding: 20px 40px;
  background: #026ca2;
  color: #fff;
  border-radius: 40px;
  width: 90%;
  margin: auto;
}
@media screen and ( max-width:600px) {
  .list-btn {
    padding: 11vw 0;
  }
  .list-btn li a {
    padding: 2vw 4vw;
    border-radius: 8vw;
  }
}

/*****************************************************
  ヘッダ #header
*****************************************************/
#header {
  top: 0;
  /*top: -100px; 上に隠す高さ */
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;/* 他のアイテムに対して最上位のレイヤーになるように */
}

@media screen and ( max-width:768px) {
  body {
    font-size:  calc(22px - 24%);
  }
  .btn {
    width: 100%;
    max-width: 380px;
  }
  .btn a {
    font-size: calc(17px - 24%);
    max-width: 380px;
    width: 100%;
  }
}
@media screen and ( max-width:600px) {
  body {
    font-size: 3.67vw;
    letter-spacing: .073vw;
  }
  .btn {
    border-radius: 7.32vw;
    width: 100%;
    max-width: 100vw;
    margin: 3.66vw auto;
  }
  .btn a {
    font-size: 2.83vw;
    max-width: 100vw;
    padding: 4.5vw;
  }
}

/*****************************************************
  共通レイアウトボックス
*****************************************************/
.tab-contents {
  margin-top: 45px;
}
.col_outer {
  padding: 90px 25px;
  margin: 45px 0;
}
.col2, .col3 {
  display: flex;
  align-content: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2 .col-in {
  width: 48%;
}
.col3 .col-in {
  width: 31.5%;
}
.col2 .col-in, .col3 .col-in {
  padding: 40px 0 0 0;
}
.col2 .col-in.tab, .col3 .col-in.tab {
  padding: 0;
}
.square-image img, .circle-image img {
  max-width: 100%;
  height: auto;
}
.circle-image {
  position: relative;
}
.circle-image img {
  max-width: 80%;
}
.col-catch {
  padding: 22px 0 0 0;
}

@media screen and ( max-width:600px) {
  .tab-contents {
    margin-top: 7.34vw;
  }
  .col_outer {
    padding: 5.208333333333333vw;
    margin: 7.34vw 0;
  }
  .col_outer.sp-fd-column {
    margin-bottom: 0;
  }
  .sp-fd-column {
    flex-direction: column;
  }
  .col2.sp-fd-column, .col3.sp-fd-column {
    margin-bottom: 0;
  }
  .col2 .col-in, .col3 .col-in {
    padding: 0;
  }
  .col2.sp-fd-column .col-in, .col3.sp-fd-column .col-in {
    width: 100%;
    padding: 5.208333333333333vw 0;
  }
  .col2.sp-fd-column .col-in:last-child, .col3.sp-fd-column .col-in:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .col-catch {
    padding: 3.67vw 0 0 0;
  }
}
