
/* ヘッダ
------------------------------------------------------------ */
article.head_img {
    background: #10549b url("../images/ect/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/ect/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/ect/head_img_pc.jpg"), linear-gradient(180deg,#10549d 0%, #105196 100%);
	background-repeat: no-repeat;
	background-position: right center;
}
}

/* 見出し
------------------------------------------------------------ */
article .maincontents .contents .sub_title small{
	font-size: 1.5rem;
    display: inline-block;
}

.contents h3 {
	font-size: 1.5rem;
    display: table;
    border-bottom: solid 1px #042b45;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

@media (orientation: landscape) {
article .maincontents .contents .sub_title small{
	font-size: 1.5rem;
    display: inline-block;
}

.contents h3 {
	font-size: 2rem;
}
}

@media (min-width:768px) {
article .maincontents .contents .sub_title small{
	font-size: 2rem;
}

.contents h3 {
	font-size: 2rem;
}
}

@media (min-width:1200px) {
article .maincontents .contents .sub_title small{
	font-size: 2.4rem;
}

.contents h3 {
	font-size: 2.4rem;
}
}

/* 共通
------------------------------------------------------------ */
.contents * {
  font-family: "Noto Serif JP", serif;
}
.contents .sub_contents {
    margin-bottom: 30px;
}
.contents table caption {
    text-align: left;
    padding-bottom: 0.5em;
}
.contents table th {
    text-align: center;
    font-weight: normal;
    padding: 0.5em;
    background: #ecf1f4;
    border: solid 1px #d5dce2;
}
.contents table td {
    padding: 0.5em;
    border: solid 1px #d5dce2;
    vertical-align: top;
}
.contents sup {
	line-height: 1;
}
.contents ol {
    margin-left: 1em;
}
.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 table th {
    padding: 0.5em 1em;
    background: #ecf1f4;
}
.contents table td {
    padding: 0.5em 1em;
}
}

@media (min-width:1200px) {
.contents table {
    width: auto;
}
.contents table td {
    min-width: 16em;
}
}

/* 
------------------------------------------------------------ */
.contents .contents02_img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.contents .contents02_img p {
    margin-right: 15px;
}
.contents .contents02_img p img {
    margin-bottom: 5px;
    max-height: 500px;
}

@media (min-width:768px) {
.contents table.indications_pc {
    display: table;
}
.contents table.indications_sp {
    display: none;
}
}

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


.contents .literature {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
}
.contents .literature li {
    margin-bottom: 1em;;
}

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

@media (min-width:1200px) {
.etc_intro {
    margin-left: 340px;
    padding-top: 180px;
    margin-top: -180px;
//    pointer-events: none;
}
.contents .literature {
    margin-bottom: 60px;
}
}


