

/*** for PC Browser ***/
@media (min-width:401px)
{
.haikei img{
   position: absolute;
   width: 100%;
   margin: 0 !important;
   top: -25px;
   left: -1px;
}


.title{
  position: relative;
  color: lightcoral;
  font-size: 25px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
  font-weight: bold;
}
.title:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid lightpink;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 3em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: lavenderblush;
  border-radius: 20px;
}

.hint:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid lavenderblush;
}

.sayuu{
   display: flex;
}
.hidari{
   width: 60%;
   margin-left: 5%;
}
.migi{
   width: 20%;
   margin-right: 15%;
}
.potori img{
   margin-top: 20px;
}

table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table th,table td{
  border-radius: 5px;
  padding: 10px 0;
  border-color: white !important;
}

table th{
  background-color: pink !important;
  color: white;
  border:solid 1px pink !important;
}

table td{
  background-color: mistyrose;
  border:solid 1px mistyrose;
}

.set{
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.syousai{
   display: flex;
}
.hidari2{
   width: 38%;
   margin-left: 20%;
}
.migi2{
   width: 24%;
   margin-right: 18%;
}
.kome{
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
}

.botan{
   display: flex;
}


.botan{
   position: relative;
}
.hp{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid lightcoral;
	background:  lavenderblush;
}
.hp:hover{
	margin-top: 6px;
	border-bottom: 1px solid lightcoral;
}
.hagaki{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid lightcoral;
	background:  lavenderblush;
}
.hagaki:hover{
	margin-top: 6px;
	border-bottom: 1px solid lightcoral;
}

.baai{
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  width: 200px;
  text-align: center;
}
.baai:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.hagaki2 table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

.hagaki2 table th,.hagaki2 table td{
  border-radius: 5px;
  padding: 3px 7px !important;
  border-color: white !important;
}

.hagaki2 table th{
  background-color: #ffcc66 !important;
  border:solid 1px #ffcc66 !important;
  width: 20%;
}

.hagaki2 table td{
  background-color: #ffe4b1;
  border:solid 1px #ffe4b1;
  width: 80%;
}

.list{
   list-style-type: none !important;
}
.Contents li, .HTMLEditorContainer li {
   margin: 0 !important;
}
.inside_b .Contents ul, .HTMLEditorContainer ul {
   list-style: none !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.haikei img{
   position: absolute;
   width: 320px !important;
   min-width: 100% !important;
   margin: 0 !important;
   top: -25px;
}


.title{
  position: relative;
  color: lightcoral;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
  font-weight: bold;
}
.title:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid lightpink;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint {
  position: relative;
  display: inline-block;

  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: lavenderblush;
  border-radius: 7px;
}

.hint:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid lavenderblush;
}

.sayuu{
   display: flex;
}
.hidari{
   width: 70%;  
}
.migi{
   width: 30%;
}

.potori img{
   width: 100px !important;
   margin-top: 30px;
}

.toi table th{
   width: 20%;
}
.toi table td{
   width: 80%;
}

table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

.reContent table, .reContent table.fullborder, .Contents table, .Contents table.fullborder {
  margin: 1em 0 1em 0 !important;
}

table th,table td{
  border-radius: 5px;
  padding: 10px 0;
  border-color: white !important;
}

table th{
  background-color: pink !important;
  color: white;
  border:solid 1px pink !important;
}

table td{
  background-color: mistyrose;
  border:solid 1px mistyrose;
}

.set{
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.syousai{
   display: flex;
}
.hidari2{
   width: 50%;
}
.migi2{
   width: 50%;
}
.migi2 img{
   width: 160px;
   margin-top: 10px;
}
.simekiri{
   width: 70%;
   text-align: center;
   margin-left: 15%;
   margin-right: 15%;
}
.kome{
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
}

.botan{
   display: flex;
   font-size: 0.9em;
}


.botan{
   position: relative;
}
.hp{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100px;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid lightcoral;
	background:  lavenderblush;
}
.hp:hover{
	margin-top: 6px;
	border-bottom: 1px solid lightcoral;
}
.hagaki{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100px;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid lightcoral;
	background:  lavenderblush;
}
.hagaki:hover{
	margin-top: 6px;
	border-bottom: 1px solid lightcoral;
}

.baai{
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  width: 200px;
  text-align: center;
}
.baai:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.hagaki2 table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

.hagaki2 table th,.hagaki2 table td{
  border-radius: 5px;
  padding: 3px 7px !important;
  border-color: white !important;
}

.hagaki2 table th{
  background-color: #ffcc66 !important;
  border:solid 1px #ffcc66 !important;
  width: 20%;
}

.hagaki2 table td{
  background-color: #ffe4b1;
  border:solid 1px #ffe4b1;
  width: 80%;
}

.list{
   list-style-type: none !important;
}
.Contents li, .HTMLEditorContainer li {
   margin: 0 !important;
}
.inside_b .Contents ul, .HTMLEditorContainer ul {
   list-style: none !important;
}
}
