@charset "utf-8";

/*
 ブラウザ設定の初期化
---------------------------------------------------------------------- */
/* 全体 */
body,
div,p,span,
h1,h2,h3,h4,h5,h6,strong,
table,caption,th,td,
a,
ul,ol,dl,li,
img,object,
fieldset,hr{

	font-style		: normal;
	font-weight		: normal;
	font-size		: 100%;
	line-height		: 130%;
	text-decoration	: none;
	margin			: 0px;
	padding			: 0px;
	border			: none;
	zoom			: 1;
}


/* フォーム */
input,textarea{

	font-style		: normal;
	font-weight		: normal;
	font-size		: 100%;
	line-height		: 130%;
	text-decoration	: none;
	margin			: 0px;
	_margin			: -1px 0;	/* IE用（アンダースコアハック） */
	zoom			: 1;
}

body.android {
	overflow-x: hidden;
}
body.android #footer {
	position: static !important;
}
#base {
	z-index: 0;
}


/* テーブル関連 */
table{
	border-collapse	: collapse;
	border-spacing	: 0px;
}
th,td	{text-align:left; vertical-align:top;}
caption	{text-align:left;}


/* アンカー */
a{outline:none;}


/* リスト関連 */
ul,ol,dl{list-style:none;}
li		{display:list-item; zoom:normal;}


/* 画像関連 */
img{
	background		: transparent;
	vertical-align	: bottom;
}
object{vertical-align:top;}


/* ライン */
hr{
	height		: 0px;
	margin		: 7px 0px;
	border-top	: solid 1px #333333;
}


/*
 フロート要素の適正な解除（Clearfix）
---------------------------------------------------------------------- */
.clearfix:after{content:'.'; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ページ全体のスタイル */
body, html {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    background-color: black;
}

#wrapper p{
  color: #fff;
}

#base {
    margin: 0 0 200px 0;
}

.divspace {
    padding-top: 15px;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: right;
}

.inner {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
}

/* テキストのスタイル */
p {
    font-size: 100%;
    line-height: 180%;
}

p.panlist {
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding: 0;
    color: #fff;
    margin: 60px 0 0 0;
}

p.panlist a {
    color: #fff;
    text-decoration: none;
}

p.panlist a:hover {
    color: #fff;
    text-decoration: underline;
}

/* リンクのスタイル */


/* 画像ボックスのスタイル */
#mainimage_box {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
}

#h2pagetitle {
    height: 250px;
    background-size: cover;
    margin: 0 0 80px 0;
}

#h2pagetitle h2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 220%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 100px 0 0 0;
}

.title_smartnext {
    background: url(img/h2smartnext.jpg) no-repeat center;
}

.about {
    text-align: center;
    font-size: 200%;
    margin: 80px 0 50px 0;
    font-weight: 500;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.aboutbox h5 {
    color: #fff;
    font-size: 160%;
    margin: 0 0 40px 0;
    text-align: center;
}

.aboutbox p {
    line-height: 200% !important;
    margin: 0 0 50px 0;
}

/* clearfix */
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* 画像のスタイル */
.img_c img,
.img_r img {
    width: 100%;
}

.img_r {
    width: 40%;
    max-width: 400px;
    margin: 0 0 0 30px;
    float: right;
}

/* テキストアラインメント */
.tac {
    text-align: center;
}

/* ラインのスタイル */
.bline_d {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#pages .bline_d {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

/* タイトルのスタイル */
.h5title {
    text-align: left;
}

.class_con .h5title {
    text-align: left;
}

.class_con .class_t2 {
    font-size: 90% !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

/* テーブルのスタイル */
.tbl_tool {
    width: 100%;
    font-size: 90%;
    line-height: 180%;
}

.tbl_tool th, .tbl_tool td {
    border: 1px solid #ccc;
    padding: 15px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #fff;
}

.tbl_tool th {
    font-weight: 600;
    text-align: left;
    background: #f5f5f5;
}

.noto600 {
    font-weight: 600;
}

.tbl1 {
    width: 100%;
    font-size: 90%;
    line-height: 180%;
}

.tbl1 th, .tbl1 td {
    border: 1px solid #ccc;
    padding: 15px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}

.tbl1 th {
    background: #f5f5f5;
    width: 30%;
}

.tbl1 td {
    color: #444;
    background: #fff;
    line-height: 180%;
}

.tbl1 td span {
    font-size: 90%;
    color: #666;
    font-weight: 200;
    line-height: 200%;
}

.t90 {
    font-size: 90% !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.t70 {
    font-size: 70% !important;
}

/* スマホ用 */

/* メディアクエリ */
@media screen and (max-width: 768px) {
    body, html {
        height: auto;
        padding: 0 10px;
    }

    #wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .left, .right {
        width: 100%;
        float: none;
    }

    .inner {
        width: auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    p.panlist {
        font-size: 70%;
        margin: 30px 0 0 0;
    }

    #h2pagetitle {
        height: 150px;
        margin: 0 0 50px 0;
    }

    #h2pagetitle h2 {
        font-size: 140%;
        padding: 50px 0 0 0;
    }

    .about {
        font-size: 140%;
        margin: 60px 0 40px 0;
        font-weight: bold;
    }

    .aboutbox h5 {
        font-size: 140%;
        margin: 0 0 30px 0;
    }

    .h5title {
        text-align: center !important;
    }

    .aboutbox p {
        margin: 0 0 40px 0;
    }

    .img_r {
        width: 70%;
        margin: 0 15% 20px 15% !important;
        float: none;
    }

    .tbl_tool th, .tbl_tool td, .tbl1 th, .tbl1 td {
        padding: 10px;
        font-size: 80%;
    }

    .tbl1 span {
        font-size: 80%;
    }

    .nav {
        display: flex;
        flex-direction: column;
    }

    .nav li {
        width: 100%;
    }

    .class_con h5 {
        font-weight: bold;
    }

    /* 画像のスタイル */
    .img_c img,
    .img_r img {
        width: 100%;
    }

    /* シート */
  /*
 テーブル
---------------------------------------------------------------------- */
table.tbl1 { width:100%; font-size:90%;}
table.tbl1 th,table.tbl1 td { padding:10px 1px;  box-sizing: border-box; vertical-align:middle; display:block; width:100%; margin-bottom:-1px!important; empty-cells: hide!important;}
table.tbl1 th { background:#f5f5f5; width:auto; text-align:center; color:#111;}
table.tbl1 td { width:auto; text-align:center; color:#000;}
table.tbl1 td span { font-size:90%; color:#666; font-weight:200; line-height:200%;}
table.tbl1 td img { }
table.tbl1 td.spnon { display:none;}





table.tbl4 { width:100%; font-size:90%;}
table.tbl4 th,table.tbl4 td { border:1px solid #ddd; padding:5px;  box-sizing: border-box;}
table.tbl4 th { background:#006633; color:#fff; text-align:center; width:25%;}
table.tbl4 td img { }
table.tbl4 tr:nth-child(2n+1) {
background: #f5f5f5;
}

table.tbl5 { width:100%; font-size:75%;}
table.tbl5 th,table.tbl5 td { border:1px solid #ddd; padding:3px 1px;  box-sizing: border-box; vertical-align:middle; text-align:center;}


table.tbl3 { font-size:75%;}

table.tbl6 { width:100%; font-size:80%;}
table.tbl6 th,table.tbl6 td { border:1px solid #ddd; padding:3px;  box-sizing: border-box; vertical-align:middle; text-align:center;}
table.tbl6 td { width:20%!important; box-sizing: border-box;}
table.tbl6 td input.w20 { width:95%; box-sizing: border-box;}
table.tbl6 td input.w90 { width:95%; box-sizing: border-box;}
table.tbl6 th { background:#336633; color:#fff; text-align:center;}
table.tbl6 td img { }
table.tbl6 tr:nth-child(2n+1) {

}

  
  }
