@charset "utf-8";
/* ===============================================
#  大見出し
=============================================== */
/* 中見出し
----------------------------------------------- */

/* ===============================================
#  共通
=============================================== */
main {
  padding-bottom: 0;
}
main .inner {
  width: 94.6%;
  padding-left: 0;
  padding-right: 0;
}
button {
  color: #000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.cmn_btn_blue {
  min-width: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #1b41af;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 17px 5px;
}
.cmn_btn_blue span {
  padding: 0 20px;
}
@media screen and (min-width :769px){
  .cmn_btn_blue {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.mod_ttl_sec .ico {
  text-align: center;
  margin-bottom: 3px;
}
.mod_ttl_sec .ico img {
  width: 40px;
}
.mod_ttl_sec .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width :769px){
  .mod_ttl_sec .ttl {
    font-size: 30px;
    font-size: 3.0rem;
  }
}
@media screen and (max-width :360px){
  .mod_ttl_sec .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-webkit-keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/* ===============================================
#  contents
=============================================== */
.wrap_contents {
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;      
  animation: PageIn 1.3s ease 0s 1 normal;
}
.wrap_contents .contents.is_right {
  display: none;
}
.wrap_contents .contents.is_left {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width :769px){
  .wrap_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap_contents .contents {
    width: 50%;
    position: relative;
    min-height: 100%;
    min-height: 100vh;
  }
  .wrap_contents .contents.is_right,
  .wrap_contents .contents.is_left {
    background: url(/lp/admission/img/bg_contents_side.jpg) repeat center center;
    background-size: 250px 250px;
  }
  .wrap_contents .contents.is_left {
    width: 50%;
  }
  .wrap_contents .contents.is_center {
    border-right: 10px solid #000;
    border-left: 10px solid #000;
  }
}
@media screen and (min-width :1280px){
  .wrap_contents .contents {
    width: 33.3%;
    width: calc((100% - 500px) / 2);
  }
  .wrap_contents .contents.is_left {
    width: 33.3%;
    width: calc((100% - 500px) / 2);
  }
  .wrap_contents .contents.is_center {
    width: calc(500px);
  }
  .wrap_contents .contents.is_right {
    display: block;
    position: sticky;
    top: 0;
    right: 0px;
  }
}

/* ===============================================
#  ヘッダー
=============================================== */
@media screen and (min-width :769px){
  header {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
@media screen and (min-width :769px) and (max-height: 554px){
  header {
    position: static;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin: 15px auto 15px;
  }
}
header .header_fixed {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background-color: #fff;
  padding-left: 2.7%;
  padding-right: 50px;
  position: relative;
}
header .header_fixed .logo {
  width: 120px;
}
header .header_fixed .link_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-right: 5px;
}
header .header_fixed .link_menu > li {
  width: 55px;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
}
header .header_fixed .link_menu .ico {
  text-align: center;
}
header .header_fixed .link_menu .txt {
  margin-top: 2px;
  min-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: center;
}
header .header_fixed .menu_button {
  position: absolute;
  right: 6px;
  top: 0;
  width: 43px;
}

@media screen and (min-width :769px){
  header .header_fixed {
    height: auto;
    display: block;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  header .header_fixed .logo {
    width: 171px;
    margin: 0 auto;
  }
  header .header_fixed .link_menu {
    display: none;
  }
  header .header_fixed .menu_button {
    display: none;
  }
}
header .header_menu {
  display: none;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 4px solid #1b41af;
  background: url(/lp/admission/img/bg_overview_contents.png) repeat center center;
  background-size: 24px;
  padding-top: 20px;
  padding-bottom: 40px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}
header.is_open .header_menu {
  display: block;
  opacity: 0;
}
header.is_open.is_fadein .header_menu {
  opacity: 1;
}
header .header_menu .menu_button.is_close {
  position: absolute;
  right: 6px;
  top: -4px;
  width: 43px;
}
header .header_menu .sitelogo_menu {
  display: none;
}
header .header_menu .inner_menu {
  margin: 0 auto;
  width: 240px;
  max-height: calc(100vh - 68px);
  overflow-y: auto;
}
header .header_menu .ttl_menu {
  text-align: center;
  margin-bottom: 24px;
}
header .header_menu .ttl_menu span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
header .header_menu .list_anc>li:nth-child(n+2) {
  margin-top: 19px;
}
header .header_menu .list_anc>li>* {
  position: relative;  
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 18px;

}
header .header_menu .list_anc>li>*::before,
header .header_menu .list_anc>li>*::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all ease 0.3s;
}
header .header_menu .list_anc>li>*::before {
  background: url(/lp/admission/img/ico_anc_off.svg) no-repeat center center;
  background-size: 100%;
  transition: all ease 0.3s;
}
header .header_menu .list_anc>li>*::after {
  background: url(/lp/admission/img/ico_anc_on.svg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
}
header .header_menu .list_anc>li>*.is_active::before {
  opacity: 0;
}
header .header_menu .list_anc>li>*.is_active::after {
  opacity: 1;
}
header .header_menu .list_links {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px dashed #737373;
}
header .header_menu .list_links>li>* {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 11px 5px 10px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center right 10px #1b41af;
  color: #fff;
  text-align: center;
  background-size: 4px;
  display: inline-block;
  width: 100%;
}
header .header_menu .list_links>li:nth-child(n+2) {
  margin-top: 15px;
}
header .header_menu .list_links>li .ico {
  display: none;
}
header .header_menu .list_sns {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_menu .list_sns>li {
  width: 50%;
}
header .header_menu .list_sns>li>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  min-height: 36px;
}
header .header_menu .list_sns>li .ico {
  margin-right: 6px;
}
header .header_menu .list_sns>li .ico img {
  width: 34px;
}
@media screen and (min-width :769px){
  header .header_menu {
    display: block;
    width: 100%;
    position: static;
    border-top: none;
    background: url(/lp/admission/img/bg_overview_contents.png) repeat center center;
    background-size: 48px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 25px;
    box-shadow: none;
  }
  header.is_open .header_menu {
    display: block;
  }
  header .header_menu .sitelogo_menu {
    display: block;
    text-align: center;
    border-bottom: 3px dotted #acacac;
    width: 100%;
    margin: 0 auto 25px;
    max-width: 283px;
    padding-bottom: 12px;
  }
  
  header .header_menu .sitelogo_menu img {
    width: 175px;
  }
  header .header_menu .ttl_menu {
    display: none;
  }
  header .header_menu .ttl_menu span {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  header .header_menu .menu_button.is_close {
    display: none;
  }
  header .header_menu .inner_menu {
    max-width: 283px;
    width: 98%;
    max-height: none;
    overflow-y: visible;
  }
  header .header_menu .list_anc>li>* { 
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 35px;
  }
  header .header_menu .list_anc>li>*::before,
  header .header_menu .list_anc>li>*::after  {
    width: 22px;
    height: 22px;
    top: 0;
  }
  header .header_menu .list_anc>li>*:hover::before {
    opacity: 0;
  }
  header .header_menu .list_anc>li>*:hover::after {
    opacity: 1;
  }
  header .header_menu .list_anc>li:nth-child(n+2) {
    margin-top: 16px;
  }
  header .header_menu .list_links {
    padding-top: 25px;
    margin-top: 0;
    border-top: none;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .header_menu .list_links>li {
    width: 95px;
    text-align: center;
  }
  header .header_menu .list_links>li>* {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.385;
    padding: 0;
    background: none;
    color: #000;
    text-align: center;
  }
  header .header_menu .list_links>li:nth-child(n+2) {
    margin-top: 0;
  }
  header .header_menu .list_links>li .ico {
    display: block;
    text-align: center;
    margin-top: 3px;
  }
  header .header_menu .list_links>li .ico img {
    width: 80px;
  }
  header .header_menu .list_sns>li .ico img {
    width: 38px;
  }
}
/* ===============================================
# 右部ナビゲーション 
=============================================== */

.contents.is_right .area_nav {
  width: 100%;
  max-width: 302px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media screen and (min-width :769px) and (max-height: 554px){
  .contents.is_right .area_nav {
    position: static;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin: 15px auto 15px;
  }
}
.contents.is_right .area_nav .inner_anc {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 40px
}
.contents.is_right .area_nav .inner_anc .ttl_anc {
  text-align: center;
  margin-bottom: 29px;
}
.contents.is_right .area_nav .inner_anc .ttl_anc img {
  width: 217px;
}
.contents.is_right .area_nav .inner_anc .list_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents.is_right .area_nav .inner_anc .list_anc>li {
  width: 50%;
}
.contents.is_right .area_nav .inner_anc .list_anc img {
  width: 100%;
}
.contents.is_right .list_link>li:nth-child(n+2) {
  margin-top: 10px;
}
.contents.is_right .list_link>li>* {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  min-height: 55px;
  border: 1px solid #b5b5b5;
  text-align: center;
  background: url(/common/img/ico_arrow.svg) no-repeat center right 12px;
  background-size: 8px;
  padding: 5px 25px 5px;
}

/* ===============================================
#  イントロダクション
=============================================== */
.sec_intro {
  background-color: #faf8f1;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 25px;
  overflow: hidden;
}
.sec_intro::before {
  content: "";
  display: block;
  width: 115%;
  height: 250px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: ellipse(50% 50% at 50% 50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.sec_intro::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 125px);
  background-color: #fff;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: -1;
}
.sec_intro .ttl_sec {
  text-align: center;
  margin-bottom: 25px;
}
.sec_intro .ttl_sec img{
  width: 72.2%; 
}
.sec_intro .txt_main {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.615;
  width: 81.7%;
  margin: 0 auto;
}

@media screen and (min-width :769px){
  .sec_intro .txt_main {
    font-size: 16px;
    font-size: 1.6rem;
  }

}
/* ===============================================
#  入試方法
=============================================== */
.sec_overview {
  padding-bottom: 25px;
}
.sec_overview .inner{
  display: none;
}
.sec_overview .inner.is_total.is_on {
  display: block;
}
.sec_overview .inner.is_recommend.is_on {
  display: block;
}
.sec_overview .inner.is_general.is_on {
  display: block;
}
.sec_overview .inner.is_common.is_on {
  display: block;
}
.sec_overview .list_type {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 94.6%;
  margin: 0 auto;
}
.sec_overview .list_type>.tab_type {
  width: 25%;
  padding: 0 1px 0;
}
.sec_overview .tab_type>* {
  width: 100%;
  min-height: 51px;
  height: 100%;
  border-radius: 4px 4px 0 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 4px 8px 3px;
  background: url(/lp/admission/img/bg_overview_tab_total.png) no-repeat center center,#b4d9f5;
  background-size: 100%;
}
.sec_overview .tab_type>*[data-tab="total"] {
  background: url(/lp/admission/img/bg_overview_tab_total.png) no-repeat center center,#b4d9f5;
  background-size: 100%;
}
.sec_overview .tab_type>*[data-tab="recommend"] {
  background: url(/lp/admission/img/bg_overview_tab_recommend.png) no-repeat center center,#b7e9cb;
  background-size: 100%;
}
.sec_overview .tab_type>*[data-tab="general"] {
  background: url(/lp/admission/img/bg_overview_tab_general.png) no-repeat center center,#f4cddc;
  background-size: 100%;
}
.sec_overview .tab_type>*[data-tab="common"] {
  background: url(/lp/admission/img/bg_overview_tab_common.png) no-repeat center center,#fde298;
  background-size: 100%;
}
.sec_overview .list_type.is_bottom .tab_type>*  {
  border-radius: 0 0 4px 4px;
}
.sec_overview .tab_type>* .txt_tab {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.27;
  font-weight: bold;
  text-align: left;
}
.sec_overview .contents_main {
  position: relative;
  width: 97.3%;
  margin: 0 auto;
  background:url(/lp/admission/img/bg_overview_contents.png) repeat center center;
  background-size: 24px;
  border-top: 4px solid #b4d9f5;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  border-bottom: 4px solid #b4d9f5;
}
.sec_overview .contents_main {
  border-top: 4px solid #b4d9f5;
  border-bottom: 4px solid #b4d9f5;
}
.sec_overview[data-type="total"] .contents_main {
  border-top: 4px solid #b4d9f5;
  border-bottom: 4px solid #b4d9f5;
}
.sec_overview[data-type="recommend"] .contents_main {
  border-top: 4px solid #b7e9cb;
  border-bottom: 4px solid #b7e9cb;
}
.sec_overview[data-type="general"] .contents_main {
  border-top: 4px solid #f4cddc;
  border-bottom: 4px solid #f4cddc;
}
.sec_overview[data-type="common"] .contents_main {
  border-top: 4px solid #fde298;
  border-bottom: 4px solid #fde298;
}
.sec_overview .contents_main::before {
  content: "";
  display: block;
  width: 15px;
  height: 99%;
  background: url(/lp/admission/img/bg_overview_contents_side.png) repeat-y left top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 1;
}
.sec_overview .contents_main .inner {
  width: 100%;
}
@media screen and (min-width :769px){
  .sec_overview .tab_type>* .txt_tab {
    font-size: 14x;
    font-size: 1.4rem;
  }
}
/* 説明 */
.sec_overview .area_head {
  padding-top: 28px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  width: 86.6%;
  margin-right: auto;
  margin-left: auto;
  min-height: 162px;
}
.sec_overview .area_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-color: #b4d9f5;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  top: 40px;
  left: 0;
}
.sec_overview[data-type="total"] .area_head::before {
  background-color: #b4d9f5;
}
.sec_overview[data-type="recommend"] .area_head::before {
  background-color: #b7e9cb;
}
.sec_overview[data-type="general"] .area_head::before {
  background-color: #f4cddc;
}
.sec_overview[data-type="common"] .area_head::before {
  background-color: #fde298;
}
.sec_overview .area_head .img {
  position: absolute;
  top: 28px;
  left: 0;
  width: 53px;
}
.sec_overview .area_head .ttl {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 13px;
}
.sec_overview .area_head .txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.62;
  padding-left: 70px;
}
.sec_overview .area_head .txt .bold{
  font-weight: bold;
}
.sec_overview[data-type="common"] .area_head .ttl{
  line-height: 1.2;
}
@media screen and (min-width :769px){
  .sec_overview .area_head::before {
    top: 53px;
  }
  .sec_overview .area_head .ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .sec_overview .area_head .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* 対象 */
.sec_overview .area_target {
  position: relative;
  padding: 15px 5px 7px;
  z-index: 1;
  width: 86.6%;
  margin-right: auto;
  margin-left: auto;
}

.sec_overview .area_target::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1b41af;
  border-radius: 2px;
  clip-path: polygon(100% 0, calc(50% + 35px) 0, calc(50% + 35px) 5%, calc(50% - 35px) 5%, calc(50% - 35px) 0, 0 0, 0 100%, 100% 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_overview .area_target .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_overview .area_target .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec_overview .area_target .list .dept {
  position: relative;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 3px 7px 3px;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
}
.sec_overview .area_target .list .dept::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #efbc83 25%, #efbc83 0, #fff 50%,#fff 0,#efbc83 75%,#efbc83 0),#efbc83;
  background-size: 4px 4px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_overview .area_target .list .dept.is_education::after {
  background: linear-gradient(-45deg, #efbc83 25%, #efbc83 0, #fff 50%,#fff 0,#efbc83 75%,#efbc83 0),#efbc83;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept.is_human_sciences::after {
  background: linear-gradient(-45deg, #b5d069 25%, #b5d069 0, #fff 50%,#fff 0,#b5d069 75%,#b5d069 0),#b5d069;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept.is_language_and_literature::after {
  background: linear-gradient(-45deg, #e59ab8 25%, #e59ab8 0, #fff 50%,#fff 0,#e59ab8 75%,#e59ab8 0),#e59ab8;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept.is_information::after {
  background: linear-gradient(-45deg, #76c7dc 25%, #76c7dc 0, #fff 50%,#fff 0,#76c7dc 75%,#76c7dc 0),#76c7dc;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept.is_health::after {
  background: linear-gradient(-45deg, #959bc6 25%, #959bc6 0, #fff 50%,#fff 0,#959bc6 75%,#959bc6 0),#959bc6;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept.is_international_studies::after {
  background: linear-gradient(-45deg, #7abfb0 25%, #7abfb0 0, #fff 50%,#fff 0,#7abfb0 75%,#7abfb0 0),#7abfb0;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept.is_business::after {
  background: linear-gradient(-45deg, #83abce 25%, #83abce 0, #fff 50%,#fff 0,#83abce 75%,#83abce 0),#83abce;
  background-size: 4px 4px;
}
.sec_overview .area_target .list .dept:last-child{
  margin-right: 0;
}
@media screen and (min-width :769px){
  .sec_overview .area_target .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_overview .area_target .list .dept {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* 入試方法 */
.sec_overview .area_exam {
  margin-top: 25px;
  width: 86.6%;
  margin-right: auto;
  margin-left: auto;
}
.sec_overview .area_exam .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
}
.sec_overview .area_exam .list>.box_exam {
  width: 104px;
}
.sec_overview .area_exam .list>.box_exam:last-child {
  margin-right: 0;
}
.sec_overview .area_exam .list .box_exam .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  min-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
.sec_overview .area_exam .list .box_exam .img {
  text-align: center;
}

@media screen and (min-width :769px){
  .sec_overview .area_exam .list .box_exam .ttl {
    font-size: 15px;
    font-size: 1.48rem;
  }
}
/* POINT */
.sec_overview .area_point {
  margin-top: 32px;
  width: 86.6%;
  margin-right: auto;
  margin-left: auto;
}
.sec_overview .area_point .ttl {  
  text-align: center;
  margin-bottom: 24px;
}
.sec_overview .area_point .ttl span {  
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  min-width: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 4px;
  line-height: 1;
  border-bottom: solid 1px #000;
}
.sec_overview .area_point .ttl img {
  width: 51px;
}
.sec_overview .area_point .list>li {
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
.sec_overview .area_point .list>li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1b41af;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 10px;
}
.sec_overview .area_point .list > li {
  margin-top: 5px;
}
.sec_overview .area_point .list .txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.615;
}
.sec_overview .area_point .list .txt span {
  font-weight: bold;
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 40%, #ffff66 0%);
}
@media screen and (min-width :769px){
  .sec_overview .area_point .ttl span {  
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_overview .area_point .list .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* こんなキミに */
.sec_overview .area_foryou {
  margin-top: 40px;
  background-color: #faf8f1;
  position: relative;
  padding-top: 35px;
  padding-bottom: 41px;
}
.sec_overview .area_foryou .ttl {
  width: 92.3%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_overview .area_foryou .img_main {
  text-align: center;
}
.sec_overview .area_foryou .img_main img {
  width: 88.2%;
}
.sec_overview .area_foryou .link {
  text-align: center;
}
.sec_overview .area_foryou .link .btn {
  max-width: 290px;
}
/* ===============================================
# sec_schedule
=============================================== */
.sec_schedule{
  background: #f3eddc;
  padding: 42px 0 23px;
}
.sec_schedule .ttl_sec{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.sec_schedule .ttl_sec a{
  display: inline-block;
  padding: 0 24px 10px 0;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right center;
  background-size: 7px 10px;
  border-bottom: solid 1px #000;
}
.sec_schedule .ttl_sec a span{
  color: #063e8d;  
}
.sec_schedule .lead_schedule {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 5px;
}
.sec_schedule .link_lead_schedule {
  text-align: center;
  margin-bottom: 25px;
}
.sec_schedule .link_lead_schedule>* {
  display: inline-block;
  padding-right: 30px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 2.0rem;
  background: url(/common/img/ico_arrow.svg) no-repeat center right;
  background-size: 7px;
  padding-bottom: 3px;
}
/*tab*/
.sec_schedule .tab_schedule ul li{
  width: 33.3%;
  width: calc(100% / 3);
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
  font-weight: 500;
}
.sec_schedule .tab_schedule ul li:nth-child(n+2){
  border-left: solid 1px #faf8f1;
}
.sec_schedule .tab_schedule ul li a{
  min-height: 56px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;    
  background: #e2d7b9;
}
.sec_schedule .tab_schedule ul li a.active{
  background: #faf8f1;
  font-weight: bold;
}
/*コンテンツ*/
.sec_schedule #tab_contents_schedule{
  background: #faf8f1;
  padding: 24px 2.3%; 
}
.sec_schedule #tab_contents_schedule .list_type{
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sec_schedule #tab_contents_schedule .list_type li{
  margin-bottom: 5px;
  margin-right:3px;
}
.sec_schedule #tab_contents_schedule .list_type a{
  border: solid 1px #c9c9c9;
  text-align: center;
  line-height: 1.3;
  border-radius:21.5px;
  padding: 11px 13px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.sec_schedule #tab_contents_schedule .list_type a.active{
  background: #ba9716;
  border-color: #ba9716;
  color: #fff;
}

body.android .sec_schedule #tab_contents_schedule .list_type{
  display: block;
}
body.android .sec_schedule #tab_contents_schedule .list_type li{
  display: inline-block;
}
/*スケジュール*/
.sec_schedule .box_schedule{
  display: none;
  border: solid 1px #c9c9c9;
  padding: 19px 5.3%;
  background: #fff;
}
.sec_schedule .box_schedule:nth-of-type(1){
  display: block;
}
.sec_schedule .box_schedule h4{
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.sec_schedule .box_schedule h4::after{
  content: '';
  display: block;
  width: 82%;
  height: 2px;
  background: #000;
  margin-top: 9px;
}
.sec_schedule .box_schedule_in{
  display: block;
}
.sec_schedule .box_schedule .box_point h4 span{
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  background: url(/admission/img/ico_pen.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 29px;
}
.sec_schedule .box_schedule .box_date h4 span{
  display: inline-block;
  min-height: 25px;
  line-height: 25px;
  background: url(/admission/img/ico_calendar.svg) no-repeat left center;
  background-size: 24.5px 25px;
  padding-left:35px;
}
.sec_schedule .box_schedule .box_point{
  font-size: 13px;
  font-size: 1.3rem;
}
.sec_schedule .box_schedule .box_date{
  flex: 1;
  border-top: solid 1px #c9c9c9;;
  width: 100%;
  margin-top: 23px;
  padding-top: 15px;
}

.sec_schedule .box_schedule .box_date dl:nth-of-type(n+2){
  margin-top: 10px;
}
.sec_schedule .box_schedule .box_date dl dt{
  padding-bottom: 5px;
}
.sec_schedule .box_schedule .box_date dl dd{
  font-size: 12px;
  font-size: 1.2rem;
}
.sec_schedule .box_schedule .box_date dl dd ul.list_date li{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec_schedule .box_schedule .box_date dl dd ul.list_date li:nth-child(n+2){
  margin-top: 2px;
}
.sec_schedule .box_schedule .box_date dl dd .ttl{
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #ba9716;
  width: 44px;
  padding: 7px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.sec_schedule .box_schedule .box_date dl dd .date{
  padding-left: 8px;
  flex: 1;
  font-size: 13.5px;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec_schedule .box_schedule .box_date dl dd .date span.day{
  font-size: 18px;
  font-size: 1.8rem; 
}
.sec_schedule .box_schedule .box_date dl dd .date span.week{
  font-size:15px;
  font-size:1.5rem; 
}
.sec_schedule .box_schedule .cmn_btn_blue{
  min-width: inherit;
  width: 100%;
  padding:24px 10px;
  margin-top: 24px;
}

@media screen and (min-width :769px){
  .sec_schedule .ttl_sec{
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sec_schedule .lead_schedule {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sec_schedule .link_lead_schedule>* {
    font-size: 26px;
    font-size: 2.6rem;
  }
  /*tab*/
  .sec_schedule .tab_schedule ul li{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_schedule #tab_contents_schedule .list_type a{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_schedule .box_schedule h4{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_schedule .box_schedule .box_point{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_schedule .box_schedule .box_date dl dd{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_schedule .box_schedule .box_date dl dd .ttl{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_schedule .box_schedule .box_date dl dd .date{
    font-size: 17px;
    font-size: 1.7rem;
  }
  .sec_schedule .box_schedule .box_date dl dd .date span.day{
    font-size: 23px;
    font-size: 2.3rem; 
  }
  .sec_schedule .box_schedule .box_date dl dd .date span.week{
    font-size:19px;
    font-size:1.9rem; 
  }
}
/* ===============================================
#  文教大学出願までの道のり
=============================================== */
.sec_topics {
  padding-top: 20px;
  background-color: #fdfbf5;
  padding-bottom: 32px;
}
.sec_topics .ttl_sec .ico {
  text-align: center;
  margin-bottom: 10px;
}
.sec_topics .ttl_sec .ico img {
  width: 40px;
}
.sec_topics .ttl_sec .ttl {
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  width: 3.5em;
  min-width: inherit;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0 auto 30px;
  text-align: center;
  border-bottom: solid 1px #000;
}
.sec_topics .list_news{
  border-top: solid 1px #c0bdb9;
  margin-top:13px;
  margin-bottom: 18px;
}
.sec_topics .list_news li{
  border-bottom: solid 1px #c0bdb9;
  font-size: 14px;
  font-size: 1.4rem;  
}
.sec_topics .list_news li a{
  padding: 10px 0;
  line-height: 1.429;
}
.sec_topics .list_news .cmn_ico_news {
  display: inline-block;
}
.sec_topics .list_news .cmn_ico_news span{
  min-width: 76px;
}
.sec_topics .list_news .cmn_ico_news .a_cate01{
  background-color: #d7bb69;
  border-color: #d7bb69;
}
.sec_topics .list_news .cmn_ico_news .a_cate02{
  background-color: #e7576b;
  border-color: #e7576b;
}
.sec_topics .list_news .ico_cate span{
  display: block;
  margin-top: 5px;
}
.sec_topics .list_news .date{
  width: 5.5em;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  vertical-align: middle;
}
.sec_topics .list_news .ttl{
  margin-left: 13px;
  flex: 1;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 5px;
}
.sec_topics .btn_list{
  display: inline-block;
  width: 100%;
  border:solid 1px #c0bdb9;
  color: #666666;
  text-align: center;
  line-height: 1.2;
  padding: 18px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.sec_topics .btn_list span{
  display: inline-block;
  padding: 0 2em;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico_arrow_b.svg);
  background-size: 7px auto;
}
@media screen and (min-width :769px){
  .sec_topics .ttl_sec .ttl {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .sec_topics .list_news li{
    font-size: 18px;
    font-size: 1.8rem;  
  }
  .sec_topics .btn_list{
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ===============================================
#  文教大学出願までの道のり
=============================================== */
.sec_flow {
  padding-top: 15px;
  padding-bottom: 32px;
  background-color: #fbf7eb;
}
.sec_flow .inner {
  max-width: 355px;
}
.sec_flow .ttl_sec {
  margin-bottom: 20px;
}
.sec_flow .list_flow {
  position: relative;
  background: url(/lp/admission/img/bg_flow_root.png) no-repeat center top;
  background-size: 303px;
}
.sec_flow .list_flow .step {
  min-height: 125px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
}

.sec_flow .list_flow .step:nth-child(4)::before {
 content: "";
 display: block;
 width: 52px;
 height: 64px;
 position: absolute;
 top: 18px;
 left: 3px;
 background: url(/lp/admission/img/img_flow_step_02.png) no-repeat center center;
 background-size: 100%;
}
.sec_flow .list_flow .step:nth-child(5)::before {
content: "";
display: block;
width: 35px;
height: 79px;
position: absolute;
top: 50px;
right: 0;
background: url(/lp/admission/img/img_flow_step_03.png) no-repeat center center;
background-size: 100%;
}
.sec_flow .list_flow .step:nth-child(8)::before {
  content: "";
  display: block;
  width: 32px;
  height: 88px;
  position: absolute;
  top: 23px;
  left: 8px;
  background: url(/lp/admission/img/img_flow_step_06.png) no-repeat center center;
  background-size: 100%;
}
.sec_flow .list_flow .step:nth-child(9)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 70px;
  right: 0;
  background: url(/lp/admission/img/img_flow_step_07.png) no-repeat center center;
  background-size: 100%;
  }
.sec_flow .list_flow .step.is_first {
  min-height: 38px;
  display: block;
  text-align: center;
}
.sec_flow .list_flow .step.is_end {
  min-height: auto;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.sec_flow .list_flow .step .num {
  width: 60px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_flow .list_flow .step:nth-child(2n) .num {
  left: auto;
  right: 3px;
}
.sec_flow .list_flow .step .link {
  margin-top: 5px;
}
.sec_flow .list_flow .step .link .btn {
  font-size: 12px;
  font-size: 1.2rem;
  width: 190px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 5px 9px;
  background-color: #1b41af;
}
.sec_flow .list_flow .step .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38;
}
.sec_flow .list_flow .step .ttl_start {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Century Gothic,CenturyGothic,'Avenir-Light',AppleGothic,sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.75;
  color: #1b41af;
  border: 2px solid #1b41af;
  background-color: #fff;
  padding: 0 9px 0;
}
.sec_flow .list_flow .step .ttl_end {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.62;
  color: #1b41af;
  border: 2px solid #1b41af;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 3px 9px 2px;
}
.sec_flow .list_flow .step.is_end .ttl span{
  position: relative;
}
.sec_flow .list_flow .step.is_end .ttl span::before,
.sec_flow .list_flow .step.is_end .ttl span::after {
  content: "";
  display: block;
  width: 40px;
  height: 41px;
  position: absolute;
  top: 50%;
  background: url(/lp/admission/img/ico_flow_start_deco.svg) no-repeat center center;
  background-size: 100%;
}
.sec_flow .list_flow .step.is_end .ttl span::before{
  left: -15px;
  -webkit-transform: translate(100%, -50%);
  transform: scaleX(-1) translate(100%,-50%);
}
.sec_flow .list_flow .step.is_end .ttl span::after {
  right: -15px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%,-50%);
}
.sec_flow .link_calender .btn {
  display: inline-block;
  width: 100%;
  border: solid 1px #c0bdb9;
  color: #666666;
  text-align: center;
  line-height: 1.2;
  padding: 14px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.sec_flow .link_calender {
  margin-top: 45px;
}
.sec_flow .link_calender .btn {
  background-color: #fbfbf5;
}
.sec_flow .link_calender .btn span {
  display: inline-block;
  padding: 0 2em;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico_arrow_b.svg);
  background-size: 7px auto;
}
.sec_flow .link_calender .btn span .ico_pdf {
  width: 15px;
  margin-left: 6px;
}
@media screen and (min-width :769px){
  .sec_flow .inner {
    max-width: 453px;
  }
  .sec_flow .list_flow {
    background: url(/lp/admission/img/bg_flow_root.png) no-repeat center top;
    background-size: 386px;
  }
  .sec_flow .list_flow .step {
    min-height: 159px;
  }
  .sec_flow .list_flow .step:nth-child(4)::before {
   width: 66px;
   height: 82px;
   top: 23px;
   left: 4px;
  }
  .sec_flow .list_flow .step:nth-child(5)::before {
  width: 45px;
  height: 100px;
  top: 64px;
  right: 0;
  }
  .sec_flow .list_flow .step:nth-child(8)::before {
    width: 41px;
    height: 112px;
    top: 29px;
    left: 10px;
  }
  .sec_flow .list_flow .step:nth-child(9)::before {
    width: 116px;
    height: 116px;
    top: 89px;
    }
  .sec_flow .list_flow .step.is_first {
    min-height: 48px;
  }
  .sec_flow .list_flow .step.is_end {
    padding-top: 26px;
  }
  .sec_flow .list_flow .step .num {
    width: 76.5px;
    left: 3px;
  }
  .sec_flow .list_flow .step:nth-child(2n) .num {
    left: auto;
    right: 3px;
  }
  .sec_flow .list_flow .step .link .btn {
    font-size: 15px;
    font-size: 1.5rem;
    width: 230px;
  }
  .sec_flow .list_flow .step .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_flow .list_flow .step .ttl_start {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_flow .list_flow .step .ttl_end {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_flow .link_calender .btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width :360px){
  .sec_flow .list_flow .step .num {
    width: 52px;
    left: -5px;
  }
}
/* ===============================================
# 文教大学の併願って？        
=============================================== */
.sec_addoff {
  padding-top: 20px;
  padding-bottom: 32px;
}
.sec_addoff .ttl {
  text-align: center;
  margin-bottom: 17px;
}
.sec_addoff .ttl img {
  width: 220px;
}
.sec_addoff .lead_sec {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec_addoff .subttl {
  text-align:center;
  position:relative;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.sec_addoff .subttl span {
  display:inline-block;
  padding:2px 40px;
  background:#dc0050;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.sec_addoff .subttl::after { 
  content:"";
  width:100%;
  height:1px;
  display:block;
  background-color:#dc0050;
  position:absolute;
  top:50%;
  left:0;
}
.sec_addoff .type02 .subttl {
  margin-top: 5px;
}
.sec_addoff .type02 .subttl span {
  background:#009d85;
}
.sec_addoff .type02 .subttl::after { 
  background-color:#009d85;
}
.sec_addoff .conditions {
  background: #fbf9f1;
  padding: 10px 15px;
  margin: 5px 0 15px 0;
}
.sec_addoff .cmn_discList  {
  line-height: 1.4;  
  margin-bottom: 0;
}
.sec_addoff .target {
  overflow: hidden;
}
.sec_addoff .target li {
  width: 50%;  
  position: relative;
  float: left;
  padding-left: 15px;
  text-indent: 0;
}
.sec_addoff .target li:before {
  position: absolute;
  padding: 0;
  top: 2px;
  left: 0;
  text-indent: 0;
}
.sec_addoff .cmn_indent1 {
  line-height: 1.8;
  margin-bottom: 0;
}
.sec_addoff .area_addoff.type02 {
  margin-top: 55px;
}
.sec_addoff .area_addoff.type02 .ttl img {
  width: 239px;
}
.sec_addoff .link_detail {
  margin-top: 30px;
}
.sec_addoff .link_detail .btn {
  padding: 22px 5px;
  background-color: #063e8d;
}
@media screen and (min-width :769px){
  .sec_addoff .lead_sec {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_addoff .subttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ===============================================
# 入試の疑問や不安を解消！        
=============================================== */
.sec_question {
  background-color: #fdfbf5;
  padding-top: 20px;
  padding-bottom: 32px;
}
.sec_question .box_linkbtn {
  margin-top: 15px;
}
.sec_question ul.box_linkbtn {
  display:block;
}
.sec_question ul.box_linkbtn >li {
  border:#d8d4c7 1px solid;
}
.sec_question ul.box_linkbtn >li+li {
  margin-top:10px;
}
.sec_question ul.box_linkbtn >li >a {
  display:flex;
  align-items: center;
  height:100%;
  min-height:75px;
  padding:8px 12% 8px 16px;
  line-height: 1.2;
  background:#fcf9f0 url(/common/img/ico_arrow_b.svg) no-repeat right 27px center;
  background:#fcf9f0 url(/common/img/ico_arrow_b.svg) no-repeat 94% center;
  background-size: 7px auto;
  font-weight:bold;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_question ul.box_linkbtn >li >a img {
  flex-shrink: 0;
}
.sec_question ul.box_linkbtn >li >a .ico {
  width:51px;
  max-width:51px;
  margin-right:14px;
}
@media screen and (min-width :769px){
  .sec_question ul.box_linkbtn >li >a {
    font-weight:bold;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* ===============================================
# いざ出願！        
=============================================== */
.sec_application {
  background-color: #004ea1;
  padding-top: 20px;
  padding-bottom: 32px;
}
.sec_application .ttl_sec .ttl {
  color: #fff;
}
.sec_application .box_textlink{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.sec_application .box_textlink li{
  border: solid 1px #fff;
  width: 49.15%;
  width: calc(50% - 5px);
  margin-right: 10px;
  min-height: 68px;
}
.sec_application .box_textlink li:nth-child(even){
  margin-right: 0;
}  
.sec_application .box_textlink li a{
  display: block;
  min-height: 70px;
  height: 100%;
  padding: 12px 3px 12px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.sec_application .box_textlink .ttl{
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 15px 0 0;  
  font-weight: bold;
  line-height: 1.3;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right center;
  background-size: 6px auto;
}
.sec_application .box_textlink .ttl span.small{
  font-size: 11px;
  font-size: 1.1rem;
}
/*android対応*/
body.android .sec_application .box_textlink{
  display: block;
}
body.android .sec_application .box_textlink li{
  width: 100%;
}
body.android .sec_application .box_textlink li:nth-child(n+2){
  margin-top: 10px;
}
body.android .sec_application .box_textlink li:nth-child(even){
  margin-left: 0;
} 
@media screen and (min-width :769px){
  .sec_application .box_textlink .ttl{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_application .box_textlink .ttl span.small{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ===============================================
# 文教大学のぞき見！        
=============================================== */
.sec_links {
  padding-top: 20px;
}
.sec_links .list_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.sec_links .list_links>li {
  width: 50%;
}

/*android対応*/
body.android .sec_links .list_links {
  display: block;
}
body.android .sec_links .list_links>li {
  width: 100%;
}

/* ===============================================
# footer
=============================================== */
.area_sns .list_sns {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area_sns .list_sns>li {
  width: 50%;
}
.area_sns .list_sns>li>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  min-height: 36px;
}
.area_sns .list_sns>li .ico {
  margin-right: 8px;
}

/* ===============================================
# footer
=============================================== */
footer {
  padding-top: 10px;
  padding-bottom: 15px;
}
footer .inner {
  width: 94.6%;
  margin-right: auto;
  margin-left: auto;
}
footer .add {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
}
footer .copy {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
}
@media screen and (min-width :769px){
  footer .add {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*ページトップ*/

footer .btn_bottom{
  width: 29.6%;
  width: 29.6vw;
  right: 10px;
  left: auto;
  position: fixed;
  bottom: 0;
  z-index: 50;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .btn_bottom.on{
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}  
footer .btn_bottom a{
  width:50%;
  float: right;
  padding: 5px 0;
  padding: 1.3vw 0;
  height: 38px;
  height: 12vw;
  display: table;
  background-repeat: no-repeat;
  background-position: top 28% center;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.05em;
  text-align: center;
}
footer .btn_bottom a span{
  display: table-cell;
  vertical-align: middle;
  padding-left: 11.8%;
}
footer .btn_bottom .back{
  background-image: url(/common/img/btn_bottom_back.svg);
  background-size: 10% auto;
  background-position: 17% center;
  font-size: 9px;
  font-size: 2.4vw;
  margin-bottom: 0;
}
footer .btn_bottom .back span{
  border-right: solid 1px #fff;
}
footer .btn_bottom .top{
  font-size: 0;
  background-image: url(/common/img/btn_bottom_top.svg);
  background-size: 36% auto;
  background-position: center center;
}
@media screen and (min-width :769px){
  footer .btn_bottom{
    width: 5%;
    max-width: 80px;
    position: fixed;
  }
  footer .btn_bottom.on{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  footer .btn_bottom a{
    width: 100%;
    padding-top: 52.5%;
    padding-bottom: 15%;
    display: block;
    height: auto;
  }
  footer .btn_bottom a span{
    display: block;
    vertical-align: baseline;
    padding-left: 0;
  }
  footer .btn_bottom .top{
    margin-bottom: 1px;
    background-image: url(/common/img/btn_bottom_top.svg);
    background-size: 32.5% auto;
    background-repeat: no-repeat;
    background-position: top 28% center;
    font-size: 0.75vw;
  }
  footer .btn_bottom .back{
    background-image: url(/common/img/btn_bottom_back.svg);
    background-size: 10% auto;
    background-repeat: no-repeat;
    background-position: top 28% center;
    font-size: 0.75vw;
    margin-bottom: 0;
  }
  footer .btn_bottom .back span{
    border-right: none;
}
@media screen and (min-width :1401px){
  footer .btn_bottom a{
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .btn_bottom .top{
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .btn_bottom .back{
    font-size: 12px;
    font-size: 1.2rem;
  }
}