@charset "utf-8";

body {
  margin: 0;
  padding: 0;
}

html {
  background: url(../images/body_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
.wrapper{
background-attachment: fixed;
  background-image: url(../images/body_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
*/

.contens {
  width: 1020px;
  margin: auto;
  /*
  background-color: #000;
  opacity: 0.4;
  */
}

.h1_title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px 0;
}

.h2_box {
  width: 1000px;
  text-align: center;
}

.h2_title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.4em;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.h2_title:before, .h2_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.h2_title:before {
  left:0;
}
.h2_title:after {
  right: 0;
}

.pr_ta {
  width: 1020px;
  margin: 20px auto 0;
  padding: 20px;
/*
  border: solid 3px #000;
  */
  background-color: #fff;
  color: #000;
  opacity: 0.7;
}

.pr_ta p {
  font-size: 1.1rem;
  line-height: 170%;
}

.box1 {
  margin: 20px 0;
  padding: 10px;
  background-color: #fff;
  color: #000;
  opacity: 0.7;
}

.box1_1 {
  margin: 0 0 20px 0;
}


.h3_title {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
}

.h3_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 30%;
}

.text_style_01 {
  font-size: 1.4rem;
  line-height: 170%;
  margin-left: 20px;
}

.text_style_02 {
  font-size: 1.1rem;
  line-height: 170%;
  margin-left: 20px;
}

.text_style_03 {
  font-size: 0.8rem;
  line-height: 170%;
  width: 800px;
  text-align: right;
}

.text_style_04 {
  font-size: 1.1rem;
  line-height: 170%;
  width: 800px;
  margin: 5px 0 0 0;
  text-align: center;
}

.tbl1 {
  width: 800px;
  border: solid 1px #000;
  border-collapse: collapse;
}

.tbl1 th {
  width: 17%;
  border: solid 1px #000;
  padding: 5px;
  vertical-align: middle;
}

.tbl1 td {
  border: solid 1px #000;
  text-align: center;
  padding: 3px;
}