@charset "UTF-8";

/*!
Theme Name: インポート公式
Description: インポート公式のオリジナルテーマファイル
Theme URI: https://wp-cocoon.com/
Author: むらかみ
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
  outline: none;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  color: #333;
  width: 100%;
  background-color:#ffffff;
  overflow-x: hidden; /* 横スクロール防止 */
  margin: 0;
}
p, a, li{
  font-size: 20px;
}
a{
  text-decoration: none;
  color: #000;
}
h1, h2, h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 1em;
}
h1, h2{
  font-size: 40px;
}
h3, h4{
  font-size: 24px;
}
img{
  width: auto;
}
section{
  padding: 100px 0;
}
.inner{
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.single-post{
  padding-top: 92px;
}

/* テキストスタイル */
.mincho{
  font-family: "Noto Serif JP", serif;
}
.tx-white{
  color: #fff;
}
.tx-red{
  color: #DF0716;
}
.tx-bold{
  font-weight: bold;
}
.tx-large{
  font-size: 2em;
}
.tx-medium{
  font-size: 1.5em;
}
.tx-small{
  font-size: 12px;
}
.tx-small-10{
  font-size: 10px;
}
.tx-center{
  text-align: center;
}
.tx-right{
  text-align: right;
}

/* ボタン */
.link-btn-white,
.link-btn-black{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px; 
  max-width: 350px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.link-btn-white{
  border: 1px solid #fff;
}
.link-btn-black{
  background-color: #222;
}
.arrow{
  position:relative;
  display: inline-block;
  width:40px;
  height:2px;
  border-radius: 3px;
  background:#BB171E;
}
.arrow::after{
  content:"";
  position:absolute;
  right:0;
  top:-5px;
  width:14px;
  height:14px;
  border-radius: 3px;
  border-top:2px solid #BB171E;
  transform:rotate(45deg);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1000px以下*/
@media screen and (max-width: 1000px){
  h1, h2{
    font-size: 32px;
  }
  p, a, li{
    font-size: 18px;
  }
  .inner{
    padding: 0 15px;
  }
  .single-post{
  padding-top: 80px;
}
}

/*750px以下*/
@media screen and (max-width: 750px){
  h1, h2{
    font-size: 28px;
  }
  p, a, li{
    font-size: 16px;
  }
  section{
    padding: 50px 0;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .tx-large{
    font-size: 1.5em;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  h1, h2{
    font-size: 18px;
  }
  h3, h4{
    font-size: 20px;
  }
  p, a, li{
    font-size: 15px;
  }
  .tx-large{
    font-size: 1.2em;
  }
}
