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


/* ==========================
main
============================= */

.contents_box {
/*    background: url("../../img/bg_right.png")no-repeat right,url("../../img/bg_left.png")no-repeat left bottom;*/
}

/* ==========================
共通メニュー
============================= */

.support-list{
	background: url("../../img/menu_bg.png") no-repeat center bottom;
	background-size: cover;
	font-family: 'Noto Sans JP';
	margin-top: 40px;
}
.support-list a:link {
    text-decoration: none;
    color: #65a534;
}
.support-list a:visited {
    color: #65a534;
}
.support-list p{
    padding: 0 5px
}
.support-list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0px auto 0 auto;
}
.support-list li {
    display: flex;
    align-items: center;
}
li.arrow-bottom.on {
    color: #fff;
    background: #65a534;
}
.support-list li.arrow-bottom.on a:link {
    color: #fff;
}
li.arrow-bottom {
    padding: 25px 15px;
    text-align: center;
}
.support-list li:after {
    content: " > ";
    color: #65a534;
}
.support-list li.arrow-bottom.on:after {
    content: " > ";
    color: #fff;
}
.support-list a:hover {
    background-color: #65a534;
    color: #fff;
}
li.arrow-bottom:hover::after {
    color: #fff;
}







/* ==========================
category
============================= */
.category {
    background: url( "../../img/category.png")no-repeat center right;
    padding: 90px 0;
    background-size: cover;
}
.cate_tit {
    background: url(../../img/title_bg.png)no-repeat center;
    padding: 30px 0;
    margin: 0 auto 0 10%;
    max-width: 360px;
}
.cate_name {
    text-align: center;
    line-height: 0.8em;
    font-size: 230%;
}
.cate_name span {
    font-size: 40%;
}
p.contents_title span {
    font-size: 50%;
}
p.title_text{
    text-align: center;
    line-height: 1.0em;
    font-size: 230%;
    margin-top: 80px;
}
p.title_text span {
    font-size: 40%;
}

/* ==========================
about_box
============================= */

p.title_text{
    text-align: center;
    line-height: 1.0em;
    font-size: 230%;
    margin-top: 80px;
    margin-bottom: 70px;
}
p.title_text span {
    font-size: 40%;
}

.about_box {
    max-width: 700px;
    margin: 40px auto ;
}
.about_inner {
    padding: 0 40px 30px 40px;
    border: solid 1px #ccc;
}

p.midshi {
    padding: 30px 15px 15px 15px;
    border-bottom: solid #ccc 1px;
    margin-bottom: 25px;
    font-size: 134%;
}
p.midshi span {
    color: #629e35;
    font-weight: bold;
    font-size: 135%;
    padding-right: 10px;
}
.about_text {
    margin: 0 0 0 40px;
    font-family: 'Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;
}
span.maru{
	color: #629e35;
	font-weight: bold;
	font-size: 30%;
}
p.indent {
    text-indent: -1em;
    padding-left: 15px;
}
.icon1{
	background:url("../img/icon01.png") no-repeat right center;
}
.icon2{
	background:url("../img/icon02.png") no-repeat right center;
}
.icon3{
	background:url("../img/icon03.png") no-repeat right center;
}
p.yazirusi {
    text-align: center;
    margin: 20px 0;
}
/* ==========================
difference
============================= */
.difference{
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 100px auto 50px;
	
}
.point {
    border: solid 1px #65a534;
    background: #fff;
    padding: 40px 25px;
    margin-bottom: 40px;
    max-width: 430px;
    width: 100%;
}

.point_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 20px;
}
p.ok_ng {
    background: #65a534;
    padding: 2px 20px;
    color: #fff;
    font-size: 170%;
    border-radius: 50px 50px;
}


.option {
    margin-bottom: 35px;
}
.option span {
    color: #65a534;
    text-align: left;
    font-size: 130%;
    padding: 2px 5px 0 0;
}
.title {
    display: flex;
    color: #000;
    font-size: 147%;
    align-items: center;
}
.detail {
    color: #000;
    text-align: left;
    font-size: 110%;
}

.point_img {
    display: flex;
    justify-content: space-around;
    text-align: center;
    text-decoration: none;
	margin-top: 46px
}
.point.cl_blue .point_img {
    margin-top: 77px;
}


.cl_blue {
    border: solid 1px #69a6c5;
}
.cl_blue .option span {
    color: #69a6c5;
}
.cl_blue span.maru {
    color: #69a6c5;
}

.cl_blue  p.ok_ng {
    background: #69a6c5;
	margin-left: 15px;
}


dd img {
	margin-top:15px;
}




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

}
@media screen and ( max-width: 767px ){
.category {
    background: url(../../img/category.png)no-repeat center right;
    background-size: cover;
    padding: 0;
}
.cate_tit {
    width: 90%;
    margin: auto;
}
.conpany-list ul {
    justify-content: center;
}
.conpany-list {
    margin-top: 10px;
}
.support-list ul {
    justify-content: space-evenly;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 5px;
}
li.arrow-bottom {
    width: auto;    padding: 5px 12px;
}
.support-list {
    margin-top: 10px;
}
.tape-list ul {
    margin: 50px auto 0;
    justify-content: center;
}
.about_box {
    max-width: 90%;
}
.about_text {
    margin: 0 10px;
    font-family: 'Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;
}
.about_inner {
    padding: 0 10px 30px 10px;
}
.icon1,.icon2,.icon3 {
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,0.5);
}
.difference {
    max-width: 90%;
}
.point {
    padding: 30px 20px;
    margin-bottom: 40px;
}
.title {
    font-size: 120%;
align-items: baseline;
}
.detail {
    font-size: 100%;
}
.point.cl_blue .point_img {
    margin-top: 0;
}
.point_img {
    flex-wrap: wrap;
}
.point.cl_blue dl {
    margin-bottom: 20px;
}
.support-list ul {
    justify-content: start;
}
}
@media print {


}