@charset "utf-8";
/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	TOP

=================================================================== */

/* pdf要素
----------------------------------------------------------- */
.pdf a[href$=".pdf"]	{ 
	background: url(../../images/common/mark/pdf-s.gif) no-repeat right center;
    padding-right: 15px;
    font-weight: bold;
}
/*
* html a.pdf{ 
	background: url(../../images/common/mark/pdf-s.gif) no-repeat 100% 50%;
}*/

/* ページ内リンクズレ解消　*/
div[id*="course"] {
    margin-top: -30px;
    padding-top: 30px;
}
h2.title {
    background: url("../../group/images/title-bg.png") no-repeat;
    background-position: center;
}

h4 {
    font-size: 2rem;
    text-align: left;
    border-left: 5px solid #c61d25;
    padding-left: 0.5rem;
    margin: 4rem auto 2rem;
    font-weight:bold;
}

.group-img {
    text-align: right;
}

.group-contents {
    display: flex;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #333;
}
.group-contents-copy {
    text-align: left;
    padding-right: 2rem;
}
.group-contents-copy button {
    background: #0064B3;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    margin-top: 2rem;
}
.group-contents-copy button:before {
    content: "＞";
    margin-right: 0.5rem;
}

.group-contents-copy button a{
    color:#FFF!important;
}

.group-contents-img p {
    width: 360px;
    text-align: right;
}

/*responsive*/
@media screen and (max-width:768px) {

}

@media screen and (max-width:479px) {
h1, h2, h3 {
    font-size: 2rem;
}
    .group-contents {
        flex-wrap: wrap;
    }
    .group-contents div {
        width: 100%;
    }
    .group-contents-copy {
        padding: 0;
        padding-bottom: 1rem;
    }
    .group-contents .group-contents-copy button {
        text-align: center;
    }
}