@charset "UTF-8";

.sp {
	display: none;
}

p {
	font-size: 16px;
}

h2 {
	    padding: 10px 15px;
    font-weight: bold;
    background-color: #6eb92a;
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
	margin-bottom: 20px;
    font-weight: bold;
}

h3 {
	    border-bottom: 2px solid #6eb92a;
    border-left: none;
    padding: 0px 0 5px;
    font-size: 28px !important;
    font-weight: bold;
	border-left: none !important ;
    padding-left: 0 !important;
}

h4 {
	    font-size: 20px;
    margin: 10px 0 5px;
	line-height: 1.2;
    letter-spacing: 0;
    border-left: solid 5px #6eb92a;
    padding-left: 10px;
    padding: 10px;
    background: #f1ffebad;
    font-weight: bold;
	margin: 20px 0 15px;
}

h5 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
      font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
}

h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #6eb92a;
  font-weight: 900;
}

.red {
	color: red;
	font-weight: bold;
}

.yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff799));
    background: linear-gradient(transparent 65%, #fff799 65%);
} 

.main_img {
	text-align: center;
}

.main_img img {
		width: 80%;
}

.title {
	display: block;
    font-size: 30px;
    margin-bottom: 20px;
	margin-top: 40px;
}

.subtitle {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #6eb92a;
    color: #fff;
}

.btn {
	    text-align: center;
    margin-top: 50px;
}

.btn a {
	border: 3px solid;
    display: inline-block;
padding: 20px 60px;
    font-size: 18px;
}

.btn a:hover {
	color: #fff;
	background: #14786e;
	opacity: 0.9;
}

 .article_all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
  .article_all a {
      display:inline-block;  width: 30%; margin: 15px;
     
    }
   

    .article_list {
    	
        background-size: 16px;
        background-position: right 20px bottom 20px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    }


    .article_list img{
        width: 90%;
        margin:0 auto;
padding:5%;

    }

    .article_list .data {
        font-size: 1em;
        text-align: left;
        padding-left:5%;
    }

    h2.article_ttl {
          padding: 10px 15px;
     background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align:left;

    }
/*******************関連記事************************/
 .kanren {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
  .kanren a {
    display: inline-block;
    width: 24%;
    margin: 0.5%;
    }
    .kanren_list {
	        background-size: 16px;
        background-position: right 20px bottom 20px;
 text-align: center;
        border-radius: 8px;
        -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0px 5px rgba(0, 0, 0, .1);
		height: 250px;
    }
    .kanren_list img{
        width: 90%;
   margin-top: 5%;
    }

    .kanren_list .data {
        font-size: 0.8em;
        text-align: left;
        padding-left:5%;
		    display: block;
    }

    h2.kanren_ttl {
	display: block;
   background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align:left;

    }
    
.bnr {
	margin: 50px 0 30px;
    box-shadow: 0px 0px 8px 2px #8080806b;	
 }
 
 .bnr a {
	cursor:pointer;
 }

.bnr_relative {
	position: relative;
}
.bnr_relative .bnr_left {
	position: absolute;
	left: -190px;
}

.bnr_relative .bnr_right {
	position: absolute;
	right: -190px;
}


.mt50{
margin-top:50px;
}
.content li{
	list-style:circle;
	list-style-position:inside;font-size: 16px;
	
}

.gray_box{
background-color:#efefef;
padding:2%;
}
.writer_prof{
	background-color:#f6f6f6;
	display:flex;
	padding:2% 5%;
	margin-top:5%;
}

.writer_prof img{
margin-right:2%;    width: 150px;
}
.writer_prof .writer_t{
font-weight:bold;
border-bottom:2px solid #6eb92a;
margin:2% 0;
}

 
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.pc {
		display: none;
}
.sp {
		display: block;
}
	
	h2 {
	    padding: 10px 15px;
    font-weight: bold;
    background-color: #6eb92a;
    color: #fff;
		    font-size: 22px;
	    margin-top: 30px;
	margin-bottom: 20px;
    font-weight: bold;
	letter-spacing: 0px;
}
	
h3 {
    font-size: 20px !important;
}
	
h4 {
    font-size: 18px;
}

	.btn a {
		border: 3px solid;
	display: block; 
    padding: 20px 0;
    font-size: 18px;
		color: #fff;
	background: #14786e;
	}
	
#footer {
    padding: 10px 0 30px;
	}

.article_all a {
    width: 90%;
    margin: 15px 15px 0;
}
    .article_list img{
        width: 40%;
        margin:0 auto;
        padding:5%;
        display:inline-block;
        vertical-align:top;

    }
    .article_list .article_t{
    	display:inline-block;
        width: 45%;
        margin: 10px auto 0;
        padding:0%;

vertical-align:top;

    }
    .article_list .data {
        font-size: 1em;
        padding-left:0%;
    }

    h2.article_ttl {
          padding: 0px;
     background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align:left;

    }
	.kanren a {
    width: 47%;
}
	
	.bnr_sp {
		    margin-top: 30px;
    margin-bottom: 20px;
}
	.writer_prof{
	padding:5% 2%; align-items:  flex-start;
	
}

.writer_prof .prof_p{width: 30%;margin: 0 auto;}
.writer_prof .prof_t{width: 70%;margin: 0 auto;}
.writer_prof .prof_p img{width: 100%;margin: 0 auto;}
.writer_prof p{font-size:14px;}
}

 #floatingbnr {
                max-width: 100%;
                padding-left: 0;
                padding-right: 0;
                margin: 20px auto;
				    display: flex;
    justify-content: center;
    align-items: center;
            }

            #floatingbnr a {
                position: fixed;
                bottom: 20px;
                display: block;
                background-color: #f74a4a;
                border: 1px solid #c53838;
                color: #fff;
                font-weight: bold;
                text-align: center;
                margin: auto;
                border-radius: 50em;
                width:50%;
                padding: 10px;
                box-shadow: 0 4px 0 var(--the-solid-shadow, rgb(185 56 56));
                z-index: 1000;
				text-decoration:none;
            }

            #floatingbnr a:hover {
                box-shadow: 0 0 0 transparent!important;
                -webkit-transform: translate3d(0,4px,0);
                transform: translate3d(0,4px,0);
            }