/*  デフォルト
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#ff8800;
}
a:active {      text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }

p {     font: 12px/170% Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  Layout
----------------------------------------------- */

body {
    background: #ffffff url(bg.gif) no-repeat top left;
    padding:35px 0 0 0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container
{
    margin:0 auto;
    width:950px;
    background:white;
}

#header1 {
    height: 50px;
    background: url(header-2.jpg) no-repeat; bottom ;
}
.cc-indexpage #header1 {
    height: 640px;
background-image:url(https://u.jimcdn.com/cms/o/sb494e5962cbec8ea/userlayout/img/2025-4-top.jpg?t=1743819695);
   margin: 10px 0px 20px 0px;
}



#header h1{
   font-size: 75%;
   margin: 10px 0px 0px 0px;
}
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#EC4413;
    text-align:right;
}

#header a:hover
{
    text-decoration:none;
}


#navigation
{
    float:left;
    width:180px;
    padding:0px;
}
#sidebar
{
    padding-top:10px;
}

#content
{
    float:right;
    width:720px;
    padding:0px;
}

#footer
{
    clear:both;
    margin-top:10px;
    background:url(footer-bg.gif) repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;  
    padding: 0;
}


ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 12px/300% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color:#ff8800;
    border-bottom:1px solid #ff8800;
}


ul.mainNav1 li a { padding:4px 4px 4px 4px; }
ul.mainNav2 li a { padding:4px 4px 4px 14px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }


ul.mainNav1 a:hover
{
    background:#ffeecc;
    color:#ff8800;
}

ul.mainNav1 a.current { color:#ff8800; font-weight:bold; }
/*  デフォルトここまで
----------------------------------------------- */


/*  角アール
----------------------------------------------- */
p.r {
  -moz-border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding: 10px 10px 10px 10px ;
} 
/*  角アールここまで
----------------------------------------------- */
/*  見出しフォント1
----------------------------------------------- */
font.midashi1 {
  font-size: 20px;
  color: #ff8800;
  font-weight: bold;
} 
/*  見出しフォント1ここまで
----------------------------------------------- */
/*  見出しフォント2
----------------------------------------------- */
font.midashi2 {
  font-size: 20px;
  color: #008800;
  font-weight: bold;
} 
/*  見出しフォント1ここまで
----------------------------------------------- */
/*  角R内テキスト
----------------------------------------------- */
font.text {
  font-size: 12px;
  color: #333333;
  border-left: 5px solid #ff9900;
  padding: 10px;
} 
/*  角R内テキストここまで
----------------------------------------------- */

/*  スマホ対応用インデックス
----------------------------------------------- */
.bt_wrap {
	width:710px;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.bt_box {
	width:142px;
	height:70px;
	float:left;
	text-align:center;
}
.bt_area {
	overflow: hidden;
	width: 142px;
	height: 70px;
	background:#eee;
	display: flex;
	align-items: center;
}
.bt_area_child {
	color: #000;
	font-size: 100%;
	box-sizing: border-box;
	flex: 1;
}
.btn_1 {
	position: relative;
	display: inline-block;
	width:100%;
	height:100%;
	text-decoration: none !important;
	background:#4ca8de;
	transition: .4s;
	line-height:70px;
	font-size: 100%;
	color:#fff !important;
}
.btn_1:hover {
	background: #db7093;
}
.btn_2 {
	position: relative;
	display: inline-block;
	width:100%;
	height:100%;
	text-decoration: none !important;
	background: #bcd36d;
	transition: .4s;
	line-height:70px;
	font-size: 100%;
	color:#fff !important;
}
.btn_2:hover {
	background: #db7093;
}
.br-sp {
	display:none;
}
/*  スマホ対応用インデックスここまで
----------------------------------------------- */


.insta_icon {
		width:120px;
		height:120px;
		margin:0 auto;
}