@media screen and (max-width: 960px) {
	.head_img__copy {
		margin: 10% 0 0 0;
		font-size: 28px;
	}

	.head_img__copy span {
		font-size: 40px;
		line-height: 42px;
	}
}

@media screen and (max-width: 768px) {
	.left_contents {
		float: none;
	  width : 100% ;
	}

	.right_contents {
		width: 100%;
		float: none;
	}
	.right_contents__inner {
		width: 100%;
}

@media screen and (max-width: 640px) {
		.flex {
		  display: block;
		}
		.flex__l30,
		.flex__r70,
		.flex__l40,
		.flex__r60 {
			width: 100%;
		}
		.modal-window .modal-inner {
			height: 85%;
	    overflow: scroll;
		}
		.fsl {
			font-size:110%;
		}
		.under_line_title {
			font-size: 20px;
			line-height: 30px;
			padding-bottom: 3px;
		}
		.article_title {
			font-size: 20px;
			line-height: 28px;
			margin: 0 0 5px 0;
		}
		.article_text h2 {
			padding: 2px 5px;
			font-size: 18px;
		}
		.article_text h3 {
			font-size: 16px;
		}
		.post_card__block {
			width: 100%;
			padding: 0 0 20px 0;
		}
		.head_img__copy {
			margin-top: 11%;
			font-size: 20px;
		}

		.head_img__copy span {
			font-size: 32px;
			line-height: 34px;
		}
		.head_img {
			margin: 70px 0 0 0;
		}
		#top-head,
		.inner {
				width: 100%;
				padding: 0;
		}
		.nav-item {
			margin: 0;
		}
		#top-head {
				top: 0;
				position: fixed;
				margin-top: 0;
				overflow: inherit;
		}
		/* Fixed reset */
		#top-head.fixed {
				padding-top: 0;
				background: transparent;
		}
		#mobile-head {
				background: #ffffff;
				width: 100%;
				height: 55px;
				z-index: 999;
				position: relative;
				border-bottom: 1px solid #eeeeee;
		}
		#top-head.fixed .logo,
		#top-head .logo {
				position: absolute;
				left: 13px;
				top: 13px;
				color: #333333;
				font-size: 26px;
		}
		#global-nav {
				position: absolute;
				/* 開いてないときは画面外に配置 */
				top: -500px;
				background: #333333;
				width: 100%;
				text-align: center;
				padding: 0;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
		}
		#global-nav .nav-items {
				list-style: none;
				float: none;
				right: 0;
				margin: 0;
				bottom: 0;
				font-size: 14px;
		}
		#global-nav .nav-items li {
				float: none;
				position: static;
				border-bottom: 1px dashed #ffffff;
		}
		#top-head #global-nav ul li a,
		#top-head.fixed #global-nav ul li a {
				width: 100%;
				display: block;
				color: #fff;
				padding: 0 0 0 10px;
				line-height: 45px;
		}
		#nav-toggle {
				display: block;
		}
		#top-head #global-nav ul li a:hover,
		#top-head.fixed #global-nav ul li a:hover {
				background: #EA5D6B;
				color: #ffffff;
		}
		/* #nav-toggle 切り替えアニメーション */
		.open #nav-toggle span:nth-child(1) {
				top: 11px;
				-webkit-transform: rotate(315deg);
				-moz-transform: rotate(315deg);
				transform: rotate(315deg);
		}
		.open #nav-toggle span:nth-child(2) {
				width: 0;
				left: 50%;
		}
		.open #nav-toggle span:nth-child(3) {
				top: 11px;
				-webkit-transform: rotate(-315deg);
				-moz-transform: rotate(-315deg);
				transform: rotate(-315deg);
		}
		/* #global-nav スライドアニメーション */
		.open #global-nav {
				/* #global-nav top + #mobile-head height */
				-moz-transform: translateY(556px);
				-webkit-transform: translateY(556px);
				transform: translateY(556px);
		}
}

@media screen and (max-width: 480px) {
	.head_img__copy {
		margin-top: 12%;
		font-size: 14px;
	}

	.head_img__copy span {
		font-size: 24px;
		line-height: 26px;
	}
}
