@charset "UTF-8";
#main a:hover {color:#307fe2;}
/*news area*/
.NewsArea >  div:nth-child(1)::after{
  display        : inline-block; 
  content        : "NEW";      
  color          : #ff0000;     
  font-weight    : bold;       
  font-size      : 7pt;         
  vertical-align : middle;      
  margin-left    : 5px;        
  animation      : s1bAnime 1.5s infinite alternate; 
}

.NewsArea a{text-decoration: none;}

.info{
	font-weight: 500;
    font-size: 157.2%;
    margin: 15px;
    line-height: 1.5;
    color: #333333;
}

@keyframes s1bAnime{    
   50% { transform: rotateX(360deg) }
  100% { transform: rotateX(360deg) }
}

/*NewsList*/

#main #NewsList dl dd a{
	text-decoration: none; 
	font-style: normal;
	font-weight: bold;
}

#main #NewsList dl dd .day{
width:80px;
}

#main #NewsList dl{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	
}


#main #NewsList dl dt{
	position: static;
	width: 11em;
	display: table-cell;
	/*padding-bottom: 7px;*/
}


#main #NewsList dl dt span{
	background: #000077;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
   /* margin-right: 15px;*/
}

#main #NewsList dl dd{
	padding: 10px;
	display: table-cell;
	
}

@media screen and (max-width:767px){
	#main #NewsList {
		padding: 0 15px;
	}
	#main #NewsList dl, #main #NewsList dl dt, #main #NewsList dl dd {
		display: block;
	}
	#main #NewsList dl dt {
		margin: 0;
	}
}
 
/*ボタンエリアのCSS*/

.btn_area {
 width: 700px;
 padding:10px;
 margin:0 auto;}

@media only screen and (min-width: 769px) { 
.btn_area2 {
 width: 250px;
float: right;
margin-bottom: 40px;
 }}
 
@media only screen and (max-width: 768px) {
.btn_area, .btn_area2{
 max-width:100%;
 padding:10px;
 margin:0 auto;}
 
}

.i-mail{
  display: inline-block;
  position: relative;
  width: 20px;
  height: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  background: #fff;
}

.i-mail:before, .i-mail:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.i-mail:before{
 border: 10px solid transparent;
 border-top-color: #00A9E0;
}

.i-mail:after{
  left: 2px;
  border: 8px solid transparent;
  border-top-color: #fff;
}


a.btn_form {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 2rem;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #307FE2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn_form:hover {
    background: #fff;
    color: #307FE2;
}
a.btn_form:before, a.btn_form:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.btn_form:before {
  top: 0;
  left: 0;
}
a.btn_form:after {
  bottom: 0;
  right: 0;
}
a.btn_form:hover:before, a.btn_form:hover:after {
  width: 100%;
  height: 100%;
}
a.btn_form:hover:before {
  border-top-color: #303AB2;
  border-right-color: #303AB2;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn_form:hover:after {
  border-bottom-color: #303AB2;
  border-left-color: #303AB2;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

a.btn_newsletter {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 250px;*/
	margin: auto;
	padding: 1rem 2rem;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient( 135deg, #FCCF31 10%, #F55555 100%);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn_newsletter:hover {
    background: #fff;
    color: #F55D52;
}
a.btn_newsletter:before, a.btn_newsletter:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.btn_newsletter:before {
  top: 0;
  left: 0;
}
a.btn_newsletter:after {
  bottom: 0;
  right: 0;
}
a.btn_newsletter:hover:before, a.btn_newsletter:hover:after {
  width: 100%;
  height: 100%;
}
a.btn_newsletter:hover:before {
  border-top-color: #F55D52;
  border-right-color: #F55D52;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn_newsletter:hover:after {
  border-bottom-color: #F55D52;
  border-left-color: #F55D52;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

/*アーカイブエリア(NEWS一覧）のcss*/


.n-box article {
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 769px) {
  .n-box {
  display:flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 880px;
}
  .n-box article {
  box-shadow: 0 2px 4.5px 2px rgba(0, 0, 0, 0.06);
  }
}

@media only screen and (max-width: 768px) {
  .n-box {
  display:flex;
  flex-wrap: wrap;
  }
  .n-box article {
    box-shadow: 0 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.06);
  }
}

.n-box article a {
   display: flex;
   flex-wrap: wrap;
  height: 100%;
  position: relative;
  align-content: flex-start;
  row-gap:10px;
  text-decoration:none;
}


.n-box article a:hover {
  opacity: 0.7;
  position: relative;
  left: 1px;
  top: 1px;
}

.n-box article figure {
  margin: 0;
  padding: 3px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .n-box article figure {
    display: flex;
   align-content: flex-end;
  }
}


@media only screen and (min-width: 769px) {
  .n-box article {
    width: calc(33.33% - 20px);
    margin: 0 0 10px 20px;
  }
}


.n-box article .topics {
  padding: 10px 34px;
  align-content: flex-start;
  
}

@media only screen and (max-width: 768px) {
  .n-box article .topics {
   padding:0 2.60417vw;
  }
  .n-box .topics .logo_top img {
    max-width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  .n-box article {
    width: 49%;
  }
  .n-box article:nth-of-type(n + 3) {
    margin-top: 3.90625vw;
  }
  .n-box article:nth-of-type(even) {
    margin-left: 2%;
  }
}


.n-box article .topics h3{
  font-size: 14px;
  color: #fff;
  background: #002255;
  font-weight: 400;
  text-align:center;
  margin-bottom: 5px;
}

.n-box article .topics p {
  font-size: 16px;
  color: #505050;
  /*margin-bottom:10px;*/
}

.n-box article .topics p span{
  font-size: 14px;
  color: #999999;
  margin-bottom:15px;
}	

@media only screen and (max-width: 768px) {
.n-box article .topics h3{
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  margin-bottom: 5px;
}
.n-box article .topics p {
  font-size: 14px;
  color: #505050;
  margin-bottom:5px;
}
}
/*------DLボタン付き-----*/
@media screen and (min-width: 769px){
.dl-btn {
    text-align: center;
	position: relative;
	top: -70px;
	right: -20px;
	width: 230px;
	z-index: 3;}
}	
@media screen and (max-width: 768px){
.dl-btn {
    text-align: center;
	position: relative;
	top: -70px;
	right: -10px;
	width: 180px;
	z-index: 3;}
}	
	
	
	
.dl-btn a {
  /*margin: 0 auto;*/
   padding: 5px 0;
    /*width: 250px;*/
    border-radius: 4px;
    box-sizing: border-box;
	text-align: center;
	align-items: center;
    justify-content: center;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
    transition: all 0.3s;
   
}
.btn_gray{
    background-color: #808080 !important;
    box-shadow: 0 4px 0 #555555 !important;
	text-decoration: none;
    }

	
.dl-btn a:hover {
    cursor: pointer;
	transform: translateY(4px);
            box-shadow: none !important;
            opacity: 1;
  }
  

.n-box2 article {
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 769px) {
  .n-box2 {
  display:flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 880px;
}
  .n-box2 article {
  box-shadow: 0 2px 4.5px 2px rgba(0, 0, 0, 0.06);
  }
}

@media only screen and (max-width: 768px) {
  .n-box2 {
  display:flex;
  flex-wrap: wrap;
  }
  .n-box2 article {
    box-shadow: 0 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.06);
  }
}

.n-box2 article a {
   display: flex;
   flex-wrap: wrap;
  height: 100%;
  position: relative;
  align-content: flex-start;
  row-gap: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}


.n-box2 article a:hover {
  opacity: 0.7;
  position: relative;
  left: 1px;
  top: 1px;
}

.n-box2 article figure {
  margin: 0;
  padding: 3px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .n-box2 article figure {
    display: flex;
   align-content: flex-end;
  }
}


@media only screen and (min-width: 769px) {
  .n-box2 article {
    width: calc(33.33% - 20px);
    margin: 0 0 10px 20px;
  }
}


.n-box2 article .topics {
  padding: 10px 34px;
  align-content: flex-start;
  
}

@media only screen and (max-width: 768px) {
  .n-box2 article .topics {
   padding:0 2.60417vw;
  }
  .n-box2 .topics .logo_top img {
    max-width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  .n-box2 article {
    width: 49%;
  }
  .n-box2 article:nth-of-type(n + 3) {
    margin-top: 3.90625vw;
  }
  .n-box2 article:nth-of-type(even) {
    margin-left: 2%;
  }
}


.n-box2 article .topics h3{
  font-size: 14px;
  color: #fff;
  background: #002255;
  font-weight: 400;
  text-align:center;
  margin-bottom: 5px;
}

.n-box2 article .topics p {
  font-size: 16px;
  color: #505050;
  /*margin-bottom:10px;*/
}

.n-box2 article .topics p span{
  font-size: 14px;
  color: #999999;
  margin-bottom:15px;
}	

@media only screen and (max-width: 768px) {
.n-box2 article .topics h3{
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  margin-bottom: 5px;
}
.n-box2 article .topics p {
  font-size: 14px;
  color: #505050;
  margin-bottom:5px;
}
}


/* セミナーレポート------------------------------- */

@media screen and (min-width: 769px){
.report-name{
    font-weight: bold;
    font-size: 120%;
    color: #193771;
    padding-bottom: 10px;
    line-height: 1.4;
    position: relative;
    text-indent:1em;
	}
	
.title06 {
	font-weight: 600;
    font-size: 120%;
    color: #666666;
    padding-bottom: 10px;
    line-height: 1.4;
    position: relative;
	}

.mvService h3 {
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    top: calc(10% - 44px);
    left: 5%;
    margin-right: 0.5em;
    back-ground-color:#193871;
	}
    

.globalBox2 {
    background: #E8F6FD;
    margin: 0 ;
    padding: 20px 40px ;
    font-size:1.2;
    font-weight:bold;
	}   

.report_subtitle {
    background: #0088CE;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    width: 100px;
    }
}   

@media screen and (max-width:768px){
.photo_vertical_left{
	width:200px;
	float: left;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;}
    
.photo_vertical_right{
	width:200px;
	float: right;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;}
}


.main-title{
	position: relative;
    font-size: 1.8rem;
    padding-left: 10px;
    border-left: 15px solid #303ab2;
    color: #666666;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width:768px){
.report-name{
    font-weight: bold;
    font-size: 120%;
    color: #193771;
    margin:10px;
    line-height: 1.5; }
    
.title06 {
	font-weight: bold;
    font-size: 120%;
    color: #666666;
    padding-bottom: 10px;
     padding-left: 10px;
    line-height: 1.2; }

.globalBox2 {
    background: #E8F6FD;
    margin: 0 15px ;
    padding: 10px 20px 10px;}

.report_subtitle {
    background: #0088CE;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    width: 100px;
    margin-left: 15px;
    }

.main-title{
    position: relative;
    font-size: 1.5rem;
    padding-left: 5px;
    color: #666666;
    border-left: 10px solid #303ab2;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}
}


.under_line{ border-bottom: 2px dotted #BFBFBF;}
.bg-yellow{ background: #fedd00;}
.bg_blue{ background:linear-gradient(transparent 80%, #a7c6ed 20%);}
.photo_vertical_left{float: left; padding-right: 20px;}
.photo_vertical_right{float: right; padding-left: 20px;}
.shine { text-shadow: 1px 1px 3px #fff;}


/*  筆者   ------------------------------- */

.author_title {
    font-size: 20px;
    color: #ffffff;
    background-color: #193771;
    margin: 20px 0 0 0;
    padding: 14px 0 14px 40px;
    display: inline-block;
    width: 100%;
}
.author_prof{
    background-color: #f2f2f2;
    width: 100%;
    margin: 0px;
    padding: 40px;
    border: 1px solid #193771;
}

.author_prof .prof_img {
    width: 160px;
    margin: 0px 20px 0px 0px;
    float: left;
    padding-right: 20px;
}
.author_prof .prof_img img {
    width: 100%;
}
.author_prof .prof_cont {
    margin-left: 160px;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}
.author_prof .prof_cont p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
}
.author_prof .prof_cont .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.author_prof .prof_cont .sub {
    font-size: 12px;
    line-height: 1em;
    margin: 8px 0 16px 0;
    padding: 4px 8px;
    border: 1px solid #999999;
    display: inline-block;
    font-weight: bold;
    background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
 .author_prof .prof_cont .name {
        font-size: 3.5vw;
    }
    .author_prof .prof_cont .sub {
        font-size: 2vw;
    }
    .author_prof{
        background-color: #eeeeee;
        width: 100%;
        margin: 0px 0 10px 0;
        padding: 10px;
    }

    .author_prof .prof_img {
        width: 25%;
        margin: 0px 14px 0px 0px;
        float: left;
        padding-right: 0;
        border-right: none;
    }
    .author_prof .prof_cont {
        border-left: none;
        margin-left: 0;
        padding: 20px 0 0 0;
        float: none;
        width: 100%;
        height: auto;
    }
    .author_title {
    display: block;
    font-size: 20px;
    color: #ffffff;
    background-color: #193771;
    padding: 14px 0 14px 100px;
    
    width: 100%;
	}
    
    .author_inner{
      width:90%;
      margin:0 auto;
	}
}

ol.point{
  counter-reset:list;
  list-style-type:none;
  padding: 0 1em 1em 1em;
}
ol.point li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 0 0 10px 5px;
  font-weight: bold;
  font-size:14px;
  border-bottom: dashed 1px #999999;
}
ol.point li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #999999;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
ol.point a{text-decoration:none;}

ol.point a:hover {color:#307fe2;}

@media only screen and (max-width: 768px) {
ol.point{
  margin:0 10px;
}
}



/*----------目次用-------*/

@media only screen and (min-width: 769px){
#table-of-content{
padding:10px 20px 10px 30px;

width:600px;
margin:0 auto;
border:2px solid #ccc;
background:#edf6ff;
}
.contents2{
margin-left:5px;
padding-left: 7px;
line-height:1.5;
}
.contents2:before{
content:">　"
}
.contents3 {
 margin-left: 40px;
color:#0f3675;
font-size:0.9em;
}
#table-of-content{
display:flex;
flex-wrap:wrap;}

#table-of-content ul li 
 { padding-left: 1em;
/*  text-indent: -3em;*/ 

}
}

	
summary{
text-align:center;
font-weight:bold;
font-size:1.4em;
cursor:zoom-in;
}

#table-of-content a {
  text-decoration: none;
}
#table-of-content a::hover{
color:#00a9e0;
}

#table-of-content ul li:first-child{ display:none;}
#table-of-content ul li:nth-of-type(2) { display:none;}
/*
#table-of-content ul li:nth-of-type(3) { display:none;}
*/


@media only screen and (max-width: 768px){
#table-of-content{
padding:10px;
max-width:100%;
margin:0 auto;
border:2px solid #ccc;
background:#edf6ff;

}
.contents2{
/*margin: 5px 0px 5px 10px;*/
/*border-left: 5px solid #ccc;*/
/*padding-left: 3px;*/

}
.contents3 {
   margin-left: 10px;
color:#0f3675;
font-size:0.9em;

}
#table-of-content ul li {
/*list-style:number;*/
 margin-left: 12px;
/*text-indent: -2em;*/

}
}

