@charset "utf-8";
/* CSS Document */


section.blog_area {
    border: 1px solid #cccccc;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
}

.gure-area {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: #E6E6E6;
}

strong span{
	font-weight:bold;
}

h3.blog_top_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 10px;
}


.blog_write_area {
    margin-top: 88px;
    line-height: 1.6em;
    font-size: 16px;
}

.link_flex_group {
    margin-top: 20px;
    text-align: right;
}

.link_flex_group a {
    font-size: 16px;
    color: #3c3c3c;
    text-decoration: underline;
    color:#89872a;
}

.left_link{
	/*margin-right:10px;*/
	}


	.linkbutton_flex_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

a.gure-box {
    color: #fff;
    background-color: #666666;
    padding: 15px;
    width: 33%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

a.pink-box {
    color: #fff;
    background-color: #3e2768;
    padding: 15px;
    width: 33%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

a.line-box{
    color: #fff;
    background-color: #1dcd00;
    padding: 15px;
    width: 33%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 1040px){

section.main_contents_box {
    margin-top: 60px;
}


}

@media screen and (max-width: 760px){
.pc_760 {
    display: none;
}

a.pink-box {
    width: 100%;
    display: block;
    margin-bottom:15px;
}

a.gure-box {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

a.line-box {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

span.yajirusi{
right:10px;
}


}


@media screen and (max-width: 400px){

.gure-area {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    padding: 15px 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #E6E6E6;
}

.blog_write_area {
    margin-top: 76px;
    line-height: 1.6em;
    font-size: 12px;
}


h3.blog_top_title {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 10px;
}

.link_flex_group a {
    font-size: 12px;
    color: #3c3c3c;
    text-decoration: underline;
    display: block;
}

.link_flex_group a:last-child {
    margin-right: 0;
    margin-bottom: 15px;
}

.linkbutton_flex_group {
    display: block;
}


}
