/*--
	Theme Name: theme48709
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.4.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */


/* font family */
body, table th {
    font-family: Meiryo,メイリオ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Osaka,"MS PGothic",arial,helvetica,sans-serif;
	line-height: 1.5em;
	color:#222;
}

/* Additional font */
@font-face {
    font-family: 'NotoSans';
	src: url('./fonts/NotoSansCJKjp-Medium_sub.eot?') format('IE'),
		url('./fonts/NotoSansCJKjp-Medium_sub.woff'),
		url('./fonts/NotoSansCJKjp-Medium_sub.otf');
}

section.section_box {
	margin:0 0 30px;
}

/* ----------------------------------------
	Header logo
---------------------------------------- */
.logo img {
	/* width:200px; */
	width:400px;
}
@media screen and (max-width: 767px){
.logo img {
	width:100%;
}
}


body.single-school_info {
	/* font-size:15px; */
}

.single-school_info .content-holder {
  margin-top: 0;
}
.single-school_info h2{
	font-weight:bold;
}
.single-school_info .container-holder {
  margin-top: 0;
}
.single-school_info .title-section {
    top: 0;
    position: relative;
    padding: 0;
    background:#FFF;
	text-align:left;
}
.single-school_info .title-section:before,
.single-school_info .title-section:after {
  display: none;
} 

.single-school_info .title-section .title_jp {
	color:#fff;
	font-size: 26px; 
	padding: 1em 1em 1em 2.5em;
	line-height: 1em;
	text-align: left;
	position: relative;
	background-color: #fcbd00;
	/* font-family: 'NotoSans'; */
	font-weight:bold;
}
.single-school_info .title-section .title_jp::before {
  content: '';
  width: 1.5em; height: 1.5em;
  display: inline-block;
  background: url(images/iconimg/edit.svg) no-repeat center center/ 100% 100%;
  position: absolute; top: .5em; left: .5em; margin: auto;
}
.single-school_info .title-header {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .2em;
  padding: .5em 2em;
  color: #A9A9A9;
  background: #ECECEC;
}
.single-school_info .title-header:after {
  display: none;
}

.single-school_info .school_areatype {
	display: inline-block;
	padding: 2px 15px;
	font-size: 0.8em;
	color:#333;
	background-color: #fcbd00;
	border-bottom: 1px solid #ffd96c;
}

.single-school_info .school_feature_label {
	text-align:left;
	background: #fff;
	padding:5px;
}

.single-school_info .school_feature_label .badge  {
	margin-left:3px;
}

.single-school_info .school_feature_label .badge-success
{
	background-color: #239763; /* bootstrap css override */
}

.single-school_info .post-header::before {
    top: 5px;
}

.single-school_info h4{
	font-weight:bold !important;
    padding: 10px 10px 10px 0px;
	border-bottom:dotted 1px #999;
}

.single-school_info #sidebar .widget-title:before {
  direction: none;
}
.single-school_info #sidebar h3 {
  border-top: 1px solid #DDD;
  border-bottom: 3px solid #189861; 
  display: block;
  padding: .8em 0 .8em 1.5em;
  font-weight: bold;
  position: relative;
}
.single-school_info #sidebar h3::before{
  content: '';
  width: 24px;
  height: 24px;
  background: url(images/iconimg/school.svg) no-repeat center center/100% 100%;
  display: block; position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.single-school_info #sidebar h4{
  padding: 0; margin: 0 0 1em;
}

.recomment_points {
	color: #8C0000;
	border: dotted 3px #ffb03f;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px;
	border-radius: 6px;
	position: relative;
	margin-top: 80px;
}
.recomment_points span.rec_point {
	margin-right:15px;
}

table.data_detail {
	border:solid 1px #CCC;
}

table.data_detail th {
    font-size: 15px;
    padding: 9px 10px;
	text-align:left;
    vertical-align: top;
}

@media screen and (max-width: 767px){
	table.data_detail th {
		min-width: 105px;
	}
}


table.data_detail td {
    font-size: 14px;
    padding: 9px 10px;
}

/* Google MAP */
.googlemap {
	margin: 5px 0px;
}

.acf-map {
	height: 300px;
	border: #ccc solid 1px;
	margin: 0px;
}

.acf-map img {
	/* fixes potential theme css conflict */
   max-width: inherit !important;
}

/* 学校詳細: 学校のパンフレット */
.school_brochure {
}
.school_brochure .school_brochure_text {
}
.school_brochure .school_brochure_img {
	margin:0px 10px;
	max-width:20%;
	float:right;
	border: 1px solid #ccc;
}
@media screen and (max-width: 767px){
.school_brochure .school_brochure_img {
	max-width:40%;
}
}

.school_brochure .school_brochure_note {
	font-size:12px;
}

.single-school_info .school_more_info {
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 50px;
	position:relative;
	min-height:50px;
	border:2px solid #189861;
	border-radius: 4px;
	background-color:#F8FFED;
}
.single-school_info .school_more_info:before {
	position:absolute;
	top: -18px;
	left: -10px;
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(images/infoman.png);
	background-size: contain;
}



.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 90%;
	height: auto;
	margin: 0px auto 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.school_movie_caption {
	max-width: 90%;
	margin: 3px auto;
}


.pickup_detail {
}

.accordion-heading a, .accordion-heading a:link {
	text-decoration:none;
	color:#fff;
}
.accordion-heading {
	background-color:#073860;
}


.data_block {
	display:inline-block;
    padding: 9px 10px;
	border-bottom:dotted 1px #999;
}
.data_block span.data_title{
	margin-right:20px;
	font-weight:bold;
}

table.data_tbl{
	margin:20px 0px 0px;
	width:100%;
	font-size:14px;
}
table.data_tbl th {
    padding: 9px 10px;
	text-align:left;
    vertical-align: middle;
    /* white-space: nowrap; */
	font-weight:bold;
	background-color:#eaeff2;
}
table.data_tbl tr {
	border-bottom:dotted 1px #999;

}

table.data_tbl td {
    vertical-align: middle;
	padding-left:10px;
}

table.data_tbl td p{
	margin:10px 0 !important;
}

/* test */
table.brwsr2 {
    margin: 0 auto;
    width: 650px;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}

table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 124px;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 100px;
    border: none;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}
/* /test */

/*メインcss打ち消し*/
#motopress-main .header .row-2 {
    background-color: #239763;
}
.canvas body{
  background: none;
}
.canvas .header .search-form_is {
    border: none;
    padding: 0;
    margin: -18px 0 0 2px;
    background: none;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header .banners {
    float: right;
    margin-bottom: 0 !important;
    width: 77%;
}
.header .search-form {
    width: 200px !important;
}

.sf-menu > li {
	margin:3px 25px 3px 0px !important;
}
/* サイドバー(その他の学校)の抜粋文 */
.post-list .excerpt {
    font-size: 90%;	
}

/* top pickup, トップ５のスクロールバー表示（スマホ） */
.home_pick ul::-webkit-scrollbar, 
.home_pop ul::-webkit-scrollbar

{
        width:5px;
        background:#eee;
}
.home_pick ul::-webkit-scrollbar:horizontal, 
.home_pop ul::-webkit-scrollbar:horizontal

{
		height:5px;
}
.home_pick ul::-webkit-scrollbar-button,
.home_pop ul::-webkit-scrollbar-button

{
        width:5px;
        height:5px;
        background:#666;
}
.home_pick ul::-webkit-scrollbar-piece,
.home_pop ul::-webkit-scrollbar-piece
{
        background:#eee;
}
.home_pick ul::-webkit-scrollbar-piece:start,
.home_pop ul::-webkit-scrollbar-piece:start
{
		background:#eee;
}
.home_pick ul::-webkit-scrollbar-thumb,
.home_pop ul::-webkit-scrollbar-thumb
{
        background:#333;
}
.home_pick ul::-webkit-scrollbar-corner,
.home_pop ul::-webkit-scrollbar-corner
{
        background:#333;
}
.footer {
	background-color:#ebebeb ;
}
.footer-text {
	color: #999;
	font-size: 14px;
}

/*
body.page,
body.single{
  background: none;
}
.cherry-fixed-layout #motopress-main {
    max-width: 100%;
}
#motopress-main .header .container{
  width: 100%;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1210px;
}

.header .row-1 {
    padding: 10px 0 9px 0;
    width: 1000px;
    margin: 0 auto;
}
.header [class*="span"] {
    position: relative;
    width: 100%;
    float: none;
    min-height: 1px;
    margin-left: 0;
}
.header .span5{
  float: left;
  width: 33%;
}
.header .span7{
  float: right;
  width: 55%;
}
#motopress-main .header .row {
    margin-left: 0;
}
#motopress-main .header .sf-menu > li {
    background-color: transparent;
    margin: 0;
    float: none;
    display: inline-block;
}
#motopress-main .header .sf-menu > li > a {
    padding: 15px 0;
    display: block;
}
#motopress-main .header .sf-menu {
    float: none;
    padding-top: 0;
    font-size: 0;
    width: 1000px;
    margin: 0 auto;
}
#motopress-main .header .sf-menu > li {
    background-color: transparent;
    margin: 0;
    float: none;
    display: inline-block;
    width: 15%;
}
#motopress-main .header .row-2 {
    background-color: #073860;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: inherit;
}
.footer {
    padding: 15px 0 19px 0;
    border: none;
    background-color: #000;
    margin-top: 35px;
}
#content {
    padding-top: 30px;
    float: left;
    width: 63%;
}
#sidebar {
    padding-top: 30px;
    float: right;
    width: 31%;
}
.span4 {
    width: 45%;
}
#motopress-main .row {
    margin-left: -20px;
}
.home .span4{
  width: 320px;
}
*/

/*-- 共通 --*/
.content_inner{
  width: 1210px;
  margin: 0 auto 35px;
}
.bread{
  padding: 10px 0;
}
.bread .bread_list{
  font-size: 0;
  margin: 0;
}
.bread .bread_list li{
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  margin-right: 18px;
}
.bread .bread_list li a{
  text-decoration:underline;
  position: relative;
}
.bread .bread_list li a::after{
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto 0;
  display: block;
}
.page_ttl{
  margin-bottom: 40px;
}
.common_ttl1{
  display: inline-block;
  font-weight: bold;
  font-size: 160%;
  position: relative;
  padding: 0 0 0 50px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.common_ttl1::before{
  content: " ";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 5px;
  width: 80px;
  height: 104px;
  background: url(images/ttl_icon1.png) no-repeat;
  background-size: 80px auto;
  z-index: -1;
}
.common_ttl2, .search_ttl {
  font-weight: bold!important;
  position: relative;
  padding-left: 40px;
  text-align: left;

}
.common_ttl2::before{
  content: " ";
  position: absolute;
  background: url(images/ttl_icon2.png) no-repeat;
  top:0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
.search_ttl::before{
  content: " ";
  position: absolute;
  background: url(images/loope_icon.gif) no-repeat;
  top:0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

ul{
  list-style: none;
}
.txt_red{
  color: #ea0000;
}
/*-- visa --*/

#visa {
    margin-top: 0;
}
#visa .page_txt{
  bottom: 10px;
  width: 350px;
  left: 40px;
}
.visa_info1{ margin-bottom: 40px;}
.visa_info1 ul{
  font-size: 0;
}
.visa_info1 li{
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
}
.visa_info1 li a{display: block;}
.visa_info1 li a:hover{ opacity: 0.5;}
.visa_info1 .visa3{ margin-right: 0;}

.visa_info2{
  overflow: hidden;
}
.visa_anc{
  margin: 40px 0 18px;
  font-size: 0;
}
.visa_anc li{
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-right: 30px;
}
.visa_anc li a{
  text-decoration: underline;
}
.info_boardleft{
  float: left;
  width: 48%;
}
.info_boardright{
  float: right;
  width: 48%;
}
.board_ttl1{
  font-weight: bold;
  font-size: 160%;
  text-align: center;
  padding: 16px 0 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 1px;
}
.info_boardleft .board_ttl1{
  background: #fdbe00;
}
.info_boardright .board_ttl1{
  background: #3fa9f5;
}
.visa_info2{padding-top: 64px;}
.visa_info2 th{
  width: 1.0em;
  padding: 15px;
  font-size: 140%;
}
.visa_info2 td{
  padding: 15px;
  vertical-align: top;
  width: 100%;
}
.visa_info2 td p{
  font-size: 100%;
  margin-bottom: 25px
}
.info_boardleft th{
  background: #fdbe00;
}
.info_boardleft tr{
  border-bottom: 1px solid #fdbe00;
  border-right: 1px solid #fdbe00;
}
.info_boardright th{
  background: #3fa9f5;
}
.info_boardright tr{
  border-bottom: 1px solid #3fa9f5;
  border-right: 1px solid #3fa9f5;
}
.board_ttl2{
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0 5px;
  margin-bottom: 10px;
  font-size: 130%;
}
.visa_info2 .ex{
  clear: both;
  padding-top: 15px;
  margin: 0;
}
.info_boardleft .table_bottom{
  display: block;
  height: 48px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fdbe00;
}
.info_boardright .table_bottom{
  display: block;
  height: 48px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #3fa9f5;
}
/*-- business --*/
.business_info1{
  overflow: hidden;
  margin-bottom: 50px;
}
.business_info1 .business_left{
  float: left;
  width: 73%;
}
.business_info1 .business_left p{
  margin-top: 30px;
  font-size: 110%;
}
.business_info1 .business_right{
  float: right;
  width: 17%;
}
.contact_link a{ display: block;}
.contact_link a:hover{ opacity: 0.5;}

.business_info2{
  margin-bottom: 35px;
}
.business_info2 ul{
  font-size: 0;
  margin-top: 30px;
}
.business_info2 li{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 0 15px;
}
.btn_list1 a{
  text-align: center;
  display: block;
  border-top: 1px solid #fdbe00;
  border-left: 14px solid #fdbe00;
  border-bottom: 1px solid #fdbe00;
  border-right: 1px solid #fdbe00;
    padding: 15px 45px 14px 30px;
  font-weight: bold;
  font-size: 150%;
  color: #333;
  position: relative;
}
.btn_list1 a:hover{
  color: #ff7bac;
  text-decoration: none;
}
.btn_list1 a::after{
  content: " ";
  display: block;
  position: absolute;
  top:0;
  bottom:0;
  right: 5px;
  margin: auto 0;
  width: 12px;
  height: 30px;
  background: url(images/btn_icon1.png) no-repeat;
  background-size: 12px 30px;
}
.school_info{
  padding: 25px 0;
}
.school_inner{
  border: 1px solid #fdbe00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.school_inner .school_ttl{
  background: #fdbe00;
  font-size: 150%;
  padding: 15px 0 15px 65px;
  position: relative;
  margin: 0;
  border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-top-left-radius: 8px;
  font-weight: bold;
  margin-bottom: 15px;
}
.school_inner .school_ttl::before{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto 0;
  background: url(images/ttl_icon3.png) no-repeat;
  width: 41px;
  height: 33px;
  background-size: 41px 33px;
}
.school_inner ul{
  font-size: 0;
      border-bottom: 2px dotted #ccc;
      margin: 15px;
}
.school_inner li{
  display: inline-block;
      vertical-align: top;
      font-size: 13px;
      line-height: 1.0;
      width: 22%;
      text-align: center;
      margin: 0 1% 15px;

}
.school_inner li span{
  display: block;
  margin-bottom: 10px;
  font-size: 120%;
  text-align: left;
      line-height: 1.3;
}
.school_inner li img{
  width: 70%;
  margin: 0 auto;
}
.school_inner .btn01{
  float: right;
  margin: 0 15px 15px 0;
}
.btn01 a{
  display: block;
  position: relative;
  font-size: 180%;
  color: #333;
      padding-left: 75px;
}
.btn01 a::before{
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  bottom:0;
  margin: auto 0;
  left: 10px;
  background: url(images/btn_icon2.png) no-repeat;
  width: 53px;
  height: 50px;
  background-size: 53px 51px;
}
.btn01 a:hover{
  text-decoration: none;
  color: #ff7bac
}
.btn01 a .txt_s{
  font-size: 70%;
  display: block;
  margin-bottom: 10px;
}
.btn01 a strong{
  text-decoration: underline;
}
.business_info6 {
  margin-bottom: 30px;
}
.business_info6 ul{
  font-size: 0;
  margin-top: 25px;
}
.business_info6 ul li{
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin: 0 2%;
}
.business_info6 ul li:first-child{
  padding-top: 15px;
}
.business_info7 ul{
  font-size: 0;
    text-align: center;
    margin: 0;
}
.business_info7 ul li{
  font-size: 13px;
      display: inline-block;
      vertical-align: top;
      margin: 0 4%;
}
.common_btn a{
  display: block;
  border: 1px solid #333;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
  font-size: 180%;
  color: #333;
  text-align: center;
  padding: 15px 15px 15px 75px;
}
.common_btn a::before{
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  bottom:0;
  margin: auto 0;
  left: 10px;
  background: url(images/btn_icon2.png) no-repeat;
  width: 53px;
  height: 50px;
  background-size: 53px 51px;
}
.common_btn a .txt_s{
  font-size: 70%;
  display: block;
  margin-bottom: 10px;
}
.common_btn a strong{
  text-decoration: underline;
}
.common_btn a:hover{
  text-decoration: none;
  color: #ff7bac
}
.btn03 a::before{
  background: url(images/btn_icon3.png) no-repeat;
  background-size: 53px 51px;
}
.absence_info1{

}

/*-- トップページ--*/
.banner_area li{
  margin-bottom: 24px;
}
.banner_area li:last-child{margin-bottom: 0;}
.banner_area li a{display: block;}
.banner_area a:hover{ opacity: 0.5;}
.home_info1{
  margin-top: 45px;
  overflow: hidden;
}
.home_info1 .common_ttl2{
  margin-bottom: 25px;
}
.home_left{
  float: left;
  width: 15%;
}
.home_right {
    float: right;
    width: 82%;
    font-size: 120%;
    line-height: 1.5;
}
.home_info2{
  margin-bottom: 35px;
}
.home_info2 h3,
.home_info3 h3{
  height: 35px;
  margin-bottom: 25px;
}
.home_info2 h3 img,
.home_info3 h3 img{
  width: auto;
  height: 100%;
}
.home_info2 ul{
  font-size: 0;
}
.home_info2 ul li{
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1%;
}
.home_info2 ul li a{
  display: block;
}
.home_info2 ul li a:hover{
  opacity: 0.5;
}
.home_info3{overflow: hidden; margin-bottom: 35px;}
.home_info3 .home_inner{
  border: 2px solid #fdbe00;
  padding: 15px;
  float: left;
  width: 72%;
}
.home_info3 .home_bnr{
  width: 22%;
  float: right;
}
.home_info3 .home_bnr a{ display: block;}
.home_info3 .home_bnr a:hover{ opacity: 0.5;}
.home_info3 .home_inner dl{
  overflow: hidden;
  border-bottom: dotted 2px #fdbe00;
  padding-bottom: 15px;
}
.home_info3 .home_inner dt{
  float: left;
  width: 12%;
  text-align: center;
}
.home_info3 .home_inner dt img{ margin: 0 auto;}
.home_info3 .home_inner dd{
  float: right;
  width: 83%;
  font-size: 0;
}
.home_info3 .home_inner dd label{
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 15px 0 0 ;
}
.home_info3 .home_inner p{
  text-align: center;
}
.home_info3 .home_inner dd p{
  text-align: left;
}
.home_info3 .home_inner dd .sp_only{margin-top: 15px;}
.home_info3 .home_inner p button{
  margin: 0 auto;
  background: #fdbe00;
  font-size: 140%;
  padding: 10px 60px;
  display: inline-block;
  border: none;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.home_info3 .home_inner p button:hover{ opacity: 0.5;}
.home_info4{ overflow: hidden; margin-bottom: 35px;}
.home_info4 ul{
  height: 200px;
  overflow: auto;
}
.home_info4 .home_pick{
  float: left;
  width: 48%;
}
.home_info4 .home_pop{
  float: right;
  width: 48%;
}
.home_info4 .home_pick h3,
.home_info4 .home_pop h3{
  height: 30px;
  margin-bottom: 20px;
}
.home_info4 .home_pick h3 img,
.home_info4 .home_pop h3 img{
  height: 100%;
  width: auto;
}
.home_info4 li,
.home_info5 .blog_left li{
  overflow: hidden;
  margin-bottom: 10px;
}
.home_info4 a:hover,.home_info5 a:hover{ opacity: 0.5;}
.home_info4 .pick_img,
.home_info5 .blog_left .blog_img{
  float: left;
  width: 30%;
}
.home_info4 .pick_txt, .home_info4 .pick_txt2,
.home_info5 .blog_left .blog_txt{
  float: right;
  width: 68%;
  font-weight: bold;
}
.home_info4 .pick_txt span{
  	overflow: hidden;
    text-overflow: ellipsis;
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 54px;
    margin-top: 5px;
    font-weight: normal;
}
.home_info4 .pick_txt2 span{
  	overflow: hidden;
    text-overflow: ellipsis;
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 5px;
    font-weight: normal;
}

.home_info5{
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
}
.home_info5 ul{
  height: 450px;
  overflow: auto;
}
.home_info5 h3{
  height: 50px;
  margin-bottom: 25px;
}
.home_info5 h3 img{
  height: 100%;
  width: auto;
}
.home_info5 .blog_left{
  float: left;
  text-align: left;
  width: 48%;
}
.home_info5 .blog_left h4{
  height: 30px;
  margin-top:0px;
  margin-bottom: 20px;
}
.home_info5 .blog_left h4 img{
  height: 100%;
  width: auto;
}
.home_info5 #facebook{
  float: right;
  width: 48%;
}
@media screen and (min-width:641px) {
  .fb-page {
    width:100% !important;
  }
}
 
@media screen and (max-width:640px) {
  .fb-page {
    /* width:100% !important; */
  }
}
/* Facebook page plugin */
/*
#fb-root {
        display: none;
}
     
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
        width: 100% !important;
}
*/
	

/*-- 休学　--*/
.absence_info1 {margin-bottom: 78px;}
.absence_info1 .common_ttl2{
  margin-bottom: 30px;
}
.absence_info1 .absence_inner{
  overflow: hidden;
  margin-bottom: 25px;
}
.absence_info1 .absence_left{
  float: left;
  width: 47%;
  border-top:1px solid #fdbe00;
  border-bottom:1px solid #fdbe00;
  border-left:1px solid #fdbe00;
  border-right:20px solid #fdbe00;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 11px;
}
.absence_info1 .absence_left .table_bottom{
  height: 40px;
  background: #fdbe00;
  display: block;
  border-bottom-left-radius: 10px;
}
.absence_info1 .absence_right{
  float: left;
  width: 47%;
  border-top:1px solid #fdbe00;
  border-bottom:1px solid #fdbe00;
  border-right:1px solid #fdbe00;
  border-left:20px solid #fdbe00;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 11px;
}
.absence_info1 .absence_right .table_bottom{
  height: 40px;
  background: #fdbe00;
  display: block;
  border-bottom-right-radius: 10px;
}
.absence_info1 .absence_ttl {
    background: #fdbe00;
    padding: 9px 0 9px 10px;
    font: bold inherit Sans-serif;
    border-top-left-radius: 8px;
    text-align: center;
    border-top-right-radius: 0px;
    color: #000;
    margin: 0;
    margin-bottom: 15px;
}
.absence_info1 .absence_right .absence_ttl{
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
}
.absence_info1 p{
  margin: 0 10px 10px;
}
.absence_info2 {overflow: hidden;  margin-bottom:50px;}
.absence_info2 .common_ttl1{margin-bottom: 25px;}
.absence_info2 .absence_inner,
.absence_info3 .absence_inner{
  padding-top: 57px;
  overflow: hidden;
  border-bottom: 2px dotted #fdbe00;
  padding-bottom: 25px;
}
.absence_info2 .absence_left{
  float: left;
  width: 75%;
}
.absence_info2 .absence_right{
  float: right;
  width: 23%;
}
.absence_info4 ul{
  font-size: 0;
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
}
.absence_info4 ul li{
  display: inline-block;
  vertical-align: top;
  width: 23%;
  text-align: center;
  font-size: 13px;
}
.absence_info4 ul li a{
  display: block;
  width: 188px;
}
.absence_info4 ul li a:hover{opacity: 0.5;}
.absence_info4 ul li span,
.absence_info4 ul li strong{
  display: block;
  margin-top: 10px;
}
.absence_info4 ul li span{text-align: left;}
.absence_info4 ul li strong{
  text-align: right;
  color: #fdbe00;
  text-decoration: underline;
}
.absence_info3 {margin-bottom: 80px;}
.absence_info3 .common_ttl1{
  margin-bottom: 25px;
}
.absence_info3 .absence_inner{
  overflow: hidden;
  padding: 57px 0 0;
}
.absence_info3 .absence_left{
  float: left;
  width: 75%;
}
.absence_info3 .absence_right{
  float: right;
  width: 23%;
}
.absence_info3 ul{
  font-size: 0;
  margin: 25px 0 0;
}
.absence_info3 ul li{
  font-size: 13px;
      width: 23%;
      vertical-align: top;
      display: inline-block;
      text-align: center;
      margin: 0 1% 15px;
}
.absence_info3 ul li span{
  display: block;
  margin-top: 5px;
}
.absence_info4{ margin-bottom:70px;}
.absence_info2 ul {
    font-size: 0;
    margin: 30px 0 0;
}
.absence_info2 ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 23%;
}
.absence_info2 a{display: block;}
.absence_info2 a:hover{opacity: 0.5;}

/*留学支援*/
.ryugaku_info1{
  padding-top: 50px;
  overflow: hidden;
  margin-bottom: 45px;
}
.ryugaku_info1 .common_ttl1{
  margin-bottom: 25px;
}
.ryugaku_info1 .txt_red{
  display: block;
}
.ryugaku_info1 .ryugaku_left{
  float: left;
  width: 75%;
}
.ryugaku_info1 .ryugaku_right{
  float: left;
  width: 20%;
}
.ryugaku_info1 .ryugaku_right a{
  display: block
}
.ryugaku_info1 .ryugaku_right a:hover{
  opacity: 0.5;
}
.ryugaku_info2 .common_ttl2{
  font-weight: bold;
  margin-bottom: 20px;
}
.ryugaku_info2 .btn_list1 li{
  margin-bottom: 10px;
}
.ryugaku_info2 .btn_list1 li a{
  text-align: left;
}
.school_info .point{
  position: relative;
  margin: 28px 15px 40px;
  padding-left: 75px;
}
.school_info .point::before{
  content: " ";
  position: absolute;
  display: block;
  width: 70px;
  height: 60px;
  background: url(images/point1.png) no-repeat;
  background-size: 70px auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
#box1 li,
#box2 li,
#box3 li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#box1 li .school_name,
#box2 li .school_name{
  float: left;
  width: 30%;
  text-align: left;
}
#box1 li .school_img,
#box2 li .school_img{
  float: left;
  width: 60%;
  margin-left: 15px;
  text-align: left;
}
#box1 li .school_img img,
#box2 li .school_img img{
  height: 100%;
  width: auto;
}
#box2 .txt_red,
.ryugaku_info6 .txt_red{
  display: block;
  margin-top: 15px;
}
#box2 .txt_red a,
.ryugaku_info6 .txt_red a{
  color: #ea0000;
  font-size: 120%;
  text-decoration: underline;
}
#box3 li{text-align: left;}
#box3 h4{
  font-size: 260%;
  font-weight: bold!important;
  position: relative;
  text-align: left;
  padding: 0 0 0 84px;
  display: inline-block;
}
#box3 h4::before{
  content: " ";
  position: absolute;
  display: block;
  width: 70px;
  height: 60px;
  background: url(images/point1.png) no-repeat;
  background-size: 70px auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
#box3 h4 .border_y{
  display: block;
  font-size: 67%;
  font-weight: normal;
  border-top: 1px solid #fdbe00;
  margin-top: 15px;
}
#box3 li p{
  padding: 0 0 0 84px;
  font-size: 120%;
  line-height: 1.3;
}
.ryugaku_info6{
  margin-bottom: 70px;
}
.ryugaku_info6 .common_ttl1{
      padding: 50px 0 0 50px;
      font-weight: bold!important;
}
.ryugaku_info6 .common_ttl1 .txt_red {
    font-size: 110%;
}
.ryugaku_info6 ul{
  font-size: 0;
  margin: 25px 0 0;
}
.ryugaku_info6 ul li{
  display: inline-block;
      vertical-align: top;
      width: 35%;
      margin: 0 1% 35px;
      position: relative;
      padding: 0 0 0 90px;
      font-size: 25px;
      font-weight: bold;
}
.ryugaku_info6 ul li{
  line-height: 1.2;
}
.ryugaku_info6 ul li::before{
  content: " ";
  display: block;
  width: 83px;
  height: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  line-height: 1.5;
}
.ryugaku_info6 ul li.point1::before{
  background: url(images/point_m1.png) no-repeat;
  background-size: 83px auto;
}
.ryugaku_info6 ul li.point2::before{
  background: url(images/point_m2.png) no-repeat;
  background-size: 83px auto;
}
.ryugaku_info6 ul li.point3::before{
  background: url(images/point_m3.png) no-repeat;
  background-size: 83px auto;
}
.ryugaku_info6 ul li.point4::before{
  background: url(images/point_m4.png) no-repeat;
  background-size: 83px auto;
}
.ryugaku_info6 .txt_red {
    display: block;
    margin-top: 15px;
    font-size: 80%;
}
/*--当社について--*/
.company_info1{
  margin-top: 45px;
}
.company_info1 table{
  width: 100%;
  border: 1px solid #fdbe00;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.company_info1 table th{
  width: 20%;
  padding: 15px;
  background: #fdbe00;
}
.company_info1 table td{
  padding: 15px ;
}
.ttl1{ margin-top: 30px;}
#wpcf7-f2434-p2435-o1{
  margin-top: 30px;
}
input[type="submit"].wpcf7-submit{
  text-align: center;
  display: inline-block;
  padding: 12px 50px;
  color: #fff;
  background: #fdbe00!important;
  font-size: 120%;
  border-radius: 5px;
}
.mail_btn,
.link_btn{
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}
.mail_btn a,
.link_btn a {
      font-size: 94%;
  display: block;
  border-top:1px solid #fdbe00;
  border-bottom:1px solid #fdbe00;
  border-left:1px solid #fdbe00;
  border-right:18px solid #fdbe00;
  padding: 10px 20px;
  position: relative;
}
.mail_btn a::after,
.link_btn a::after{
  position: absolute;
  top:0;
  bottom:0;
  right:-12px;
  content: " ";
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
}
.ryugaku_info2 {
  margin-top: 30px;
}
.ques_info1 {
  margin: 30px 0 0;
}
.ques_info1 .common_ttl2{
  margin-bottom: 15px;
}
.ques_inner { margin-top: 35px;}
.ques_inner dt{
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.ques_inner dt::before{
  font-size: 130%;
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(images/ques_icon.png) no-repeat;
  background-size: 30px 30px;
}
.ques_inner dd{
  margin: 20px 0 20px 20px;
  padding-left: 40px;
  position: relative;
}
.ques_inner dd::before{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(images/answer_icon.png) no-repeat;
  background-size: 30px 30px;
}
.service_info1{
  margin-top: 30px;
}
.common_ttl3{
  font-size: 140%;
  margin: 20px 0;
  font-weight: bold;
}
.service_info2{
  margin-top: 30px;

}
.service_info2 .common_ttl2{
  margin: 3em 0 1.5em;
}
.service_info2 p{
  margin-bottom: 1em;
}
.price_info1,
.price_info2,
.price_info3,
.price_info4,
.price_info5,
.price_info6,
.price_info7{
  margin-top: 30px;
}
.price_info1 .common_ttl2,
.price_info2 .common_ttl2,
.price_info3 .common_ttl2,
.price_info4 .common_ttl2,
.price_info5 .common_ttl2,
.price_info6 .common_ttl2,
.price_info7 .common_ttl2{
  margin: 20px 0;
}
.price_inner{
  border:1px solid #fdbe00;
  margin-bottom: 25px;
}
.price_inner .inner_ttl{
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background: #fdbe00;
}
.price_inner p{
  padding: 10px;
}
.price_info1 ul,
.price_info2 ul,
.price_info3 ul,
.price_info4 ul,
.price_info5 ul,
.price_info6 ul,
.price_info7 ul{
  list-style: circle;
  margin-bottom: 20px;
}

.price_info1 ul li,
.price_info2 ul li,
.price_info3 u lil,
.price_info4 ul li,
.price_info5 ul li,
.price_info6 ul li,
.price_info7 ul li{
  margin-bottom: 10px;
}

.price_info3 table,
.price_info4 table{
  border: 1px solid #fdbe00;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.price_info3 th,
.price_info4 th{
  padding: 15px;
  background: #fdbe00;
}
.price_info3 td,
.price_info4 td{
  padding: 15px;
}
.e_txt{
  margin-top: 30px;
}
/*学校詳細*/
#categories-2 h3,
#my-recent-comments-2 h3{
  text-indent: -9999px;
}
#categories-2 .widget-title{
  background: url(images/school_detail01.png) no-repeat;
}
#my-recent-comments-2 .widget-title{
  background: url(images/school_detail02.png) no-repeat;
}
#categories-2 h3:after,
#my-recent-comments-2 h3:after{
  content: '';
  height: 0;
}
#categories-2 .widget-title:before,
#my-recent-comments-2 .widget-title:before{
    content: '';
    height: 0;
}
#categories-2 .widget-title h3,
#my-recent-comments-2 .widget-title h3{ background: none;}
.recomment_points {
  position: relative;
  background: none;
  padding: 10px 20px;
}
.recomment_points::before{
  content: " ";
  display: block;
  background: url(images/school-point.png) no-repeat;
  margin: auto 0;
  position: absolute;
  width: 109px;
  height: 31px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -37px;
  margin: auto;
}

.campaign {
  position: relative;
  background: none;
  padding: 20px 20px 20px 80px;
}
.campaign::before{
  content: " ";
  display: block;
  background: url(images/campaign-icon.png) no-repeat;
  margin: auto 0;
  position: absolute;
  width: 141px;
  height: 32px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -37px;
  margin: auto;
}

section.section_box {
    margin: 0 0 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
    position: relative;
}
section.section_box::after{

}
.section_box .post-header:before {
    content: '';
    height: 0;
}
.section_box table.data_detail{
  border: none;
}
.section_box table.data_detail th{
  border-right: 2px solid #ccc;
}
.section_box .school_infottl,
.section_box .youtube_ttl,
.section_box .pickup_ttl{
  position: relative;
  display: block;
}
.section_box .school_infottl::before{
  content: " ";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: url(images/iconimg/bookmark.svg) no-repeat;
  width: 32px;
  height: 26px;
  background-size: 32px 26px;
}
.section_box .youtube_ttl::before{
	content: " ";
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	background: url(images/school_detail09.png) no-repeat;
	width: 32px;
	height: 30px;
	background-size: 32px 30px;
}
.section_box .pickup_ttl::before{
	content: " ";
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	background: url(images/school_detail10.png) no-repeat;
	width: 24px;
	height: 33px;
	background-size: 24px 33px;
}

.single-school_info .post__holder .post-header .school_infottl,
.single-school_info .post__holder .post-header .post-title {
    margin-bottom: 30px;
    padding: 5px 0 .3em 50px;
    font-size: 25px;
    line-height: 120%;
    border-bottom: 5px solid #189861;
}
.single-school_info .post__holder .post-header .post-title.cation_ttl {
    color: #FF4C4C;
  font-size: 16px;
  line-height: 120%;
  border: none;
  padding: 5px 0 .5em 25px;
  margin-bottom: 10px;
}
.single-school_info .post__holder .post-header .post-title.common_ttl2{
  border-bottom: 5px solid #ECECEC;
  display: block;
}

.single-school_info .common_ttl2::before {
  background-image: url(images/iconimg/push-pin.svg);
}
.single-school_info .common_ttl2::after {
  content: '';
  display: block;
  width: 30%;
  height: 5px; background: #189861;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: auto;
}

.single-school_info .ttl_btm_line{
  	border-bottom: 5px solid #ECECEC !important;
}
.single-school_info .ttl_btm_line::after{
  content: '';
  display: block;
  width: 30%;
  height: 5px; background: #189861;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: auto;
}

.single-school_info .section_box {
  border-bottom: none;
}
.single-school_info table.data_tbl, 
.single-school_info table.data_detail  {
  border: 1px solid #DDDDDD;
}
.single-school_info table.data_tbl tr + tr,
.single-school_info table.data_detail tr + tr {
  border-top: 1px solid #DDDDDD;
}
.single-school_info table.data_tbl th,
.single-school_info table.data_tbl td,
.single-school_info table.data_detail th,
.single-school_info table.data_detail td {
  padding: 1em;
}
.single-school_info  table.data_tbl th,
.single-school_info  table.data_detail th { 
  background: #FFFDEC;
  color:#99894E;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  font-weight: normal;
}
.cancel,
.notice {
  border: 5px solid #FDF2F2;
  padding: 1.5em;
  border-radius: 10px;
  font-size: 14px;
}
.campaign {
  border: 5px solid #fcbd00;
  padding: 1.5em;
  border-radius: 10px;
  font-size: 14px;
  background-color: #fffdec; 
}
.school_detail_notice ,
.school_detail_notice li {
  list-style: none;
}
.school_detail_notice li {
  margin-bottom: .5em;
  margin-left: 2em;
}
.school_detail_notice > li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #FF4B47;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  margin-left:-20px;
  vertical-align: middle;
}

.post__holder .post-header .youtube_ttl{
  padding: 5px 0 0 60px;
} 
.post__holder .post-header .pickup_ttl{
  padding: 5px 0 4px 40px !important;
  color:#ff1b23;
} 

.accordion-group {
  border: none;
  border: 5px solid #ECECEC!important;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 10px;
}
.section_box .accordion-heading {
  background-color:#fff;
    color: #000;
}
.accordion-heading a, .accordion-heading a:link {
    text-decoration: none;
  color: #777777;
  font-size: 16px;
    position: relative;
}
.accordion-heading a span, .accordion-heading a:link span {
    color: #05995F;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
}
.accordion-heading a::after{
  position: absolute;
  content: " ";
  display: block;
  width: 27px;
  height: 27px;
  background: #05995F url(images/iconimg/left-arrow-angle.svg) no-repeat;
  background-size:10px 15px;
  background-position: center center; 
  border-radius: 50%;
  margin: auto;
  top:0;
  bottom: 0;
  right:10px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-heading .course_htitle {
	padding-right:20px;
}

.accordion-inner .data_block .data_title {
  background:#FFB84B;
  font-size:13px;
  line-height: 150%;
  padding: 0 .5em;
  color: #FFF;
}

.single-school_info .accordion-inner h4 {
  border-bottom: 1px solid #DDDDDD;
  
}
.data_block,
.single-school_info h4,
table.data_tbl tr {
 border-bottom: none;
}
.single-school_info .post-list a{
  color: #189861;
  text-decoration: none;
  font-weight: 400;
}
.single-school_info .post-list a.read-more {
  color: #00A3D8;
  text-decoration: underline;
}

.post-list li{
  border: none;
  padding-left: 110px;
  position: relative;
}
.post-list li:nth-child(n + 2) {
  border-top: 1px dotted #CCC;
}
.post-list .thumbnail,
.post-list .featured-thumbnail {
  position: absolute;
  left: 0;
  top: 1.5em;
  margin-right: 0;
}


.section_box .cation_ttl{
  position: relative;
  padding: 5px 0 0 40px;
}
.section_box .cation_ttl::before{
  content: " ";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: url(images/iconimg/warning.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
/*--オフィススタッフ　--*/
ul.team h5 {
	border-bottom: 1px dashed #fdbe00;
	font-weight: bold !important;
	padding-bottom:10px  !important;
	margin-bottom:10px  !important;
}

ul.team .excerpt {
	line-height:1.5em;
}

.staff_info1{
  margin: 30px 0 15px;
  overflow: hidden;
  border-bottom: 2px dashed #fdbe00;
}
.staff_info1 .staff_left{
  float: left;
}
.staff_info1 .staff_right{
  float: right;
  width: 77%;
}
.staff_info1 .staff_comment{
  margin: 15px 0;
  background: #F1EFF3;
  padding: 15px;
}
.staff_info2 ul{
  font-size: 0;
}
.staff_info2 ul li{
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  width: 23%;
  margin: 0 1%;
}
.staff_info2 ul li .staff_img{
  max-height: 180px;
  overflow: hidden;
}
.staff_info2 .staff_name{
  border-bottom: 1px dashed #fdbe00;
  font-weight: bold;
}
.staff_info3{
  margin-top: 30px;
}
.staff_info3 .common_ttl2{
  margin-bottom: 25px;
}
.staff_info3 ul{
  font-size: 0;
  margin-bottom: 25px;
}
.staff_info3 ul li{
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 37%;
}


/*--学校一覧--*/
.main_ttl {
  overflow: hidden;
  margin-bottom: 20px;
}
.main_ttl .common_ttl2, .main_ttl .search_ttl{
  font-size: 175%;
  border-bottom: 2px dashed #fdbe00;
  position: relative;
  padding-bottom: 20px;
}
.main_ttl .common_ttl2::before, .main_ttl .search_ttl::before{
  margin: 0;
}
.main_ttl .common_ttl2::after, .main_ttl .search_ttl::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0;
    background: url(images/school_detail06.png) no-repeat;
    background-size: 52px 31px;
    width: 52px;
    height: 31px;
}
.main_ttl .btn01{
  float: right;
  margin-top: 15px;
}

/******************************************
 *　比較表
 ******************************************/
.north_box,
.south_box{
  overflow: hidden;
}
.north_box .sub_ttl,
.south_box .sub_ttl{
  width: 245px;
}
.north_box dt,
.south_box dt{
  display: block;
  border-bottom: 3px solid #239763;
  font-size: 180%;
  font-weight: bold;
  padding: 20px 0 15px 46px;
  position: relative;
}
.north_box dt::before,
.south_box dt::before{
  content: " ";
  position: absolute;
  display: block;
  background: url(images/earth_search.png) no-repeat;
  width: 33px;
  height: 33px;
  background-size: 33px 33px;
  left: 0;
  top: 0.5em;
}

/*
.north_box dt::after,
.south_box dt::after{
  content: " ";
  position: absolute;
  display: block;
  background: url(images/ac_icon.png) no-repeat;
  width: 35px;
  height: 23px;
  background-size: 35px 23px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
*/
.north_box ul,
.south_box ul{
  margin: 15px 0;
}
.north_box dd,
.south_box dd{
  overflow: hidden;
}
.north_box dd ul > li,
.south_box dd ul > li{
  border-bottom: 1px dashed #fdbe00;
  padding: 0 0 10px;
}
.north_box h4,
.south_box h4{
  position: relative;
}
.north_box h4 span,
.south_box h4 span{
  color: #fdbe00;
  font-size: 65%;
}
.north_box h4::before,
.south_box h4::before{
  content: "";
  color: #fdbe00;
}
.north_box h4 a,
.south_box h4 a{
  font-weight: bold;
  color: #000;
  font-size: 130%;
}
.north_box th,
.south_box th{
  padding: 5px 15px 3px;
  background: #fdbe00;
  text-align: center;
  border-bottom: 2px solid #fff;
  width: 75px;
}
.north_box td,
.south_box td{
  padding: 5px;
  text-align: center;
}


.course_icon{
  position:relative;

  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 5px 0;
  background: #ccc;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 5px;
}
.course_icon a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.course_icon a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.north_box .close,
.south_box .close{
  text-decoration: underline;
  color: #444598!important;
  opacity: 1.0;
  margin-top: 1em;
  font-size:16px;
}

.south_box{
  margin-top: 60px;
}
.anc {margin-bottom: 30px;}
.anc a{
  display: inline-block;
  border-left: #fdbe00 2px solid;
  border-right: #fdbe00 2px solid;
  border-bottom: #fdbe00 10px solid;
  border-top: #fdbe00 2px solid;
  font-size: 160%;
  padding: 12px 55px 10px;
}

/* 学校詳細ページ（アコーディオン部分） */
body.single-school_info .north_box dl {
	border: 5px solid #ECECEC !important;
	border-radius: 10px;
}
body.single-school_info .north_box dt{
	padding: 1em 3em 1em 1em;
	margin-bottom: 10px;
	color: #777777;
	font-size: 16px;
	border:none;
}
body.single-school_info .north_box dt::before,
body.single-school_info .south_box dt::before{
  content: " ";
  position: absolute;
  display: block;
  background: none;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
body.single-school_info .north_box dt::after,
body.single-school_info .south_box dt::after{
  position: absolute;
  content: " ";
  display: block;
  width: 27px;
  height: 27px;
  background: #05995F url(images/iconimg/left-arrow-angle.svg) no-repeat;
  background-size:10px 15px;
  background-position: center center; 
  border-radius: 50%;
  margin: auto;
  top:0;
  bottom: 0;
  right:20px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.single-school_info .north_box dt span {
	color: #05995F;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-right: 1em;
}
body.single-school_info .north_box dd {
	margin: 5px 20px 20px 20px;
}
body.single-school_info .north_box td,
body.single-school_info .south_box td{
  text-align: left;
}
body.single-school_info .north_box p.close {
    text-decoration: underline;
    color: #444598 !important;
    opacity: 1.0;
	margin:1em 0em 0em;
	font-size:16px;
}



/*--コース一覧--*/
.school_title {
    font-size: 70%;
    line-height: 130%;
	padding-right: 40px;
}

.course_name {
	line-height:110%;
	padding-right: 40px;
	color:#073860;
}


/*--検索一覧--*/
.search_ttl {
  font-weight: bold;
  position: relative;
  padding-top:5px;
  padding-left: 50px;
  text-align: left;

}
.search_ttl::before{
  content: " ";
  position: absolute;
  background: url(images/loope_icon.gif) no-repeat;
  top:0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

/* 検索結果P　検索条件 */
/*
.search_cond {
}
.search_cond_text {
	display: inline-block;	
}
.search_cond_text .title {
    color: #000;
    font-weight: bold;
}
.search_cond_text .text {
    color: #fca800;
    font-weight: bold;
	margin-right:5px;
}


.search h4{
  position: relative;
}
.search h4::before{
  content: "";
  color: #fdbe00;
}
.search h4 a{
  font-weight: bold;
  color: #000;
  font-size: 130%;
}
.search h4 span{
  color: #fdbe00;
  font-size: 65%;
}
.search th{
  padding: 5px 15px 3px;
  background: #fdbe00;
  text-align: center;
  border-bottom: 2px solid #fff;
  width: 75px;
}
.search td{
  padding: 5px;
}
.search li{
  padding: 15px 0;
  border-bottom: 1px dashed #fdbe00;
}
*/


.sp_only{display: none;}



/*追加ページ*/
.full_info1,
.full_info2,
.full_info3{
  margin-top: 25px;
  overflow: hidden;
}
.full_info1 ul{
  clear: both;
  font-size: 0;
}
.full_info1 ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 30%;
  height: 199px;
  overflow: hidden;
  margin: 0 1%;
}
.full_info1 p img{
  width: 100%;
}
.full_info1 ul li img{
  width: 100%;
}

.full_left{
  width: 65%;
  float: left;
}
.full_right{
  width: 33%;
  float: right;
}
.full_info3 .full_left{
  width: 20%;
  float: left;
}
.full_info3 .full_right{
  width: 65%;
  float: left;
}
.full_info2 .common_ttl2{
  margin-bottom: 20px;
}
.full_info2 ul{
  list-style: circle;
}
.full_info2 li{
  margin-bottom: 10px;
}
.full_info2 li a{
  text-decoration: underline;
}
.full_info2 p img{ width: 70%;}

@media screen and (max-width: 767px){
.full_info2 p img{ width: 100%;}
}

.txt_green{color: #00a200;}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
/*@media screen and (max-width: 1199px), screen and (min-width: 1200px) {*/
@media screen and (max-width: 1199px){
.content_inner{
  width: 980px;
  margin: 75px auto;
}
}
@media screen and (max-width: 979px){
.content_inner{
  width: 764px;
  margin: 75px auto;
}
}
/*
@media screen and (max-width: 939px){
.content_inner{
  width: 98%;
  margin: 75px auto;
}
}
*/
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 767px){
.sp_only{display: block;}
.pc_only{display: none;}
  body.cherry-fixed-layout .header, body.cherry-fixed-layout #motopress-main .content-holder, body.cherry-fixed-layout .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .canvas body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .canvas .content-holder {
    padding: 0 0 15px;
    margin-top: 15px;
    background-color: #fff;
  }
.content_inner{
  width: 100%;
  margin: 0 auto 25px;
}
.header .banners {
    float: none;
    text-align: center;
    width: 100%;
}
  /*--共通--*/
  .common_ttl1 {
    font-size: 100%;
    padding: 0 0 0 10%;
  }
  .common_ttl1::before {
    width: 50px;
    height: 65px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(images/ttl_icon1.png) no-repeat;
    background-size: 50px auto;
}
  .page_ttl {
    margin-bottom: 20px;
  }
  .info_boardleft{
    font-size: 120%;
    padding: 12px 0 7px;
  }
  .common_ttl2 {
    font-size: 100%;
}

  /*-- visa --*/
  #visa {
    padding: 0 2%;
  }
  .visa_info1 {
    margin-bottom: 5px;
  }
  .visa_info1 ul {
    margin: 0;
  }
  .visa_info2 {
    padding-top: 30px;
  }
  .visa_anc {
    margin: 10px 0 15px;
  }
  .info_boardleft{
    margin-bottom: 20px;
  }
  .info_boardleft,
  .info_boardright{
    float: none;
    width: 100%;
  }
  .visa_info2 th {
    font-size: 114%;
  }
  .board_ttl2 {
      font-size: 115%;
  }
  .visa_info2 td p{
    font-size: 94%;
  }
  /*--business--*/
  .business_info1 .business_left {
      float: none;
      width: 100%;
  }
  .business_info1 .business_right{
    float: none;
    width: 100%;
  }
  .business_info1 .business_left p {
      margin-top: 15px;
      font-size: 110%;
  }
  .business_info2 ul {
    font-size: 0;
    margin-top: 30px;
    margin: 0;
  }
  .business_info2 {
    margin-bottom: 5px;
  }
  .business_info2 ul {
    font-size: 0;
    margin: 10px 0 0;
  }
  .business_info2 li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 0 auto 10px;
    width: 100%;
  }
  .school_inner li {
    width: 48%;
    font-size: 13px;
  }
  .btn01 a {
    font-size: 105%;
  }
  .btn01 a .txt_s {
    margin-bottom: 0;
  }
  .business_info6 ul {
    margin: 15px 0;
  }
  .business_info6 ul li {
    width: 21%;
  }
  .business_info6 ul li:first-child {
    padding-top: 10px;
  }
  .business_info7 ul {
    margin: 0;
  }
  .business_info7 ul li {
    width: 100%;
    margin: 0 auto;
  }
  .common_btn a .txt_s {
    font-size: 87%;
    display: block;
    margin-bottom: 3px;
  }
  .common_btn a {
    font-size: 120%;
  }
  .home_info1 .home_left {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
  .home_right {
    float: none;
    width: inherit;
  }
  .home_info2 ul{
    margin: 0;
  }
  .home_info2 ul li{
    display: block;
    width: inherit;
    margin: 0 0 15px;
  }
  .home_info2 h3, .home_info3 h3 {
    height: inherit;
    margin-bottom: 25px;
  }
  .home_info2 h3 img, .home_info3 h3 img {
    width: 100%;
    height: 100%;
  }
  .home_info3 .home_inner {
    border: 2px solid #fdbe00;
    padding: 15px;
    float: none;
    width: 88%;
    margin: 0 auto;
  }
  .home_info3 .home_inner dt {
    float: none;
    width: 100%;
    text-align: center;
  }
  .home_info3 .home_inner dt img {
    margin: 0 auto;
    display: block;
    width: 30%;
    height: auto;
  }
  .home_info3 .home_inner dd {
    float: none;
    width: 100%;
    font-size: 0;
  }
  .home_info3 .home_bnr {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .home_info4 .home_pick {
    float: none;
    width: 100%;
    margin-bottom: 26px;
  }
  .home_info4 .home_pop {
    float: none;
    width: 100%;
  }
  .home_info5 h3{
    height: inherit;
  }
  .home_info5 h3 img{
    width: 100%;
    width: 100%;
  }
  .home_info5 .blog_left {
    float: none;
    text-align: left;
    width: 100%;
  }
  .home_info5 #facebook {
    float: none;
    width: 100%;
  }
  /*--留学支援--*/
  .absence_info1 .absence_left {
    float: none;
    width: 98%;
    margin: 0 auto 25px;
    border-right: 1px solid #fdbe00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .absence_info1 .absence_right {
    float: none;
    width: 98%;
    margin: 0 auto;
    border-left: 1px solid #fdbe00;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .absence_info1 .absence_right .absence_ttl,
  .absence_info1 .absence_left .absence_ttl {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .absence_info1 .absence_right .table_bottom,
  .absence_info1 .absence_left .table_bottom{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .absence_info1 .absence_right,
  .absence_info1 .absence_left{
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .absence_info2 ul li a {
    display: block;
    width: 100%;
}
  .absence_info1 {
    margin-bottom: 0;
  }
  .absence_info2 .absence_left,
  .absence_info2 .absence_right{
    float: none;
    width: 98%;
    margin: 0 auto;
  }
  .absence_info2 .contact_link{
     text-align: center;
  }

  .absence_info2 .absence_left{
    margin-bottom: 15px;
  }
  .absence_info2 ul li {
    width: 48%;
    margin: 0 0 15px 2%;
  }
  .absence_info2 {
    margin-bottom: 15px;
  }
  .absence_info3 .absence_left,
  .absence_info3 .absence_right{
    float: none;
    width: 98%;
    margin: 0 auto;
  }
  .absence_info3 .absence_right{
    text-align: center;
  }
  .absence_info3 ul li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .absence_info3 {
    margin-bottom: 30px;
  }
  .absence_info4 ul {
    font-size: 0;
    margin: 15px 0 0;
  }
  .absence_info4 ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
  .absence_info4 {
    margin-bottom: 30px;
  }
  .ryugaku_info1 .ryugaku_left {
    float: none;
    width: 98%;
    margin: 0 1%;
  }
  .ryugaku_info1 .ryugaku_right {
    float: none;
    width: 98%;
    text-align: center;
  }
  .ryugaku_info2 ul{
    margin: 15px 1%;
  }
  .ryugaku_info2 .btn_list1 li a {
    text-align: left;
    line-height: 1.2;
    font-size: 90%;
  }
  #box1 li .school_name, #box2 li .school_name {
    float: none;
    width: 100%;
    text-align: center;
  }
  #box1 li .school_img, #box2 li .school_img {
    float: none;
    width: 60%;
    margin: 10px auto 0;
    text-align: left;
}
  #box1 li .school_img img, #box2 li .school_img img {
    height: auto;
    width: 100%;
  }
  #box1 li, #box2 li, #box3 li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.school_info .point::before {
    content: " ";
    position: absolute;
    display: block;
    width: 70px;
    height: 60px;
    background: url(images/point1.png) no-repeat;
    background-size: 70px auto;
    top: -20px;
    bottom: inherit;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.school_info .point {
    position: relative;
    margin: 28px 15px 40px;
    padding: 45px 0 0;
}
#box3 h4::before {
    content: " ";
    position: absolute;
    display: block;
    width: 70px;
    height: 60px;
    background: url(images/point1.png) no-repeat;
    background-size: 70px auto;
    top: 0px;
    bottom: inherit;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#box3 h4 {
    font-size: 260%;
    font-weight: bold!important;
    position: relative;
    text-align: left;
    padding: 80px 0 0;
    display: inline-block;
}
#box3 li p {
    padding: 0;
    font-size: 120%;
    line-height: 1.3;
}
.ryugaku_info6 ul li {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    margin: 0 1% 35px;
    position: relative;
    padding: 0 0 0 88px;
    font-size: 15px;
    font-weight: bold;
}
.ryugaku_info6 ul {
    font-size: 0;
    margin: 25px 0 0;
    width: 95%;
}
.ryugaku_info6 {
    margin-bottom: 10px;
}
.ques_inner dd{
  margin: 20px 0 ;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
}
/*--スタッフ紹介--*/
.staff_info1 .staff_left{
  float: none;
  text-align: center;
}
.staff_info1 .staff_right{
  float: none;
  width: 98%;
  margin: 0 auto;
}
.staff_info2 ul {
    font-size: 0;
    margin: 0;
}
.staff_info2 ul li {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: 98%;
    margin: 0 1% 15px;
    text-align: center;
}
.staff_info2 .staff_name,
.staff_info2 .staff_txt{
  text-align: left
}
.staff_info3 ul li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 98%;
    margin: 0 0 15px;
}
.staff_info3 ul {
    font-size: 0;
    margin: 0 0 25px;
}
.main_ttl .common_ttl2, .main_ttl .search_ttl  {
    font-size: 128%;
    line-height: 1.5;
}
.search ul{
  margin: 0 1%;
}
.anc {
    margin-bottom: 30px;
    text-align: center;
}
.north_box dt, .south_box dt {
    display: block;
    font-size: 115%;
    font-weight: bold;
    padding: 10px 20px 10px 35px;
    position: relative;
	line-height:115%;
}
.north_box dt::before, .south_box dt::before {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/earth_icon.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
/*
.north_box dt::after, .south_box dt::after {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/ac_icon.png) no-repeat;
    width: 29px;
    height: 17px;
    background-size: 29px 17px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
*/
.course_icon {
    font-size: 10px;
}
.course_icon {
    font-size: 10px;
    margin: 0px 5px 5px 0;
    padding: 1px 3px;
}
.north_box th, .south_box th {
    width: 45px;
}
#back-top-wrapper.visible-desktop{
  display: block !important;
}
#back-top a:hover { color:#fff; }
#back-top a:hover span { background-color:#0f4930; }
#back-top {
	background-color:#239763
}
/*追加ページ*/
.full_info1,
.full_info2,
.full_info3{
  margin: 25px 1% 0;
  overflow: hidden;
}
.full_info1 ul{
  clear: both;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.full_info1 ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 98%;
  height: auto;
  overflow: hidden;
  margin: 0 0 10px;
}
.full_info1 ul li img{
  width: 100%;
}
.full_left{
  width: 98%;
  float: none;
}
.full_right{
  width: 98%;
  float: none;
}
.full_right img{
  width: 100%;
}
.full_info3 .full_left{
  width: 98%;
  float: none;
}
.full_info3 .full_right{
  width: 98%;
  float: none;
}
.full_info2 .common_ttl2{
  margin-bottom: 20px;
}
.full_info2 ul{
  list-style: circle;
}
.full_info2 li{
  margin-bottom: 10px;
}
.full_info2 li a{
  text-decoration: underline;
}
.absence_info4 ul li a {
    display: block;
    width: 100%; 
}

}
/*flex slider*/

.flex-control-paging li a.flex-active, .flex-control-paging li .active span, .owl-theme .owl-controls a.flex-active, .owl-theme .owl-controls .active span {
  background:#7AB448!important;
}
.flex-direction-nav a {
  background: #7AB448!important;
  color: #FFF!important;
  border-radius: 50%;
  text-align: center!important;
}
.flex-direction-nav a:before {
  font-size:20px!important;
  line-height: 40px;
} 

/* お問合わせ（MW WP FORM) */
.mw_wp_form input, textarea, .uneditable-input {
    width: initial; // Override
}

.mw_wp_form p input[type="submit"] {
  text-align: center;
  display: inline-block;
  padding: 12px 50px;
  color: #fff;
  background: #fdbe00!important;
  font-size: 120%;
  border-radius: 5px;
}


/*-- 学校一覧 比較表 --*/
.single_page h1 { font-size: 1.5rem; font-weight: bold; padding: .5em 0; line-height: 120%; border-top: 1px solid #DDD; border-bottom: 5px solid #189861; margin-bottom: 1em; }


/*porter page*/
.post-porting-main * { box-sizing: border-box; }
.post-porting-main { font-size: 1rem; }
.post-porting-main h1 { font-size: 1.5rem; font-weight: bold; padding: .5em 0px .5em .5em; line-height: 120%; border-top: 1px solid #DDD; border-bottom: 5px solid #189861; margin-bottom: 1em; }
.post-porting-main h2 { font-size: 1.3rem; font-weight: bold;line-height: 120%; margin: 2em 0 1em; }
.post-porting-main h2:before { content: ''; width: 5px; height: 1.1rem; background: #189861; display: inline-block; margin-right: .5em; vertical-align: -1px; }
.post-porting-main h3 { font-weight: bold!important;color: inherit!important; margin-bottom: 1em; }

.post-porting-main a,
.post-porting-main a:link,
.post-porting-main a:active { text-decoration:none; color: #006699; }
.post-porting-main a:hover { text-decoration: underline; color: #189861; }
.post-porting-main img { max-width: 100%; height: auto; }
.post-porting-main .imgL { float: left; margin-right: 1em; margin-bottom: 1em; }

.post-porting-main .t-red { color: #FF4C4C;  }
.post-porting-main .t-blue { color: #01A4BE; }
.post-porting-main .t-green { color: #05995F; }
.post-porting-main .t-big { font-weight: bold; font-size: 1.2rem; line-height: 120%; color: inherit; }
.post-porting-main .t-large { font-weight: bold; font-size: 1rem; line-height: 100%; color: inherit; }
.post-porting-main .t-undrline { text-decoration: underline; }
.post-porting-main .bg-green { background: #F6FBF9; }

.post-porting-main h3.t-green { color: #05995F!important; margin-top: 2rem; }

.post-porting-main .t-center { margin-bottom: 2em; text-align: center; }

.post-porting-main table { font-size: .9rem;  width: 100%; border-top:1px solid #DDD; border-left:1px solid #DDD; border-right:1px solid #DDD; margin-bottom: 3rem; }
.post-porting-main table tr { border-bottom :1px solid #DDD;  }
.post-porting-main table th{ background: #FFFDEC; text-align: center; padding: 1em;}
.post-porting-main table th + th { border-left: 1px solid #DDD;}
.post-porting-main table td { border-left: 1px solid #DDD;padding: 1em;}

.post-porting-main .list-dot-red { border: 3px solid #FFBFBF; padding: 3em; margin-left: 0;  }
.post-porting-main .list-dot-red > li { paddign-left: 1em; text-indent: -1em;  margin-bottom: .5em; }
.post-porting-main .list-dot-red > li:before { content: ''; width: .3em; height: .3em; background: #FF4D4D; border-radius: 50%; margin-right: .7em; display: inline-block; vertical-align: middle; }

.post-porting-main .senmon-list td:first-of-type { min-width: 50px; padding: 1em 0;}
.post-porting-main .senmon-list td:first-of-type img { width: 90%; }

.post-porting-main h4.title-ub { padding-bottom: 1em; border-bottom: 1px solid #DDD; font-weight: bold!important; margin-bottom: 2em; margin-top: 3rem; }

.post-porting-main .imgL {float: left; margin-right: 1em; max-width: 50%; }

.post-porting-main .mb3em { margin-bottom: 3em; }
.column-max2 { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between;}
.column-max2 > * { width: 49%; margin-bottom: 1em; }

.column-max2 strong { font-weight: bold; }

.post-porting-main .conts_lr { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between;}
.post-porting-main .conts_lr .text{ width: 55%;  }
.post-porting-main .conts_lr .img{ width: 40%;  }

.post-porting-main .list-kind {margin-left: 0;}
.post-porting-main .list-kind > li { background: #FFFDEB; border: 3px solid #D0EADF; padding: 1.5em; font-weight: bold; margin-bottom: 1em; }


.post-porting-main .list-online-flow { margin-left: 0; margin-bottom: 5rem;}
.post-porting-main .list-online-flow > li { padding-bottom: 2em; border-bottom: 1px solid #CFEADF; }
.post-porting-main .list-online-flow > li + li:before { content: '';  width: 2rem; height: 2rem; display: block; background: url(./img/arrow.svg) no-repeat center center/ auto 100%; margin: 2rem auto; opacity: .5; }

.list-number-blue { margin-left:0; list-style: none; counter-reset: listnum; margin: 3rem 0; } 
.list-number-blue > li  {padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid #CFEADF; padding-left: 2.5rem; position: relative; counter-increment: listnum; line-height: 150%; }
.list-number-blue > li:before{ content: counter(listnum); color: #FFF; background: #61CFDB; width: 1.5rem; height: 1.5rem; text-align: center; line-height: 1.5rem; border-radius: 5px; position: absolute; top: 0; left: 0; margin: auto; }

.post-porting-main .price { margin-bottom: 1em; }
.post-porting-main .price .pricelist { width: 20%;float: left; margin: 0; font-weight: bold; font-size: 1.2rem; }
.post-porting-main .price .pricelist dt { width: 5em; float: left; font-weight: bold; }
.post-porting-main .price .pricelist dd { padding-left: 5em; color: #FF4C4C; margin-bottom: 1em; }
.post-porting-main .price .price-memo { margin-left: 25%; border: 3px solid #D0EADF; padding: 1em; font-size: .9rem; }


.post-porting-main .list-check { margin-left: 0; margin-bottom: 0;  text-align:left;}
.post-porting-main .list-check > li { padding-left: 2.5rem; text-indent: -2.5rem;}
.post-porting-main .list-check > li:before {content: ''; width: 1.2rem; height: 1.2rem; background: url("./img/check-box.svg") no-repeat center center/ 100% 100%; margin-right: 1.3rem; display: inline-block; vertical-align: middle; }

.post-porting-main .box-yellow { background: #FFFDEB; border: 3px solid #D0EADF; padding: 2em; margin: 2rem 0; }

.post-porting-main .box-red { background: #FFFDEB; border: 3px solid #FF9897; padding: 2rem 1.5rem; text-align: center; margin-bottom: 2em; }
.post-porting-main .box-red.t-left {text-align: left; font-weight: bold; font-size: 1.2rem; line-height: 150%; }
.post-porting-main .box-red.t-left p { margin-bottom: 0; }
.post-porting-main .title-tokuwari { font-size: 1.6rem; color: #FF4C4C; margin-bottom: 1em; line-height: 1.5; font-weight: bold; }
.post-porting-main .title-tokuwari span { fon-tsize: .7em; display: block; }

.post-porting-main .list-schedule { margin: 3rem 0; }
.post-porting-main .list-schedule > li { padding-left: 7rem; position: relative; }
.post-porting-main .list-schedule .date { color: #FFF; width: 6rem; height: 6em; position: absolute; left: 0; top: 0; text-align: center; padding-top: 1em; background: #61CFDB; border-radius: 5px; font-weight: bold; }
.post-porting-main .list-schedule .date span { font-size: 1.2rem; display: block; }
.post-porting-main .list-schedule > li + li { margin-top: 6rem; }
.post-porting-main .list-schedule > li + li:before { content: '';  width: 2rem; height: 2rem; display: block; background: url(./img/arrow.svg) no-repeat center center/ auto 100%; opacity: .5; position: absolute; top: -4rem; margin: auto; left: 2em; }
.post-porting-main .list-schedule p { margin-bottom: 2em; }
.post-porting-main .t-marker { display:table;background: linear-gradient(transparent, transparent 70%, #FFF18E 70%, #FFF18E);}

@media screen and ( max-width: 600px) {
	.column-max2 > * {width: 100%; }
	
	.post-porting-main .conts_lr .text{ width: 100%; margin-bottom: 1em;  }
	.post-porting-main .conts_lr .img{ width: 100%;  }

	.post-porting-main .price .pricelist { width: 100%; float: none; }
	.post-porting-main .price .price-memo { margin-left: 0; }
}


