@charset "utf-8";
/* CSS Document */
.oka_body {
  width: 100%;
  background: url("../img/bg2.svg")center top repeat-y,url("../img/bg.jpg") repeat;
  min-height: 800px;
 }

.oka_container {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 100px;
}
.oka_wrapper{
  width: 1000px;
  margin: 0 auto ;
}

.oka_title div,.oka_title h1{
	display: inline-block;
}

.oka_title_date{
	margin: -30px auto 20px;
}

.oka_eachoa{
	width:100%;
	margin:0 auto 32px auto;
	padding:12px 16px;
	border-radius: 10px;
	background-color: #f9f9f9;
}

.oka_eachoa ul{
	display:flex;
	text-align: center;
}

.oka_eachoa ul li:not(:last-of-type){
	border-right:solid 1px #CCC;
}

.oka_eachoa ul li span{
	font-weight:bold;
	font-size:1.125rem;
	line-height:2;
}

.oka_act{
  width: 50%;
  background: #FFFBE2;
  text-align: center;
  padding: 20px 40px;
  margin: 0 auto 30px;
  border-radius: 50px;
}

.oka_act dt{
  color: #7A5429;
  margin-bottom: 10px;
}

.oka_act dd{
  font-weight: bold;
  color: #FF2E82;
}

.oka_act dd span{
	color: #0071BC;
}

.oka_copy{
  text-align: center;
  margin-bottom: 20px;
}

.oka_txt{
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}

.oka_ph{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.oka_pre{
  position: relative;
  border-radius: 20px;
  border: solid 3px #0071BC;
  background: #FFFBE2;
  margin-top: 60px;
}

.oka_pre_titl{
  width: 500px;
  margin: -30px auto 0;
}

.oka_pre_ph{
  position: absolute;
  left: 70px;
  top:60px;
}

.oka_pre_txt_p{
  width: 460px;
  margin: 50px 0 60px 490px ;
  text-align: center;
}

.oka_pre_txt_txt{
  color: #FF3A89;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

a.oka_pre_a{
  display: block;
  width: 430px;
  text-align: center;
  background: linear-gradient(#FF72AB, #FF2E82);
  border: solid 3px #CC3773;
  border-radius: 20px;
  color: #FFF;
  height: 100px;
  text-decoration: none;
  font-size: 1.875rem;
  font-weight: bold;
  padding-top:20px;
  margin: 0 auto 20px;
}
a.oka_pre_a:hover{
  text-decoration: underline;
  opacity: 50%;
}

a.oka_pre_a span{
  display: block;
  font-size:1rem;
  font-weight: normal;
  margin-top: 10px;
}

.oka_pre_note{
  width: 100%;
  background: #F1EBCA;
  padding:  40px 60px;
  line-height: 2;
  border-radius: 0 0 20px 20px;
  font-size: 0.75rem;
}

@media screen and (max-width:768px){
.oka_body {
    background: none;
    min-height: none;
  }
.oka_body img{width: 100%;}
.oka_container{
    width: 100%;
    background: linear-gradient(#FFFBE2 2%,#ffffff);
  }
.oka_wrapper{width: 90%;}

.oka_title{text-align: center;}
.oka_title h1{position: relative; z-index: 1;}
.oka_title_ph{margin-top: -8vh;}
.oka_title_date{
  width: 100%;
  margin: -30px auto 10px;
}

.oka_eachoa{
	font-size:0.875rem;
}

	.oka_eachoa ul{
		flex-wrap:wrap;
	}
	
.oka_eachoa ul li{
  width:48%;
}

.oka_eachoa ul li span{
	font-size:0.75rem;
}
	
.oka_eachoa ul li:nth-of-type(2){
	border-right:none;
	margin-bottom:16px;
}

.oka_eachoa ul li:nth-of-type(2),.oka_eachoa ul li:nth-of-type(4){
  padding-left:10px;
}

	
.oka_act {
  width: 90%;
  background: #FFFfff;
  padding: 20px;
  margin: 10px auto 30px;
}
.oka_act span{display: inline-block;margin-top: 10px;}
 
.oka_ph{display: block;}
.oka_ph li:first-of-type{margin-bottom: 10px;}
  
.oka_txt{
  text-align: left;
  font-size: 1rem;
  margin-bottom: 30px;
}
.oka_pre_titl {width: 90%;  margin-top: -3vh;}
.oka_pre_ph{position: static;}
.oka_pre_ph img{width: 80%;}
.oka_pre_txt_p{
  width: 100%;
  margin: 30px auto ;
}
  
  a.oka_pre_a{
    width: 80%;
    margin: 30px auto;
  }
  
.oka_pre_note{padding:  20px;}
}
@media screen and (max-width:420px){
  .oka_pre_txt_txt{
  font-size: 1.25rem;
}
}


/*-- 上書き --*/
.tss_footer {
    background-color: #3DAB5D !important;
}
div#tss_gototop{
  width:25%;
  max-width: 80px;
  right: 8px;
}

#tss_gototop img{
  display: block;
  width:100%;
  opacity: 0.7;
}
#tss_gototop a:hover{opacity: 50%;}