@charset "utf-8";





/* for MiddleSize(480-579px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {


	/* Footer
	------------------------------------------------------------- */

	/*Privacy*/

	.bn_securityaction {
		width: 340px;
	}

	.bn_securityaction p:nth-child(3) br {
		display: none;
	}

	/*Banner*/

	footer .banner_box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	footer .banner_box ul li {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}

	footer .banner_box ul li a img {
		width: 100%;
	}


	/* Youtube
	------------------------------------------------------------- */

	ul.movie_list {
		display: flex;
		flex-wrap: wrap;
	}

	ul.movie_list li {
		width: calc(50% - 15px);
		margin-right: 30px;
	}

	ul.movie_list li:nth-child(even) {
		margin-right: 0;
	}


	/* Movie Iframe-type*/

	.movie_iframe ul.movie_list {
		display: block;
	}

	.movie_iframe ul.movie_list li {
		width: 100%;
		margin-right: 0;
	}


}






/* for MiddleSize(580-639px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:580px) {

	/* Common
	------------------------------------------------------------- */

	br.wbr {
		display: none;
	}


	/* Footer
	------------------------------------------------------------- */

	.copyright_box p {
		font-size: 1.2rem;
	}

	.copyright_box p br {
		display: none;
	}


	/* Data List, Form List
	------------------------------------------------------------- */

	dl.data_list {
		display: flex;
		flex-wrap: wrap;
	}

	dl.data_list > dt {
		padding: 10px;
		width: 11em;
		border-bottom: 1px solid #ccc;
	}

	dl.data_list > dt br {
		display: inline;
	}

	dl.data_list.long_dt > dt br {
		display: none;
	}

	dl.data_list > dd {
		width: calc(100% - 11em);
		padding: 10px;
	}


	/* Kaiin Clip (Add 20240826)
	------------------------------------------------------------- */

	.img_clip_box {
		display: flex;
		flex-wrap: wrap;
		padding-left: 20px;
	}

	.img_clip_box > h4 {
		width: calc(100% - 30px) !important;
	}

	.img_clip_box a {
		width: calc(50% - 30px);
		margin-right: 30px;
	}


}



/* for MiddleSize(640-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:640px) {

	/* Footer
	------------------------------------------------------------- */

	footer address {
		text-align: left;
		margin-bottom: 20px;
	}

	footer address dl {
		margin: 0 0 10px 0;
	}

	/*Privacy*/

	.privacy_box {
		width: 225px;
		position: absolute;
		top: 10px;
		right: 20px;
	}

	.bn_securityaction {
		margin: 0 0 5px 0;
		padding: 7px 5px 5px 72px;
		min-height: 70px;
		width: auto;
	}

	.bn_securityaction img {
		left: 5px;
	}

	.bn_securityaction p:nth-child(2) {
		font-size: 0.8rem;
		margin-bottom: 3px;
	}

	.bn_securityaction p:nth-child(3) br {
		display: inline;
	}


}