@charset "utf-8";
/* タブレット 768px以上
768px*1024px以上
*/
@media only screen and (min-width:767px), print {
  pre {
    overflow: auto;
  }
  code {
    margin: 0;
    padding: 0.5em;
  }
  h3 {
    padding: 0.5em;
  }
  .code_title {
    width: 5em;
    line-height: 40px;
    text-align: center;
    margin: 0.5em 0 0;
    padding: 0 1em;
    background: #7E9374;
    color:#E5DECA;
    border-radius: 10px 10px 0 0;
  }
  /*ID*/
  #wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .table-wrapper {
    overflow-x: auto;
  }
  /*テーブルレイアウト*/
  .software_table tbody {
    display: flex;
    flex-direction: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: auto;
  }
  .software_table tr {
    display: block;
    width: 20%;
  }
  .software_table th, .software_table td {
    display: block;
    width: 100%;
    height: 8em;
  }
  /*SEO対策スクリーン一覧*/
  .screen_size_list {
    width: 100%;
    border: 1px solid #0D3B2B;
    margin: 0 auto;
  }
  .screen_size_list th {
    background: #7E9374;
    border: 1px solid #0D3B2B;
    color: #E5DECA;
    text-shadow: 0px 0px 5px #0D3B2B;
    text-align: center;
  }
  .screen_size_list th:first-child, .screen_size_list td:first-child {
    width: 30%;
  }
  /*行色*/
  .screen_size_list tr:nth-child(odd) td {
    background: #FFF7E8;
    color: #562222;
  }
  .screen_size_list tr:nth-child(even) td {
    background: #E5DECA;
    color: #562222;
  }
  .screen_size_list td {
    color: #0D3B2B;
    text-align: center;
    border: 1px solid #0D3B2B;
    word-break: break-word
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 767px;
  }
  .header_column {
    display: flex;
    flex-direction: column;
  }
  .header_left {
    width: 100%;
    line-height: 80px;
    padding: 10px 0 0 0;
  }
  .header_right {
    width: 100%;
    margin: 0 auto;
  }
  /* ----
	   グローバルナビ
    ----*/
  .global-nav-list {
    width: 90%;
    max-width: 768px;
    margin: 1em auto;
  }
  .nav-item li {
    width: 50%;
  }
/*------------------------
グローバルメニュー
----------------------------*/
.menu-list{
    display:flex;
    flex-direction:row;
    width:100%;
    max-width:1024px;
    margin:0 auto;
}
.menu-item{
    width:25%;
    line-height:50px;
    text-align:center;
    border-left:1px solid #ccc;
    position:relative;
}
.menu-item a{
    display:block;
    background:#E5DECA;
    color:#562222;
    border-left:1px solid #0A3956;
    z-index:1;
    position:relative;
}
.menu-item a::before{
    content:"";
    width: 0;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    transition:all 0.3s ease-out;
}
.menu-item:first-child a{
    border-left:none;
}
.menu-item a:hover::before{
    width:100%;
}
.menu-item:nth-child(1) a:before{
    background:#0D3B2B;
}
.menu-item:nth-child(2) a:before{
    background:#4A7664;
}
.menu-item:nth-child(3) a:before{
    background:#7E9374;
}
.menu-item:nth-child(4) a:before{
    background:#89C49F;
}
  /*news_list*/
  /*--- news_list --*/
  .news_list {
    margin: 0;
    max-height: 400px;
    overflow-y: scroll;
  }
  .news_list li {
    background-color: #fff;
    border-left: 20px solid #470000;
    border-bottom: 2px dotted #470000;
  }
  .news_list li:last-child {
    border-bottom: none;
  }
  .news_list li a {
    display: block;
    color: #470000;
    margin: 0;
    padding: 0;
  }
  .news_list a:hover {
    color: #fff;
    padding: 0;
    transition: 0.5s;
  }
  .news_date_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .news_date {
    width: 6em;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0.5em;
  }
  .news_border {
    width: 480px;
    border-bottom: 4px solid #000;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -4px;
    left: 10.5em;
    color: #fff;
    overflow: hidden;
  }
  .news_column {
    display: flex;
    flex-direction: row;
    color: #000;
  }
  .news_column a {
    color: #000;
  }
  .news_column a:hover {
    color: #fff;
  }
  .news_image {
    display: block;
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    background: #ccc;
    margin: 0;
    padding: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .news_image img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    aspect-ratio: 1/1;
  }
  .news_items {
    margin: 0;
    width: 567px;
  }
  .news_title {
    background: #0A3956;
    border: none;
    color: #FFF7E8;
    font-size: 2.0rem;
    width:96%;
    margin: 0.2em;
    padding:0.4em 0;
  }
 .news_subtitle{
    background:#7E9374;
    border-radius:10px 0 0 10px;
    color:#FFF7E8;
    margin:0.2em 0 0.5em;
    padding:0.5em;
}
    .news_maintitle{
        padding:0 1em;
    }
  .news_honbun {
    width: 90%;
    background: #fff;
    border: none;
    font-size: 1.4rem;
    color: #4E4E4E;
    margin: 3em auto 1em;
    padding: 1em;
  }
  /*-----------------------------------------
    レイアウト
    ----------------------------------------*/
  .main {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
  }
  .left_column {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    padding: 0;
  }
  .right_clumn {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    background: linear-gradient(180deg, #470000, #C77665);
  }
  .column {
    width: 98%;
    max-width: 768px;
    background: #E5DECA;
    padding: 0.5em;
  }
  /*---------------------------------------
メインビジュアル
-----------------------------------------*/
  .hot-topic {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 10px;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .15);
    position: relative;
    transition-opacity: 0.15s;
  }
  .main-image img {
    width: 100%;
    height: auto;
  }
  .hot-topic .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5% 25px 5% 0;
    background-color: #00005B;
    line-height: 1.6;
  }
  .hot-topic .title {
    margin-bottom: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 2.5rem;
  }
  .hot-topic .desc {
    color: #ddc;
    padding: 0 10px;
  }
  .hot-topic .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    background-color: #fff;
    color: #2d3d54;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
  }
  /*--------------------------------
	sampleイメージ
	----------------------------------*/
  #sample-images {
    display: block;
    width: 87%;
    margin: 0;
    padding: 0;
  }
  .sample-images {
    width: 100%;
  }
  .sample-images ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sample-images li {
    margin: 0 auto;
    padding: 0;
    width: 31%
  }
  .sample-images li a {
    margin: 0;
    padding: 0;
  }
  .sample-images a img {
    display: block;
    margin: 20px auto;
    padding: 0;
  }
  /*-----------------------------------------
チュートリアル
-------------------------------------------*/
  #tutorial {
    background-color: #ccc;
  }
  .tutorial-stage {
    background-color: #CCC;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
  }
  .tutorial-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .tutorial-column .kizi {
    width: 31.33%;
    margin: 1%;
  }
  .tutorial-column .kizi a:hover {
    transition: 0.3s;
  }
  .tutorial-image {
    margin: 0;
    padding: 0;
  }
  .tutorial-text {
    margin: 0;
    padding: 5px;
    font-size: 1.8rem;
    background-color: #ffffff;
    text-align: left;
  }
  /*---- video -----*/
  .main_video {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .main_video video {
    width: 100%;
    height: auto;
  }
  .movie {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .video_column {
    width: 98%;
    max-width: 760px;
    margin: 0 0.5em;
    padding: 1em;
  }
  /*チュートリアル*/
  .tutorial_column {
    margin: 0;
    padding: 0;
  }
  .tutorial_column li {
    padding: 0.5em;
  }
  .column_theme {
    display: flex;
    flex-direction: row;
    background: #4A7664;
    padding: 0 1em;
    position: relative;
  }
  .column_theme_image {
    width: 50%;
    background: #22558A;
    margin: 0.5em 0;
  }
  .column_theme_image img {
    width: 45%;
    mix-width: 300px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
  .theme_honbun {
    width: 50%;
    margin: 0.5em auto;
    padding: 1em;
  }
  .theme_honbun dt {
    background: #4A7664;
    color: #E5DECA;
    padding: 0 1em
  }
  /*--------------------------------------
	作品集
	----------------------------------------*/
  .production-movie {
    width: 100%;
  }
  .production-images {
    display: flex;
    flex-wrap: wrap;
  }
  .production-images li {
    width: 23%;
    height: auto;
    margin: 1%;
  }
  /*-------------------------------------
	フッター
---------------------------------------*/
  .footer-navi {}
  .footer-navi li {
    width: 90%;
    margin: 0 auto;
  }
  .footer-navi li a {}
  /*-------------------------------
	作品集
	---------------------------------*/
  #container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  /*---------------------------
	サムネイル
-----------------------------*/
  #thumnail {
    width: 100%;
    background-color: #ccc;
    position: relative;
  }
  .thumnail_list {
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-item: center;
  }
  .thumnail_list li {
    width: 23%;
    height: auto;
    margin: 1%;
  }
  .thumnail_list img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .thumnail_list img:hover {
    width: 94%;
    height: auto;
    border: 4px solid #DA313B;
    transition: 0.3s;
  }
  /*プロフィール*/
  .profile_table_column {
    display: block;
    width: 100%;
    margin: 1em auto 0;
  }
  .profile_table_column table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
  }
  .profile_table_column tr {
    display: flex;
    flex-direction: row;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
  .profile_table_column th {
    width: 25%;
    min-width: 3em;
  }
  .profile_table_column td {
    width: 75%;
    vertical-align: middle;
  }
  .profile_table_column tr:nth-child(2n) {
    color: #FFF7E8;
  }
  .profile_table_column tr:nth-child(even) {
    color: #000;
  }
  .profile_table_column tr:nth-child(2n) td {
    background: #22558A;
    color: #FFF7E8;
  }
  .profile_table_column th {
    background: #0A3956;
    color: #E5DECA;
    text-shadow: 1px 1px 2px #22558A;
    text-align: center;
    border: 2px solid #22558A;
    padding: 1em;
  }
  .profile_table_column td {
    text-align: left;
    border: 2px solid #22558A;
    background: #E6F4F8;
    padding: 0.5em;
  }
  /*プロフィール*/
  .profile_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 0 0.5em 0;
  }
  .profile_list li {
    text-align: left;
    padding: 0;
  }
  .profile_list dt {
    width: 30%;
    min-width: 4em;
    margin: 0;
    padding: 0.5em;
  }
  .profile_list dd {
    width: 70%;
    margin: 0;
    padding: 0.5em;
  }
  .profile_list dt, .profile_list dd {
    border-bottom: 1px solid #0A3956;
  }
  .profile_list dd:last-of-type {
    border-bottom: none;
  }
  /*奇数*/
  .profile_list dt:nth-of-type(2n+1) {
    background: #0A3956;
    color: #E5DECA;
  }
  /*偶数*/
  .profile_list dt:nth-of-type(2n) {
    background: #22558A;
    color: #E5DECA;
  }
  /*奇数*/
  .profile_list dd:nth-of-type(2n+1) {
    background: #FFF7E8;
  }
  /*偶数*/
  .profile_list dd:nth-of-type(2n) {
    background: #E5DECA;
  }
  /*-------------------------------------------
	lightbox風モータルウィンドウ
---------------------------------------------*/
  #bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
  }
  #photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  /*検索キーワード*/
  .search_list {
    display: flex;
    flex-wrap: wrap;
  }
  /*blog*/
  .blog_list {
    display: flex;
    flex-wrap: wrap;
  }
  .profile_image_column {
    margin: 0 auto;
    text-align: center;
  }
  .profile-image {
    margin: 0 auto;
    max-width: 250px;
  }
  /*チュートリアルリスト*/
  .tutorial-list {
    display: flex;
    flex-wrap: wrap;
  }
  .tutrial_group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .tutrial_title {}
  .tutrial_honbun {
    width: 100%;
    height: 100px;
    padding: 0 1em;
    min-height: 140px;
    overflow-y: scroll;
  }
  .tutorial-list .work-box {
    width: 47%;
    margin: 0.5em;
    padding: 0;
    box-shadow: 2px 2px 4px #333;
  }
  .work-box p {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .work-box p a {
    display: block;
    width: 60%;
    text-align: center;
    margin: 1em auto;
    padding: 1em 0;
    background: #E5DECA;
    border-radius: 1em;
    color: #E5DECA;
  }
  .work-box a:hover {
    background: #7E9374;
    color: #E5DECA;
    transition: 0.4s;
  }
  /*電子書籍一覧*/
  .booklist {
    display: table;
    border-collapse: collapse;
    width: 98%;
    margin: 0 auto 1% auto;
    table-layout: auto;
  }
  .booklist tr {
    display: table-row;
  }
  .booklist th, .booklist td {
    display: table-cell;
    border: 1px solid #ccc;
  }
  .booklist th:nth-child(3n) {
    min-width: 200px;
  }
  .booklist .name {
    width: 50%;
  }
  .booklist .ganre {
    width: 30%;
  }
  .booklist .product_book {
    width: 20%;
    text-align: center;
  }
  /*奇数*/
  .booklist tr:nth-child(odd) {
    background: #FDF5E0;
  }
  /*偶数*/
  .booklist tr:nth-child(even) {
    background: #FDF6E9;
  }
  .booklist td li {
    margin: 0.5em 0;
    padding: 0.5em;
  }
  /*カラーコード一覧*/
  .character_color {
    font-size: 1.4rem;
  }
  .color_table caption {
    font-size: 1.8rem;
    padding: 0 1em;
  }
  .character_color caption {
    font-size: 1.8rem;
  }
  .character_color td {
    padding: 0 1em;
  }
  .hair_color td {
    padding: 0 1em;
  }
  /*------------------
    リスト
--------------------*/
  .site_image_list {
    margin: 0.5em;
  }
  .site_image_list li {
    width: 90%;
    margin: 0 auto;
    padding: 0.5em 1em;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .column_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .column_list li {
    width: 100%;
    margin: 0 auto;
    padding: 0.2em;
  }
  .column_list dl {
    width: 100%;
  }
  .column_list dt {
    margin: 0;
    padding: 0 0.5em;
  }
  .actionscript_column_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .actionscript_column_list li {
    width: 50%;
    background: #E5DECA;
    border-bottom: 1px solid #ccc;
  }
  .actionscript_column_list li:last-child {
    border-bottom: none;
  }
  .actionscript_column_list li:nth-child(2n) {
    border-left: 1px solid #ccc;
  }
  .actionscript_column_list li a {
    display: block;
    padding: 0.5em;
    background: #FFF7E8;
    color: #470000;
  }
  .actionscript_column_list li a:hover {
    padding: 0.5em;
    color: #E5DECA;
  }
  .actionscript_column_list li a::after {
    content: " >>";
    color: #3F5444;
  }
  /*疑似要素のホバー*/
  .actionscript_column_list li a:hover::after {
    color: #E5DECA;
  }
  /*define_column_list*/
  .define_column_list {
    width: 99%;
    margin: 0 auto;
  }
  /*パソコンスペック*/
  .pc_spec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .pc_spec dt {
    width: 40%;
    text-align: right;
    padding: 0.5em;
    border-right: 1px dotted #000;
    border-bottom: none;
  }
  .pc_spec dd {
    width: 40%;
    text-align: left;
    padding: 0.5em;
  }
  /*イメージカード*/
  .image_list {
    display: flex;
    flex-wrap: wrap;
    background: #7E9374;
  }
  .image_card {
    width: 48%;
    height: 350px;
    margin: 0.4em;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
  }
  .image_link {
    min-height: 350px;
  }
  .image_date {
    width: 100%;
    margin: 0.6em 2em 0 0;
    padding: 0 0.5em 0 0;
    font-size: 1.4rem;
    text-align: right;
    color: #ccc;
  }
  .image_honbun {
    padding: 0.5em;
    font-size: 1.8rem;
    max-height: 7em;
    overflow: hidden;
  }
  .image_honbun {
    padding: 0.5em;
    font-size: 1.8rem;
    max-height: 9em;
    overflow: hidden;
  }
  .image_honbun p {
    width: 90%;
    text-align: center;
  }
  .site_link {
    font-size: 1.4rem;
    color: #ccc;
    margin: 0 0 0 20px;
    padding: 0 0.5em 0 0;
    position: absolute;
    bottom: 0;
  }
  /*リスト*/
  .basic_paragram {
    padding: 1em;
  }
  .basic_list {
    display: flex;
    flex-wrap: wrap;
  }
  .basic_list li {
    width: 49%;
    max-width: 370px;
    margin: 0;
    padding: 0;
    border: none;
  }
  .basic_list li img {
    display: block;
    width: 100%;
  }
  .basic_list li + li {
    margin-left: 12px;
  }
  .basic_list li:hover {
    color: #E5DECA;
    background: #4A7664;
  }
  .basic_list li:nth-child(even) {
    background: #FFF7E8;
  }
  .basic_list li:hover:nth-child(even) {
    background: #4A7664;
  }
  .basic_list li:last-child {
    border-bottom: none;
  }
  .basic_list li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #562222;
  }
  .basic_list li a {
    display: block;
    width: 100%;
    margin: 0;
    color: #B2291C;
  }
  .basic_list li a:hover {
    background: #4A7664;
    color: #E5DECA;
    transition: 0.3s;
  }
  .basic_list dt {
    background: #0D3B2B;
    border: 1px solid #0D3B2B;
    color: #E5DECA;
    padding: 0.5em;
  }
  .list_title {
    margin: 0;
    padding: 1em;
  }
  .responsive_image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .list_title {
    padding: 0.5em 0 0 0.5em;
  }
  .amazon img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  /*ギャラリー*/
  .gallery {
    display: flex;
    flex-direction: column;
  }
  .gallery_video {
    width: 100%;
  }
  .gallery_video video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .gallery_column {
    width: 100%;
    background: #7E9374;
    margin: 0 auto;
    padding: 0.5em 0;
  }
  .thumbnail_title {
    display: flex;
    flex-direction: row-reverse;
  }
  .thumbnail_title dt {
    background: #FFF7E8;
    width: 80%;
  }
  .thumbnail_title dd {
    background: #FFF7E8;
    width: 20%;
  }
  .thumbnail_image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  /*making_column_list*/
  .making_column_list {
    display: flex;
    flex-wrap: row;
  }
  .making_column_list li {
    display: block;
    width: 23%;
    margin: 1%;
  }
  .making_column_list li a {
    display: block;
    min-height: 200px;
  }
  /*過去記事*/
  .archive_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .archive_list li {
    display: block;
    width: 48%;
    overflow: hidden;
    margin: 1%;
    background: #E5DECA;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 4px #ccc;
  }
  .archive_list li:hover {
    box-shadow: 2px 2px 4px #000;
  }
  .archive_list li a {
    display: block;
    min-height: 200px;
    color: #000;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
  }
  .archive_list dl {
    display: flex;
    flex-direction: column-reverse;
  }
  .archive_list dt {
    padding: 0.5em;
    overflow: hidden;
  }
  .archive_list dd img {
    display: block;
    width: 100%;
    height: auto;
  }
  .list_item a {
    width: 100%;
    height: auto;
    background: #FFF7E8;
    margin: 0;
    padding: 0;
  }
  .list_item a:hover {
    background: #FF873E;
    transition: 0.4s;
  }
  .list_item dt {
    border-radius: 20px 0 0 0;
    font-size: 2.0rem;
    padding: 0 1em;
  }
  .list_item dd {
    margin: 0.2em 0 0 1em;
    padding: 0;
  }
  /*サイドメニューリスト*/
  .sidemenu_column_list {
    display: flex;
    flex-wrap: wrap;
  }
  .sidemenu_column_list li {
    width: 50%;
    background: #FFF7E8;
  }
  .sidemenu_column_list li + li {
    border-top: 1px dashed #ccc;
  }
  .sidemenu_column_list li a {
    display: block;
    background: #E5DECA;
    color: #562222;
    padding: 0.5em;
    transition: 0.3s;
  }
  .sidemenu_column_list li a::after {
    content: " >>";
  }
  .sidemenu_column_list li a:hover {
    padding: 0.5em;
    color: #562222;
    box-shadow: 2px 2px 4px #562222;
  }
  .sidemenu_column_list li a:hover::after {
    content: " ▼ ";
  }
    .sidemenu_column_list .myVideo{
        display:block;
        width:100%;
        max-width:768px;
        height:auto;
        aspect-ratio:16/9;
    }
  /*---メディアクエリ720px 終了-----------------------------*/
}