:root{
    --font-family-sans-serif: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.h3_title{
	font-size: 25px;
}
a.anchor{
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
a.anchor_testimonial{
	display: block;
	padding-top: 200px;
	margin-top: -200px;
}
a.anchor_new{
	display: block;
	padding-top: 0.1px;
	margin-top: -0.1px;
}
.graduation{
	font-weight: bold;
	font-size: 20px;
}
.job{
	padding: 0 10px;
	font-weight: bold;
}
.graduation02{
	padding: 0 10px;
}
.graduation03{
	font-size: 16px;
	padding: 0 10px;
}
#info{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 50px;
	color: #000;
}
#info02{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	color: #000;
}
.links{
	font-size: 20px;
}
.footer{
	color: #fff;
	height: 100px;
}
.footer span{
	font-weight: bold;
	font-size: 20px;
}
p#copyright{
	color: #fff;
	font-weight: bold;
    margin-bottom: 0;
    font-size: 15px;
}
#title_top{
	font-size: 30px;
	line-height: 1.5em;
}
#about_link{
	font-weight: bold;
	text-decoration: underline;
}
p.naiyou{
	margin-bottom: 30px;
}
p.naiyou_middle{
	margin-bottom: 10px;
}
#list_about{
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}
.courses{
	justify-content: center;
	padding-inline-start: 0;
}
.course{
    list-style: none;  /* デフォルトのアイコンを消す */
    margin: 0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	display: inline-block;
}
.courses:before {
    content: "";     /* 空の要素作成 */
    width: 10px;               /* 幅指定 */
    height: 10px;              /* 高さ指定 */
    display: inline-block;     /* インラインブロックにする */
    background-color: #F99F98;  /* 背景色指定 */
    border-radius: 50%;        /* 要素を丸くする */
    position: relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
.courses{
	text-align: left;
	margin-left: 160px;
}
li.courses_bottom{
	margin-bottom: 40px;
}
#courseslist{
	margin-bottom: 0;
}
.mb-5{
	margin-bottom: 0!important;
}
#link_title{
	padding-bottom: 20px;
}
.photos{
	padding-bottom: 30px;
}
.photos02{
	padding-top: 30px;
	padding-bottom: 0px;
}
.photos img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.photos02 img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 0;
	transition-duration: 0.3s;
}
.photos02:hover img{
	opacity: 0.6;
    transition-duration: 0.3s;
}
.pdf{
	font-size: 16px;
}
span{
	font-weight: bold;
}
.project{
	font-size: 20px;
	font-weight: bold;
}
.graduation{
	justify-content: center;
	padding-inline-start: 0;
	margin: 0 20px;
}
.lead{
	justify-content: center;
	padding-inline-start: 0;
	margin: 0;
}
div, iframe, img {
	max-width: 100%;
}
img {
	height: auto;
}
img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
#logo-pc { display: block !important;
      width: 300px;
}
div, iframe, img {
	max-width: 100%;
}
img {
	height: auto;
}
img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#logo-sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
#logo-pc { display: none !important; }
#logo-sp { display: block !important;
     width: 150px;
}
}
.site-blocks-cover{
	background-image: url(/sk_youji/images/top04.jpg);
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.site-blocks-cover{
     background-image: url(/sk_youji/images/top.jpg);
}
}

@media only screen and (max-width: 480px) {
.courses{
	margin-left: 10px;
}
/*html {
  overflow-x: hidden;
}*/
body {
  display: block;
  max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.row{
	margin-right: 0;
	margin-left: 0;
}
}

@media screen and (min-width:768px) and (max-width:1024px) {
    /*画面サイズが768pxから1024pxまではここを読み込む*/
.courses{
	margin-left: 10px;
}
}

@media screen and (min-width:1024px) {
.courses{
	margin-left: 10px;
}
}