@charset "utf-8";
/* CSS Document  2025_digitaldays 2025.06 基本設定、パーツ*/

:root {
  /* 基本カラー */
  --primary-color: rgba(220, 60, 203);
  --sab-color_blue: rgba(129, 232, 253);
  --sab-color_orange:rgba(255, 162, 0);
  --sab-color_parple: rgba(91, 0, 208);
  /*--text-shadow: 3px 3px 0 rgba(220, 60, 203,0.5), -3px -3px 0 rgba(129, 232, 253 ,0.6);*/
  --text-shadow: -3px 0px  rgba(220, 60, 203,0.5);
  --box-shadow: 6px 6px rgba(220, 60, 203 ,0.5),-6px -6px  rgba(129, 232, 253, 0.5);
  @media screen and (max-width: 786px){
     --box-shadow: 3px 3px rgba(220, 60, 203 ,0.5),-3px -3px  rgba(129, 232, 253, 0.5);
  }
}

/*------------------------------------------------------------
base
-------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body{
	font-family: 'M PLUS 1', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	color:#333;
	/*font-size:18px;*/
}

html{
    overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    font-size: clamp(13px, 2vw, 18px);
  line-height:1.8em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

sup{
font-size: 65%;
vertical-align: top;
position: relative;
top: -0.1em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clearboth{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.sup{
	font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

.dnone{display: none;}

.overfh{
overflow: hidden;
}

/* 個別パーツ*/

img, canvas, iframe, video, svg  {
	max-width:100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	border: 0;
    z-index: 2;
}


a img	{border: none;}



/*a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
*/


.border_non{
	border:none !important;}

.border_nonB{
	border-bottom:none!important;}

.border_box{
border: 1px solid #cccccc;
}

.border_box_bottom{
border-bottom: 1px solid #cccccc;
}

hr.border_box_bottom{
border-bottom: 1px solid #cccccc;
margin: 10px 0 ;
}

.text-shadow{
	text-shadow: 1px 1px 3px #000;
}

.box-shadow01 {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.box-shadow02{/* 影内側*/
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

.radius {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.transition {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

.alpha {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

.bg-alpha {
	background-color:rgba(255,255,255,0.2);
}

.gradient {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

.leftbox{
	float:left;
}

.rightbox{
	float:right;
}


.nojustify{ text-align:left !important;}


/*---リンク色 ----*/
a:link {
    color: #0041a5;
    text-decoration: none;
}
a:visited {
    color: #0041a5;
    text-decoration: none;
}
a:hover {
    color: #0041a5;
    text-decoration: underline;

}


/* 幅 */
.w125{width:145px;}
.w70{width:70px;}
.w300{width:270px;}
.w500{width:500px!important;}
.w600{width:600px;}
.w650{width:650px;}
.w700{width:700px;}

.w50per{width:50%!important;}
.w47per{width:47%!important;}


/*------------------------------------------------------------
margin・・・周りのブロックからの距離
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35-b{ margin-bottom: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120-t{ margin-top: 120px!important; }
.m130-t{ margin-top: 130px!important; }
.m140-t{ margin-top: 140px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m250-b{ margin-bottom: 250px!important; }


/*------------------------------------------------------------
padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

.p250-b{ padding-bottom: 250px!important; }

/*------------------------------------------------------------
font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }
.small2{ font-size: 0.75em!important; }

.f06em{ font-size: 0.6em!important; }
.f07em{ font-size: 0.7em!important; }
.f08em{ font-size: 0.8em!important; }
.f09em{ font-size: 0.9em!important; }
.f10em{ font-size: 1.0em!important; }
.f11em{ font-size: 1.1em!important; }
.f12em{ font-size: 1.2em!important; }
.f13em{ font-size: 1.3em!important; }
.f14em{ font-size: 1.4em!important; }
.f15em{ font-size: 1.5em!important; }
.f16em{ font-size: 1.6em!important; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.lh12em{ line-height: 1.2em !important;}
.lh14em{ line-height: 1.4em!important;}
.lh16em{ line-height: 1.6em!important;}

.fnt_green{ color:#17AC61!important;}
.fnt_blue{ color:rgba(0,130,181,1)!important;}
.fnt_dblue{ color:rgba(2,103,143,1.00)!important;}
.fnt_pink{ color:#dd007f;}
.fnt_purple{ color:#8B0495!important;}


.red{color:#d60a00 !important;}
.white{color:#fff;}
.black{ color:#000!important;}
.gray{ color:#999;}
.brown{ color:#9B5A13!important;}

.fnt_ki{ color:#F29500!important;}
.fnt_SP{ color:rgba(103,34,226,1.00)!important;}
.fnt_AI{ color:#EA6C6C!important;}
.fnt_DD{ color:rgb(0, 215, 253) !important;}
.fnt_SEC{ color:rgb(255, 191, 0)!important;}
.fnt_ddL{ color:var(--primary-color);}
/*--背景色--*/

.bgc_ki{ 
  background:  rgba(194, 34, 226, 0.9)；
}

.bgc_SP{ background-image: linear-gradient(90deg, rgba(194, 34, 226, 1), rgba(87, 15, 255, 1));}

.bgc_DD{ background: rgba(131,234,253,1);
background: linear-gradient(133deg, rgba(131,234,253,1) 2%,rgba(131,234,253,0.5) 60%, rgba(220,60,203,0.5) 100%);
}
.bgc_SEC{background: rgba(255,241,0,1);
background: linear-gradient(133deg, rgba(255,241,0,1) 2%,rgba(255,241,0,0.7) 60%,rgba(220,60,203,0.5) 100%);
}

.bgc_zen{
background: rgb(43,138,0);
background: -moz-linear-gradient(133deg, rgba(43,138,0,1) 2%, rgba(0,186,45,1) 72%, rgba(0,251,183,1) 100%);
background: -webkit-linear-gradient(133deg, rgba(43,138,0,1) 2%, rgba(0,186,45,1) 72%, rgba(0,251,183,1) 100%);
background: linear-gradient(133deg, rgba(43,138,0,1) 2%, rgba(0,186,45,1) 72%, rgba(0,251,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b8a00",endColorstr="#00fbb7",GradientType=1);
}


.bg_white{ background:#fff!important;}
.bg_white_08{ background:rgba(255,255,255,0.83)!important;}
.bg_white_06{ background:rgba(255,255,255,0.6)!important;}
.bg_white_03{ background:rgba(255,255,255,0.3)!important;}

.bg_blue{ background: rgba(41,171,226,1.00);}
.bg_orenge{ background: rgba(243,160,70,1.00)!important;}
.bg_blue{ background:  rgba(41,171,226,1.00);}
.bg_green{ background: #17AC61;}
.bgc_red00{ background: #B31114;}

.bgc_red{ background: #dd007f;}
.bgc_lgreen{ background: rgba(23,172,97,0.1);}
.bgc_lgray{ background: #dddddd;}

.bgc_lDB{
background-color: #EEF8E9;
}
.bgc_lAI{
background-color: #F7F0F0;
}
.bgc_lCS{ background: #EAF4F7!important;}
.bgc_lCS2{ background: rgba(0,161,199,0.3)!important;}

.bgc_lSP{ background:#E6EAF0;}

.bg_icon_DB{
background:url("../img/icon_DB_l.svg"),#ffffff;
background-repeat: no-repeat;
background-position: top 50px right -90px;
}

.bg_icon_AR{
background:url("../img/icon_AR_l.svg"),#ffffff;
background-repeat: no-repeat;
background-position: top 150px right -100px;
}

.bg_icon_SE01{
background:url("../img/icon_SE01_l.svg"),#ffffff;
background-repeat: no-repeat;
background-position: bottom 50px right -70px;
background-size: 300px;
}
.bg_icon_SE02{
background:#ffffff;
background-repeat: no-repeat;
background-position: bottom 30px right -50px;
}

@media
only screen and (max-width : 786px){
.bg_icon_DB{
background-size: 250px;
}
.bg_icon_AR{
background-position: top 50px right -100px;
background-size: 250px;
}
.bg_icon_SE01{
background-position: top 50px right -70px;
background-size: 250px;
}
}


.bk_bgimg {
    background: url(../img/bk_page.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.bk_bgimg_line {
    background: url(../img/bk_imgline.png) no-repeat ;
    background-position: 40% 90%;

}

.bk_bgimg_linegray{
   /* background: url(../img/bk_imgline_gray.jpg) no-repeat center center,#F5F4F4;*/
    background: #f4f3f9;
}

.lineh{line-height:1.3em;}

.pink_line{
background: linear-gradient(transparent 60%, rgba(255,255,102,0.6) 60%);
font-weight: bold;}

/*------------------------------------------------------------
align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center!important; }/*中央寄せ*/
.al-r{ text-align: right!important; }/*右寄せ*/
.al-l{ text-align: left !important; }/*左寄せ*/

/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*flex*/
.flex-container{
display: flex;
flex-wrap: wrap;
flex-direction: row;            /*横並び・左から右（デフォルト）*/
}

.flex-box_spbt{
display: flex;
justify-content: space-between;
}

.flex-box_spbt_end{
display: flex;
justify-content: space-between;
align-items: flex-end;
}

.flex-box_column_ct{
display: flex;
flex-direction: column;
align-items: center;
}

.sp-bt { justify-content: space-between;}

.flexbox-vertical-center {
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.flexbox-end-end {
 display: flex;
 align-items: flex-end;
 justify-content: flex-end;
}

.flex_end{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.flex-2com,
.flex-3com{
display: flex;
justify-content: space-between;
}

.flex-2com div{
width: calc(96% / 2);
}

.flex-2com-1com{
display: flex;
justify-content: space-between;
}
.flex-2com-1com .flex-2com-1com--2com{
width: 66%;
}

.flex-2com-1com .flex-2com-1com--1com{
width: calc(96% / 3);
}

.flex-3com .flex-3com_inner{
width: calc(95% / 3);
}

.z-index10{
    z-index: 100;
}

/*--注釈--*/
.note{ font-size:0.8em; padding-left:1em; text-indent:-1em; line-height: 1.3em;}

/* ------ アンカーリンクの調整------ */
.anchor{
  display: block;
   margin-top:-100px;
   padding-top:100px;
  }




/*——　文字のスタイル　——*/
h2{
	font-size:2.6em ;
	font-weight:bold;
	margin-bottom:50px ;
  text-align: center;
  text-shadow: var(--text-shadow);
  line-height: 1.4em;
  letter-spacing: 0.12em;
  @media only screen and (max-width : 786px){
    font-size:2.1em ;
    line-height: 1.2em;
  }
}

h3{
	font-size:2em ;
	font-weight:bold;
	margin-bottom:40px ;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.12em;
  @media only screen and (max-width : 786px){
    font-size:1.3em ;
    margin-bottom:20px ;
  }
}

.title-shadow{
  text-shadow: var(--text-shadow);
}

.bottom-border{
padding-bottom: 10px;
line-height: 1.6em;
}

.bottom-border::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: rgba(23,172,97,1.00);
}


.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #666;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}

.head-border02{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.head-border02::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 3px;
    background-color: rgba(108,10,110,0.8);
}


.title-border-right {
display: flex;
align-items: center;
}
.title-border-right:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}

h4{	font-size:1em;
	font-weight:bold;
	margin-bottom:0.5em;
	text-align:left;
	}

p{line-height: 1.5em;}

@media
only screen and (max-width : 786px){
	h2{ margin-bottom:20px!important;}
}

.style01{
	font-weight:bold;
	border-bottom:2px solid #008C22;
	padding-bottom:0.3em;
}

.style02{
	font-weight:bold;
	color:#008C8C;
	border-bottom:2px solid #008C8C;
	padding:0 0.8em 0.3em 0.8em ;
}

.style02a{
	font-weight:bold;
	color:#008C8C;
	font-size:1.5em;
	text-align:center;
	margin-bottom:0.2em;
}

.style02b{
	font-weight:bold;
	color:#fff;
	font-size:1em;
	text-align:center;
	line-height:2em;
	height:2em;
	background-color:#0079AF;
		border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding:0.2em 1em;
}


.style03{
	font-weight:bold;
	color:#1B99C1;
	border-bottom:2px solid #1B99C1;
	padding:0 0.8em 0.3em 0.8em ;
}

.style04{
	font-weight:bold;
	color:#333333;
	border-bottom:2px solid #333333;
	padding:0 0.8em 0.3em 0.8em ;
}

/*——　文字の右にライン　——*/
.title-border-right {
display: flex;
align-items: center;
font-weight: bold;
margin-top: 0.5em;
}
.title-border-right:after {
border-top: 1px solid #CDC8C8;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}

  /*リボン*/
.ribbon01 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 40px;/*高さ*/
  text-align: center;
  padding: 0 30px 0 18px;/*文字の左右の余白*/
  font-size: 0.9em;/*文字サイズ*/
  background: rgba(176,3,6,1.00);/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon01_w200{
width: 200px;
}

.ribbon01:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon01:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #ffffff
  transparent transparent;
  border-style: solid;
}

  /*リボン*/
.ribbon02 {
  /*display: inline-block;*/
  position: relative;
  height: 24px;/*高さ*/
  line-height: 24px;/*高さ*/
  text-align: center;
  padding: 0 30px 0 15px;/*文字の左右の余白*/
  font-size: 0.75em;/*文字サイズ*/
  background:  #D90000;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 180px;
}

.ribbon02:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon02:after {
  top: 0;
  right: 0;
  border-width: 12px 6px 12px 0px;
  border-color: transparent #ffffff
  transparent transparent;
  border-style: solid;
}

.ribbon03 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  margin-top:5px;
}

.ribbon03:before, .ribbon03:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon03:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon03:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
  /*吹き出し*/
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #6BB82C;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #6BB82C;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.balloon3 {
  position: relative;
  padding: 1.2rem 1.5rem;
  color: #fff;
  border-radius: 10px;
  background:  rgba(176,3,6,1.00);
  display: inline;
}

.balloon3:after {
  position: absolute;
  bottom: -9px;
  left: 40%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(176,3,6,1.00) transparent transparent transparent;
}

.balloon4 {
  position: relative;
  padding: 10px 20px 20px ;
  background: rgba(193,6,219,0.8);
  display: inline;
  margin-left: 1em;
}

.balloon4:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}

.balloon{
  position: relative;
  padding: 20px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  background-color: #dd007f;
  line-height: 1.3em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0 auto;
  z-index: 2;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 2px;
  top: 2px;
  border-left: 40px solid #dd007f;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-45deg);
}
.balloon p {
  font-display: 0.85em;
  font-weight: bold;
}

/* ---nolink --- */
.nolink a,
.nolink{
background: rgba(184,182,182,1.00) !important;
pointer-events: none!important;
	cursor: default;
	opacity: 0.8;
}

/* ---スマホとPCの表示・非表示 --- */
@media
only screen and (min-width : 769px){
.screen_sp{ display:none!important;}
}

@media
only screen and (max-width : 768px){
	.screen_pc{ display:none;}

}

.clearfix{ width: 1px!important;}

/* ---リンクの範囲を広げる --- */

.com__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
/* ---googleアイコンの位置調整 --- */
.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

/* --- wrapper --- */


.top{display:block !important;}


.container{
	width: 100% !important;
	position:relative;
	padding:0!important;
	margin:0!important;
    z-index: 10;
    padding-top: 100px;
    margin-top: -100px;
    height: 100%;
}


/*——　コンテンツの幅　——*/
.contents {
width: clamp(320px, 90%, 1024px);
margin: 0 auto;
}

.contents_inner{
padding: 100px 0;
}

.contents_inner_b50{
padding: 100px 0 50px 0;
}

.contents_inner_t50{
padding: 50px 0 100px 0;
}




@media
only screen and (max-width : 768px){
.contents_inner{
padding: 30px 0;
}
.contents_inner_b50{
padding: 30px 0 20px 0;
}

.contents_inner_t50{
padding: 20px 0 30px 0;
}


}


/* --- header --- */
#header{
	width:100%;
	margin:0;
	overflow:hidden;
	z-index:999;
	background-color:000;
	opacity:0.8;
	position:static !important;
}



#header .head_in{
	width:1100px;
	margin:0 auto;
	height:55px;
	overflow:hidden;
   display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */}

#header .head_in .logobox{
	width:256px;
	padding:10px 100px 5px 7px;
	margin:0;
}


@media
only screen and (max-width : 768px){
	#header .head_in{
	width:100%;
	padding:10px;
	height:auto;
	text-align:center;
	}
#header .head_in .logobox{
float:none;
max-height:30px;
text-align:center;
margin:0 auto;
}
}

#header .head_in h1{
	float:right;
	text-align: right;
	line-height:55px;
	font-size:0.9em;
	font-weight:bold;
	margin-right:1em;}
@media
only screen and (max-width : 768px){
	#header .head_in h1{ float:none; line-height:1.2em; text-align:center; margin-right:0; font-size:0.9em;}
}


#header .head_in h1 a{
	color:#000;
	font-weight:bold;}

#header .head_in h1 a:hover{
	color:#999;
	font-weight:bold;
	text-decoration:none;}

/* header  メニュー*/
#top-head {
    width: 100%;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #666;
    text-decoration: none;
}
 #top-head #mobile-head{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  align-items: center;
}

@media
only screen and (max-width : 768px){
	#top-head .inner {
    position: relative;
    width: auto;
}
}

#top-head .logo {
   float: left;
    padding: 10px;
    height: 35px;
}

#top-head h1 span {
    font-weight: bold;
    line-height: 55px;
    font-size: 0.8em;
}
#top-head .inner .nolink a,
#top-head .inner .nolink{
background-color: #ffffff!important;
color: #BFBFBF!important;
}

@media all and (max-width: 768px){
#top-head .inner .head_navi{
display: none;
}
}
@media all and (min-width: 768px){
#top-head .inner .head_navi ul{
display: flex;
  justify-content: center;
  align-items: center;
}

#top-head .inner {
   /*min-width:  1080px;
   max-width: 1600px;*/
   max-width: 1080px;
    margin: 0 auto;
}
#top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}

#top-head .inner .head_navi ul li{
padding: 5px 1em;
border-right: 1px solid #A7A7A7;
font-size: 0.85em;
}

#top-head .inner .head_navi ul li:nth-child(6){
border-right: none!important;
}

}

@media all and (min-width: 768px){
#global-nav{
background: rgba(91,0,208,0.7);
padding: 5px 0;
}

#global-nav ul {
    list-style: none;
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
#global-nav ul li {

padding: 0 !important;
background: none !important;
display: flex;
align-items: center;
/*min-width: 180px;
max-width: 400px;*/
}
#global-nav ul li a {
    padding: 0 10px 5px 10px;
    color: #ffffff;
    font-weight: bold;
}

#global-nav ul li a:hover{
color: var(--sab-color_blue);
}


#global-nav ul li a:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-left: 0.3em;
}

/* Toggle Button */
#nav-toggle { display: none;}

}


@media all and (min-width: 768px){
	*::-ms-backdrop, #global-nav  {left:500px !important;}
	*::-ms-backdrop, #global-nav ul {
		width:700px !important;
		float:right !important;
	}
		*::-ms-backdrop, #global-nav ul li{
			max-width:8em!important;
			font-size:12px!important;}
		*::-ms-backdrop, #global-nav ul li:nth-child(3){ max-width:15em!important;}
}




/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#nav-toggle div br{ display:none;}


@media screen and (max-width: 789px) {
#top-head
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		background: rgba(255,255,255,.9);
    }
    /* Fixed reset */
#top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
#mobile-head {
        background: rgba(255,255,255,.9);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
#top-head.fixed .logo,
#top-head .logo {
        position: absolute;
        left: 10px;
        top: 5px;
        color: #333;
        font-size: 26px;
		width:240px;
        display: none;
    }

#top-head h1 { display: inline;}

#top-head h1 span {
    float: none;
    font-weight: bold;
    line-height: 65px;
    text-align: left;
    margin-left: 10px;
}
#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(91, 0, 208, 0.95);
        width: 100%;
        text-align: center;
        padding: 0px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
        font-weight: 900;
    }
#global-nav ul li {
        float: none;
        position: static;
    }

#global-nav ul li a:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-left: 0.3em;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #global-nav  {left:0px !important;}
	*::-ms-backdrop, #global-nav ul {
		width: auto !important;
		float: none !important;
	}
		*::-ms-backdrop, #global-nav ul li{
			max-width:auto!important;
			font-size:12px!important;}
		*::-ms-backdrop, #global-nav ul li:nth-child(2){ max-width:auto!important;}
}

#global-nav ul li a,
    .fixed #global-nav ul li a {
        width: calc(100% - 30px);
        display: block;
        color: #fff;
        padding: 15px 15px;
        border-bottom: 1px solid #ffffff;
    }

#global-nav ul li br{
    display: none;
    }

#global-nav ul li a:hover,
.fixed #global-nav ul li a:hover {
    background: var(--primary-color);

    }
#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}




/* スマホ用メニュー */

#global-nav ul li .nolink a,
#global-nav ul li a.nolink{
background: none !important;
color: #A9A9A9;
}

/* メニューを固定 */

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* 囲み文字 */

.icon_code{
	padding:3px 8px;
	background-color:#C90306;
	color:#fff;
	font-weight:bold;
	line-height:1.3em;
	display: inline-block;
	text-align:center;
}

.code03 {
    background-color:#D80003;
    display: inline-block;
    padding: 5px 7px;
    line-height: 1;
    border: transparent 1px solid;
	width:10em;
	text-align:center;
		border-radius:5px;
		font-size:0.9em;
		font-weight:bold;
		color:#fff;
}

.program_box .icon_code{
	padding:15px;
	background-color:#EC7600;
	color:#fff;
	font-weight:bold;
	line-height:1.3em;
	display:block;
	text-align:center;
}

.program_box .icon_code span{ display:block; font-size:0.6em;}
.program_box .co_text01{ font-size:0.9em; font-weight:bold; line-height:1.4em;}
.program_box .co_text01 span{ font-weight:normal; font-size:0.8em;}
.program_box .co_text02{ font-size:1em; font-weight:bold; color: #1A1943; margin-bottom:20px;}

/* リストスタイル */

ol.list_no {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.list_no li{
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

ol.list_no li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #3C464C;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    position: absolute;
    top: 0;
    left:0;
	}
ol.list_no li ul{
margin: 0.5em 0 0 0 0;
}

ol.list_no li ul li{
list-style:  none;  /* デフォルトのアイコンを消す */
margin-left:-20px;
margin-bottom: 0.1em;
font-size: 1em;}

ol.list_no li ul li:before {
content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #999;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

ul.list_com li{
margin-right: 1em;
}

ul.list_com li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-right: 0.8em;
    color: rgba(243,137,220,0.5);
    font-size: 0.5em !important;
    vertical-align: 2px;
}

ul.list_com_b li{
margin-right: 1em;
font-weight: bold;
}

ul.list_com_b li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-right: 0.8em;
    color: rgba(3,126,172,0.5);
    font-size: 0.5em !important;
    vertical-align: 2px;
}

ul.list_right li{
text-indent: -0.5em;
padding-left: 0.8em;
}

ul.list_right li:before {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-right: 0.3em;
    color: rgba(108,10,110,1);
    font-size: 0.5em !important;
    vertical-align: 2px;
}

ul.list_check li{
text-indent: -1em;
padding-left: 1em;
text-align: left;
}

ul.list_check li:before {
    content: "check_box";
     font-family: 'Material Icons';
     font-size: 1.4em;
    margin-right: 0.2em;
    color: rgba(108,10,110,1);
      display: inline-flex;
  vertical-align: middle;
}

ul.dot li{
text-indent: -1em;
padding-left: 1em;
}

ul.dot li:before {
content: "●";
    margin-right: 0.3em;
    color: #CDF0C8;
    display: inline;
}

ul.list_down li{
text-indent: -1em;
padding-left: 1em;
}

ul.list_down li:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-right: 0.3em;
    color: rgba(111,56,133,1)
}

.icon_check{
text-indent: -1em;
padding-left: 1em;
}

.icon_check:before {
    content: '\f560';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 0.8em;
    margin-right: 0.8em;
    color: #037EAC;
    font-size: 0.5em !important;
    vertical-align: 2px;
}

.code02_dot{
height:25px;
 width:25px;
 border-radius:50%;
 line-height:25px;
 text-align:center;
 color: #fff;
 font-weight: bold;
 background: #037EAC;
 display: inline-block;
 margin-right: 10px;
}

.icon_codeN3{
	padding:5px 10px;
	background-color:#F9F6EC;
	font-weight:bold;
	display: block;
	text-align:center;
    border-radius: 30px;
    color: #F29500;
    font-size: 0.7em;
    width: 3em;
    line-height: 1em;
    height: 1em;
}







/*tableをスクロールさせる*/

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}



/* btn Style
-------------------------------------------------------- */
.btn_order{
	margin:0 auto 0 auto;
}
.btn_order a{
	width:328px;
	    padding: 10px 0;
    margin: 20px auto 0 auto;
    display: inline-block;
  background-color: rgba(220, 60, 203,1);
    border-radius:28px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    font-size: 1em;
    transition: .2s;
	border:2px solid rgba(220, 60, 203,1);
}


.btn_order a.style_call{ background:none;}

@media
only screen and (max-width : 768px){
	.btn_order a{
	display: block;
    width: auto;
    font-size: 16px;
	}
}

.btn_detail a{
	padding: 5px 50px;
    display: inline-block;
background: rgba(87, 15, 255, 1);
    border-radius: 20.5px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    font-size: 1em;
    transition: .2s;
}

@media
only screen and (max-width : 768px){

.btn_detail a{
  margin-bottom: 0;
}
}

.btn_detail a:hover,
.btn_order a:hover,
.btn_order02 a:hover{
  background-image: linear-gradient(90deg, var(--primary-color), var(--sab-color_blue));
	text-decoration:none;
}

.btn_order_ss a:hover{
background-color: #ce0080;
}

.btn-red a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  line-height:2.5em;
  text-align:center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e51013+0,a80002+100 */
background: #e51013; /* Old browsers */
background: -moz-linear-gradient(top, #e51013 0%, #a80002 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e51013 0%,#a80002 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e51013 0%,#a80002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51013', endColorstr='#a80002',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-bottom: solid 3px #680d14;
  width:300px;
  margin: 0 auto 5px auto;
  font-size:0.85em;
}



.btn-blue a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  line-height:3em;
  text-align:center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0071bc+0,000d47+100 */
background: #0071bc; /* Old browsers */
background: -moz-linear-gradient(top, #0071bc 0%, #000d47 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0071bc 0%,#000d47 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0071bc 0%,#000d47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#000d47',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-bottom: solid 3px #090E45;
  width:100%;
  float: none;
  margin-bottom:10px;
  font-size:0.85em;
}

.btn-green a {
  display: block;
  width:300px;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  line-height:3em;
  text-align:center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#197f31+0,274943+100 */
background: #197f31; /* Old browsers */
background: -moz-linear-gradient(top, #197f31 0%, #274943 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #197f31 0%,#274943 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #197f31 0%,#274943 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197f31', endColorstr='#274943',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-bottom: solid 3px #090E45;
  margin:15px auto 0 auto;
  font-size:0.85em;
}

.btn-red a:hover,
.btn-blue a:hover,
.btn-green a:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  opacity:0.6;
}





/* PageTop Style
-------------------------------------------------------- */

#page-top a {
 position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.3em;
    background: var(--primary-color);
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    z-index: 999;

}
#page-top a:hover{
text-decoration: none;
background-image: linear-gradient(90deg, var(--primary-color), var(--sab-color_blue));
}


/* Footer Area Style
-------------------------------------------------------- */

#footer{
	width:100%;
	background-color:#000;
}

#copyright{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	clear: both;
	width: 700px;
	padding:10px 0;
	margin:0 auto;
}

@media
only screen and (max-width : 768px){
	#copyright{ width:100%;}
}




/* 動画の掲載 */
.mov {
    text-align: center;
    margin: 0px auto 15px auto;
    position:relative;
    width:100%;
}

.mov iframe{
    width:100%!important;
    height:100%!important;
}

/* ボタン横並び */
.btn_box{
display:flex;
justify-content:space-between;
width:719px;
margin:20px 10px 30px 10px;}

/* ボックスいろいろ */

dl.box_a dt{
width: 40px;
height: 40px;
background: rgba(108,10,110,1);
font-weight: bold;
color: #fff;
line-height: 40px;
border-radius: 5px;
float: left;
text-align: center;
}

dl.box_a dd{
text-align: left;
padding-left: 50px;
margin-bottom: 10px;
}

dl.box_a dd h5{
color: rgba(108,10,110,1);
font-weight: bold;
}

dl.box_a dd p{
font-weight: 0.9em;
}

dl.box_a dd .flex-container{
justify-content: space-around;
}

dl.box_a dd .flex-container div:first-child{
width: 60%;
}

dl.box_a dd .img_box{
width: 300px;
margin-left: 20px;
}

dl.box_a dd figcaption{
font-size: 0.8em;text-align: center;
}

dl.box_a ul.dot li{
font-weight: bold;
color:#dd007f;
}

dl.box_a ul.dot li:before {
color: #dd007f;
}

dl.box_b{
width: 600px;
margin: 0 auto;
border: 1px solid #ce0080;
}

dl.box_b dt{
background: #ce0080;
font-weight: bold;
color: #fff;
float: left;
text-align: center;
font-size: 1.1em;
width: 300px;
height: 70px;
line-height: 70px;
}

dl.box_b dd{
background: #fff;
color: #666;
font-weight: bold;
text-align: center;
font-size: 1.1em;
height: 70px;
line-height: 70px;
}

@media
only screen and (max-width : 768px){
dl.box_a dd .flex-container{
display: block;
}

dl.box_a dd .flex-container div:first-child{
width:auto;
}

dl.box_a dd .img_box {
margin: 20px auto;
}
}




.fig_box{
display: flex;
justify-content:space-between;
}

.box_2com{
width: calc(94% / 2);
background: #ffffff;
z-index: 1;
}

.box_3com{
width: calc(94% / 3);
background: #ffffff;
z-index: 1;
}

@media
only screen and (max-width : 768px){
.fig_box{ display: block;}

.box_2com,
.box_3com{
width: 100%;

}
.box_2com figure{
	text-align: center;
	}
.box_2com figcaption {
	text-align: left;
	}
}


.box_2com h4{
background: #037EAC;
padding: 8px 0;
text-align: center;
font-weight: bold;
font-size: 1.1em;
color: #fff;
}

.box_2com .inner{
padding: 0px 20px 20px 20px;
width: auto;
}

.box_2com h5{
color: #037EAC;
font-weight: bold;
font-size: 1em;
margin-bottom: 8px;
line-height: 1.5em;
}

.box_2com .inner p{
font-size: 0.9em;
line-height: 1.4em;
}

.box_2com figcaption{
font-size: 0.9em;
line-height: 1.3;
margin-top: 10px;;
}



.icon_box{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100px;
background: #fff;
top:35%;
left: 45%;
right: 45%;
border-radius: 15px;
border: 1px solid rgba(167,198,246,1.00);
padding: 15px 0;
z-index: 2;
}

.icon_box p {
font-size: 0.6em;
}

.icon_box figure{
width: 60px;
margin: 10px;
padding: 0;
}

@media
only screen and (max-width : 768px){
.icon_box{
position: relative;
margin: 15px auto;
left: auto;
right: auto;
top: auto;
flex-direction: row;
width: auto;

}
.icon_box p {
font-size: 1em;
font-weight: bold;
margin-right: 20px;
margin-left: 1em;
}
}





dl.box_color_2box dt{
width:160px;
text-align:center;
color:#fff;
background: #ce0080;
padding:0.2em 0;
margin-bottom:0.5em;
font-weight: bold;
}

dl.box_color_2box dd{
	margin-left:0.5em;
font-weight:bold;
margin-bottom:0.5em;
background: #fff;
border-bottom: 1px solid rgba(199,199,199,0.9);
width: 660px;
padding: 0.2em 10px;
}

@media
only screen and (max-width : 768px){
dl.box_color_2box dt,
dl.box_color_2box dd
{ width: 100%; display: block; margin: 0 auto;}

}

/* -------------- プログラム共通 -------------- */


.program_box{
display: flex;
justify-content: space-between;
    margin-top: 20px;
}

@media screen and (max-width: 786px){
.program_box {
    display: block;
    margin-top: 10px
}

}



