
/* ヘッダ
------------------------------------------------------------ */
article.head_img {
    background: #10549b url("../images/seminar/head_img_sp.jpg") no-repeat center top;
    background-size: 100%;
}
article.head_img .intro_txt br {
    display: none;
}

@media (orientation: landscape) {
}

@media (min-width:768px) {
}

@media (min-width:1200px) {
.header_end {
    margin: 0 40px;
//    margin-left: 320px;
    margin-left: 380px;
}


article.head_img {
    background: url("../images/seminar/head_img_pc.jpg"), linear-gradient(107deg,#10549d 10%, #0b162c 95%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
    background-size: auto 100%, 100%;
}
article.head_img .intro_txt br {
    display: inline;
}
}
@media (min-width:1300px) {
//.header_end {
//    margin-left: 70%;
//    margin-left: -webkit-calc(50vw - 650px + 320px);
//    margin-left: -moz-calc(50vw - 650px + 320px);
//    margin-left: calc(50vw - 650px + 320px);
//}


article.head_img {
    background: url("../images/seminar/head_img_pc.jpg"), linear-gradient(180deg,#10549d 0%, #105196 100%);
	background-repeat: no-repeat;
	background-position: right center;
}
}

/* 見出し
------------------------------------------------------------ */
.contents h3 {
	font-size: 1.5rem;
    border-bottom: solid 1px #042b45;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}
.contents h3 .accept {
	font-size: 1.4rem;
    display: block;
}
.contents h3 .detail_link {
	font-size: 1.4rem;
    color: #5942b3;
    display: inline-block;
    background: #e3f0fe;
    border: solid 1px #5c43ba;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    margin: 0 0 0 1em;
    padding: 0 5px 0 1em;
}
.contents h3 .detail_link:after {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: #5942b3 url("../images/common/arrow_r.svg") no-repeat center center;
    background-size: 0.7em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    vertical-align: middle;
    margin: 0 0 3px 0.5em;
}

@media (orientation: landscape) {
.contents h3 {
	font-size: 2rem;
}
.contents h3 .accept {
	font-size: 1.8rem;
    display: inline;
}
.contents h3 .detail_link {
	font-size: 1.6rem;
    margin: 0 0 0 1em;
    padding: 0 5px 0 1em;
}
.contents h3 .detail_link:after {
    margin: 0 0 5px 0.8em;
}
}

@media (min-width:768px) {
.contents h3 {
	font-size: 2.2rem;
}
.contents h3 .accept {
	font-size: 1.8rem;
    display: inline;
}
.contents h3 .detail_link {
	font-size: 1.6rem;
    margin: 0 0 0 1em;
    padding: 0 5px 0 1em;
}
.contents h3 .detail_link:after {
    margin: 0 0 5px 0.8em;
}
}

@media (min-width:1200px) {
.contents h3 {
	font-size: 2.4rem;
}
.contents h3 .accept {
	font-size: 2rem;
}
.contents h3 .detail_link {
	font-size: 1.8rem;
    margin: 0 0 0 1em;
    padding: 0 6px 0 1em;
}
.contents h3 .detail_link:after {
    margin: 0 0 5px 0.8em;
}
}

/* 共通
------------------------------------------------------------ */
.contents * {
  font-family: "Noto Serif JP", serif;
}
.contents .purple {
    color: #5942b3;
}
.contents .seminar_block {
    margin-bottom: 30px;
}
.contents table.seminar_table {
    width: 100%;
}
.contents table.seminar_table th {
    font-weight: normal;
    text-align: left;
    padding: 0.5em;
    background: #ecf1f4;
    border: solid 1px #d5dce2;
    min-width: 35%;
}
.contents table.seminar_table td {
    padding: 0.5em;
    border: solid 1px #d5dce2;
}
.contents .regist_link {
    color: #fff;
    background: #092e56;
    background: #6445d5;
    background: -moz-linear-gradient(left, #092e56 0%, #6445d5 100%);
    background: -webkit-gradient(linear, left center, right center, from(#092e56), to(#6445d5));
    background: -webkit-linear-gradient(left, #092e56 0%, #6445d5 100%);
    background: -o-linear-gradient(left, #092e56 0%, #6445d5 100%);
    background: -ms-linear-gradient(left, #092e56 0%, #6445d5 100%);
    background: linear-gradient(to right, #092e56 0%, #6445d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#092e56, endColorstr=#6445d5,GradientType=1 ); 
    display: inline-block;
    padding: 1em 4em;
    margin-top: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
.contents .regist_link:after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url("../images/common/arrow_r.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:768px) {
.contents .seminar_block {
    margin-bottom: 60px;
}
.contents table.seminar_table {
    max-width: 800px;
//    margin-bottom: 60px;
}
.contents table.seminar_table th {
    padding: 0.5em 1em;
    background: #ecf1f4;
    min-width: 35%;
}
.contents table.seminar_table td {
    padding: 0.5em 1em;
}
.contents .regist_link {
    padding: 1em 5em;
}
}

@media (min-width:1200px) {
.contents table.seminar_table th {
    width: 300px;
}
.contents .regist_link {
    margin-top: 40px;
}
}

/* 詳細
------------------------------------------------------------ */
.contents .seminar_intro {
    margin-bottom: 30px;
}

.contents .repo_txt {
	font-family: "Noto Sans JP", sans-serif;
}
.contents table.schedule th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 0 2em 1em 0;
}
.contents table.schedule th:before {
    content: '\0025cf';
    color: #01319d;
}
.contents table.schedule td {
    vertical-align: top;
    padding-bottom: 1em;
}
.contents .seminar_block img {
    width: 100%;
}
.contents .left_img {
    overflow: hidden;
}
.contents .left_img .repo_img {
    width: 48%;
    margin: 0 4% 1em 0;
    float: left;
}
.contents .right_img {
    overflow: hidden;
}
.contents .right_img .repo_img {
    width: 48%;
    margin: 0 0 1em 4%;
    float: right;
}

#contents01 .special_snap {
	margin-top: 40px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#contents01 .special_snap p {
	width: 32%;
}
#contents01 .special_snap .special_img {
    display: inline-block;
    padding: 2px;
    border: solid 1px #7e7d7b;
}

@media (min-width:768px) {
.contents .seminar_intro {
    margin-bottom: 60px;
}

.contents .left_img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.contents .left_img .repo_img {
    width: 48%;
    margin: 0;
    float: none;
}
.contents .left_img > div {
    width: 48%;
    text-align: justify;
}
.contents .right_img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.contents .right_img .repo_img {
    width: 48%;
    margin: 0;
    float: none;
}
.contents .right_img > div {
    width: 48%;
    text-align: justify;
}

#contents02 {
}
#contents02 h2 {
}
#contents02 div.contents02_block {
}
#contents01 .special_snap {
    width: 688px;
}
#contents01 .special_snap p {
	max-width: 260px
}
#contents01 .special_snap p img {
	width: auto;
    height: auto;
}
}

@media (min-width:1200px) {
.contents .seminar_intro {
    padding-top: 180px;
    margin-top: -180px;
    pointer-events: none;
}

#contents02 div.contents02_block {
}
#contents01 .special_snap {
    width: 780px;
}
}


