@charset "UTF-8";


/************************************************
businessページ
************************************************/

#con1{
	margin-bottom: 80px;
	width: 100%;
	background-color: #e0f3ff;
}

#con1 p{
	padding: 36px 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.6em;

}

/*共通ー別タブで画像をひらくー*/
.imgtablink{
    display: none;
}

.imgtablink a{
    padding: 20px 0;
    background-color: #ddf2ff;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    color: #005186;
    text-decoration: none!important;
    font-size: 1.1em;
    background-image: url(../img/arrow-on.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 10px;
    transition: all .3s;
}

.imgtablink a:hover{
    background-color: #005186;
    color: #fff;
    background-image: url(../img/arrow.png);
}


/*レスポンシブ*/

@media screen and (max-width: 800px) {
    #con1 p{
        font-size: 1.6em;
    }
}

@media screen and (max-width: 600px) {
    #con1 p{
        font-size: 1.4em;
        padding: 24px 0;
    }
    .imgtablink{
        display: block;
    }
}

@media screen and (max-width: 400px) {
    #con1 p{
        font-size: 1.2em;
    }
}




/*当法人が目指すもの*/

#con2 .no-ttl{
	margin-bottom: 40px;
}

#con2 .no-ttl span{
	font-size: 6.4em;
	float: left;
	margin-right: 2%;
	width: 10%;
	box-sizing: border-box;
}

#con2 .no-ttl p{
	width: 88%;
	float: left;
    font-size: 1.6em;
    line-height: 2em;
}

#con2 .contentsbox1{
	margin-bottom: 80px;
}

#con2 .contentsbox1 img{
	width: 100%;
}

#con2 .contentsbox2 .txt{
	font-size: 1.1em;
    line-height: 2.2em;
    margin-bottom: 120px;
    text-align: justify;
    text-justify: inter-ideograph;
}



/*レスポンシブ*/

@media screen and (max-width: 800px) {
    #con2 .no-ttl span{
        margin-right: 8%;
    }
    #con2 .no-ttl p{
        width: 82%;
        font-size: 1.4em;
    }
}


@media screen and (max-width: 560px) {
    #con2 .no-ttl span{
        font-size: 6em;
        width: 13%;
    }
    #con2 .no-ttl p{
        width: 79%;
    }
}

@media screen and (max-width: 440px) {
    #con2 .no-ttl span{
        font-size: 5em;
    }
    #con2 .no-ttl p{
        font-size: 1.2em;
    }
}

@media screen and (max-width: 400px) {
    #con2 .no-ttl span{
        font-size: 4em;
    }
}


/*事業内容*/

#con3 .contentsbox{
	border: 1px solid #005186;
	margin-bottom: 40px;
}

#con3 .contentsbox:last-child{
	margin-bottom: 120px;
}

#con3 .contentsbox .ttl{
	background-color: #005186;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.3em;
    line-height: 2.2em;
}

#con3 .contentsbox .txt{
	padding: 30px;
}

#con3 .contentsbox .txt table{
	margin-top: 30px;
}

#con3 .contentsbox .txt span{
	font-size: 1.3em;
    line-height: 2.2em;
}

#con3 .contentsbox .txt p{
	font-size: 1.1em;
    line-height: 2.2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

#con3 .contentsbox .txt img{
	width: 100%;
	margin-top: 30px;
}

#con3 .contentsbox .txt tr{
	position: relative;
	background-color: #e0f3ff;
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
    box-sizing: border-box;
}

#con3 .contentsbox .txt tr:after{
    content: "";
    border: 20px solid transparent;
    border-top: 20px solid #ddf2ff;
    position: absolute;
    right: 50%;
    bottom: -52px;
}

#con3 .contentsbox .txt tr:last-child:after{
	border: none;
}

#con3 .contentsbox .txt tr:last-child{
    margin-bottom: 0;
}


#con3 .contentsbox .txt th{
    width: 300px;
    background-color: #43a1c9;
    line-height: 3em;
    font-size: 1.4em;
    color: #fff;
    vertical-align: middle;
}

#con3 .contentsbox .txt td{
	padding-left: 20px;
	line-height: 3em;
    font-size: 1.1em;
    vertical-align: middle;
}

#con3 .contentsbox .txt tr td img{
	width: 100px;
	margin-top: 14px;
}

#con3 .contentsbox .txt tr td span{
	font-size: 1.1em;
    vertical-align: 50%;
}



/*レスポンシブ*/

@media screen and (max-width: 900px) {
    #con3 .contentsbox .txt td{
        padding: 20px 0 20px 20px;
        line-height: 2em;
    }
}

@media screen and (max-width: 700px) {
    #con3 .contentsbox .txt th{
        width: 200px;
        line-height: 1.4em;
        font-size: 1.2em;
    }
    #con3 .contentsbox .txt tr:after{
        right: 44%;
    }
}

@media screen and (max-width: 540px) {
    #con3 .contentsbox .txt th{
        width: 140px;
    }
}

@media screen and (max-width: 480px) {
    #con3 .contentsbox .txt th{
        width: 100px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 450px) {
    #con3 .contentsbox .txt td{
        padding: 20px 0 20px 5px;
    }
}

@media screen and (max-width: 430px) {
    #con3 .contentsbox .txt th{
        width: 100%;
        display: block;
    }
    #con3 .contentsbox .txt td{
        padding: 20px;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    #con3 .contentsbox .ttl{
        font-size: 1.1em;
    }
    #con3 .contentsbox .txt{
        padding: 20px;
    }
}

@media screen and (max-width: 340px) {
    #con3 .contentsbox .txt td{
        padding: 10px;
    }
}






/*ご提案書ダウンロード*/

#con4{
    margin-bottom: 120px;
}

#con4 .contentsbox .right{
    float: right;
    width: 48%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ddf2ff;
}

#con4 .contentsbox .left{
    float: left;
    width: 48%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ddf2ff;
    margin-right: 4%;
}

#con4 .contentsbox-more{
    margin-top: 80px;
    background-color: #ddf2ff;
    padding: 20px;
}


#con4 .contentsbox .imgtablink{
    display: block;
}

#con4 .contentsbox .imgtablink a{
    transition: all .3s;
    background-color: #005186;
    border: 1px solid #005186;
    color: #fff;
    background-image: url(../img/arrow.png);
}

#con4 .contentsbox .imgtablink a:hover{
    background-color: #fff;
    color: #005186;
    border: 1px solid #005186;
    background-image: url(../img/arrow-on.png);
}

#con4 .contentsbox p{
    font-size: 1.4em;
    text-align: center;
    padding: 10px 0 5px;
    line-height: 1.4em;
}


/*レスポンシブ*/

@media screen and (max-width: 820px) {
    #con4 .contentsbox .right,
    #con4 .contentsbox .left{
        width: 100%;
        margin-right: 0;
    }
    #con4 .contentsbox .con4-mar40{
        margin-top: 40px;
    }
    #con4 .contentsbox-more{
        margin-top: 40px;
    }
}



























