@charset "utf-8";@charset "UTF-8";
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

.box {
   padding-top:5%;
   padding-bottom:5%;
}

.box2 {
   text-align:center;
   padding-top:10%;
   padding-bottom:5%;
}

.box3 {
   padding-top:5%;
   padding-bottom:5%;
}

/* ライン */
.line2000 {
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 5px;
    border-top: 2px solid #DDDDDD;
}

/* ボタン*/

.border {
    border: solid 0.5px;
    /* background-color: #fff; */
    margin: 0 auto;
    padding: 0% 2% 0% 2%;
    font-size: 0.9em;
    /* color: #000000; */
}

/* テキスト */

.text01 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 25px;
  width: 60%;
  margin: 0% auto;
  text-align:center;
  padding:2%;
}


.font01 {
  font-size: 1.5em;
  font-weight: bold;
  text-align:center;
  font-family: 'Baskerville PT', serif;
}

.font02 {
  font-size: 3.0em;
  text-align:center;
  font-weight: bold;
  letter-spacing: .2rem;
  line-height:48px;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  padding:5%;
}

section {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom:3%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 0.4fr);
    grid-template-rows: repeat(1, 0.3fr);
    gap: 2em;
    justify-content: center;
    margin-bottom: 3%;
}

.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 0.81fr);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    justify-items: center;
}     
}
/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
section {
  max-width: 300px;
  margin: 0 auto;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width:430px) {
section {
  max-width: 300px;
  margin: 0 auto;
}

.box {
   padding-top:8%;
   padding-bottom:10%;
}

.box2 {
   padding-top:20%;
   padding-bottom:12%;
}
.parent {
    display: block;
}
.parent02 {
    display: block;
}

.div1{
    padding:4%;
}
.div2{
    padding:4%;
}
     
}