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



.page_title .box .box_in h4 {
  padding-top: 2.0em;
}

.tab_box {
  display: flex;
  flex-wrap: wrap;
}
.tab_box > input {
  display: none;
}
.tab_box > label {
  display: block;
  cursor: pointer;
  order: -1;
  width: 200px;
  border: solid 1px #4a565a;
  text-align: center;
  letter-spacing: .3em;
  font-size: 1.8rem;
  padding: .4em .3em;
  display: none;
}
.tab_box > label:not(:last-of-type) {
  margin-right: -1px;
}
.tab_box > label:nth-of-type(1)::first-letter {
  letter-spacing: 1.3em;
}
.tab_box > input:checked + label {
  background: #4a565a;
  color: #FFF;
}
.tab_box .tab_contents section {
  padding: 45px 30px;
}
.tab_box .tab_contents section:nth-of-type(odd) {
  background: #edeeee;
}
.tab_box #paper + label + .tab_contents section ,
.tab_box #english + label + .tab_contents section {
  font-family: "EB Garamond", serif;
}
.tab_box .tab_contents section .comment p a {
  color: #3fa9f5;
  text-decoration: underline;
}
.tab_box #paper + label + .tab_contents section .comment p a ,
.tab_box #english + label + .tab_contents section .comment p a {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .page_title .box .box_in h3 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .page_title .box .box_in h3 span {
    margin-left: 0;
    text-align: left;
    font-size: 6.0rem;
    margin-bottom: .2em;
  }
  .page_title .box .box_in h3 em {
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .tab_box .tab_contents section {
    padding: 5vw 4vw;
  }
  
}


.page_title .box .box_in h3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.page_title .box .box_in h3 span {
  font-size: 10.0rem;
  margin-left: 0;
  text-align: left;
}
.page_title .box .box_in h3 em {
  padding-top: .5em;
}
.content_box > .comment {
  line-height: 3.125;
  margin-bottom: 60px;
}
.content_box .content:not(:last-of-type) {
  margin-bottom: 250px;
}
.content_box .content section:not(:last-of-type) {
  margin-bottom: 80px;
}
.content_box .content > h3 {
  color: #194863;
  font-size: 4.0rem;
  font-weight: 500;
  margin-bottom: .8em;
  letter-spacing: .4em;
}
.content_box .content section > h3 {
  color: #194863;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.content_box .content > .comment {
  line-height: 3.125;
  margin-bottom: 3.5em;
}
.content_box .content section > .comment {
  line-height: 3.125;
}
.content_box .time_name {
  line-height: 3.125;
  padding-top: 80px;
}
.content_box .time_name p {
  text-align: right;
}
.content_box .time_name p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.content_box .end {
  line-height: 3.125;
  padding-top: 80px;
}
.content_box .end p {
  text-align: right;
}

@media screen and (max-width: 1040px) {
  .page_title .box .box_in h3 span {
    font-size: 8.0rem;
  }
  .page_title .box .box_in h3 em {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page_title .box .box_in h3 span {
    font-size: 6.0rem;
  }
  .page_title .box .box_in h3 em {
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .content_box > .comment {
    line-height: 2.0;
    margin-bottom: 10vw;
  }
  .content_box .content:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .content_box .content section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .content_box .content > h3 {
    font-size: 2.0rem;
    margin-bottom: .8em;
    letter-spacing: .1em;
  }
  .content_box .content section > h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
  .content_box .content > .comment {
    line-height: 2.0;
    margin-bottom: 3.5em;
  }
  .content_box .content section > .comment {
    line-height: 2.0;
  }
  .content_box .time_name {
    line-height: 2.0;
    padding-top: 10vw;
  }
  .content_box .end {
    line-height: 2.0;
    padding-top: 10vw;
  }
}


.optout_info{
  width: 100% !important;
}

.optout_info dl{
  display:flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid #ccc;
  border-top: none;
}
.optout_info dt{
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
}
.optout_info dt p{
  padding: 0.4rem 1.6rem;
}
.optout_info dd{
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}
.del_head{
  text-align: center;
  font-weight: bold;
  background-color: #f3f3f3;
}
a.rd_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 64%;
	margin: auto;
	padding: 0.4rem 1.6rem;
	font-weight: bold;
	border: 2px solid #194863;
	color: #194863;
	border-radius: 100vh;
	transition: 0.5s;
}
a.rd_btn:hover {
	color: #fff;
	background: #194863;
}
@media screen and (max-width: 560px) {
.optout_info dl{
    flex-flow: column nowrap;
  }
.optout_info dt,
.optout_info dd{
    width: 100%;
  }
.optout_info dd{
    border-left: none;
  }
  .optout_info dd{

  border-left: none;
  border-top: unset; 
}
}