/*!
Theme Name: bits-kure
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bits-kure
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bits-kure is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.box-join div p{
	margin: 30px 0 0 0;
    min-height: 67px;
    font-size: 23px;
    line-height: 33px;
}
.box-join div{
	text-align: left;
}
.second-box{
	display: flex;
	max-width: 100%;
} 
.person-box{
	max-width: 220px;
	flex-grow: 1;
	width: 30%;
	    position: absolute !important;
    
    left: 620px !important;
}
.profile-box{
	flex-grow: 1;
	width: 70%;
	position: absolute !important;
    bottom: 90px !important;
}
.txt-profile2{
	padding: 7px 0 0;
    max-width: 525px;
    font-size: 15px;
    line-height: 25px;
}
.special-cont-height{
	height: 900px;
}
.ttl-name2{
	padding: 30px 0 0;
	text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.ttl-name2 span{
	font-size: 30px;
}
.ttl-job2{
	display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 245px;
    font-size: 15px;
    line-height: 19.2px;
}
#sec-program #box-toggle-01 .box-cont .txt-profile {
    padding-bottom: 100px;
}
#sec-program #box-toggle-01 .box-cont .ttl-profile{
	padding-top: 40px;
}
#sec-requirements .box-ttl-red .txt{
	line-height: 1.4 !important;
}
.attention_note{
	position:absolute;
	bottom: 30px;
    left: 15%;
	font-size: 20px;
}
#sec-requirements .box-table{
	position:  relative;
}
#sec-program #box-toggle-06 .box-cont .box-instructor .box-img{
	padding-top: 180px;
}
#sec-program #box-toggle-09-1 .box-head .box-date .txt-day{
	margin: 0;
}
#sec-program #box-toggle-09-1 .box-head .box-date .txt-day .number{
	line-height: 50px;
}
#sec-program #box-toggle-09-1 .box-head .ttl-cont{
	padding: 30px 0 10px 42px;
}
.box-schedule p img {
    height: 400px;
}
/* smartPhone */
@media screen and (max-width: 896px) {
/*ここにスマホ用スタイルを記述*/
	.special-cont-height{
		height: 1500px;
	}
	.second-box .person-box .box-img {
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
	}
	
	.person-box{
	    position: static !important;
		width: 100%;
		order: -1;
		margin: auto;
	}
	.second-box{
		/*display: initial;*/
		display:flex;
  		flex-flow: column;
	} 
	.profile-box{
		position: static !important;
		order: 1;
		width: 100%;
	}
	.txt-profile2{
		max-width: 100%;
		padding: 25px 0;
		font-size: 14px;
	}
	.box-join div p {
		font-size: 14px;
	}
	#sec-program #box-toggle-01 .box-cont .box-instructor::before{
		content: none !important;
	}
	.attention_note{
		bottom: 15px;
		left: 10%;
		font-size: 15px;
	}
	#sec-program #box-toggle-09-1 .box-head .ttl-cont {
    	padding: 30px 0 10px 0;
	}
	#sec-program #box-toggle-06 .box-cont .box-instructor .box-img {
    	padding-top: 10px;
	}
}
@media screen and (min-width: 1050px) {
	.attention_note{
		left: 12%;
		
	}
}
@media screen and (min-width: 1120px) {
	.attention_note{
		left: 18.5%;
		
	}
}
@media screen and (min-width: 1280px) {
	.attention_note{
		left: 22%;
	}
}
@media screen and (max-width: 420px) {
	.attention_note{
		left: 9%;
		font-size:10px;
	}
}