@charset "utf-8";
@import url("header.css");
@import url("footer.css");

/*★*/
#sizetxt {
    /*display: none;*/
    color: red;
}

* {
    box-sizing: border-box;
}

* html body {
	overflow: hidden;
}

html {
    width: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    line-height:100%;
}

/*
#a62430
#e5dede

#eff1ea
#456e1c
*/
body {
	margin:0;
    padding: 0;
    font-feature-settings: "palt";
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /* background-color: #eff1ea; */
}

a {
    color: #a62430;
}
a:hover {
    text-decoration: none;
    /*transition: all .5s;*/
    color: #000;
}

/*別窓マーク*/
a[target=_blank][rel=noopener] {
	padding:2px 22px 2px 0;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 16px;
    margin-right: 5px;
}

/*PDFマーク*/
a[type$="pdf"] {
	padding:2px 22px 2px 0;
    background:url("../img/icon_pdf.png") no-repeat right center;
    background-size: 18px;
}

img {
    border-width:0;
    max-width: 100%;
    height: auto;
}

p {
    line-height: 180%;
}
li {
    line-height: 180%;
}
dd {
    line-height: 180%;
}


/*リスト*/
.list li~li {
    margin-top: 10px;
}


/*リスト：①など*/
.enclose {
    position: relative;
    margin:0;
    padding: 0;
    list-style-type: none;
}
.enclose li  {
    word-break: break-all;
    list-style-position: outside;
    margin: 0;
    padding-left: 0.8em;
    line-height: 140%;
}
.enclose li span {
    position: absolute;
    left: 0;
    margin: 0
}
.enclose li~li {
    margin-top: 10px;
}

/*見出し*/
h1,h2,h3,h4,h5,h6 {
    line-height: 120%;
    font-family: 游ゴシック体, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif;
}

h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1.1rem;
}


.h1-header {
    font-size: 2.2rem;
}
.h2-header {
    font-size: 1.8rem;
}
.h3-header {
    font-size: 1.5rem;
}
.h4-header {
    font-size: 1.4rem;
}
.h5-header {
    font-size: 1.2rem;
}
.h6-header {
    font-size: 1.1rem;
}

/*見出し：レイアウト用*/

.section-headline {
    margin-bottom: 30px;
}
.section-headline h1,
.section-headline h2,
.section-headline h3,
.section-headline h4,
.section-headline h5,
.section-headline h6 {
    margin: 0;
}

/*下線*/
.section-headline h2 {
	border-bottom: solid 2px #E6E6E6;
	position: relative;
	padding-bottom: .5em;
}
.section-headline h2::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
    background-color: #a62430;
	width: 30%;
	height: 2px;
}


/*フェードイン処理*/
.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


/*改行しない*/
.break {
    word-break: break-all;
}




/***************************/
/*レイアウト用の枠*/
/***************************/
main {
    width: 100%;
    margin: 0 auto;
}

.contents {
    width: 100%;
    max-width: 1180px;
    margin:0 auto;
    padding: 50px 20px 20px;
}

/*カラム用*/
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 100px 50px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

/*カラム：中央*/
.area-contents {
    width: calc(100% - 260px - 70px);
    margin: 0 auto;
}
/*カラム：右*/
.area-side {
    width: 260px;
    margin-left: 70px;
}


/*画像拡大*/
.imgWrap {
	overflow: hidden;
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;
}
.imgWrap img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	opacity: 0.8;
}

/*「-」を長くする*/
.dash-2x {
    padding: 0 .5em;
    font-weight: lighter;
    display: inline-block;
    -webkit-transform: scale(2.375, 1);
    transform: scale(2.375, 1);
}

/*小文字*/
.small {
    font-size: 0.9rem;
}

.red {
    color: red;
}

/*区切り*/
.section {}
.section~.section {
    margin-top: 50px;
}


/*注釈*/
ul.notes {
    margin:0;
    padding: 0 20px;
    list-style-type: none;
    font-size: 0.9rem;
    line-height: 140%;
}
ul.notes li~li {
    margin-top: 1em;
}

/*画像*/
.figure {}
.figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.figure figcaption {
    text-align: center;
    margin-top: 10px;
}

/*NEWマーク*/
.newmk {
    font-weight: normal;
    line-height: 100%;
    background-color: rgb(179, 0, 0);
    color:#fff;
    font-size: 0.6rem;
    padding: 2px 6px;
    margin-left: 10px;
    border-radius: 50px;    
    letter-spacing: 1px;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1280px) {
    .contents {
        max-width: 1280px;
        padding: 30px 40px 50px;
    }
}

@media screen and (max-width: 980px) {
    .contents {
        padding: 30px 20px 20px;
    }

    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    h5 {
        font-size: 1.2rem;
    }
    h6 {
        font-size: 1.1rem;
    }
    
    .h1-header {
        font-size: 1.8rem;
    }
    .h2-header {
        font-size: 1.6rem;
    }
    .h3-header {
        font-size: 1.4rem;
    }
    .h4-header {
        font-size: 1.3rem;
    }
    .h5-header {
        font-size: 1.2rem;
    }
    .h6-header {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 780px) {
}

@media screen and (max-width: 580px) {

    .contents {
        padding: 20px 10px 20px;
    }

    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
    }
    h6 {
        font-size: 1.0rem;
    }
    
    .h1-header {
        font-size: 1.6rem;
    }
    .h2-header {
        font-size: 1.4rem;
    }
    .h3-header {
        font-size: 1.3rem;
    }
    .h4-header {
        font-size: 1.2rem;
    }
    .h5-header {
        font-size: 1.1rem;
    }
    .h6-header {
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 380px) {
}

