﻿@charset "UTF-8";
/* =============================================================
    Components
============================================================= */

#free_text {
margin: 0 auto;
text-align:center;
width:1000px;
line-height: 1.7em;
margin-bottom: 100px;
}

h2 {
font-size: 20px;
padding: 1rem 2rem;
background-color: #f6f6f6;
text-align:center;
margin: 30px 0px;
border-bottom: 1px solid #ccc;
}

.guidesetsumei {
margin: 30px 15px;
text-align: left;
font-size: 1.1em;
line-height: 1.9em;
}

.setsumei {
margin: 15px;
text-align: left;
font-size: 1em;
line-height: 2.0em;
}

.kikan {
margin: 15px;
text-align:center;
font-size: 1.6em;
line-height: 1.8em;
color: #762A20;
font-weight: bold;
}

.guidehenkou {
margin: 20px 15px;
text-align: right;
font-size: 1.1em;
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: #553B39;
  border: 1px solid #553B39;
  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: #553B39;
}
a.btn:hover:before {
  border-top: 2px solid #553B39;
  border-right: 2px solid #553B39;
}
/* ボタンここまで */

.contents {
width: 1000px;
margin-bottom: 50px;
}
.contents img {
width: 100%;
}

.text-left {
text-align: left;
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: 20px;
text-align: left;
margin-bottom: 10px;
font-weight: bold;
background: linear-gradient(transparent 50%, #F1ECD8 50%);
}

.material {
font-weight: bold;
color: #FF2626;
}

.pc_hid{
display: none;
}

@media screen and ( max-width:599px )
{
#free_text {
width:98%;
}

.kikan {
margin: 15px;
text-align:center;
font-size: 1.1em;
line-height: 1.8em;
color: #00698C;
font-weight: bold;
}

h2 {
font-size: 1.1em;
}

.guidesetsumei {
font-size: 0.9em;
}

.setsumei {
font-size: 0.9em;
}

h3 {
font-size: 1.1em;
}
.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
------------------------------------------------------------- */
