﻿@charset "utf-8";
header{
	padding: 5% 0 7% 0;
	background: url("../images/main_bg.png") no-repeat top right #fff;
}
footer{
	padding: 2% 0;
	border-top: 2px solid #de007e;
}
svg{
  fill: #de007e;
}
.bg_blue{
	background: #de007e;
	padding: 1% 0;
}
.btn_blue a{
	background: url("../images/arrow_r.png") no-repeat right 15px center #de007e;
	text-align: center;
	color: #fff;
	padding: 15px 30px;
	min-width: 250px;
	margin-right: 30px;
	display: inline-block;
	box-sizing: border-box;
}
.line{
	text-decoration: underline;
}
#page_top{
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #de007e;
}
#page_top a{
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.bg_sky{
	background-color: #f7f7f7;
}
.style1,.style2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	font-weight: bold;
	color: #de007e;
}
.style1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f584c4;
  border-radius: 2px;
}
.style2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c1c1c1;
  border-radius: 2px;
}
.box_w > div{
	background: #fff;
	padding: 1.5%;
	text-align: center;
}
.p_narrow{
  padding: 1.5% 0!important;
}
.box_org{
	background: #f584c4;
	width: 60%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	padding: 1%;
	display: inline-block;
}

ol.list_num {
  list-style-type: none;
}
ol.list_num > li {
  counter-increment: cnt;
	padding-left: 30px;
	line-height: 2;
}
ol.list_num > li:before {
  content: "("counter(cnt) ") ";
margin-left: -23px;
}
.line_b{
	border: 3px solid #000;
}
.tbl1.txt_l th,.tbl1.txt_l td{
	text-align: left;
	padding: 10px;
}
.circle{
  width: 100px;
  height: 100px;
  border: 1px solid #de007e;
  border-radius: 50%;
  margin: 10px auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 18px solid transparent;
  border-left: 18px solid #de007e;
}
.list li{
	list-style: disc;
	margin-left: 20px;
}
@media screen and (max-width:768px) {
header {
    background:none;
}
.p_narrow{
  padding: 2% 0!important;
}
.btn_blue a {
	background: url(../images/arrow_r.png) no-repeat right 4px center #de007e;
    padding: 10px 3px;
	padding-right: 10px;
    min-width: inherit;
    margin-right: 0;
	width: 100%;
}
nav.bg_blue {
    background: none;
    padding: 0;
    height: 65px;
}
h1{
	display: inline-block;
	max-width: 80%;
}
.flex-container::after {
    content:"";
    display: block;
    width:47%;
    margin:1.5%;
}
.flex-container.col2_sp > div.flow {
    width: 100%!important;
    margin: 1.5%!important;
}
.balloon1-right:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 47%;
    border: 18px solid transparent;
    border-top: 18px solid #de007e;
    z-index: 1;
    margin-top: -2px;
}
table.price th{
    padding: 3px;
}
table.price td {
    font-size: 1.2rem;
    padding: 3px;
}
}
nav.bg_blue{
width: 100%;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
 position: relative;
 height: 70px;
 padding: 0 1em;
}
.navbar_toggle{
 z-index:9999;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #5c6b80;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
}
.menu ul li{
 border-bottom: 1px solid #CCC;
}
.menu ul li a{
 color: #fff;
 display: block;
 padding: 2em;
}
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
	background: #de007e;
}

@media screen and (min-width: 769px) {
.drawer{
 height: inherit;
}
nav.bg_blue{
 display: flex;
 flex-direction: row;
	position: relative;
}
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.menu ul li{
 padding: 0 1em;
 border-bottom: none;
	color: #fff;
}
.menu ul li a{
 padding:0;
}
}