@charset "utf-8";
/* 標準可変メディア
@media only screen and (max-width: 667px) {
}

@media only screen and (min-width: 668px) {
}
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

body{  
	color:#333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	margin:0; padding:0;
	min-width: 1000px;
}
a,a:visited {
	color:#333;
	text-decoration: none;
}

.form-t a,a:visited {
	color:#04C;
	text-decoration: underline;
}

ul,li {
	color:#333;
	margin:0;
	padding:0;
	list-style-type:none;
}
p {
	margin:0;
	padding:0;
}

/* 共通設定*/
/*@media only screen and (max-width: 667px) {
.pc-mod{
    display: none;
}
.sp-mod{
    display: block;
}
}*/

/*@media only screen and (min-width: 668px) {*/
.pc-mod{
    display: block;
}
.sp-mod{
    display:  none;
}
/*}*/

/* -----------------------------------header----------------------------------*/

.header-container:after, .funciton-cell-links:after, .index-assy-function:after, .footer-content:after, .inqflow:after {
	content: "";
	display: block;
	clear: both; 
}


/*@media only screen and (max-width: 667px) {

.global-header {
    width: 100%;
}
.header-container {
	padding: 10px 0 5px 10px;
	margin: 0 auto;
}
.header-logo {
	float: left;
	width: 200px;
	height: 50px;
}
.header-navi-assy{
	display: none;
}

.header-menu-btn {
	float: right;
	width: 50px;
	height: 50px;
}
.child {
    display: none;
}
.child li a{
    display: block;
	width: 100%;
    padding: 10px 0 20px;
    background-color:  #156381;
}
}*/

/*@media only screen and (min-width: 668px) {*/

.global-header {
    width: 100%;
    border-bottom: 1px solid #333;
}
.header-container {
	width: 1000px;
	padding: 10px 0 5px;
	margin: 0 auto;
}

.header-logo {
	float: left;
	width: 200px;
	height: 50px;
}

.header-inq-links {
	float: right;
	height: 50px;
}
.header-inq-assy{
	display: table;
	table-layout: fixed;
	width: 600px;
	border-collapse:separate;
	border-spacing:15px 0;
    margin: 0 auto;
}
.header-inq-mod{
    vertical-align:middle;
    padding: 0;
    margin-right: 20px;
}


.header-inq-mod a {
    display: block;
    font-weight: 500;
    padding: 10px;
    background-color: #008b8b;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border-bottom: 5px solid #006666;
    border-right: 5px solid #006666;
    width: 150px;
}
.header-inq-mod a:hover{
    background: #87cefa;
    color: #fff;
    border-bottom: 5px solid #87cefa;
    border-right: 5px solid #87cefa;
}
.header-navi-index {
	width: 100%;
	background: url("../img/navi.png") repeat, -moz-linear-gradient(top,#656565 0%,#1f1f1f);
	background: url("../img/navi.png") repeat, -webkit-gradient(linear, left top, left bottom, from(#656565), to(#1f1f1f));
	background: url("../img/navi.png") repeat, linear-gradient(to bottom, #656565, #1f1f1f);/* IE10+, W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#656565, endcolorstr=#1f1f1f));/*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#656565, endcolorstr=#1f1f1f))";/* IE8 IE9 */
	zoom: 1;/* IE8 IE9 */
    height: 65px;
}
.header-navi {
	width: 100%;
    background-color: #333;
    height: 60px;
}
.header-navi-assy{
	display: table;
	table-layout: fixed;
	width: 1000px;
	border-collapse:separate;
    margin: 0 auto;

}
.header-navi-mod{
	display: table-cell;
    padding: 0;
    margin: auto;
}
.header-navi-mod a{
    display: block;
    width: 160px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #333;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.9), 0 1px 1px rgba(255, 255, 255, 0.4);
}
.header-navi-mod:last-child {
    border-right: 1px solid #333;
}
.header-navi-mod a:hover{
    color: #ffa500;
}

/*}*/

/* -----------------------------------main----------------------------------*/
.sc-bg-gray{
    background-color: #f5f5f5;
}
.bg-gray{
    background-color: #dcdcdc;
    border-radius: 10px;
}
.sc-bg-bk{
    background-color: #333;
}
.sc-bg-green{
    background-color: #333;
}

/*@media only screen and (max-width: 667px) {
.index-content-main{
    padding: 10px 0;
	height: 200px;
    width: 100%;
    background-image: url('../img/fotolia_850773.gif');
    background-size: cover;
}
.index-content{
    padding: 10px 0 20px;
    width: 100%;
}
.index-inner-main{
	height: 200px;
    width: 100%;
}
.index-title-main{
	text-align: center;
    font-weight: 600;
	font-size: 18px;
    color: #fff;
}
.index-btn-main{
	text-align: center;
    font-weight: 300;
	font-size: 16px;
}
.index-btn-main a{
    display: block;
	width: 200px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    background-color:  #2080c0;
    text-align:center;
    margin: 0 auto;
    color: #fff;
}
.index-section-inner{
    width: 100%;
}
.index-section-title{
	text-align: center;
    font-weight: bold;
	font-size: 18px;
	color: #156381;
}

.index-section-abs{
	text-align: center;
    font-size: 12px;
    padding: 10px 0;
}
.index-assy-feature{
	display: block;
}
.index-mod-feature{
	display: block;
	padding: 10px 0px;
}
.feature-cell-image {
    text-align:center;
}
.feature-cell-title {
    font-size:12px;
    text-align:center;
}
.feature-cell-btn {
    color: #156381;
    text-align:center;
}
.index-assy-function{
	display: block;
}
.index-mod-funciton{
	display: block;
	padding: 10px 0px;
}
.funciton-cell-title {
    font-size:14px;
    text-align:center;
}
.funciton-cell-links {
    border-bottom: 1px solid #cfcfcf;
}
.funciton-cell-link{
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size:12px;
}
.index-mod-demo a{
    display: block;
	width: 90%;
    padding: 10px;
    background-color:  #fff;
    border: 1px solid #cfcfcf;
    text-align:center;
    margin: 0 auto;
}
.index-mod-demo a:hover{
    background-color: #156381;
    color: #fff;
}
}*/

/*@media only screen and (min-width: 668px) {*/
.index-content-main{
    padding: 20px 0;
	height: 350px;
    width: 100%;
    background-image: url('../img/topimage3.jpg');
    background-size: cover;
}
.index-content{
    padding: 20px 0;
    width: 100%;
}
.index-inner-main{
	height: 300px;
    width: 1000px;
    margin: 0 auto;
}
.index-btn-main{
    font-weight: 300;
	font-size: 18px;
	font-weight: bold;
}
.index-btn-main a{
    display: block;
	width: 500px;
    padding: 10px;
    border-bottom: 5px solid #006666;
    border-right: 5px solid #006666;
    text-align:center;
    margin: 20px 0 0;
    color: #fff;
    background-color: #008b8b;
}
.index-btn-main a:hover{
    background: #87cefa;
    color: #fff;
    border-bottom: 5px solid #87cefa;
    border-right: 5px solid #87cefa;
}
.index-section-inner{
    width: 1000px;
    margin: 0 auto;
}
.index-section-title{
	text-align: center;
    font-weight: 300;
	font-size: 40px;
	color: #333;
	margin: 20px auto;
}
.index-section-title3{
    font-weight: 300;
	font-size: 32px;
	color: #333;
	margin: 20px auto;
	text-align: center;
}
.index-section-title2{
    font-weight: 300;
	font-size: 24px;
	color: #333;
	margin: 20px auto;
	
}
.index-section-title2 strong{
	font-weight: 300;
	font-size: 32px;
	color: #156381;
}
.index-title-main{
	margin:32px 0 20px;
	display: block;
	text-align: left;
    font-weight: bold;
	font-size: 48px;
	color: #fff;
	line-height: 1.2em;
	/**text-shadow: 0px 0px 10px #333;**/
}

.index-subtitle-main{
	margin:20px auto 0;
	display: block;
	text-align: left;
    font-weight: bold;
	font-size: 28px;
	color: #fff;
	/**text-shadow: 0px 0px 10px #333;**/
}
.index-title-name{
	margin-top:30px;
	display: block;
	text-align: left;
    font-weight: bold;
	font-size: 36px;
	color: #000;
	line-height: 1.2;
}
.index-title-name strong{
	color: #156381;
	font-size: 42px;
}

.index-section-abs{
	text-align: center;
    font-size: 24px;
    color: #333;
}
.index-assy-feature{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse:separate;
	border-spacing:20px 0;
    margin: 0 auto;
}
.index-mod-feature{
	display: table-cell;
	padding: 20px;
}

.index-mod-feature a{
    color: #fff;
}
.index-mod-feature a:visited{
    color: #fff;
}
.index-mod-feature a:hover{
    color: #156381;
}
.feature-cell-image {
    text-align:center;
}
.feature-cell-stc {
    margin-top: 20px;
}
.feature-cell-stc p {
    font-size: 16px;
}
.feature-cell-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.feature-cell-btn {
    color: #156381;
    text-align:center;
}
.index-assy-function{
	width: 928px;
    margin: 30px auto 40px;
    padding: 0;
}
.index-mod-funciton{
    float: left;
    border: 1px solid #cfcfcf;
	width: 270px;
	margin: 0 20px 0 0;
}
.index-mod-funciton_120{
    float: left;
    border: 1px solid #cfcfcf;
	margin: 0 20px 0 0;
	width: 160px;
}
.index-mod-funciton_120m{
    float: left;
    border: 1px solid #cfcfcf;
	margin: 0;
	width: 160px;
}
.funciton-cell-title {
	width: 120px;
    font-size:20px;
    text-align:center;
    border-bottom: 1px solid #cfcfcf;
	margin: 20px auto;
	padding-bottom: 10px;
}
.mt{
    border-top: 2px solid #036eb8;
}
.tm{
    border-top: 2px solid #ea5414;
}
.db{
    border-top: 2px solid #009139;
}
.option{
    border-top: 2px solid #f8b62c;
}
.funciton-cell-links {
	padding-bottom: 20px;
	width: 100%;
    text-align: center;
}
.funciton-cell-link {
    display: inline-block;
    width: 120px;
    padding: 10px 5px;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: bold;
}
.index-assy-inst{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse:separate;
	border-spacing:20px 0;
    margin: 0 auto;
}
.index-mod-inst{
	display: table-cell;
	padding: 5px;
}
.index-mod-inst li{
	list-style-type: disc;
	margin-left: 10px;
}


.index-mod-inst a {
    color: #000000;
}
.index-mod-inst a:hover {
    color: #156381;
}
.index-btn-inst a{
    display: block;
	width: 240px;
    padding: 15px;
    background-color: #008b8b;
    text-align:center;
    margin: 20px auto;
    color: #fff;
    border-radius: 3px;
    border-bottom: 5px solid #006666;
    border-right: 5px solid #006666;
}
.index-btn-inst a:hover{
    background-color: #87cefa;
    color: #fff;
    border-bottom: 5px solid #87cefa;
    border-right: 5px solid #87cefa;

}
.index-assy-inq{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse:separate;
	border-spacing:46px 0;
    margin: 0 auto;
	font-size: 16px;
    font-weight: 300;
}
.index-mod-inq {
    display: table-cell;
    padding: 20px 0;
}
.index-mod-inq a{
    display: block;
	width: 240px;
    padding: 15px;
    background-color: #008b8b;
    text-align:center;
    margin: 20px auto;
    color: #fff;
    border-radius: 3px;
    border-bottom: 5px solid #006666;
    border-right: 5px solid #006666;
}
.index-mod-inq a:hover{
    background-color: #87cefa;
    color: #fff;
    border-bottom: 5px solid #87cefa;
    border-right: 5px solid #87cefa;
}
.index-mod-demo a{
    display: block;
	width: 878px;
    padding: 15px;
    background-color:  #fff;
    border: 3px solid #006666;
    text-align:center;
    margin: 0 auto;
	font-size: 18px;
    font-weight: 700;
    color: #006666;
    border-radius: 5px;
}
.index-mod-demo a:hover{
    background-color: #156381;
    color: #fff;
}
/*}*/

/* -----------------------------------footer----------------------------------*/
.global-footer {
	width: 100%;
    background-color: #333;
}


/*@media only screen and (max-width: 667px) {
.footer-content{
    width: 100%;
    padding: 30px 0 10px;
}
.footer-navi{
	display:block;
    text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

.footer-copy {
	height: 20px;
	width: 100%;
    padding: 10px 0;
}
.copyright{
    width: 300px;
	display: block;
    margin: 0 auto;
    text-align: center;
    font-size:10px;
    color: #fff;
}


.footer-navi-cell a{
	display: block;
	width: 100%;
    padding: 10px 0;
	font-size: 12px;
    color: #fff;
	border-top: 1px solid #e2e2e2;
}

}*/

/*@media only screen and (min-width: 668px) {*/
.footer-content{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px;
}
.footer-navi{
	display:block;
    width: 700px;
    margin: 0 auto;
}
.footer-navi-cell{
	display: inline-block;
	margin-right: 50px;
}
.footer-navi-cell a{
    color: #fff;
}
.footer-copy {
	height: 20px;
	width: 100%;
    padding: 10px 0 20px;
}
.copyright{
    width: 600px;
	display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.note1{
    font-size: 11px;
    font-weight: 300;
}
.box4_footer {
    float: left;
    width: 25%;
}
.box4_footer ul {
    margin-right: 20px;
    padding-top: 5px;
}
.box4_footer li {
    font-size: 14px;
    margin: 0 20px 10px 0;
    padding-left: 30px;
    padding-bottom: 5px;
}
.box4_footer li a {
    color: #fff;
}
.box4_footer li a:hover {
    text-decoration: underline;
}
/*}*/

/*notice
----------------------------------------------------*/
.notice{
	display: table-cell;
	padding: 3px 15px;
	margin: 0 auto;
	vertical-align: middle;
}
.notice a {
    text-decoration: underline;
}
.notice a:hover {
}
.notice-stc {
    float: left;
    text-align: left;
}
.notice-stc p {
    font-size: 13px;
}
.notice-img {
    float: left;
    margin-left: 15px;
    text-align: center;
}

.inqflow {
    border: 1px solid #e6e6e6;
    padding: 10px;
    width: 650px;
    margin-bottom: 15px;
}
.inqflow li {
    color: #ccc;
    padding: 5px;
    display: block;
    position: relative;
    float: left;
    width: 200px;
    text-align: center;
    font-size: 12px;
    /* font-weight: bold; */
}
.inqflow span {
    display: inline-block;
    font-size: 12px;
    width: 30px;
    color: #ffffff;
    padding: 2px 10px;
    margin-left: 20px;
    background: #ccc;
    font-weight: normal;
    border-radius: 5px;
}
.inqflow .tgt {
    color: #666;
}

.inqflow .tgt span {
    background: #036eb8;
}
.inqflow .arrow:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e6e6e6;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 5px;
    left: 100%;
    z-index: 1;
}
