/* CSS Document */
/*a:visited, a:hover, a:link {
  color: #333333; }*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

body {
  color: #333333; }

.header-wrapper {
  width: 100%;
  border-top: 2px solid #dcdcdc; }
.header-content {
  margin: 0 auto;
  padding: 54px 0;
  width: 950px;
  height: 500px;
  box-sizing: border-box;
  background-image: url(../img/bg__header.png);
  background-position: -14px -90px;
  text-align: center; }
  .header-content__title {
    width: 100%; }
  .header-content__guidance {
    padding-top: 40px; }

.footer-wrapper {
  width: 100%; }
.footer-info__wrapper {
  background-color: #635437;
  width: 100%;
  text-align: center;
  padding: 5px 0; }
.footer-info__content > p {
  background-color: #635437;
  width: 770px;
  font-size: 12px;
  font-size: 0.923em;
  line-height: 2.1;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto; }
.footer-logo__wrapper {
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  text-align: center; }
.footer-logo__content {
  padding-top: 17px;
  padding-bottom: 16px; }
  .footer-logo__content--tohokujapan {
    padding-right: 10px; }
  .footer-logo__content--jr {
    padding-left: 10px; }

.nav-wrapper {
  width: 100%;
  height: 56px;
  background-color: #635437;
	border-bottom: 2px solid #e8e5e1;
	padding: 9px 0 0 0;
}
.nav-item {
  margin: 0 auto;
  /*width:800px;*/
  /*width: 690px;*/
	width: 585px;
}

/*メニュー*/

/* 191009追加変更 */
.nav-item__btn {
  float: left;
  /*width: 100px;*/
  height: 52px;
}

.nav-item-guidance {
	float: left;
	width: 135px;
}
.nav-item-applying {
	float: left;
	width: 105px;
}
.nav-item-archive {
	float: left;
	width: 110px;
}
.nav-item-trip {
	float: left;
	width: 171px;
}
.nav-item-faq {
	float: left;
	width: 169px;
}
.nav-item-schedule {
	float: left;
	width: 110px;
}
/*ここまで*/


.nav-item__btn img {
  transition: all 0.4s;
}
.nav-item__btn img:hover {
  opacity: 0;
}
.nav-item__btn--yamagata {
  background-image: url(../img/btn__nav-yamagata--all.png);
  background-position: 0 -38px;
  background-repeat: no-repeat;
}
.nav-item__btn--fukushima {
  background-image: url(../img/btn__nav-fukushima--all.png);
  background-position: 0 -38px;
  background-repeat: no-repeat;
}
.nav-item__btn--guidance {
  background-image: url(../img/btn__nav-guidance--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}
.nav-item__btn--applying {
  background-image: url(../img/btn__nav-applying--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}
.nav-item__btn--schedule {
  background-image: url(../img/btn__nav-schedule--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}
.nav-item__btn--archive {
  background-image: url(../img/btn__nav-archive--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}

.nav-item__btn-main {
  float: left;
  /*width: 115px;*/
  height: 52px;
}
.nav-item__btn-main img {
  transition: all 0.4s;
}
.nav-item__btn-main img:hover {
  opacity: 0;
}
.nav-item__btn-main--schedule {
  background-image: url(../img/btn__nav-schedule--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}
.nav-item__btn-main--archive {
  background-image: url(../img/btn__nav-archive--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}

.nav-item__btn-trip {
  float: left;
  /*width: 174px;*/
  height: 52px;
}
.nav-item__btn-trip img {
  transition: all 0.4s;
}
.nav-item__btn-trip img:hover {
  opacity: 0;
}
.nav-item__btn-trip--trip {
  background-image: url(../img/btn__nav-trip--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}

.nav-item__btn-faq {
  float: left;
  /*width: 146px;*/
  height: 52px;
}
.nav-item__btn-faq img {
  transition: all 0.4s;
}
.nav-item__btn-faq img:hover {
  opacity: 0;
}
.nav-item__btn-faq--faq {
  background-image: url(../img/btn__nav-faq--all.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
}

.main-wrapper {
  width: 100%;
  background-color: #e8e5e1; }

.main-news{
	background-color: #fff;
}

.class-title__news{
	background-color: #000;
	padding: 10px 0;
}

.main-news h2.class-title__news{
	color: #fff;
	text-align: center;
	font-weight: bold;
	/*font-weight: 900;*/
	font-size: 16px;
    font-size: 1.23em;
}

/* 191009変更 */
.main-news__inner{
	font-size: 16px;
    font-size: 1.23em;
	width: 770px;
	margin: 0 auto;
	padding: 18px 0 18px 30px;
}


.main-news__inner li:first-child{
	margin-bottom: 5px;
}

.class-lecturer__number{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	/*font-weight: 900;*/
	font-size: 16px;
    font-size: 1.23em;
	letter-spacing: 0.5em;
	text-align: center;
	width: 68px;
	margin: 0 0 0 90px;
	padding: 10px 40px ;
}

.main-inner {
  margin: 0 auto;
  padding-top: 44px;
  width: 950px;
  background-color: #e8e5e1;
  background-image: url(../img/bg__main.png);
  background-position: 0 -10px; }

.class {
  position: relative;
  width: 770px; }

.class-wrapper--main-guidance{
	width: 770px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 10px -1px rgba(35, 24, 21, 0.46);
}
  .class-wrapper--first {
    border-top: 15px solid #D68AAC;
    /*padding-top: 15px;*/
}
  .class-wrapper--second {
    margin-bottom: 0;
    border-top: 15px solid #CA5220;
    /*padding-top: 15px;*/
}

.class-wrapper--first-end {
    border-top: 15px solid #90b023;
    /*padding-top: 15px;*/
}
  .class-wrapper--second-end {
    margin-bottom: 0;
    border-top: 15px solid #6f619f;
    /*padding-top: 15px;*/
}

  .class-title__group--first {
    float: left;
    width: 370px;
    height: 265px;
    /*background-image: url(../img/class__akita-bg.png);
    background-repeat: no-repeat;
    background-position: 148px top;*/
    text-align: center;
    margin-bottom:20px; }
  .class-title__group--second {
    float: right;
    width: 370px;
    height: 265px;
    /*background-image: url(../img/class__aomori-bg.png);
    background-repeat: no-repeat;
    background-position: 167px 2px;*/
    text-align: center; }
  .class-title__name--first {
    padding-top: 28px; }
  .class-title__name--second {
    padding-top: 28px; }
  .class-title__description--first {
    padding-top: 12px; }
  .class-title__description--second {
    padding-top: 16px; }
  .class-sumbnail__group--first {
    position: relative;
    float: right;
    width: 400px;
    height: 250px; }
  .class-sumbnail__group--second {
    position: relative;
    float: left;
    width: 400px;
    height: 250px; }
.class-sumbnail__text--first {
    color: #333; }

/* 180409追加 */
  .class-sumbnail__text--second {
    color: #333;
	float: right;
	}
/* ここまで */

  .class-description {
    margin: 0 auto;
    padding: 16px 0 30px 0;
    width: 680px;
    font-size: 16px;
    font-size: 1.23em;
    line-height: 1.8;
    clear: both; }
.class-description--second{
	margin: 0 auto;
    padding: 30px 0 30px 0;
    width: 680px;
    font-size: 16px;
    font-size: 1.23em;
    line-height: 1.8;
	clear: both;
}
  .class-lecturer {
    margin: 0 auto;
    padding: 0;
    width: 680px;
    font-size: 14px;
    font-size: 1.077em;
    line-height: 1.5; }
    .class-lecturer__sumbnail--second {
      float: left;
      box-sizing: border-box;
      width: 100px;
      height: 100px; }
    .class-lecturer__sumbnail--first {
      float: right;
      box-sizing: border-box;
      width: 100px;
      height: 100px; }
    .class-lecturer__txt--second {
      float: right;
/*行数あふれた分文字間とパディングで調整*/
      padding: 8px 10px; /*padding: 8px 14px;*/
      box-sizing: border-box;
      width: 570px;
      /*height: 118px;*/height: 100px;
		letter-spacing: -0.03em;
      background-color: #eeeeef; }
    .class-lecturer__txt--first {
      float: left;
      padding: 8px 8px;
      box-sizing: border-box;
      width: 570px;
      height: 100px;
      background-color: #eeeeef; }

/* 180409調整 */
  .class-action {
    padding: 0 30px 30px 30px;
    text-align: center; }
/* ここまで */

    .class-action a {
      display: inline-block;
      background-image: url(../img/btn__applying--all.png);
      background-position: 0 -35px;
      background-repeat: no-repeat; }
    .class-action img {
      transition: all 0.4s; }
      .class-action img:hover {
        opacity: 0; }

.guidance-wrapper{
	width: 770px;
	min-height: 100px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 0 45px 45px 45px;
	box-sizing: border-box;
}

/* 180409調整 */
.applying-wrapper, .schedule-wrapper, .archive-list-wrapper {
  width: 770px;
  min-height: 100px;
  margin: 0 auto/* 60px*/;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 10px -1px rgba(35, 24, 21, 0.46);
  padding: 30px 45px;
  box-sizing: border-box; }
/* ここまで */

/* 180806追記 要確認 */
.guidance-link a{
	color: #0b308c;
	text-decoration: none;
}
.guidance-link a:hover{
	color: #0b308c;
	text-decoration: underline;
}

/* ここまで */

.applying-wrapper {
  position: relative; }
.applying-additionaltext {
  padding: 0;
  width: 655px;
  margin: 0 auto; }
.applying-action {
  padding: 0px;
  text-align: center; }
  .applying-action a {
    position: absolute;
    top: 79px;
    right: 45px;
    display: inline-block;
    background-image: url(../img/btn__applying--all.png);
    background-position: 0 -35px;
    background-repeat: no-repeat; }
  .applying-action img {
    transition: all 0.4s; }
    .applying-action img:hover {
      opacity: 0; }

.applying-additionaltext .table-text__bold {
  padding: 12px 0 6px; }

table {
  width: 680px; }
  table th {
    width: 680px;
    height: 30px;
    background-color: #635437;
    color: #FFFFFF;
    font-size: 1.077em;
    line-height: 1.4;
    vertical-align: middle; }

table tr {
  border: 0px solid #231815; }

table td {
  padding: 12px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #231815;
  font-size: 1.077em;
  line-height: 1.8;
  vertical-align: middle; }

table td.table-schedule {
	box-sizing: border-box;
	border: none;
	line-height: 1;
	vertical-align: middle; 
	padding: 8px 15px;
}

table td.table-schedule--top {
	box-sizing: border-box;
	border: none;
	line-height: 1;
	vertical-align: middle;
	padding: 18px 15px 8px 15px;
}

table td.table-schedule--bottom {
	box-sizing: border-box;
  border-bottom: 1px solid #231815;
	line-height: 1;
	vertical-align: middle;
	padding: 18px 15px 18px 15px;
}

/*20190405調整*/
table td.column-schedule-top__first--primary {
  padding: 18px 10px 8px 10px;
  width: 120px;
  background-color: #e5e5e6;
  text-align: center;
line-height: 1;}

table td.column-schedule-bottom__first--primary {
  padding: 18px 10px 18px 10px;
  width: 120px;
  background-color: #e5e5e6;
  text-align: center;
line-height: 1;}

table td.column-schedule__first--primary {
  padding: 0 5px;
  width: 120px;
  background-color: #e5e5e6;
  text-align: center; }

table td.column__first--primary {
  padding: 12px 10px;
  width: 120px;
  background-color: #e5e5e6;
  text-align: center; }

table td.column__first--secondary {
  background-color: #e5e5e5; }

.table-text__small {
  font-size: 0.923em;
  line-height: 1.8; }

.table-text__small-bold {
  /*font-size: 0.923em;*/
  line-height: 1.8;
  font-weight: 800; }

/* 180806修正 */
.table-text__bold {
	/*color: #dc0000;*/
  font-size: 1.02em;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center; }
/* ここまで */

.status__applying--on {
  display: inline-block;
  padding: 5px 0;
  width: 60px;
  height: 20px;
  box-sizing: border-box;
  background-color: #005abe;
  color: #FFFFFF;
  font-size: 0.923em;
  line-height: 1;
  text-align: center; }

.status__applying--off {
  display: inline-block;
  padding: 5px 0;
  width: 60px;
  height: 20px;
  box-sizing: border-box;
  background-color: #dc0000;
  color: #FFFFFF;
  font-size: 0.923em;
  line-height: 1;
  text-align: center; }

.pagetop-wrapper--middle {
  margin: 0 auto;
  padding: 20px 0 60px 0;;
  width: 770px;
  height: 18px;
  text-align: right; }
.pagetop-wrapper--bottom {
  margin: 0 auto;
  padding: 0 0 12px;
  width: 770px;
  height: 18px;
  text-align: right; }
.pagetop-btn {
  display: inline-block; }

/* 
.fa.information__text-filelink__icon{
	padding: 0;
	line-height: 100%;
	top: 50%;
	left: 0px;
	margin-top: -6px;
	position: absolute;
	display: table-cell;
}
*/

.schedule-caption{
	/*text-align: right;*/
	margin: 5px 0 0 0;
}

h2.archive-list-title{
	box-sizing: border-box;
    background-color: #635437;
    color: #FFFFFF;
    font-size: 1.077em;
    line-height: 1;
	text-align: center;
	width: 680px;
    height: 30px;
	padding-top: 8px;
}

.container {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}


.archive-list-wrapper a {
  color: #2b499d;
  text-decoration: none;
}
.archive-list-wrapper a:hover {
  color: #000000;
}

.archive-list-img{
	float: left;
	margin-right: 10px;
}

.archive-list-inner{
	position: relative;
	padding: 0 0 0 0;
}

.archive-list-inner .item{
	width: 225px;
	padding-top: 30px;
}

.archive-list__date{
	font-size: 12px;
	font-size: 0.923em;
}

.archive-list__date-narrow{
	letter-spacing: -0.05em;
}

.archive-list__title{
	font-size: 14px;
    font-size: 1.077em;
	line-height: 1.6;
	margin: 5px 0 25px 0;
}


/* 1129調整 */

article#main-applying ul {
	margin-top:1em;
}

article#main-applying ul.caution > li {
	position: relative;
	margin-top:1em;
	padding: 0 0 0 1.5em;
}
article#main-applying ul.caution > li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top:0.2em;
	left:0;
	width:1.1em;
	height:1.1em;
	background: url(../img/parts/icon_attention.png) 0 0 no-repeat;
	background-size: contain;
}
article#main-applying ul.caution > li:first-child {margin-top:0;}



article#main-applying ul.caution2 {
	margin-top:0em !important;
}

article#main-applying ul.caution2 > li {
	position: relative;
	margin-top:1em;
	padding: 0 0 0 1.5em;
}
article#main-applying ul.caution2 > li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top:0.2em;
	left:0;
	width:1.1em;
	height:1.1em;
	background: url(../img/parts/icon_attention.png) 0 0 no-repeat;
	background-size: contain;
}
article#main-applying ul.caution2 > li:first-child {margin-top:0;}




/* お問合せ先 */
#contact {
	margin-top: 3em;
	border:solid 4px #eaeaea;
	padding: 2em;
	background-color: #f2f2f2;
}
#contact-table {display: table;}
#contact-table #contact-ttl {
	display: table-cell;
	vertical-align: middle;
	border: solid 1px #ccc;
	padding: 0 2em;
	white-space: nowrap;
}
#contact-table #contact-txt {
	display: table-cell;
	padding: 0 0 0 1.5em;
}
#contact dl {margin-top: 1em;}
#contact dl dt {
	float: left;
	max-width:9em;
}
#contact dl dd {margin-left:10em;}

div.cautionbox {
padding:20px 0;
}
div.cautionbox h2.tll1{
	margin-top:1em;
background:#635437;
color:#fff;
text-align:center;
padding:5px 0;
}
.d-inline {display: inline-block !important;}
.mr1em {margin-right: 1em !important;}

div.privacybox {background:#e5e5e6; padding:20px;}
div.privacybox ul.basic-list >li {
margin-top: 0.5em;}
div.privacybox ul.basic-list > li:first-child {margin-top:0;}

ul.kome {
	padding-left: 1em;
	list-style-type:none;
}
ul.kome li {text-indent: -1em;}
/* 180806調整 */
a.link-win {/* 後ろにアイコン */
	margin-right: 0.1em;
	padding: 0.15em 1.5em 0.15em 0;
	background: url(../img/parts/icon_window_blue.png) right 0.2em no-repeat;
	background-size: 15px auto;
	color: #0b308c;
}
/* ここまで */

div.contactbox {border-top:1px solid #e5e5e6; border-bottom:1px solid #e5e5e6; padding:20px 0; text-align:center;}

div.contactbox div{
	margin:10px 0;
}
mb20 {margin-bottom:20px;}

.class-end-left{
	font-size: 1.5em; 
	background-color: #dc0000;
	padding: 7px 0;
	width: 150px;
	height: 30px;
	box-sizing: border-box;
	background-color: #dc0000;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}

/*.class-end-right{
	font-size: 1.5em; 
	background-color: #dc0000;
	padding: 7px 0;
	width: 150px;
	height: 30px;
	box-sizing: border-box;
	background-color: #dc0000;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	float: right;
}*/

/* 190405追加 */

.class-end{
	position: relative;
	width: 770px;
	margin: 0 auto;
}


.class-end-number{
	font-weight: 900;
	font-size: 16px;
    font-size: 1.23em;
	letter-spacing: 0.5em;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	float: left;
	box-sizing: border-box;
	padding: 10px 0px;
	width: 150px;
}

.class-end-right{
	font-weight: 900;
	font-size: 16px;
    font-size: 1.23em;
	letter-spacing: 0.3em;
	background-color: #dc0000;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	float: left;
	box-sizing: border-box;
	padding: 10px 0px ;
	width: 150px;
}

/* ここまで */

/* 191213追加 来年のお知らせ */
  .class-wrapper--next {
    border-top: 15px solid #635437;
    /*padding-top: 15px;*/
}

	.class-content--next{
		/*width: 680px;
		box-sizing: border-box;
		margin: 0 auto;*/
    	padding: 38px;
    	font-size: 22px;
    	font-size: 1.69em;
    	line-height: 2;
		text-align: center;
	}
