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

.pc { display:none; }
.sp { display:block; }

body {
	min-width: auto;
    font-family: "小塚明朝 Pr6N";
    margin: 0;
}

.sec01 {
    width: 100%;
    /* background-image: url("../images/prevention/prevention_firstview_03.jpg");
	background-position: top;
    background-size: cover; */
    background: url(../img/prevention01.jpg) bottom 30% center/cover no-repeat;
	height: 400px;
	 margin-top: 80px; 
	/* position: relative; */
}

.director_top_on {
	width: 100%;
	height: 400px;
    position: absolute;
    margin: 0;
}

.director_top_on img {
	width: 100%;
	height: 400px;
}

.sec01_head {
	width: 180px;
    margin: 0 auto;
}

.sec01_title {
	position: absolute;
    top: 35%;
	font-size: 36px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
	letter-spacing: 0.28em;
	text-shadow: rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px -2px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 2px, rgb(255, 255, 255) -2px 2px, rgb(255, 255, 255) 2px -2px, rgb(255, 255, 255) -2px -2px, rgb(255, 255, 255) 1px 2px, rgb(255, 255, 255) -1px 2px, rgb(255, 255, 255) 1px -2px, rgb(255, 255, 255) -1px -2px, rgb(255, 255, 255) 2px 1px, rgb(255, 255, 255) -2px 1px, rgb(255, 255, 255) 2px -1px, rgb(255, 255, 255) -2px -1px;
}

.sec01_head_img {
	display: flex;
	justify-content: space-between;
	height: 400px;
}

.sec01_left {
}

.sec01_left p img {
    height: 200px;
    width: 100%;
    position: relative;
}

.sec01_right {
}

.sec01_right p img {
    height: 200px;
    width: 100%;
    position: relative;
    top: 200px;
}

.sec02 {
    text-align: center;
    font-size: 18px;
    margin: 30px 0 50px;
    font-family: serif;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: 0 15px;
}

.sec03 {
    text-align: center;
    background: #fffef5;
    border-top: 1px solid #be9e3a;
    border-bottom: 1px solid #be9e3a;
    font-size: 18px;
}

.sec03_text {
    letter-spacing: 1px;
    padding: 0 20px;
}

.sec03_red {
    color: #e7242b;
    font-size: 20px;
    letter-spacing: 1px;
}

.sec03_info {
    background: #1f296e;
    /* width: 530px; */
    width: 90%;
    margin: 0 auto;
}

.sec03_info_content {
    font-size: 18px;
    color: #fff;
}

.sec03_bottom {
    display: flex;
    margin: 5px auto 30px;
    /* width: 530px; */
    width: 93%;
    align-items: center;
}

.sec03_tel {
    padding: 0 0 0 10px;
    margin: 0;
}

.sec03_tel img {
    width: 50%;
	position: relative;
    bottom: 4px;
    left: 7px;
    -webkit-backface-visibility: hidden;
}

.sec03_number {
    font-size: 18px;
    padding: 0 5px;
    margin: 0;
}

.sec03_time {
    font-size: 13px;
    padding: 0 5px;
    margin: 0;
}

.sec04 {
    margin-top: 50px;
    text-align: center;
    margin-bottom: -150px;
}

.sec04_bottom {
	margin-top: 20px;
}

.sec04_bottom p img {
    width: 100%;
	-webkit-backface-visibility: hidden;

}

.sec04_bottom_topic_box {
    display: flex;
    border-bottom: 2px dotted #1f296e;
}

.sec04_bottom_text{
    position: relative;
    top: 0px;
    /* width: 810px; */
    width: 90%;
    margin: 0 auto;
}

.sec04_bottom_topic_box p {
    margin-left: 0px;
}

.sec04_bottom_topic_box p:nth-child(1) {
    width: 17%;
}

.sec04_bottom_topic_box p img {
    width: 15px;
    margin-top: 0px;
	position: relative;
    bottom: 5px;

}

.sec04_bottom_topic_text {
    text-align: left;
    font-size: 16px;
}

.sec04_bottom_topic_text02 {
    padding-left: 8px;
    text-align: left;
    font-size: 16px;
}

.sec04_7box {
	margin-left: 8px!important;
}

.sec05 {
    text-align: center;
    width: 90%;
    margin: 200px auto 0;
}

.sec05_subtitle {
    color: #1f296e;
    font-size: 22px;
    font-family: serif;
    letter-spacing: 5px;
}

.sec05_title {
    font-size: 20px;
    font-weight: 100;
    font-family: serif;
}

.sec05_title_box {
    /* width: 690px; */
    width: 100%;
    margin: 0 auto;
}

.sec05_2nd_title {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 100;
    font-family: serif;
    color: #1f296e;
}

.sec05_2nd_title:before, .sec05_2nd_title:after {
    content: "";
    flex-grow: 1;
    height: 1px; /* 線の太さを変えたいときはここを変える */
    background: #000; /* 線の色を変えたいときはここを変える */
    margin:1em; /* 文字と線の余白用 なくても良い */
}

.sec05_table {
    margin: 50px 0 100px;
    font-size: 14px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    /* width: 650px; */
    width: 100%;
}

tr {
    text-align: left;
}

th,td {
    border: solid 1px #be9e3a;
    padding-left: 10px;
}

th {
    background: #fffef5;
    width: 65%;
    padding: 13px 10px;
    font-weight: 400;
    font-size: 16px;
}

td {
    width: 35%;
}

.sec05_tax {
    text-align: right;
    margin-top: -85px;
}

.sec06 {
    text-align: center;
    background-color: rgba(111,158,212,0.14);
    margin-top: 50px;
    padding-bottom: 50px;
}

.sec06_sub_title {
    color: #1f296e;
    font-size: 22px;
    font-family: serif;
    letter-spacing: 5px;
    padding-top: 45px;
}

.sec06_title {
    font-size: 20px;
    font-weight: 100;
    font-family: serif;
    margin: 10px 0 0;
    letter-spacing: 1px;
}

.sec06_caution {
    font-size: 14px;
}

.sec06 img {
    box-shadow: 3px 4px 5px rgba(126,126,127,0.75);
    margin: 10px 0;
    width: 85%;
}

.sec06_btn {
    background-color: #be9e3a;
    width: 150px;
    margin: 50px auto;
    padding: 3px;
}

.sec06_btn_line {
    border: #fff 1px solid;
    margin: 5px;
}

.sec06_btn_line {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 3px;
}