@charset "UTF-8";
/***********************************************
TGC CSS information
File Name : base.css
Last modified : :2019
***********************************************/



*{
	margin:0;
	padding:0px;
	}

@media print, screen and (min-width: 770px){
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



.join-index_head {
	margin:130px 0 20px 0;
	padding: 0;
	width:100%; 
                                 height: 100px;
	text-align:left;
  background:  url(../menu/head.png);
background-size: cover;
	float:left;
                                display: flex;
                                align-items: center;
                                font-family: serif ;
}

.join-index_head .title {
	margin:0 0 0 40px;
	font-size:38px;
	line-height:1em;
                                color:#0b619a;
                                position: relative;
                                z-index: 1;
}
.join-index_head .subtitle {
	margin:0 0 0 20px;
	font-size:28px;
	line-height:1em;
                                color:#0b619a;
                                position: relative;
                                z-index: 1;
}


.join-index_set1 {
	margin:30px 0 0 0;
	padding:0;
	width:1300px; 
	text-align:left;
	float:left;
}


.head {
	margin:80px 0 30px 0;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	font-size: 28px;
	line-height:1em;
                                color:#587a97;
	float:left;
}

.head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #587a97 0px, #587a97 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


.join-index_set1 .waku{
	margin: 0;
	padding:20px;
	width:100%; 
	text-align:left;
	float:left;
	line-height:1.5em;
                                border: solid 1px #7a8798;
                                border-radius: 10px;
                                background:  url(../join/img/back.png) no-repeat ;
                                background-position: 98% 98%;
                                background-size: 30%;
}
.join-index_set1 .title{
	margin:30px 0 20px 0;
	padding:0 0 20px 0;
	width:100%; 
	text-align:center;
	float:left;
                                font-size:36px;
                                border-bottom: solid 1px #7a8798;
}

.join-index_set1 ul{
	margin:30px 0 30px 20px;
	padding:0;
	width:70%; 
                                font-size:22px;
                                color:#285387;
}

.join-index_set1 li{
	margin:15px 0 0 0;
	padding:0;
}

.btn,
a.btn,
button.btn {
                                font-size:24px;
	padding:15px;
                                 line-height: 1em;
                                 position: relative;
                                 display: inline-block;
                                  cursor: pointer;
                                  -webkit-user-select: none;
                                  -moz-user-select: none;
                                  -ms-user-select: none;
                                  user-select: none;
                                  -webkit-transition: all 0.3s;
                                  transition: all 0.3s;
                                  text-align: center;
                                  color: #577da7;
                                  border-radius: 0.5rem;
}


a.btn-radius-solid {
                                 border: 1px solid #ccc;
                                background: #f1e767;
                                background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
                                background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
                                background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
                                -webkit-box-shadow: inset 1px 1px 1px #fff;
                                box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
                                background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
                                background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
                                background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
                                  color: #e66969;
}

}



@media only screen and (max-width: 770px) {

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}


.join-index_head {
	margin:0px 0 0 0;
	padding: 0;
	width:100%; 
                                 height:80px;
	text-align:left;
                                background:  url(../menu/head.png);
                                background-size: cover;
                                display: flex;
                                align-items: center;
                                font-family: serif ;
}

.join-index_head .title {
	margin:0 0 0 10px;
	font-size:1.7em;
	line-height:0.9em;
                                color:#0b619a;

}
.join-index_head .subtitle {
	margin:0;
	font-size:0.7em;
	line-height:1em;
                                color:#0b619a;
}


.head {
	margin:50px 0 30px 0;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	font-size: 1.3em;
	line-height:1em;
                                color:#587a97;
	text-align:left;
}

.head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #587a97 0px, #587a97 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


.join-index_set1 {
	margin:50px 0 20% 2%;
	padding:0;
	width:96%; 
	text-align:left;
}

.join-index_set1 .waku{
	margin:10px 0 10px 0;
	padding:5%;
	width:90%; 
	text-align:left;
	line-height:1.2em;
                                border: solid 1px #7a8798;
                                border-radius: 10px;
                                background:  url(../join/img/back.png) no-repeat ;
                                background-position: 98% 98%;
                                background-size: 20%;

}
.join-index_set1 .title{
	margin:20px 0 20px 0;
	padding:0 0 10px 0;
	width:100%; 
	text-align:center;
                                font-size:1.3em;
                                border-bottom: solid 1px #7a8798;
}

.join-index_set1 ul{
	margin:30px 0 30px 20px;
	padding:0;
                                font-size:1.1em;
                                color:#285387;
}

.join-index_set1 li{
	margin:10px 0 0 0;
	padding:0;
}

.btn,
a.btn,
button.btn {
                                font-size:1.3em;
	padding:10px;
                                 line-height: 1em;
                                 position: relative;
                                 display: inline-block;
                                  cursor: pointer;
                                  -webkit-user-select: none;
                                  -moz-user-select: none;
                                  -ms-user-select: none;
                                  user-select: none;
                                  -webkit-transition: all 0.3s;
                                  transition: all 0.3s;
                                  text-align: center;
                                  color: #577da7;
                                  border-radius: 0.5rem;
}


a.btn-radius-solid {
                                 border: 1px solid #ccc;
                                background: #f1e767;
                                background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
                                background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
                                background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
                                -webkit-box-shadow: inset 1px 1px 1px #fff;
                                box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
                                background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
                                background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
                                background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
                                  color: #e66969;
}

}