@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#by{
	width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2.0;
    font-size: 11px;
	color: #111;
	letter-spacing: 1px;
}
#by a {
	text-decoration: none;
	color: #111;
}
#by p {
    margin: 0;
}
#by　a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*  #main_visual
**************************************************/
#by #main_visual {
	display: block;
	margin: 0 auto 10%;
	position: relative;
}
#by #main_visual .main_ttl {
	position: absolute;
    width: 86%;
    top: 2%;
    left: 0;
    right: 0;
    margin: 0 auto 0;
}

@media only screen and (min-width: 769px)  {
	#by #main_visual {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto 160px;
	}
	#by #main_visual .main_ttl {
		max-width: 560px;
        width: 44%;
        top: 33%;
        left: 8%;
        right: auto;
        margin: 0;
	}
}

/*  content
**************************************************/
#by .content {
	margin: 0 auto;
}
@media only screen and (min-width: 769px)  {
	#by .content {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
	}
}
/*  section
**************************************************/
#by section {
	width: 100%;
	margin: 22% auto 18%;
}
#by section .ttl {
	width: 70%;
    margin: 0 auto 5%;
	position: relative;
}
#by section .ttl img {
	position: relative;
	z-index: 2;
}
#by section .ttl .new {
	width: 24%;
    position: absolute;
    top: -30px;
    left: -15%;
    z-index: 1;
}
#by section:nth-of-type(2) .ttl .new {
    left: -11.5%;
}
#by section .box div:nth-of-type(1) {
	width: 100%;
}
#by section .box div:nth-of-type(2) {
	width: 70%;
	margin: 12% auto;
}

@media only screen and (min-width: 769px)  {
	#by section .ttl {
		width: 480px;
        margin: 0 auto 50px;
	}
	#by section .box {
		display: flex;
		justify-content: space-between;
	}
	#by section:nth-of-type(even) .box {
		flex-direction: row-reverse;
	}
	#by section .box div:nth-of-type(1) {
		width: 45%;
		margin: 0;
	}
	#by section .box div:nth-of-type(2) {
		width: 45%;
		margin: 0;
	}
}

/* point
**************************************************/
#by section .point {
	position: relative;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
	padding: 8% 0;
}
#by section .point .point_inner {
	width: 86%;
	margin: 0 auto;
}
#by section .point .point_inner h3 {
	font-size: 14px;
	margin-bottom: 4%;
	font-weight: 400;
}
#by section .point .point_inner h3 span {
	display: block;
	font-size: 78%;
	color: #515151;
}
#by section .point .point_inner .text {
	margin-bottom: 7%;
}
#by section .point .point_inner .link {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#by section .point .point_inner .link a {
	display: block;
	width: 47%;
	background: #111;
	text-decoration: underline;
}
#by section .point .point_inner .link a img {
	display: block;
    width: 74%;
    margin: 0 auto;
    padding: 8% 0;
}

@media only screen and (min-width: 769px)  {
	#by section .point {
		padding: 40px 0;
        margin: 60px 0 0;
	}
	#by section .point .point_inner {
		width: 54%;
		font-size: 12px;
	}
	#by section .point .point_inner h3 {
		font-size: 17px;
	}
	#by section .point .point_inner .link a {
		width: 46%;
	}
	#by section .point .point_inner .link a img {
		width: 62%;
		padding: 6% 0;
	}
}

/* js
**************************************************/
#by .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#by .anim.ac {
	opacity: 1;
	transform: translate(0);
}

/* view 
**************************************************/
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}