
/* ヘッダ
------------------------------------------------------------ */
article.head_img {
    background: #10549b url("../images/membership/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/membership/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/membership/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;
}

@media (min-width:768px) {
.contents h3 {
	font-size: 2rem;
}
}

@media (min-width:1200px) {
.contents h3 {
	font-size: 2.4rem;
}
}

/* コンテンツ
------------------------------------------------------------ */
.contents * {
  font-family: "Noto Serif JP", serif;
}
.contents .sub_contents {
    margin-bottom: 30px;
}
.contents .purple {
    color: #5942b3;
}

.contents .process_block {
    margin-bottom: 30px;
}
.contents table.process_table {
}
.contents table.process_table th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2em 0 1.5em;
    position: relative;
}
.contents table.process_table th:before {
    content: '●';
    color: #bde7f3;
    position: absolute;
    top: 0px;
    left: 0px;
}
.contents table.process_table td {
    padding-bottom: 0.5em;
    color: #cf5800;
}
.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;
	-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%);
}

.contents ol,
.contents ul {
    margin-left: 1em;
}
.contents .kome_txt {
    padding-left: 1em;
    text-indent: -1em;
}

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

.contents .process_block {
    margin-bottom: 60px;
}
.contents table.process_table th {
    padding: 0 3em 0 2em;
}
.contents table.process_table td {
}
.contents .regist_link {
    padding: 1em 5em;
}
}

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

