@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	color: #494b54;
}

select {
	color: #000000!important;
}


#arrow {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 20;
    margin-right: 0px;
}

#arrow a {
    margin-top:-60px!Important;
    padding-top:60px;
}

@media only screen and (max-width: 640px){

#arrow {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 10;
    margin-right: 0px;
}
}

/* グローバルナビ（PC） */

.hear_icon1 {
	background-image: url("../img/icon-header01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	
	
}

.hear_icon1:hover {
	background-image: url("../img/icon-header01-ov.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.hear_icon2 {
	background-image: url("../img/icon-header02.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	
	
}

.hear_icon2:hover {
	background-image: url("../img/icon-header02-ov.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.m-motion.-f>li>a+ul:before, .m-motion.-f>li .c-unlink+ul:before {
    content: none;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #999;
}

.m-motion.-f>li>ul li:first-child {
    padding-top: 5px;
}

.m-motion.-f>li>ul {
    width: 150px;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    padding: 0;
    height: 0;
}

/* フッタ（PC） */

.fotterheadline {
	margin: 0 0 30px 0;
}

.fotterheadline a {
	color: #ffffff;
	font-weight: normal; 
}

.footer-img-left {
	text-align: left;
	width: 25%;
	font-size:12px;
	vertical-align: top !Important;
	padding-right: 5px;
	padding-bottom: 20px;
}

.footer-img {
	width: 100%;
	line-height: 1.3;
	margin: 0px 0px 10px 0px !Important;
	table-layout:fixed;
}

.footer-img-right {
	text-align:
	left; width: 25%;
	font-size: 12px;
	vertical-align: top !Important;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.footer-img-left img,
.footer-img-right img{
	margin: 0px 0px 10px 0px !Important;
}

/* サブメニュー */

.c-menu ul {
    margin-left: 0px;
}

.c-menu ul li a {
    margin-left: 25px;
}


/* ----テンプレート---- */

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

.b-accordion .b-accordion_navigation {
	background-size:16px;
	
}

.cssskin-TEMP_about01 .c-title {
    text-indent: -1.3em;
}

/* table */

	table.haken {
		border-collapse:collapse;
		width: 100%;
		border-image: initial;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		border-top: 1px solid #e9e9ea;	
	}
	
	table.haken td.title {
		 text-align: center;
		 height: 0px;
		 background-color: #494b54;
		 border-image: initial;
		 width: 0px;
		 padding: 15px 3px;
		 border-left: 1px solid #e9e9ea;
		 border-right: 1px solid #e9e9ea;
		 color: #ffffff;
	}
	
	table.haken td.white {
		background-color: #ffffff;
		border-image: initial;
		height: 0px;
		text-align: left;
		width: 0px; padding: 15px;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	table.haken td.white-right {
		background-color: #ffffff;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px; text-align:
		right; border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		color: #494b54;
		
	}
	
	table.haken td.grey {
		background-color: #f4f4f5;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px;
		text-align: left;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	table.haken td.grey-right {
		background-color: #f4f4f5;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px; text-align: right;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	
	table.haken td.icon {
		text-align: center;
	}

/* spanタグ */

.redbox {
	background-color: #a9404b;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.orengebox {
	background-color: #e77c22;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.bluebox {
	background-color: #638dc3;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.linebox {
	background-color: #ffffff;
	color: #494b54;
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #e9e9ea;
	font-weight: 300;
}

.new {
	background-color: #ca908c;
	color: #ffffff;
	padding: 2px 10px;
	margin:0 0 0 30px;
}

/* タブレット調整 */
@media only screen and (max-width: 768px){
.c-menu.-menu_a.-v li a, .c-menu.-menu_a.-v li .c-unlink {
    border-top: none;
}

}

@media only screen and (max-width: 860px){

/* お知らせ一覧 */	
.cssskin-TEMP_news01 .column:first-child {
    width: 35% !Important;
}

.cssskin-TEMP_news01 .column:first-child + * {
    width: 65% !Important;
}

.cssskin-TEMP_news02 .column:first-child {
    width: 35% !Important;
}

.cssskin-TEMP_news02 .column:first-child + * {
    width: 65% !Important;
}

}


/* スマホ調整 */
@media only screen and (max-width: 640px){
	
/* トップ */
#icon-list01 .-col4,
#icon-list02 .-col4 {
    width: 20%;
    margin: 0 0 30px 0;
}

#icon-list01 .-col8,
#icon-list02 .-col8 {
    width: 80%;
    margin: 0 0 30px 0;
}


/* お知らせ一覧 */
.cssskin-TEMP_news01 .column:first-child {
    width: 100% !Important;
}

.cssskin-TEMP_news01 .column:first-child + * {
    width: 100% !Important;
}

.cssskin-TEMP_news02 .column:first-child {
    width: 100% !Important;
}

.cssskin-TEMP_news02 .column:first-child + * {
    width: 100% !Important;
}

.new {
	font-size: 12px;
	margin:0 0 0 10px;
}


}/* MP ADD */
a.btn_blue {
  display: inline-block !important;
  background: #81a4d2 !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  border-radius: 2em !important;
  xheight: 60px !important;
  min-width: 4.1em !important;
  max-width: 100% !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 20px 30px !important;
  transition: all 0.2s !important;
}
a.btn_blue:visited {
  background: #81a4d2 !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
a.btn_blue:active {
  background: #ccd8eb !important;
  color: #f9fcff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
a.btn_blue:hover {
  background: #ccd8eb !important;
  border-color: transparent !important;
  color: #f9fcff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 640px) {
  a.btn_blue {
    padding: 10px 15px !important;
  }
}


.registration_meeting {
	display: flex;
}
@media only screen and (max-width: 768px) {
  .registration_meeting {
    display: block;
  }
}
.registration_meeting_t {
    border: 1px solid #ab404b;
    padding: 15px 80px;
    text-align: center;
}
@media only screen and (max-width: 1030px) {
    .registration_meeting_t {
        padding: 15px 20px;
    }
  }
@media only screen and (max-width: 768px) {
    .registration_meeting_t {
        padding: 15px 0;
        margin-bottom: 30px;
    }
  }

.registration_meeting_t .registration_meeting_t_title {
    color: #ab404b;
    font-size: 24px;
    line-height: 1.7;
    font-weight: bold;
}
@media only screen and (max-width: 640px) {
    .registration_meeting_t .registration_meeting_t_title {
        font-size: 16px;
    }
  }
.registration_meeting_t p {
    margin-bottom: 30px;
    font-size: 22px;
}
@media only screen and (max-width: 640px) {
    .registration_meeting_t p {
        margin-bottom: 7;
        font-size: 14px;
    }
  }

@media only screen and (max-width: 640px) {
  .registration_meeting img {
    width:24px;
  }
}
.registration_meeting_image {
	margin-right: 15px;
}
.registration_meeting_parts {
    width: 360px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1030px) {
  .registration_meeting_parts {
    width: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.registration_meeting_parts_btn {
	display: flex; 
	align-items: center;
	margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .registration_meeting_parts_btn {
    justify-content: center;
  }
}
.sp-only {
	display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only .btn {
	position: relative;
	text-align: center;
	display:inline-block;
}
.sp-only .registration_meeting_image {
	position: absolute;
    left: -67px;
    top: 50%;
    margin-top: -25px;
}
@media only screen and (max-width: 640px) {
  .sp-only .registration_meeting_image {
    left: -40px;
    margin-top: -12px;
  }
}

.registration_meeting_r {
	padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .registration_meeting_r {
	padding-left: 0;
}
}


.mb0 {
    margin-bottom: 0;
}

.fz14 {
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.centering-box {
    display: table;
    margin: auto;
    text-align: initial !important;
}

.registration-meet {
    padding-top: 24px;
}

.registration-meet-small-margin {
    margin-top: 1em;
}

.registration-meet-margin {
    margin-top: 2em;
}

.registration-meet-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1360px;
    margin: 0 auto;
}

.registration-meet-heading {
    font-size: 20px;
    font-weight: bold;
}

.registration-meet-tab-list {
    list-style: none;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2,1fr);
}

.registration-meet-tab-list__item {
    width: 100%;
}

.registration-meet-tab-list__button {
    width: 100%;
    display: block;
    padding: 4px 10px 8px;
    appearance: none;
    border: none;
    border-radius: 0;
    border-top: 8px solid #9d323d;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
    color: #494b54;
}

.registration-meet-tab-list__button[aria-selected="true"] {
    background-color: #9d323d;
    color: white;
}

.registration-meet-strong {
    font-weight: bold;
    color: #9d323d;
}

.registration-meet-heading-sub {
    font-size: 14px;
    font-weight: normal;
}

#tabItem1 .registration-meet-step-heading {
    max-width: 250px;
}

#tabItem2 .registration-meet-step-heading {
    max-width: 270px;
}

.index07 .registration-meet-step-heading {
	 max-width: 240px;
}

.registration-meet-step-heading {
    position: relative;
    border: 3px solid #9d323d;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 210px;
    margin-top: 16px;
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-step-heading {
        flex-direction: row;
        align-items: start;
        max-width: none;
        width: 100%;
        margin-inline: auto;
        margin-top: 8px;
        padding: 8px 8px 8px 48px;
    }
    
    #tabItem1 .registration-meet-step-heading,
    #tabItem2 .registration-meet-step-heading,
    .index07 .registration-meet-step-heading {
        width: 100%;
        max-width: none;
    }
}

.registration-meet-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 100px;
}

.registration-meet-step.registration-meet-step--short {
    padding-bottom: 0;
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-step {
        padding-bottom: 0;
        display: block;
    }
}

.relative {
    position: relative;
}

.registration-meet-heading-bottom-text {
    position: absolute;
    max-width: 240px;
    width: 150%;
    top: 100%;
    margin-top: 10px;
}

.registration-meet-step-heading h4 {
    margin-top: 4px;
    color: #9d323d;
}

.registration-meet-step-heading__text {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-step-heading__text {
        margin: 0 0 0 16px;
    }
}

.registration-meet-step__end-text {
    max-width: 400px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #9d323d;
}

.index07 .registration-meet-step__end-text {
    max-width: 240px;
    width: 100%;
}

@media only screen and ( max-width: 641px ) {
    .index07 .registration-meet-step__end-text {
        max-width: none;
    }
}

.registration-meet-link {
    color: #e77c22;
    text-decoration: none;
    font-weight: bold;
}

.registration-meet-prefecture-heading {
    font-size: 20px;
    font-weight: normal;
}

.registration-meet-link.registration-meet-link--large {
    font-size: 18px;
    margin-left: 1rem;
}

.registration-meet-button {
    background-color: #e77c22;
    text-decoration: none;
    font-weight: bold;
    color: white !important;
    border-radius: 9999px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    padding: 16px;
}

.registration-meet__img {
    border: 4px solid #9d323d;
    margin-inline: auto;
}

.chevron-bottom-box {
    max-width: 400px;
    text-align: center;
    margin-inline: auto;
}

.chevron-bottom {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #ab404b;
    margin-top: 16px;
    display: inline-block;
    transform: rotate(-90deg);
}

.hidden-pc {
    display: none;
}

@media only screen and ( max-width: 641px ) {
    .hidden-pc {
        display: block;
    }

    .hidden-sp {
        display: none;
    }

    .chevron-bottom {
        margin-top: 10px;
    }

    .registration-meet-step-heading__text {
        font-size: 16px;
    }
}

@media only screen and ( max-width: 641px ) {
    .chevron-bottom {
        transform: rotate(0);
    }
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .registration-meet-tab-list  {
        grid-gap: 4px;
    }

    .registration-meet-tab-list__button {
        padding: 4px 10px 8px;
        font-size: 12px;
    }
}

.create-mypage-section {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #b3b4b7;
    border-bottom: 1px solid #b3b4b7;
    text-align: center;
}

.imgarea {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 10px;
}

.imgarea img {
    width: 48%;
}

.registration-meet-p {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

@media only screen and ( max-width: 641px ) {
    .imgarea {
        width: 100%;
    }
}












