@charset "utf-8";

a {
    text-decoration: none;
    color: blue;
}
a:hover {
    color: #ff9100;
}

span.th a {
    color: rgb(228, 228, 228);
    text-decoration: underline;
}
span.th a:hover {
    color: rgb(161, 161, 160);
}

.mailAddr::after {
    content: "soft@symmetry-soft.com";
}

.textCenter {
    text-align: center;
    vertical-align: middle;
}

.warning {
    color: red;
}

.baseImg {
    width: 384px;
    height: 255px;
}

.baseImgSamll {
    width: 320px;
    height: 192px;
}

.baseImgSamllSlim {
    width: 330px;
    height: 50px;
}

.sentence {
    padding: 10px;
}

.readonlyText {
    width: 100%;
    height: 150px;
    padding: 10px;
}

.list-none {
    list-style: none;
}

.delLine {
    text-decoration: line-through;
}

/*==========================================
 フォントアイコンのスタイル
===========================================*/
.ctr-btn {
    color: rgb(185, 185, 185);
    font-weight: bold;
    font-size: 2em;
}


/*==========================================
 <p>タグにインデントを付加する
===========================================*/
.indent_1 {
    margin-left: 2em;
}
.indent_2 {
    margin-left: 4em;
}

/*==========================================
 続きを読むのスタイル
===========================================*/
aside.readmore{
    position: relative;
}
aside.readmore a {
    position: absolute;
    padding: 5px 10px;
    background-color: #ff9100;
    color: white;
    font-size: 90%;
    margin: 0px 0px 30px 10px;
	border-radius: 5px;	/* BOXの角を丸める */
}
aside.readmore a:hover {
    background-color: #cfcfcf;
    margin-top: 1px;
    color: white;
}


img.shadow {
    -moz-box-shadow: 2px 2px 1px 1px rgba(228, 228, 228, 0.644);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(228, 228, 228, 0.644);
    box-shadow: 2px 2px 1px 1px rgba(228, 228, 228, 0.644);
    background-color: #fff;
    padding: 10px;
    border: .5px solid #f0f0f0;
	border-radius: 5px;	/* BOXの角を丸める */
}

p.postscript {
    color: #0000cc;
}

p.data {
    border: 1px solid #dbdbdb;
    border-radius: 3px;	/* BOXの角を丸める */
    background-color: azure;
}

.highlight{
    background-color: yellow;
    margin-left: 0.3em;
    margin-right: 0.3em;
    padding: 0.2em;
}

/*==========================================
 入力ボックスのスタイル
===========================================*/
/* --- INPUTボックス --- */
.editBox {
    padding: 3px 5px 3px 5px;
}

/* --- TEXTAREAボックス --- */
.editContentBox {
    padding: 5px 5px 5px 5px;
}

/* --- SELECTボックス --- */
.selectBox {
    padding: 3px 5px 3px 5px;
}


/*==========================================
 ボックスのスタイル（スクロールバー付き）
===========================================*/
/* --- ボックス --- */
section.scrollBox {
    /*width: 100%;*/ /* ボックスの幅 */
    background-color: #ffffff; /* ボックスの背景色 */
    border: 1px #c0c0c0 solid; /* ボックスの境界線 */
    margin: 0px 0px 50px 0px; /* 見出しのマージン */
    border-radius: 5px;
}
/* --- 見出し --- */
section.scrollBox h1 {
    margin: 0 0px; /* 見出しのマージン */
    padding: 6px 10px; /* 見出しのパディング（上下、左右） */
    border-left: 10px #ff008c solid; /* 見出しの下境界線 */
    font-size: 110%; /* 見出しの文字サイズ */
	color: rgb(255, 255, 255);
/*
    text-shadow: 
		1px 1px 1px rgba(51, 51, 51, 0.6), 
        -1px -1px 1px rgba(254, 255, 215, 0.5);
*/        
    background-color: rgba(136, 136, 136, 0.692);
    letter-spacing: 5px;
    border-radius: 5px 5px 0 0;
}
/* --- 項目タイトル --- */
section.scrollBox h2 {
    margin: 0; /* マージン */
    padding: 6px 10px; /* パディング（上下、左右） */
    font-size: 100%; /* 見出しの文字サイズ */
    color: #000000;
    background-color:  rgba(256, 256, 256, 0.0);
    letter-spacing: 0px;
    text-align: left;
}
/* --- 本文領域 --- */
section.scrollBox div.textArea {
    height: 750px; /* 380本文領域の高さ */
    overflow: auto;
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
/* --- 本文領域内の段落 --- */
section.scrollBox div.textArea p {
    margin: -10px 20px; /* 段落のマージン（上下、左右） */
    padding: 3px 0;
    font-size: 15px; /* 文字サイズ */
    color: #000000;
}
/* --- 本文領域内の段落 --- */
section.scrollBox div.textArea2 p.topic {
    margin: -10px 10px; /* 段落のマージン（上下、左右） */
    padding: 5px 0;
    color: #000000;
}
/* --- 見出し --- */
section.scrollBox div.boxTitle {
    margin: 0 0px; /* 見出しのマージン */
    padding: 6px 10px; /* 見出しのパディング（上下、左右） */
    border-left: 10px #ff008c solid; /* 見出しの下境界線 */
    font-size: 110%; /* 見出しの文字サイズ */
	color: rgb(255, 255, 255);
    background-color: rgba(136, 136, 136, 0.692);
    letter-spacing: 5px;
    border-radius: 5px 5px 0 0;
}
 


/* --- 本文領域内の概要（イメージ付き） --- */
section.overview {
    padding: 20px 10px 40px 20px;
}
section.overview img {
    float: left;
    margin-right: 20px;
}
section.overview h2 {
    font-size: 15px;
    font-weight: bold;
    color: rgb(62, 158, 161);
	text-shadow: 
		1px 1px 1px rgba(51, 51, 51, 0.6), 
		-2px -2px 1px rgba(255, 255, 255, 0.5);
    margin-left: 200px;
    padding: 0px 10px 0px 20px;
    background-color:  rgba(255, 255, 255, 0);
    letter-spacing: 0px;
    text-align: left;
}
section.overview p {
    padding: 0px 10px 0px 0px;
}
section.download {
    margin: 0 auto;
    max-width: 70%;
}
section.download ul {
    padding: 10px 0px 10px 0px;
}
section.download li {
    display: inline-block;
    list-style-type: none;
    width: 49%;
    height: auto;
    font-size: 12px;
    background-repeat: no-repeat;
}
section.download li.left {
      padding: 20px 10px 20px 0px;
}
section.download li.right {
    padding: 20px 10px 20px 0px;
}
section.download li.center {
    padding: 20px 10px 20px 0px;
}
section.download li a {
    padding: 60px 0px 0px 0px;
    text-decoration: none;
    background-image:url(../img/download_256_blue.png);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center ;
}
section.download li a:hover {
    background-image:url(../img/download_256_orange.png);
    color: #ff9100;
}

/* --- 本文領域内の説明 --- */
article.products {
    margin-bottom: 110px;
}
section.description {
    padding: 20px 5px 10px 5px;
}
#main_contents article section.description h1, h2 {
    font-size: 102%;
    font-weight: bold;
	color: rgb(255, 255, 255);
/*
    text-shadow: 
		1px 1px 1px rgba(51, 51, 51, 0.6), 
        -1px -1px 1px rgba(254, 255, 215, 0.5);
*/        
    background-color: rgba(136, 136, 136, 1.0);
    border-bottom-style: none;
    padding: 3px 0px;
    letter-spacing: 1px;
    text-align: center;
	border-radius: 3px;	/* BOXの角を丸める */
}
#main_contents article section.description p {
	padding: 5px 10px 5px 10px;
}
#main_contents article section.description strong {
    margin-left: 5px;
}

.image_center_radius img{
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#main_contents article section.description div.description_img, div.description_imgradius{
    text-align: center;
    width: 100%;
    height: auto;
}
#main_contents article section.description div.description_img img {
    text-align: center;
    margin: 20px 0px 40px 0px;
}
#main_contents article section.description div.description_imgradius img {
    text-align: center;
    margin: 20px 0px 40px 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

#main_contents article section.description div.description_leftimg {
    text-align: left;
    width: 100%;
    height: auto;
}
#main_contents article section.description div.description_move {
    text-align: center;
}
#main_contents article section.description div.description_move iframe {
    margin: 20px 0px 40px 0px;
    width: 560px;
    height: 315px; 
}
#main_contents article section.description ul {
    background-color: rgb(255, 255, 255);
    /*list-style: square inside;*/
    list-style: none;
    font-weight: 600;
    color: #0022b8;
    padding: 5px 5px;
    margin-bottom: 40px;
    border-radius: 5px;	/* BOXの角を丸める */
}
#main_contents article section.description li {
    margin: 3px 0px;
    padding: 5px 15px;
    color: #031152;
    font-size: 93%;
    font-weight: normal;
    line-height: 1.5em;
    border-radius: 5px;	/* BOXの角を丸める */
}
#main_contents article section.description li:nth-child(odd) {
    background-color: rgb(243, 247, 252);   /* 奇数行の背景色を変更する */
}
#main_contents article section.description li:nth-child(even) {
    background-color: rgb(238, 242, 247);   /* 偶数行の背景色を変更する */
}
/* マーカー付きの通常リストのスタイル(ul) */
#main_contents article ul.normal {
    background-color: unset;
    border: 1px solid #dbecf7;
    margin: 0px 20px;
}
#main_contents article ul.normal li {
    background-color: azure;
    list-style: disc inside;
    padding: 10px 10px 10px 15px;
}
/* 数字ナンバー付きの通常リストのスタイル(ul) */
#main_contents article ul.decimal li {
    list-style: disc inside;
    list-style-type: decimal;
}
/* マーカー付きの通常リストのスタイル(ol) */
#main_contents article ol.decimal {
    font-weight: 600;
    color: #0022b8;
    padding: 5px 5px;
    background-color: unset;
    border: 1px solid #dbecf7;
    margin: 0px 20px;
    border-radius: 5px;	/* BOXの角を丸める */
}
#main_contents article ol.decimal li {
    background-color: azure;
    list-style: decimal inside;
    margin: 5px;
    padding: 10px 10px 10px 15px;
}
/* 〇数字付きリストのスタイル(ol) */
#main_contents article ol.circledec {
    font-weight: 600;
    color: #0022b8;
    padding: 5px 5px;
    background-color: unset;
    border: 1px solid #dbecf7;
    margin: 0px 20px;
    border-radius: 5px;	/* BOXの角を丸める */
}
/* 〇数字付きリストのスタイル(ol) */
#main_contents article ol.circledec li {
    list-style:none inside;
    margin: 5px;
    padding: 10px 10px 10px 15px;
}
/* 〇数字付きリストのスタイル(ol) */
#main_contents article ol.circledec li span {
    left: 0;
    margin-right: 1em;
}

/* コンソール表示スタイル */
#main_contents article ul.console {
    background-color: unset;
    border: 0px solid black;
    margin: 0px 0px;
    padding: 0;
}
#main_contents article ul.console li {
    background-color: unset;
    background-color: #00177c;
    color: white;
    list-style: none;
    margin: 0;
    padding: 2px 10px 2px 15px;
    border-radius: 0px;	/* BOXの角を丸める */
}
#main_contents article section.description ul.console li:nth-child(odd) {
    background-color: unset;
    background-color: #00177c;
}
#main_contents article section.description ul.console li:nth-child(even) {
    background-color: unset;
    background-color: #00177c;
}

/* Noteｎスタイル */
#main_contents article.products aside {
   margin: 10px 5px;
   background-color: white;
}
#main_contents article.products aside h1 {
    padding: 5px 10px;
    letter-spacing: 10px;
    border-radius: 5px 3px 0px 0px;	/* BOXの角を丸める */

    position:relative;
    width:100px;
    margin:0;
    color:#fff;
    background:#f5bd04;
    overflow:hidden;
}
#main_contents article.products aside h1:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 12px 12px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #c99b06 #c99b06; /* A bit more verbose to work with .rounded too */
    background:#c99b06; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
/* テーブルのスタイル */
#main_contents table.two_columns {
    line-height: 1.5em;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 87%;
    width: 100%;
}
#main_contents table.two_columns th {
    background-color: #003f86;
    padding: 5px;
    color: #fff;
    text-align: left;
    width: 20%;
}
#main_contents table.two_columns td {
    background-color: rgba(235, 239, 243, 0.856);
    padding: 5px;
    color: #000000;
}

#main_contents table.three_columns {
    line-height: 1.5em;
    border-collapse: separate;
    border-spacing: 2px 3px;
    font-size: 87%;
    width: 100%;
}
#main_contents table.three_columns th {
    background-color: #003f86;
    padding: 5px;
    color: #fff;
    text-align: center;
}
#main_contents table.three_columns td {
    background-color: rgba(235, 239, 243, 0.856);
    padding: 5px;
    color: #000000;
}

#main_contents table.four_columns {
    line-height: 1.5em;
    border-collapse: separate;
    border-spacing: 2px 3px;
    font-size: 87%;
    width: 100%;
}
#main_contents table.four_columns th {
    background-color: #003f86;
    padding: 5px;
    color: #fff;
    text-align: center;
}
#main_contents table.four_columns td {
    background-color: rgba(235, 239, 243, 0.656);
    padding: 5px;
    color: #000000;
}

/*==========================================
 横並びBOXのスタイル
===========================================*/
#main_contents article aside.sbs_box {
    text-align: center;
}
#main_contents article aside.sbs_box ul {
    all: initial;
	background-color: white;
}
#main_contents article aside.sbs_box li{
    all: initial;
    background-color: white;
	display: inline;
	list-style-type: none;
}
#main_contents article aside.sbs_box li:nth-child(odd) {
    background-color: transparent;   /* 奇数行の背景色を初期化する */
}
#main_contents article aside.sbs_box li:nth-child(even) {
    background-color: transparent;   /* 偶数行の背景色を初期化する */
}


/*==========================================
 履歴ボックスのスタイル（スクロールバー付き）
===========================================*/
/* --- ボックス --- */
#main_contents article section.scrollBox_history {
    width: 100%; /* ボックスの幅 */
    background-color: #ffffff; /* ボックスの背景色 */
    border: 1px #c0c0c0 solid; /* ボックスの境界線 */
    margin-top: 20px;
    margin-bottom: 100px;
    border-radius: 5px;
}
/* --- 見出し --- */
#main_contents article section.scrollBox_history h3 {
    width: 100%;
    margin: 0; /* 見出しのマージン */
    padding: 6px 10px; /* 見出しのパディング（上下、左右） */
    font-size: 100%;
	color: rgb(255, 255, 255);
	text-shadow: 
		1px 1px 1px rgba(51, 51, 51, 0.6), 
        -1px -1px 1px rgba(254, 255, 215, 0.5);
    background-color: rgba(136, 136, 136, 1.0);
    letter-spacing: 5px;
    text-align: center;
    border: 0px;
}
/* --- 項目タイトル --- */
section.scrollBox_history h4 {
    margin: 0; /* マージン */
    padding: 6px 10px; /* パディング（上下、左右） */
    font-size: 95%; /* 見出しの文字サイズ */
    color: #3333ff;
    background-color:  rgba(256, 256, 256, 0.0);
    letter-spacing: 0px;
    text-align: left;
}
/* --- 項目サブタイトル --- */
section.scrollBox_history h5 {
    margin: 0 0 5px 10px; /* マージン */
    padding: 6px 10px; /* パディング（上下、左右） */
    font-size: 95%; /* 見出しの文字サイズ */
    font-weight: 600;
}
/* --- 本文領域 --- */
section.scrollBox_history div.textArea {
    height: 280px; /* 本文領域の高さ */
    overflow: auto;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}
/* --- 本文領域内のリスト --- */
section.scrollBox_history div.textArea ul {
    margin: -25px 0px 10px 20px; /* 段落のマージン（上下、左右） */
    padding: 3px 0;
    font-size: 100%; /* 文字サイズ */
}
/* --- 本文領域内のリスト --- */
section.scrollBox_history div.textArea li {
    margin: 0px 10px 10px 20px; /* 段落のマージン（上下、左右） */
    padding: 3px 0;
    list-style: square inside;
}
section.scrollBox_history div.textArea ol li {
    margin: 0px 10px; /* 段落のマージン（上下、左右） */
    font-size: 93%; /* 文字サイズ */
    list-style-type: circle;
}
 
/*==========================================
 一般的なコンテンツ外枠のスタイル
===========================================*/
#main_contents article section.sub_contents {
    margin: 10px;
}
#main_contents article section.sub_contents h1 {
    background-color: #4aa9cf;
    font-weight: bold;
	color: rgb(255, 255, 255);
    border-bottom-style: none;
    text-shadow: none;
    padding: 5px 10px;
    text-align: center;
	border-radius: 3px;	/* BOXの角を丸める */
}

/*==========================================
 リスト
===========================================*/
.normal_list {
    padding: 10px 10px 10px 20px;
}
.normal_list li {
    padding: 0px 10px 10px 20px;
    line-height: 1.5em;
}

/*==========================================
 サムネイル（イメージギャラリー）
===========================================*/
.thumbnail{
    display: flex;
    flex-wrap: wrap;
}
.thumbnail-imgSize {
    width: 96px;
    height: 64px;
}

/*==========================================
 slickを利用したスライド
===========================================*/
.slick-slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    text-align: center;
}
.slick-img {
    margin-left: auto;
    margin-right: auto;
    width: 591px;
    text-align: center;
}
.slick-img-mobile {
    margin-left: auto;
    margin-right: auto;
    height: 320px;
    text-align: center;
}
.slick-prev:before,
.slick-next:before {
    color: #1a72a4;
    font-size: 25px;
}
.slick-dots
{
    bottom: -80px;
}
#main_contents article div.slick-slider li:nth-child(odd) {
    background-color: transparent;   /* 奇数行の背景色を初期化する */
}
#main_contents article div.slick-slider li:nth-child(even) {
    background-color: transparent;   /* 偶数行の背景色を初期化する */
}

/*==========================================
 slickを利用したスライド
===========================================*/
.video {
    height: 320px;
    object-fit: cover;
}

/*==========================================
 prims.jsの定義
===========================================*/
.sms_prims {
    max-height: 600px;
}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* タブレット以下向けのスタイル：481px ～ 768px */
@media screen and (max-width: 768px) {

}


/* スマートフォン向けのスタイル：0px ～ 480px */
@media screen and (max-width: 480px) {
    section.overview img {
        float: none;
    }
    section.overview h2 {
        margin-left: 0px;
        padding: 10px 10px 0px 0px;
    }
    section.overview p {
        margin-left: 0px;
        padding: 10px 10px 0px 0px;
    }
    section.download {
        margin: 0 auto;
        max-width: 80%;
    }
    section.download li {
        width: 49%;
    }
 
    /* --- ボックス --- */
    #main section.scrollBox {
        margin: 0 5px 0 5px;
    }
    
    #main_contents table.two_columns th {
        width: 30%;
    }
    #main_contents article section.description div.description_img {
        margin: 0 0 -70px 0;
    }
    #main_contents article section.description div.description_img img {
        text-align: center;
        width: 100%;
        height: auto;
    }
    #main_contents article section.description div.description_leftimg img {
        text-align: center;
        max-width: 350px;
    }
    #main_contents article section.description div.description_move iframe {
        width: auto;
        height: 170px; 
    }

    .slick-slider {
        text-align: center;
        margin: 0 20px 0 15px;
    }
       .slick-img {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .slick-img-mobile {
        height: 220px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
       }
 
       .video {
        width: 320px;
        height: auto;
    }
 
    /*==========================================
    prims.jsの定義
    ===========================================*/
    .sms_prims {
        max-height: 300px;
    }


}