/*
Theme Name:   customify-child
Template:     customify
*/

body {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	font-size: 18px;
}
@media screen and (max-width: 767px){
	body {
		font-size: 16px;
	}
}

ul {
	list-style-type: none !important;
}

.content-image{
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

span.link-before {
	font-size: 1.2em;
}

.br_sp,.br_sp2 {
	display: none;
}

/* #content-image01{
background-image:url(/wp-content/uploads/2024/03/business.jpg);
}

#content-image02{
background-image:url(http://suscul.com/wp-content/uploads/2024/03/message2.jpg);
} */


/* .content-image .content-image-inner{
background-color:rgba(0,0,0,0.35);
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-shadow:1px 1px 1px rgba(0,0,0,0.8);
text-align:center;
font-family:serif;
font-size:36px;
font-weight:bold;
} */

div#n2-ss-1 .n2-font-b4ed9a837f9a272939b0643c113dca9b-hover {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}

div#n2-ss-1item2 {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}


.section-title-border-y{
	font-size:1em;
	letter-spacing:0.2em;
	border-top:1px solid #B22D35;
	border-bottom:1px solid #B22D35;
	padding:0.3em 0;
	font-family:serif;
	font-weight:bold;
	margin-bottom:1em;
}

.bg-pale{
	background-color:#eaf0eb;
}

.bg-skyblue{
	background-color: #d8f0f6;
}

.bg-yellow-green {
	background-color: #EBF6D4;
}

.bg-glay {
	background-color: #f3f3f3;
}

.bg-white {
	background-color: #fff;
}

.bg-gold {
	background-color: #F8F6F0;
}

.font-bold {
	font-weight: bold;
}

.text-serif{
	font-family:serif;
}

.section-title {
	font-size: 30px;
	/* letter-spacing: 0.2em; */
	font-family: serif;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
	padding-bottom: 25px;
	border-bottom: 1px solid #B22D35;
/* 	margin-top: 5em; */
	color: #B22D35;
}

.section-title span {
	background-color: #B22D35;
	color: #fff;
	padding: 0.2em 0.7em;
	font-size: 0.9em;
	margin-right: 0.8em;
	border-radius: 5px;
}

.section-title1 {
	font-size: 34px;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
	color: #B22D35;
}

.section-title div{
	letter-spacing:0.05em;
	font-size:50%;
}

.section-title-en {
	font-size: 30px;
	letter-spacing: 0;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
	padding-bottom: 25px;
	border-bottom: 1px solid #bda662;
	margin-top: 5em;
	color: #bda662;
}

.section-title-en span {
	background-color: #bda662;
	color: #fff;
	padding: 0.2em 0.7em;
	font-size: 0.8em;
	margin-right: 0.8em;
	border-radius: 5px;
}

.section-title-en div{
	letter-spacing:0.05em;
	font-size:50%;
}

.section-title-sub {
	background: #fff;
    padding: .4em;
	font-weight: bold;
    color: #B22D35;
    font-family: serif;
}

.h4-title {
	color: #B22D35;
	font-size: 20px;
	font-family: serif;
	font-weight: bold;
}

/* .table2{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

.table2 tbody tr:nth-child(2n) td{
background: #d8f0f6;
}

.table2 th,
.table2 td {
padding: 0rem 0rem;
vertical-align: top;
background: #d8f0f6;
font-size: 16px;
} */

/* .container-origin{
width: 50%;
margin: auto;
text-align: center;
}

.container-origin div {
text-align: left;
display: inline-block;
} */


/*** message ***/
#message .copy {
	color: #454545;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

#message .company-name {
	color: #454545;
	font-weight: bold;
}

#message .signature {
	color: #454545;
	font-weight: bold;
}

#message .signature span{
	color: #454545;
	font-size: 23px;
	font-weight: bold;
}

@media screen and (max-width: 767px){
	#message .copy {
		font-size: 16px;
	}
}


/*** recruit ***/
.recruit-box {
	display: flex;
}

/*** flow ***/
.flow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-list {
  padding-left: 0;
}

.flow-list > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow-list > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow-list > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #B22D35;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow-list > li:not(:last-child)::before {
  content: '';
  background: #ddd;
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow-list > li dl dt {
  font-size: 18px;
	font-weight: normal;
/*   font-weight: 600; */
}

.flow-list > li dl dd {
  margin-left: 0;
}


@media screen and (max-width: 767px){
	.flow-list {
		margin-bottom: 0 !important;
	}
	.flow-list li {
		margin-left: 0 !important;
	}
	.flow-list > li dl dt{
		font-size: 16px;
	}
}




/* bogo */
ul.bogo-language-switcher.list-view {
	display: flex;
	margin: 0;
}

ul.bogo-language-switcher.list-view li {
	margin-right: 1em;
}

.bogoflags-us:before {
	content: url(images/us.png);
}

.bogoflags-jp:before {
	content: url(images/jp.png);
}

.bogoflags-cn:before {
	content: url(images/cn.png);
}

span.bogo-language-name {
	font-size: 0.85rem;
}

.page-titlebar {
	display: none;
}

/*----------------------
contact form
-----------------------*/
/***** コンタクトフォー�? *****/
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
	width:100%;
}

.required-contactform7{
	padding: 3px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
	font-size:80%;
}

.unrequired-contactform7{
	padding: 3px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
	font-size:80%;
}

.table-contactform7 th{
	font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
	max-width: 90% !important;
	margin: 5px 10px 5px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	min-height:40px;
	padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}

.address-100 input{
	max-width: 90% !important;
	margin: 10px 10px 10px 10px;
}

.message-100 textarea{
	width: 100%;
	margin: 10px 10px 10px 10px;
}

.table-contactform7 select {
	margin: 5px 10px 5px 10px;
	height: 2.5em;
	padding: 0.3em 0 0.3em 0.5em !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12) inset;
	max-width: 90%;
}

.table-contactform7 select option{
	padding:0.3em 0;
}

.num-boxs-contactform7 {
	display: flex;
	/* justify-content: center; */
}

.num-innerbox-contactform7 {
	width: fit-content;
	margin-left: 1em;
}

.num-innerbox-contactform7_2 {
	width: fit-content;
	margin-left: 1em;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	max-width: 70%;
	width: 120px;
}

.wpcf7 input[type="file"] {
	border: none;
}

.info-contactform7 {
	margin-left: 1rem;
}

.contactform7_date {
	display: inline-block;
}

.contactform7_date_box {
	width: fit-content;
	/* margin: 0 auto; */
}

.contactform7_int {
	padding-left: 2em;
}

.table-contactform7 p {
	margin-bottom: 0 !important;
	font-size: 18px;
}

.table-desc {
	margin: 0 0 4rem;
}

.table-desc .list {
	margin: 10px 0 0;
}

.table-desc .list p {
	margin: 0;
}

.privacy small {
	display: block;
}


@media screen and (min-width: 900px){
	.table-contactform7 th{
		width:28%;
	}
}

@media screen and (max-width: 995px){
	.br_sp2{
		display: block;
	}
}

@media screen and (max-width: 900px){
	.br_sp{
		display: block;
	}

	.section-title {
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		margin-top: 1em;
		line-height: 1.5;
	}

	.section-title span {
		padding: 0.5em 0.7em;
		font-size: 0.7em;
		display: block;
		width: fit-content;
		margin-bottom: 1em;
	}

	.section-title-en {
		font-size: 1.5em;
		letter-spacing: 0;
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		margin-top: 1em;
		line-height: 1;
	}

	.section-title-en span {
		padding: 0.5em 0.7em;
		font-size: 0.7em;
		display: block;
		width: fit-content;
		margin-bottom: 1em;
	}
	.section-title1 {
	font-size: 20px;
	font-family: serif;
		letter-spacing: 0;
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		margin-top: 1em;
		line-height: 1.5;
	}
	.section-title-sub {
		font-size: 18px;
	}
	.h4-title {
		font-size: 18px;
	}

	.course_boxs {
		flex-direction: column;
	}

	.course_l {
		width: 100%;
		margin-right: 0;
	}

	.course_r {
		width: 100%;
	}

	.course_bimg {
		flex-direction: column;
	}

	.course_bimg img {
		width: 100%;
	}

	.detail {
		flex-direction: column;
	}

	.detail_item {
		width: 100%;
		position: relative;
		margin-bottom: 3em;
	}

	table td, table th {
		padding: 1em;
	}

	.bank {
		width: 100%;
		padding: 2em 2em 0.5em;
	}

	.table-contactform7{
		display:block;
	}


	.table-contactform7 tbody,
	.table-contactform7 tr{
		display: block;
		width: 100%;
	}
	.table-contactform7 th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
	}
	.table-contactform7 td{
		display: list-item;
		list-style-type:none;
		margin:0;
		padding:0;
		width: 100%;
		border-top: none !important;
	}
	.expect_box {
		width: 100%;
		margin: 0 0 2em;
	}
	.course_bimg_box {
		width: 100%;
	}

}


@media screen and (max-width: 767x){
	.table-contactform7 {
		font-size: 16px;
	}
	table {
		font-size: 16px;
	}
}


input[type="radio"], 
input[type="checkbox"] {
	min-height: 0;
}
@media screen and (max-width: 992px) {
	.num-innerbox-contactform7,
	.num-innerbox-contactform7_2 {
		/* margin: 0 auto; */
	}
	.num-boxs-contactform7 {
		flex-direction: column;
	}
	.num-ttl-contactform7 {
		display: inline-block;
		width: 10em;
	}
}


.pc { display: block !important; }
.sp { display: none !important; }
 

@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}