@charset "utf-8";



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

@media only screen and (max-width:650px) {
.contents_h{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    z-index: -2;
    position: relative;
    background-image: url(../images/h_bg_course.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.page_tit{
    position: absolute;
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 125%;
    text-align: right;
    width: 80%;
    height: auto;
    top: 120px;
    border: 0px solid #FF0004;
    margin-left: 10%;
    margin-right: 10%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
}

@media only screen and (min-width:650px) { 
.contents_h{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 350px;
    z-index: -2;
    position: relative;
    background-image: url(../images/h_bg_course.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20px;
}

.page_tit{
    /*要素の配置*/
    position: absolute;
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 175%;
    text-align: right;
    width: 80%;
    height: auto;
    top: 208px;
    border: 0px solid #FF0004;
    margin-left: 10%;
    margin-right: 10%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
	










 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.con_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
}
.con_01_waku {
    width: 100%;
    float: right;
    margin-top: 15px;
}
.ph_area{
    display: none;
}

.ph01{
    width: 100%;
    margin-bottom: 28px;
}

.ph01 img{
    width: 100%;
    height: auto;
}
.ph02{
    width: 70%;
    margin-bottom: 28px;
    margin-left: 15%;
    margin-right: 15%;
}
.ph02 img{
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.con_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 50px;
    float: left;
}
.con_01_waku {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.ph_area{
    display: none;
}

.ph01{
    width: 100%;
    margin-bottom: 28px;
}

.ph01 img{
    width: 100%;
    height: auto;
}
.ph02{
    width: 50%;
    margin-bottom: 28px;
    margin-left: 25%;
    margin-right: 25%;
}
.ph02 img{
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.con_01 {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 50px;
    float: left;
}
.con_01_waku {
    width: 64%;
    float: left;
    margin-top: 15px;
}
.ph_area{
    width: 30%;
    float: right;
    height: auto;
}
.ph01{
    width: 100%;
    margin-bottom: 28px;
}

.ph01 img{
    width: 100%;
    height: auto;
}
.ph02{
    display: none;
}
.ph02 img{
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.con_01 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 50px;
    float: left;
    text-align: center;
}
.con_01_waku {
    width: 64%;
    float: left;
    margin-top: 15px;
}
.ph_area{
    width: 30%;
    float: right;
    height: auto;
}

.ph01{
    width: 100%;
    margin-bottom: 28px;
}

.ph01 img{
    width: 100%;
    height: auto;
}
.ph02{
    display: none;
}
.ph02 img{
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width:1200px) { 
.con_01 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    padding-top: 120px;
    float: left;
    padding-left: 0px;
    padding-bottom: 20px;
}
.con_01_waku {
    width: 55%;
    float: right;
    margin-top: 15px;
}
.ph_area{
    width: 20%;
    float: right;
    height: auto;
    margin-left: 5%;
}

.ph01{
    width: 100%;
    margin-bottom: 28px;
}

.ph01 img{
    width: 100%;
    height: auto;
}
.ph02{
    display: none;
}
.ph02 img{
    width: 100%;
    height: auto;
}
}

.contents_01 {
    width: 100%;
    float: left;
    height: auto;
}


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　沿革本体　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　沿革本体　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　沿革本体　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media only screen and (max-width:650px) {
.midashi_waku {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.main_txt{
    font-size: 100%;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    line-height: 35px;
    padding-bottom: 7px;
    text-align: left;
}
}

@media only screen and (min-width:651px) { 
.midashi_waku {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.main_txt{
    font-size: 100%;
    width: 100%;
    float: left;
    margin-bottom: 100px;
    line-height: 35px;
    padding-bottom: 7px;
    text-align: left;
}
}

.midashi {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 140%;
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.midashi:before, .midashi:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 44px;
  height: 1.3px;
  background-color: #000000;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.midashi:before {
  left:0;
}
.midashi:after {
  right: 0;
}





.main_txt p{
    color: #555555;
    margin-bottom: 15px;
}

.main_txt_l{
    font-size: 100%;
    width: 100%;
    float: left;
    margin-bottom: 150px;
    line-height: 35px;
    padding-bottom: 7px;
    text-align: left;
}

.main_txt_l p{
    color: #555555;
    margin-bottom: 15px;
}

.main_txt ul {
    list-style: disc;
    padding-left: 20px;
}


.pdf_icon {
    width: 15px;
    height: 16px;
    margin-left: 5px;
    margin-bottom: -2px;
    margin-right: 5px;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　沿革本体　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　沿革本体　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　沿革本体　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
