@import
	url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*html {
    font-size: 62.5%;
    box-sizing: border-box;
    cursor: default;
}
article, aside, footer, header, nav, section {
    display: block;
}
*, ::before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    color: #434343;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: inherit;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p, ul, li {
    margin: 0;
    max-height: 9999px;
    background: transparent;
}
a {
    color: #434343;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

article {
    color: #000;
}
.fitImg img {
    width: 100%;
    height: auto;
}
img {
    vertical-align: bottom;
}
img {
    border-style: none;
}
.fa-angle-right:before {
    content: "\f105";
}
.caption {
    font-size: 1.24rem;
    line-height: 1.4;
}
ul.disc {
    padding-left: 1.5em;
}
ul.disc li {
    text-indent: -1.5em;
}
ul.disc li:BEFORE {
    content: "\25cf";
    margin-right: 0.5em;
}

@media print , screen and (min-width: 481px) {
        #globalHeader, main, #globalFooter {
			min-width: 980px;
        }
        article {
		font-size: 1.6rem;
	}

	.mtm {
		margin-top: 6rem;
	}

	.sub-title {
		font-size: 2.4rem;
	}

	#osusume.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	#osusume .baseWidth {
		border-top: solid 1px #aaa;
	}
	#osusume .sub-title {
		padding-top: 3rem;
		margin-bottom: 3rem;
	}
	ul.list-osusume {
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-osusume li {
		width: 23%;
		margin-top: 3rem;
		margin-left: 2.6%;
	}
	ul.list-osusume li:nth-child(-n + 4) {
		margin-top: 0;
	}
	ul.list-osusume li:nth-child(4n - 3) {
		margin-left: 0;
	}
	ul.list-osusume li a {
		display: block;
		text-decoration: none;
	}
	ul.list-osusume li a .ttl {
		padding-left: 1em;
		text-indent: -0.4em;
	}
	ul.list-osusume li .ttl {
		margin-top: 0.5em;
		font-weight: bold;
		color: #0c4c88;
	}
	ul.list-osusume li .ttl .fa-angle-right {
		margin-right: 0.3em;
	}
	ul.list-osusume li .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}

        .baseWidth {
            width: 960px;
            margin-left: auto;
            margin-right: auto;
        }
        
.hover a, a.hover {
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
}  
}

@media screen and (max-width: 480px) {
	html {
		font-size: 2.667vw;
	}
        .baseWidth {
            width: 100%;
            padding-left: 5%;
            padding-right: 5%;
        }
        article img {
		width: 100%;
	}
	.mtm {
		margin-top: 4rem;
	}
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-top: solid 1px #ccc;
	}

	.sub-title {
		margin-bottom: 2rem;
		font-size: 2.2rem;
		line-height: 1.4;
		text-align: center;
	}
	#osusume .sub-title {
		margin-bottom: 3rem;
	}
	ul.list-osusume li {
		margin-top: 2.5rem;
	}
	ul.list-osusume li:first-child {
		margin-top: 0;
	}
	ul.list-osusume li,
	ul.list-osusume li a {
		display: flex;
		justify-content: space-between;
		text-decoration: none;
		font-size: 1.4rem;
	}
	ul.list-osusume .img {
		width: 30%;
	}
	ul.list-osusume .text-container {
		width: 66%;
	}
	ul.list-osusume a .ttl {
		padding-left: 1em;
		text-indent: -0.4em;
	}
	ul.list-osusume .ttl {
		font-weight: bold;
		color: #0c4c88;
	}
	ul.list-osusume .ttl .fa-angle-right {
		margin-right: 0.3em;
	}
	ul.list-osusume .text {
		margin-top: 0.5em;
	}
}

