@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　取り組み
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#attempt{
    background-image:url(../images/attempt/bg.jpg);
    background-size: cover;
    padding-top:2%;
}

.attempt_wrapper{
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.49);
    border-radius: 10px;
    font-size:18px;
    margin-bottom:80px;
}

.attempt_flex {
    display: block;
    padding:2% 5%;
}

.attempt_area {
    width: 100%;
}

.text_note {
	padding-left:1em;
	text-indent:-1em;
    font-size: 14px;
    padding-top:10px;
    line-height: calc(21 / 14);
}

.attempt_img{
    padding-top:50px;
    width: 100%;
}

.attempt_link a{
    display: inline-block;
    font-size: 18px;
    line-height: calc(32 / 18);
    font-weight: bolder;
    color: #0093FF;
    padding-top:10px;
    text-decoration: underline;
    position: relative;
}

.dot{
    border-bottom: 7px dotted #00c4c3;
}

.yellow{
    background-color: yellow;
	display: inline;
}
.attempt_area p.ex{
	line-height: 2.2;
}
@media screen and (min-width:640px){


    .attempt_wrapper{
        margin-bottom:60px;
    }
    .attempt_flex {
        display: flex;
        flex-wrap: wrap;
        padding:0 8% 5%;
        justify-content: space-between;
    }
    .attempt_reserve {
        flex-direction: row-reverse;
    }
    .attempt_area {
        width: 49%;
    }
    .attempt_img{
        padding-top:50px;
        width: 49%;
    }

}



