@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#page_title {
	font-size: 22px;
	height: 100px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #F7B217;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.main_contents {
	min-height: 800px;
}
.main_contents .content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

.main_contents .content h3{
	font-size: 25px;
	line-height: 150%;
	font-weight: normal;
	margin-bottom: 15px;
	line-height:110%;
}

.main_contents .content h3:before {
	content:"●";
	color:#FFB300;
	font-size:120%;
}

.main_contents .content h4{
	font-size: 20px;
	margin-bottom: 15px;
}

.main_contents .content p{
}

.main_contents .content table{
   width:100%;
   margin:20px auto;
   border:solid 1px #CCCCCC;
}

.main_contents .content table tr th{
   border:solid 1px #CCCCCC;
   padding:10px;
   width:30%;
   background:#FEF3DA;
}

.main_contents .content table tr td{
   border:solid 1px #CCCCCC;
   padding:10px;
   width:70%;
}

.main_contents .content table input[type="text"]{
  width:60%;
}










.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 600px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#page_title {
	font-size: 5.33vw;
	height: 26vw;
}

.main_contents .content {
	width: 96vw;
	margin-bottom:10vw;
}

.main_contents .content h3{
	font-size: 5.067vw;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 2.667vw;
	line-height:110%;
}

.main_contents .content h3:before {
	content:"●";
	color:#FFB300;
	font-size:120%;
}

.main_contents .content h4{
	font-size: 4.067vw;
	margin-bottom: 1.667vw;
}

.main_contents .content table input[type="text"]{
  width:95%;
  height:40px;
}

.main_contents .content table input[type="password"]{
  width:95%;
  height:40px;
}

input{
  font-size: 4.067vw;
}

select{
  font-size: 3.767vw;
}

option{
  font-size: 3.767vw;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}
