.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6),
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7),
.cp_tab > input:nth-child(15):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(8),
.cp_tab > input:nth-child(17):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(9),
.cp_tab > input:nth-child(19):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(10){
  display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 8px;
  font-size:18px;  
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.3em 0.7em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.3em;
	}
}





body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

p {
   text-align: justify;
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
   font size:2;
}

.parent {
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.button {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  display: inline-block;
  background: #FFF;
  padding: 1.2rem 8rem;
  color: #000000;
  text-decoration: none;
  letter-spacing: .1rem;
  text-align: center;
  border-radius: 40px;
  font: 28px sans-serif;
}


@media screen and (min-width: 768px){
.br-sp {display: none; }
}

a {
  color: green;
  text-decoration: none;
}

button {
  background: #fff;
  color: #000000;
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight: 900;
  font-size: 18px;
  border: 3px solid black;
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
}

button:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

button:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}

button1 {
  background: #e0ffff;
  color: #000;
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight: 900;
  font-size: 18px;
  border: 3px solid black;
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
}

button1:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

button1:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}

.float{
  text-align:left;
  float: left;
  margin-right: 2px;
  line-height: 5px
  
}

/* 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: 25%;
	padding: 5px;
  line-height: 1.5;
}


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


@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 3px 0px ; 
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.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: 1025px;
    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: 1em 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.3em 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: 1025px;
    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: 900px;
    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.-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;

}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}
