/* -------------------------------------------------------------------------------------------------------------

	style.css

------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------

	PC / PRINT

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px), print {
	/* -------------------------------------------------------------------------------------------------------*/
	/* c3CmnBg01
	-----------------------------------------------------------------*/
	.c3CmnBg01 {
		background: #e9f4fc;
	}
	.c3CmnBg01:before {
		background-image: url("/-/Media/com/c3/top/190426/situation/bg_hr01.png");
	}
	.c3CmnBg01:after {
		display: none;
	}
	/* c3Mv
	-----------------------------------------------------------------*/
	.howto .c3Mv {
		height: 550px;
		background: url("/-/Media/com/c3/top/190426/howto/bg_mv01.jpg") no-repeat center;
		background-size: cover;
		position: relative;
	}
	.howto .c3Mv .c3MvTxt01, .howto .c3Mv .c3MvImg01 {
		position: absolute;
	}
	.howto .c3Mv .c3MvTxt01 {
		left: calc(50% - 339px);
		top: 32px;
	}
	.howto .c3Mv .c3MvImg01 {
		left: calc(50% - 160px);
		bottom: 0;
	}
	/* c3TxtArea01
	-----------------------------------------------------------------*/
	.c3TxtArea01 {
		padding: 33px 0 20px;
	}
	.c3TxtArea01 p {
		font-size: 1.8rem;
		line-height: 1.78;
		margin: 0.5em 0 0;
	}
	.c3TxtArea01 p:first-child {
		margin-top: 0;
	}
	/* c3Column01
	-----------------------------------------------------------------*/
	.howto .c3Column01 .c3ColumnInner01:after {
		content: "";
		clear: both;
		display: block;
	}
	.howto .c3Column01 .c3ColumnList01 {
		/**/
	}
	.howto .c3Column01 .c3ColumnList01 li {
		float: left;
		width: 300px;
		height: 300px;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
		border-radius: 5px;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1.47;
		color: #0d88e7;
		text-align: center;
		margin: 20px 0 0 20px;
		padding: 30px 10px 0;
		box-sizing: border-box;
	}
	.howto .c3Column01 .c3ColumnList01 li:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.howto .c3Column01 .c3ColumnList01 li:nth-of-type(-n + 3) {
		margin-top: 0;
	}
	.howto .c3Column01 .c3ColumnImg01 {
		width: 132px;
		margin: 0 auto;
	}
	.howto .c3Column01 .c3ColumnTxt01 {
		margin: 15px 0 0;
	}
	.howto .c3Column01 .c3ColumnNum01 {
		color: #fff;
		display: inline-block;
		width: 3.33em;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
		background: #0d88e7;
		border-radius: 10px;
		margin: 0 0 5px;
	}
	.howto .c3Column01 .c3ColumnTxt02 {
		font-size: 1.8rem;
		font-weight: 700;
	}
	.howto .c3Column01 .c3ColumnBox01 {
		width: 620px;
		height: 300px;
		border: 2px solid #0d88e7;
		box-sizing: border-box;
		padding: 20px 28px;
		float: left;
		margin: 20px 0 0 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.howto .c3Column01 .c3ColumnTxt03 {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.howto .c3Column01 .c3ColumnTxt03 span {
		font-size: 2.7rem;
		color: #0d88e7;
	}
	.howto .c3Column01 .c3ColumnTxt04 {
		margin: 25px 0 0;
	}
	.howto .c3Column01 .c3ColumnTxt04 p {
		display: inline;
		line-height: 1.71;
	}
	/* -------------------------------------------------------------------------------------------------------*/
}
/* -------------------------------------------------------------------------------------------------------------

	PC

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	/* -------------------------------------------------------------------------------------------------------*/
	/* -------------------------------------------------------------------------------------------------------*/
}
/* -------------------------------------------------------------------------------------------------------------

	TAB

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------*/
	/* -------------------------------------------------------------------------------------------------------*/
}
/* -------------------------------------------------------------------------------------------------------------

	SP / TAB

------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------*/
	/* c3CmnBg01
	-----------------------------------------------------------------*/
	.c3CmnBg01 {
		background: #e9f4fc;
	}
	.c3CmnBg01:before {
		background-image: url("/-/Media/com/c3/top/190426/howto/bg_hr01_sp.png");
	}
	.c3CmnBg01:after {
		display: none;
	}
	/* c3Mv
	-----------------------------------------------------------------*/
	.howto .c3Mv {
		padding: 100vw 0 0;
		background: url("/-/Media/com/c3/top/190426/howto/bg_mv01_sp.jpg") no-repeat center;
		background-size: cover;
		position: relative;
	}
	.howto .c3Mv .c3MvTxt01, .howto .c3Mv .c3MvImg01 {
		position: absolute;
	}
	.howto .c3Mv .c3MvTxt01 {
		width: 96vw;
		left: 2.27vw;
		top: 5.6vw;
	}
	.howto .c3Mv .c3MvImg01 {
		width: 85.07vw;
		left: 10.4vw;
		bottom: 0;
	}
	/* c3TxtArea01
	-----------------------------------------------------------------*/
	.c3TxtArea01 {
		padding: 15px 4vw 20px;
	}
	.c3TxtArea01 p {
		font-size: 1.6rem;
		line-height: 1.88;
		margin: 0.5em 0 0;
	}
	.c3TxtArea01 p:first-child {
		margin-top: 0;
	}
	/* c3Column01
	-----------------------------------------------------------------*/
	.howto .c3Column01 .c3ColumnList01 {
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
		border-radius: 5px;
	}
	.howto .c3Column01 .c3ColumnList01 li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 4vw;
		border-top: 1px solid rgba(13, 136, 231, 0.15);
		font-size: 1.4rem;
		line-height: 1.47;
		color: #0d88e7;
	}
	.howto .c3Column01 .c3ColumnImg01 {
		order: 1;
		width: 22.4vw;
	}
	.howto .c3Column01 .c3ColumnTxt01 {
		order: 0;
		width: 60vw;
	}
	.howto .c3Column01 .c3ColumnNum01 {
		color: #fff;
		display: inline-block;
		width: 3.33em;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
		background: #0d88e7;
		border-radius: 10px;
		margin: 0 0 5px;
	}
	.howto .c3Column01 .c3ColumnTxt02 {
		font-size: 1.5rem;
		font-weight: 700;
	}
	.howto .c3Column01 .c3ColumnBox01 {
		border: 2px solid #0d88e7;
		padding: 20px 4vw;
		margin: 28px 0 0;
	}
	.howto .c3Column01 .c3ColumnTxt03 {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.howto .c3Column01 .c3ColumnTxt03 span {
		font-size: 2.7rem;
		color: #0d88e7;
	}
	.howto .c3Column01 .c3ColumnTxt04 {
		margin: 15px 0 0;
	}
	.howto .c3Column01 .c3ColumnTxt04 p {
		margin: 0.5em 0 0;
		line-height: 1.71;
	}
	/* -------------------------------------------------------------------------------------------------------*/
}
/* -------------------------------------------------------------------------------------------------------------

	print

------------------------------------------------------------------------------------------------------------- */
@media print {
	/* -------------------------------------------------------------------------------------------------------*/
	/* -------------------------------------------------------------------------------------------------------*/
}
