@charset "utf-8";
/* CSS Document */

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation:portrait) {
	p {
    font-weight: 300;
		font-family: "游ゴシック" , 'Josefin Sans' , sans-serif , YuGothic, 'Franklin Gothic Medium' , 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	}
	#mainv section > div {
		height: 60vh;
		display: flex;
		flex-wrap: wrap;
	}
	#mainv #main_copy p {
		font-size: 5rem;
		line-height: 1.6;
		margin-top: -0.3em;
	}
	#mainv #main_copy #mc_low {
    text-align-last: auto;
    text-justify: auto;
	}
	#mainv p#sub_copy {
		font-size: 2rem;
		line-height: 2;
		margin: 2em 0 4em;
	}
	#mainv p#sub_copy a {
		right: auto;
		left: 0;
		top: 4em;
		font-size: 1.8rem;
	}
	#mainv p#sub_copy a::before {
    top: 20px;
	}
	#mainv p#sub_copy a span::before {
    top: 17px;
	}
	#mainv p#sub_copy a span::after {
		right: -123px;
		top: 11px;
	}
	#mainv p#read {
		font-size: 1.5rem;
		line-height: 2;
	}
	#btn_contact {
		margin: 1.5em 0;
	}
	#btn_contact a {
		position: relative;
		left: auto;
		top: auto;
		font-size: 1.2rem;
		color: #1974b7;
		letter-spacing: 0;
		width: 6em;
	}
	#mainv ul {
		padding-bottom: 1em;
	}
	#mainv ul li a::after {
		background: #1974b7;
	}
	#mainv ul li a p {
		max-width: 12em;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation:portrait) {
	p {
		font-weight: 300;
		font-family: "游ゴシック" , 'Josefin Sans' , sans-serif , YuGothic, 'Franklin Gothic Medium' , 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	}
	#mainv section > div {
		height: 60vh;
    display: flex;
    flex-wrap: wrap;
	}
	#mainv #main_copy p {
		font-size: 2.9rem;
		line-height: 1.6;
		margin-top: -0.3em;
		text-align-last: auto !important;
		text-justify: auto !important;
	}
	#mainv p#sub_copy {
    font-size: 1.5rem;
    line-height: 2;
    margin: 2em 0;
	}
	#mainv p#read {
    font-size: 1rem;
    line-height: 2;
	}
	#btn_contact {
    margin: 1.5em 0;
	}
	#btn_contact a {
    position: relative;
    left: auto;
    top: auto;
    font-size: 1.2rem;
    color: #1974b7;
    letter-spacing: 0;
    width: 6em;
	}
	#mainv ul {
		padding-bottom: 1em;
		position: absolute;
    bottom: 0px;
    border-top: solid #f9f9f9 1px;
	}
	#mainv ul li a::after {
    background: #1974b7;
  }
	#mainv ul li a p {
    max-width: 12em;
	}
}

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

}
