/*
Theme Name: Fairly
Author: hoge
*/
body,div,h1,h2,h3,h4,h5,ul,li,dl,a,p,b{
  margin: 0;
  padding: 0;
  list-style:none;
  text-decoration:none;
  color: #000;
  text-decoration:none;
}

h1, h2, h3, h4, h5, p {
   line-height: 180%;
 }

 img {
  width:100%;
  max-width: 1280px;
  height:auto;
}


p, h2 {
  /*font-family: arial, sans-serif;
  font-style: normal;*/
}


h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 10px;
}

.comment {
  font-size: 9pt;
  line-height: 100%;
}

.button {
  width: 100%;
  max-width: 500px;
  padding: 14px;
  background-color: rgb(57, 166, 139);
  font-size: 14pt;
  border-radius: 8px;
  text-align: center;
}
.button:hover {
  background-color: rgb(80, 185, 159);
}
.button a{
  /*font-size: 12pt;*/
  color: rgb(255,255,255);
}


.flexbox{
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#content .flexbox {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

.flexboxCenter {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.flexAuto{
  flex: auto;
  -webkit-flex: auto;
}
.flex1{
  flex: 1;
  -webkit-flex: 1;
}
.flex2{
  flex: 2;
  -webkit-flex: 2;
}
.flex3{
  flex: 3;
  -webkit-flex: 3;
}
.flex4{
  flex: 4;
  -webkit-flex: 4;
}


.kadoMaru10{
  border-radius: 10px;
}

.kadoMaru6{
  border-radius: 6px;
}

.paddingTop5{
  padding-top:5px;
}
.marginTop5{
  margin-top:5px;
}
.marginTop10{
  margin-top:10px;
}
.marginTop20{
  margin-top:20px;
}
.marginTop30{
  margin-top:30px;
}
.marginTop40{
  margin-top:40px;
}
.marginTop50{
  margin-top:50px;
}
.marginTop100{
  margin-top:100px;
}
.marginTopMini{
  margin-top:10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom50 {
  margin-bottom: 50px;
}

.marginRight2perc {
  margin-right: 2%;
}
.marginRight5perc {
  margin-right: 5%;
}
.marginRight10perc {
  margin-right: 10%;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight20 {
  margin-right: 20px;
}
.marginRight30 {
  margin-right: 30px;
}
.marginRight40 {
  margin-right: 40px;
}
.marginRight50 {
  margin-right: 50px;
}
.marginRight100{
  margin-right: 100px;
}

.marginLeft2perc {
  margin-left: 2%;
}
.marginLeft5perc {
  margin-left: 5%;
}
.marginLeft10perc {
  margin-left: 10%;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginLeft30 {
  margin-left: 30px;
}
.marginLeft40 {
  margin-left: 40px;
}
.marginLeft50 {
  margin-left: 50px;
}
.marginLeft100{
  margin-right: 100px;
}

.paddingTop{
  padding-top:20px;
}

.circleArrow{
  position: relative;
  padding-right: 5px;
}
.circleArrow::before,
.circleArrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.5px;
  margin: auto;
  content: "";
}
.circleArrow::before{
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1.4px solid rgb(255,255,255);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.circleArrow::after{
  left: 10.7px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1.4px solid rgb(255,255,255);
  border-right: 1.4px solid rgb(255,255,255);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.line {
  border-top: 1px solid #000000;
}

.center {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.right {
  position: relative;
  text-align: right;
  margin-left: auto;
  /*margin-right: auto;*/
}


.width30 img{
  width: 30%;
  height: auto;
}
.width40 img{
  width: 40%;
  height: auto;
}
.width50 img{
  width: 50%;
  height: auto;
}
.width60 img{
  width: 60%;
  height: auto;
}
.width80 img{
  width: 80%;
  height: auto;
}
