@charset "utf-8";
/* CSS Document */
html {
  min-height: 100%;
  position: relative;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family:Shin Maru Go Regular,'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.75;
	width: 100%;
 	background-color: #FFFFFF;
	color: #231815;
}
.both { clear: both; }
.fs08 { 
	font-size: 0.7rem;
	display: block;
}
.mt20 { margin-top: 20px; }
.mr15r { margin-right: 15rem!important;}
.ml_140 { margin-left: -140px; }
.sph { display: none!important;}
.tc { text-align: center; }
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
	z-index: 5;
}
.pagetop a {
	display: block;
    text-indent: -9999px;
    width: 50px;
    background-image: url(../img02/pagetop.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
    background-size: contain;
    opacity: 0.8;
}
/* ヘッダー */
h1 { 
	width: 24%;
    margin: 7.5px 0 7.5px 1%;
    float: left;
}
h1 img {
	display: block;
	max-width: 320px;
}
.head_wrap { 
    width: 100%;
    position: fixed;
    z-index: 150;
	background-color: #fff;
	height: 80px;
}
.h_nav {
	width: 60%;
	float: left;
}
.h_nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
    margin-top: 0.5rem;	
}
.h_nav ul li {
	margin: 20px 15px 0;
	font-weight: bold;
}
/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.h_nav li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.h_nav li.current a,
.h_nav li a:hover{
  color:#0481A2;
	font-weight: bold;
}

.h_nav li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#0481A2;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.h_nav li.current a::after,
.h_nav li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media screen and (max-width: 1340px) {
	.h_nav { display: none;}
}
.navi_inner { padding-top: 50px; } 
/* トップ */
.about_link {
    width: 300px;
    display: block;
    margin: 0 auto;
}
.course_wrap {
	width: 100%;
	background-color: #fff; 
	padding: 0;
}

.bu {
	background-image: url(../img02/top/business.jpg);
    padding: 50px;
    background-position-x: right;
    background-size: 72%;
    background-repeat: no-repeat;
    margin: 50px auto;
}

.ko {
	background-image: url(../img02/top/kodomo.jpg);
    padding: 50px;
    background-position-x: right;
    background-size: 72%;
    background-repeat: no-repeat;
    margin: 160px auto;
}


.co01 {
	width: 90%;
    margin-right: auto;
    margin-left: 5%;
}

.co02 {
	width: 30%;
}

.co02 img {
    width: 100%;
    height: auto;
}

.cou_tit {
	float: left;
	margin: 0 4% 0 5%;
	width: 6%;
}
.course h2 {
	text-align: center;
	margin-top: 2rem;
}

.course p { text-align: center; }
/* visit list */
.visit_list {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
}
.visit_list ul {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}
.visit_list ul li {
	margin: 0 2%;
}
.visit_list ul li img { width: 100%; }
/* topics */
.topics { 
	background-color: rgba(72, 185, 219, 0.2);
	padding: 50px;
}
.topics_list {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.info_tab { 
    padding: 2.5rem 2rem 0 5rem;
    float: right;
}
.info_tab ul { margin-bottom: 1.5rem; }
.info_tab li{
	float: left;
	display: inline-block;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    margin: 0.5rem;
    box-sizing: border-box;
    color: #231815;
}

.info_tab li.select { 
	color: #fff; 
	background:#231815;
	box-sizing: border-box;
} 
.info_wrap {
	width: 100%;
	margin: 50px auto;
}

.content_area ul {
  display: flex;
  flex-wrap: wrap;
}
.content_area ul li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.content_area ul li {
    box-sizing: border-box;
    background-color: #fff;
    border: 2px #231815 solid;
    border-radius: 20px;
    position: relative;
    width: 23%;
    margin: 0 1%;
	padding-bottom: 20px;
	height: 420px;
}
.eyecatch {
  position: absolute;
  width: 265px;
  height: 200px;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.date {
	position: absolute;
    top: 240px;
    left: 30px;
	color: #0081A2;
}

.cate {
	position: absolute;
    top: 240px;
    right: 30px;
	border: 1px solid #0081A2;
	box-sizing: border-box;
	padding: 0 0.5rem;
	color: #0081A2;
}

.event { background-color: #ffb94c; }
.in_fo { background-color: #ff92bd; }
.new_list { float: right; }
.til {
    position: absolute;
    top: 315px;
    padding: 0 2rem
}

.view_more h2 {
    text-align: right;
    margin-right: 11rem;
    font-size: 1.8rem;
	color: #231815;
}
/*  sns */
.sns_wrap {
	width: 100%;
	padding: 20px 0 50px;
}
.sns { 
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.insta {
	float: left;
    width: 48%;
    margin-right: 2%;
    background-image: url(../img02/top/insta_bg.png);
	background-repeat: no-repeat;
    background-size: 100%;
    padding: 120px 50px;
}
.insta_list, .tubelist {
	display: flex;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.insta_list li {
	margin: 10px 1%;
	width: 48%; 
}
.thumb img {
	width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border: 10px solid #231815;
    box-sizing: border-box;
}
.youtube {
	float: left;
	width: 48%;
	margin-left: 2%;
    background-image: url(../img02/top/line2409.png);
	background-repeat: no-repeat;
    background-size: 100%;
    padding: 120px 50px;	
}
.tubelist li {
	margin: 10px 1%;
	width: 48%;
}
.tubelist li iframe {
	width: 100%;
	height: 250px;
	object-fit: cover;
    border-radius: 10px;
    border: 10px solid #231815;
    box-sizing: border-box;	
}
.va01 { 
	margin: 30px auto; 
	display: block;
	width: 100%;
	max-width: 580px;
}

.goods { margin: 30px auto;}
.goods_l1 {
	width: 100%;
	background-color: #FFC800;
}
.goods_l2 {
	width: 100%;
	background-color: #FC262A;
	margin-top: -10px;
}
.goods_l1 ul {
    width: 100%;
    display: flex;
    justify-content: center;
	padding-top: 10px;
}
.goods_l1 ul li {
    width: 33%;
    margin-left: -1.75%;
} 
.goods_l1 ul li img, .goods_l2 ul li img { width: 100%; }
.goods_l2 ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.goods_l2 ul li {
    width: 33%;
    margin-right: -1.75%;
} 


.cont_list { width: 100%;}

.cont_list ul {
	display: flex;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.cont_list ul li { width: 50%; }
.cont_list ul li img {
	width: 100%;
	max-width: 750px;
}

/* コンテンツ紹介　*/
.content { 
	padding: 50px 0;
	background-color: rgba(255, 200, 0, 0.2);
}

/* コンテンツスライダー */
  .l-section {
    padding-top: 5rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

/* card05  */
  .card05 {
    overflow: hidden;
  }
  .card05 .swiper {
    overflow: visible;
  }
  .card05 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .card05 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card05 .slide {
    overflow: hidden;
    width: 20rem;
  }
  .card05 .slide-media {
    padding-top: 100%;
  }
  .card05 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card05 .slide-content { text-align: center; }
  .card05 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
	  font-size: 1.2rem;
  }

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .content_area ul li {
        box-sizing: border-box;
        background-color: #fff;
        border: 2px #231815 solid;
        border-radius: 20px;
        position: relative;
        width: 40%;
        margin: 10px 5%;
        padding-bottom: 20px;
        height: 420px;
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
    .card05 .slide {
      width: 24rem;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    .card05 .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card05 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }

    .card05 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .card05 .swiper:hover .slide:not(:hover) {
      opacity: 0.3;
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }
footer {
	background-color: #fff;
}
map {
	width: 70%;
	float: left;
}
map iframe {
  display: block;
}
.foot_r {
	width: 30%;
	float: left;
}

address { padding: 20px 50px 10px; }
.foot_r address img { 
	width: 100%;
	max-width: 320px;
}
.copy {
	display: block;
	color: #fff;
	background-color: #16346C;
	text-align: center;
}
/* footer */
/*==================================================
共通　横並びのための設定
===================================*/
.foot_link ul { 
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin:0;
    list-style: none;
}
.foot_link ul li a{
    display: block;
    padding:10px 30px;
    text-decoration: none;
    color: #333;
}

/*==================================================
　5-3-11 左右から線が伸びて枠線になる
===================================*/

.foot_link ul li {
    position: relative;
    margin: 0 10px;
    width: 250px;
    text-align: center;
}

/*線の基点位置*/
.foot_link ul li::before,
.foot_link ul li::after{
  content:"";
    /*絶対配置で線の位置を決める*/
  position: absolute;
    /*線の形状*/
  width: 0;
  height:2px;
  background:#0481A2;
/*アニメーションの指定*/
  transition: all 0.2s linear;
  transition-delay: 0.2s;
}

.foot_link ul li::before{
  right: 0;
  top: 0;
}
.foot_link ul li::after{
  left: 0;
  bottom: 0;
}

/*線の基点位置2 spanタグ*/

.foot_link ul li span{
  display: block;
}

.foot_link ul li span::before,
.foot_link ul li span::after{
  content:"";
    /*絶対配置で線の位置を決める*/
  position: absolute;
    /*線の形状*/
  width:2px;
  height:0;
  background: #0481A2;
/*アニメーションの指定*/
  transition: all 0.2s linear;
}

.foot_link ul li span::before{
  left: 0;
  top: 0;
}
.foot_link ul li span::after{
  right: 0;
  bottom: 0;
}

/*現在地とhoverした際の線の変化*/

.foot_link ul li:hover::before,
.foot_link ul li:hover::after{
  width: 100%;/*横幅を100%に*/
}

.foot_link ul li:hover span::before,
.foot_link ul li:hover span::after{
  height: 100%;/*縦幅を100%に*/
}
/* オープンキャンパス */
.opencampus h2 {
	background-image: url(../img02/hero/oc.jpg);
	padding-top: 25%;
}
.opencampus h3 {
	width: 100%;
	max-width: 480px;
    display: block;
    margin: 30px auto;
}
.about {
	padding: 50px 0;
}
.fs2tc {
	font-size: 2rem;
	text-align: center;
}
.fs15tc {
	font-size: 1.5rem;
	text-align: center;
	        font-weight: bold;
}
.about p { 
	text-align: center;
	line-height: 2;
}
.program {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.program h3 img {
	width: 100%;
	max-width: 480px;
    display: block;
    margin: 30px auto;
}
.flg {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 70px solid #3FA9F5;
	border-left: 140px solid transparent;
}
.end {
	position: absolute;
	top : -60px;
	left : -70px;
	color : #ffffff;
	width : 80px;
	height : 20px;
	line-height: 20px;
	text-align: center;
}

.lt {
	position: relative;
	float: left;
	width: 32%;
	padding: 2rem 2%;
	margin-bottom: 2rem;
}
.cen {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-left: 2%;
	padding: 2rem 2%;	
	margin-bottom: 2rem;
}
.rt {
	position: relative;
	float: left;
	width: 32%;
	padding: 2rem 2%;		
	margin-bottom: 2rem;
}
.oc_b {	background-color: #01a4a9; }
.oc_c { background-color: #EA5442; }
.oc_w { background-color: #FCB400; }
/*モーダルウィンドウ：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.gallery {
	display: block;
	width: 100%;
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}
/* サブぺージ */
.sub_wrap {	
	padding-bottom: 100px;
}
.sub_wrap h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.sub_con {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
  /*max-width: 1346px;
    margin: 0px auto;
    padding: 0 100px 76px;
	border: 2px solid #000;*/
}
.sub_con h4 img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	padding-top: 50px;
}

/* オープンキャンパス */
.oc_link { 
	width: 100%;
	max-width: 1400px;
	margin:0 auto;
}
.oc_link ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	padding-right: 28px;
    margin-bottom: -1px;
}
.oc_link ul li { 
	background-color: #16346C;
	width: 150px;
	padding: 1rem 0;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	border: 1px #231815 solid;	
}
.oc_link ul li a { 
	text-align: center;
	color: #fff;
	display: block;
}
.now { background-color: #fff!important; }
.now a { color: #231815!important; }
.taiken dl {
	line-height: 2.5;
}
.taiken dt {
	float: left;
	width: 200px;
}
.taiken dd {
	padding-left: 250px;
	border-bottom: 1px #231815 dotted;
}
.taiken_lt, .taiken_rt {
	width: 35%;
	float: left;
}
.taiken_ct { width: 35%;}
.taiken_lt { margin: 10px 5% 10px 10%; }
.taiken_rt { margin: 10px 10% 10px 5%; }
.taiken_ct { margin: 10px 32.5%;}
.taiken img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.taiken p { margin: 20px 0;}
.entry img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 20px auto;
}
.pic100 { width: 100%; }
.mt50 { padding-top: 50px; }
.mt0 { margin-top: 0!important; }
.butt {
	max-width: 250px;
	width: 100%;
	margin: 30px auto 29px;
	display: block;
}
.oc {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #231815;
}
.oc img {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	display: block;
}
.about_oc { margin-top: 50px; }
.about_oc ul li img { width: 100%; }
.about_oc ul li {
	width: 40%;
	float: left;
	margin: 30px 5%;		
}
.pctc { text-align: center; }
/* faq */
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin: 50px auto;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #FFC800;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #FFC800;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #16346C;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #16346C;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}
.fwh { color: #fff; }
@media screen and (max-width: 1024px) {
  .oneArea .onebox:nth-child(odd) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .oneArea .onebox:nth-child(even) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;  }
  .oneArea .onebox .imgArea {
    width: 20%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.icon { 
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 5;
}
.icon ul li { height: 80px; }
.icon ul li img { width: 80px;}
.oshi {
	width: 100%;
	max-width: 1200px; 
	margin: 50px auto 0;
}
.oshi ul  {
    width: 100%;
    margin: 2rem 0;
}
.oshi ul li {
    margin: 1rem 2%;
} 
.oshi ul li img { width: 100%; }

/* サブぺージ 背景地味 */
.sub2_wrap {	
	background-color: rgba(72, 185, 219, 0.2);
	padding-bottom: 100px;
}
.sub2_wrap h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding-top: 120px;
}
.sub2_con {
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
	padding: 50px 100px;
	background-color: #fff;
}
.sub2_con h4 img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	padding-top: 50px;
}

/* 教員紹介 */
.teacher_wrap {
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}
.tearch_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.tearch {
	background-color: #fff;
	padding: 30px 20px;
	width: 23%;
	float: left;
	margin: 20px 1%;
}
.tearch_list img {
	width: 100%;
}
.tearch_list li {
	line-height: 2;
	text-align: center;
}
.pic280 {
	width: 100%;
	max-width: 200px;
	margin: 1rem auto;
}
.pic600 { max-width: 600px!important; }
.con_l {
	width: 85%;
	padding: 50px;
	margin-right: 20%;
}
.pic_l { 
	width: 20%;
	float: left;
}
.pic_l img { width: 100%; }
.prof_r {
	width: 65%;
	float: left;
	margin-left: 5%;
	box-sizing: border-box;
}
.prof_r dl {
  	display: flex;
  	flex-wrap: wrap;
  	width: 100%;
}
.prof_r dl dt {
	display: flex;
  	align-items: center;
  	width: 30%;
  	padding: 20px;
  	background-color: rgba(255, 200, 0, 0.2);
  	border-bottom: 1px solid #999;	
}
.prof_r dl dd {
	display: flex;
  	align-items: center;
 	width: 70%;
  	margin-left: 0;
  	padding: 20px;
  	background-color: #fff;
  	border-bottom: 1px solid #999;
}
.con_r {
	width: 80%;
	padding: 50px;
	margin-left: 20%;
}
.con_r h4 {
    font-size: 2rem;
}
.profile h5 {
	font-size: 1.2rem;
	padding-left: 1rem;
	border-left: 5px solid #16346C;
	border-bottom: 1px solid #16346C;
	box-sizing: border-box;
}
.profile ul { 
	padding: 2rem;
	list-style-type: none;
}
.profile ul li {
  	position: relative;
  	padding-left: 1em;
  	margin-bottom: 10px;
}
.profile ul li:before {
  	position: absolute;
  	top: 0.6em; /* 要素によって要調整 */
  	left: 0;
  	content: '';
  	display: inline-block;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 6px 0 6px 8px;
  	border-color: transparent transparent transparent #16346C;
}
.bg_wrap {
	width: 100%;
	background-color: rgba(234, 85, 46, 0.2);
}
.pb { padding-bottom: 2rem; }
.fvana {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.pic120 {
	width: 100%;
	display: block;
	margin: 0 auto;
}
/*.course h3 { margin-left: -150px;}*/
h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #48B9DB;
}
.en {
	text-align: center;
    display: block;
    margin: -2rem auto 2rem;
    color: #48B9DB;
    text-decoration: underline;
	text-underline-offset: 0.5em;
}
.oc_vana {
	width: 99%;
    margin: -9px auto 0;
}
.oc_vana img { width: 100%; }
.read_oc {
	padding: 2rem;
}
.icon_op { 
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 5;
}
.icon_op ul li { height: 180px; }
.icon_op ul li img { width: 160px;}
/* パンフレット　資料請求バナー */
.pamph_wrap {
	width: 100%;
	position: static;
	background-color: #fff;
	padding: 50px 0 40px;
}
/* 背景ブルー */
.bg_bl { background-color: rgba(72, 185, 219, 0.2); }
/* トップ　オープンキャンパス */
.read_ocp {
	float: left;
    width: 50%;
	padding: 5rem 0;
}
.read_ocp p { font-size: 1.5rem; }
.read_ocph {
	float: left;
	margin-left: 10%;
	width: 40%;
}
.read_ocph img { width: 100%;}
.event_list ul {
	display: flex;
	justify-content: center;
}
.event_list ul li {
	margin: 0 2%;
}
.event_list ul li img { width: 100%; }
/* オープンキャンバス　スケジュール */
/*.sc_tb{
    padding-top:50px;
    padding-bottom:50px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.sc_tb table { width: 100%; }

.sc_tb th,
.sc_tb td{
    border-top:#3FA9F5 solid 1px;
}
.sc_tb thead th,
.sc_tb thead td{
    border-bottom:#3FA9F5 solid 1px;
    border-left:#3FA9F5 solid 1px;
}
.sc_tb thead { line-height: 1.5; }
.sc_tb thead th{
    color:#fff;
    background:#3FA9F5;
    text-align: center;
    padding:.8em 0;
}
.sc_tb thead th:not(:last-child){ border-right:#fff solid 1px; }
.sc_tb thead th:last-child{ border-right:#3FA9F5 solid 1px; }
.sc_tb tbody th,
.sc_tb tbody td{
    border-bottom:#3FA9F5 solid 1px;
    border-left:#3FA9F5 solid 1px;
}
.sc_tb tbody td:last-child{ border-right:#3FA9F5 solid 1px; }
.sc_tb .sc_date{
    vertical-align: middle;
    background: #FFFFDC;
    text-align: center;  
}
.sc_tb .sc_date span{
    font-size:2.5rem;
    display:inline-block;
    line-height: 1;
    vertical-align:middle;
}

.sc_tb .sc_date span.maru{
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	font-size: 1.25rem;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: .23em;
	padding: .25em .13em .2em;
	margin-left: 0.25rem;
}
.sc_tb .sc_date .sun { color: #ff64b4; }
.sc_tb .sc_date .sun span.maru{ border-color:#FF64B4; }
.sc_tb .sc_date .sat { color: #14AAD2; }
.sc_tb .sc_date .sat span.maru{ border-color:#14AAD2; }

.sc_tb .time{
    vertical-align: middle;
    text-align: center;
    background: #FFFFEB;
}
.sc_tb .time span{
    display:block;
    font-size:2rem;
    line-height: 1.3;
}
.sc_tb .text{ padding:1.5em 1em; }
.sc_tb .text .ttl{
	font-size: 1.25rem;
	padding-bottom: 1rem;
	color: #2222FF;
	display: block;
}
.mg50 { margin: 50px 0;}
.req { 
	background-color: #16346C;
    border-radius: 20px;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    float: right;
}
.blno { border-left: none!important;}
/**/
.half {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}
.visit_list ul li {
	margin: 0 2%;
}
.visit_list ul li img { width: 100%; }
/* オープンキャンパス　スケジュール */
.ocdate {
    display: flex;
    padding: 34px 40px;
    background-color: rgba(72, 185, 219, 0.2);
    margin-bottom: 20px;
}

.ocdate_left {
    max-width: 300px;
    width: 100%;
}

.ocdate_dateWrap {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 20px;
}

.ocdate_date {
    font-size: 3rem;
    line-height: 1;
}

.ocdate_dow {
    line-height: 1;
}
.ocdate_time {
}
.ocdate_txt { font-size: 1.2rem; }
.ocdate_right {
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
	padding: 25px 0;	
}
.ocdate_btn {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    color: #fff;
    background-color: #1C4491;
    position: relative;
}
.ocdate_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}
.ocdate_btn span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs2tcbb {
	font-size: 2rem;
	text-align: center;
    text-decoration: underline;
	text-underline-offset: 0.5em;
	display: block;
	padding-bottom: 1rem;
}
/* サブぺージヘロ */
.hero {
	width: 100%;
	padding-top: 80px;
	margin-bottom: 30px;
	position: relative;
}
.hero img { width: 100%; }
.breadcrumbs {
    position: absolute;
    bottom: 10px;
    right: 100px;
    background: rgba(255, 255, 255, .95);
}
.breadcrumbs2 { 
	padding-top: 85px;
	float: right;
	padding-right: 20px;
}
a:hover { color: #0481A2; }
/* 大学案内 */
.objective {
	width: 100%;
	padding: 100px 0;
}
.objective ul {
	width: 900px;
	margin: 50px auto 0;
	border: 3px solid #48B9DB;
	/*border-radius: 50px;*/ 
	padding: 50px;
	font-size: 1.5rem;
	font-weight: bold; 
}
.objective ul li { 
	list-style: disc;
	list-style-position: inside;
	padding: 0 5rem;
}
.fs125 {
	padding: 1.5rem;
	background-color: #fff;
	font-size: 1.25rem;
	position: absolute;
	width: 80%;
	bottom: -32px;
	border: 1px #000 solid;
	margin: 0 10% 0;
}

.menu_list { margin-top: 50px; }
.menu_list ul {
	display: flex;
	justify-content: center;
}
.menu_list ul li {
	margin: 0 2%;
	position: relative
}
.menu_list ul li img { width: 100%; }
.menutext_list ul {
	width: 91%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.menutext_list ul li {
	padding: 1.5rem;
	background-color: #fff;
	width: 23%;
	border: 1px #000 solid;
	margin: 0 0.5%;
	margin-top: 100px;
	position: relative;
}
.con_c {
	width: 100%;
	max-width: 1200px;
	padding: 50px;
	margin: 0 auto;
}

.name_r { 
	float: right;
    margin: 20px;
}
.greeting_l {
	width: 35%;
	float: left;
}
.greeting_l img { width: 100%; }
.greeting_r {
	float: left;
	margin-left: 5%;
	width: 60%;
}
.sub3_wrap {
	width: 100%;
	background-image: url(../img02/bg_bdot.jpg);
}
.cy { color: rgb(249, 229, 50);}
.fbb { font-weight: bold; }
.fcko { color: #C1272D; }
.fcbu { color: #1B1464; }
/* よりみちオープンキャンパス */
.read_yoriocp {
	float: left;
    width: 50%;
	padding: 0;
}
.read_yoriocp p { font-size: 1.25rem; }
.dpamph_wrap {
	width: 100%;
	background-image: url(../img02/bg_tanitan.jpg); 
}
.dpamph {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.dpamph img { width: 100%; }
.dpamph p {
	text-align: center;
	padding: 0.5rem 0;
}
/* 大学について */
.fs15 { font-size: 1.5rem;}
.fss125 { font-size: 1.25rem; }
.con_c h3 { margin-bottom: 2rem; }
.con_box {
	display: flex;
	align-items: stretch;
}
.box_l, .box_r { 
	width: 50%;
	padding: 5%;
}
.box_r ul, .box_l ul, .con_c ul { margin-bottom: 0.5rem; }
.box_r ol, .box_l ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.box_r ol li, .box_l ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.box_r ol li:before, .box_l ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1C4491;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.box_r dl, .box_l dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0.5rem;
}
.box_r dt, .box_l dt {
	width: 30%;
	padding: 0.5rem;
	background-color: #1C4491;
	color: #fff;
}

.box_r dd, .box_l dd {
	width: 70%;
	padding: 0.5rem;
	background-color: #F3F3F3;
}
.bgb {
	background-color: #1C4491;
	color: #fff;
	padding: 0.5rem 0.25rem;
	display: block;
}
.pd05 { padding: 0.5rem; }
.yazirusi, .yazirusi2, .yazirusi3, .yazirusi4 {
	display: flex;
	position: absolute;
}
.yazirusi {
	right: 90px;
	bottom: 5px;
}

.yazirusi2 {
	right: 40px;
	bottom: 30px;
} 

.yazirusi3 {
	right: 40px;
	top: 30px;
} 
.yazirusi4 {
	right: 40px;
	bottom: 30px;
} 

.yazirusi::after, .yazirusi2::after, .yazirusi3::after, .yazirusi4::after {
	content: '';
	width: 45px;
	height: 15px;
	border-bottom: solid 1px;
	border-right: solid 2px;
	transform: skew(45deg);
}
.vana {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.vanaw {
	padding: 1.5rem;
	background-color: #fff;
	font-size: 1.25rem;
	position: absolute;
	width: 80%;
	border: 1px #000 solid;
	margin: 20px 10% 0;
}
.su_read {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.su_read h4 { 
	text-align: center;
	font-weight: bold;
}
.su_read p { padding: 1rem 0; }
.pt30 { padding-top: 30px!important; }
.bgbu {
	background-color: #1C4491;
	color: #fff;
	padding: 0.5rem 0.5rem 0.25rem;
	display: block;
	margin-bottom: 1rem;
}
.con_box90 {
	display: flex;
	align-items: stretch;
	margin: 30px auto;
	width: 90%;
}
.box_1, .box_2, .box_3, .box_4 {
	width: 25%;
	margin: 0.5%;
	border: 1px #1c4491 solid;
}
.bbbu { padding: 1rem; }
.interview {
	width: 90%;
	margin: 30px auto;
}
.interview_wrap {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
}
.interview_picl, .interview_picr { 
	width: 30%;
	margin: 1rem 2%;
}
.interview_picr { float: right; }
.interview_picl { float: left; }

.interview_readl, .interview_readr {
	float: left;
	width: 66%;
}
.interview_readl { padding-left: 1%; }
.interview_readr { padding-right: 1%; }
/* カリキュラム */
.curriculum {
	width: 90%;
	margin: 20px auto;
}

.curriculum_box {
	display: flex;
	align-items: stretch;
}

.curriculum_l, .curriculum_r {
	width: 50%;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
.curriculum_c {
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.dpamph video {
	width: 100%;
}

.kadomaru {
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}
.pb50 { padding-bottom: 50px!important;}
.con_c dl dt { font-size: 1.5rem; }
.con_c ol li { 
	list-style: decimal; 
	list-style-position: inside;
}
.mt1rem { margin-top: 1rem; }
.ko_bg { background-color: rgba(247, 115, 100, 0.2); }
.bgko {
	background-color: #f77364;
	color: #fff;
	padding: 0.5rem 1rem;
	display: block;
}
.box_1_1, .box_1_2, .box_1_3 {
	margin: 0.5%;
	border: 1px #f77364 solid;
	width: 33%;
}
.box_1_1 img, .box_1_2 img, .box_1_3 img { width: 100%; }
.fs125tc { 
	font-size: 1.25rem;
	text-align: center; 
	display: block;
}
/* こども学科 */
.interview dl { 
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid;
	border-bottom: none;
}
.interview dt {
	width: 30%;
	background-color: #fcffcf;
	padding: 1rem;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.interview dd {
	width: 70%;
	padding: 1rem;
	background-color: #F3F3F3;
	border-bottom: 1px solid;
}
.mx1200 { max-width: 1200px; }
.sub4_wrap {	
	background-color: rgba(247, 115, 100, 0.2);
	padding-bottom: 100px;
}
.sub4_wrap h3 {
	padding-top: 120px;
	color: #f77364;
}
.ko_movie {
	width: 100%;
	background-image: url(../img02/bg_kodomo.jpg); 
}
.risyu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.risyu h4 { 
	text-align: center;
	font-weight: bold;
}
.risyu dl { 
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid;
	border-bottom: none;
	margin: 20px auto;
}
.risyu dt {
	width: 30%;
	background-color: #ffffcf;
	padding: 1rem;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.risyu dd {
	width: 70%;
	padding: 1rem;
	background-color: #F3F3F3;
	border-bottom: 1px solid;
}
.box_l ul li, .con_c ul li, .box_r ul li { padding: 0 1rem; }
.mb05 { margin-bottom: 1rem; }
.plr1 { padding: 0 1rem; }
.vana22w {
	padding: 1.5rem;
	background-color: #fff;
	font-size: 1.25rem;
	position: absolute;
	width: 22%;
	border: 1px #000 solid;
	margin: 20px 10% 0;
}
.pb50 { padding-bottom: 50px; }
.disclosure {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 100px; 
}
.disclosure ol { margin: 2rem 0;}
.disclosure ol li {
	list-style: decimal;
	line-height: 3;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
}
.disclosure ol li ul li, .disclosure ul li ul li {
	list-style: disc;
	list-style-position: inside;
	padding: 0 2rem;
	border-bottom: 1px dotted #ccc;
}
.disclosure ol li ul li:last-child, .disclosure ul li ul li:last-child { border: none; }
.bgy { 
	background: rgba(204, 204, 204, 0.2); 
	padding-bottom: 2rem;
}
.fs15pt12 {
	font-size: 1.5rem;
	padding-top: 120px;
	display: block;
}
.disclosure ul li {
	list-style: disc;
	list-style-position: inside;
	line-height: 3;
	border-bottom: 1px solid #ccc;
}
.nolist { list-style-type: none!important; }
.plr15 { padding: 0 1rem 0.5rem 1.5rem ; }
.mt-05 { margin-top: -0.5rem; }
.fs8 { font-size: 0.8rem; }
.fw600 { font-weight: 600; }
/* 沿革 */
.enkaku {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	padding-bottom: 150px;
}
.enkaku dl {
  	display: flex;
  	flex-wrap: wrap;
  	width: 100%;
	margin: 50px auto;
  	border-top: 1px solid #999;	
}
.enkaku dl dt {
	display: flex;
  	align-items: center;
  	width: 30%;
	padding: 0.5rem ;
  	border-bottom: 1px solid #999;
	color: #5984B6;
	font-weight: bold;
}
.enkaku dl dd {
	display: flex;
  	align-items: center;
 	width: 70%;
	padding: 0.5rem ;
  	margin-left: 0;
  	background-color: #fff;
  	border-bottom: 1px solid #999;
}
.enkaku img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.butta {
	background-color: rgba(255, 200, 0, 0.2);
	border-radius: 30px;
	padding: 16px 30px;
	position: relative;
	display: block;
	font-weight: bold;
	margin-top: -5px;
    box-sizing: border-box;	
}
.butta::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 20px;
}
.menu_list3 { margin-top: 50px; }
.menu_list3 ul {
	display: flex;
	justify-content: center;
}
.menu_list3 ul li {
	margin: 0 2%;
	position: relative;
	width: 30%;
}
.menu_list3 ul li img { width: 100%; }
.kiyou {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.kiyou h4 { 
	text-align: center;
	font-weight: bold;
}
.kiyou dl { 
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid;
	border-bottom: none;
	margin: 20px auto;
}
.kiyou dt {
	width: 30%;
	background-color: #ffffcf;
	padding: 1rem;
	border-bottom: 1px solid;
	border-right: 1px solid;
	text-align: center;
}

.kiyou dd {
	width: 70%;
	padding: 1rem;
	background-color: #F3F3F3;
	border-bottom: 1px solid;
	text-align: center;
}
.ki_detail { 
	padding: 20px 0 ; 
	border-bottom: 1px dotted #ccc;
}
.ki_title {
	width: 70%;
	float: left;
}
.ki_author {
	width: 30%;
	float: left;
	padding-top: 1.5rem;
}
.pt3r { padding-top: 3rem; }
.pt2r { padding-top: 2rem; }
/* オープン教育リソース */
.open_educational {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;	
}
.pic_op {
	max-width: 480px;
	width: 100%;
	margin: 15px auto;
	display: block;
}
.pic_op img { width: 100%; }
.open_educational p {
	margin: 10px 1rem !important;
    font-size: 1rem !important;
}
.open_educational ul {
	display: flex;
	align-items: stretch;
}
.open_educational ul li {
	display: flex;
 	align-items: center;
    border: 1px solid #999 !important;
    width: 50% !important;
	margin: 0 !important;
	box-sizing: border-box;
	padding: 10px;
	font-size: 1rem;
}
.open_educational ul li img { width: 100%; }
/* 子育て・教育セーフティーネット */
.safenet {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
.safenet ul { 
	padding: 2rem;
	list-style-type: none;
}
.safenet ul li {
  	position: relative;
  	padding-left: 1em;
  	margin-bottom: 10px;
}
.safenet ul li:before {
  	position: absolute;
  	top: 0.35em; /* 要素によって要調整 */
  	left: 0;
  	content: '';
  	display: inline-block;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 6px 0 6px 8px;
  	border-color: transparent transparent transparent #16346C;
}
.safenet_l {
	width: 35%;
	float: left;
}
.safenet_r {
	width: 65%;
	float: left;
}
.safenet dl {
  	display: flex;
  	flex-wrap: wrap;
  	width: 100%;
	margin: 0 auto;
}
.safenet dl dt {
	display: flex;
  	align-items: center;
  	width: 30%;
	padding: 0.5rem ;
  	border-bottom: 1px solid #999;	
}
.safenet dl dd {
	display: flex;
  	align-items: center;
 	width: 70%;
	padding: 0.5rem ;
  	margin-left: 0;
  	background-color: #fff;
  	border-bottom: 1px solid #999;
}
.safenet dl dd a { margin-top: 1.5rem; }
.mb100 { margin-bottom: 100px; }
/*　オープンキャンパス申込フォーム　*/
form#mailformpro dl {
  	display: flex;
  	flex-wrap: wrap;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
}
form#mailformpro dl dt {
	display: flex;
  	align-items: center;
  	width: 20%;
	padding: 1.5rem 1rem ;
	text-align: left;
	background-color: #48B9DB;
	margin: 0px;
	box-sizing: border-box;
	color: #fff;
}
form#mailformpro dl dd {
    border-top: solid 1px #CCC;
    border-left: 1px solid #ccc;
	/*display: flex;
	flex-wrap: wrap;*/
  	align-items: center;
	padding: 1.5rem 1rem ;
 	width: 80%;
    text-align: left;
	background: #fff;
	box-sizing: border-box;
}
form#mailformpro select { padding: 0.5rem 1rem; }
form#mailformpro input { 
	padding: 0.5rem 1rem; 
	margin: 0.5rem 1rem;
}
form#mailformpro textarea { width: 80%; }
.labl, .labr {
	width: 50%;
	float: left;
}
.radio_b ul { float: left; }
.radio_b li, .check_b li {
        float: left !important;
}
.ptb2 { padding: 2rem 0; }
div.mfp_buttons button {
	margin: 0px 1rem;
	padding: 1rem;
	background-color: #48B9DB;
	font-size: 1rem;
	border-radius: 30px;
	color: #fff;
	border: none!important;
}