@charset "utf-8";
/* CSS Document */
/*Googlefont*/
.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#open-campus section{
	margin-bottom: 0;
	padding-top: 3.5rem;
}
main{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}

.open_campus p,.open_campus dd,.open_campus dt,.open_campus a,.open_campus li{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.oc_cta_cach{
	text-align: center;
	color: #f60;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700!important;
  font-style: normal;
	margin-top: 1rem;
	margin-bottom: -0.5rem;
}
.oc_cta {
	background-color: #f60;
	padding: 1rem 0;
	margin: 1rem;
	border-radius: 30px;
	text-align: center;
	transition: 0.2s;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3)}

.oc_cta button {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 130%;
	width: 100%;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (max-width:576px){
	.oc_cta button {
	font-size: 100%;
}
}
.oc_cta:hover{
	transition: 0.2s;
	transform: scale(1.03);
	box-shadow: none;
}
.oc_cta button:hover{
	color: #fff;
}

.open_campus_fv{
	background-color: #ffec00;
}
.open_campus_fv_box{
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.75rem;
}
h1{
	color: #005891;
	 font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
	text-align: center;
	margin: 0.5rem 0;
}
.h1_small{
	font-size: 120%;
	display: block;
	border-bottom: dotted 3px #005891;
	padding: 0.5rem;
}
.h1_big{
	font-size: 300%;
}
@media all and (max-width:576px){
	.h1_big{
	font-size: 200%;
}
}
.oc_fv_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5rem;
}
.oc_fv_list li{
	padding: 0.3rem;
	width: 15%;
	text-align: center;
	color: #fff;
}
@media all and (max-width:1200px){
	.oc_fv_list li{
	width: 30%;
}
}
@media all and (max-width:576px){
	.oc_fv_list li{
	width: 33%;
		font-size: 80%;
}
}
.oc_fv_list li span{
	background-color: #005891;
	display: block;
	width: 100%;
	padding: 0.5rem;
	border-radius: 5px;
}
.oc_blue_title,.oc_dot_title{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 0.5rem;
	text-align: center;
	margin-bottom: 0.5rem;
}
.oc_blue_title{
	background-color: #005891;
	color: #fff;
}
.oc_big_title{
	font-size: 150%;
}
.oc_dot_title{
	border-bottom: dotted 3px #005891;
	margin-bottom: 0.5rem;
	font-size: 135%;
}
@media all and (max-width:768px){
	.oc_dot_title{
	font-size: 120%;
}
}
@media all and (max-width:576px){
	.oc_dot_title{
	font-size: 110%;
}
}

#oc_intro{
	padding-top: 0!important;
}
#oc_ranking .ranking_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: auto;
	position: relative;
}
#oc_ranking .ranking_list li dl{
	position: relative;
	display: block;
	padding-top: 40px;
}
#oc_ranking .ranking_list li dl::before{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
	height: 50px;
	width: 100px;
}
#oc_ranking .ranking_list li:first-child dl::before{
	content: url("../../img/rank/ranking-1.svg");
}
#oc_ranking .ranking_list li:nth-child(2) dl::before{
	content: url("../../img/rank/ranking-2.svg");
}
#oc_ranking .ranking_list li:nth-child(3) dl::before{
	content: url("../../img/rank/ranking-3.svg");
}

#oc_ranking .ranking_list li{
	padding: 0.5rem;
}
#oc_ranking .ranking_list li a{
	transition: 0.2s;
	display: block;
	width: 100%;
	height: auto;
}
#oc_ranking .ranking_list li a:hover{
	transition: 0.2s;
	transform: translateY(10px);
}
#oc_ranking .ranking_list li dl{
	text-align: center;
	background-color: #fff;
	border: solid 2px #ccc;
	height: 100%;
	border-radius: 10px;
}
.ranking_icon{
	max-width: 80px;
	max-height: 40px;
	padding:  1rem 0 0!important;
	
}
#oc_ranking .ranking_list li h3{
	height: 55px;
}
#oc_ranking .ranking_list li dl img{
	padding: 1rem;
}
#oc_ranking .ranking_list li .down_icon{
	margin: 0.5rem auto;
}

#oc_ranking .ranking_list li .down_icon{
	margin: 0.5rem auto;
}
.oc_item_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: auto;
}
.oc_item_list li{
	width: 33.3%;
	padding: 4rem  0.5rem 0;
}
@media all and (max-width:992px){
	.oc_item_list li{
	width: 50%;
}
}

@media all and (max-width:768px){
	.oc_item_list li{
	width: 50%;
}
}
@media all and (max-width:576px){
	.oc_item_list li{
	width: 100%;
}
}
.oc_item_list li dl{
	background-color: #fff;
	border: solid 2px #ccc;
	border-radius: 10px;
	padding: 0.5rem;
	height: 100%;
}
.oc_item_list li dt{
	width: 100%;
}
.oc_item_list li dt a{
	transition: 0.2s;
}
.oc_item_list li dt a:hover{
	opacity: 0.5;
	transition: 0.2s;
}
.oc_item_list li dt img{
	max-width:300px;
	margin: auto;
	display: block;
}
.oc_item_list .special_item_name{
	text-align: center;
	font-weight: 700!important;
	font-size: 120%;
	border-bottom: dotted 3px #005891;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.oc_item_list .special_item_number{
	border: solid 1px #999;
	margin-left: 0.5rem;
	padding: 0 0.5rem;
	display: inline-block;
}
.oc_item_list .special_item_setsumei{
	text-align: center;
	font-size: 90%;
}
.oc_item_list dd{
	text-align: center;
}
.oc_item_list .special_item_lot{
	font-size: 110%;
	font-weight: 700;
	border-bottom: solid 3px #ffec00;
	margin-top: 1rem;
	display: inline-block;
}
.oc_item_list .blue-text-doshop-link a{
	font-weight: 700;
	font-size: 100%;
}
.open_campus .yellow_cta_box{
	background-color: #ffec00;
	max-width: 960px;
	margin: 2rem auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 0!important;
}
.open_campus .yellow_cta_box h3{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
	color: #005891;
	font-size: 150%;
	padding: 1rem 2rem 0.5rem;
}
.open_campus .yellow_cta_box p{
	font-size: 110%;
		color: #005891;
		padding: 1rem 2rem 0.5rem;

}
	@media all and (max-width:768px){
		
.open_campus .yellow_cta_box h3{
	font-size: 120%;
	text-align: center;
}
.open_campus .yellow_cta_box p{
	text-align: center;
		}
}
@media all and (max-width:576px){
.open_campus .yellow_cta_box h3{
	font-size: 110%;
}
}
#oc_catalog .catalog_list{
	display: flex;
	flex-wrap: wrap;
}
#oc_catalog .catalog_list dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: solid 2px #ccc;
	transition: 0.2s;
}
#oc_catalog .catalog_list dt{
	transition: 0.2s;
}
#oc_catalog .catalog_list dt:hover{
	opacity: 0.5;
	transition: 0.2s;
}
#oc_catalog .catalog_list dl h3{
	font-weight: 700;
	margin-bottom: 0.5rem;
}
#oc_catalog .oc_catalog_download{
	margin-top: 0.5rem;
	background-color: #80f;
	border-radius: 10px;
	transition: 0.2s;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3)
}
#oc_catalog .oc_catalog_download:hover{
	transform: scale(1.03);
	transition: 0.2s;
	box-shadow: none;
}
#oc_catalog .oc_catalog_download button{
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 1rem 0.2rem;
	font-weight: 700;
}
#oc_voice .card{
	margin: 0!important;
	box-shadow:none!important;
}
#oc_osusume a img{
	transition: 0.2s;
}
#oc_osusume a img:hover{
	opacity: 0.5;
	transition: 0.2s;
}
#oc_osusume .column_list{
	display: flex;
	flex-wrap: wrap;
}
#oc_osusume .column_list li{
	width: 50%;
	padding: 1rem;
}
#oc_osusume .column_list li h5{
	font-weight: 700;
}
#oc_osusume .column_list .number{
	font-size: 90%;
	font-weight: 700;
	background-color: #ffec00;
	display: inline-block;
	margin: auto;
	padding: 0.3rem 0.5rem;
	margin-bottom: 0.5rem;
}
@media all and (max-width:768px){
	#oc_osusume .column_list li{
	width: 100%;
}
}
#oc_osusume .column_list li dd{
	padding: 0.5rem;
}
#oc_osusume .column_list li .btn-itiran a{
	text-decoration: underline;
	transition: 0.2s;
}
#oc_osusume .column_list li .btn-itiran a:hover{
	text-decoration: none;
	transition: 0.2s;
}
#oc_faq .oc_faq {
	margin-top: 1.5rem!important;
	background-color: #fff;
	padding: 0 1rem;
	
}


#oc_faq .oc_faq li {
  border-bottom: 1px dotted #999999;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: row wrap;
  line-height: 1.5em;
}
#oc_faq .oc_faq_box{
	margin-bottom: 0.3rem;
	display: flex;
}
#oc_faq .question,#oc_faq .answer{
	font-weight: 700;
	margin-right: 1em;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 2em !important;
	padding: 5px 10px;
	
}
#oc_faq .question {
  background-color: #005891;
	color: #ffffff;
}
#oc_faq .answer {
	background-color: #ffec00;
	color: #333;
}
#oc_faq h3{
	font-weight: 700;
	padding-top: 0.2rem;
}
#oc_faq .answer_p{
	margin-bottom: 0.5rem;
	padding-top: 0.2rem;
}
.oc_link{
	margin-top: 1rem;
	text-align: right;
}
.oc_link a{
	text-decoration: underline;
	
}
.oc_link a:hover{
	text-decoration: none;
}
#oc_orderflow .oc_orderflow_list{
	padding: 0.5rem 1rem;
}
#oc_orderflow .oc_orderflow_list li{
	display: flex;
	margin-bottom: 40px;
}
#oc_orderflow .orderflow_box{
	padding-left: 1rem;
}
#oc_orderflow .orderflow_box h3{
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 0.5rem;
	text-align: left;
	
}
#oc_orderflow .orderflow_number {
  position: relative;
  display: block;
  width: 50px;
  margin-bottom: -10px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #666;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
#oc_orderflow .oc_orderflow_list li:last-child .orderflow_number::after{
	border: none;
}
#oc_orderflow .orderflow_number::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 20px 22.5px 0 22.5px;
  border-color: #666 transparent transparent;
  translate: -50% 100%;
}
#merit .merit{
	display: flex;
	flex-wrap: wrap;
}
#merit .merit li{
	width: 25%;
	padding: 0.5rem;
	position: relative;
	margin-bottom: 1rem;
}
#merit .merit-number{
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	font-size: 90%;
	font-weight: 700;
	background-color: #ffec00;
	display: inline-block;
	margin: auto;
	padding: 0.3rem 0.5rem;
}
#merit .merit-title-moji{
	font-weight: 700;
}
@media all and (max-width:768px){
	#merit .merit li{
	width: 100%;
}
}
