@charset "utf-8";

/*--- フロートクリア --------------------------------------------------------------*/
.clearb { clear: both; }
.clearb_1 {
	clear: both;
	overflow: hidden;
}
.clearb_2{
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--- float ----------------------------------------------------------------------*/
.flL { float: left; }
.flR { float: right; }
.flCL { clear: left;}
.flRL { clear: right;}

/*--- align ----------------------------------------------------------------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

/*--- margin ----------------------------------------------------------------------*/
.mgClear { margin: 0px; }
/* top */
.mgT00 { margin-top: 0px !important; }
.mgT01 { margin-top: 1px !important; }
.mgT02 { margin-top: 2px !important; }
.mgT03 { margin-top: 3px !important; }
.mgT04 { margin-top: 4px !important; }
.mgT05 { margin-top: 5px !important; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT25 { margin-top: 25px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT35 { margin-top: 35px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
/* right */
.mgR00 { margin-right: 0px !important; }
.mgR01 { margin-right: 1px !important; }
.mgR02 { margin-right: 2px !important; }
.mgR03 { margin-right: 3px !important; }
.mgR04 { margin-right: 4px !important; }
.mgR05 { margin-right: 5px !important; }
.mgR10 { margin-right: 10px !important; }
.mgR15 { margin-right: 15px !important; }
.mgR20 { margin-right: 20px !important; }
.mgR25 { margin-right: 25px !important; }
.mgR30 { margin-right: 30px !important; }
.mgR35 { margin-right: 35px !important; }
.mgR40 { margin-right: 40px !important; }
/* left */
.mgL00 { margin-left: 0px !important; }
.mgL01 { margin-left: 1px !important; }
.mgL02 { margin-left: 2px !important; }
.mgL03 { margin-left: 3px !important; }
.mgL04 { margin-left: 4px !important; }
.mgL05 { margin-left: 5px !important; }
.mgL10 { margin-left: 10px !important; }
.mgL15 { margin-left: 15px !important; }
.mgL20 { margin-left: 20px !important; }
.mgL25 { margin-left: 25px !important; }
.mgL30 { margin-left: 30px !important; }
.mgL35 { margin-left: 35px !important; }
.mgL40 { margin-left: 40px !important; }
/* bottom */
.mgB0 { margin-bottom: 0px !important; }
.mgB1 { margin-bottom: 1px !important; }
.mgB2 { margin-bottom: 2px !important; }
.mgB3 { margin-bottom: 3px !important; }
.mgB4 { margin-bottom: 4px !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB15 { margin-bottom: 15px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB25 { margin-bottom: 25px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB35 { margin-bottom: 35px !important; }
.mgB40 { margin-bottom: 40px !important; }

/*--- 課題のみ ----------------------------------------------------------------------*/
.kmgB15 { margin-bottom: 0px !important; }
	/*****************************************************
	786px以上【PC】
******************************************************/
@media print, screen and (min-width: 786px) {
.kmgB15 { margin-bottom: 15px !important; }
}
/*--- パディング ----------------------------------------------------------------------*/
.pdClear { padding: 0px !important; }
/* top */
.pdT00 { padding-top: 0px !important; }
.pdT05 { padding-top: 5px !important; }
.pdT10 { padding-top: 10px !important; }
.pdT15 { padding-top: 15px !important; }
.pdT20 { padding-top: 20px !important; }
.pdT25 { padding-top: 25px !important; }
.pdT30 { padding-top: 30px !important; }
.pdT35 { padding-top: 35px !important; }
.pdT40 { padding-top: 40px !important; }
.pdT50 { padding-top: 50px !important; }
/* right */
.pdR00 { padding-right: 0px !important; }
.pdR05 { padding-right: 5px !important; }
.pdR10 { padding-right: 10px !important; }
.pdR15 { padding-right: 15px !important; }
.pdR20 { padding-right: 20px !important; }
.pdR25 { padding-right: 25px !important; }
.pdR30 { padding-right: 30px !important; }
.pdR35 { padding-right: 35px !important; }
.pdR40 { padding-right: 40px !important; }
.pdR50 { padding-right: 50px !important; }
/* left */
.pdL00 { padding-left: 0px !important; }
.pdL05 { padding-left: 5px !important; }
.pdL10 { padding-left: 10px !important; }
.pdL15 { padding-left: 15px !important; }
.pdL20 { padding-left: 20px !important; }
.pdL25 { padding-left: 25px !important; }
.pdL30 { padding-left: 30px !important; }
.pdL35 { padding-left: 35px !important; }
.pdL40 { padding-left: 40px !important; }
.pdL50 { padding-left: 50px !important; }
/* bottom */
.pdB0 { padding-bottom: 0px !important; }
.pdB5 { padding-bottom: 5px !important; }
.pdB10 { padding-bottom: 10px !important; }
.pdB15 { padding-bottom: 15px !important; }
.pdB20 { padding-bottom: 20px !important; }
.pdB25 { padding-bottom: 25px !important; }
.pdB30 { padding-bottom: 30px !important; }
.pdB35 { padding-bottom: 35px !important; }
.pdB40 { padding-bottom: 40px !important; }
.pdB50 { padding-bottom: 50px !important; }



.sol_sum_pdB10 { padding-bottom: 10px !important; }

	/*****************************************************
	786px以上【PC】
******************************************************/
@media print, screen and (min-width: 786px) {
.sol_sum_pdB10 { padding-bottom: 30px !important; }
}

	/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
.sol_sum_pdB10 { padding-bottom: 40px !important; }
}


/*--- テキスト関連 ----------------------------------------------------------------*/
.ls01 {
	letter-spacing: 0.1em !important;}
.fwN {font-weight: normal !important;}
.fwB { font-weight: bold !important; }
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fz18 { font-size: 18px !important; }
.fz21 { font-size: 21px !important; }
.fz24 { font-size: 24px !important; }
.fz26 { font-size: 26px !important; }
.fz28 { font-size: 28px !important; }
.fzLarge { font-size:large !important; }

	/*****************************************************
	1024px以下【tablet】
******************************************************/
@media print, screen and (max-width: 1024px) {
.fwN {font-weight: normal !important;}
.fwB { font-weight: bold !important; }
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 10px !important; }
.fz12 { font-size: 11px !important; }
.fz13 { font-size: 12px !important; }
.fz14 { font-size: 13px !important; }
.fz15 { font-size: 14px !important; }
.fz16 { font-size: 15px !important; }
.fz18 { font-size: 17px !important; }
.fz21 { font-size: 20px !important; }
.fz24 { font-size: 22px !important; }
.fz26 { font-size: 24px !important; }
.fz28 { font-size: 26px !important; }
.fzLarge { font-size:large !important; }	
	
	}

.fznormal{
	font-weight: normal !important;
	letter-spacing: normal !important;
	word-spacing: normal !important;
}



.fc_F00 { color: #F00 !important; }/*鮮やかな赤*/
.fc_00F { color: #00F !important; }/*鮮やかな青*/
.fc_06C { color: #06C !important; }/*青*/
.fc_333 { color: #333 !important; }/*濃いグレー*/
.fc_e60012 { color: #e60012 !important; }/*赤*/
/*--- リスト ------------------------------------------------------------------------*/

ol.type01 {
	margin-bottom: 10px;
}
ol.type01 li {
	list-style-type: decimal;
	margin-left: 35px;
}
ol.type01 .no_count_img {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-type: none;
		margin-left: 0px;
}
ol.type01 .no_count_img img {
        max-width: 100%;
        height: auto;
    }

.img80 {
        max-width: 80%;
        height: auto;
    }
.img40 {
        max-width: 100%;
        height: auto;
    }
@media print, screen and (min-width: 1024px) {
.img40 {
        max-width: 40%;
        height: auto;
    }
}

	/*****************************************************
	1024px以下【tablet】
******************************************************/
@media print, screen and (max-width: 1024px) {
	ol.type01 .no_count_img {
	width: auto;
}
	img {
        max-width: 100%;
        height: auto;
    }

	}
ul.type01 {
	margin-bottom: 10px;
}
ul.type01 li {
	list-style-type: disc;
	margin-left: 35px;
}
ul.type02 {
  list-style: none;
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 20px;
}
ul.type02 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  /*font-size: 16px;*/
  line-height: 1.4;
  margin-bottom: 10px;
}
ul.type02 li::before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 5px;
  color: #e60012;
}
ul.type03 {
  list-style: none;
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
}
ul.type03 li {
	padding-left: 1em;
	text-indent: -1em;
	/*font-size: 16px;*/
  line-height: 1.4;
	margin-bottom: 10px;
	list-style-type: none;
}
ul.type03 li::before {
  font-family: FontAwesome;
  padding-right: 0px;
  color: #e60012;
}
.none{
	list-style-type: none !important;
	}
ul.type04 {
	margin-bottom: 10px;
}
ul.type04 li {
	list-style-type: disc;
	margin-left: 15px;
}
ul.type05 {
	margin-bottom: 10px;
}
ul.type05 li {
	margin-left: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  ul.type02 {
    padding: 15px;
    margin-bottom: 20px;
  }
    ul.type03 {
    padding: 15px;
    margin-bottom: 20px;
  }
      ul.type04 {
    padding: 15px;
    margin-bottom: 20px;
  }
ul.type05 {
	margin-bottom: 10px;
}
ul.type05 li {
	margin-left: 15px;
}}

/*--- 強調 ------------------------------------------------------------------------------*/

em.type01 {
	font-weight: bold;
	font-style: normal;
}

/*-- テーブル標準 ------------------------------------------------------------------------*/
table.type01,
table.tr_type01 {
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	table-layout: fixed !important;
}
table.type01 th,
table.type01 td,
table.tr_type01 th,
table.tr_type01 td {
	padding:7px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.tabletop{
	vertical-align: top !important;
}

table.tr_type01 td img{
	        max-width: 100% !important;
        height: auto !important;
}

table.type01 th ,
table.tr_type01 th {
	background-color: #404040;
	color: #FFF;
	text-align: left;
		font-weight: normal !important;
}
.thcolor_w {
	background-color: #fff !important;
	font-weight: normal !important;
	color: #000 !important;  
}
.thcolor {
	background-color: #e9edf4 !important;
	font-weight: normal !important;
	color: #333 !important;  
}
.thcolor_navy-blue {
	background-color: #036 !important;
	font-weight: normal !important;
	color: #FFF !important;
}
.thcolor_blue {
	background-color: #DDE3EE !important;
	font-weight: normal !important;
	color: #000 !important;
	font-weight: normal !important;
}
.thcolor_m_blue {
	background-color: #236db6 !important;
	color: #fff !important;
	font-weight: normal !important;
}
.thcolor_m_w_blue a {
	color: #333 !important;
}

.thcolor_m_w_blue a:hover {
	color: #236db6 !important;
}
.thcolor_m_w_blue:hover,
.thcolor_m_w_blue:active {
	background-color:#f5df52 !important;
	color: #333;
}
.tdcolor_m_w_gray a {
	color: #333 !important;
}

.tdcolor_m_w_gray a:hover {
	color: #236db6 !important;
}
.tdcolor_m_w_gray:hover,
.tdcolor_m_w_gray:active {
	background-color:#f5df52 !important;
	color: #333;
}
.tdcolor_m_w_gray02 {
	background-color: #f5f5f5 !important;
	color: #333 !important;
	font-weight: normal !important;
}


/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	table.type01 th,
table.type01 td,
	table.tr_type01 th,
table.tr_type01 td {
	padding:15px;
}
}

/*-- テーブル標準02 table-layout: fixed none  ------------------------------------------------------------------------*/
table.type02,
table.tr_type02 {
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
table.type02 th,
table.type02 td,
table.tr_type02 th,
table.tr_type02 td {
	padding:7px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

table.tr_type02 td img{
	        max-width: 100% !important;
        height: auto !important;
}

table.type02 th ,
table.tr_type02 th {
	background-color: #404040;
	color: #FFF;
	text-align: left;
		font-weight: normal !important;
}
.thcolor {
	background-color: #e9edf4 !important;
	font-weight: normal !important;
	color: #333 !important;  
}
.thcolor_navy-blue {
	background-color: #036 !important;
	font-weight: normal !important;
	color: #FFF !important;
}
.thcolor_l-blue {
	background-color: #0D92C4 !important;
	font-weight: normal !important;
	color: #FFF !important;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	table.type02 th,
table.type02 td,
	table.tr_type02 th,
table.tr_type02 td {
	padding:15px;
}
}
/*--- ボーダー ----------------------------------------------------------------*/
.bdB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bdB_red {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}
.bdB_grey {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.bdB_blue {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #059bcd;
}

/*--- ボックス ----------------------------------------------------------------*/
.box01 {
	background-color: #F5F5F5;
	padding: 10px;
}
.box02 {
  border: solid 1px #CCCCCC;
	padding: 10px;
}
.box03 {
background-color: #F5F5F5;
  border: solid 1px #CCCCCC;
	padding: 10px;
}
.box04 {
	background-color: #ECECEC;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.box05 {
	background-color: #F4F4F4;
	padding: 15px;
	border: 10px solid #E6F9FF;
	display: block;
}
.box05 h3 {
	color: #FFF;
	background-color: #2DB4F4;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.box05 dl {
	display: block;
}
.box05 dl dt {
	display: block;
	float: left;
}
.box05 dl dd {
	padding-left: 100px;
	padding-bottom: 10px;
	display: block;
	line-height: normal;
	text-align: left;
}
.box07 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #236db6;
	padding: 10px;
}
.box08 {
	padding: 10px;
}
.box09 {
  border: solid 1px #CCCCCC;
}
.box10 {
	padding:15px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #C33;
}
.box11 {
	background-color:#01205F;
	color:#FFF;
	padding:15px;
}
.box12 {
	background-color: #F5F5F5;
	padding: 10px;
}
.box13 {
	background-color:#EC0000;
	color:#FFF;
	padding:15px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .box01 {
	  padding: 25px;
  }
  .box02 {
	  padding: 25px;
  }
  .box03 {
	  padding: 25px;
  }
  .box04 {
	background-color: #ECECEC;
	display: block;
	margin: 0px;
	padding-left: 40px;
	padding-right: 30px;
	width: 100%;
}
.box04 {
	background-color: #ECECEC;
	display: block;
	margin: 0px;
	padding-left: 40px;
	padding-right: 30px;
	width: 100%;
}
.box07 {
	padding-left: 5px;
	padding-right:5px;
	margin-left: 20px;
	margin-right: 0px;
  }
.box08 {
	padding-left: 5px;
	padding-right:5px;
	margin-left: 20px;
	margin-right: 0px;
  }
}
/*--- 背景 --------------------------------------------------------------------*/
.bg_gray {
   background-color: #f0f0f0 !important;
}
.bg_gray2 {
  background-color:  #f7f7f7 !important;
}
.bg_white {
	background-color:  #FFF !important;
}
.bg_white {
	background-color:  #FFF !important;
}
.bg_red{
	background-color:  #C00 !important;
	color: #FFF;
}
.bg_red02{
	background-color:  #CC0000 !important;
	color: #FFF;
}
.bg_black{
	background-color:  #333 !important;
	color: #FFF;
}
.bg_blue{
	background-color:  #236db6 !important;
	color: #FFF;
}

.bg_blue_flat{
	/* background-color:Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a739b+0,42709e+50,215f9e+100;Blue+Flat */
background: rgb(74,115,155) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(74,115,155,1) 0%, rgba(66,112,158,1) 50%, rgba(33,95,158,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(74,115,155,1) 0%,rgba(66,112,158,1) 50%,rgba(33,95,158,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(74,115,155,1) 0%,rgba(66,112,158,1) 50%,rgba(33,95,158,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a739b', endColorstr='#215f9e',GradientType=0 ) !important; /* IE6-9 */
	color: #FFF;
	line-height: normal;
	letter-spacing: normal;
}
.bg_orange{
	background-color: #F8A766 !important;
	color: #FFF;
}
.bg_w_orange{
	background-color: #FBCEAA !important;
	color: #333;
}



.bg_right_blue{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
background: #499bea; /* Old browsers */
background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	color: #FFF !important;
	line-height: normal;
	letter-spacing: normal;
	}

/*--- 注釈 --------------------------------------------------------------------*/
.annotation li {
	font-size: 80%;
	display: block;
	padding-left: 20px;
	line-height: normal;
	word-spacing: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	background-image: url(../../img/rice.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.annotation_nunber li {
	font-size: 80%;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-type: none;
}
.annotation_nunber li .annotation_nunber_nunber {
	color: #C00;
	display: block;
	padding-right: 0.5em;
	float: left;
}
.annotation_nunber li .annotation_nunber_txt {
	display: block;
	padding-left: 0.5em;
	overflow: hidden;
}
/*--- 注釈 フォント中 --------------------------------------------------------------------*/
.annotation02 li {
	font-size: 100%;
	display: block;
	padding-left: 20px;
	line-height: normal;
	word-spacing: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	background-image: url(../../img/rice.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.annotation_nunber02 li {
	font-size: 100%;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-type: none;
}
.annotation_nunber02 li .annotation_nunber_nunber {
	color: #C00;
	display: block;
	padding-right: 0.5em;
	float: left;
}
.annotation_nunber02 li .annotation_nunber_nunber_b {
	color: #000;
	font-size: 100%;
	display: block;
	padding-right: 0.5em;
	float: left;
}
.annotation_nunber02 li .annotation_nunber_txt {
	display: block;
	padding-left: 0.5em;
	overflow: hidden;
}
.annotation_maintxt {
	font-size:70%;
	vertical-align: top;
}
/*--- リンクunder line --------------------------------------------------------------------*/
.txt_link {
	text-decoration: underline !important;
	text-decoration-color: red !important;
	line-height: normal !important;
}
.txt_link_w {
	background-color: #E5E5E5;
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
.txt_link_w {
	text-decoration: underline !important;
	text-decoration-color: white !important;
}
}
/*--- リストマーク無 --------------------------------------------------------------------*/
.list_none{
	list-style-type: none !important;
	}
.list_dot li{
	text-indent: -1.5em;   /* マーカーが付与する分インデントする */
    padding-left: 1.5em;   /* 自動改行対応 */
    list-style: none;
	}
.list_dot li:before{ content:"・"; 
    padding-right: 0.5em;  /* マーカーの後の空白 */}
/*--- 注釈 --------------------------------------------------------------------*/
.link_mark_txt {
	color: #C00 !important;
	text-decoration: underline !important;
}
.annotation_txt {
	font-size: 80% !important;
	vertical-align: top !important;
	}
/*--- テキストサイズ変更 --------------------------------------------------------------------*/
.txt_80 {
	font-size: 80% !important;
}
.txt_88 {
	font-size: 88% !important;
}

.txt_90 {
	font-size: 90% !important;
}
.txt_98 {
	font-size: 98% !important;
}
.txt_105 {
	font-size: 105% !important;
}
.txt_110 {
	font-size: 110% !important;
}
h4 {
	font-weight: normal;
	}
.Ptxt_89 {
	font-size: 89.6% !important;
}
/*****************************************************
	1024px以下【PC】
******************************************************/
@media print, screen and (max-width: 1024px) {
.Ptxt_89 {
	font-size: 100% !important;
}
}
/*--- テキスト色 --------------------------------------------------------------------*/

.text_red {
	color: #E30000;
	}
.text_black {
	color: #000 !important;
	}
.text_gray {
	color: #666 !important;
	}

	/*--- シャドウ --------------------------------------------------------------------*/
.sd_basic {
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.sd_hard {
  color: white;
  text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}
.sd_emboss {
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}
	
/*--- テキスト左寄せ --------------------------------------------------------------------*/
.txt_left {
	text-align: left !important;
	display: block !important;
}

/*--- PCのみテキスト左寄せ --------------------------------------------------------------------*/
.txt_left_nosptb {
	text-align: center !important;
	display: block !important;
}
@media print, screen and (min-width: 1024px) {
.txt_right_nosptb {
	text-align: right;
	display: block;
}
}

/*--- テキスト右寄せ --------------------------------------------------------------------*/
.txt_right {
	text-align: right;
	display: block;
}

/*--- PCのみテキスト右寄せ --------------------------------------------------------------------*/
.txt_right_nosptb {
	text-align: center;
	display: block;
}
@media print, screen and (min-width: 1024px) {
.txt_right_nosptb {
	text-align: right;
	display: block;
}
}



/*--- 中央表示 --------------------------------------------------------------------*/
.center{
	text-align: center !important;
	display: block;
	}
	
/*--- 下線点線 --------------------------------------------------------------------*/
.under_line_dot{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/*--- 下線青 --------------------------------------------------------------------*/
.under_line_bule{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #236db6;
	padding-bottom: 2px;
}
/*--- リンク位置指定 固定ヘッダ分のマイナス差 --------------------------------------------------------------------*/
#problemsolving,#features,#service_provision_drawing,#service_model,#operating_environment,#partner_link,#serviceoverview,#image_diagram,#price,#service_overview,#service_lineup,#initial_introduction,#in_operation {
    margin-top:-22px;
    padding-top:22px;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
#problemsolving,#features,#service_provision_drawing,#service_model,#operating_environment,#partner_link,#serviceoverview,#image_diagram,#price,#service_overview,#service_lineup,#initial_introduction,#in_operation {
    margin-top:-65px;
    padding-top:65px;
}
}
/*****************************************************
	1024px以上【1024】
******************************************************/
@media print, screen and (min-width: 1024px) {
#problemsolving,#features,#service_provision_drawing,#service_model,#operating_environment,#partner_link,#serviceoverview,#image_diagram,#price,#service_overview,#service_lineup,#initial_introduction,#in_operation {
    margin-top:-100px;
    padding-top:100px;
}
}
.bdr_left_red{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e60012;
}
.bdr_left_gray{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7D7D7D;
}


	/*見出し装飾*/
	
.mds_check {
	position: relative;
	color: black;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	background-color: #EBEBEB;
}

.mds_check:after {
	/*タブ*/
  position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: 'Check';
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: #C00;
}
.mds_subtitl {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.mds_subtitl span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
  font-size: .9em;
}
.mds_glay_dbline{
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 3px double #ccc;
}

.mds_2round{
	color:#fff;
	position:relative;
	border-radius:38px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
}
.mds_2round span{
	display: block;
	margin: 0px;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 1%;
	padding-left: 4%;
	line-height: normal;
	text-align: left;
	}

.mds_terpe{
 position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  padding: 0.2em 0.5em;
  color: #454545;
}
.mds_terpe:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.mds_terpe02{
position: relative;
border-bottom: 2px solid #cccac3;
background-color: #f3f3f3;
padding: 12px 0px 12px 5px ;
margin: 40px 0px 20px;
}
.mds_terpe02:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.mds_terpe02 span{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.mds_bdrtb {
	color: #333;/*文字色*/
	padding: 0.5em 0;/*下線*/
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
}

.mds_fukidashi{
	padding: 10px;
	margin: 0px;
	color: #FFF;
	background-color: #03265A;
	}
.mds_fukidashi_innner {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
}

.mds_fukidashi_innner:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #fff; /*アイコン色*/
}
.mds_bdr2 {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #e60012;
}

.mds_round02{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	line-height: 38px;
}
 
.mds_round02:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:14px; 
	left:7px; 
	background-color:#0080FF;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}
 
.mds_round02:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:15px; 
	width:15px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:2px; 
	background-color:#FF0000;
		-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity:0.80;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}




.case_plofile{
	display:block;
	}
.case_plofile dt{
	display:inline-block;
	width: 14%;
}
.case_plofile dd{
	display:inline-block;}


/*  test  */
/*-- 親要素をテーブル化 --*/
.main_wrapper { display: table; table-layout: fixed; width: 100%; }

/*-- 子要素をセル化 --*/
.main_wrapper > .container_one { display: table-cell; padding-left: 10px; padding-right: 10px; vertical-align: top; }

/*-- 最初と最後のセルはサイト外側の余白を削除 --*/
.main_wrapper > .container_one:first-child { padding-left: 0; }
.main_wrapper > .container_one:last-child { padding-right: 0; }

/*-- 画面幅が小さい時は縦積み --*/
@media (max-width: 800px){
	.main_wrapper { display: block; }
	.main_wrapper > .container_one { display: block; width: 100%; padding: 0; margin-bottom: 10px; }
	.inner_content img { margin-bottom:15px ;
	 max-width:80%;
        height: auto;}
}

/*-- 個別に調整 --*/
.left_container { width: 33.33%; }
.right_container { width: 33.33%; }

/*-- 個別に調整 --*/
.left_container20 { width: 20%; }
.right_container80 { width: 80%; }





/*-- 縦中央きかないとき --*/
@media print, screen and (min-width: 768px) {
.v_middle{
height: 100px;    
line-height: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.v_middle160{
height: 160px;    
line-height: 160px;
	}
	.v_middle220{
height: 220px;    
line-height: 220px;
	}
.v_middle_nomarl{
	line-height:normal;

	}
}
@media print, screen and (min-width: 768px) {
.v_middle70{
height: 70px;    
line-height: 70px;
	}
}


/*-- 視認用ダミーコンテンツ --*/
.inner_content { width: 100%; 
	display: block;}
/*-- 画像 --*/
.inner_content img {         max-width: 100%;
        height: auto; }
		
		
		
		
/*-- 文書内の注釈 --*/
.t_rice{
	font-size: 76%;
	vertical-align: top;
	display: inline-block;
	}
	.map_inline {
	display: block;
}
.map_inline li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.map_inline .strat {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.map_solu {
	list-style-type: none;
	padding-left: 20px;
}
.map_solu li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}

/*カラムsp2 tab3 pc4*/
.clm234_wrapper{
	display:block;
	clear: left;
}
.clm{
	width:50%;
	display: block;
	float: left;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.clm234_wrapper{ display:block;}
.clm{ width:33%;
	display: table-cell;
	float: left;
}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.clm234_wrapper{ display:block;}
.clm{ width:25%;
		float: left;
	display: table-cell;}
}
/*カラムsp2 tab2 pc3*/
.clm223_wrapper{
	display:block;
	clear: left;
}
.clm{
	width:50%;
	display: block;
	float: left;
}
.clm img {         max-width: 100%;
        height: auto;}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.clm223_wrapper{ display:block;}
.clm{ width:50%;
	display: table-cell;
	float: left;
}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.clm223_wrapper{ display:block;}
.clm{ width:33.33%;
		float: left;
	display: table-cell;}
}
.clmstyl01 .clm ul li {
	list-style-type: none;
}
.icon-pdf{
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.border_none{
	border:none;
}


.sol_titleA {
	background-color: #236db6;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}

.sol_titleB {
	background-color: #ECECEC;
	line-height: normal;
	font-weight: 600;
	color: #236db6;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}
.sol_titleC {
	background-color: #236db6;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}
.sol_titleD {
	background-color: #236db6;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}
.sol_titleE {
	background-color: #F24044;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}
.sol_titleF {
	background-color: #FFF;
	line-height: normal;
	font-weight: 400;
	color: #333;
	padding-top: 4%;
	padding-right: 7%;
	padding-bottom: 4%;
	padding-left: 7%;
	font-size: 130%;
	text-align:center;
}

.sol_m_title01 {
	background-color: #236db6;
	line-height: normal;
	font-size:120%;
	color: #FFF;
	;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.sol_m_title01_02 {
	background-color: #236db6;
	line-height: normal;
	font-size:110%;
	color: #FFF;
	padding-top: 1.6%;
	padding-right: 7%;
	padding-bottom: 1.2%;
	padding-left: 7%;
	font-weight: normal;
}
.sol_m_title01 h2 {
	font-weight: normal;
}
.sol_m_title01 h3 {
	font-weight: normal;
}
.sol_m_title01_02 h2 {
	font-weight: normal;
}
.sol_m_title01_02 h3 {
	font-weight: normal;
}
.sol_m_title02 {
	line-height: normal;
	padding: 2px 10px 4px;
	margin: 20px 0px 20px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #236db6;
	letter-spacing: normal;
	word-spacing: normal;
}
.sol_m_title03 {
	background-color: #1e2c5b;
	line-height: normal;
	font-size:130%;
	font-weight: 600;
	color: #FFF;
	padding-top: 1.4%;
	padding-right: 7%;
	padding-bottom: 1.4%;
	padding-left: 7%;
}
.sol_m_title04 {
	background-color: #FFF;
	line-height: normal;
	font-size:120%;
	font-weight: 600;
	color: #236db6;
	padding-top: 1.4%;
	padding-right: 7%;
	padding-bottom: 1%;
	padding-left: 7%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #236db6;
}
.sol_m_title05 {
	background-color: #1e2c5b;
	line-height: normal;
	color: #FFF;
	padding-top: 1.4%;
	padding-right: 7%;
	padding-bottom: 1%;
	padding-left: 4%;
	font-weight: normal;
}
.sol_m_title05 h2 {
	font-weight: normal;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.sol_m_title01 {
	background-color: #236db6;
	line-height: normal;
	font-size:130%;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 25px;
	padding-left: 22px;
}

.sol_m_title02 {
	font-size:16px;
    padding: 4px 15px 8px;
    margin: 25px 0px 20px 0px;
}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

.sol_m_bg_wg {
	background-color: #f5f5f5;
}
.sol_m_bg_wy {
	background-color: #fdf5d8;
}
.sol_m_bg_wb {
	background-color: #b1dae2;
}
.sol_m_bg_w {
	background-color: #FFF;
}
.sol_m_bg_dn {
	background-color: #1e2c5b;
	color: #FFF;	
}
.sol_m_border_box {
	border: 4px solid #236db6;
	}

.sol_m_txt_bul01 {
	font-size: 140%;
	font-weight: bold;
	color: #236db6;	
	}
.sol_m_txt_bul02 {
	font-size: 120%;
	font-weight: bold;
	color: #236db6;	
	}
.sol_m_txt_bul03 {
	font-size: 100%;
	font-weight: bold;
	color: #236db6;	
	}
	
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
.sol_titleA {
	background-color: #236db6;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
	text-align:center;
}
	.sol_titleB {
	background-color: #ECECEC;
	line-height: normal;
	font-weight: 600;
	color: #236db6;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
}
.sol_titleC {
	background-color: #236db6;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
	text-align:center ;
}
.sol_titleD {
	background-color: #236db6;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
	text-align:center;
}
.sol_titleE {
	background-color: #F24044;
	line-height: normal;
	font-weight: 600;
	color: #FFF;
	padding-top: 3%;
	padding-right: 7%;
	padding-bottom: 3%;
	padding-left: 7%;
	text-align:center;
}


}

.boxinleft {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
}


.boxincenter {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
}
.boxinright {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
}
.boxinleft dl,.boxincenter dl,.boxinright dl {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: normal;
	letter-spacing: normal;
	display:block;
}
.boxinleft dl dt,.boxincenter dl dt,.boxinright dl dt {
	margin: 0px;
	padding: 0px;
	display:block;
	text-align: center !important;
}
.boxinright dl .txt_left,.boxincenter dl .txt_left,.boxinleft dl .txt_left{
	display:block;
	text-align:left !important;
	}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (max-width: 767px) {
.boxinleft dl dt img,.boxincenter dl dt img,.boxinright dl dt img {
	height: auto;
	width: 50% !important;
}
}

.boxinleft_01 {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
	margin-right: 3%;
}


.boxinleft_02 {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
	margin-right: 3%;
	background-color: #ECECEC;
	border: 1px solid #FFF;
}
.boxinleft_02:hover{
	background-color: #F6F6F6;
	border: 1px solid #CCC;
}
.boxincenter_01 {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.boxincenter_02 {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
	margin-right: 1.5%;
	margin-left: 1.5%;
	background-color: #ECECEC;
	border: 1px solid #FFF;
}
.boxincenter_02:hover {
	background-color: #F6F6F6;
	border: 1px solid #CCC;
}
.boxinright_01 {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
	margin-left: 3%;
}
.boxinright_02 {
	padding-top: 2% !important;
	padding-right: 3% !important;
	padding-bottom: 2% !important;
	padding-left: 3% !important;
	display: block;
	margin-left: 3%;
	background-color: #ECECEC;
	border: 1px solid #FFF;
}

.boxinright_02:hover {
	background-color: #F6F6F6;
	border: 1px solid #CCC;
}

.boxinleft_02 dl,.boxincenter_02 dl,.boxinright_02 dl {
	margin: 0px;
	padding: 0px;
}
.boxinleft_02 dl .name ,.boxincenter_02 dl .name,.boxinright_02 dl .name  {
	display:block;
	text-align:center;
	font-size: 94% !important;
	color: #000;
	margin-bottom: 15px;
}
.boxinleft_02 dl .img ,.boxincenter_02 dl .img,.boxinright_02 dl .img  {
	display:block;
	text-align:center !important;

}

.boxinleft_02 dl dd,.boxincenster_02 dl dd,.boxinright_02 dl dd {
	font-size: 80% !important;
}
.boxinleft_02 dl .txt,.boxincenter_02 dl .txt,.boxinright_02 dl .txt {
	font-size: 80% !important;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
}

.boxinleft_02 ul,.boxincenter_02 ul,.boxinright_02 ul {
	font-weight: bold;
	color: #FFF;
	background-color: #236db6;
	text-align: center;
	display: block;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 76%;
	margin-top: 15px;
	text-decoration: none;
}

.boxinleft_02 ul:hover{
	background-color: #4CB5F5;
	color: #FFF;
	text-decoration: none;
	}
.boxincenter_02 ul:hover{
	background-color: #4CB5F5;
	color: #FFF;
	text-decoration: none;
	}
.boxinright_02 ul:hover{
	background-color: #4CB5F5;
	color: #FFF;
	text-decoration: none;
	}





.sol_sub_tittel_01 {
	border: 3px solid #4CB5F5;
	border-radius: 10px 10px 10px 10px;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 0.6%;
	padding-left: 3%;
	text-align: left;
	background-color: #236db6;
	color: #FFF;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

.sol_sub_tittel_01 {
	border: 3px solid #236db6;
	border-radius: 10px 10px 10px 10px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 0.6%;
	padding-left: 1%;
	text-align: left;
	background-color: #236db6;
	color: #FFF;
}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

.sol_sub_tittel_01 {
	border: 3px solid #236db6;
	border-radius: 10px 10px 10px 10px;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 0.6%;
	padding-left: 3%;
	text-align: center;
	background-color: #236db6;
	color: #FFF;
}
}



.sol_sub_tittel_01 li {
	list-style-position: outside !important;
	margin-left: 15px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

.sol_sub_tittel_01 li {
	list-style-type: none;
	display: inline-block;
}
.sol_sub_tittel_01 li span {
	text-align: right !important;
}
}


.sol_listtype01 .styl01,.sol_listtype01 .styl01_L {
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: left;
}
.sol_listtype01 .styl00,.sol_listtype01 .styl00_L {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	font-size: 90%;
	text-align: left;
}


/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

.sol_listtype01 .styl00 {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	font-size: 90%;
	text-align: center !important;
}
.sol_listtype01 .styl00_L {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: left !important;
	}
.sol_listtype01 .styl01 {
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px !important;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: center !important;
}
.sol_listtype01 .styl01_L {
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px !important;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: left !important;
	}
}


.sol_listtype01 .styl02 {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 10px;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: left;
	background-color: #ECECEC;
	color: #236db6;
	margin-top: 20px;
}


.sol_listtype01 .styl01_02 {
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: left;
}

.sol_listtype01 .styl01_link {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 80%;
	text-align: left;
	background-color: #236db6;
	margin-top: 20px;
	text-decoration: none;
	border-radius: 90px 90px 90px 90px;
	text-align:center;
}
.sol_listtype01 .styl01_link a {
    color: #FFF !important;
}
.sol_listtype01 .styl01_link:hover{
	background-color: #4FB7F4;
}
.sol_listtype01 .styl01_link a:hover{
    color: #236db !important;
}



/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

.sol_listtype01 .styl01_02 {
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	padding-bottom: 3px;
	list-style-type: none;
	font-size: 90%;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}
.sol_listtype01 .styl01_link {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 80%;
	text-align: center;
	background-color: #236db6;
	margin-top: 20px;
	text-decoration: none;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 90px 90px 90px 90px;
}
.sol_listtype01 .styl01_link a {
    color: #FFF !important;
}
.sol_listtype01 .styl01_link a:hover{
    color: #236db;
}
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.sol_listtype01 .styl02 {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 90%;
	text-align: left;
	background-color: #ECECEC;
	color: #236db6;
}
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

.sol_listtype01 .styl02 {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 90%;
	text-align: center;
	background-color: #ECECEC;
	color: #236db6;
	margin-left: 30px;
	margin-right: 30px;
}
}

.box05 {
	text-align: left;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.box05 {
	text-align: center;
}
}
.box06 {
	margin: 0px;
	padding: 0px;
}

/*テキスト中央揃えの左揃え*/

.txt_CL {
	text-align: left !important;
	max-width: 100% !important;
    margin: 0 auto !important;

}
.txt_CL .CL_in {
	text-align: left !important;
	display: inline-block !important;
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

.txt_CL {
	text-align: center !important;
	max-width: 70% !important;
    margin: 0 auto !important;

}
.txt_CL .CL_in {
	text-align: left !important;
	display: inline-block !important;
}

}

.wing_styl02 dl {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #FFF;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	color: #FFF;
	font-weight: bold;
}
.wing_styl02 dl dt {
	font-size: 170%;
}
.wing_styl02 dl dd {
	font-size: 120%;
}
.wing_styl04 {
}

.wing_styl03 dl {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #FFF;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	color: #FFF;
	font-weight: bold;
}
.wing_styl03 dl dt {
	font-size: 170%;
}
.wing_styl03 dl dd {
	font-size: 120%;
}
.wing_styl05 dl {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
}
.wing_styl05 dl dt {
	color: #FFF;
	font-weight: bold
}
.wing_styl05 dl dd {
	color: #06C;
	font-weight: bold;
	background-color: #FFF;
	border: 3px solid #06C;
	padding: 20px;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.wing_styl05 dl dd:hover{
	color: #09C;
	border-top-color: #00B8F4;
	border-right-color: #00B8F4;
	border-bottom-color: #00B8F4;
	border-left-color: #00B8F4;
}
.tdcolor_m_w_gray ul {
	display: block;
	padding-left: 20px;
	padding-right: 15px;
}
.tdcolor_m_w_gray ul li {
	list-style-type: disc;
}

.price{
	display:block;
	text-align:right;
	}
.longurl{word-break: break-all;}