@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; }



.profile-index_head {
	margin:150px 0 0 0;
	padding: 0;
	width:100%; 
                                 height: 130px;
	text-align:center;
	float:left;
}
.profile-index_head::after {
                                  content: '';
                                  background-color:#64b4ff;
                                border-bottom: solid 1px #8894a1;
                                  position: absolute;
                                  left: 0;
                                  right: 0;
                                  top: 120px;
                                  bottom: 0;
                                  height: 100px;
}


.profile-index_head .head {
	margin:0 30px 0 0;
	font-size:40px;
	line-height:1em;
                                color:#ffffff;
	float:right;
                                position: relative;
                                z-index: 1;
}


.profile-index_set1 {
	margin:50px 0 0 0;
	padding:0;
	width:1300px; 
	text-align:left;
	float:left;
}





.profile-index_set1 .koumoku1{
	margin:5px 0 10px 0;
	padding:10px;
	width:10%; 
	text-align:left;
	float:left;
	line-height:1.3em;
                                background-color:#c4ced6;
                                border-bottom: solid 1px #54616a;
}

.profile-index_set1 .koumoku2{
	margin:5px 0 10px 0;
	padding:10px;
	width:85%; 
	text-align:left;
	float:left;
	line-height:1.3em;
                                border-bottom: solid 1px #54616a;
}

.profile-index_set1 .koumoku3{
	margin:5px 0 10px 0;
	padding:10px;
	width:100%; 
	text-align:left;
	float:left;
	line-height:1.3em;
                                background-color:#c4ced6;
                                border-bottom: solid 1px #54616a;
}

.profile-index_set1 .koumoku4{
	margin:5px 0 10px 0;
	padding:10px;
	width:100%; 
	text-align:left;
	float:left;
	line-height:2em;
                                border-bottom: solid 1px #54616a;
}





}



@media only screen and (max-width: 770px) {

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}


.profile-index_head {
	margin:0px 0 0 0;
	padding: 0;
	width:100%; 
                                 height:70px;
	text-align:center;
}
.profile-index_head::after {
                                  content: '';
                                  background-color:#64b4ff;
                                border-bottom: solid 1px #8894a1;
                                  position: absolute;
                                  left: 0;
                                  right: 0;
                                  top:50px;
                                  bottom: 0;
                                  height: 70px;
}

.profile-index_head .head {
                                  left: 0;
                                  right: 0;
                                  top:70px;
                                  bottom: 0;
	font-size:1.8em;
	line-height:1em;
                                color:#ffffff;
                                position: relative;
                                z-index: 1;
}


.profile-index_set1 {
	margin:80px 0 100px 2%;
	padding:0;
	width:96%; 
	text-align:center;
}




.profile-index_set1 .koumoku1,
.profile-index_set1 .koumoku3{
	margin:5px 0 10px 0;
	padding:5px;
	width:90%; 
	text-align:left;
	line-height:1.3em;
                                background-color:#c4ced6;
                                border-bottom: solid 1px #54616a;
}

.profile-index_set1 .koumoku2,
.profile-index_set1 .koumoku4{
	margin:5px 0 10px 0;
	padding:5px;
	width:90%; 
	text-align:left;
	line-height:1.3em;

}


}