h3{
	line-height: 1.7;
}

#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
  font-size: 40px;
}
#tab_menu li{
	width:50%!important;
	padding: 0;
	margin: 0 1px 0 0;
	text-align: center;
	list-style: none;
	background: #ccb591;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #b79662;
}
#tab_menu li:hover {
	background: #b79662;
}
#tab_menu li a {
	display: block;
	padding: 8px 0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;
}

.pc_br{
  display: block;
}

.sp_br {
   display: none;
}
@media screen and (max-width: 768px){
   .pc_br {
       display: none;
    }
	
	.sp_br {
       display: block;
    }
}

[class^="img-flex-"] {
	margin: 0px 5px 0px ; 
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }
.img-flex-5 img { width: 20%; }

.seotext_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.under1 {
  background: linear-gradient(transparent  70%, #ffff00  70%);
}
.under2 {
  background: linear-gradient(transparent  50%, #ffff00  50%);

}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
 　　background:transparent;
    margin: 0em auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: flex-start;
}
.example {
  position: relative;
  }

.example p5 {
  position: absolute;
  top: 200px;/*画像の左上に配置*/
  left: 10px;
  border-radius: 0rem;
  margin: 0; /*余計な隙間を除く*/
  color: #ffffff;/*文字を白に*/
  background: #3599CB;/*背景色*/
  font-size: 11px;
  font-weight: bold;
  line-height: 1;/*行高は1に*/
  padding: 3px 3px;/*文字周りの余白*/
  }

.card-list{
    padding: 0.3em 0.3em;
    margin: 2em 0;
    background: transparent;
    background: transparent;
}
.card-figure {
    margin: 0;
    padding-bottom : 0.5em;
	border-color: #000000;
}

a{
　text-decoration: none;
}

a:hover{
　text-decoration: underline;
}
/* カードレイアウトのタイトル部分 */
.card-title1 {
    margin: 0.4em 0 0.8em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
}
.card-title2 {
    margin: 0.0em 0 0em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
  　　　　font-family: Arial ;
    font-weight: bold;
    line-height: 2.0em;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background: #FFF;
}
.card-title3 {
    margin: 0.0em 0 0.0em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　font-family: Arial;
    font-weight: none;
    line-height: 2.0em;
    background: #fff;
}

/* カードレイアウトの説明文部分 */


.card__text_01 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}
.card__text_07 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}



/* カードボタンレイアウト部分 */

.button_01.-compact4 {
  border: 1.5px solid #000;
  border-radius: 0px;
  background: #DA5142;
  padding-top: 0.2rem;
}

.button_01.-compact4:hover {
 color:  #DA5142;
  background: #fff;
}
.button_01.-compact4 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  
}

.button_01.-compact4 {
  padding: .2rem 1rem;
  border-radius: 1.5rem;
  background-color: #DA5142;
  font-size: 1rem;
  color: #fff;
	  border: 1.5px solid #000000;
  font-weight: bold;
	 text-decoration: none;
}

@media screen and (min-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
    .card-list5 {
        margin: 0.5em 0;
        width: calc(100% / 2); /* 100%幅を2で割るという指定 */
    }

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media screen and (min-width: 900px) {
    .card-list5 {
        width: calc(100% / 4); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 4);
    }
}
}.wrapper{
}


@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 50px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}

#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
}
#tab_menu li{
	width: 50%;
	padding: 3px;
	margin: 0 0.4px 0 0;
	text-align: center;
	list-style: none;
	cursor: pointer;
	color: #fff;
	background: #6cbde0;
	font-size: 120%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #0068b7;
}
#tab_menu li:hover {
	background: #0068b7;
}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;
}

.seotext_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

/* 50%下線にマーカー表示 */
.marker-border-1{
    background:linear-gradient(transparent 60%, #ffcc99 0%);
}

.text_box{
  width: 300px;
  border: 1px dotted #000;
  padding: 10px;
}

.border_line{
  line-height: 2.5;
  padding-bottom: 1px;
  display: inline; 
  background:linear-gradient(transparent 70%, #66cdaa 0%);
}



/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}


.btn_arrow {
    display: table;
    position: relative;
    padding: 1em 2.5em;
    min-width: 15em;
    border: 2px solid currentColor;
    color: #3388dd;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
}
.btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";

}
.btn_arrow:hover {
    border: 2px solid #3388dd;
    background-color: #3388dd;
    color: #fff;
}   
   
/* カードレイアウトのタイトル部分 */
.card-title1 {
    margin: 0.4em 0 0.8em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
}
.card-title2 {
    margin: 0.0em 0 0em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
  　　　　font-family: Arial ;
    font-weight: bold;
    line-height: 2.0em;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background: #FFF;
}
.card-title3 {
    margin: 0.0em 0 0.0em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　font-family: Arial;
    font-weight: none;
    line-height: 2.0em;
    background: #fff;
}

/* カードレイアウトの説明文部分 */


.card__text_01 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}

/* カードボタンレイアウト部分 */

.button_01.-compact1 {
  border: 1.5px solid #000;
  border-radius: 0px;
  background: #fff;
  padding-top: 0.2rem;
}

.button_01.-compact1:hover {
 color:  #DA5142;
  background: #87cefa;
}
.button_01.-compact1 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  
}

.button_01.-compact1 {
  padding: .2rem 1rem;
  border-radius: 1.5rem;
  background-color: #fff;
  font-size: 1rem;
  color: #DA5142;
	  border: 1.5px solid #000000;
  font-weight: bold;
	 text-decoration: none;
}

@media screen and (min-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
    .card-list5 {
        margin: 0.5em 0;
        width: calc(100% / 2); /* 100%幅を2で割るという指定 */
    }

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media screen and (min-width: 900px) {
    .card-list5 {
        width: calc(100% / 4); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 4);
    }
}
}.wrapper{
}


@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 50px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}


/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    border: solid;
    border-color: transparent;
    border-radius: 0px; /* 半径が8pxの角丸 */
    max-width: 100%;
    height: auto;
}
.example {
  position: relative;
  border-color: transparent; 
}

.example p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #00000;/*文字を白に*/
  background:  transparent;/*背景色*/
  font-size: 10px;
  line-height: 1;/*行高は1に*/
  padding: 5px 5px;/*文字周りの余白*/
  }

.example p16 {
  position: absolute;
  margin: 0; /*余計な隙間を除く*/
  color: #ffffff;/*文字を白に*/
  background:  #3599CB;/*背景色*/
  line-height: 1;/*行高は1に*/
  padding: 5px 5px;/*文字周りの余白*/
  }

.example p17 {
  position: absolute;
  margin: 0; /*余計な隙間を除く*/
  color: #ffffff;/*文字を白に*/
  background:  #3599CB;/*背景色*/
  line-height: 1;/*行高は1に*/
  padding: 5px 5px;/*文字周りの余白*/
  }

.card-list{
    padding: 0.5em 0.5em;
    margin: 2em 0;
    background-image:url("");
}
.card-figure {
    margin: 0;
    padding-bottom : 0.5em;
	border-color: transparent;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.4em 0 0.6em;
    color: #6a6a6a;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.3em;
}
.card-title2 {
    margin: 0.0em 0 0em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　font-family: Arial ;
    font-weight: bold;
    line-height: 2.0em;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background: transparent;
}
.card-title3 {
    margin: 0.0em 0 0.8em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　　　　font-family: Arial ;
    font-weight: none;
    line-height: 2.0em;
    background: transparent;
}

/* カードレイアウトの説明文部分 */

.card__text_01 {
  font-size: 1rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}

/* カードボタンレイアウト部分 */

.button_02.-compact {
  border: 1.5px solid 
  border-color: #000000;
  border-radius: 0px;
  background: #DA5142;
  padding-top: 0.2rem;
}

.button_02.-compact:hover {
  color:  #DA5142;
  background: #ffc0cb
}
.button_02.-compact {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  
}

.button_02.-compact {
  padding: .2rem 1rem;
  border-radius: 1.5rem;
  background-color: #DA5142;
  color: #FFFFFF;
  border: 1.5px solid #000000;
  font-weight: bold;
	 text-decoration: none;
}
a.btn--yellow.btn--border-dashed {
  border: 1.5px dashed #000000;
}

@media all and and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
  #tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
  font-size: 10px;
}
  

    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 100%幅を2で割るという指定 */
    }

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 900px) {
    .card-list {
        width: calc(96% / 3); /* 100%幅を3で割るという指定 */
    }


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 0px;
  border: solid;
  border-color: transparent;
  border-radius: 0px; /* 半径が8pxの角丸 */
  padding-bottom: 0px;
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  background-color:transparent;
  line-height: 50px;
  font-size: 17px;
  border: 0px solid transparent;
  border-radius: 0px;
  text-align: center;
  color: transparent;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  transition: all 0.2s ease;
  box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.tab_item01 {
 border-radius: 0 6px 6px 0;
}
.tab_item02 {
 border-radius: 0 6px 6px 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0000;
  clear: both;
  overflow: hidden;
}

.tab_content{
    position:  relative;            /* 位置指定 */
    animation: anime1 1s ease;      /* アニメーション指定 */
}
 
@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 0px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ae2a19;
  color: #fff;
}

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.example p16 {
font-size: 12px; 
top: 90%;
left: 6%;
}

@media only screen and (max-width: 540px) {
.example p16 {
font-size:10px; 
top: 83%;
left: 3%;
}
  }
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.example p17 {
font-size: 12px; 
top: 90%;
left: 40%;
}

@media only screen and (max-width: 540px) {
.example p17 {
font-size:10px; 
top: 83%;
left: 50%;
}
  }
/* タブ　タイトル枠　2 */
.kakomi-tab2 {
 position: relative;
 margin: 2em auto;
 padding: 10px;
 width: 100%;
 background-color: #fff; /*BOX背景色 */
 border: 2px solid #000000; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.title-tab2 {
 position: absolute;
 display: inline-block;
 top: -50px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 50px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color: #DA5142; /* タイトル背景色 */
   border: 2px solid #000000; /* 枠線の太さ・色 */
 border-radius: 8px 8px 0 0;
}

/* 2カラムサイトにする */
.wrapper5 {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.main1, .side {
    padding: 0px;
}

.main1 {
    background: ;
    width: 100%;
    margin-right: 10px;
}

	

/* 2カラムコンテンツにする */

.archive3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.archive3 div {
    margin-bottom: 0px;
    padding: 10px;
    width: 45%;
    background-color: #f0f0f0;
}
	
	.archive3 p {
    color: #000;
    text-align: center;
}
	

.archive3 img {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    height: auto;

}

	
/* 2カラムコンテンツにする */

.archive5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
	
	.archive5 div {
    margin-bottom: 0px;
    padding: 10px;
    width: 45%;
    background-color: transparent;
}
	
	.archive5 p {
    color: #000;
    text-align: center;
}

.archive5 img {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    height: auto;

}
	

/* container */
.responsive-two-column-grid {
    display:inline-block;
	padding: 0px 90px 10px 90px;
	margin-right: 20px;
	margin-left: 20px;
}
	
.responsive-two-column-grid p {
    color: #000;
    text-align: center;
}

.responsive-two-column-grid div {
    color: #000;
    text-align: center;
}

	
	
	
/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
} 	
	
	
	

	

/* 4カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: transparent ; /* 背景の色 */
color: #000; /* 文字の色 */
text-align: center;  /* 内容は中央配置 */
}
.col_4 > div{
	width: 50%;
	padding: 10px;
  line-height: 1.5;
}


@media screen and (max-width: 1090px) {
	.col_4 > div{
		width: 50%;
	}
}


@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}


@media screen and (max-width: 768px){
   .pc_br {
       display: none;
    }
	
	.sp_br {
       display: block;
    }
}

[class^="img-flex-"] {
	margin: 0px 5px 0px ; 
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center!important;
}

.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }
.img-flex-5 img { width: 20%; }

.seotext_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.under1 {
  background: linear-gradient(transparent  70%, #ffff00  70%);
}
.under2 {
  background: linear-gradient(transparent  50%, #ffff00  50%);
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/

/* リンクテキストの下線を非表示 */
a.link {
 text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
 　　background:transparent;
    margin: 0em auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: flex-start;
}
.example {
  position: relative;
  }

.card-list{
    padding: 0.3em 0.3em;
    margin: 2em 0;
    background: transparent;
    background: transparent;
}
.card-figure {
    margin: 0;
    padding-bottom : 0.5em;
	border-color: #000;
}


/* カードレイアウトのタイトル部分 */
.card-title1 {
    margin: 0.4em 0 0.8em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
}
.card-title2 {
    margin: 0.0em 0 0em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
  　　　　font-family: Arial ;
    font-weight: bold;
    line-height: 2.0em;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background: #FFF;
}
.card-title3 {
    margin: 0.0em 0 0.0em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　font-family: Arial;
    font-weight: none;
    line-height: 2.0em;
    background: #fff;
}

/* カードレイアウトの説明文部分 */


.card__text_01 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}
.card__text_07 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}


@media screen and (min-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
    .card-list5 {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 100%幅を2で割るという指定 */
    }

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media screen and (min-width: 900px) {
    .card-list5 {
        width: calc(96% / 4); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 4);
    }
}
}.wrapper{
}


@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 50px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}

#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
}

#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #0068b7;
}
#tab_menu li:hover {
	background: #0068b7;
}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;
}

.seotext_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

/* 50%下線にマーカー表示 */
.marker-border-1{
    background:linear-gradient(transparent 60%, #ffcc99 0%);
}

.text_box{
  width: 300px;
  border: 1px dotted #000;
  padding: 10px;
}

.border_line{
  line-height: 2.5;
  padding-bottom: 1px;
  display: inline; 
  background:linear-gradient(transparent 70%, #66cdaa 0%);
}



/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
 　　background:transparent;
    margin: 0em auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: flex-start;
}
.example {
  position: relative;
  }

.example p5 {
  position: absolute;
  top: 0px;/*画像の左上に配置*/
  left: 0px;
  border-radius: 0rem;
  margin: 0; /*余計な隙間を除く*/
  color: #ffffff;/*文字を白に*/
  background: #3599CB;/*背景色*/
  font-size: 11px;
  font-weight: bold;
  line-height: 1;/*行高は1に*/
  padding: 3px 3px;/*文字周りの余白*/
  }

.card-list{
    padding: 0.3em 0.3em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #EFEFEF, #EFEFEF 3px,#F7F8F8 3px, #F7F8F8 7px);
    background: repeating-linear-gradient(-45deg, #EFEFEF, #EFEFEF 3px,#F7F8F8 3px, #F7F8F8 7px);
}
.card-figure {
    margin: 0;
    padding-bottom : 0.5em;
	border-color: #000;
}

a{
　text-decoration: none;
　color: #000;
}

a:hover{
　text-decoration: underline;
	color: #000;
}


.btn_arrow {
    display: table;
    position: relative;
    padding: 1em 2.5em;
    min-width: 15em;
    border: 2px solid currentColor;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
}
.btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";

}
.btn_arrow:hover {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}   
   
/* カードレイアウトのタイトル部分 */
.card-title1 {
    margin: 0.4em 0 0.8em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
}
.card-title2 {
    margin: 0.0em 0 0em;
    color: #000;
    text-align: center;
    font-size: 0.8em;
  　　　　font-family: Arial ;
    font-weight: bold;
    line-height: 2.0em;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background: #FFF;
}
.card-title3 {
    margin: 0.0em 0 0.0em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　font-family: Arial;
    font-weight: none;
    line-height: 2.0em;
    background: #fff;
}

/* カードレイアウトの説明文部分 */


.card__text_01 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}
.card__text_07 {
  font-size: 0.8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}



@media screen and (min-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
    .card-list5 {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 100%幅を2で割るという指定 */
    }

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media screen and (min-width: 900px) {
    .card-list5 {
        width: calc(96% / 4); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 4);
    }
}
}.wrapper{
}


@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 50px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
 　　background:transparent;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a:link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    border: solid;
    border-color: transparent;
    border-radius: 0px; /* 半径が8pxの角丸 */
    max-width: 100%;
    height: auto;
}
.example {
  position: relative;
  border-color: transparent; 
}

.example p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #00000;/*文字を白に*/
  background:  transparent;/*背景色*/
  font-size: 10px;
  line-height: 1;/*行高は1に*/
  padding: 5px 5px;/*文字周りの余白*/
  }

.example p16 {
  position: absolute;
  margin: 0; /*余計な隙間を除く*/
  color: #ffffff;/*文字を白に*/
  background:  #3599CB;/*背景色*/
  line-height: 1;/*行高は1に*/
  padding: 5px 5px;/*文字周りの余白*/
  }

.example p17 {
  position: absolute;
  margin: 0; /*余計な隙間を除く*/
  color: #ffffff;/*文字を白に*/
  background:  #3599CB;/*背景色*/
  line-height: 1;/*行高は1に*/
  padding: 5px 5px;/*文字周りの余白*/
  }

.card-list{
    padding: 0.5em 0.5em;
    margin: 2em 0;
    background-image:url("");
}
.card-figure {
    margin: 0;
    padding-bottom : 0.5em;
	border-color: transparent;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.4em 0 0.6em;
    color: #6a6a6a;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.3em;
}
.card-title2 {
    margin: 0.0em 0 0em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　font-family: Arial ;
    font-weight: bold;
    line-height: 2.0em;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background: transparent;
}
.card-title3 {
    margin: 0.0em 0 0.8em;
    color: #000;
    text-align: center;
    font-size: 0.9em;
  　　　　font-family: Arial ;
    font-weight: none;
    line-height: 2.0em;
    background: transparent;
}

/* カードレイアウトの説明文部分 */

.card__text_01 {
  font-size: 1rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0rem;
}

/* カードボタンレイアウト部分 */

.button_01.-compact5 {
	width: 15em;
  border: 1.8px solid #000;
  border-radius: 0px;
  background: #FBCA1F;
  padding-top: 0.2rem;
}  
.button_01.-compact5:hover {
 color:  #000000;
  background: #fff;
}
.button_01.-compact5 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  
}

.button_01.-compact5 {
	width: 15em;
  padding: .2rem 1rem;
  border-radius: 1.5rem;
  background-color: #FBCA1F;
  font-size: 1rem;
  color: #000000;
	  border: 1.8px solid #000000;
  font-weight: bold;
	 text-decoration: none;
}

.button_01.-compact4 {
	width: 10em;
  border: 1.8px solid #000;
  border-radius: 0px;
  background: #FBCA1F;
  padding-top: 0.2rem;
}

.button_01.-compact4:hover {
 color:  #000000;
  background: #fff;
}
.button_01.-compact4 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  
}

.button_01.-compact4 {
	width: 10em;
  padding: .2rem 1rem;
  border-radius: 0.5rem;
  background-color: #FBCA1F;
  font-size: 1rem;
  color: #000000;
	  border: 1.8px solid #000000;
  font-weight: bold;
	 text-decoration: none;
}

.button_01.-compact2 {
	width: 10em;
  border: 1.8px solid #000;
  border-radius: 0px;
  background: #5cbdfd;
  padding-top: 0.2rem;
}

.button_01.-compact2:hover {
 color:  #000000;
  background: #fff;
}
.button_01.-compact2 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  
}

.button_01.-compact2 {
	width: 10em;
  padding: .2rem 1rem;
  border-radius: 0.5rem;
  background-color: #5cbdfd;
  font-size: 1rem;
  color: #000000;
	  border: 1.8px solid #000000;
  font-weight: bold;
	 text-decoration: none;
}

@media all and and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 100%幅を2で割るという指定 */
    }

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 900px) {
    .card-list {
        width: calc(96% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}.wrapper{
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 0px;
  border: solid;
  border-color: transparent;
  border-radius: 0px; /* 半径が8pxの角丸 */
  padding-bottom: 0px;
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  background-color:transparent;
  line-height: 50px;
  font-size: 17px;
  border: 0px solid transparent;
  border-radius: 0px;
  text-align: center;
  color: transparent;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  transition: all 0.2s ease;
  box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.tab_item01 {
 border-radius: 0 6px 6px 0;
}
.tab_item02 {
 border-radius: 0 6px 6px 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0000;
  clear: both;
  overflow: hidden;
}

.tab_content{
    position:  relative;            /* 位置指定 */
    animation: anime1 1s ease;      /* アニメーション指定 */
}
 
@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 0px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ae2a19;
  color: #fff;
}

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.example p16 {
font-size: 12px; 
top: 90%;
left: 6%;
}

@media only screen and (max-width: 540px) {
.example p16 {
font-size:10px; 
top: 83%;
left: 3%;
}
  }
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.example p17 {
font-size: 12px; 
top: 90%;
left: 40%;
}

@media only screen and (max-width: 540px) {
.example p17 {
font-size:10px; 
top: 83%;
left: 50%;
}
  }
/* タブ　タイトル枠　2 */
.kakomi-tab2 {
 position: relative;
 margin: 2em auto;
 padding: 10px;
 width: 100%;
 background-color: #fff; /*BOX背景色 */
 border: 2px solid #000000; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.title-tab2 {
 position: absolute;
 display: inline-block;
 top: -50px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 50px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color: #DA5142; /* タイトル背景色 */
   border: 2px solid #000000; /* 枠線の太さ・色 */
 border-radius: 8px 8px 0 0;
}

/* 2カラムサイトにする */
.wrapper5 {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.main1, .side {
    padding: 0px;
}

.main1 {
    background: ;
    width: 100%;
    margin-right: 10px;
}


/* 2カラムコンテンツにする */

.archive3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.archive3 div {
    margin-bottom: 0px;
    padding: 10px;
    width: 45%;
    background-color: #f0f0f0;
}

.archive3 img {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    height: auto;

}

