
/*****共通******/
/*　Safari用CSSハック　*/
_::-webkit-full-page-media, _:future, :root body.lock {
position: inherit;
}

a{color: #333;}

a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.gray {
    opacity: 0.4;
    pointer-events: none;
}

 div.headernav nav ul.nav > li > a::after,  div.headernav nav ul.nav > li .parent_nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #fbed21;
    transition: .3s;
}

body {
    position: relative;
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    background-size: 1800px auto;
}

div.wrapper {
    width: calc(100% - 240px);
}

/*div.flex_wrapper .left_contents {
    width: calc(100% - 240px);
}*/

@media screen and (max-width: 1000px){
div.wrapper {
    width: 100%;
}
}

@media screen and (max-width: 700px){
	body{font-size: 14px;}
}

/*======================================
ここからヘッダー
=======================================*/
 div.headernav{
	position: fixed;
    padding: 0;
    width: calc(100% - 240px);
	z-index: 11;
}

 div.headernav.fixed {
    position: fixed;
    top: 0;
    background: #0096e0;
    width: calc(100% - 240px)
}

 div.headernav.fixed .navlogo {
    opacity: 0;
    transition: .2s;
	 display: none;
}

 div.headernav.fixed nav ul.nav {
    padding-left: 0;
    transition: .2s;
}

 div.headernav .navlogo {
    position: absolute;
    top: -72px;
    left: 26px;
	display: inline-block;
	z-index: 20;
}

div.headernav .navlogo img{
	width: 110px;
	height: auto;
}

 div.headernav nav {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    width: 100%;
	display: inline-block;
	position: relative;
	background: #0096e0;

}


 div.headernav nav ul.nav {
    padding: 0 0 0 10px;
	box-sizing: border-box;
    width: 100%;
    display: flex;
    position: relative;
    transition: .2s;
	line-height: 1em;
	background: #0096e0;
}

 div.headernav nav ul.nav > li .parent_nav{
    display: block;
    position: relative;
    margin: 0;
    padding: 23px 25px ;
    color: #ffffff;
    letter-spacing: .1em;
    font-weight: bold;
	text-decoration: none;
	opacity: 1;
	 cursor: pointer;
	 font-size: 17px;
}
div.headernav nav ul.nav > li .parent_nav:hover{color: #ffe100;}

 div.headernav nav ul.nav > li > .parent_nav a:hover{
	text-decoration: underline;
	text-decoration-color: #ffe100;
	text-decoration-thickness:3px;
	text-underline-offset: 8px;
}

 div.headernav nav ul.nav > li.drop .dropdowncontain {
    white-space: nowrap;
    position: absolute;
    top: 62px;
    left: -100%;
    box-sizing: border-box;
	padding: 18px 0 0;
    background: #ffe600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	 width: 100%;
	 opacity: 0;
}

 div.headernav nav ul.nav > li.drop .dropdowncontain.sabmenu_active,
 div.headernav nav ul.nav > li.drop .dropdowncontain:hover{
	 left: 0;
	 opacity: 1;
	padding: 18px 0 0;
}


 div.headernav nav ul.nav > li.drop .dropdowncontain > li a {
    font-weight: bold;
    font-size: 16px;
    padding: 20px 27px;
    display: block;
    position: relative;
    line-height: 15px;
    letter-spacing: 0.2em;
    transition: .3s;
    margin-top: -18px;
    color: #0096e0;
	text-decoration:none;
}

.clickSpNavAbout:after {
    font-family: 'FontAwesome', sans-serif;
    content: "\f067";
    position: absolute;
    top: 15px;
    right: 25px;
}

 div.headernav nav ul.nav > li.drop .dropdowncontain > li a::after {
    content: '';
    height: 20px;
    width: 3px;
    background: #1188de;
    display: block;
    position: absolute;
    top: 18px;
    right: -1px;
}

/* スマホ用 */
#sp_menu{display: none;}

div.hamburgar {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 36px;
    height: 28px;
    z-index: 999999;
	cursor: pointer;
}

div.hamburgar span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0096e0;
}

div.hamburgar span:nth-of-type(2) {
    top: 12px;
}

div.hamburgar span:nth-of-type(3) {
    bottom: 0;
}

div.hamburgar.active span:nth-of-type(1) {
 transform: translateY(10px) rotate(-45deg);
}

div.hamburgar.active span:nth-of-type(2) {
  opacity: 0;
}

div.hamburgar.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}

.head_top_left img{
	padding: 20px 35px 15px 20px;
	vertical-align: middle;
	width: 330px;
}

.head_top_left p{
	margin: auto 0;
	font-size: 1vmax;
	color: #0096e0;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 1550px){
	div.headernav nav ul.nav > li .parent_nav {
    padding: 25px 10px;
}
}
@media screen and (max-width: 1300px){
	.head_top_left img{width: 45%;}
}
@media screen and (max-width: 1235px){
	 div.headernav nav ul.nav > li .parent_nav {
	font-size: 14px;
	padding:15px 12px;
	}
	div.headernav nav ul.nav > li.drop .dropdowncontain > li a {
	font-size: 12px;
	padding: 20px 15px;
	text-align: left;
	}
	div.headernav nav ul.nav > li.drop .dropdowncontain{top: 46px;}
}
@media screen and (max-width: 1000px){
/* div.headernav {
    display: none;
}*/
	 div.headernav .navlogo{display: none;}
	 div.headernav nav ul.nav{
		display: block;
		 
		opacity: 0;
		position: fixed;
		height: 100%;
		top: 221px;
		bottom: 0;
		left: 0;
		right: -200%;
		margin: auto;
		overflow-y: scroll;
		z-index: 100;
		padding: 80px 0 200px;
		text-align: center;

		transition: 1s;
		
	}
	div.headernav nav ul.nav.nav_active{
		opacity: 1;
		transition: 1s;
		right: 0;
	}
	
	 div.headernav nav ul.nav li{
		margin-bottom: 60px;
	}
	div.headernav nav ul.nav > li.drop .dropdowncontain {
		background: #ffffff;
	}
	 div.headernav nav ul.dropdowncontain li{
		margin-bottom: 10px;
		border-bottom: 1px solid #0096e0;
	}
	 div.headernav nav ul.dropdowncontain li:last-child{
		margin-bottom: 0;
	}
	 div.headernav nav ul.nav > li .parent_nav {
		display: block;
	}
	 div.headernav nav ul.nav > li .parent_nav a {
		padding: 0;
		display: inline;
	}
	 div.headernav nav ul.nav > li.drop .dropdowncontain{
		position: static;
		flex-wrap: wrap;
		height: 0;
		padding: 0;
		display: block;
	}
	div.headernav nav ul.nav > li.drop .dropdowncontain > li a::after {
		display: none;
	}
	
	 div.headernav nav ul.nav > li.drop .dropdowncontain.sabmenu_active,  div.headernav nav ul.nav > li.drop .dropdowncontain:hover{
		height: auto;
		margin: 20px 0;
		justify-content: center;
	}
	
	 div.sns{display: none;}
	
	#sp_menu{
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;

	}
	#head_top_left{
		width: 100%;
		background-color: #FFFFFF;
		position: relative;
	}
	#head_top_left p {
		font-size: 13px;
		display: none;
	}
	#head_top_left img {
		width: 190px;
		height: auto;
		padding: 25px 10px;
	}
	
	div.sptop {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 10px;
		background: #f7f7f7;
		box-sizing: border-box;
	}
	.right_btn{
		display: flex;
		text-align: right
	}
	
	.right_btn li{width: auto;}
	.right_btn li img{height: 24px;}
	
	.right_btn li{margin-right: 5px;}
	.right_btn li:last-child{margin-right: 0;}
}
@media screen and (max-width: 1000px){
	 div.headernav nav ul.nav > li .parent_nav {
		background:url("../img/plus_btn.png")center right 30px no-repeat;
		 padding: 5px 20px;
		 text-align: left;
	}
}
/*=========================================================
ここからsns
==========================================================*/
 div.sns{
	background-color: #FFFFFF;
	padding: 15px 30px;
	position: absolute;
	top: 66px;
    right: 0;
}
ul.ul_sns {
    display: flex;
    margin: 0
}

ul.ul_sns li {
    margin-right: 18px;
    list-style: none;
}

ul.ul_sns li:last-child{
	margin-right: 0px;
}

ul.ul_sns li a {
	display: block;
}

div.sptop div.sns{
	display: none;
}

@media screen and (max-width: 1550px){
 div.sns {
	padding: 16px 15px;
	}
	ul.ul_sns li {
    margin-right: 15px;
	}
}
@media screen and (max-width: 1300px){
 div.sns {
	position:static;
	}
}
@media screen and (max-width: 1000px){
	div.sptop div.sns{
	display: inline-block;
	padding: 10px 0;
	background-color: transparent;
	}
	ul.ul_sns li {
	margin-right: 2px;
	}
	ul.ul_sns li img{
	width: 80%;
	height: auto;
	}
}

/*=======================================================
ここからメイン
========================================================*/



/*=======================================================
ここから右スポンサー
========================================================*/

.right-banner-wrap .right-inner .slide-banner-wrap {
    background: #0096e0;
    padding: 45px 23px;
    position: fixed;
    top: 0;
    right: 0;
    width: 194px;
    height: 103px;
    z-index: 101;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-banner-wrap .right-inner .sponsor-wrap{
	padding: 230px 23px 20px;
	    background: #ffe600;

}

.right-banner-wrap .right-inner .sponsor-wrap .box{
	margin-bottom:20px; 
}

.right-banner-wrap .right-inner .sponsor-wrap li{
	margin-bottom:5px; 
}

.right-banner-wrap .right-inner .sponsor-wrap li:last-child{
	margin-bottom: 0;
}

.right-banner-wrap .right-inner .sponsor-wrap p{
	color: #0096e0;
	font-size: 18px;
	font-family: "Futura Std Medium", "Futura XBlk BT", "FuturaBlack BT",'Hind', sans-serif;
	margin-bottom: 5px;
	line-height: 1em;
}

.right-banner-wrap .right-inner .sponsor-wrap img{width: 100%;}
.right-banner-wrap .right-inner .sponsor-wrap .spo_2 img{width: 80%;}

.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor{
	margin-bottom:50px; 
}

.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor li{
	margin:0 0 2% 0; 
	width: 49%;
}

.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor a{width: 100%; display: inline-block;}

/*---------------------------------------------
ここから右バナーmax-width: 1000px
---------------------------------------------*/

@media screen and (min-width: 1000px){
.right-banner-wrap {
	width: 240px;
	/*height: 100vh;*/
	height: 100%;
	/*overflow-y: scroll;*/
    z-index: 100;
    padding: 0 0 80px 0;
    background: #ffe600;
	box-sizing: border-box;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	right: 0;
	/*overflow: hidden;*/
}
}

@media screen and (max-width: 1000px){
	.right-banner-wrap {
		width: 100%;
		height: auto;
		padding: 0;
		background:#ffe100;
	}
	.right-banner-wrap .right-inner .slide-banner-wrap {
		display: none;
	}
	.right-banner-wrap .right-inner .sponsor-wrap {
		padding: 30px 23px 10px;
	}
	.right-banner-wrap .right-inner .sponsor-wrap p{
	/*color: #FFFFFF;*/
	font-size: 23px;
	font-family: "Futura Std Medium", "Futura XBlk BT", "FuturaBlack BT",'Hind', sans-serif;
	margin-bottom: 20px;
	text-align: center;
	}
	.right-banner-wrap .right-inner .sponsor-wrap .box ul.nonstyle {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.right-banner-wrap .right-inner .sponsor-wrap .box ul.nonstyle li{
		flex-basis: 280px;
		width: 280px;
		margin:0 1%;
	}
	
	.right-banner-wrap .right-inner .sponsor-wrap .box.spo_2 ul.nonstyle li{
		flex-basis: 200px;
		width: 200px;
	}
	.right-banner-wrap .right-inner .sponsor-wrap .spo_2 img{width: 100%;}
	
	.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor ul{
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
	}
	.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor li{width: 24%;}
	.bronze-sponsor .nonstyle::before{
		content:"";
		display: block;
		width:24%;
		order:1;
	}
	.bronze-sponsor .nonstyle::after{
		content:"";
		display: block;
		width:24%;
	}
}

@media screen and (max-width: 700px){
	.right-banner-wrap{line-height: 1;}
	
	.right-banner-wrap .right-inner .sponsor-wrap .box ul{
		display: block!important; 
		text-align: center;
	}
	.right-banner-wrap .right-inner .sponsor-wrap .box ul li{display: inline-block;}
	
	.right-banner-wrap .right-inner .sponsor-wrap .box ul.nonstyle li{
		width: 200px;
		margin: 0 5px 10px!important;
	}
	
	.right-banner-wrap .right-inner .sponsor-wrap .box.spo_2 ul.nonstyle li{width: 150px;}
	
	.right-banner-wrap .right-inner .sponsor-wrap .bronze-sponsor li {
		width:32%;
	}
	.right-banner-wrap .right-inner .sponsor-wrap .box li.other img{
		width: 100%;
		float: right;
	}
}

/*===========================================================
ここからフッター
============================================================*/

footer{
	padding: 100px 0 35px;
    font-size: .9em;
    width: 100%;
    position: relative;
    color: #000;
	background-color: #181c20;
}

footer .footer_inner {
    padding: 0 30px;
    max-width: 1232px;
    margin: auto;
}

footer .footer_inner .footer_bottom {
    display: flex;
	margin-bottom: 40px;
}

footer .footer_inner .footer_bottom .left {
    margin-right: 50px;
    flex-basis: 50%;
    width: 50%;
}

footer .footer_inner .footerlogo {
    display: block;
    width: 320px;
    margin-bottom: 30px;
}

footer .footer_inner .footer_bottom .f_title {
    margin-bottom: 15px;
    font-size: 21px;
    letter-spacing: 0.1em;
	color: #FFFFFF;
}

footer .footer_inner .footer_bottom .left .address {
    line-height: 1.6;
    letter-spacing: 0;
	color: #FFFFFF;
	font-size: 15px;
}

footer .footer_inner .footer_bottom .left ul.other_btn {
    margin: 0;
    padding: 20px 0;
}

footer .footer_inner .footer_bottom .left ul.other_btn li {
    display: inline-block;
    margin-right: 20px;
}

footer .footer_inner .footer_bottom .left ul.other_btn li img{
    height:30px
}

footer .footer_inner .footer_bottom .left ul.other_btn li:last-child{
    margin-right: 0;
}

footer .footer_inner .footer_bottom .right {
    flex-basis: 50%;
    width: 50%;
}

footer .footer_inner .footer_bottom .right p.f_title{
	font-size: 30px;
	font-family: "Futura Std Medium", "Futura XBlk BT", "FuturaBlack BT",'Hind', sans-serif;;
}

footer .footer_inner .footer_bottom .right ul.site_list {
    margin-bottom: 30px;
}

footer .footer_inner .footer_bottom .right ul.site_list li {
   display: inline-block;
   margin-right: 20px;
}

footer .footer_inner .footer_bottom .right ul.site_list li:nth-child(3n){
   margin-right: 0;
}

footer .footer_inner .footer_bottom .right ul.site_list li img{
   width:170px; 
}

footer .footer_inner .footer_bottom .right ul.archive {
    margin: 0;
}

footer .footer_inner .footer_bottom .right ul.archive li {
   display: inline-block;
   margin:0 15px 10px 0;
}

footer .footer_inner .footer_bottom .right ul.archive li img{
   width: 129px;
}

footer .footer_inner .copy {
    font-size: 10px;
    letter-spacing: 0;
	color: #FFFFFF;
	text-align: center;
}
/*---------------------------------------------
ここからフッターmax-width: 1000px
---------------------------------------------*/
@media screen and (max-width: 1000px){
	footer{
	padding: 60px 0 35px;
	}
	footer .footer_inner {
    padding: 0 20px;
	text-align: center;
	}
	footer .footer_inner .footerlogo {
	margin: 0 auto 30px;
	}
	footer .footer_inner .footer_bottom {
    display: block;
	}
	footer .footer_inner .footer_bottom .left {
    width: 100%;
	margin-bottom: 10px;
	}
	footer .footer_inner .footer_bottom .right {
    width: 100%;
	}
	footer .footer_inner .footer_bottom .right ul.archive li {
	margin:0 5px 10px 0;
	}
}
@media screen and (max-width: 700px){
	footer .footer_inner .footer_bottom .left ul.other_btn li img{
    height: 30px;}
	footer .footer_inner .footer_bottom .f_title {font-size: 18px;}
}



/*======================================
ここから中ページの共通設定
=======================================*/
/*　headerの中ページ用設定 */
.naka_head{
	background-color: #FFFFFF;
	display: flex;
}

.naka .naka_head{
	background-color: #FFFFFF;
	display: flex;
}

.naka_head .head_top_right{
	margin-left: auto;
}

.naka_head .head_top_right ul.right_btn{
	display: flex;
	padding: 17px 10%;
}

.naka_head .head_top_right ul.right_btn li{margin-right: 10px;}
.naka_head .head_top_right ul.right_btn li:last-child{margin-right: 10px;}

.naka_head .head_top_right ul.right_btn li img{
	width: 100%;
}

.naka div.sns {
    top: 68px;
    right: 0;
}

/*=======================================*/

.naka div.headernav .navlogo{display: none;}
.naka div.headernav{
	position: fixed!important;
	top: 0;
    /*background: #0096e0;*/
    width: calc(100% - 240px);
}
.naka div.headernav nav ul.nav{padding-left: 0;}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
	.naka div.sns{top: 74px;}
	div.sns{padding: 23px 30px;}
	.head_top_left img{height: 31px;}
}

@media all and (-ms-high-contrast: none) and (max-width: 1400px){
  /* ここに書く */
	.head_top_left img{width: 300px;}
	.naka .head_top_left p{display: none;}
}


@media screen and (max-width: 1000px){
	.naka .right-banner-wrap .right-inner .sponsor-wrap{padding-top: 50px;}
	.naka　.head_top_left img{width: 190px;}
}

/*　本分の設定　*/
.naka .left_contents{background: #f3f3f3; padding: 240px 0 120px;}

#naka_inbox{
	background: #FFFFFF;
	width: 95%;
	max-width: 1160px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 90px 100px;
	position: relative;
	text-align: justify;
}

#pankuz{
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 13px;
	width: 95%;
}

#naka_inbox h2{
	text-align: center;
	font-size: 39px;
	font-weight: bold;
	margin-bottom: 60px;
}

#naka_inbox h2 span{
	display: block;
	width: 60px;
	height: 6px;
	margin: 15px auto;
	background: linear-gradient(90deg, #0097e0 0%, #0097e0 50%, #fee100 50%, #fee100 100%);
}

#naka_inbox h2 b{
	display: block;
	font-size: 26px;
	color:  #0097e0;
	font-family: "Futura Std Medium", "Futura XBlk BT", "FuturaBlack BT" ,'Hind', sans-serif;
	font-weight: bold;
}

#naka_inbox h3{
	padding: 12px 25px;
	background: #0097e0;
	border-left: 6px solid #fee100;
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}

#naka_inbox h4{
	color: #0097e0;
	padding:10px;
	border-left: 3px solid #0097e0;
	font-weight: bold;
	margin-bottom: 15px;
	background: #e5f6fe;
}

/* h3以上の見出し */
#naka_inbox .contents_bigtitle{
	font-size: 30px;
	text-align: center;
	padding: 15px;
	color: #0097e0;
	font-weight: bold;
	border-top: 3px solid #0097e0;
	border-bottom: 3px solid #0097e0;
	margin-bottom: 20px;
}
#naka_inbox .contents_bigtitle span{display: block; font-size: 20px;}


#naka_inbox .contents_box{margin-bottom: 50px;}
#naka_inbox .contents_box_in{padding: 0 25px;}

/* 吹き出し風見出し*/
.fukidasi_tl {
	position: relative;
	padding: 1rem 2rem;
	color: #0097e0;
	border-radius: 10px;
	background: #ffe600;
	margin-bottom: 30px;
	font-weight: bold;
}

.fukidasi_tl:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #ffe600 transparent transparent transparent;
}

/* リボン風見出し*/
.ribbon_tl {
 position: relative;
  margin: 30px;
  text-align: center;
}

.ribbon_tl:before,
.ribbon_tl:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1.5em solid #0281bf;
}

.ribbon_tl:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.ribbon_tl:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.ribbon_tl span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #ffe600;
  background: #0097e0;
	font-size: 130%;
	font-weight: bold;
}

.ribbon_tl span:before,
.ribbon_tl span:after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 0;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #005781 transparent transparent transparent;
}

.ribbon_tl span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.ribbon_tl span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}


/* テーブルの設定 */
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.scroll-table table{
	width: 100%;
    border: 1px solid #0097e0;
}

.scroll-table table th{
	text-align: center;
	padding: 10px 0;
	color: #0095e1;
	background-color: #e5f6fe;
	border: 1px solid #0097e0;
	vertical-align: middle;
}

.scroll-table table td{
	padding: 15px 5px;
	border: 1px solid #0097e0;
	text-align: center;
	vertical-align: middle;
}

.scroll-table .tl_sp_txt{display: none; color: #F40004;}

/* 青のボックス */
.in_blue_box{
	border: 2px solid #0097e0;
	border-radius: 5px;
}

.in_blue_box dt{
	background: #0097e0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.in_blue_box dd{
	padding: 20px;
}

/* 数字ありのリストの設定 */
.nam_list{    
	text-indent: -2.6em;
	margin-left:2.6em;
}
.disc_list li{margin-bottom: 10px;}


/* 黒ドットのリストの設定 */
.disc_list {list-style-type: disc;}
.disc_list li{margin-left: 20px; margin-bottom: 10px;}

/* 白丸のリストの設定 */
.circle_list li{
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left:1em;
}
.circle_list li::before{content: '〇';}

/* 通常ボタン */
.contents_btn{
	display: inline-block;
	color: #FFFFFF;
	padding: 13px 45px 13px 20px;
	border-radius: 5px;
	background:url("../img/icon_01.png") right 15px center no-repeat;
	background-color: #0095DF;
	text-decoration: none;
	font-weight: bold;
	/*outline: 1px solid rgb(255, 255, 255);
	outline-offset: -5px;*/
}


/* PDF用のボタン */
.pdf {
    padding: 10px;
    background: #005680;
    text-align: center;
    font-size: 14px;
    margin: 20px auto 0;
    border-radius: 5px;
	display: inline-block;
	font-weight: bold;
}

.pdf a {
    color: #FFFFFF;
    text-decoration: none;
}

.pdf a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 20px;
    background-image: url("../img/pdf_icon.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 10px;
}




@media screen and (max-width: 1200px){
	#naka_inbox{padding: 90px 30px;}
}

@media screen and (max-width: 1000px){
	.naka .left_contents{padding: 170px 0 120px;}
}

@media screen and (max-width: 700px){
	.naka .left_contents{padding: 130px 0 50px;}
	#naka_inbox{padding: 80px 15px 40px;}
	
	#pankuz{top: 10px; left: 10px;}
	
	#naka_inbox h2{font-size: 30px; margin-bottom: 20px;}
	#naka_inbox h2 span{width: 50px; height: 4px; margin: 10px auto;}
	#naka_inbox h2 b{font-size: 22px;}
	
	#naka_inbox h3{padding: 10px; font-size: 16px; margin-bottom: 15px;}
	
	#naka_inbox .contents_bigtitle{
		font-size: 22px;
		padding: 10px;
		margin-bottom: 20px;
	}
	#naka_inbox .contents_bigtitle span{display: block; font-size: 16px;}
	
	
	#naka_inbox .contents_box_in{padding: 0 10px;}
	#naka_inbox .contents_box{margin-bottom: 30px;}
	
	.scroll-table .tl_sp_txt{
		display: block;
		font-size: 13px;
		margin: 10px auto;
	}
	
	.ribbon_tl:before {left: -27px;}
	.ribbon_tl:after {right: -27px;}
	
	
}
/* フローの設定 */
.flow{
	margin-bottom: 50px;
}

.flow:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0095e1 transparent transparent transparent;
  border-width: 25px 35px 0 35px;
}

div.flow .LeftFrame {
	display: table-cell;
	vertical-align: middle;
    color: #FFF;
    width:30%;
    background-color: #0095e1;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}

div.flow .RightFrame {
	display: table-cell;
	vertical-align: middle;
    color: #0095e1;
	width:595px;
	border: 2px solid #0095e1;
	padding: 15px 20px;
}

div.flow_end{
	background: #0095e1;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-size: 25px;
	margin-bottom: 70px;
	font-weight: bold;
}

@media screen and (max-width: 700px){
	.flow{margin-bottom: 20px;}
	div.flow .LeftFrame {font-size: 16px;}
	div.flow_end{
	font-size: 22px;
	margin-bottom: 40px;
	}
	dl.in_blue_box p{font-size: 18px;}
	.flow:after {
	border-width: 13px 18px 0 18px;
}
}


