<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#main_content{
	max-width: 800px;
	font-family: "小塚ゴシック Pr6N";
/*	margin: 0 0 0 0;*/
}

#top_title_enq{
	text-align: center;
	font-weight: bold;
    color: #32323c;
	margin-bottom: 20px;
	line-height: 32pt;
}
.top_title_enq_up{
	margin-bottom: 0;
	font-size: 23pt;
	margin-top: 5px;
	color: #008ccf;
}
.top_title_enq_down{
	margin-top: 0;
	font-size: 25pt;
}

#down_title_enq{
	font-size: 130%;
    margin-top: 0;
}
.enq_smallfont{
	font-size: 15pt;
}

.enq_pic{
	width: 100%;
    margin: 0;
}

.enq_icon_title{
	font-weight: bold;
    color: #008ccf;
	font-size: 24px;
    margin: auto -20px auto 0pt;
	line-height: 20pt;
}
.enq_icon_desc{
	color: #32323c;
	font-weight: bold;
	line-height: 25px;
	min-height: 100px;
}
#pic_kaisyu{
	width: 50%;
	
}
#pic_yellow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 80px auto;
}
.yellow_pic{
	max-width: 30%;
}
.button003 a {
    background: #00489d;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #313131;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
.button003{
	margin: 55px auto;
}


#enq_top_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.icon_enq{
	max-width: 350px;
	margin: 10px auto;
}

.icon_title_set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.icon_pic{
	width: 20%;
	max-height: 50px;
}

.enq_icon_title{
	width: 80%;
}


li{
  color: #008ccf;
}

li span {
  color: #222222;
}

.box {
  width: 350px;       /* 適当な幅を指定 */
  height: 300px;      /* 適当な高さを指定 */
  position: relative; /* 基準位置とする */
}

/* 共通するCSS */
.box img {
  width: 300px;       /* 適当な幅を指定 */
  position: absolute; /* 相対位置に指定 */
}

.box .img_01 {
  /* 左下に固定 */
  bottom: 0;
  left: 0;
}

.box .img_02 {
  /* 右上に固定 */
  top: 0;
  right: 0;
}

.exh_list li {
display: inline-block;
letter-spacing: 4px;
font-weight:bold;
font-size: 14pt;
}

ul {
  list-style: none;
  padding-left: 0;
}
li{
	
}

.list_tjsp {
	text-indent:-15px;
	margin-left:15px;
	font-size: 11pt;
}

.imgC_8{
	    margin-bottom: 60px;
}
@media (min-width:1500px){
	#main_content{
		margin-left: 6%;
	}
}


@media (max-width:700px){
	.top_title_enq_up {
    	font-size: 21pt;
    	margin: 25pt 12pt;
	}
	
	.box {
    width: 365px;
}
	.imgC_8 {
    width: 90%;
}
	.exh_list {
   	font-size: 0pt;
    margin-left: 15px;
}
	.exh_list li {
    
    line-height: 30px;
}
	li span {
    
    letter-spacing: 1px;
    
}
	
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_1 { display: block !important; }
.sp_1 { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
    .pc_1 { display: none !important; }
    .sp_1 { display: block !important; }
	.yellow_pic {
    max-width: 95%;
	margin-left: 10px;
	}
}

</pre></body></html>