@charset "UTF-8";
/***********************************************
TGC CSS information
File Name : base.css
Last modified : :2021
***********************************************/



@media print, screen and (min-width: 1000px){
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



body {
	margin:0;
	padding:0;
	width:100%; 
	text-align:center;
	float:left;

background: #9fca65 url('../images/image.png') no-repeat center right fixed; 
background-size: 700px;
position: relative; 
height: auto !important; height: 100%; min-height: 100%;
}




#governor-ts_set1 {
                                top: 130px;
                                right: 0;
                                left: 0;
                                padding:0 0 120px 0;
                                margin: auto;
                                width:95%;
                                position: absolute;
	}

#governor-ts_set1 .sitehead {
	margin:0 0 0 0;
	padding:0 0 10px 0;
	text-align:left;
	width:100%;
                                color: #ffffff;
                                font-size:2.5em;
                                border-bottom: 1px solid #ffffff;
}

#governor-ts_set1 .copyset {
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
                                background-color: rgb(255 255 255 / 0.7);
                                display: flex;
}

#governor-ts_set1 .copytitle {
	margin:30px 0 0 0;
	padding:5px 0;
	text-align:center;
                                color: #ffffff;
                                font-size:1.7em;
	width:100%;
                                background-color:#2b5886;

}

#governor-ts_set1 .copy-left {
	margin:30px 5%;
	padding:30px 0;
	text-align:left;
                                font-size:1.1em;
                                line-height:2em;
	width:50%;
	float:left;
}

#governor-ts_set1 .copy-left img{
	margin:20px 0;
	padding:0;
	width:100%;
}

#governor-ts_set1 .copy-right {
	margin:100px 0 0 0;
	padding:0;
	text-align:center;
                                font-size:1.1em;
                                line-height:2em;
	width:40%;
	float:left;
}

#governor-ts_set1 .copy-right img{
	margin:30px 0;
	padding:0;
	width:50%;
}


#governor-ts_set1 .sitehead img {
	margin:20px  0;
	width:50%;
}

.copy-a{
                                font-size:1.5em;
                                line-height:2em;
                                font-family: serif;
                                font-weight: 700;
}
.copy-b{
                                font-size:1em;
                                line-height:1.5em;
                                font-family: serif;
}
.copy-c{
                                font-size:1.5em;
                                line-height:2em;
                                font-family: serif;
                                font-weight: 700;
}

hr.style1 {
                                margin:10px 0 10px 0;
                                width: 50%;
                                border-top: 1px solid #ffffff;
                                border-bottom: none;
}

hr.style2 {
                                margin:10px 0 10px 0;
                                border-top: 1px dashed #8c8b8b;
                                border-bottom: none;
}








}


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

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}

body {
background: #9fca65;
background: #9fca65 url('../images/image-sp.png') no-repeat right bottom fixed; 
background-size: 70%;
position: relative; 
height: auto !important; height: 100%; min-height: 100%;
}



#governor-ts_set1{
	margin:70px 0 0 0;
	padding:0 0 50px 0;
	width:100%;
}

#governor-ts_set1 .sitehead {
	margin:0 0 0 0;
	padding:0 0 10px 0;
	text-align: center;
	width:100%;
                                color: #ffffff;
                                font-size:1.5em;
                                border-bottom: 1px solid #ffffff;
}

#governor-ts_set1 .copytitle {
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:center;
                                color: #ffffff;
                                font-size:1.2em;
	width:100%;
                                background-color:#2b5886;

}


#governor-ts_set1 .copyset {
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
                                background-color: rgb(255 255 255 / 0.7);
}


#governor-ts_set1 .copy-left {
	margin:0 5%;
	padding:10px 0;
	text-align:left;
                                line-height:1.4em;
	width:90%;
}

#governor-ts_set1 .copy-left img{
	margin:20px 0;
	padding:0;
	width:100%;
}

#governor-ts_set1 .copy-right {
	margin:5%;
	padding:0 0 20px 0;
	text-align:center;
                                font-size:1.1em;
                                line-height:2em;
	width:90%;
}

#governor-ts_set1 .copy-right img{
	margin:30px 0 0 0;
	padding:0;
	width:70%;
}

.copy-a{
                                font-size:1.1em;
                                line-height:1.5em;
                                font-family: serif;
                                font-weight: 700;
}
.copy-b{
                                font-size:0.9em;
                                line-height:1.2em;
                                font-family: serif;
}
.copy-c{
                                font-size:1.5em;
                                line-height:1.3em;
                                font-family: serif;
                                font-weight: 700;
}



#governor-ts_set1 .sitehead img {
	margin:20px  0;
	width:50%;
}


hr.style1 {
                                margin:10px 0 10px 0;
                                width: 100%;
                                border-top: 1px solid #ffffff;
                                border-bottom: none;
}

hr.style2 {
                                margin:10px 0 10px 0;
                                border-top: 1px dashed #8c8b8b;
                                border-bottom: none;
}






}