@charset "UTF-8";

/* ==========================================================
PC閲覧用 481px以上
========================================================== */

@media print, screen and (min-width: 481px) {

/*----------------------------------------
common
-----------------------------------------*/

	.cmnbox img {
		width: 235px;
		height: auto;
		margin-bottom: 15px;
	}

/*----------------------------------------
box1
-----------------------------------------*/

	#box1 .inner {
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
	}
	#box1 .inner p {
		width: 65%;
		margin-right: 5%;
	}
	#box1 figure{
		width: 30%;
	}
	#box1 figure img {
		width: 100%;
	}	

/*--------------------------------------
box2
-------------------------------------*/

	#box2 {
		margin-top: 20px;
	}	
	#box2 img {
		float: right;
		margin-left: 20px;
	}
	#box2 .cmnlink{
		margin-top: 15px;
	}
	#box2 .flex{
		display: flex;
		justify-content: space-between;
	}
	#box2 .flex-txt{
		width: 65%;
		margin-right: 5%;
	}
	#box2 .flex-img{
		width: 30%;
	}
	#box2 .flex-img img{
		width: 100%;
		height: auto;
	}
	#box2 .faq dt{
		font-weight: bold;
		margin-bottom: 5px;
	}
	#box2 .faq dd{
		margin-bottom: 15px;
	}
	#box2 .check{
		box-sizing: border-box;
		padding: 10px;
		background-color: #f8ffc0;
	}

}

/* ==========================================================
SP閲覧用 480px以下
========================================================== */

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

/*----------------------------------------
common
-----------------------------------------*/

	.cmnbox img{
		width: 100%;
		margin: 10px auto;
		display: block;
	}
	
/*----------------------------------------
box1
-----------------------------------------*/

	#box1 img {
		margin-top: 10px;
	}
	#box1 .module {
		padding: 3px;
		background:url(../../img/cmn_main_color02.gif);
		margin-bottom: 30px;
	}

/*----------------------------------------
box2
-----------------------------------------*/

	#box2 img {
		margin-top: 10px;
	}
	#box2 .cmnlink { 
		margin: 20px 0 20px;
	}
		#box2 .flex{
		margin-bottom: 25px;
	}
	#box2 .flex-txt{
		width: 100%;
		margin-bottom: 15px;
	}
	#box2 .flex-img{
		width: 100%;
		margin-bottom: 15px;
	}
	#box2 .flex-img img{
		width: 100%;
		height: auto;
	}
	#box2 .faq dt{
		font-weight: bold;
		margin-bottom: 5px;
	}
	#box2 .faq dd{
		margin-bottom: 15px;
	}
	#box2 .check{
		box-sizing: border-box;
		padding: 10px;
		background-color: #f8ffc0;
	}
}