@charset "utf-8";
/* CSS Document */


h2 {
	background: #DBF0FB;
	border-left: solid 10px #266EB7;
	border-right: solid 10px #266EB7;
	padding: 0.75rem 1.5rem;
	margin:  30px;
	width:fit-content;
}


red{
	color:#BC003A;
	font-weight:bold;}

green{
color:#00A79A;
	font-weight:bold;
	font-size:16px;	
}
	
h5{
	color:#00A79A;
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
	margin-top:20px;
}

h6{
	color:#BC003A;
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
	margin-top:20px;
	text-align:center;}
	
	
/* H3 */

	
.eye_style04 {
    padding: 0.7em 3em 0.7em 180px;
    position: relative;
    border: 2px solid #BC003A;
    border-radius: 30px;
    overflow: hidden;
    z-index: 0;
	margin-left:auto;
	margin-right:auto;
}
.eye_style04::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border: 0px solid #fff;
    border-radius: 38px;
    transform: translateY(-50%);
    z-index: -1;
}
.eye_style04 span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 160px;
    height: 100%;
    transform: translateY(-50%);
    background: #BC003A;
    font-size: 16px;
    z-index: -2;
	color:#fff;
	text-align:center;
}

/*その他の設定*/
*,::before, ::after {
    box-sizing: border-box;
}

h3 {
   margin: 30px;
   color: #BC003A;
   width:fit-content;
} 


#pinkbox{
	color:#BC003A;
	font-weight:bold;
	background-color:#FADCE9;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
	margin-top:20px;
}


/*h4*/
.h4_wrapper {
  display: flex;
   background-color:#FFFCDF;
   margin-top:30px;
   margin-bottom:10px;
   
}
.h4_circle_number {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-top: 13px;
  background-color: #F99D00;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color:#fff;
}
h4 {
  margin: 0;
  font-weight: bold;
  font-size:20px;
  color:#F99D00;
   padding-top: 13px;
 
}





.mybox{
	background: none;
	border: 1px solid #00A79A;	/* 線の太さ・種類・色 */
	margin: 10px; /* 外側の余白 */
	padding: 20px; /* 内側の余白 */
	position: relative;
	margin-top:30px;
}
.mybox:after{
	background: none;
	border: 1px solid #00A79A;	/* 線の太さ・種類・色 */
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
 
 
#box100 {
  width: 100%;
  overflow: hidden; /* はみ出し防止 */
  box-sizing: border-box;
}

.right-img {
  float: right;
  width: 200px;
  max-width: 100%; /* スマホ等での対応も可能に */
  margin-left: 10px;
  margin-bottom: 10px;
}


/*みどりタイトル*/

.head-border {
    display: flex;
    align-items: center;
	color: #00A79A;
	font-weight:bold;
	font-size:140%;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #00A79A;
}

.head-border:before {
    margin-right: 5rem;
}

.head-border:after {
    margin-left: 5rem;
}