﻿@charset "UTF-8";
/* =============================================================
    Components
============================================================= */

#free_text {
margin: 0 auto;
text-align:left;
width:1000px;
line-height: 1.8em;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 {
font-size: 130%;
padding: 1rem 2rem;
background-color: #403649;
text-align:center;
margin: 30px 0px 20px;
color: #fff;
}


.guidesetsumei {
margin: 50px 0px;
text-align: left;
font-size: 1.1em;
line-height: 1.8em;
}

.setsumei {
margin: 15px;
text-align: left;
font-size: 1em;
line-height: 1.8em;
}

.waka {
margin: 10px;
text-align: left;
font-size: 1em;
line-height: 1.5em;
}

.kikan {
margin: 15px;
text-align:center;
font-size: 1.3em;
line-height: 1.8em;
color: #D90000;
font-weight: bold;
}

.tenpo {
font-size: 1em;
text-align:center;
line-height: 1.7em;
}
.guidehenkou {
margin: 20px 15px;
text-align: right;
font-size: 1.1em;
line-height: 1.7em;
}

hr.line {
margin-top: 100px;
border: none;
border-top: dotted 1px #333;
}

.items {
flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
display: flex;
justify-content: space-between;
align-items: top
}

.items .item {
width: 32%; /* 4カラムにしたい場合は23％ */
padding:16px;
position:relative;
}

.items:after {  /* 最終行左寄せ */
content:"";
display: block;
width: 30%; /* 4カラムにしたい場合は23％ */
height: 0;
}

.item-title {
font-size: 1.1em;
color: #000;
margin: 10px 0px;
font-weight: bold;
text-align:center;
}

.item-writer {
color: #555555;
font-size: 0.9em;
}

.contents {
width: 1000px;
margin-bottom: 50px;
}
.contents img {
width: 100%;
}

.text-left {
text-align: left;
}

.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;
}

.pc_hid{
display: none;
}

/* ボタンここから
---------------------------------------------------------------------------*/
section {
  max-width: 300px;
  margin: 100 auto;
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #E7DAE4;
  border: 1px solid #460e44;
  box-sizing: border-box;
  padding: 0;
  margin: 10px 0px;
  color: #460e44;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #460e44;
  border-right: 2px solid #460e44;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn:hover {
  background: #fff;
  color: #460e44;
}
a.btn:hover:before {
  border-top: 2px solid #460e44;
  border-right: 2px solid #460e44;
}


a.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #D5DFF7;
  border: 1px solid #0f2350;
  box-sizing: border-box;
  padding: 0;
  margin: 10px 0px;
  color: #0f2350;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn2:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #0f2350;
  border-right: 2px solid #0f2350;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn2:hover {
  background: #fff;
  color: #0f2350;
}
a.btn2:hover:before {
  border-top: 2px solid #0f2350;
  border-right: 2px solid #0f2350;
}
/* ボタンここまで */

@media screen and (max-width: 1024px) {

#free_text {
width:98%;
}

h2 {
font-size: 110%;
}
.guidesetsumei {
font-size: 1em;
}

.kikan {
font-size: 1em;
}
.pagination {
font-size: 1em;
}

.item-title {
font-size: 1.1em;
}
.pc_hid{
display: block;
}

.items .item {
width: 48%; /* 4カラムにしたい場合は23％ */
padding:16px;
position:relative;
}

.items:after {  /* 最終行左寄せ */
content:"";
display: block;
width: 48%; /* 4カラムにしたい場合は23％ */
height: 0;
}
.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;
}
}

@media screen and (max-width: 699px) {

#free_text {
width:98%;
}

.items {
flex-direction: column;
}
.items .item {
width: 98%;
}
}

/* receiptDownload
------------------------------------------------------------- */