@charset "utf-8";
/* CSS Document */

#mainContents{
	width:auto;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}

a.op:hover {
	opacity: 0.7;
}

.wrapper_inner{
	width:980px;
	margin:0 auto;
	color:#333333;
	font-size:16px;
	overflow:hidden;
    line-height: 2em;
}
.wrapper_inner p{
	margin:0;
	text-align:left;
	color:#333333;
	font-size: 16px;
	line-height: 1.8em;
}
.clearfix:after{
	content:" ";
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.center {
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
p{
margin: 0px;
}
/*----------------------------------------------------*/
.cont1{
background-color: #14847C;
}
.c1_t{
color: #FFFFFF;
font-weight: bold;
padding: 20px 40px;
font-size: 18px;
}
/*----------------------------------------------------*/
.cont2{
background-color: #B7EDE4;
padding: 40px 40px 40px 40px;
}
.c2_content{
background-color: #FFFFFF;
padding: 0px 30px 0px 30px;
}
.c2_s{
margin-bottom: 25px;
}
.c2_mt{
display: flex;
justify-content: space-between;
align-items:stretch;
margin-bottom: 25px;
}
.c2_mt_l{
}
.c2_tag{
display: flex;
align-items: center;
justify-content: center; 
background-color: #E6FA2C;
color: #333333;
font-weight: bold;
font-size: 22px;
text-align: center;
width: 150px;
height:100%;
margin: 0px 20px 0px 0px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}
.c2_mt_r{
}
.c2_text{
font-weight: bold;
padding: 20px 0px;
}
.c2_text1{
font-weight: bold;
padding: 20px 0px;
}
.flex{
display: flex;
flex-wrap:wrap;
justify-content: space-between;
column-gap: 10px;
row-gap: 20px;
}
.f_item{
}
.sp{
padding-bottom: 30px;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*2023resp*/
@media screen and (max-width: 850px){
   .wrapper_inner{
    width: 100%;
	line-height: 1.8em;
    }

img {
	max-width: 100%;
	height: auto;
}

.wrapper_inner{
font-size:14px;
padding: 0px;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.c1_t{;
padding: 20px;
font-size: 14px;
}
/*----------------------------------------------------*/
.cont2{
padding: 10px 10px 10px 10px;
}
.c2_content{
background-color: #FFFFFF;
padding: 0px 10px 0px 10px;
}
.c2_mt{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 10px;
}
.c2_mt_l{
}
.c2_tag{
margin: 0px 0px 0px 0px;
font-size: 20px;
padding: 20px 10px 20px 10px;
}
.c2_text{
font-weight: bold;
padding: 15px 0px 5px 0px;
}
.c2_text1{
font-weight: bold;
padding: 15px 0px;
}
.flex{
justify-content: center;
row-gap: 10px;
}
.f_item{
}
.sp{
padding-bottom: 10px;
}
/*----------------------------------------------------*/
}