@charset "utf-8";

/*
Theme Name: kouyogiken
*/

/****************************************
		1. General Setting 
*****************************************/
body
{
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    *font-size: small;
    *font: x-small;
}

table
{
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt
{
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

html > body
{
    font-size /*\**/: small \9;
}

*
{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
}

body
{
    line-height: 1.5;
    background-color: #fff;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1
{
    font-size: 139%;
}

h2
{
    font-size: 124%;
}

h3
{
    font-size: 108%;
}

h4
{
    font-size: 100%;
}

h5
{
    font-size: 93%;
}

h6
{
    font-size: 85%;
}

pre
{
    margin: 1.5em 25px;
    padding: 1em;
    overflow: scroll;
    font-family: "ＭＳ-Ｐ ゴシック", Osaka, Arial, Helvetica, sans-serif;
    line-height: 1.9;
}

blockquote
{
    margin: 1.5em 1px;
    border: 5px solid #9f998f;
    color: #77471c;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-position: left bottom;
}

blockquote[title]::before
{
    padding: 0.2em 10px 0.4em 10px;
    content: attr(title);
    display: block;
    color: #fff;
    background-color: #9f998f;
    font-weight: bold;
}

blockquote[cite]::after
{
    margin: 0.5em 10px;
    content: attr(cite);
    display: block;
    text-align: right;
    font-size: 85%;
}

blockquote *
{
    color: #333 !important;
}

em
{
    color: #000;
}

pre em
{
    font-weight: bold;
    background-image: none;
}

strong
{
    font-weight: bold;
}

q
{
    text-decoration: underline;
}

cite
{
    display: block;
    text-align: right;
}

kbd
{
    background-color: #f5f5f5;
    font-family: "Osaka|", monospace;
    text-transform: uppercase;
    padding: 0 0.4em;
    border: 1px solid #6a8eaa;
}

del
{
    text-decoration: line-through;
}

ins
{
    border-top: 10px solid #3cadd6;
    border-bottom: 10px solid #3cadd6;
    border: 7px solid #3cadd6;
    margin: 2em 1px;
    padding: 1px 0;
    display: block;
    text-decoration: none;
}

ins *
{
    color: #666 !important;
}

abbr,
acronym
{
    border-bottom: 1px dotted #aaa;
    cursor: help;
}

/*----------------------------------------
	List
----------------------------------------*/
li,
dt,
dd
{
    font-size: 100%;
    list-style-type: none;
    list-style-position: outside;
}

ol li
{
    list-style: decimal;
}

/* Opera Hack */
html:first-child li,
html:first-child dt,
html:first-child dd
{
    font-size: 1em;
}

dt
{
    font-weight: bold;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd
{
    font-size: 100% !important;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    color: #0077cd;
}

/*----------------------------------------
	Table
----------------------------------------*/
table
{
    width: 100%;
    border-collapse: collapse;
}

td,
th
{
    padding: 8px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 110%
}

th
{
    font-weight: normal;
    white-space: nowrap;
}

thead th
{
    background: #e6e6e6;
}

.form th
{
    text-align: right !important;
    vertical-align: top;

}

.form td
{
    color: #333 !important;
    line-height: 0.9;
}

.form div
{
    line-height: 0.8 !important;
    color: red;
    font-size: 100% !important;
}

.form textarea
{
    width: 98%;
}

.submitbox
{
    margin: 0 auto;
    text-align: center;
}

.submitbox input
{
    margin: 0 auto;
    background: #09c;
    display: block;
    font-size: 140% !important;
    padding: 2% 4% !important;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.red
{
    color: red;
    font-size: 80% !important;
}

@media only screen and (max-width: 800px)
{
    table
    {
        display: block;
    }

    thead
    {
        display: none;
    }

    tbody
    {
        display: block;
    }

    tbody tr
    {
        display: block;
        margin-bottom: 1.5em;
    }

    tbody th,
    tbody td
    {
        display: list-item;
        border: none;
        font-size: 100%
    }

    tbody th
    {
        margin-bottom: 5px;
        list-style-type: none;
        background: #ccc;
        text-align: left;
    }

    tbody td
    {
        margin-left: 20px;
        padding: 0;
    }

    tbody td:nth-of-type(1):before
    {
        content: "";
    }

    tbody td:nth-of-type(2):before
    {
        content: "";
    }

    tbody td:nth-of-type(3):before
    {
        content: "";
    }

    .s95w{
	width:95%;
    	height:auto;
    }
}

/*----------------------------------------
	Form
----------------------------------------*/
form
{
    font-family: Arial, Helvetica, sans-serif;
}

fieldset,
legend
{
    border: none;
}

legend
{
    display: none;
}

input,
textarea
{
    padding: 0.2em;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

input
{
    line-height: 1.2;
}

input:focus,
textarea:focus
{
    border: none;
}

input.button
{
    padding: 0;
    border: none;
    background-image: none;
    vertical-align: top;
}

/*----------------------------------------
	Others
----------------------------------------*/
img
{
    border: none;
    vertical-align: bottom;
}

hr
{
    border: none;
    border-top: 1px dotted #ccc;
}

p
{
    padding-bottom: 10px;
}

/*----------------------------------------
	Layout
----------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

/*--------------------------------------
ヘッダ見出し
--------------------------------------*/

#ghead
{
    position: relative;
    z-index: 99;
    overflow: hidden;
}

#ghead .headerinfo
{
    color: #fff;
    width: 100%;
    background: #1d2972;
    position: absolute;
    left: 0;
    top: 0;
}

#ghead .infobox
{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 950px;
    width: expression(document.body.clientWidth > 202? '950px' : 'auto';
);
}

#ghead .headerinfo h1
{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 950px;
    font-size: 85%;
    font-weight: normal;
}

#ghead .headerinfo2
{
    padding: 1.0em 0 0.4em 0;
    background: transparent url(images/bg_header.png) bottom repeat-x;
    width: 100%;
    position: static;
    height: 187px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    behavior: url("PIE.htc");
}

#ghead .headerinfo2 h2
{
    float: left;
    padding: 1.3em 0 1.0em 0;
}

#ghead .headerinfo2 p.telnumber
{
    padding: 2.5em 0 0 100px;
    float: left;
}

#ghead .headerinfo2 p.inquiry
{
    padding: 2.8em 0 0 0px;
    float: right;
}

/*--------------------------------------
ナビゲーション
--------------------------------------*/

#gnavi
{
    margin: 0 auto;
    max-width: 950px;
    width: expression(document.body.clientWidth > 202? '950px' : 'auto';
);
    background: url(images/nav_liner.png) top left no-repeat;
    height: 60px;
    padding: 0;

}

#gnavi li
{
    display: block;
    width: 16.666666666667%;
    float: left;
    background: url(images/nav_liner.png) top right no-repeat;
    margin: 0;
    padding: 0;
}

#gnavi li a
{
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding-top: 1.5em;
    line-height: 1.0 !important;
    height: 60px;
    text-align: center;
}

#gnavi li span
{
    font-size: 70% !important;
    font-weight: normal !important;
}

#toggle
{
    display: none;
}

/*--------------------------------------
フッター
--------------------------------------*/
.fCon{
	width:950px;
	margin:0px auto;
	overflow:hidden;
}

.fCon div.left{
	float:left;
	width:450px;
}

#map_container {
	float:left;
	width:450px;
}

#map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fCon div.left img{
	display:block;
	margin:20px;
}

.fCon div.right,#gfoot #fnavi{
	float:right;
	width:430px;
}



#gfoot
{
    text-align: center;
    padding: 2em;
    background:#1E2977;
    overflow: hidden;
}

#gfoot #fnavi ul{
	display: block;
    width: 210px;
    vertical-align: top;
    text-align: left;
    float: left;
    margin: 20px 0px;
}

#gfoot #fnavi li.maru{ 
	position:relative;
}

#gfoot #fnavi li.maru:before{
	position:absolute;
	content:"●";
	    color: #fff;
	left:-20px;
	top:0px;
}

#gfoot #fnavi li
{
    display:block;
    vertical-align: top;
    zoom: 1;
    font-size: 110%; 
	text-align:left; 
margin-bottom:5px; 
}

#gfoot #fnavi li a{
	color:#fff;
}

#gfoot #fnavi ul li:first-child
{
    border-left: none;
}

#gfoot .footerinfo
{
    margin: 0 auto;
    width:950px;
	overflow:hidden;
}


#gfoot .footerinfo h1
{
    position: relative;
}

#gfoot .footerinfo img
{
    width: auto;
}

 p.copy
{
    color: #fff;
    font-size: 110%;
    padding-bottom: 0;
    margin-top: 1.6em;
	clear:both;
}


@media only screen and (max-width: 800px)
{
.fCon{
	width:95%;
}

.fCon div.left{
	float:none;
	width:95%;
	margin:0px;
}

#map_container {
	float:none;
	width:100%;
}

.fCon div.left img{
	margin:10px;
	width:100%;
	height:auto;
}

.fCon div.right,#gfoot #fnavi{
	float:none;
	width:100%;
}



#gfoot
{
    padding: 5px;
}

#gfoot #fnavi ul{
    width: 100%;
    vertical-align: top;
    text-align: left;
    float: none;
}


#gfoot .footerinfo
{
    width:95%;
	overflow:hidden;
}


}

/*--------------------------------------
トップページ
--------------------------------------*/
#visual
{
    margin: 0 auto;
    margin-top: -18px;
    border-bottom: 9px solid #1d2972;
    overflow: hidden;
    height: auto;
}

#visual img
{
    width: 100%;
    height: auto;
}

.bannerbox li
{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    margin: 0;
    width: 33%;
    float: left;
    padding-left: 0.5%;
}

.bannerbox li img
{
    width: 100%;
}

.bannerbox li:first-child
{
    padding-left: 0;
}

.bannerbox ul.underbox
{
    margin-top: 0.3em;
}

.security
{
    padding-top: 1.2em;
}

.security img
{
    margin: 1em 1em 0 0.5em;
    width: 27%;
    height: auto;
    float: left;
}

.security h2
{
    font-size: 180% !important;
    font-weight: normal !important;
    margin-bottom: 1em;
    padding: .5em !important;
    border-top: solid 1px #09c;
    border-bottom: solid 1px #09c;
    overflow: hidden;
    text-align: center;
}

.pointbox
{
    border: 1px solid #3348ce;
    overflow: hidden;
    color: #3f3f3f;
}

.pointbox li
{
    padding: 1em;
    border-top: 1px solid #3348ce;
    position: relative;
    min-height: 120px;
}

.pointbox li:first-child
{
    border-top: none;
}

.pointbox li img
{
    width: 25%;
    height: auto;
    -webkit-box-shadow: 4px 4px 4px 0 #777;
    -moz-box-shadow: 4px 4px 4px 0 #777;
    box-shadow: 4px 4px 4px 0 #777;
    behavior: url("PIE.htc");
    position: absolute;
    top: 10px;
    right: 10px;
}

.pointbox li h2
{
    width: 75%;
    margin-top: 0 !important;
    padding: 0.2em 0.5em 0.1em 0.5em !important;
    border-bottom: 1px solid #09c;
    font-size: 200% !important;
    line-height: 1.0 !important;
}

.pointbox li h2 span
{
    font-size: 150% !important;
    color: #09c;
    padding-right: 10px;
}

.pointbox li p
{
    width: 70%;
    margin-top: 0 !important;
    padding: 1em 0.5em 0.3em 0.5em !important;
    font-size: 111% !important;
}

img.gaiTisiki{
	margin:7px;
}

div.fb{
	position:relative;
	width:100%;
	overflow:hidden;
	height:700px;
	
}

div.fb img.fbBg{
	position:absolute;
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	z-index:-1;
	
	}

div.fb img.fbFtr{
	bottom:10px;
	left:13px;
	position:absolute;
}

div.fb_in{
	width:500px;
	margin:20px auto;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

@media only screen and (max-width: 800px)
{



.pc{
	display:none;
}

.sp{
	display:block;
}

div.fb{
	position:relative;
	width:100%;
	overflow:hidden;
	height:500px;
	
}

div.fb_in{
	width:280px;
	margin:10px auto;
}


img.fbTl{
	width:95%;
	height:auto;
}

div.fb img.fbBg{
	position:absolute;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	z-index:-1;
	
	}

div.fb img.fbFtr{
	bottom:10px;
	left:30px;
	position:absolute;
	width:95%;
	height:auto;
}
}

/*--------------------------------------
コンテンツエリア
--------------------------------------*/
#titlewrap
{
    position: relative;
    top: -20px;
    width: 100%;
    padding: 40px 0 30px 0;
    border-bottom: 9px solid #1d2972;
    overflow: hidden;
}

#title
{
    margin: 0 auto;
    max-width: 950px;
    background: url(images/icon_title.gif) center left no-repeat;
}

#title h1
{
    font-size: 190%;
    font-weight: normal;
    padding-left: 1.7em;
}

#title span
{
    font-size: 70%;
    margin-left: 0.8em;
}

#wrap
{
    margin: 20px auto;
    padding: 0 0 80px 0;
    max-width: 950px;
    width: expression(document.body.clientWidth > 202? '950px' : 'auto';
);
    overflow: hidden;
}

#main
{
    width: 73%;
    float: right;
}

#side
{
    width: 25.4%;
    float: left;
}

#side .item
{
    margin-bottom: 20px;
}

#side .item a
{
    display: block;
    margin-bottom: 10px;
}

#side .item img
{
    width: 100%;
    height: auto;
}

#side .widget_flow
{
    margin-bottom: 20px;
    padding: 1%;
    background: #f0f7ff;
    border: 1px solid #6da9ff;
}

#side .widget_flow h1
{
    color: #fff;
    font-size: 130%;
    font-weight: normal;
    text-align: center;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f40c0), color-stop(100%, #1d2772));
    background: -webkit-linear-gradient(#2f40c0, #1d2772);
    background: -moz-linear-gradient(#2f40c0, #1d2772);
    background: -o-linear-gradient(#2f40c0, #1d2772);
    -pie-background: linear-gradient(#2f40c0, #1d2772);
    background: linear-gradient(#2f40c0, #1d2772);
    behavior: url("PIE.htc");
    padding: 0.6em 0.3em;
}

#side .widget_flow ul
{
    margin: 6% 4%;
}

#side .widget_flow ul li
{
    padding: 1%;
    margin: 2% 0;
    background: #fff;
    border: solid 1px #09c;
}

#side .widget_flow ul li div
{
    font-size: 130%;
    padding: 1%;
    background: #09c;
    color: #fff;
    text-align: center;
}

#side .widget_flow img
{
    display: block;
    margin: 0 auto;
}

#side .widget_flow .btn
{
    padding: 1%;
    margin: 4%;
    background: #fff;
    border: solid 1px #09c;
}

#side .widget_flow .btn a
{
    display: block;
    font-size: 130%;
    padding: 6%;
    background: url(images/bg_btn_flow.jpg) top center no-repeat;
    color: #fff;
    text-align: center;
}

#side .widget_area
{
    margin-bottom: 20px;
    padding: 1%;
    background: #f0f7ff;
    border: 1px solid #6da9ff;
}

#side .widget_area img
{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
}

#side .widget_area h1
{
    color: #fff;
    font-size: 130%;
    font-weight: normal;
    text-align: center;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f40c0), color-stop(100%, #1d2772));
    background: -webkit-linear-gradient(#2f40c0, #1d2772);
    background: -moz-linear-gradient(#2f40c0, #1d2772);
    background: -o-linear-gradient(#2f40c0, #1d2772);
    -pie-background: linear-gradient(#2f40c0, #1d2772);
    background: linear-gradient(#2f40c0, #1d2772);
    behavior: url("PIE.htc");
    padding: 0.6em 0.3em;
}

#side .widget_area p
{
    font-size: 90%;
    line-height: 1.2;
    padding: 0.5em;
}

#side .bnr a
{
    display: block;
    margin-bottom: 10px;
}

#side .bnr img
{
    width: 100%;
    height: auto;
}

.bar1
{
    background: url(images/bg_titlebar.jpg) repeat-x;
    color: #09c;
    font-size: 145%;
    font-weight: normal;
    padding: 0.5em 1em 0.4em 5em;
    border: 1px solid #3348ce;
    overflow: hidden;
}

.bar1 span
{
    margin-top: 0.5em;
}

.bar2
{
    background: #09c;
    color: #fff;
    font-size: 115%;
    font-weight: normal;
    padding: 0.2em 0.5em;
}

#main h2
{
    margin-top: 20px;
    font-weight: bold;
    font-size: 111%;
    padding: 0 0.5em;
}

#main p
{
    margin-top: 20px;
    font-size: 111%;
    padding: 0 0.5em;
}

#main p.comm
{
    font-size: 100% !important;
    padding: 0 !important;
    clear: both;
}

.imgbox img
{
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.imgbox2
{
    height: auto;
    float: left;
    margin-bottom: 15px;
    width: 66.66664%;
}

.imgbox2 img
{
    margin-top: 20px;
    margin-right: 3%;
    width: 47%;
    height: auto;
}

.imgbox2 span
{
    font-size: 140%;
    width: 57%;
}

.imglist
{
    margin-left: -1%;
}

#main .imglist-title
{
    margin-top: 15px;
    font-weight: normal;
    font-size: 100%;
}

.imglist-item
{
    position: relative;
    float: left;
    margin-top: 2px;
    margin-left: 1%;
    width: 15.666666666%;
    text-align: center;
}

.imglist-item:nth-child(7n + 1)
{
    clear: both;
}

.imglist-item img
{
    max-width: 100%;
    height: auto;
    min-height: 100%;
}

[data-gallery-thumbnail]:hover
{
    cursor: pointer;
    opacity: .8;
}

.imgbnr img
{
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.flowbox
{
    overflow: hidden;
    color: #3f3f3f;
}

.flowbox li
{
    padding: 0em 1em 2em 1.5em;
    margin: 1.2em 0;
    border: 1px solid #ccc;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebece0));
    background: -webkit-linear-gradient(#fff, #ebece0);
    background: -moz-linear-gradient(#fff, #ebece0);
    background: -o-linear-gradient(#fff, #ebece0);
    -pie-background: linear-gradient(#fff, #ebece0);
    background: linear-gradient(#fff, #ebece0);
    behavior: url("PIE.htc");
}

.flowbox li:first-child
{
    margin-top: 0 !important;
}

.flowbox li img
{
    width: 12%;
    height: auto;
    float: left;
    z-index: 12;
    margin-right: 3%;
}

.flowbox li h2
{
    width: 85%;
    margin-top: 3% !important;
    padding: 0 0 0 0.5em !important;
    font-size: 200% !important;
    line-height: 1.0 !important;
}

.flowbox li p
{
    margin-top: 0 !important;
    padding: 1em 0 0 0.5em !important;
    font-size: 111% !important;
}

.qabox
{
    overflow: hidden;
    color: #3f3f3f;
}

.qabox li
{
    margin: 1.2em 0;
    padding: 0;
    border: 1px solid #ccc;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebece0));
    background: -webkit-linear-gradient(#fff, #ebece0);
    background: -moz-linear-gradient(#fff, #ebece0);
    background: -o-linear-gradient(#fff, #ebece0);
    -pie-background: linear-gradient(#fff, #ebece0);
    background: linear-gradient(#fff, #ebece0);
    behavior: url("PIE.htc");
}

.qabox li:first-child
{
    margin-top: 0 !important;
}

.qabox li h2
{
    margin: 0 !important;
    padding: 1em 0.3em 0 3.5em !important;
    font-size: 180% !important;
    line-height: 1.0 !important;
    border-bottom: 1px solid #ccc;
    background: url(images/q.png) 10px 8px no-repeat;
    min-height: 48px;
}

.qabox li p
{
    margin: 0 !important;
    padding: 0.8em 0.3em 0.5em 7em !important;
    font-size: 111% !important;
    background: url(images/a.png) 28px 8px no-repeat;
    min-height: 48px;
}

.block1
{
    margin-bottom: 38px;
}

.block2
{
    margin-top: 20px;
}

.clear
{
    clear: both;
}

iframe
{
    margin-top: 20px;
    width: 100%;
}

h2.korokoro{
	font-size:190% !important;
	padding-left:80px !important;
	position:relative;
}

h2.korokoro:before{
	content:url("http://www.kouyougiken.co.jp/images/korokoro.png");
	position:absolute;
	left:10px;
	top:-11px;
}

p.korokoro{
	padding-left:80px !important;
	margin-bottom:40px;
}

h2.point1,h2.point2,h2.point3,h2.point4{
	font-size:190% !important;
	padding-left:130px !important;
	position:relative;
}

h2.point1:before{
	content:url("http://www.kouyougiken.co.jp/images/point1.png");
	position:absolute;
	left:10px;
	top:-11px;
}

h2.point2:before{
	content:url("http://www.kouyougiken.co.jp/images/point2.png");
	position:absolute;
	left:10px;
	top:-11px;
}

h2.point3:before{
	content:url("http://www.kouyougiken.co.jp/images/point3.png");
	position:absolute;
	left:10px;
	top:-11px;
}

h2.point4:before{
	content:url("http://www.kouyougiken.co.jp/images/point4.png");
	position:absolute;
	left:10px;
	top:-11px;
}

.center{
	display:block;
	margin:20px auto;
}


@media only screen and (max-width: 800px)
{


h2.korokoro{
	font-size:140% !important;
}

p.korokoro{
	padding-left:80px !important;
	margin-bottom:30px;
}

	.center{
	display:block;
	margin:10px auto;
	width:95%;
	height:auto;
}


}

/* -----------------
スタッフ紹介
-------------------- */

.left{
	float: left;
    margin: 30px;
}

h2.staff{
font-size:24px !important;
}	

h3.staff{
	font-size:18px !important;
}

div.staff,div.marker{
	overflow:hidden;
	width:100%;
	margin:30px;
}


@media only screen and (max-width: 800px)
{

.left{
	float: none;
    margin: 20px;
}

h2.staff{
font-size:20px !important;
}	

h3.staff{
	font-size:16px !important;
}

div.staff,div.marker{
	overflow:hidden;
	width:100%;
	margin:5px;
}
}

/* ------------
取り扱いメーカー
--------------- */

div.marker h2{
	margin:10px 0px;
	font-size:24px !important;
}

/*--------------------------------------
  TOPへ戻る
--------------------------------------*/

#page-top
{
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
}

#page-top a
{
    background: #0c65b2;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#page-top a:hover
{
    text-decoration: none;
    background: #0c65b2;
    color: #fff;
}

/*----------------------------------------
clearfix
----------------------------------------*/
.cf
{
    min-height: 1px;
    _height: 1%;
}

.cf:after
{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

@media (max-width: 959px)
{
    #wrap
    {
        width: 100%;
    }

    #title
    {
        width: 100%;
    }

    #ghead .headerinfo2
    {
        height: auto;
        overflow: visible;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebece0));
        background: -webkit-linear-gradient(#fff, #ebece0);
        background: -moz-linear-gradient(#fff, #ebece0);
        background: -o-linear-gradient(#fff, #ebece0);
        -pie-background: linear-gradient(#fff, #ebece0);
        background: linear-gradient(#fff, #ebece0);
        behavior: url("PIE.htc");
    }

    #ghead .headerinfo2 h2
    {
        text-align: center;
        float: none;
    }

    #ghead .headerinfo2 h2 img
    {
        width: 80%;
        height: auto;
    }

    #ghead .headerinfo2 p.telnumber
    {
        text-align: center;
        float: none;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.telnumber img
    {
        width: auto;
        height: auto;
    }

    #ghead .headerinfo2 p.inquiry
    {
        text-align: center;
        float: none;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.inquiry img
    {
        width: auto;
        height: auto;
    }

    #gnavi
    {
        height: auto;
    }

    #gnavi li a
    {
        font-size: 77%;
        height: auto;
    }
}

@media (max-width: 640px)
{
    #visual img
    {
        width: 140% !important;
        height: auto !important;
        min-height: 160px !important;
        margin-left: -70px !important;
        margin-top: 2% !important;
    }

    .pointbox
    {
        border: none;
    }

    .pointbox li
    {
        text-align: center;
        border: none;
        padding: 0;
    }

    .pointbox li h2
    {
        font-size: 130% !important;
        width: 100%;
        padding: 0.5em 0 !important;
    }

    .pointbox li h2 span
    {
        font-size: 130% !important;
    }

    .pointbox li img
    {
        width: 60%;
        height: auto;
        margin-bottom: 15px;
        position: static;
    }

    .pointbox li p
    {
        width: 100%;
        text-align: left;
        padding: 0.5em !important;
    }

    .bannerbox
    {
        text-align: center;
    }

    .bannerbox li img
    {
        width: 96%;
    }

    .security
    {
        text-align: center
    }

    .security img
    {
        margin: 1em;
        width: 60%;
        height: auto;
        float: none;
    }

    .security h2
    {
        font-size: 120% !important;
        font-weight: normal !important;
        margin-bottom: 1em;
        padding: .5em !important;
    }

    .security p
    {
        text-align: left;
    }

    #wrap
    {
        width: 100%;
        padding: 0 0 30px 0;
    }

    #title
    {
        width: 100%;
    }

    #title h1
    {
        font-size: 140%;
        font-weight: normal;
        padding-left: 2.0em;
    }

    #ghead h1
    {
        text-align: center;
        width: 100%;
        float: none;
    }

    #ghead .infobox
    {
        width: 100%;
    }

    #ghead .headerinfo2
    {
        height: auto;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebece0));
        background: -webkit-linear-gradient(#fff, #ebece0);
        background: -moz-linear-gradient(#fff, #ebece0);
        background: -o-linear-gradient(#fff, #ebece0);
        -pie-background: linear-gradient(#fff, #ebece0);
        background: linear-gradient(#fff, #ebece0);
        behavior: url("PIE.htc");
    }

    #ghead .headerinfo2 h2
    {
        text-align: center;
        float: none;
        margin-top: 15px;
    }

    #ghead .headerinfo2 h2 img
    {
        width: 94%;
        height: auto;
    }

    #ghead .headerinfo2 p.telnumber
    {
        text-align: center;
        float: none;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.telnumber img
    {
        width: auto;
        height: auto;
    }

    #ghead .headerinfo2 p.inquiry
    {
        text-align: center;
        float: none;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.inquiry img
    {
        width: auto;
        height: auto;
    }

    #gnavi
    {
        display: none;
    }

    #gnavi li
    {
        width: 100%;
    }

    #gnavi li a
    {
        font-size: 77%;
        height: auto;
    }

    #toggle
    {
        display: block;
        position: relative;
        width: 100%;
        background: #1d2972;
    }

    #toggle a
    {
        display: block;
        position: relative;
        padding: 12px 0 10px;
        border-bottom: 1px solid #1d2972;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    #toggle:before
    {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }

    #toggle a:before, #toggle a:after
    {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #1d2972;
    }

    #toggle a:before
    {
        margin-top: -6px;
    }

    #toggle a:after
    {
        margin-top: 2px;
    }

    #gfoot #fnavi li
    {
        padding: 0 0.2em 0.5em;
    }

    #gfoot .footerinfo
    {
        width: 100%;
    }

    #gfoot .footerinfo h1 img
    {
        width: 90%;
    }

    #gfoot .footerinfo p.copy
    {
        font-size: 80%;
        margin-top: 1.0em;
    }

    #main
    {
        width: 100%;
        float: none;
    }

    #side
    {
        width: 100%;
        float: none;
    }

    #side .item
    {
        text-align: center;
        width: 100%;
    }

    #side .item img
    {
        width: 60%;
        height: auto;
    }

    #side .widget_area
    {
        text-align: center;
        width: 100%;
    }

    #side .widget_area img
    {
        width: 60%;
        height: auto;
    }

    #side .widget_flow .btn a
    {
        background: #09c;
    }

    #side .bnr
    {
        text-align: center;
        width: 100%;
    }

    #side .bnr a
    {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        /* Fix for IE7 */
        *display: inline;
        /* Fix for IE7 */
        width: 100%;
    }

    #side .bnr img
    {
        width: 60%;
        height: auto;
    }

    .bar1
    {
        font-size: 100%;
        font-weight: bold;
        padding: 0.5em 0.2em 0.4em 4em;
    }

    .imgbnr
    {
        text-align: center;
    }

    .imgbnr img
    {
        width: 90%;
        height: auto;
    }

    .imgbox
    {
        text-align: center;
    }

    .imgbox img
    {
        width: 90%;
        height: auto;
    }

    .imgbox2
    {
        text-align: left;
        float: none;
        width: 90%;
        margin: auto;
    }

    .imgbox2 img
    {
        width: 76%;
        height: auto;
        margin-right: 2%;
    }

    .imgbox2 span
    {
        font-size: 100%;
        width: 30%;
    }

    .gallery .imgbox
    {
        display: none;
    }

    .imglist
    {
        margin-left: 0;
    }

    #main .imglist-title
    {
        margin-top: 40px;
        font-weight: normal;
        font-size: 111%;
        text-align: center;
        margin-bottom: -15px;
    }

    .imglist-item
    {
        float: none;
        width: 90%;
        margin: 20px auto 0;
    }

    .imglist-item:first-child
    {
        display: none;
    }

    .imglist-item img
    {
        position: static;
        top: auto;
        width: 100%;
        height: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    [data-gallery-thumbnail]:hover
    {
        cursor: auto;
    }

    #main p
    {
        padding: 0.5em !important;
        margin-top: 10px;
    }

    #main p.comm
    {
        padding: 0.5em !important;
        margin-top: 10px;
    }

    .flowbox li
    {
        padding: 0 0 0 1em;
    }

    .flowbox li h2
    {
        padding: 0 0 0 0.5em !important;
        font-size: 140% !important;
    }

    .qabox li h2
    {
        padding: 0.5em !important;
        font-size: 140% !important;
        background: #c2c995;
        min-height: 20px;
    }

    .qabox li p
    {
        padding: 1em 1em 1em 2em !important;
        background: none;
        min-height: 20px;
    }

    iframe
    {
        display: none;
    }

}

@media (max-width: 480px)
{
    .pointbox
    {
        border: none;
    }

    .pointbox li
    {
        text-align: center;
        border: none;
        padding: 0;
    }

    .pointbox li h2
    {
        font-size: 130% !important;
        width: 100%;
        padding: 0.5em 0 !important;
    }

    .pointbox li h2 span
    {
        font-size: 130% !important;
    }

    .pointbox li img
    {
        width: 60%;
        height: auto;
        margin-bottom: 15px;
        position: static;
    }

    .pointbox li p
    {
        width: 100%;
        text-align: left;
        padding: 0.5em !important;
    }

    .bannerbox li img
    {
        width: 96%;
    }

    .security
    {
        text-align: center
    }

    .security img
    {
        margin: 1em;
        width: 60%;
        height: auto;
        float: none;
    }

    .security h2
    {
        font-size: 120% !important;
        font-weight: normal !important;
        margin-bottom: 1em;
        padding: .5em !important;
    }

    .security p
    {
        text-align: left;
    }

    #wrap
    {
        width: 100%;
        padding: 0 0 30px 0;
    }

    #title
    {
        width: 100%;
    }

    #title h1
    {
        font-size: 140%;
        font-weight: normal;
        padding-left: 2.0em;
    }

    #ghead .infobox
    {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #ghead .headerinfo2
    {
        height: auto;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NjFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMWM1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebece0));
        background: -webkit-linear-gradient(#fff, #ebece0);
        background: -moz-linear-gradient(#fff, #ebece0);
        background: -o-linear-gradient(#fff, #ebece0);
        -pie-background: linear-gradient(#fff, #ebece0);
        background: linear-gradient(#fff, #ebece0);
        behavior: url("PIE.htc");
    }

    #ghead .headerinfo2 h2
    {
        text-align: center;
        float: none;
        margin-top: 15px;
        padding: 0.5em;
    }

    #ghead .headerinfo2 h2 img
    {
        width: 94%;
        height: auto;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.telnumber
    {
        text-align: center;
        float: none;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.telnumber img
    {
        width: auto;
        height: auto;
    }

    #ghead .headerinfo2 p.inquiry
    {
        text-align: center;
        float: none;
        padding: 0.5em;
    }

    #ghead .headerinfo2 p.inquiry img
    {
        width: auto;
        height: auto;
    }

    #gnavi
    {
        display: none;
    }

    #gnavi li
    {
        width: 100%;
    }

    #gnavi li a
    {
        font-size: 77%;
        height: auto;
    }

    #toggle
    {
        display: block;
        position: relative;
        width: 100%;
        background: #1d2972;
    }

    #toggle a
    {
        display: block;
        position: relative;
        padding: 12px 0 10px;
        border-bottom: 1px solid #1d2972;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    #toggle:before
    {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }

    #toggle a:before, #toggle a:after
    {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #1d2972;
    }

    #toggle a:before
    {
        margin-top: -6px;
    }

    #toggle a:after
    {
        margin-top: 2px;
    }

    #gfoot #fnavi li
    {
        padding: 0 0.2em 0.5em;
    }

    #gfoot .footerinfo
    {
        width: 100%;
    }

    #gfoot .footerinfo img
    {
        width: 88%;
    }

    #gfoot .footerinfo p.copy
    {
        font-size: 80%;
        margin-top: 1.0em;
    }

    #side .item
    {
        text-align: center;
        width: 100%;
    }

    #side .item img
    {
        width: 60%;
        height: auto;
    }

    #side .widget_flow .btn a
    {
        background: #09c;
    }

    #side .widget_area
    {
        text-align: center;
        width: 100%;
    }

    #side .widget_area img
    {
        width: 60%;
        height: auto;
    }

    #side .bnr
    {
        text-align: center;
        width: 100%;
    }

    #side .bnr img
    {
        width: 60%;
        height: auto;
    }

    .bar1
    {
        font-size: 100%;
        font-weight: bold;
        padding: 0.5em 0.2em 0.4em 4em;
    }

    .bar2
    {
        font-size: 100%;
    }

    .imgbnr
    {
        text-align: center;
    }

    .imgbnr img
    {
        width: 90%;
        height: auto;
    }

    .imgbox
    {
        text-align: center;
    }

    .imgbox img
    {
        width: 90%;
        height: auto;
    }

    .imgbox2
    {
        text-align: left;
        float: none;
        width: 90%;
        margin: auto;
    }

    .imgbox2 img
    {
        width: 76%;
        height: auto;
        margin-right: 2%;
    }

    .imgbox2 span
    {
        font-size: 100%;
        width: 30%;
    }

    .imglist
    {
        margin-left: 0;
    }

    .imglist-item:first-child
    {
        display: none;
    }

    .imglist-item
    {
        float: none;
        width: 90%;
        margin: 20px auto 0;
    }

    .imglist-item img
    {
        position: static;
        top: auto;
        width: 100%;
        height: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    [data-gallery-thumbnail]:hover
    {
        cursor: auto;
    }

    #main p
    {
        padding: 0.5em !important;
        margin-top: 10px;
    }

    #main p.comm
    {
        padding: 0.5em !important;
        margin-top: 10px;
    }

    .flowbox li
    {
        padding: 0 0 0 1em;
    }

    .flowbox li h2
    {
        padding: 0 0 0 0.5em !important;
        font-size: 140% !important;
    }

    .qabox li h2
    {
        padding: 0.5em !important;
        font-size: 140% !important;
        background: #c2c995;
        min-height: 20px;
    }

    .qabox li p
    {
        padding: 1em 1em 1em 2em !important;
        background: none;
        min-height: 20px;
    }

    iframe
    {
        display: none;
    }

    #page-top
    {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 25px;
        margin-left: 60%;
        font-size: 12px;
        width: 100px;
    }

}

.midashih2
{
    font-size: 26px;
}
