@charset "utf-8";

/* モバイルファースト */
/* */

.join .section-0 {
    background-image: url(../img/page_img.gif);
    background-position: bottom;
}

.join .section-0 h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.join .section-0 p span {
    background-color: #036EB8;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    color: white;
    padding: 2px 8px;
    margin: 0px 10px;
}

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

#beta .join {
    padding: 0px !important ;
}

#beta .join div:nth-child(1) {
    margin-top: 0px;
}

.join .section-0 div {
    padding-top: 75px;
}

.join .section-1 div:nth-child(3) {
    margin-top: 70px!important;
}

.join .section-1 div:nth-child(11) p {
    padding-bottom: 0px !important;
}

.join .section-1 div:nth-child(13) {
    margin-top: 100px !important;
}

.PDF {
    font-size: 1.8rem;
    color: white !important;
    background-color: #FF7F00;
    border-radius: 5px;
    padding: 17px 40px;
    margin-right: auto;
    margin-left: auto;
    transition: 0.3s;
    display: block;
    max-width: 450px;
}

.PDF:hover {
    opacity: 0.5;
}

.youkou_list table {
    width: 100%;
}

.youkou_list table tr td{
    font-size: 1.8rem;
}

.youkou_list table tr td:nth-child(1) {
    padding: 10px 0px;
    flex-wrap: wrap;
}

.youkou_list table tr td:nth-child(2) {
    width: 35%;
    min-width: 100px;
}

.youkou_list table tr td:nth-child(2) a {
    background-color: #FF7F00;
    color: white;
    padding: 5px 30px;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
    min-width: 100px;
    display: block;
    text-align: center;
    margin-right: 50px;
}

.join .section-1 ul li {
    font-size: 1.8rem;
    margin: 10px 0px 10px 72px
}

.youkou_list table tr td:nth-child(2) a:hover {
    opacity: 0.5;
}

.number {
    float: left;
    background-color: #036EB8;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    color: white;
    display: block;
    width: 27px;
    height: 22px;
    padding-top: 5px;
    margin: 0px 10px;
    line-height: 17px;
}

.youkou_list table tr td:nth-child(1) span:nth-child(2) {
    line-height: 27px
}

.youkou_list table tr:nth-child(2n+1) {
    background-color: rgba(3,110,184,0.1);
}

.mousikomi {
    background-color: #036EB8;
    color: white !important;
    padding: 20px 70px;
    font-size: 1.8rem;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 2.5rem;
    display: block;
    max-width: 763px;
}

.mousikomi:hover {
    opacity: 0.5;
}

.section-1 h3 {
    font-size: 1.8rem;
    display: flex;
}

.join .section-1 h3 span:nth-child(1) {
    background-color: #036EB8;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    color: white;
    display: block;
    width: 27px;
    height: 22px;
    padding-top: 5px;
    margin: 0px 10px;
}

.join .section-1 h3 span:nth-child(2):not(.number) {
    margin-top: 5px;
    width: 90%;
}

.section-1 p {
    padding-top: 0px !important;
    margin-left: 47px;
}

.section-1 div:nth-child(13) {
    margin-bottom: 130px !important;
}

.section-1 div {
    margin-top: 20px !important
}

.section-1 div:nth-child(3) {
    padding-bottom: 0px;
}

.blue {
    font-weight: bold;
    color: #036EB8;
}

.list_mousikomi {
    width: 80%;
    color: white !important;
    background-color: #036EB8;
    text-align: center;
    padding: 20px 0px;
    border-radius: 10px;
    margin: 10px 0px 20px 0px;
    transition: 0.3s;
    display: block;
    font-size: 2.5rem;
    margin-right: auto;
    margin-left: auto;
}

.list_mousikomi:hover {
    opacity: 0.5;
}
#contact_kinki_01 {
	width:70%;
}
#contact_kinki_02 {
	width:70%;
	font-size:1.8rem;
}
@media all and (max-width:374px){ /* ～375px 旧スマホ縦未満（4インチ） */}
@media all and (max-width:567px){ /* ～567px スマホ横未満 */
    .youkou_list table tr td:nth-child(2) a {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
	.mousikomi {
		padding: 5px 5px;
/*		padding: 20px 10px;*/
		font-size: 2.0rem;
	}
	#contact_kinki_02 {
		width:100%;
		font-size:15px;
	}
	.list_mousikomi {
		font-size: 2.0rem;
		width: 100%;
		
	}
	#contact_kinki_01 {
		width:90%;
	font-size:12px;
	}
}
@media (min-width:568px){ /* 568px～ スマホ横以上すべて */}
@media (min-width:568px) and (max-width:767px){ /* 568px～767px スマホ横以上タブレット縦未満 */}

@media all and (max-width:767px){ /* ～767px スマホ縦未満全て */}
@media (min-width:768px){ /* 768px～ タブレット縦以上全て */}
@media (min-width:768px) and (max-width:979px){ /* 768px～979px タブレット縦以上デスクトップ未満 */}

@media all and (max-width:979px){ /* ～979px デスクトップ未満すべて */}
@media (min-width:980px){ /* 980px～ デスクトップ以上すべて */}

/* End CSS */