﻿@charset "UTF-8";
/* =============================================================
    Components
============================================================= */

#free_text {
margin: 0 auto;
text-align:center;
width:1000px;
line-height: 1.8em;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 {
font-size: 20px;
padding: 1rem 2rem;
color: #3A3B3A;
background-color: #EDEFED;
text-align:center;
margin-bottom: 30px;
border-top: 1px solid #3A3B3A;
border-bottom: 1px solid #3A3B3A;
}

.guidesetsumei {
margin: 30px 15px;
text-align: left;
font-size: 1.3em;
line-height: 1.9em;
}

.setsumei {
margin: 15px;
text-align: left;
font-size: 1em;
line-height: 1.8em;
}

.kikan {
margin: 15px;
text-align:center;
font-size: 1.5em;
line-height: 1.8em;
color: #8C0000;
font-weight: bold;
}

.guidehenkou {
margin: 15px;
text-align:center;
font-size: 0.9em;
line-height: 1.7em;
}

.sizetable table,tr,td {
border: solid 1px #999999;
padding: 10px;
margin: 10px;
margin-left: 1em;
}

/* ボタンここから */
section {
  max-width: 300px;
  margin: 15px auto;
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #3A3B3A;
  border: 1px solid #3A3B3A;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn:hover {
  background: #fff;
  color: #3A3B3A;
}
a.btn:hover:before {
  border-top: 2px solid #3A3B3A;
  border-right: 2px solid #3A3B3A;
}
/* ボタンここまで */

.contents {
width: 1000px;
margin-bottom: 50px;
}
.contents img {
width: 100%;
}

.text-left {
text-align: left;
font-size: 1.1em;
line-height: 1.7em;
}

.flexbox {
display: flex;
}

.box1 {
padding: 0px 20px 0px 0px;
flex-shrink: 0; /* 画像をつぶさない */
}

.box2 {
padding: 0px 0px 0px 20px;
}


h3 {
font-size: 1.5em;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
border-bottom: dotted 2px #3A3B3A;
}

.material {
font-size: 1.1em;
line-height: 3em;
font-weight: bold;
color: #8C0000;
}

.pc_hid{
display: none;
}


@media screen and ( max-width:767px )
{
#free_text {
width:98%;
}

.kikan {
margin: 15px;
text-align:center;
font-size: 1.1em;
line-height: 1.8em;
color: #8C0000;
font-weight: bold;
}

h2 {
font-size: 16px;
background-size: cover;
background-position: center;
}

.guidesetsumei {
font-size: 1.1em;
}

.setsumei {
font-size: 0.9em;
}

h3 {
font-size: 1.3em;
}
.contents {
width:98%;
margin-bottom: 20px;
}

.pc_hid{
display: block;
}
.flexbox {
display: block;
width:98%;
}

.box1 {
width: 100%;
padding: 0px 0px 20px 10px;
}

.box2 {
width: 100%;
padding: 0px 0px 20px 10px;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }
}

/* receiptDownload
------------------------------------------------------------- */