@charset "utf-8";
/*　サブページ用 style_pf.css追加css　*/
/* サブページ共通 */
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 80px 0 0;
}
nav.path ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 2vw;
}
nav.path li {
  font-size: .8em;
  white-space: nowrap;
}
nav.path li::after {
  content: "\03e";
  padding: 0 .5em;
}
nav.path li:last-child::after {
  content: "";
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 4vw;
}
.contents table {
  width: 100%;
}
.contents tr {
  border-bottom: 1px dotted #ccc;
}
.contents tr:last-child {
  border-bottom: none;
}
.contents th {
  display: block;
  width: 100%;
  padding: .5em 0 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #3D232B;
}
.contents td {
  display: block;
  width: 100%;
  padding: .2em 0 .5em;
}
/* -------------------------------------- プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#privacy h3 {
  font-weight: bold;
  border-bottom: 1px solid #3D232B;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  height: 180vh;
}
/* -------------------------------------- よくある質問 #qa */
#qa dl.minbox {
  padding: 0;
  width: 98vw;
}
#qa h2 {
  font-size: 1.4em;
  margin-bottom: 2em;
}
#qa dl dt, #qa dl dd {
  margin: 0;
  padding: 0 2vw 0 12vw;
  min-height: 10vw;
  background-repeat: no-repeat;
  background-position: left top;
}
#qa dl dt {
  margin-bottom: 0.5em;
  font-size: 5vw;
  line-height: 1.2;
  color: #FF3700;
  font-weight: bold;
  background-image: url("../of123-img/ic_q.svg");
  background-size: 10vw 10vw;
} 
#qa dl dt.line1 {
  line-height: 10vw;
}
#qa dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1em;
  background-image: url("../of123-img/ic_a.svg");
  background-size: 10vw 10vw;
  border-bottom: 3px dotted #ccc;
}
#qa dl dd:last-child {
  margin-bottom: 0;
}
#qa.a8lp dl dt.a8,
#qa.a8lp dl dd.a8,
#qa.ys_qa dl dt.ys,
#qa.ys_qa dl dd.ys,
#qa.doc_qa dl dt.doc,
#qa.doc_qa dl dd.doc {
  display: none;
  content-visibility: hidden;
}
.backbtn a {
  display: block;
  width: 92vw;
  margin: 2em auto;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  background-color: #FF3700;
  border-radius: .5em;
  position: relative;
}
.backbtn a::after {
  content: "\025c0";
  position: absolute;
  left: .5em;
  top: calc(50% - .6em);
}
/* __________________________________________ 皆様のご感想 #voice */
#voice .page_indx {
  margin: 0 2vw;
}
#voice .page_indx .indx_list li {
  margin: 1em 0;
}
#voice .page_indx .indx_list li a {
  display: block;
  padding: 1em 0.5em 1em 3em;
  color: #6A0000;
  font-weight: bold;
  text-decoration: none;
  background-color: #FDE297;
  border-radius: 1em;
  box-shadow: 0 3px 0 0 #ccaa4b;
  position: relative;
}
#voice .page_indx .indx_list li a::before {
  content: "\025bc";
  font-size: 1.5em;
  color: #FFFFFF;
  text-shadow: 0 3px 0 #ccaa4b;
  position: absolute;
  left: .5em;
  top: 50%;
  transform: translateY(-50%);
}
/* -------------------------------------- 使い方 #howto  */
#voice #howto h3 {
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #FF3700;
}
#voice #howto .yt_play {
  background-image: url("../of123-img/youtube_sumb_voice.jpg");
}
#voice #howto .yt_movie + p {
  font-size: .8em;
  text-align: center;
}
/* -------------------------------------- お便り #otayori  */
#voice #otayori h3 {
  margin-bottom: 0;
  padding: 0.5em 0;
  color: #6A0000;
  font-weight: bold;
}
#voice #otayori h3 + p {
  text-align: center;
  position: relative;
  z-index: 1;
}
#voice #otayori .kansou_hagaki {
  margin: 1em 2vw;
  font-size: .9em;
}
#voice #otayori .kansou_hagaki img {
  width: 30vw;
}
#voice #otayori .kansou_hagaki dt {
  margin-bottom: 0.2em;
  padding-left: 1em;
  color: #0E195F;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
#voice #otayori .kansou_hagaki dt::before {
  content: "\025a0";
  display: block;
  width: 5vw;
  font-size: 5vw;
  color: #0E195F;
  position: absolute;
  left: -.2em;
  top: 0;
}
:lang(x)+:-webkit-full-screen-document, #voice #otayori .kansou_hagaki dt::before{
  top: -.2em;
}
#voice #otayori .kansou_hagaki dd {
  margin: 0 0 1em;
  padding-left: 1em;
}
#voice #otayori .kansou_hagaki:nth-of-type(2) dt,
#voice #otayori .kansou_hagaki:nth-of-type(6) dt,
#voice #otayori .kansou_hagaki:nth-of-type(9) dt {
  display: none;
}
#voice #otayori .kansou_hagaki dd:last-child {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px dotted #CCCCCC;
}
#voice #otayori .kansou_hagaki .kh_line {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
/* -------------------------------------- ご感想 #hiketa  */
#voice #hiketa h2 {
  margin-bottom: 1em;
}
#voice #hiketa h3 {
  color: #FF3700;
  font-weight: bold;
}
#voice #hiketa .voice_box {
  padding: 0.5em 2vw;
  margin: .5em auto;
  font-size: .9em;
  border: 2px solid #FF3700;
  position: relative;
}
#voice #hiketa .voice_box p:first-of-type {
  width: 22.5vw;
  margin-left: .5em;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  float: right;
}
#voice #hiketa .voice_box p:first-of-type img {
  margin-bottom: .2em;
}
#voice .ord {
  padding: 60vw 4vw 1em;
  background-image: url("../of123-img/p_voice_ord-bg.jpg");
  background-color: #F8F7E3;
  background-repeat: no-repeat;
  background-size: contain;
}
#voice .ord a {
  display: block;
  margin: 1em auto;
  padding: 0.5em 0 0.6em;
  color: #F8F7E3;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #00740C;
  border-radius: 0.5em;
  position: relative;
  background-image: -webkit-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
}
#voice .ord a::after {
  content: "\025b6";
  position: absolute;
  right: 0.6em;
  bottom: 0.6em;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/* -------------------------------------- ヘッダー header  */
.header {
  content-visibility: visible;
  display: block;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 1em 0 0;
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 1.6rem;
}
.contents ul, 
.contents ol {
  margin-bottom: 0;
}
.contents tr {
  border-bottom: none;
}
.contents th {
  display: table-cell;
  width: 30%;
  padding: 1em 0;
  text-align: center;
}
.contents td {
  display: table-cell;
  width: 70%;
  padding: .5em 0;
  border-bottom: 1px solid #3D232B;
}
.contents tr:last-child th,
.contents tr:last-child td {
  border-bottom: none;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  height: 1200px;
}
/* -------------------------------------- よくある質問 #qa */
#qa h2 {
  font-size: 4rem;
}
#qa dl.minbox {
  padding: 2em 0 0;
  width: 820px;
}
#qa dl dt, #qa dl dd {
  padding-left: 150px;
  min-height: 80px;
  background-position: left 40px top;
}
#qa dl dt, #qa dl dt.line1 {
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  line-height: 80px;
  background-size: 80px 80px;
}
#qa dl dt.line2 {
  line-height: 1.6;
}
#qa dl dt.ltsp {
  letter-spacing: -.5px;
}
#qa dl dd {
  padding-right: 70px;
  font-size: 1.9rem;
  background-size: 80px 80px;
}
#qa dl dd .ltsp {
  letter-spacing: -.04em;
}
.backbtn a {
  width: 650px;
  font-size: 2.4rem;
}
.backbtn a::after {
  left: 30px;
  top: calc(50% - 0.7em);
  transition: .5s;
}
.backbtn a:hover::after {
 left: 20px;
}
/* __________________________________________ 皆様のご感想 #voice */
#voice h2 {
  width: 780px;
  font-size: 4rem;
}
#voice h2 + .minbox {
  font-size: 1.94rem;
}
#voice .page_indx {
  width: 780px;
  margin: 0 auto;
}
#voice .page_indx p, #voice .page_indx nav.indx_list ul {
  width: 650px;
  margin: 0 auto;
}
#voice .page_indx li a::before {
  font-size: 1.5em;
  left: 0.5em;
}
/* -------------------------------------- 使い方 #howto  */
#voice #howto h3 {
  margin-bottom: 2em;
  padding: 120px 0 0;
  height: 0;
  background-color: transparent;
  background-image: url("../of123-img/ttl_tsukaikata.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 780px 120px;
  overflow: hidden;
}
/* -------------------------------------- お便り #otayori  */
#voice #otayori h2 {
  width: 780px;
  height: 0;
  margin: 0 auto 1em;
  padding: 113px 0 0;
  background-image: url("../of123-img/p_kansouj_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 781px 113px;
  border: none;
  overflow: hidden;
}
#voice #otayori h2::before {
  display: none;
}
#voice #otayori .kansou_hagaki dt::before {
  width: 1em;
  font-size: 1.6em;
  top: -10px;
}
:lang(x)+:-webkit-full-screen-document, #voice #otayori .kansou_hagaki dt::before {
  top: -10px;
}
#voice #otayori .kansou_hagaki {
  margin: 1em auto;
  width: 760px;
}
#voice #otayori .kansou_hagaki img {
  margin-top: -1em;
  width: 330px;
}
#voice .lightbox figure {
  width: 760px;
  text-align: center;
}
/* -------------------------------------- ご感想 #hiketa  */
#voice #hiketa h2 {
  font-size: 3.4rem;
}
#voice #hiketa .voice_box {
  padding: 1em 2em;
  margin: 1em auto;
  font-size: 1.8rem;
}
#voice #hiketa .voice_box h3 {
  font-size: 2.0rem;
}
#voice #hiketa .voice_box p:first-of-type {
  width: 120px;
  margin-left: 1em;
}
#voice #hiketa .voice_box p:first-of-type img {
  width: 100%;
}
#voice #hiketa .voice_box::after {
  right: 1em;
}
#voice .ord {
  padding: 455px 0 0;
  background-position: top 2em center;
  background-size: 720px 435px;
}
#voice .ord a {
  margin: 1em auto 2em;
  width: 650px;
}
}
