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

/* モーダルウインドウ */
/* モーダルウインドウ */
/* モーダルウインドウ */
/* モーダルウインドウ */

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
	
	
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
	background-image: url(../img/attention_base.svg);
	background-repeat: repeat;
	background-size: cover;
	width: 70%;
	padding: 5%;
}

.onetime_popup_title {
    position: relative;
    padding: 30px 90px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}


/* モーダルウインドウ */
/* モーダルウインドウ */
/* モーダルウインドウ */
/* モーダルウインドウ */


/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */

/* section 1 */

.soterh_logo {
	width: 280px;
	display: block;
	position: absolute;
	  top: 40%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

.soterh_base {
		float: right;
		height: 60%;
		width: auto;
		margin-right: 10%;		
		margin-bottom: 150px;
		background-repeat: no-repeat;
		
	}

.catch_copy1 {
	height: 95px;
	width: auto;
	display: block;
	margin: 0 auto;
}

/* section 2 */


.news_a {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	overflow: hidden;
	text-decoration: none;
	color: #333;
}

.news_day {
	display: block;
	border-radius: 30px;
	border: 1px solid #666;
	padding: 5px 20px 4px 20px;
	text-align: center;
	float: left;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news_text {
	
	display: block;
	padding-top: 6px;
	text-align: justify;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
}

.more_btn1 {
	display: block;
	float: right;
	height: 20px;
	width: auto;
	margin: 40px 0px 10px auto;
}

/* section 3 */

.base_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/* section 4 */

.setsumei {
	background-size: cover;
	background-repeat: repeat;
	padding: 40px 50px;
	width: 800px;
	display: block;
	margin: 200px auto 50px auto;
	overflow: hidden;
}

.yajirushi {
	float: right;
	height: 55px;
	width: auto;
	
}

/* section 5 */

/* section 6 */



/* section 7 */


/* section 8 */

.question_wrap {
	width: 96%;
	display: block;
	overflow: hidden;
	background-color: #fff;
	padding: 10px 2%;
}

.q_img {
	float: left;
	display: block;
	height: 30px;
	width: auto;
	margin-top: 3px;
	margin-left: 10px;
}

.question_text {
	display: block;
	float: left;
	width: 80%;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 17px;
	height: 27px;
	color: #000;
	font-weight: 300;
}

.more_yajirushi_orenge {
	
	float:right;
	display: block;
	height: 30px;
	width: auto;
	margin-top: 3px;
}

.anser {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	padding: 2% 5% 2% 7%;
	width: 88%;
	font-size: 15px;
	line-height: 1.7;
	font-weight: lighter;
	text-align: justify;
	margin-bottom: 15px;
}


/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

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

.onetime_popup {
    top: 50%;
	width: 70%;
	padding: 10%;
}

/* section 1 */

.soterh_logo {
	width: 45%;
	  top: 60%;
	  left: 30%;
	  transform: translate(-40%, -30%);
}

.soterh_base {
		float: right;
		height: 250px;
		width: auto;
	    margin-top: 20px;
		margin-right: 15%;		
		margin-bottom: 20px;
		
	}	

.catch_copy1 {
	height: auto;
	width: 90%;
}

/* section 2 */


.more_btn1 {
	height: 15px;
	width: auto;
	margin: 10px 0px 5px auto;
	background-color: #e1dda0;
	padding: 5px 30px 5px 30px;
}
	
	
/* section 3 */

.base_image {
	background-size: cover;
	background-position: top center;
	background-color: black;
}
/* section 4 */

.setsumei {
	padding: 20px 10%;
	width: 75%;
	margin: 20px auto 0px auto;
}

.yajirushi {
	height: 35px;
	
}

	
/* section 5 */

/* section 6 */

/* section 8 */

.q_img {
	margin-left: 10px;
}

.question_text {
	width: 70%;
	margin-left: 15px;
	height: auto;
}

.more_yajirushi_orenge {
	
	height: 20px;
	margin-top: 10px;
}
	
}